:root{--c-bg: #0d0f14;--c-border: rgba(255,255,255,.08);--c-text: #ffffff;--c-muted: rgba(255,255,255,.45);--c-time: rgba(255,255,255,.7);--c-green: #22c55e;--c-green-dim: rgba(34,197,94,.12);--c-red: #f87171;--c-red-dim: rgba(248,113,113,.1);--c-amber: #fbbf24;--c-amber-dim: rgba(251,191,36,.1);--c-section: rgba(255,255,255,.3);--row-px: clamp(12px, 2.5vw, 44px)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--c-bg);color:var(--c-text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.container-fluid{width:100%}.d-flex{display:flex}.flex-fill{flex:1 1 auto}.align-self-center{align-self:center}.text-center{text-align:center}.text-end{text-align:right}.p-2{padding:8px}.py-2{padding-top:8px;padding-bottom:8px}.shadow{box-shadow:0 2px 16px #00000080}.row{display:flex;flex-wrap:wrap}.col{flex:1 0 0%;min-width:0}.col-2{flex:0 0 16.667%;max-width:16.667%}.col-3{flex:0 0 25%;max-width:25%}.col-12{flex:0 0 100%;max-width:100%}.headline-row{display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(12px,2vw,32px);border-bottom:1px solid var(--c-border);padding-bottom:clamp(10px,1.5vw,22px);margin-bottom:0!important}.headline-row .coin-cell,.headline-row .time-cell{flex:none!important}.headline-row .flex-fill:not(.coin-cell):not(.time-cell){text-align:center}.headline-row h1{font-size:clamp(26px,4vw,60px);font-weight:800;letter-spacing:-.025em;line-height:1;margin:0}.headline-row h3{font-size:clamp(18px,2.4vw,38px);font-weight:700;font-variant-numeric:tabular-nums;color:var(--c-muted);margin:0}.headline-row .delayTime{font-size:clamp(28px,4vw,56px);font-weight:800;color:var(--c-amber)}.notificationBar{overflow:hidden;background:var(--c-amber-dim);border-top:1px solid rgba(251,191,36,.2);border-bottom:1px solid rgba(251,191,36,.2);padding:clamp(6px,.9vw,12px) 0}.notificationTrack{display:flex;white-space:nowrap;animation:ticker-scroll 30s linear infinite}.notificationItem{flex-shrink:0;font-size:clamp(13px,1.4vw,20px);font-weight:600;color:var(--c-amber);padding:0 clamp(24px,4vw,64px)}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.row.eventitemsectionrow{display:flex!important;align-items:center;gap:14px;padding:clamp(8px,1.2vw,16px) var(--row-px);margin:4px 0 0}.row.eventitemsectionrow:before,.row.eventitemsectionrow:after{content:"";flex:1;height:1px;background:var(--c-border)}.row.eventitemsectionrow h3{font-size:clamp(11px,1.1vw,16px);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--c-section);margin:0;white-space:nowrap}.row.eventitemsectionrow .col-12{flex:none!important;width:auto!important;padding:0}.row.eventitemrow{font-size:clamp(17px,2.1vw,34px);border-bottom:1px solid var(--c-border);border-left:3px solid transparent;padding:clamp(12px,1.6vw,26px) var(--row-px);transition:background .5s ease,border-color .4s ease;align-items:center}.row.eventitemrow .col-2{font-weight:700;font-variant-numeric:tabular-nums;color:var(--c-time);font-size:clamp(16px,1.9vw,30px);white-space:nowrap}.row.eventitemrow .col{font-weight:500;line-height:1.3}.row.eventitemrow .col-3{font-size:clamp(13px,1.4vw,22px);color:var(--c-muted);text-align:right}.row.eventitemrow.nowevent{background:var(--c-green-dim);border-left-color:var(--c-green)}.row.eventitemrow.nowevent .col-2{color:var(--c-green)}.row.eventitemrow.nowevent .col{font-weight:600}.row.eventitemrow.soonevent{background:var(--c-amber-dim);border-left-color:var(--c-amber)}.row.eventitemrow.soonevent .col-2{color:var(--c-amber);font-weight:700}.row.eventitemrow.soonevent .col{font-weight:600}.row.eventitemrow.canceledevent{opacity:.3;text-decoration:line-through}.row.eventitemrow.eventrow-warn{background:var(--c-amber-dim);border-left-color:var(--c-amber)}.row.eventitemrow.eventrow-warn .col-2{color:var(--c-amber)}.row.eventitemrow.eventrow-orange{background:var(--c-amber-dim);border-left-color:var(--c-amber)}.row.eventitemrow.eventrow-orange .col-2{color:var(--c-amber)}.row.eventitemrow.eventrow-red{background:var(--c-red-dim);border-left-color:var(--c-red)}.row.eventitemrow.eventrow-red .col-2{color:var(--c-red)}.row.eventitemrow.eventrow-blinkred{background:var(--c-red-dim);border-left-color:var(--c-red);animation:blink-row 2s ease-in-out infinite}.row.eventitemrow.eventrow-blinkred .col-2{color:var(--c-red);animation:pulse-text 2s ease-in-out infinite}@keyframes blink-row{0%,to{background:var(--c-red-dim)}50%{background:#f8717133}}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.5}}.eventprogressouter{padding:0;height:3px;background:var(--c-border)}.eventprogressinner{height:3px;transition:width 1s linear,background 1s ease;background:var(--c-green);border-radius:0 2px 2px 0}.eventprogress--above-100{background:var(--c-amber)!important}.eventprogress--above-120{background:var(--c-red)!important}.eventprogress--above-140{background:var(--c-red)!important;animation:pulse-bar 1.5s ease-in-out infinite}@keyframes pulse-bar{0%,to{opacity:1}50%{opacity:.35}}.eventOverTime{color:var(--c-red);font-weight:700;animation:pulse-text 2s ease-in-out infinite}.disclaimer{position:fixed;bottom:0;width:100%;z-index:100;background:var(--c-bg);border-top:1px solid var(--c-border);color:var(--c-muted);font-size:clamp(12px,1.5vw,18px);padding:8px var(--row-px);text-align:center}@media(max-width:600px){:root{--row-px: 10px}.coin-cell,.time-cell{display:none!important}.row.eventitemrow{font-size:clamp(14px,4.2vw,20px);padding:clamp(8px,2vw,14px) var(--row-px)}.row.eventitemrow .col-2{flex:0 0 21%;max-width:21%;font-size:clamp(12px,3.6vw,17px);white-space:nowrap}.row.eventitemrow .col-3{flex:0 0 30%;max-width:30%;font-size:clamp(11px,2.8vw,14px);line-height:1.25}.row.eventitemsectionrow{padding:clamp(6px,1.5vw,10px) var(--row-px)}.row.eventitemsectionrow h3{font-size:clamp(10px,3vw,13px)}}
