:root{--bg: #0b0d10;--panel: #12161c;--muted: #7f8a99;--text: #e8eef7;--accent: #4da3ff;--bad: #ff5a5a;--good: #49d18a}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}.public-page main{margin:0 auto;padding:15px}.public-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:8px}.public-stats-table{min-width:520px}.public-page header{padding:20px 23px}.public-page header h1{font-size:20px}.public-page header p{font-size:16px}.public-page .tabs{gap:10px;padding:15px 15px 0;margin:0 auto}.public-page .tabbtn,.public-page button{padding:13px 15px;font-size:16px}.public-page .pill{padding:3px 10px;font-size:15px}.public-page .panel{padding:15px}.public-page label{font-size:15px;margin:13px 0 8px}.public-page .hint,.public-page .status{font-size:15px}.public-page .ratings-table{font-size:18px}.public-page .ratings-table th,.public-page .ratings-table td{padding:8px 10px}.public-page .ratings-table th{font-size:15px}.public-page .history-matrix{font-size:14px}.public-page .history-matrix th,.public-page .history-matrix td{padding:7px 9px}.public-page .history-matrix thead th{font-size:13px}.public-page .history-matrix td{min-width:90px}.public-page .history-matrix thead th:first-child{min-width:163px}.public-page .evpanel{padding-top:18px;margin-top:18px}.public-page .ev-title{font-size:16px;margin-bottom:13px}.public-page .ev-header{font-size:15px;gap:20px;margin-bottom:15px}.public-page .rounds-grid{gap:13px}.public-page .round-card{flex-basis:213px;min-width:188px;padding:13px}.public-page .round-card h4{font-size:14px;margin-bottom:10px}.public-page .match-row{gap:5px;margin-bottom:7px;font-size:15px}.public-page .match-vs,.public-page .match-bye-label{font-size:13px}.public-page .clan-icon{width:23px;height:23px}.public-page .victory-badge{font-size:11px}header{padding:16px 18px;border-bottom:1px solid #1f2630;background:linear-gradient(180deg,#0b0d10,#0b0d10)}header h1{margin:0;font-size:16px;font-weight:700;letter-spacing:.2px}header p{margin:6px 0 0;color:var(--muted);font-size:13px}.tabs{display:flex;gap:8px;padding:12px 12px 0}.tabbtn{border:1px solid #1f2630;background:var(--panel);color:var(--text);padding:10px 12px;border-radius:10px;cursor:pointer;font-weight:600;font-size:13px}.tabbtn.active{border-color:#2c3a4d;outline:2px solid rgba(77,163,255,.15)}main{padding:12px}.panel{display:none;background:var(--panel);border:1px solid #1f2630;border-radius:14px;padding:12px}.panel.active{display:block}.row{display:flex;gap:12px;flex-wrap:wrap}.col{flex:1 1 320px;min-width:280px}.generate-layout{align-items:flex-start}.generate-ratings-col{flex:1 1 440px;min-width:400px;max-width:480px}.generate-players-col{flex:0 0 360px;min-width:340px;max-width:420px}.generate-settings-col{flex:0 0 420px;min-width:380px;max-width:420px}.generate-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 12px}.generate-settings-grid>div{min-width:0}.generate-settings-grid label{overflow-wrap:anywhere}.generate-ratings-col>label{font-size:14px}label{display:block;margin:10px 0 6px;font-size:12px;color:var(--muted)}textarea,input,select{width:100%;padding:10px;border-radius:10px;border:1px solid #1f2630;background:#0e1218;color:var(--text)}textarea{min-height:220px;resize:vertical;line-height:1.35}.btnrow{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}button{border:1px solid #2c3a4d;background:#0e1218;color:var(--text);padding:10px 12px;border-radius:10px;cursor:pointer;font-weight:700}button.primary{background:#4da3ff26;border-color:#4da3ff80}button.danger{background:#ff5a5a1f;border-color:#ff5a5a73}button:disabled{opacity:.55;cursor:not-allowed}.hint{color:var(--muted);font-size:12px;margin-top:8px}.pill{display:inline-block;padding:2px 8px;border-radius:999px;background:#0e1218;border:1px solid #1f2630;color:var(--muted);font-size:12px;margin-left:6px}.out{white-space:pre-wrap;background:#0e1218;border:1px solid #1f2630;padding:12px;border-radius:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.35}.status{font-size:12px;color:var(--muted);margin-top:10px}.ok{color:var(--good)}.err{color:var(--bad)}.small{font-size:11px;color:var(--muted)}.evpanel{display:block;border-top:1px solid #1f2630;padding-top:14px;margin-top:14px}.evpanel:first-child{border-top:none;padding-top:0;margin-top:0}.ev-title{font-size:13px;font-weight:700;color:var(--text);margin:0 0 10px}.ev-header{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:12px;font-size:12px;color:var(--muted)}.ev-header strong{color:var(--text)}.rounds-grid{display:flex;gap:10px;flex-wrap:wrap}.round-card{flex:1 1 170px;background:#0e1218;border:1px solid #1f2630;border-radius:10px;padding:10px;min-width:150px}.round-card h4{margin:0 0 8px;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-weight:700}.match-row{display:flex;align-items:center;gap:4px;margin-bottom:5px;font-size:12px}.match-row:last-child{margin-bottom:0}.match-p{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-p.won{color:var(--good);font-weight:700}.match-p.lost{color:var(--muted)}.match-p.pending{color:var(--text)}.match-p.right{text-align:right}.match-vs{color:var(--muted);font-size:10px;flex-shrink:0}.match-row.bye{border-top:1px solid #1f2630;margin-top:5px;padding-top:5px}.match-p.bye-name{color:var(--accent);font-style:italic}.match-bye-label{color:var(--accent);font-size:10px;opacity:.7;flex-shrink:0}.history-matrix-wrap{margin-top:8px;border:1px solid #1f2630;border-radius:10px;overflow-x:auto;overflow-y:visible;background:#0e1218}.history-matrix{width:max-content;min-width:100%;border-collapse:collapse;font-size:11px}.history-matrix th,.history-matrix td{padding:5px 7px;border-right:1px solid #1f2630;border-bottom:1px solid #1f2630;white-space:nowrap}.history-matrix thead th{position:sticky;top:0;z-index:2;background:#0f141b;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.3px;text-align:center}.history-matrix thead th:first-child{left:0;z-index:4;text-align:left;min-width:130px}.history-matrix tbody th{position:sticky;left:0;z-index:1;background:#0f141b;color:var(--text);text-align:left;font-weight:600}.history-matrix td{text-align:center;min-width:72px;font-variant-numeric:tabular-nums}.history-matrix td.zero{color:var(--muted)}.history-matrix td.diag{color:var(--muted);background:#0f141b;font-weight:700}.history-matrix td.nonzero{font-weight:700}.history-matrix .cell-stats{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:14px}.history-matrix .cell-stat{display:inline-block}.history-matrix .stat-matches{color:var(--accent)}.history-matrix .stat-wins{color:var(--good)}.history-matrix .stat-losses{color:var(--bad)}.history-matrix td.zero .cell-stat{color:var(--muted)}.history-matrix.hide-matches .stat-matches,.history-matrix.hide-wins .stat-wins,.history-matrix.hide-losses .stat-losses{display:none}.history-matrix-toggle{font-weight:600;padding:8px 10px}.history-matrix-toggle.off{color:var(--muted);border-color:#1f2630;background:#0e1218;opacity:.75}.history-matrix .bye-col{background:#101723}.history-matrix td.bye-col{font-weight:700;color:var(--accent)}.history-matrix tr>*:last-child{border-right:none}.history-matrix tbody tr:last-child>*{border-bottom:none}.ratings-table-wrap{margin-top:6px;border:1px solid #1f2630;border-radius:10px;overflow:auto;background:#0e1218}.ratings-table{width:100%;border-collapse:collapse;font-size:14px}.ratings-table th,.ratings-table td{padding:6px 8px;border-bottom:1px solid #1f2630;text-align:right;white-space:nowrap}.ratings-table th{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.35px;background:#0f141b;position:sticky;top:0}.ratings-table tbody tr:last-child td{border-bottom:none}.ratings-table th:first-child,.ratings-table td:first-child{text-align:left}.ratings-table td:first-child{max-width:220px;overflow:hidden;text-overflow:ellipsis}.ratings-table td{font-variant-numeric:tabular-nums}.rating-val{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;flex-shrink:0}.match-p.clickable{cursor:pointer}.match-p.clickable:hover{opacity:.75}.clan-tag{font-size:.72em;opacity:.6;font-style:italic;pointer-events:none}.clan-icon{width:18px;height:18px;object-fit:contain;vertical-align:middle;margin-right:4px;opacity:.85}.match-p.right .clan-icon{margin-right:0;margin-left:4px}.victory-badge{display:inline-block;font-size:.65em;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:1px 5px;border-radius:3px;margin-left:5px;vertical-align:middle;opacity:.9;pointer-events:none}.victory-badge.victory-military{background:#b43c3c40;color:#e07070;border:1px solid rgba(180,60,60,.4)}.victory-badge.victory-honor{background:#3c8cc833;color:#7ab8e8;border:1px solid rgba(60,140,200,.35)}.victory-badge{background:#78787833;color:#aaa;border:1px solid rgba(120,120,120,.3)}.tip{position:relative;display:inline-block;margin-left:5px;vertical-align:middle}.tip-icon{display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;border-radius:50%;background:#1a2230;border:1px solid #2c3a4d;color:var(--accent);font-size:9px;font-weight:700;font-style:normal;cursor:default;line-height:1}.tip-box{display:none;position:absolute;left:50%;transform:translate(-50%);bottom:calc(100% + 7px);width:210px;background:#1a2230;border:1px solid #2c3a4d;border-radius:8px;padding:8px 10px;font-size:11px;color:var(--text);line-height:1.55;z-index:200;box-shadow:0 6px 20px #0000008c;pointer-events:none;white-space:normal}.tip-box:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#2c3a4d}.tip:hover .tip-box{display:block}.victory-picker{display:flex;gap:4px;background:#1a2230;border:1px solid #2c3a4d;border-radius:8px;padding:5px 7px;z-index:1000;box-shadow:0 4px 16px #0009}.victory-btn{width:24px;height:24px;border:1px solid #2c3a4d;border-radius:4px;background:#0e1620;color:var(--accent);font-size:11px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.victory-btn:hover{background:var(--accent);color:#0e1620}.victory-badge{font-size:9px;opacity:.7;font-weight:400;margin-left:2px}@media(max-width:1320px){.generate-ratings-col,.generate-players-col,.generate-settings-col{flex:1 1 340px;min-width:320px;max-width:none}}@media(max-width:720px){.generate-ratings-col,.generate-players-col,.generate-settings-col{min-width:100%}.generate-settings-grid{grid-template-columns:1fr}.ratings-table{min-width:360px}}
