*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#f1f2f6;background:#14161c;font-family:Inter,system-ui,-apple-system,sans-serif}button{font:inherit;cursor:pointer}input{font:inherit}.app-shell{flex-direction:column;gap:16px;max-width:640px;margin:0 auto;padding:24px 20px 60px;display:flex}.app-header{color:#9aa0ac;justify-content:space-between;align-items:center;font-size:14px;display:flex}.event-name{color:#f1f2f6;font-weight:600}.settings-link,.back-link{color:#9aa0ac;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.header-controls{align-items:center;gap:14px;display:flex}.top-x-control{align-items:center;gap:6px;display:flex}.top-x-control input{color:#f1f2f6;text-align:center;background:#1c1f27;border:1px solid #2a2e38;border-radius:6px;width:44px;padding:2px 6px;font-size:14px}.top-x-control input:focus{border-color:#5865f2;outline:none}.search-box{color:#f1f2f6;background:#1c1f27;border:2px solid #2a2e38;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:26px}.search-box:focus{border-color:#5865f2}.results-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.results-list li{cursor:pointer;background:#1c1f27;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;font-size:18px;display:flex}.results-list li.active{background:#2a2f42;outline:2px solid #5865f2}.results-list li.started{border-left:3px solid #f2c14e;padding-left:13px}.start-btn{color:#9aa0ac;cursor:pointer;background:#2a2e38;border:none;border-radius:8px;flex-shrink:0;padding:10px 16px;font-size:14px;font-weight:600}.start-btn:hover:not(:disabled){color:#f1f2f6;background:#5865f2}.start-btn:disabled{opacity:.5;cursor:default}.results-list li.empty{color:#6b7280;cursor:default;font-size:15px}.results-list li.readonly{cursor:default}.set-section{background:#1c1f27;border-radius:10px;padding:0 16px}.set-section summary{color:#9aa0ac;cursor:pointer;padding:12px 0;font-size:14px;font-weight:600}.set-section[open] summary{border-bottom:1px solid #2a2e38;margin-bottom:10px}.set-section .results-list{padding-bottom:12px}.set-section .results-list li{background:#14161c}.set-section .results-list li:not(.readonly):hover{background:#1c2030}.segmented-toggle{border-radius:10px;align-items:center;gap:8px;padding:6px;display:flex}.segmented-toggle button{color:#9aa0ac;background:#1c1f27;border:2px solid #2a2e38;border-radius:8px;flex:none;padding:8px 14px;font-weight:600}.segmented-toggle button.selected{color:#f1f2f6;background:#232946;border-color:#5865f2}.bracket-empty{color:#6b7280;font-size:15px}.bracket-scroll{width:100vw;margin-left:calc(50% - 50vw);padding:4px 20px 24px;overflow-x:auto}.bracket-canvas{position:relative}.bracket-column-header{color:#9aa0ac;white-space:nowrap;border-bottom:1px solid #2a2e38;padding-bottom:6px;font-size:13px;font-weight:600;position:absolute}.bracket-edges{pointer-events:none;position:absolute;top:0;left:0}.bracket-edges path{fill:none;stroke:#2a2e38;stroke-width:2px}.bracket-box{background:#1c1f27;border:1px solid #2a2e38;border-radius:8px;position:absolute}.bracket-box.clickable{cursor:pointer}.bracket-box.clickable:hover{border-color:#5865f2}.bracket-badge{color:#9aa0ac;background:#2a2e38;border:1px solid #14161c;border-radius:6px;padding:3px 5px;font-size:10px;font-weight:700;line-height:1;position:absolute;top:50%;left:-9px;transform:translateY(-50%)}.bracket-row{color:#9aa0ac;justify-content:space-between;align-items:center;gap:6px;height:50%;padding:0 8px;font-size:13px;display:flex}.bracket-row:first-child{border-bottom:1px solid #2a2e38}.bracket-row.winner{color:#f1f2f6;font-weight:700}.bracket-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.bracket-score{text-align:center;border-radius:4px;flex-shrink:0;min-width:18px;padding:1px 5px;font-size:11px;font-weight:700}.bracket-score.won{color:#08260f;background:#22c55e}.bracket-score.lost{color:#9aa0ac;background:#2a2e38}.bracket-fallback{flex-direction:column;gap:20px;display:flex}.bracket-fallback-round h3{color:#9aa0ac;margin:0 0 8px;font-size:14px}.bracket-link-stub{stroke:#3a4050;stroke-width:2px;stroke-dasharray:3 4}.bracket-link{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:11px;position:absolute;overflow:hidden;transform:translateY(-50%)}.bracket-link-left{text-align:right}.result-num{color:#9aa0ac;background:#2a2e38;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.entrant-names{flex:1;font-weight:600}.round-text{color:#9aa0ac;font-size:14px}.error{color:#f87171;font-size:14px}.prior-result{color:#e0a94e;margin:0;font-size:14px}.prior-result strong{color:#f1f2f6}.toast{border-radius:10px;max-width:calc(100vw - 40px);padding:12px 20px;font-weight:600;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast-success{color:#08260f;background:#22c55e}.toast-error{color:#2b0808;background:#f87171}.toast-info{color:#f1f2f6;background:#2a2e38}.settings-screen{flex-direction:column;gap:10px;max-width:480px;margin:80px auto;padding:0 20px;display:flex}.settings-screen h1{margin:0;font-size:32px}.settings-screen .subtitle{color:#9aa0ac;margin:0 0 16px}.settings-screen label{color:#9aa0ac;font-size:14px}.settings-screen input{color:#f1f2f6;background:#1c1f27;border:2px solid #2a2e38;border-radius:10px;padding:12px 14px;font-size:16px}.settings-screen button{color:#fff;background:#5865f2;border:none;border-radius:10px;padding:12px;font-size:16px;font-weight:600}.settings-screen button:disabled{opacity:.5;cursor:default}.report-panel{flex-direction:column;gap:18px;display:flex}.round-label{color:#9aa0ac;font-size:14px}.matchup{align-items:center;gap:10px;width:100%;max-width:600px;margin-left:auto;margin-right:auto;display:flex}.side{color:#f1f2f6;background:#1c1f27;border:2px solid #2a2e38;border-radius:10px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:16px;font-size:18px;font-weight:600;display:flex}.winner-side{background:#16241a;border-color:#22c55e}.flip-btn{color:#9aa0ac;background:#1c1f27;border:2px solid #2a2e38;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.badge{text-transform:uppercase;letter-spacing:.05em;color:#22c55e;font-size:11px;font-weight:700}kbd{background:#1c1f27;border:1px solid #2a2e38;border-radius:4px;padding:1px 6px;font-family:inherit;font-size:12px;display:inline-block}.tool-hint{color:#6b7280;margin-left:auto;font-size:12px}.sticky-header{z-index:5;background:#14161c;flex-direction:column;gap:18px;width:100vw;margin-left:calc(50% - 50vw);padding:16px 20px 4px;display:flex;position:sticky;top:0}.bo-toggle{border-radius:10px;align-items:center;gap:8px;width:100%;max-width:600px;margin-left:auto;margin-right:auto;padding:6px;display:flex}.bo-toggle.focused{outline:2px solid #5865f2}.bo-toggle button{color:#9aa0ac;background:#1c1f27;border:2px solid #2a2e38;border-radius:8px;flex:none;padding:8px 14px;font-weight:600}.bo-toggle button.selected{color:#f1f2f6;background:#232946;border-color:#5865f2}.bo-current{color:#f1f2f6;font-weight:700}.score-section{flex-direction:column;gap:14px;display:flex}.score-tool{border-radius:12px;padding:4px}.score-tool.focused{outline:2px solid #5865f2}.score-tool label{color:#9aa0ac;margin-bottom:6px;font-size:14px;display:block}.score-tool input{color:#f1f2f6;letter-spacing:.05em;background:#1c1f27;border:2px solid #2a2e38;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:28px}.score-tool.focused input{border-color:#5865f2}.score-preview{flex-direction:column;gap:8px;margin-top:10px;display:flex}.score-line{font-size:20px;font-weight:700}.game-stats-section{border-radius:12px;flex-direction:column;gap:10px;padding:4px;display:flex}.game-stats-section.focused{outline:2px solid #5865f2}.tool-label{color:#9aa0ac;flex-direction:column;gap:2px;max-width:600px;margin-left:auto;margin-right:auto;font-size:13px;display:flex}.sticky-footer{z-index:5;background:#14161c;border-top:1px solid #2a2e38;width:100vw;margin-left:calc(50% - 50vw);padding:10px 20px 20px;position:sticky;bottom:0}.game-stat-list{flex-direction:column;gap:8px;display:flex}.game-stat-row{background:#1a1d25;border-radius:10px;flex-direction:column;gap:8px;padding:10px;display:flex}.game-stat-row.unused{opacity:.35}.game-stat-row.all-games-row{background:0 0}.game-stat-row.clickable{cursor:pointer}.game-stat-row.row-focused{outline:2px solid #5865f2}.game-stat-title{color:#9aa0ac;font-size:13px}.game-stat-sides{align-items:center;gap:26px;display:flex}.game-stat-side{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.game-stat-char{flex:1;min-width:0}.game-stat-mid{flex-shrink:0;align-items:center;gap:2px;display:flex}.game-stat-mid.invisible{visibility:hidden}.edit-main-row{align-items:center;gap:16px;padding:0 10px;font-size:13px;display:flex}.edit-main-triggers{flex-direction:column;align-items:stretch;gap:4px}.main-status-line{justify-content:space-between;align-items:center;gap:12px;display:flex}.main-status-text{color:#9aa0ac;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.main-status-line button{color:#9aa0ac;background:0 0;border:none;flex-shrink:0;padding:0;font-size:13px;text-decoration:underline}.main-status-line button:hover{color:#f1f2f6}.edit-main-label{color:#9aa0ac;flex-shrink:0}.edit-main-row .fuzzy-cell-active{flex:1;min-width:0}.edit-main-clear{color:#9aa0ac;background:0 0;border:1px solid #2a2e38;border-radius:8px;flex-shrink:0;padding:6px 10px;font-size:13px}.edit-main-clear:hover{color:#f1f2f6;border-color:#5865f2}.game-stat-arrow-btn{color:#3a4050;cursor:pointer;background:0 0;border:none;padding:6px 4px;font-family:inherit;font-size:20px;font-weight:700;line-height:1}.game-stat-arrow-btn:hover{color:#6b7280}.game-stat-arrow-btn.active{color:#22c55e}.game-stat-side.won .fuzzy-cell{background:#22c55e1f;border-color:#22c55e}.game-stat-side.won .fuzzy-cell.queued{border-color:#fff}.game-stat-footer{justify-content:flex-end;display:flex}.game-stat-char .fuzzy-cell{justify-content:space-between;gap:12px;padding:14px 18px;font-size:20px}.game-stat-char .char-icon{border-radius:8px;width:56px;height:56px}.game-stat-char .fuzzy-cell-active input{padding:14px 18px;font-size:20px}.game-stat-char .fuzzy-dropdown li{padding:10px 12px;font-size:18px}.game-stat-char .fuzzy-dropdown .char-icon{width:44px;height:44px}.game-stats-section.char-pending .game-stat-char .fuzzy-cell{border-color:#5865f273}.stage-toggle-collapsed{color:#6b7280;background:0 0;border:none;flex-shrink:0;padding:2px 4px;font-size:12px}.stage-toggle-collapsed:hover{color:#9aa0ac}.stage-toggle-expanded{flex-shrink:0;width:180px}.fuzzy-cell{text-align:left;color:#f1f2f6;background:#1c1f27;border:2px solid #2a2e38;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:14px;display:flex}.char-icon{object-fit:cover;background:#14161c;border-radius:4px;flex-shrink:0;width:28px;height:28px}.fuzzy-cell.empty{color:#6b7280}.fuzzy-cell.filled{background:#1c2030;border-color:#384059;font-weight:600}.fuzzy-cell-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.fuzzy-cell.reverse{flex-direction:row-reverse}.fuzzy-cell.queued{border-style:dashed;border-color:#fff}.fuzzy-cell-active{position:relative}.fuzzy-cell-active input{color:#f1f2f6;background:#1c1f27;border:2px solid #5865f2;border-radius:8px;outline:none;width:100%;padding:10px 12px}.fuzzy-cell-active.multi-active input{background:#2a2f42;border-style:dashed;border-color:#fff}.fuzzy-dropdown{z-index:10;background:#1c1f27;border:2px solid #2a2e38;border-radius:8px;max-height:220px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.fuzzy-dropdown li{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;display:flex}.fuzzy-dropdown li.active{background:#2a2f42}.submit-btn{color:#08260f;background:#22c55e;border:none;border-radius:12px;padding:16px;font-size:18px;font-weight:700}.submit-btn:disabled{opacity:.4;cursor:default}.confirm-row{gap:14px;display:flex}.confirm-row button{color:#f1f2f6;background:#1c1f27;border:2px solid #2a2e38;border-radius:14px;flex:1;padding:22px;font-size:28px;font-weight:700}.confirm-row button:disabled{opacity:.5;cursor:default}.leave-confirm{max-width:260px}.confirm-leave-btn{color:#f87171;border-color:#3a2222}.submit-confirm .confirm-yes{color:#22c55e;background:#16241a;border-color:#22c55e}.submit-confirm .confirm-no{color:#f87171;background:#2a1616;border-color:#f87171}.help-trigger{color:#9aa0ac;background:0 0;border:1px solid #2a2e38;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:700;line-height:1;display:flex}.help-trigger:hover{color:#f1f2f6;border-color:#5865f2}.help-backdrop{z-index:100;background:#0a0b0fb3;justify-content:center;align-items:flex-start;padding:40px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.help-modal{background:#14161c;border:1px solid #2a2e38;border-radius:16px;width:100%;max-width:720px;margin-bottom:40px;position:relative}.help-close{color:#9aa0ac;background:#1c1f27;border:1px solid #2a2e38;border-radius:999px;width:30px;height:30px;font-size:14px;line-height:1;position:absolute;top:16px;right:16px}.help-close:hover{color:#f1f2f6;border-color:#5865f2}.help-modal-body{flex-direction:column;gap:40px;padding:40px 32px;display:flex}.help-modal-body h2{margin:0 0 8px;font-size:26px}.account-modal .help-modal-body{gap:28px}.account-loading{color:#9aa0ac;margin:0}.account-section{border-top:1px solid #2a2e38;flex-direction:column;gap:12px;padding-top:20px;display:flex}.account-section:first-of-type{border-top:none;flex-direction:row;justify-content:space-between;align-items:center;padding-top:0}.account-section h3{margin:0;font-size:16px}.account-identity{flex-direction:column;gap:4px;display:flex}.account-name{font-size:18px;font-weight:600}.account-profile-link{color:#9aa0ac;font-size:13px}.account-sign-out{color:#9aa0ac;background:0 0;border:1px solid #2a2e38;border-radius:8px;flex-shrink:0;padding:8px 14px;font-size:14px}.account-sign-out:hover{color:#f1f2f6;border-color:#5865f2}.account-top-x{align-items:center;gap:8px;font-size:15px;display:flex}.account-top-x input{color:#f1f2f6;text-align:center;background:#1c1f27;border:1px solid #2a2e38;border-radius:6px;width:60px;padding:6px 8px;font-size:15px}.account-top-x input:focus{border-color:#5865f2;outline:none}.account-top-x-hint{color:#9aa0ac;max-width:50ch;margin:0;font-size:13px}.help-intro{color:#9aa0ac;max-width:60ch;margin:0;font-size:15px}.help-example{flex-direction:column;gap:16px;display:flex}.help-example-head{align-items:baseline;gap:12px;display:flex}.help-example-num{color:#5865f2;flex-shrink:0;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:13px;font-weight:700}.help-example-head h3{margin:0 0 2px;font-size:18px}.help-example-head p{color:#9aa0ac;margin:0;font-size:14px}.help-input-log{background:#1c1f27;border:1px solid #2a2e38;border-radius:14px;flex-direction:column;gap:14px;padding:18px;display:flex}.help-key-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.help-key{text-align:center;color:#6b7280;background:#14161c;border:1px solid #2a2e38;border-radius:7px;min-width:2.4em;padding:7px 11px;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:13px;font-weight:500;transition:color .15s,border-color .15s,background .15s,transform .15s}.help-key.literal{color:#9aa0ac;background:0 0;border:none;padding:7px 2px;font-family:inherit;font-style:italic}.help-key.done{color:#f1f2f6;border-color:#2a2e38}.help-key.active{color:#fff;background:#5865f2;border-color:#5865f2;transform:translateY(-2px)}.help-log-foot{align-items:center;display:flex}.help-replay-btn{letter-spacing:.04em;color:#5865f2;background:0 0;border:1px solid #5865f2;border-radius:999px;padding:4px 12px;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:11px}.help-replay-btn:hover{background:#5865f226}.help-preview-stack{display:grid}.help-preview-slot{flex-direction:column;grid-area:1/1;gap:8px;min-width:0;display:flex}.help-caption{color:#9aa0ac;min-height:1.5em;margin:0;font-size:14px}.help-caption strong{color:#f1f2f6;font-weight:600}.help-mini-score-view,.help-mini-search{border-top:1px dashed #2a2e38;flex-direction:column;gap:8px;padding-top:12px;display:flex}.help-mini-scoreline{font-variant-numeric:tabular-nums;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:14px}.help-mini-scoreline .lead{color:#22c55e;font-weight:700}.help-mini-search-box{color:#f1f2f6;background:#14161c;border:1.5px solid #5865f2;border-radius:8px;align-items:center;padding:7px 10px;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:13px;display:flex}.help-mini-search-cursor{background:#5865f2;width:2px;height:14px;margin-left:1px;animation:1s step-end infinite help-mini-blink}@keyframes help-mini-blink{50%{opacity:0}}.help-mini-result{background:#14161c;border-radius:7px;align-items:center;gap:8px;padding:6px 10px;display:flex}.help-mini-result-num{color:#9aa0ac;background:#2a2e38;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:9px;font-weight:700;display:flex}.help-mini-result-names{font-size:13px;font-weight:600}.help-mini-games{flex-direction:column;gap:4px;display:flex}.help-mini-game-row{background:#14161c;border-radius:7px;align-items:center;gap:8px;padding:5px 8px;display:flex}.help-mini-icon{color:#fff;background:0 0;border:1.5px solid #2a2e38;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:9px;font-weight:700;transition:border-color .15s;display:flex;overflow:hidden}.help-mini-icon img{object-fit:cover;width:100%;height:100%}.help-mini-icon.won{border-color:#22c55e}.help-mini-icon.pending{border-color:#5865f28c}.help-mini-icon.active{border-width:2px;border-color:#5865f2}.help-mini-arrows{flex-shrink:0;align-items:center;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:13px;font-weight:700;line-height:1;display:flex}.help-mini-arrow{color:#6b7280;padding:0 1px;transition:color .2s}.help-mini-arrow.active{color:#22c55e}.help-mini-game-row.unused{opacity:.35}.help-mini-game-row.unused .help-mini-arrows{visibility:hidden}.help-reference h3{margin-bottom:4px;font-size:20px}.help-reference>p{color:#9aa0ac;margin:0 0 20px;font-size:14px}.help-ref-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.help-ref-group{background:#1c1f27;border:1px solid #2a2e38;border-radius:12px;padding:16px 18px}.help-ref-group h4{text-transform:uppercase;letter-spacing:.08em;color:#9aa0ac;margin:0 0 10px;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:500}.help-ref-row{border-top:1px solid #2a2e38;align-items:baseline;gap:12px;padding:7px 0;font-size:13px;display:flex}.help-ref-row:first-of-type{border-top:none}.help-ref-key{color:#5865f2;flex-shrink:0;min-width:6.5em;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:12px}.help-ref-key-inline{color:#5865f2;font-family:ui-monospace,Menlo,Monaco,Consolas,monospace}.help-ref-desc{color:#9aa0ac}.help-footnote{color:#6b7280;border-top:1px solid #2a2e38;margin:20px 0 0;padding-top:16px;font-size:12px}@media (width<=640px){.help-modal-body{padding:28px 20px}.help-ref-groups{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.help-key{transition:none}.help-mini-search-cursor{animation:none}}
