:root{--navy:#101d35;--blue:#174f94;--red:#e22d2d;--gold:#f4aa2b;--cream:#f4f1e9;--line:#dfe3ea;--muted:#697386;--green:#198754;--white:#fff}*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:#f4f6f9;color:#162033;font-family:'Noto Sans KR',sans-serif}.topbar{height:60px;position:sticky;top:0;z-index:30;display:grid;grid-template-columns:44px 1fr auto;align-items:center;padding:0 14px;background:var(--navy);color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.18)}.back{font-size:2.2rem;line-height:1;color:#fff;text-decoration:none}.logo{text-decoration:none;color:#fff;font-size:1.15rem;letter-spacing:-.04em}.logo strong{color:var(--gold);margin-left:4px}.admin-toggle{border:1px solid rgba(255,255,255,.45);border-radius:5px;padding:8px 11px;background:transparent;color:#fff;font-weight:700}.admin-toggle.active{background:var(--gold);border-color:var(--gold);color:var(--navy)}main{max-width:760px;margin:auto;padding-bottom:60px}.event-head{padding:26px 18px 20px;background:#fff}.test-label{display:inline-block;padding:5px 8px;border-radius:3px;background:#fff0d2;color:#875400;font-size:.76rem;font-weight:800}.event-head h1{margin:10px 0 3px;font-size:1.75rem;letter-spacing:-.055em}.event-head>p{margin:0;font-weight:700;color:var(--blue)}.source-note{margin-top:12px;color:var(--muted);font-size:.8rem}.live-panel{margin:14px 14px 0;padding:16px;border-radius:10px;background:var(--navy);color:#fff;box-shadow:0 8px 20px rgba(16,29,53,.18)}.live-title{display:flex;align-items:center;gap:8px}.live-title b{font-size:.9rem}.live-title em{margin-left:auto;font-style:normal;font-size:.8rem;color:#dbe4f2}.live-dot{width:10px;height:10px;border-radius:50%;background:#9099a8}.live-panel.active .live-dot{background:#ff4242;box-shadow:0 0 0 5px rgba(255,66,66,.16);animation:pulse 1.5s ease-in-out infinite}.live-players{margin-top:13px}.live-players p{margin:0;color:#c8d1df;font-size:.9rem}.live-versus{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.live-person{padding:13px 10px;border-radius:6px;background:rgba(255,255,255,.08);text-align:center}.live-person b,.live-person small{display:block}.live-person small{margin-top:4px;color:#bbc6d7;font-size:.75rem}.vs{color:var(--gold);font-weight:900}.controls{display:grid;grid-template-columns:auto 110px 1fr;gap:10px;align-items:center;padding:18px 14px 10px}.controls>label:first-child{font-size:.82rem;font-weight:700}.controls select,.controls input{width:100%;min-height:42px;border:1px solid #ccd2dc;border-radius:6px;background:#fff;padding:0 10px;font:inherit}.search{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px}.search span{font-size:.82rem;font-weight:700}.legend{display:flex;gap:15px;padding:4px 16px 14px;color:var(--muted);font-size:.76rem}.legend span{display:flex;align-items:center;gap:5px}.legend i{display:inline-block;width:10px;height:10px;border-radius:50%}.status-live{background:var(--red)}.status-winner{background:var(--green)}.status-wait{background:#aeb5c0}.admin-panel{margin:0 14px 14px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:2px solid var(--gold);border-radius:8px;background:#fff8e9}.admin-panel[hidden]{display:none}.admin-panel b{font-size:.9rem}.admin-panel p{margin:3px 0 0;font-size:.76rem;color:var(--muted)}.admin-panel button{flex:0 0 auto;border:0;border-radius:5px;padding:9px;background:#313c4e;color:#fff}.rounds{padding:0 14px}.round-section{margin-bottom:24px}.round-heading{display:flex;align-items:end;justify-content:space-between;margin:0 2px 9px}.round-heading h2{font-size:1.1rem;margin:0}.round-heading span{font-size:.76rem;color:var(--muted)}.match{position:relative;margin-bottom:9px;padding:11px;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:0 2px 6px rgba(20,29,45,.04)}.match.is-live{border:2px solid var(--red);box-shadow:0 0 0 4px rgba(226,45,45,.09);animation:liveGlow 1.8s ease-in-out infinite}.match.is-complete{border-left:4px solid var(--green)}.match-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.match-no{font-weight:800;font-size:.78rem;color:var(--blue)}.match-state{padding:3px 7px;border-radius:20px;background:#eef1f5;color:var(--muted);font-size:.7rem;font-weight:700}.is-live .match-state{background:#ffe2e2;color:#b91919}.is-complete .match-state{background:#e1f4e9;color:#14683f}.player{width:100%;display:grid;grid-template-columns:29px 1fr auto;align-items:center;gap:8px;min-height:49px;padding:7px 5px;border:0;border-top:1px solid #edf0f4;background:transparent;text-align:left;color:inherit;font:inherit}.player:first-of-type{border-top:0}.player .seed{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#eef1f5;font-size:.75rem;font-weight:800}.player b{font-size:.93rem}.player small{display:block;margin-top:2px;color:var(--muted);font-size:.72rem}.player .result{font-size:.72rem;font-weight:800;color:var(--green)}.player.winner{background:#edf8f2}.player.loser{opacity:.48}.player.search-hit{outline:2px solid var(--gold);border-radius:4px;background:#fff8da}.admin-mode .match.ready .player{cursor:pointer}.admin-mode .match.ready .player:hover{background:#fff7e6}.match-actions{display:none;gap:7px;margin-top:8px}.admin-mode .match.ready .match-actions{display:flex}.match-actions button{flex:1;border:0;border-radius:5px;padding:8px;font-weight:700}.set-live{background:var(--red);color:#fff}.undo{background:#e7eaf0;color:#374151}.empty-player{color:#9aa2af;font-size:.82rem}.hidden{display:none!important}@keyframes pulse{50%{opacity:.35;transform:scale(.75)}}@keyframes liveGlow{50%{box-shadow:0 0 0 7px rgba(226,45,45,.035)}}@media(min-width:700px){.rounds{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.round-section:last-child{grid-column:1/-1}.event-head{border-radius:0 0 10px 10px}.controls{grid-template-columns:auto 150px 1fr}.match{padding:13px}}@media(max-width:520px){.controls{grid-template-columns:auto 1fr}.search{grid-column:1/-1}.live-versus{gap:7px}.live-person{padding:12px 5px}.admin-panel{align-items:flex-start;flex-direction:column}.admin-panel button{width:100%}}
