:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.quickview{width:100%;height:100vh;padding:0;margin:0;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;background:var(--quickview-bg, #0b2a15);color:var(--quickview-fg, #eaffea)}.quickview-title{margin:0;padding:clamp(.75rem,4vw,1.25rem);font-size:clamp(.625rem,2.5vw,.75rem);font-weight:600;background:var(--quickview-bg, #0b2a15);color:var(--quickview-fg, #fff)}.quickview-loading,.quickview-error,.quickview-empty{padding:1.5rem;margin:0;color:var(--quickview-fg, #fff);font-size:.5rem}.quickview-error{color:#f88}.quickview-grid{flex:1;overflow:hidden;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;grid-auto-rows:1fr;gap:0;padding:0;align-content:stretch}.quickview-band{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;box-sizing:border-box;min-height:0;border:none;gap:.75rem;height:100%}.quickview-band--up{background:#0a4d0a;color:#fff}.quickview-band--down{background:#8b0000;color:#fff}.quickview-band-name{font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quickview-band-status{font-size:.4375rem;opacity:.95;flex-shrink:0}.quickview-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;padding:.35rem .75rem .55rem;background:#005a2340}.quickview-footer-left,.quickview-footer-right{display:flex;flex-direction:column;gap:.25rem}.quickview-footline{font-size:.9rem;opacity:.95;white-space:nowrap}.quickview-stale{color:#f88;font-weight:700}.quickview-error-inline{color:#f88;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70vw}.quickview-progress{width:140px;height:5px;background:#fff3;border-radius:999px;overflow:hidden}.quickview-progress-bar{height:100%;width:0%;background:#4caf50;transition:width .25s linear}.quickview-footer--error .quickview-progress-bar{background:#f88}@media(prefers-color-scheme:light){.quickview-title{--quickview-bg: #f0f0f0;--quickview-fg: #213547}.quickview-band--up{background:#2e7d2e}.quickview-band--down{background:#c62828}.quickview-footer{background:#ffffff59}.quickview-progress{background:#00000026}}.keygate-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;margin:0;padding:1.5rem;box-sizing:border-box;background:#3a0000;color:#ffc8c8;text-align:center}.keygate-denied-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.keygate-denied-message{margin:0;font-size:1rem;line-height:1.5;max-width:24rem;opacity:.95}.keygate-denied-message code{font-size:.9em;background:#00000040;padding:.1em .35em;border-radius:4px}.mobile-view{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--mobile-bg, #0b2a15);color:var(--mobile-fg, #eaffea);box-sizing:border-box}.mobile-header{flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;gap:.2rem;width:100%;margin:0;padding:.85rem 1rem;border:none;border-bottom:1px solid rgba(255,255,255,.12);background:#005a2373;color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-header:active:not(:disabled){background:#005a23b3}.mobile-header:disabled{opacity:.85;cursor:wait}.mobile-header-label{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;opacity:.85}.mobile-header-time{font-size:1.05rem;font-weight:600;line-height:1.3}.mobile-header-hint{font-size:.8rem;opacity:.75}.mobile-header--loading .mobile-header-time{opacity:.7}.mobile-error-banner{flex-shrink:0;padding:.6rem 1rem;background:#5a0000;color:#ffc8c8;font-size:.9rem}.mobile-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-empty{padding:1.5rem 1rem;opacity:.8}.mobile-section{padding:0 0 .5rem}.mobile-section-title{margin:0;padding:.65rem 1rem .35rem;font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;opacity:.75;position:sticky;top:0;background:var(--mobile-bg, #0b2a15);z-index:1}.mobile-band{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);min-height:3rem;box-sizing:border-box}.mobile-band--up{background:#0a4d0a}.mobile-band--down{background:#8b0000}.mobile-band-name{flex:1;min-width:0;font-weight:500;font-size:1rem;line-height:1.25;word-break:break-word}.mobile-band-status{flex-shrink:0;font-size:.8rem;font-weight:600;opacity:.9}@media(prefers-color-scheme:light){.mobile-view{--mobile-bg: #f4f7f4;--mobile-fg: #213547}.mobile-header{background:#ffffffe6;border-bottom-color:#00000014}.mobile-band--up{background:#2e7d2e;color:#fff}.mobile-band--down{background:#c62828;color:#fff}.mobile-error-banner{background:#ffebee;color:#b71c1c}}
