.ded-pulse-box{background:#071b2a;padding:18px 20px;border-radius:16px;box-shadow:0 0 20px rgba(0,255,200,0.15);font-family:Arial,sans-serif;}
.ded-pulse-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;}
.ded-pulse-title{color:#ffd84d;font-size:20px;font-weight:700;}
.ded-pulse-label{color:#d6f1ff;margin-right:6px;}
.ded-pulse-value{color:#7cffc4;font-weight:700;margin-right:10px;}
.ded-pulse-sep{color:#7cffc4;margin:0 6px;}
.ded-pulse-window{overflow:hidden;height:92px;}
.ded-pulse-list{display:flex;flex-direction:column;}
.ded-pulse-row{min-height:46px;display:flex;align-items:center;gap:10px;padding:10px 0;font-size:15px;color:#d6f1ff;border-bottom:1px solid rgba(255,255,255,0.05);transition:transform .45s ease, opacity .45s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pulse-name{color:#8ad8ff;font-weight:600;}
.pulse-city{color:#ffffff;}
.pulse-date{color:#d6f1ff;}
.pulse-dot{color:#3fd8b2;opacity:.85;}
.pulse-dash{color:#d6f1ff;opacity:.7;}
.pulse-status.ok{color:#61ff9b;font-weight:600;}
.pulse-status.no{color:#ff6f6f;font-weight:600;}
@media (max-width:768px){.ded-pulse-box{padding:16px 16px;}.ded-pulse-header{flex-direction:column;align-items:flex-start;gap:8px;}.ded-pulse-title{font-size:18px;}.ded-pulse-window{height:86px;}.ded-pulse-row{min-height:43px;font-size:14px;gap:8px;}}