:root{--green: #22c55e;--yellow: #eab308;--blue: #3b82f6;--red: #ef4444;--purple: #a855f7;--bg: #0a0a0a;--surface: #111111;--surface2: #1a1a1a;--border: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .15);--text: #fafafa;--text-dim: rgba(255, 255, 255, .55);--text-muted: rgba(255, 255, 255, .35);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app{min-height:100vh;display:flex;flex-direction:column}.header{border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(34,197,94,.06) 0%,transparent 100%);padding:2rem 1.5rem 1.5rem}.header-inner{max-width:72rem;margin:0 auto}.logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.logo-icon{font-size:2rem}.logo h1{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,var(--green),var(--blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:var(--text-dim);font-size:.9rem;margin-left:2.75rem}.countdown{margin-top:1.25rem;margin-left:2.75rem;display:inline-flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;border:1px solid var(--border-light);border-radius:.75rem;background:linear-gradient(135deg,#22c55e14,#3b82f614)}.countdown-label{font-size:.8rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em}.countdown-live{font-size:1.5rem;font-weight:800;color:var(--red);animation:pulse 1.2s ease-in-out infinite;letter-spacing:.05em}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.countdown-digits{display:flex;align-items:center;gap:.25rem}.countdown-unit{display:flex;flex-direction:column;align-items:center}.countdown-number{font-size:2rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1;background:linear-gradient(180deg,var(--text) 40%,var(--text-dim) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.countdown-sub{font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-top:.15rem}.countdown-sep{font-size:1.5rem;font-weight:700;color:var(--text-muted);margin:0 .1rem;padding-bottom:1rem}.nav{display:flex;gap:.25rem;padding:.5rem 1.5rem;max-width:72rem;margin:0 auto;width:100%;overflow-x:auto;border-bottom:1px solid var(--border);background:var(--surface)}.nav-btn{padding:.5rem 1rem;border:none;background:transparent;color:var(--text-dim);font-size:.85rem;font-weight:500;cursor:pointer;border-radius:.5rem;transition:all .15s;white-space:nowrap}.nav-btn:hover{color:var(--text);background:var(--surface2)}.nav-btn.active{color:var(--text);background:var(--surface2);box-shadow:inset 0 0 0 1px var(--border-light)}.content{flex:1;max-width:72rem;margin:0 auto;width:100%;padding:1.5rem}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.section-desc{color:var(--text-dim);font-size:.85rem;margin-top:.25rem}.filter-bar{display:flex;gap:.25rem;margin-top:.75rem}.filter-btn{padding:.35rem .75rem;border:1px solid var(--border);background:transparent;color:var(--text-dim);font-size:.78rem;cursor:pointer;border-radius:.375rem;transition:all .15s}.filter-btn:hover{border-color:var(--border-light);color:var(--text)}.filter-btn.active{border-color:var(--green);color:var(--green);background:#22c55e14}.match-grid{display:grid;gap:.75rem}.match-card{border:1px solid var(--border);border-radius:.75rem;padding:1rem 1.25rem;background:var(--surface);transition:border-color .15s}.match-card:hover{border-color:var(--border-light)}.match-meta{display:flex;justify-content:space-between;margin-bottom:.5rem}.match-date{font-size:.75rem;color:var(--text-muted);font-weight:500}.match-group{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.match-teams{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem}.team-label{font-weight:600}.vs{color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.vote-bar{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.375rem}.vote-btn{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:.5rem;padding:.5rem;background:var(--surface2);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.15rem;transition:all .15s}.vote-btn:hover{border-color:var(--border-light)}.vote-btn.selected{border-color:var(--accent);box-shadow:inset 0 0 12px #ffffff0a}.vote-fill{position:absolute;left:0;bottom:0;height:3px;background:var(--accent);opacity:.5;transition:width .3s ease}.vote-label{font-size:.68rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:500}.vote-pct{font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.vote-count{font-size:.65rem;color:var(--text-muted)}.groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem}.group-card{border:1px solid var(--border);border-radius:.75rem;padding:1rem 1.25rem;background:var(--surface)}.group-title{font-size:.9rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em}.group-teams{display:flex;flex-direction:column;gap:.375rem}.group-team-row{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border:1px solid var(--border);border-radius:.5rem;background:var(--surface2);cursor:grab;transition:all .15s}.group-team-row:hover{border-color:var(--border-light)}.group-team-row.dragging{opacity:.5;border-color:var(--green)}.rank-badge{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;background:var(--bg);border-radius:.3rem;color:var(--text-dim)}.rank-votes{display:flex;gap:.25rem;margin-left:auto}.rank-vote-bar{width:2rem;height:1.25rem;background:var(--bg);border-radius:.2rem;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.rank-label{font-size:.55rem;color:var(--text-muted);position:relative;z-index:1}.rank-fill{position:absolute;left:0;top:0;height:100%;background:var(--green);opacity:.2;transition:width .3s ease}.champion-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.champion-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1rem .5rem;border:1px solid var(--border);border-radius:.75rem;background:var(--surface);cursor:pointer;transition:all .15s}.champion-card:hover{border-color:var(--border-light);background:var(--surface2)}.champion-card.selected{border-color:var(--green);background:#22c55e0f}.champion-flag{font-size:2rem}.champion-name{font-size:.8rem;font-weight:600;text-align:center}.champion-bar{width:100%;height:3px;background:var(--bg);border-radius:2px;overflow:hidden}.champion-fill{height:100%;background:var(--green);transition:width .3s ease}.champion-pct{font-size:.85rem;font-weight:700}.champion-count{font-size:.6rem;color:var(--text-muted)}.scorer-list{display:flex;flex-direction:column;gap:.375rem}.scorer-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.625rem;background:var(--surface);cursor:pointer;transition:all .15s}.scorer-card:hover{border-color:var(--border-light)}.scorer-card.selected{border-color:var(--yellow);background:#eab3080f}.scorer-rank{font-size:.75rem;color:var(--text-muted);font-weight:600;min-width:2rem}.scorer-name{font-size:.9rem;font-weight:600;min-width:10rem}.scorer-bar{flex:1;height:6px;background:var(--bg);border-radius:3px;overflow:hidden}.scorer-fill{height:100%;background:var(--yellow);transition:width .3s ease}.scorer-pct{font-size:.85rem;font-weight:700;min-width:3rem;text-align:right}.scorer-count{font-size:.65rem;color:var(--text-muted);min-width:4rem;text-align:right}.leaderboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem}.leaderboard-card{border:1px solid var(--border);border-radius:.75rem;padding:1.25rem;background:var(--surface)}.leaderboard-card.wide{grid-column:1 / -1}.leaderboard-card h3{font-size:.95rem;font-weight:700;margin-bottom:1rem}.leaderboard-rows{display:flex;flex-direction:column;gap:.5rem}.lb-row{display:flex;align-items:center;gap:.5rem}.lb-pos{font-size:.7rem;font-weight:700;color:var(--text-muted);min-width:1.25rem}.lb-team{font-size:.8rem;font-weight:500;min-width:8rem}.lb-bar{flex:1;height:8px;background:var(--bg);border-radius:4px;overflow:hidden}.lb-fill{height:100%;background:linear-gradient(90deg,var(--green),var(--blue));transition:width .3s ease}.lb-pct{font-size:.75rem;font-weight:600;min-width:3rem;text-align:right;color:var(--text-dim)}.lb-match-bars{flex:1;display:flex;height:10px;border-radius:5px;overflow:hidden;gap:1px}.mini-bar{height:100%;transition:width .3s ease}.mini-bar.home{background:var(--green)}.mini-bar.draw{background:var(--yellow)}.mini-bar.away{background:var(--blue)}@media(max-width:640px){.header{padding:1.25rem 1rem 1rem}.logo h1{font-size:1.3rem}.subtitle{margin-left:0}.countdown{margin-left:0;padding:.75rem 1rem}.countdown-number{font-size:1.4rem}.countdown-sep{font-size:1.1rem}.nav{padding:.375rem .75rem}.nav-btn{padding:.4rem .7rem;font-size:.78rem}.content{padding:1rem}.match-teams{font-size:.85rem}.vote-btn{padding:.375rem}.vote-pct{font-size:.9rem}.groups-grid{grid-template-columns:1fr}.champion-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.scorer-name{min-width:auto}.leaderboard-grid{grid-template-columns:1fr}}
