.live-update-notice{position:fixed;z-index:2000;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));display:flex;align-items:center;gap:12px;padding:12px;background:#071820;color:#fff8e8;border:1px solid #b3a369;border-radius:12px;font:14px/1.4 system-ui,sans-serif;box-shadow:0 4px 20px #0008}
.live-update-notice[hidden]{display:none}
.live-update-notice span{flex:1}
.live-update-notice button{min-width:88px;min-height:44px;border:0;border-radius:8px;background:#f5d77e;color:#071820;font:700 13px system-ui,sans-serif}
.live-update-notice button:focus-visible{outline:3px solid white;outline-offset:3px}
.game-kickoff-countdown{position:absolute;z-index:80;left:50%;top:50%;transform:translate(-50%,-50%);width:min(86%,360px);box-sizing:border-box;padding:22px 12px;text-align:center;border:1px solid #b3a369;border-radius:16px;background:#071b2bf2;color:#fff8e8;box-shadow:0 12px 36px #0006;pointer-events:none;display:grid;gap:10px;font-family:system-ui,sans-serif}
.game-kickoff-countdown[hidden]{display:none}
#game-room[data-room="live"] .drive-field--desk>.game-kickoff-countdown:not([hidden]){display:grid!important}
.game-kickoff-countdown small{font-size:10px;font-weight:800;letter-spacing:.1em;color:#d3c08b}
.game-kickoff-countdown strong{font-size:13px;font-weight:850}
.game-kickoff-countdown [data-kickoff-title]{font-size:clamp(17px,4.5vw,21px);line-height:1.2;color:#fff1bd;text-transform:none;overflow-wrap:anywhere}
.game-kickoff-countdown [data-kickoff-title][hidden]{display:none}
.game-kickoff-countdown time{font-size:clamp(32px,9vw,48px);font-weight:900;line-height:1.1;letter-spacing:.025em;font-variant-numeric:tabular-nums}
.game-kickoff-countdown span{font-size:9px;font-weight:700;letter-spacing:.04em}
#game-room .signal-status{position:relative;padding-left:14px}
#game-room .signal-status::before{content:"";position:absolute;left:0;top:5px;width:7px;height:7px;border-radius:50%;background:#68777b}
#game-room[data-feed-connected="true"] .signal-status{color:#c9ffdf;text-shadow:0 0 9px #57ff9faa}
#game-room[data-feed-connected="true"] .signal-status::before{background:#c9ffdf;box-shadow:0 0 5px #fff,0 0 12px #5dffa1,0 0 24px #36d77b;animation:signal-live-beacon 2.2s ease-in-out infinite}
@keyframes signal-live-beacon{50%{box-shadow:0 0 7px #fff,0 0 19px #5dffa1,0 0 34px #36d77b}}
@media(prefers-reduced-motion:reduce){#game-room[data-feed-connected="true"] .signal-status::before{animation:none}}
