:root{color-scheme:dark;--red:#b20e1c;--red-dark:#7d0811;--black:#08090b;--panel:#15171b;--line:#292c32;--text:#fff;--muted:#aeb2bb;--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom)}
[hidden]{display:none!important}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--black);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text)}body{min-height:100vh;min-height:100dvh}.app{min-height:100vh;background:radial-gradient(circle at 82% 4%,rgba(178,14,28,.2),transparent 32%),var(--black);padding-bottom:var(--safe-bottom)}
.boot{position:fixed;inset:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#050506;gap:24px}.boot img{width:min(72vw,330px);height:auto}.boot p{margin:0;color:var(--muted);font-size:1rem}.spinner{display:inline-block;width:24px;height:24px;border:3px solid #4a4c52;border-top-color:#e11d2e;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.topbar{position:sticky;top:0;z-index:10;min-height:72px;padding:calc(12px + var(--safe-top)) 16px 12px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;overflow:hidden;background:linear-gradient(135deg,#71070e 0%,#bc1220 55%,#75070f 100%);box-shadow:0 8px 26px rgba(0,0,0,.34)}.brand-logo{display:block;min-width:0;width:100%;max-width:220px;height:auto;justify-self:center;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,0,0,.3))}.icon-button,.install-button{border:0;color:#fff;cursor:pointer}.icon-button{width:44px;height:44px;padding:10px;background:rgba(0,0,0,.2);border-radius:50%}.icon-button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.install-button{min-height:42px;padding:0 15px;border-radius:999px;background:#fff;color:#8c0913;font-weight:800;font-size:.9rem}
main{width:min(100%,780px);margin:auto}.home-view{padding:24px 16px 34px}.welcome-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:4px 2px 20px}.eyebrow{margin:0 0 5px;color:#ee4050;font-weight:800;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.welcome-row h1{margin:0;font-size:clamp(1.65rem,7vw,2.35rem);line-height:1.08}.connection-status{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.8rem;white-space:nowrap}.connection-status i{width:8px;height:8px;background:#38c875;border-radius:50%;box-shadow:0 0 0 4px rgba(56,200,117,.12)}.connection-status.offline i{background:#e04b57;box-shadow:0 0 0 4px rgba(224,75,87,.12)}
.status-stack{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.notification-button{position:relative;display:flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid #3b3e45;border-radius:999px;background:#17191e;color:#d7d9de;font:inherit;font-size:.7rem;font-weight:750;cursor:pointer}.notification-button>span:first-child{font-size:1rem;line-height:1}.notification-button.enabled{border-color:#247b4d;background:#123b27;color:#72e5a4}.notification-button.needs-attention::after{content:"";position:absolute;top:-2px;right:-2px;width:7px;height:7px;border-radius:50%;background:#f23b4c;box-shadow:0 0 0 3px rgba(242,59,76,.17)}.notification-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:430px){.notification-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.notification-button{width:34px;height:34px;justify-content:center;padding:0}}
.action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.action-card{appearance:none;border:1px solid var(--line);min-width:0;min-height:118px;padding:17px 8px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:17px;background:linear-gradient(155deg,#1c1f24,#101216);color:#fff;text-decoration:none;font:inherit;font-weight:750;font-size:.84rem;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.2);cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}.action-card:active{transform:scale(.97);background:#202329}.action-card:focus-visible{outline:3px solid #f04a58;outline-offset:2px}.card-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:rgba(178,14,28,.14);color:#f33647;font-size:1.65rem;font-weight:800;line-height:1}.card-letter{font-family:Arial,sans-serif}.live-icon{font-size:1.25rem}.primary-card{grid-column:span 2;min-height:102px;flex-direction:row;background:linear-gradient(135deg,#8f0a14,#c51424);border-color:#df3140;font-size:1rem}.primary-card .card-icon{background:rgba(255,255,255,.16);color:#fff}
.page-view{position:relative;height:calc(100dvh - 72px - var(--safe-top));background:#fff}.page-toolbar{height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;background:#121318;border-bottom:1px solid #2c2e34}.page-toolbar h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem}.page-toolbar a{color:#ff5362;font-size:.78rem;font-weight:750;text-decoration:none;white-space:nowrap}.page-view iframe{display:block;width:100%;height:calc(100% - 48px);border:0;background:#fff}.frame-loading{position:absolute;inset:48px 0 0;display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;color:#333;z-index:2}.frame-loading .spinner{border-color:#ddd;border-top-color:var(--red)}
dialog{width:min(90vw,400px);padding:28px;border:1px solid #393c43;border-radius:24px;background:#17191e;color:#fff;box-shadow:0 24px 80px rgba(0,0,0,.65)}dialog::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(5px)}dialog h2{margin:10px 0 12px;font-size:1.35rem}dialog p,dialog li{color:#c8cbd2;line-height:1.55}.dialog-icon{width:72px;height:72px;border-radius:18px}.dialog-close{position:absolute;top:12px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:#292c32;color:#fff;font-size:1.6rem;cursor:pointer}.dialog-action{width:100%;min-height:50px;border:0;border-radius:13px;background:var(--red);color:#fff;font:inherit;font-weight:800;cursor:pointer}
@media(max-width:370px){.action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.primary-card{grid-column:span 2}.install-button{padding:0 11px}.topbar{grid-template-columns:42px minmax(0,1fr) auto}}
@media(min-width:700px){.home-view{padding:34px 24px 50px}.action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.primary-card{grid-column:span 2}.action-card{min-height:132px}.topbar{border-radius:0 0 18px 18px}}
@media(display-mode:standalone){.install-button{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.spinner{animation-duration:1.5s}.action-card{transition:none}}
