:root{font-family:Microsoft JhengHei,PingFang TC,system-ui,-apple-system,sans-serif;color:#1a2022;background:#f1f3f1;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #151b1d;--muted: #667074;--line: #d6dcda;--surface: #ffffff;--surface-soft: #f5f7f5;--green: #167653;--green-bright: #36c991;--green-pale: #e4f6ee;--coral: #d25745;--coral-pale: #fbe9e5;--yellow: #e9b949;--yellow-pale: #fff5d7;--shadow: 0 12px 32px rgba(21, 27, 29, .08)}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{min-width:320px;min-height:100vh;margin:0;background:linear-gradient(rgba(21,27,29,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(21,27,29,.035) 1px,transparent 1px),#f1f3f1;background-size:32px 32px}button,input,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(54,201,145,.28);outline-offset:2px}h1,h2,h3,p{margin:0}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.setup-shell{min-height:100vh;padding-bottom:64px}.brand-bar,.app-brand{display:flex;align-items:center;gap:11px}.brand-bar{height:82px;border-bottom:1px solid rgba(21,27,29,.12)}.brand-mark{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;color:#ecfff8;background:var(--ink);border-radius:6px;box-shadow:inset 0 -3px #36c9918c}.brand-name{font-size:15px;font-weight:800}.brand-subtitle{margin-top:1px;color:var(--muted);font-family:Consolas,Courier New,monospace;font-size:10px;text-transform:uppercase}.setup-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);gap:86px;align-items:start;padding:70px 0}.setup-intro{position:sticky;top:48px;padding-top:28px}.eyebrow,.section-kicker{color:var(--green);font-family:Consolas,Courier New,monospace;font-size:11px;font-weight:600}.setup-intro h1,.preview-heading h1{margin-top:12px;color:var(--ink);font-size:clamp(34px,5vw,58px);line-height:1.12}.setup-intro>p{max-width:490px;margin-top:22px;color:var(--muted);font-size:17px;line-height:1.85}.feature-strip{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:32px;padding-top:22px;border-top:1px solid var(--line)}.feature-strip span{display:inline-flex;align-items:center;gap:7px;color:#3e484b;font-size:13px;font-weight:600}.feature-strip svg{color:var(--green)}.setup-form{padding:30px;background:#fffffff0;border:1px solid #cfd6d3;border-radius:8px;box-shadow:var(--shadow)}.field{min-width:0;margin:0 0 26px;padding:0;border:0}.field label,.field legend{display:block;margin-bottom:9px;color:#30393c;font-size:13px;font-weight:700}.field input[type=text],.field>input,.field textarea{width:100%;color:var(--ink);background:#fbfcfb;border:1px solid #bec8c4;border-radius:5px;transition:border-color .16s ease,box-shadow .16s ease}.field>input{height:48px;padding:0 14px}.field textarea{min-height:238px;padding:13px 14px;line-height:1.65;resize:vertical}.field>input:hover,.field textarea:hover{border-color:#919d98}.field>input:focus,.field textarea:focus{border-color:var(--green);outline:0;box-shadow:0 0 0 3px #1676531f}.format-selector{display:grid;grid-template-columns:1fr 1fr;gap:10px}.format-selector label{display:flex;min-width:0;min-height:78px;margin:0;padding:14px;align-items:flex-start;gap:10px;cursor:pointer;background:var(--surface-soft);border:1px solid var(--line);border-radius:6px}.format-selector label:hover{border-color:#9da9a4}.format-selector label.selected{background:var(--green-pale);border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.format-selector input{position:absolute;opacity:0;pointer-events:none}.format-selector svg{flex:0 0 auto;margin-top:2px;color:var(--green)}.format-selector span{display:block;min-width:0}.format-selector svg,.format-selector span{pointer-events:none}.format-selector strong,.format-selector small{display:block}.format-selector strong{font-size:14px}.format-selector small{margin-top:5px;color:var(--muted);font-size:11px;font-weight:500;line-height:1.45}.label-row{display:flex;align-items:center;justify-content:space-between}.count{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-family:Consolas,Courier New,monospace;font-size:11px}.count.valid{color:var(--green)}.form-errors{margin:-8px 0 18px;padding:11px 13px;color:#9a3428;background:var(--coral-pale);border-left:3px solid var(--coral);border-radius:4px;font-size:12px}.form-errors p+p{margin-top:4px}.button{display:inline-flex;min-height:42px;padding:0 16px;align-items:center;justify-content:center;gap:8px;cursor:pointer;border:1px solid transparent;border-radius:5px;font-size:13px;font-weight:700;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button.primary{color:#fff;background:var(--green);border-color:var(--green)}.button.primary:hover:not(:disabled){background:#0f6747}.button.secondary{color:#30393c;background:#fff;border-color:#cbd3d0}.button.secondary:hover:not(:disabled){background:var(--surface-soft);border-color:#9aa6a1}.button.danger{color:#fff;background:#bb4436;border-color:#bb4436}.submit-button{width:100%;min-height:50px}.submit-button svg:last-child{margin-left:auto}.preview-heading{display:flex;padding:54px 0 38px;align-items:end;justify-content:space-between;gap:30px}.preview-heading h1{font-size:clamp(32px,4vw,48px)}.preview-heading p{margin-top:12px;color:var(--muted)}.preview-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.preview-grid{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:20px}.preview-panel{min-width:0;padding:24px;background:#fffffff0;border:1px solid var(--line);border-radius:8px}.section-heading,.bracket-heading,.list-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.section-heading h2,.bracket-heading h2,.list-heading h2{margin-top:5px;font-size:21px}.section-heading>svg{color:var(--green)}.seed-list{max-height:620px;margin:20px 0 0;padding:0;overflow-y:auto;list-style:none}.seed-list li{display:grid;grid-template-columns:38px 1fr;min-height:42px;align-items:center;border-top:1px solid #e5e9e7}.seed-list li:first-child{border-top:0}.seed-list span{color:#85908c;font-family:Consolas,Courier New,monospace;font-size:11px}.seed-list strong{min-width:0;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.opening-matches{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:12px;margin-top:20px}.app-shell{min-height:100vh;background:#eef1ef}.app-header{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:230px 1fr auto;min-height:68px;padding:0 24px;align-items:center;color:#fff;background:var(--ink);border-bottom:3px solid var(--green-bright)}.app-brand .brand-mark{width:36px;height:36px;flex-basis:36px;color:var(--ink);background:var(--green-bright);box-shadow:none}.app-brand .brand-name{color:#fff}.app-brand .brand-subtitle{color:#91a09b}.header-tournament{display:flex;min-width:0;align-items:center;gap:10px}.header-tournament h1{max-width:min(52vw,650px);overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.header-tournament p{margin-top:2px;color:#aab5b1;font-size:11px}.status-dot{width:8px;height:8px;flex:0 0 8px;background:var(--yellow);border-radius:50%;box-shadow:0 0 0 4px #e9b9491f}.status-dot.status-completed{background:var(--green-bright);box-shadow:0 0 0 4px #36c99121}.header-actions{display:flex;align-items:center;gap:8px}.app-header .button.secondary{color:#e8efec;background:transparent;border-color:#44504d}.icon-button{display:inline-grid;width:40px;height:40px;flex:0 0 40px;padding:0;place-items:center;cursor:pointer;color:#3e494c;background:#fff;border:1px solid #cad3cf;border-radius:5px}.icon-button:hover{color:var(--green);border-color:#899690}.app-header .icon-button{color:#d8dfdd;background:transparent;border-color:#44504d}.menu-wrap{position:relative}.action-menu{position:absolute;z-index:30;top:46px;right:0;width:190px;padding:6px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow)}.action-menu button{display:flex;width:100%;min-height:38px;padding:0 10px;align-items:center;gap:8px;cursor:pointer;background:transparent;border:0;border-radius:4px;font-size:12px;text-align:left}.action-menu button:hover{color:#9d372b;background:var(--coral-pale)}.workspace{width:min(1560px,calc(100% - 40px));margin:0 auto;padding:22px 0 50px}.control-strip{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(300px,1.6fr) minmax(160px,.55fr);min-height:86px;background:#fff;border:1px solid var(--line);border-radius:7px}.control-strip>div{display:flex;padding:17px 22px;justify-content:center;flex-direction:column;border-left:1px solid #e2e7e5}.control-strip>div:first-child{border-left:0}.next-up strong{margin-top:5px;font-size:15px}.progress-block>div:first-child{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.progress-block>div strong{color:var(--ink);font-family:Consolas,Courier New,monospace;font-size:14px}.progress-track{height:7px;margin-top:10px;overflow:hidden;background:#e3e8e5;border-radius:3px}.progress-track span{display:block;height:100%;background:var(--green);transition:width .25s ease}.time-block span{color:var(--muted);font-size:11px}.time-block strong{margin-top:4px;font-size:13px}.completion-banner{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(420px,1.35fr) auto;gap:24px;min-height:132px;padding:22px 24px;align-items:center;color:#fff;background:#202729;border-left:5px solid var(--yellow);border-radius:7px;box-shadow:var(--shadow)}.completion-title{display:flex;align-items:center;gap:15px}.trophy-seal{display:grid;width:52px;height:52px;flex:0 0 52px;place-items:center;color:#211b0e;background:var(--yellow);border-radius:50%}.completion-title .section-kicker{color:#8fe1c2}.completion-title h2{margin-top:4px;font-size:21px}.completion-title p{margin-top:4px;color:#aeb9b5;font-size:11px}.podium{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:7px}.podium-place{min-width:0;padding:11px 12px;background:#2a3335;border:1px solid #3d484a;border-radius:5px}.podium-place span,.podium-place strong,.podium-place small{display:block}.podium-place span{color:#aeb9b5;font-size:10px}.podium-place strong{margin-top:3px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.podium-place small{margin-top:3px;color:#73817c;font-family:Consolas,Courier New,monospace;font-size:8px}.podium-place.place-1{border-color:#8a7131;box-shadow:inset 3px 0 0 var(--yellow)}.export-actions{display:flex;gap:7px}.export-icon{color:#fff;background:transparent;border-color:#52605c}.workspace-toolbar{display:flex;min-height:58px;margin-top:18px;align-items:center;justify-content:space-between;border-bottom:1px solid #cbd2cf}.tabs{display:flex;align-self:stretch;gap:4px}.tabs button{position:relative;display:flex;min-width:116px;padding:0 14px;align-items:center;justify-content:center;gap:7px;cursor:pointer;color:#63706c;background:transparent;border:0;border-bottom:3px solid transparent;font-size:13px;font-weight:700}.tabs button.active{color:var(--ink);border-bottom-color:var(--green)}.tab-count{display:inline-grid;min-width:19px;height:19px;padding:0 5px;place-items:center;color:#fff;background:var(--coral);border-radius:9px;font-family:Consolas,Courier New,monospace;font-size:9px}.autosave{display:flex;align-items:center;gap:5px;color:#75817d;font-size:10px}.autosave svg{color:var(--green)}.bracket-workspace{transition:opacity .12s ease}.bracket-workspace.is-busy{pointer-events:none;opacity:.55}.bracket-section{padding:26px 0 8px;border-bottom:1px solid #ccd4d0}.bracket-section:last-child{border-bottom:0}.bracket-heading>span{color:var(--muted);font-family:Consolas,Courier New,monospace;font-size:10px}.round-scroller{margin-top:18px;padding-bottom:16px;overflow-x:auto;scrollbar-color:#9eaaa5 #dce2df;scrollbar-width:thin}.round-grid{display:grid;min-width:max-content;gap:20px}.round-column{display:flex;min-width:0;flex-direction:column}.round-column>header{display:flex;min-height:34px;padding:0 3px 9px;align-items:center;justify-content:space-between;border-bottom:1px solid #bcc6c2}.round-column>header span{font-size:12px;font-weight:700}.round-column>header small{color:var(--muted);font-family:Consolas,Courier New,monospace;font-size:9px}.round-matches{display:flex;min-height:0;padding-top:12px;flex:1;justify-content:space-around;flex-direction:column;gap:12px}.match-card{position:relative;width:100%;min-height:102px;overflow:hidden;background:#fff;border:1px solid #ccd4d0;border-radius:5px;box-shadow:0 2px 5px #151b1d0a}.match-card:after{position:absolute;top:0;bottom:0;left:0;width:3px;content:"";background:#bbc4c0}.match-card.status-ready:after{background:var(--yellow)}.match-card.status-completed:after,.match-card.status-auto_advanced:after{background:var(--green)}.match-card.status-inactive{opacity:.52}.match-card>header{display:flex;height:30px;padding:0 10px 0 12px;align-items:center;justify-content:space-between;color:#7c8783;background:#f6f8f7;border-bottom:1px solid #e0e5e3;font-family:Consolas,Courier New,monospace;font-size:9px}.match-status{display:inline-flex;align-items:center;gap:4px}.status-ready .match-status{color:#906b12}.status-completed .match-status,.status-auto_advanced .match-status{color:var(--green)}.participants{display:grid;grid-template-rows:1fr 1fr;min-height:70px}.participant-row{display:grid;grid-template-columns:minmax(0,1fr) 24px;min-width:0;min-height:35px;padding:0 9px 0 12px;align-items:center;text-align:left;background:#fff;border:0;border-top:1px solid #edf0ef;font-size:12px}.participant-row:first-child{border-top:0}.participant-row:disabled{color:#7c8783}.participant-row:not(:disabled){cursor:pointer}.participant-row:not(:disabled):hover{background:var(--yellow-pale)}.participant-row.winner{color:#095f40;background:var(--green-pale);font-weight:700}.participant-row.loser{color:#828c88}.participant-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-mark{display:grid;width:20px;height:20px;place-items:center;color:var(--green)}.loser .result-mark{color:#9ca6a2}.match-list-view{padding:28px 0}.filter-control{display:flex;padding:3px;background:#dde3e0;border-radius:5px}.filter-control button{min-height:31px;padding:0 13px;cursor:pointer;color:#697571;background:transparent;border:0;border-radius:3px;font-size:11px;font-weight:700}.filter-control button.active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #151b1d1a}.match-groups{display:grid;gap:22px;margin-top:22px}.match-groups>section{background:#fff;border:1px solid var(--line);border-radius:6px}.match-groups>section>header{display:flex;min-height:46px;padding:0 17px;align-items:center;justify-content:space-between;background:#f7f9f8;border-bottom:1px solid var(--line)}.match-groups h3{font-size:13px}.match-groups header span{color:var(--muted);font-family:Consolas,Courier New,monospace;font-size:9px}.list-match{display:grid;grid-template-columns:70px minmax(240px,1fr) 90px 44px;min-height:56px;padding:0 10px 0 17px;align-items:center;border-top:1px solid #e8ecea}.list-match:first-child{border-top:0}.list-match-id{color:#75817d;font-family:Consolas,Courier New,monospace;font-size:10px}.list-match-names{display:grid;grid-template-columns:minmax(0,1fr) 35px minmax(0,1fr);min-width:0;align-items:center}.list-match-names strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.list-match-names span{color:#9aa4a0;font-family:Consolas,Courier New,monospace;font-size:9px;text-align:center}.list-status{font-size:10px;font-weight:700}.list-status.ready{color:#986f0a}.list-status.completed,.list-status.auto_advanced{color:var(--green)}.list-match .icon-button{width:34px;height:34px}.empty-state{display:grid;min-height:260px;margin-top:22px;padding:30px;place-content:center;justify-items:center;color:var(--muted);background:#ffffffb3;border:1px dashed #b9c3bf;border-radius:7px;text-align:center}.empty-state svg{color:var(--yellow)}.empty-state strong{margin-top:12px;color:var(--ink)}.empty-state p{margin-top:5px;font-size:12px}.export-band{display:flex;margin-top:28px;padding:20px 22px;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--green);border-radius:6px}.export-band>div{display:flex;align-items:center;gap:12px}.export-band>div:first-child>svg{color:var(--green)}.export-band h2{font-size:15px}.export-band p{margin-top:3px;color:var(--muted);font-size:11px}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;padding:20px;place-items:center;background:#0f1415a8}.confirm-dialog{width:min(430px,100%);padding:26px;background:#fff;border-radius:8px;box-shadow:0 24px 64px #0000003d}.dialog-icon{display:grid;width:42px;height:42px;place-items:center;color:#8a670e;background:var(--yellow-pale);border-radius:50%}.dialog-icon.danger{color:#a13a2e;background:var(--coral-pale)}.confirm-dialog h2{margin-top:17px;font-size:19px}.confirm-dialog p{margin-top:9px;color:#4f5a5d;font-size:13px;line-height:1.65}.confirm-dialog small{display:block;margin-top:7px;color:#89938f;font-size:11px}.confirm-dialog>div:last-child{display:flex;margin-top:24px;justify-content:flex-end;gap:8px}.toast,.error-toast,.busy-indicator{position:fixed;z-index:120;right:20px;bottom:20px;display:flex;min-height:46px;padding:0 15px;align-items:center;gap:9px;color:#fff;background:#20322b;border:1px solid #3c6656;border-radius:6px;box-shadow:0 12px 36px #0003;font-size:12px}.toast svg{color:var(--green-bright)}.error-toast{max-width:min(480px,calc(100% - 40px));background:#792d24;border-color:#a74539}.error-toast button{display:grid;width:28px;height:28px;margin-left:6px;place-items:center;cursor:pointer;color:#fff;background:transparent;border:0}.busy-indicator{top:80px;right:20px;bottom:auto;min-height:38px;background:var(--ink)}.loading-screen{display:grid;min-height:100vh;place-content:center;justify-items:center;gap:12px;color:var(--muted)}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.print-report{display:none}@media(max-width:1000px){.setup-layout{grid-template-columns:1fr;gap:34px;padding-top:42px}.setup-intro{position:static;padding-top:0}.setup-intro>p{max-width:700px}.app-header{grid-template-columns:auto minmax(0,1fr) auto}.app-brand>div:last-child{display:none}.completion-banner{grid-template-columns:1fr auto}.completion-title{grid-column:1 / -1}.podium{grid-template-columns:repeat(3,minmax(110px,1fr))}}@media(max-width:760px){.shell,.workspace{width:min(100% - 24px,100%)}.brand-bar{height:68px}.setup-layout{padding:34px 0}.setup-intro h1,.preview-heading h1{font-size:34px}.setup-form{padding:20px}.format-selector{grid-template-columns:1fr}.preview-heading{align-items:start;flex-direction:column}.preview-actions{width:100%;justify-content:flex-start}.preview-grid{grid-template-columns:1fr}.app-header{min-height:62px;padding:0 12px}.app-brand{display:none}.header-tournament h1{max-width:48vw}.new-button{display:none}.workspace{padding-top:12px}.control-strip{grid-template-columns:1fr 1fr}.control-strip>div{padding:14px}.progress-block{grid-row:2;grid-column:1 / -1;border-top:1px solid #e2e7e5;border-left:0!important}.time-block{border-left:1px solid #e2e7e5!important}.completion-banner{grid-template-columns:1fr;gap:16px;padding:18px}.completion-title{grid-column:auto}.podium{grid-template-columns:1fr}.export-actions{justify-content:flex-start}.workspace-toolbar{margin-top:10px}.autosave{display:none}.tabs{width:100%}.tabs button{min-width:0;flex:1}.bracket-section{padding-top:22px}.list-heading{align-items:flex-start;flex-direction:column}.filter-control{width:100%}.filter-control button{flex:1}.list-match{grid-template-columns:45px minmax(0,1fr) 70px;min-height:66px;padding-left:10px}.list-match-names{grid-template-columns:1fr;gap:1px}.list-match-names span{text-align:left}.list-match .icon-button{display:none}.export-band{align-items:flex-start;flex-direction:column}.export-band>div:last-child{width:100%}.export-band>div:last-child .button{flex:1}.toast,.error-toast{right:12px;bottom:12px;left:12px}}@media(max-width:430px){.setup-form{padding:17px}.preview-actions .button{flex:1 1 46%}.preview-actions .button.primary{flex-basis:100%}.preview-panel{padding:18px}.control-strip{grid-template-columns:1fr}.control-strip>div{border-top:1px solid #e2e7e5;border-left:0!important}.control-strip>div:first-child{border-top:0}.progress-block,.time-block{grid-row:auto;grid-column:auto}.completion-title{align-items:flex-start}.trophy-seal{width:44px;height:44px;flex-basis:44px}}@media print{@page{size:A4 landscape;margin:12mm}body{color:#111;background:#fff}.app-shell,.modal-backdrop,.toast,.error-toast,.busy-indicator{display:none!important}.print-report{--tree-gap: 6mm;display:block;font-family:Microsoft JhengHei,PingFang TC,sans-serif}.print-head{padding-bottom:2mm;border-bottom:.4mm solid #111}.print-title{font-size:11pt;font-weight:700}.print-ranks{display:flex;gap:10mm;margin-top:1.5mm;font-size:9.5pt}.print-ranks strong{font-weight:700}.tree-bracket{margin-top:3mm;break-inside:avoid}.tree-bracket h2{color:#444;font-size:8pt;font-weight:700}.tree-flow{display:flex;align-items:stretch;margin-top:1mm}.tree-round{display:flex;flex:1 1 0;flex-direction:column;min-width:0}.tree-round h3{height:3mm;color:#666;font-size:6.5pt;font-weight:600;white-space:nowrap}.tree-column{display:flex;flex:1 1 auto;flex-direction:column}.tree-link{position:relative;display:flex;flex-basis:0;flex-direction:column}.tree-slot{position:relative;display:flex;flex:1 1 0;align-items:center;min-height:0}.tree-card{flex:1 1 auto;min-width:0;margin-right:var(--tree-gap);overflow:hidden;border:.3mm solid #999}.tree-card p{padding:.3mm 1mm;overflow:hidden;font-size:var(--tree-font);line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.tree-card p+p{border-top:.3mm solid #ccc}.tree-card .tree-winner{background:#e7f2ec;font-weight:800}.tree-card.champion{background:#fbf3da;border-color:#a8801f;border-width:.5mm}.tree-card.champion p{font-weight:800}.tree-round:not(:last-child) .tree-slot:after{content:"";position:absolute;top:50%;right:0;width:var(--tree-gap);border-top:.3mm solid #999}.tree-round:not(:last-child) .tree-link.pair:not(.single):after{content:"";position:absolute;top:25%;right:0;height:50%;border-right:.3mm solid #999}}
