/* DL7AG Live Center v1.0 */
.dl7ag-live-card{box-sizing:border-box;width:100%;overflow:hidden;border:1px solid #294a68;border-radius:8px;background:linear-gradient(180deg,#16304d 0%,#10253f 100%);box-shadow:0 5px 18px rgba(0,0,0,.16);color:#fff;font-family:inherit}
.dl7ag-live-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px 11px;border-bottom:1px solid rgba(255,255,255,.10);background:rgba(6,20,36,.38)}
.dl7ag-live-heading{display:flex;align-items:center;gap:8px;min-width:0;color:#f5c542;font-size:15px;font-weight:700;line-height:1.2}
.dl7ag-live-radio-icon{width:18px;height:18px;flex:0 0 18px}
.dl7ag-live-radio-icon svg,.dl7ag-live-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.dl7ag-live-state{display:flex;align-items:center;gap:5px;flex:0 0 auto;color:#bcd1e4;font-size:9px;font-weight:800;letter-spacing:.08em}
.dl7ag-live-state>span{width:7px;height:7px;border-radius:50%;background:#59c879;box-shadow:0 0 0 0 rgba(89,200,121,.45);animation:dl7ag-pulse 2.4s infinite}
.dl7ag-live-state.is-offline>span{background:#d85c5c;animation:none;box-shadow:none}
.dl7ag-live-values{padding:5px 14px}
.dl7ag-live-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px;border-bottom:1px solid rgba(255,255,255,.065)}
.dl7ag-live-row:last-child{border-bottom:0}
.dl7ag-live-label{display:flex;align-items:center;gap:8px;min-width:0;color:#d3deea;font-size:13px;line-height:1.2}
.dl7ag-live-icon{width:15px;height:15px;flex:0 0 15px;color:#f5c542}
.dl7ag-live-reading{display:flex;align-items:center;justify-content:flex-end;gap:7px;color:#fff;font-size:14px;font-weight:700;line-height:1.2;text-align:right;white-space:nowrap}
.dl7ag-measure-status{width:7px;height:7px;border-radius:50%;background:#8ba0b5}
.dl7ag-measure-status.is-good{background:#59c879}.dl7ag-measure-status.is-moderate{background:#e4c24f}.dl7ag-measure-status.is-elevated{background:#e69545}.dl7ag-measure-status.is-high{background:#d85c5c}
.dl7ag-live-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 14px;border-top:1px solid rgba(255,255,255,.09);background:rgba(0,0,0,.12);color:#8fa5bb;font-size:9.5px;line-height:1.25}
.dl7ag-live-footer span:last-child{text-align:right}
.dl7ag-live-error-message{padding:18px 14px;color:#d6e1ec;font-size:13px;line-height:1.5}
@keyframes dl7ag-pulse{0%{box-shadow:0 0 0 0 rgba(89,200,121,.45)}70%{box-shadow:0 0 0 5px rgba(89,200,121,0)}100%{box-shadow:0 0 0 0 rgba(89,200,121,0)}}
@media(max-width:480px){.dl7ag-live-header,.dl7ag-live-values,.dl7ag-live-footer{padding-left:12px;padding-right:12px}}

/* v1.1 Statusfarben */
.dl7ag-measure-status.is-cold{background:#59a7df}
.dl7ag-reading-value.dl7ag-value-cold{color:#6db8ee}
.dl7ag-reading-value.dl7ag-value-good{color:#76d38f}
.dl7ag-reading-value.dl7ag-value-elevated{color:#f0ad55}
.dl7ag-reading-value.dl7ag-value-high{color:#ef7272}

.dl7ag-live-state.is-delayed>span{
    background:#e4c24f;
    animation:none;
    box-shadow:none;
}
.dl7ag-live-state.is-offline>span{
    background:#d85c5c;
    animation:none;
    box-shadow:none;
}

/* v1.2 */
.dl7ag-header-status{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.dl7ag-weather-condition{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:#f5c542}
.dl7ag-weather-condition svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.dl7ag-weather-condition.is-cloud{color:#aab9c8}
.dl7ag-weather-condition.is-night{color:#b6c9df}
.dl7ag-weather-condition.is-rain{color:#68aee8}
.dl7ag-weather-condition.is-snow-possible{color:#dceeff}
.dl7ag-measure-status.is-neutral{background:#8fa0b0}
.dl7ag-reading-value.dl7ag-value-neutral{color:#aeb9c4}
.dl7ag-live-reading{gap:4px}
.dl7ag-live-state.is-live>span{animation:dl7ag-pulse 2.8s infinite}
