*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0a1628;--navy-mid:#112040;--navy-light:#1a2f55;--gold:#f0b429;--gold-dark:#d4950e;--green:#1a7f3c;--text:#e8edf5;--text-muted:#8899b8;--border:#2a3f6e;--card:#0f1e38;--red:#e74c3c;--success:#27ae60;--radius:10px;--shadow:0 4px 20px #0006}body{background:#0a1628;background:var(--navy);color:#e8edf5;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;min-height:100vh}a{color:#f0b429;color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}button{border:none;cursor:pointer;font-family:inherit;outline:none;transition:all .15s ease}button:disabled{cursor:not-allowed;opacity:.5}input,select,textarea{background:#1a2f55;background:var(--navy-light);border:1px solid #2a3f6e;border:1px solid var(--border);border-radius:6px;color:#e8edf5;color:var(--text);font-family:inherit;font-size:.95rem;padding:.6rem .9rem;width:100%}input:focus,select:focus{border-color:#0000;outline:2px solid #f0b429;outline:2px solid var(--gold)}input::placeholder{color:#8899b8;color:var(--text-muted)}.main-content{margin:0 auto;max-width:1100px;padding:2rem 1rem 4rem}.card{background:#0f1e38;background:var(--card);border:1px solid #2a3f6e;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);box-shadow:0 4px 20px #0006;box-shadow:var(--shadow);padding:1.5rem}.btn{align-items:center;border-radius:6px;display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem;letter-spacing:.02em;padding:.55rem 1.2rem}.btn-primary{background:#f0b429;background:var(--gold);color:#0a1628;color:var(--navy)}.btn-primary:hover:not(:disabled){background:#d4950e;background:var(--gold-dark)}.btn-secondary{background:#1a2f55;background:var(--navy-light);border:1px solid #2a3f6e;border:1px solid var(--border);color:#e8edf5;color:var(--text)}.btn-secondary:hover:not(:disabled){background:#2a3f6e;background:var(--border)}.btn-danger{background:#e74c3c;background:var(--red);color:#fff}.btn-danger:hover:not(:disabled){background:#c0392b}.btn-success{background:#27ae60;background:var(--success);color:#fff}.btn-sm{font-size:.8rem;padding:.35rem .8rem}.btn-lg{font-size:1rem;padding:.75rem 1.8rem}.header{background:#112040;background:var(--navy-mid);border-bottom:2px solid #f0b429;border-bottom:2px solid var(--gold);padding:0 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-inner{height:60px;justify-content:space-between;margin:0 auto;max-width:1100px}.header-inner,.header-logo{align-items:center;display:flex}.header-logo{color:#f0b429;color:var(--gold);font-size:1.3rem;font-weight:800;gap:.4rem}.header-nav{align-items:center;display:flex;gap:1.2rem}.header-nav a,.header-nav button{background:none;color:#8899b8;color:var(--text-muted);font-size:.9rem;font-weight:500;padding:0}.header-nav a:hover,.header-nav button:hover{color:#e8edf5;color:var(--text)}.header-user{color:#f0b429;color:var(--gold);font-size:.9rem;font-weight:600}.auth-page{margin:4rem auto;max-width:420px}.auth-page h1{font-size:1.8rem;font-weight:800;margin-bottom:.3rem}.auth-page .subtitle{color:#8899b8;color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:#8899b8;color:var(--text-muted);display:block;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:.35rem;text-transform:uppercase}.form-actions{margin-top:1.5rem}.form-footer{color:#8899b8;color:var(--text-muted);font-size:.9rem;margin-top:1rem;text-align:center}.error-msg{background:#e74c3c1f;border:1px solid #e74c3c4d;border-radius:6px;color:#e74c3c;color:var(--red)}.error-msg,.success-msg{font-size:.875rem;margin-top:.75rem;padding:.5rem .75rem}.success-msg{background:#27ae601f;border:1px solid #27ae604d;border-radius:6px;color:#27ae60;color:var(--success)}.home-header{margin-bottom:2rem}.home-header h1{font-size:2rem;font-weight:800}.home-header p{color:#8899b8;color:var(--text-muted);margin-top:.25rem}.home-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}@media (max-width:600px){.home-grid{grid-template-columns:1fr}}.home-grid h2{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.league-list{display:flex;flex-direction:column;gap:.75rem}.league-card{align-items:center;background:#1a2f55;background:var(--navy-light);border:1px solid #2a3f6e;border:1px solid var(--border);border-radius:8px;display:flex;justify-content:space-between;padding:1rem 1.2rem;transition:border-color .15s}.league-card:hover{border-color:#f0b429;border-color:var(--gold)}.league-card-name{font-size:1rem;font-weight:700}.league-card-meta{color:#8899b8;color:var(--text-muted);font-size:.82rem;margin-top:.2rem}.league-card-actions{display:flex;flex-shrink:0;gap:.5rem}.league-locked{align-items:center;background:#f0b4291a;border:1px solid #f0b4294d;border-radius:20px;display:inline-flex;font-size:.75rem;gap:.3rem;padding:.15rem .5rem}.league-locked,.score-badge{color:#f0b429;color:var(--gold)}.score-badge{font-size:1.1rem;font-weight:800}.empty-state{border:1px dashed #2a3f6e;border:1px dashed var(--border);border-radius:8px;color:#8899b8;color:var(--text-muted);font-size:.9rem;padding:2rem;text-align:center}.invite-code{color:#f0b429;color:var(--gold);font-family:monospace;font-size:1.1rem;font-weight:700;letter-spacing:.15em}.bracket-page h1{font-size:1.6rem;font-weight:800;margin-bottom:.25rem}.bracket-page .sub{color:#8899b8;color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.bracket-tabs{border-bottom:2px solid #2a3f6e;border-bottom:2px solid var(--border);display:flex;gap:0;margin-bottom:1.5rem}.bracket-tab{background:none;border-bottom:2px solid #0000;color:#8899b8;color:var(--text-muted);font-size:.9rem;font-weight:600;margin-bottom:-2px;padding:.6rem 1.2rem}.bracket-tab.active{border-bottom-color:#f0b429;border-bottom-color:var(--gold);color:#f0b429;color:var(--gold)}.bracket-tab:hover{color:#e8edf5;color:var(--text)}.bracket-locked-banner{background:#f0b4291f;border:1px solid #f0b42966;border-radius:8px;color:#f0b429;color:var(--gold);font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.75rem 1rem}.groups-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.group-card{background:#0f1e38;background:var(--card);border:1px solid #2a3f6e;border:1px solid var(--border);border-radius:8px;padding:1rem}.group-card h3{color:#f0b429;color:var(--gold);font-size:.85rem;font-weight:800;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.group-team-row{align-items:center;background:#1a2f55;background:var(--navy-light);border:1px solid #0000;border-radius:6px;cursor:grab;display:flex;gap:.5rem;margin-bottom:.3rem;padding:.4rem .5rem;transition:border-color .1s,background .1s;-webkit-user-select:none;user-select:none}.group-team-row:hover{border-color:#2a3f6e;border-color:var(--border)}.group-team-row.dragging{opacity:.4}.group-team-row.drag-over{background:#f0b42914;border-color:#f0b429;border-color:var(--gold)}.pos-badge{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.7rem;font-weight:800;height:22px;justify-content:center;width:22px}.pos-1{background:#f0b429}.pos-1,.pos-2{color:#0a1628;color:var(--navy)}.pos-2{background:#8899b8}.pos-3{background:#7b5f3a;color:#fff}.pos-4{background:#2a3f6e;background:var(--border);color:#8899b8;color:var(--text-muted)}.team-flag{font-size:1.1rem}.team-name{flex:1 1;font-size:.85rem;font-weight:500}.third-place-section{margin-top:1.5rem}.third-place-section h2{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.third-place-section .info{color:#8899b8;color:var(--text-muted);font-size:.85rem;margin-bottom:1rem}.third-place-grid{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.third-place-item{align-items:center;background:#1a2f55;background:var(--navy-light);border:1px solid #2a3f6e;border:1px solid var(--border);border-radius:6px;cursor:pointer;display:flex;font-size:.85rem;gap:.5rem;padding:.6rem .8rem;transition:all .15s}.third-place-item.selected{background:#f0b4291a;border-color:#f0b429;border-color:var(--gold);color:#f0b429;color:var(--gold);font-weight:600}.third-place-item:hover:not(.selected):not(.disabled){background:#112040;background:var(--navy-mid);border-color:#2a3f6e;border-color:var(--border)}.third-place-item.disabled{cursor:not-allowed;opacity:.4}.third-count{color:#8899b8;color:var(--text-muted);font-size:.8rem;margin-top:.5rem}.third-count.full{color:#f0b429;color:var(--gold)}.knockout-section{margin-top:1.5rem;overflow-x:auto}.knockout-section h2{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.bracket-scroll{min-width:900px}.bracket-rounds{align-items:stretch;display:flex;gap:0}.bracket-round{display:flex;flex:1 1;flex-direction:column}.round-header{background:#112040;background:var(--navy-mid);border-bottom:1px solid #2a3f6e;border-bottom:1px solid var(--border);color:#8899b8;color:var(--text-muted);font-size:.75rem;font-weight:700;letter-spacing:.1em;padding:.4rem;text-align:center;text-transform:uppercase}.round-matches{display:flex;flex:1 1;flex-direction:column;justify-content:space-around;padding:.5rem .25rem}.match-box{background:#0f1e38;background:var(--card);border:1px solid #2a3f6e;border:1px solid var(--border);border-radius:6px;margin:.3rem .2rem;overflow:hidden}.match-team{align-items:center;border-bottom:1px solid #2a3f6e;border-bottom:1px solid var(--border);cursor:pointer;display:flex;font-size:.8rem;gap:.4rem;padding:.45rem .6rem;transition:background .12s}.match-team:last-child{border-bottom:none}.match-team:hover{background:#1a2f55;background:var(--navy-light)}.match-team.selected{background:#f0b42926;color:#f0b429;color:var(--gold);font-weight:700}.match-team.tbd{color:#8899b8;color:var(--text-muted);cursor:default;font-style:italic}.match-team.tbd:hover{background:#0000}.match-team .team-abbr{font-weight:700;min-width:30px}.champion-section{background:#f0b4290f;border:1px solid #f0b4294d;border-radius:10px;margin-top:2rem;padding:1.5rem;text-align:center}.champion-section h2{color:#f0b429;color:var(--gold);font-size:1.2rem;margin-bottom:.5rem}.champion-name{color:#f0b429;color:var(--gold);font-size:1.8rem;font-weight:800;margin-top:.5rem}.champion-trophy{font-size:3rem}.save-bar{align-items:center;background:#112040;background:var(--navy-mid);border-top:2px solid #f0b429;border-top:2px solid var(--gold);bottom:0;display:flex;gap:1rem;justify-content:space-between;padding:.75rem 1rem;position:-webkit-sticky;position:sticky}.save-bar .progress{color:#8899b8;color:var(--text-muted);font-size:.85rem}.save-bar .progress strong{color:#e8edf5;color:var(--text)}.leaderboard-page h1{font-size:1.6rem;font-weight:800;margin-bottom:1.5rem}.leaderboard-table{border-collapse:collapse;width:100%}.leaderboard-table th{border-bottom:1px solid #2a3f6e;border-bottom:1px solid var(--border);color:#8899b8;color:var(--text-muted);font-size:.75rem;letter-spacing:.08em;padding:.6rem .8rem;text-align:left;text-transform:uppercase}.leaderboard-table td{border-bottom:1px solid #2a3f6e66;font-size:.9rem;padding:.7rem .8rem}.leaderboard-table tr:hover td{background:#ffffff08}.rank-num{color:#8899b8;color:var(--text-muted);font-weight:800;width:40px}.rank-1{color:#f0b429;color:var(--gold)}.rank-2{color:silver}.rank-3{color:#cd7f32}.score-col{font-size:1.05rem;font-weight:800}.my-row td{background:#f0b4290f}.no-bracket{color:#8899b8;color:var(--text-muted);font-size:.8rem;font-style:italic}.admin-page h1{font-size:1.6rem;font-weight:800;margin-bottom:1.5rem}.admin-section{margin-bottom:2rem}.admin-section h2{border-bottom:1px solid #2a3f6e;border-bottom:1px solid var(--border);font-size:1.1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.result-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.result-item{background:#1a2f55;background:var(--navy-light);border:1px solid #2a3f6e;border:1px solid var(--border);border-radius:8px;padding:.8rem 1rem}.result-item label{color:#8899b8;color:var(--text-muted);display:block;font-size:.8rem;font-weight:600;margin-bottom:.4rem}.result-item .result-set{color:#27ae60;color:var(--success);font-size:.8rem;margin-top:.3rem}.page-title{font-size:1.6rem;font-weight:800;margin-bottom:.25rem}.page-sub{font-size:.9rem;margin-bottom:1.5rem}.loading,.page-sub{color:#8899b8;color:var(--text-muted)}.loading{font-size:1.1rem;padding:3rem;text-align:center}.tag{border-radius:20px;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.03em;padding:.15rem .5rem}.tag-locked{background:#f0b4291f;border:1px solid #f0b4294d;color:#f0b429;color:var(--gold)}.tag-open{background:#27ae601f;border:1px solid #27ae604d;color:#27ae60;color:var(--success)}.divider{border:none;border-top:1px solid #2a3f6e;border-top:1px solid var(--border);margin:1.5rem 0}.flex-between{gap:1rem;justify-content:space-between}.flex-between,.flex-gap{align-items:center;display:flex}.flex-gap{flex-wrap:wrap;gap:.75rem}.text-muted{color:#8899b8;color:var(--text-muted);font-size:.85rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.w-full{width:100%}
/*# sourceMappingURL=main.d861cb2e.css.map*/