*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1419;--surface: #141d2b;--surface-2: #0d1520;--border: #1a2d44;--text: #ffffff;--text-muted: #6b7fa3;--blue: #39ff14;--green: #39ff14;--red: #f05050;--gold: #e8a020;--radius: 10px;--hover-bg: rgba(57, 255, 20, .04);--hover-bg-2: rgba(57, 255, 20, .07)}body{background:var(--bg);color:var(--text);font-family:Outfit,system-ui,sans-serif;font-size:14px;line-height:1.5;min-height:100vh}.tourney{min-height:100vh;display:flex;flex-direction:column;background:#080c14}.tourney-topbar{width:100%;background:#0d1520;border-bottom:1px solid #243850;padding:0 20px}.tourney-topbar-inner{max-width:760px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:60px}.tourney-main{flex:1;max-width:760px;width:100%;margin:0 auto;padding:20px 16px 40px;display:flex;flex-direction:column;gap:16px}.tourney-nav{display:flex;gap:2px}.tourney-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 20px;background:none;border:none;cursor:pointer;color:#456080;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.tourney-nav-item:hover{color:#6b7fa3}.tourney-nav-item.active{color:#af0;border-bottom-color:#af0}.nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.nav-icon svg{width:20px;height:20px;stroke:currentColor}.nav-label{font-family:Share Tech Mono,monospace;font-size:9px;letter-spacing:1px;text-transform:uppercase}.tourney-nav-mobile{position:fixed;bottom:0;left:0;right:0;background:#0d1520;border-top:1px solid #243850;z-index:100;display:none}.tourney-nav-mobile .tourney-nav-item{flex:1;padding:10px 0 12px;border-bottom:none;border-top:2px solid transparent}.tourney-nav-mobile .tourney-nav-item.active{border-top-color:#af0;border-bottom:none}@media (max-width: 768px){.tourney-nav-desktop{display:none}.tourney-nav-mobile{display:flex}.tourney-main{padding-bottom:80px}}.cyber-empty{font-family:Share Tech Mono,monospace;color:#456080;font-size:18px;letter-spacing:2px;text-align:center;padding:60px 20px;line-height:1.6}.header{border-bottom:1px solid var(--border);padding:20px 24px 18px}.header-inner{max-width:760px;margin:0 auto;display:flex;align-items:center;gap:14px;justify-content:space-between}.logo{font-size:36px;line-height:1;flex-shrink:0}.title{font-family:Anton,Outfit,sans-serif;font-size:52px;font-weight:400;letter-spacing:1px;line-height:1;text-transform:uppercase;color:var(--text)}.header-inner>div{display:flex;flex-direction:column;gap:3px}.subtitle{font-size:12px;color:var(--text-muted);font-weight:400;letter-spacing:.3px}.main{max-width:760px;margin:24px auto;padding:0 16px;display:flex;flex-direction:column;gap:16px}.card{background:#0d1520;border:1px solid #243850;border-radius:0;overflow:hidden}.section-title{font-family:Share Tech Mono,monospace;font-size:10px;font-weight:400;letter-spacing:2px;text-transform:uppercase;color:#406580;padding:10px 16px;border-bottom:1px solid #243850;background:#080c14;display:flex;align-items:center;gap:8px}.section-title:before{content:"//";color:#2a5068}.icon{font-style:normal;font-size:13px}.section-title svg{width:12px;height:12px;stroke-width:2;flex-shrink:0;display:none}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.standings-table{width:100%;border-collapse:collapse}.standings-table thead tr{border-bottom:1px solid #243850}.standings-table th{padding:8px 10px;color:#406580;font-family:Share Tech Mono,monospace;font-weight:400;font-size:9px;text-transform:uppercase;letter-spacing:1.5px;text-align:center;white-space:nowrap;background:#080c14}.standings-table th.text-left{text-align:left}.standings-table td{padding:10px;text-align:center;border-bottom:1px solid #243850;font-family:Share Tech Mono,monospace;font-size:12px;color:#7d9dbe;font-variant-numeric:tabular-nums}.standings-table tbody tr:last-child td{border-bottom:none}.standings-table tbody tr:hover{background:#00ccb408}.standings-table tbody tr.top td:first-child{border-left:2px solid #aaff00}.standings-table tbody tr.upper td:first-child{border-left:2px solid #00ccb4}.standings-table td.pos{font-size:11px;color:#456080;width:36px}.standings-table tbody tr.top td.pos{color:#af0}.standings-table td.team-name{text-align:left;font-family:Share Tech Mono,monospace;font-size:13px;letter-spacing:.5px;white-space:nowrap;color:#af0;display:flex;align-items:center;gap:8px}.team-badge{width:24px;height:24px;object-fit:contain;flex-shrink:0}.standings-table td.diff{font-weight:400}.standings-table td.diff.positive{color:#0f8}.standings-table td.diff.negative{color:#f35}.standings-table td.pts{font-size:14px;color:#00ccb4}.round-header{display:flex;align-items:stretch;background:#080c14;border-bottom:1px solid #243850}.round-header .section-title{border-bottom:none;background:transparent;flex:1;justify-content:center;color:#00ccb4;font-size:11px;letter-spacing:3px}.round-nav-btn{background:none;border:none;border-right:1px solid #243850;color:#456080;font-size:16px;padding:0 18px;cursor:pointer;transition:color .15s,background .15s;display:flex;align-items:center}#btn-next{border-right:none;border-left:1px solid #243850}.round-nav-btn:hover:not(:disabled){color:#00ccb4;background:#00ccb40d}.round-nav-btn:disabled{color:#243850;cursor:default}.matches-grid{display:flex;flex-direction:column}.match-card{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid #243850}.match-card:last-child{border-bottom:none}.match-team{display:flex;align-items:center;gap:10px;min-width:0}.match-team.home{justify-content:flex-end}.match-team.away{justify-content:flex-start}.match-team.home .match-team-name{text-align:right}.match-team.away .match-team-name{text-align:left}.match-team-name{font-family:Share Tech Mono,monospace;font-size:13px;font-weight:400;letter-spacing:.5px;color:#7d9dbe;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-team.winner .match-team-name{color:#af0}.match-badge{width:36px;height:36px;object-fit:contain;flex-shrink:0}.match-badge-placeholder{width:36px;height:36px;flex-shrink:0}.match-score{display:flex;align-items:center;gap:4px;background:#080c14;border:1px solid #243850;border-radius:0;padding:8px 14px;min-width:76px;justify-content:center;font-family:Share Tech Mono,monospace;font-size:20px;font-weight:400;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}.score-sep{color:#456080;font-weight:400;font-size:14px;margin:0 2px}.score-win{color:#0f8}.score-loss{color:#f35}.score-draw{color:#406580}.match-scheduled .match-team-name{color:#7d9dbe}.scheduled-badge{background:transparent;border:1px solid #243850;border-radius:0;padding:8px 14px;min-width:76px;justify-content:center;display:flex;align-items:center;font-family:Share Tech Mono,monospace;font-size:11px;font-weight:400;color:#456080;text-transform:uppercase;letter-spacing:2px;flex-shrink:0}.round-date{font-family:Share Tech Mono,monospace;font-size:9px;color:#456080;font-weight:400;margin-left:auto;letter-spacing:1px;text-transform:uppercase}.knockout-bracket{display:flex;flex-direction:column}.knockout-round+.knockout-round{border-top:1px solid #243850}.knockout-round-title{font-family:Share Tech Mono,monospace;font-size:9px;font-weight:400;text-transform:uppercase;letter-spacing:2px;color:#406580;padding:10px 18px 0}.footer{font-family:Share Tech Mono,monospace;text-align:center;padding:20px;color:#456080;font-size:11px;letter-spacing:1.5px;border-top:1px solid #243850;margin-top:8px}.cyber-status-msg{display:flex;flex-direction:column;gap:12px;padding:60px 20px;font-family:Share Tech Mono,monospace}.cyber-status-prefix{font-size:10px;letter-spacing:2px;color:#406580}.cyber-status-text{font-size:16px;letter-spacing:1.5px;color:#00ccb4;line-height:1.6}.cyber-status-text:before{content:"> ";color:#406580}.cyber-status-error .cyber-status-prefix,.cyber-status-error .cyber-status-text{color:#f35}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:32px 24px;color:var(--text-muted);font-size:13px}.landing{min-height:100vh;display:flex;flex-direction:column;background:#080c14}html[data-theme=light] .landing{background:#0d1520}.landing-topbar{width:100%;padding:16px 20px;background:#0d1520;border-bottom:1px solid #243850}html[data-theme=light] .landing-topbar{background:#080c14;border-bottom-color:#243850}.landing-topbar-inner{max-width:600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.landing-topbar-brand{display:flex;align-items:center;gap:10px;line-height:1}.landing-topbar-ball{width:28px;height:28px;fill:#00ccb4;flex-shrink:0}.landing-topbar-title{font-family:Share Tech Mono,monospace;font-size:22px;letter-spacing:3px;text-transform:uppercase;color:#00ccb4;font-style:italic;line-height:1}.landing-main{flex:1;max-width:600px;width:100%;margin:0 auto;padding:16px 16px 40px}.cyber-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #243850}.cyber-breadcrumb{font-family:Share Tech Mono,monospace;font-size:11px;color:#406580;letter-spacing:1px;margin-bottom:8px}.cyber-title{font-family:Share Tech Mono,monospace;font-size:32px;font-weight:400;line-height:1.05;letter-spacing:2px;color:#00ccb4;text-shadow:0 0 20px rgba(0,204,180,.4)}.cyber-log-access{font-family:Share Tech Mono,monospace;font-size:10px;color:#456080;letter-spacing:1px;display:flex;align-items:center;gap:6px;padding-bottom:4px}.cyber-log-icon{width:13px;height:13px;color:#456080}.cyber-list{display:flex;flex-direction:column;gap:2px}.cyber-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#0d1520;border:1px solid #243850;position:relative;overflow:hidden;transition:background .15s}.cyber-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,204,180,.04) 0%,transparent 40%);pointer-events:none}.cyber-card.in-cup:after{background:linear-gradient(90deg,rgba(255,51,85,.04) 0%,transparent 40%)}.cyber-logo-wrap{width:48px;height:48px;background:#080c14;border:1px solid #243850;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px}.cyber-logo-img{width:100%;height:100%;object-fit:contain}.cyber-logo-placeholder{width:28px;height:28px;border-radius:50%;background:#243850}.cyber-info{flex:1;display:flex;flex-direction:column;gap:5px;min-width:0}.cyber-name{font-family:Share Tech Mono,monospace;font-size:15px;font-weight:400;letter-spacing:1px;color:#af0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cyber-status{font-family:Share Tech Mono,monospace;font-size:10px;letter-spacing:.5px;display:flex;align-items:center;gap:6px}.cyber-status.available{color:#0f8}.cyber-status.in-cup{color:#f35}.cyber-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;display:inline-block}.cyber-status.available .cyber-dot{background:#0f8;box-shadow:0 0 6px #0f8}.cyber-status.in-cup .cyber-dot{background:#f35;box-shadow:0 0 6px #f35}.cyber-footer{font-family:Share Tech Mono,monospace;font-size:11px;letter-spacing:1.5px;color:#456080;text-align:center;padding:20px;border-top:1px solid #243850}.cyber-num{font-family:Share Tech Mono,monospace;font-size:36px;font-weight:400;color:#243850;line-height:1;flex-shrink:0;letter-spacing:-1px;-webkit-user-select:none;user-select:none}@media (max-width: 500px){.cyber-title{font-size:24px}.cyber-name{font-size:17px}.cyber-status{font-size:13px}.cyber-num{font-size:36px}.cyber-card{padding:16px;gap:16px}.cyber-logo-wrap{width:62px;height:62px}.standings-table th,.standings-table td{padding:9px 7px;font-size:12px}.standings-table td.pts{font-size:13px}.match-card{padding:12px;gap:8px}.match-badge,.match-badge-placeholder{width:32px;height:32px}.match-team{gap:8px}.match-team-name{font-size:13px;white-space:normal;word-break:break-word;line-height:1.2}.match-score{min-width:56px}.match-score{font-size:18px;min-width:66px;padding:6px 10px}.header{padding:12px 16px 10px}.header-inner{gap:8px}.title{font-size:clamp(44px,14vw,60px);letter-spacing:2px}.subtitle{font-size:10px;opacity:.6}}
