html,body,#root{width:100%;min-height:100vh;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;font-family:system-ui,Segoe UI,Roboto,sans-serif}:root{--brand:#0e8f6e;--bg:#0e1621;--surface:#16202c;--border:#243040;--accent:#e8a24a;--danger:#e5484d;--white:#fff;--muted:#8a97b0}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.brand{color:var(--white);margin:0;font-size:22px;font-weight:800}.muted{color:var(--muted)}.center{text-align:center}.error{color:var(--danger);text-align:center}.row{align-items:center;gap:10px;display:flex}.center-screen{flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:100%;padding:24px;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px}.login{flex-direction:column;gap:12px;width:min(360px,90vw);display:flex}.input{border:1px solid var(--border);color:var(--white);background:#0b1420;border-radius:10px;outline:none;padding:12px 14px;font-size:15px}.input:focus{border-color:var(--brand)}.btn{background:var(--brand);color:var(--white);cursor:pointer;border:none;border-radius:10px;padding:12px 18px;font-size:15px;font-weight:700}.btn:disabled{opacity:.5;cursor:default}.btn.ghost{border:1px solid var(--border);background:0 0}.btn.danger{background:var(--danger)}.home{flex-direction:column;min-height:100%;display:flex}.topbar{background:var(--brand);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.home-body{width:100%;max-width:900px;margin:0 auto;padding:20px}.lines{flex-direction:column;gap:12px;margin-bottom:26px;display:flex}.pill{color:var(--white);cursor:pointer;border:none;border-radius:999px;justify-content:space-between;align-items:center;padding:18px 24px;font-size:16px;font-weight:700;display:flex}.live-dot{background:#2d4;border-radius:50%;width:15px;height:15px}.schedule-head{background:var(--brand);text-align:center;border-radius:10px;margin-bottom:12px;padding:12px;font-weight:700}.date-label{color:var(--accent);text-align:center;padding:10px;font-weight:700}.match-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;margin-bottom:10px;padding:12px;display:flex}.team{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.team-name{color:var(--accent);text-align:center;font-size:12px;font-weight:600}.logo{object-fit:cover;background:#fff;border-radius:50%;width:52px;height:52px}.logo-fallback{color:#fff;background:#243040;justify-content:center;align-items:center;font-weight:700;display:flex}.match-center{text-align:center;flex:1.1}.match-time{color:var(--accent);font-weight:700}.match-label{color:var(--accent);font-size:12px}.tournament{color:#b98;margin-top:2px;font-size:11px}.meeting-root{background:#000;position:fixed;inset:0}.zoom-container{z-index:0;position:absolute;inset:0}.meeting-status{color:#fff;z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.dbl-catch{z-index:1;position:absolute;inset:0}.m-back{z-index:3;color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;width:44px;height:44px;font-size:26px;line-height:1;position:absolute;top:14px;left:14px}.m-controls{z-index:3;flex-direction:column;gap:16px;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.m-btn{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex}.m-btn.danger{background:#b4141e8c}.m-btn .power{border:3px solid #fff;border-radius:50%;width:18px;height:18px;display:inline-block;position:relative}.m-btn .power:before{content:"";background:#fff;border-radius:2px;width:3px;height:10px;position:absolute;top:-4px;left:50%;transform:translate(-50%)}.tv .m-btn{width:68px;height:68px;font-size:28px}.tv .m-back{width:60px;height:60px;font-size:34px}a:focus-visible,button:focus-visible,[tabindex]:focus-visible,.tv a:focus,.tv button:focus,.tv .pill:focus,.tv [tabindex]:focus{outline-offset:3px;outline:3px solid #fff;box-shadow:0 0 0 6px #0e8f6e8c}.pill:focus,.match-card:focus{transform:scale(1.02)}.tv{font-size:20px}.tv .home-body{max-width:1400px;padding:32px 64px}.tv .topbar{padding:22px 64px}.tv .brand{font-size:30px}.tv .pill{padding:26px 36px;font-size:24px}.tv .live-dot{width:20px;height:20px}.tv .schedule-head{padding:16px;font-size:22px}.tv .date-label{font-size:22px}.tv .logo{width:68px;height:68px}.tv .team-name{font-size:16px}.tv .btn{padding:16px 26px;font-size:18px}.tv .match-card{outline-offset:2px}
