@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color-scheme:dark;--color-bg-root: #060607;--color-bg-base: #0a0a0b;--color-bg-surface: #111113;--color-bg-card: #141416;--color-bg-card-hover: #181820;--color-bg-input: #141416;--color-bg-debug: #040405;--color-border-subtle: #1e1e22;--color-border-strong: #252528;--color-border-dim: #28282e;--color-text-primary: #f0f0f2;--color-text-secondary: #a0a0a8;--color-text-muted: #505058;--color-text-dim: #28282e;--color-home-assignment: #ffffff;--color-pink: #ea4c89;--color-pink-light: rgba(234, 76, 137, .12);--color-pink-border: rgba(234, 76, 137, .25);--color-pink-glow: rgba(234, 76, 137, .3);--color-pink-shadow: rgba(234, 76, 137, .2);--color-amber: #fbbf24;--color-amber-light: rgba(251, 191, 36, .1);--color-amber-border: rgba(251, 191, 36, .22);--color-teal: #34d399;--color-teal-light: rgba(52, 211, 153, .1);--color-teal-border: rgba(52, 211, 153, .22);--color-teal-glow: rgba(52, 211, 153, .4);--color-blue: #60a5fa;--color-blue-light: rgba(96, 165, 250, .1);--color-blue-border: rgba(96, 165, 250, .22);--color-success: #34d399;--color-success-light: rgba(52, 211, 153, .1);--color-success-border: rgba(52, 211, 153, .22);--color-error: #f87171;--color-error-light: rgba(248, 113, 113, .1);--color-error-border: rgba(248, 113, 113, .2);--gradient-cta: linear-gradient(135deg, #ea4c89, #f97316);--gradient-cta-shadow: 0 4px 20px rgba(234, 76, 137, .3);--section-accent: var(--color-pink);--section-accent-light: var(--color-pink-light);--section-accent-border: var(--color-pink-border);--pwa-tile-grid-min: 160px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html[data-theme=light]{color-scheme:light;--color-bg-root: #f1f5f9;--color-bg-base: #e8edf5;--color-bg-surface: #ffffff;--color-bg-card: #ffffff;--color-bg-card-hover: #f0f4fa;--color-bg-input: #f8fafc;--color-bg-debug: #f1f5f9;--color-border-subtle: #e2e8f0;--color-border-strong: #d0ddea;--color-border-dim: #cbd5e1;--color-text-primary: #0d1829;--color-text-secondary: #5a6b86;--color-text-muted: #64748b;--color-text-dim: #94a3b8;--color-home-assignment: #0d1829;--color-pink-light: rgba(234, 76, 137, .1);--color-pink-border: rgba(234, 76, 137, .22);--color-amber-light: rgba(251, 191, 36, .14);--color-teal-light: rgba(52, 211, 153, .12);--color-blue-light: rgba(96, 165, 250, .14)}*{box-sizing:border-box}html{overflow-x:hidden}body{margin:0;background:var(--color-bg-base);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@supports (overflow: clip){html,body{overflow-x:clip}}#root{min-height:100vh;min-height:100dvh}.app-shell{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;width:100%;max-width:860px;margin:0 auto;box-sizing:border-box;padding-top:max(24px,env(safe-area-inset-top,0px));padding-right:max(16px,env(safe-area-inset-right,0px));padding-bottom:max(48px,env(safe-area-inset-bottom,0px));padding-left:max(16px,env(safe-area-inset-left,0px))}header h1{margin:0 0 8px;font-size:1.8rem}header p{margin:0 0 20px;color:var(--color-text-secondary)}.panel{background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-radius:16px;padding:16px;margin-bottom:14px;min-width:0;max-width:100%}.panel h2{margin:0 0 10px;font-size:1rem}.panel-title{margin:0}.row-spread{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.icon-btn{width:auto;margin-top:0;padding:6px 10px;font-size:1.1rem;line-height:1}.header-title{flex:1;margin:0}.header-spacer{width:74px}.header-back-btn{flex:0 0 auto;width:auto;min-width:88px;max-width:120px;margin:0;margin-top:0!important;padding:8px 12px;font-size:.85rem;font-weight:700;border-radius:10px;border:1px solid var(--color-teal-border);background:var(--color-teal-light);color:var(--color-teal);cursor:pointer}.header-back-btn:active{background:#34d39938}label{display:block;font-size:.9rem;color:var(--color-text-secondary);margin-bottom:10px}input,select,textarea,button{width:100%;border-radius:10px;border:1px solid var(--color-border-strong);background:var(--color-bg-input);color:var(--color-text-primary);padding:10px 12px;font-size:.95rem;font-family:inherit}button{margin-top:8px;font-weight:600;cursor:pointer}.run-btn{margin-top:12px;border:none;background:var(--gradient-cta);color:#fff;font-weight:800;letter-spacing:.3px;padding:14px 16px;border-radius:13px;box-shadow:var(--gradient-cta-shadow)}.run-btn:active{opacity:.85}button:disabled{opacity:.6;cursor:not-allowed}.secondary-btn{width:auto;margin-top:0;padding:8px 10px;font-size:.85rem;background:var(--color-bg-card);border:1px solid var(--color-border-strong);color:var(--color-text-secondary)}.secondary-btn:active{background:var(--color-bg-card-hover)}.subpanel{margin-top:10px;border-top:1px solid var(--color-border-subtle);padding-top:12px}.subpanel h3{margin:0 0 10px;font-size:.95rem}.input-mode-toggle{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px;align-items:center;justify-content:flex-start}.input-mode-toggle button{width:auto;margin-top:0;padding:6px 10px;font-size:.82rem;border-radius:999px;background:var(--color-bg-card);border:1px solid var(--color-border-strong);color:var(--color-text-secondary)}.input-mode-toggle button.active{background:var(--section-accent-light);border-color:var(--section-accent-border);color:var(--section-accent)}.scoring-tiles.input-mode-toggle{gap:8px}.scoring-tiles.input-mode-toggle button{min-height:48px;min-width:48px;padding:12px 14px;font-size:1rem;border-radius:12px}.input-mode-toggle--lg{gap:10px}.input-mode-toggle--lg button{min-height:48px;padding:12px 22px;font-size:1rem;border-radius:999px}.read-only-meta{display:grid;grid-template-columns:minmax(120px,auto) 1fr;gap:6px 14px;font-size:.88rem;margin:10px 0 0}.read-only-meta dt{margin:0;color:var(--color-text-muted);font-weight:600}.read-only-meta dd{margin:0;color:var(--color-text-primary);overflow-wrap:anywhere}.choose-play-wrap{display:grid;gap:8px}.error-note{color:var(--color-error);font-size:.8rem}.form-error-banner{margin:4px 0 10px;padding:12px 14px;border-radius:10px;border:1px solid var(--color-error-border);background:var(--color-error-light);color:var(--color-error);font-size:.92rem;line-height:1.4}.grid{display:grid;gap:10px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}pre{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-bg-debug);padding:10px;font-size:.82rem}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.82rem;border:1px solid}.status-pill.ok{color:var(--color-success);border-color:var(--color-success-border);background:var(--color-success-light)}.status-pill.err{color:var(--color-error);border-color:var(--color-error-border);background:var(--color-error-light)}.answer-box{border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-bg-debug);padding:12px;line-height:1.45;min-height:56px}.reply-panel-title{letter-spacing:.02em}.reply-panel{min-width:0;max-width:100%}.reply-card.answer-card-prose{border:1px solid var(--color-border-strong);border-radius:14px;background:var(--color-bg-card);box-shadow:0 2px 8px #0006;padding:16px 18px;line-height:1.55;font-size:1rem;color:var(--color-text-primary);overflow-x:auto;max-width:100%}.answer-body,.answer-body .answer-par{margin:0}.answer-body .answer-par+.answer-par{margin-top:.85em}.answer-body strong{font-weight:650;color:var(--color-text-primary)}.reply-text-fallback{margin:0 0 10px}.reply-command-hint{margin:12px 0 0;font-size:.82rem}.reply-command-label{display:inline-block;margin-right:6px;padding:2px 8px;border-radius:6px;border:1px solid var(--color-border-strong);background:var(--color-bg-card);color:var(--color-text-secondary);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.dev-details{margin-top:16px;padding-top:12px;border-top:1px dashed var(--color-border-subtle)}.dev-details summary{cursor:pointer;color:var(--color-text-secondary);font-size:.86rem;-webkit-user-select:none;user-select:none;list-style:none}.dev-details summary::-webkit-details-marker{display:none}.recent-runs-details>summary{list-style:none}.recent-runs-details>summary::-webkit-details-marker{display:none}.recent-runs-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;margin:0 0 4px}.recent-runs-summary-title{margin:0;flex:1;text-align:left}.recent-runs-clear{width:auto;margin-top:0;flex-shrink:0}.dev-details--page-bottom{margin-top:0;margin-bottom:0;padding-top:12px;border-top:1px dashed var(--color-border-subtle)}.tiny-dev-hint{margin:8px 0 6px;font-size:.78rem}.dev-pre{margin-top:8px;max-height:240px;overflow:auto;font-size:.78rem;line-height:1.35}.meta-line{margin:10px 0 0;font-size:.85rem;color:var(--color-text-secondary)}.muted{margin:0;color:var(--color-text-secondary)}.settings-appearance-note{margin-top:8px;margin-bottom:0;font-size:.85rem}.toggles{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;margin-bottom:10px}.history-list{display:grid;gap:8px}.history-item{display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:10px;text-align:left;margin-top:0}.status-dot{width:10px;height:10px;border-radius:50%}.status-dot.ok{background:var(--color-success)}.status-dot.err{background:var(--color-error)}.history-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-meta{color:var(--color-text-secondary);font-size:.8rem}.response-images{margin-top:10px;display:grid;gap:10px}.response-image{width:100%;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-bg-debug)}@media (max-width: 720px){.grid.two{grid-template-columns:1fr}.row-spread{align-items:flex-start;flex-direction:column}}.checkin-tiles-sticky{position:sticky;top:0;z-index:6;padding-bottom:8px;margin-bottom:4px;background:var(--color-bg-card);box-shadow:0 8px 20px #00000059}.ocr-editor-grid h3,.ocr-match-results h3{margin:14px 0 6px;font-size:.95rem}.ocr-table-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;margin-bottom:4px}.ocr-table-scroll table.ocr-editor-table--ladder{min-width:520px}.ocr-table-scroll table.ocr-editor-table:not(.ocr-editor-table--ladder){min-width:520px}.ocr-table-scroll table.ocr-match-ladder-table{min-width:720px;table-layout:auto}.ocr-ladder-embed,.ocr-siege-embed{min-width:0}.ocr-siege-hint{margin:0 0 8px;font-size:.8rem}.ocr-col-max{font-weight:500;font-size:.68rem;opacity:.85}.ocr-editor-table--siege{table-layout:fixed;width:100%}.ocr-editor-table--siege th:nth-child(1),.ocr-editor-table--siege td:nth-child(1){width:2rem}.ocr-editor-table--siege th:nth-child(2),.ocr-editor-table--siege td:nth-child(2){width:34%}.ocr-editor-table--siege th:nth-child(3),.ocr-editor-table--siege td:nth-child(3),.ocr-editor-table--siege th:nth-child(4),.ocr-editor-table--siege td:nth-child(4){width:3.25rem}.ocr-editor-table--siege th:nth-child(5),.ocr-editor-table--siege td:nth-child(5){width:2.25rem}.ocr-editor-table--siege th:nth-child(6),.ocr-editor-table--siege td:nth-child(6){width:auto;min-width:6.5rem}.ocr-editor-table--siege th:nth-child(7),.ocr-editor-table--siege td:nth-child(7){width:2rem;padding:2px;text-align:center}.ocr-editor-table--siege input:not(.ocr-player-select){width:100%;min-width:0;padding:3px 4px;font-size:.8rem}.ocr-editor-table--siege select.ocr-player-select{width:100%;min-width:0;-moz-appearance:menulist;appearance:menulist;-webkit-appearance:menulist-button}.ocr-siege-err-cell{color:var(--color-error);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;white-space:nowrap}.ocr-siege-msg-cell{font-size:.74rem;line-height:1.25;word-break:break-word;white-space:normal}.ocr-row-del-btn{background:transparent;border:1px solid var(--color-border-subtle);color:var(--color-text-secondary);border-radius:4px;padding:2px 6px;cursor:pointer;font-size:.85rem;line-height:1}.ocr-row-del-btn:hover{color:var(--color-error);border-color:var(--color-error)}.ocr-editor-table{width:100%;border-collapse:collapse;font-size:.85rem}.ocr-editor-table th,.ocr-editor-table td{border:1px solid var(--color-border-subtle);padding:4px 6px;text-align:left;vertical-align:middle}.ocr-editor-table th{background:var(--color-bg-card-hover);color:var(--color-text-secondary);font-weight:600}.ocr-editor-table input{width:100%;background:var(--color-bg-input);border:1px solid var(--color-border-subtle);color:var(--color-text-primary);border-radius:4px;padding:4px 6px}.ocr-row-error{background:#f8717114}.ocr-err-cell{color:var(--color-error);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;white-space:nowrap}.ocr-nudge{white-space:nowrap}.ocr-nudge button{background:var(--color-bg-card-hover);border:1px solid var(--color-border-subtle);color:var(--color-text-primary);border-radius:4px;padding:2px 6px;margin:0 1px;cursor:pointer}.ocr-nudge button:disabled{opacity:.4;cursor:not-allowed}.ocr-match-ladder-table .ocr-nudge-head{width:1.75rem;min-width:1.75rem;padding:2px}.ocr-match-ladder-table .ocr-nudge{display:flex;flex-direction:column;align-items:stretch;gap:1px;width:1.75rem;min-width:1.75rem;max-width:1.75rem;padding:2px;vertical-align:middle}.ocr-match-ladder-table .ocr-nudge button{padding:0 1px;margin:0;font-size:.68rem;line-height:1.15;min-width:0}.ocr-ladder-send-row{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:10px}.ocr-skip-dm-label{font-size:.82rem;color:var(--color-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}.ocr-match-portrait{vertical-align:top;min-width:5.25rem}.ocr-match-ladder-table .ocr-match-portrait{min-width:7rem;max-width:none}.ocr-match-ladder-table .ocr-match-portrait-stats{white-space:nowrap;overflow:visible;max-width:none}.ocr-match-portrait-name{display:block;font-weight:600;line-height:1.2;word-break:break-word}select.ocr-match-portrait-name,input.ocr-match-portrait-name{width:100%;max-width:100%;box-sizing:border-box}select.ocr-player-select,input.ocr-player-text{width:100%;max-width:100%;min-width:0;box-sizing:border-box;font:inherit;font-size:.85rem;padding:4px 6px;border-radius:6px;background:var(--color-bg-input);color:inherit;border:1px solid var(--color-border-subtle)}.ocr-editor-table--ladder select.ocr-player-select,.ocr-editor-table--ladder input.ocr-player-text{font-size:.82rem}.ocr-match-portrait-stats{display:block;margin-top:3px;font-size:.72rem;line-height:1.2}.ocr-match-diff{font-size:.76rem;line-height:1.2;vertical-align:middle;max-width:5.5rem}.ocr-match-legend{margin:8px 0 2px;font-size:.78rem;line-height:1.35;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.ocr-match-legend .ocr-match-portrait-name{display:inline}.ocr-match-legend-label{font-weight:700}.ocr-match-legend-hint{font-size:.72rem;opacity:.88;flex:1 1 100%}.ocr-match-legend--phone-portrait{display:none}@media (max-width: 480px) and (orientation: portrait){.ocr-match-legend--not-phone-portrait{display:none!important}.ocr-match-legend--phone-portrait{display:flex}}.ocr-match-diff-cell{vertical-align:middle;white-space:nowrap}.ocr-match-diff-badge{display:inline-flex;align-items:center;gap:4px;font-weight:700;font-size:.72rem;line-height:1.15;padding:3px 7px;border-radius:6px;border:1px solid var(--color-border-subtle);border-left-width:4px}.ocr-match-diff-badge-glyph{font-size:.62rem;letter-spacing:-.12em;opacity:.95}.ocr-match-diff-badge-code{font-variant-numeric:tabular-nums}.ocr-ladder-draft-layout--portrait{display:none}.ocr-ladder-draft-layout--wide{display:block}.ocr-ladder-draft-card{display:flex;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-bg-card);margin-bottom:7px;overflow:hidden}.ocr-ladder-draft-card--error{background:#f8717112;border-color:#f8717159}.ocr-ladder-draft-slot{flex:0 0 2.25rem;min-width:2.25rem;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--color-border-subtle);border-left:2px solid var(--color-pink);background:linear-gradient(180deg,#ea4c891f,#ea4c890a);font-weight:700;font-size:.72rem;color:var(--color-pink);letter-spacing:.02em}.ocr-ladder-draft-body{flex:1;min-width:0;padding:7px 8px;display:flex;flex-direction:column;gap:5px}.ocr-ladder-draft-player{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.ocr-ladder-draft-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px}.ocr-ladder-draft-stat{display:flex;flex-direction:column;gap:2px;min-width:0}.ocr-ladder-draft-stat>span{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.ocr-ladder-draft-stat input{width:100%;font-size:.76rem;padding:5px 4px;border-radius:5px;border:1px solid var(--color-border-subtle);background:var(--color-bg-input);color:var(--color-text-primary);box-sizing:border-box}.ocr-ladder-draft-msg{font-size:.68rem;color:var(--color-text-muted);line-height:1.35;padding:5px 6px;border-radius:5px;background:#8080a00f;border:1px dashed var(--color-border-subtle);word-break:break-word}.ocr-ladder-draft-msg--error{color:#f87171;border:1px solid rgba(248,113,113,.45);background:#f871711a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem}[data-theme=light] .ocr-ladder-draft-card--error{background:#dc26260f;border-color:#dc262647}[data-theme=light] .ocr-ladder-draft-slot{background:linear-gradient(180deg,#ea4c8924,#ea4c890f)}[data-theme=light] .ocr-ladder-draft-msg--error{color:#b91c1c;border-color:#b91c1c59;background:#dc262614}.ocr-match-ladder-layout--portrait{display:none}.ocr-match-ladder-layout--wide{display:block}.ocr-match-ladder-card{border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-bg-card);margin-bottom:6px;overflow:hidden;display:flex}.ocr-match-ladder-card-nudge{flex:0 0 1.75rem;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:1px;padding:4px 3px;border-right:1px solid var(--color-border-subtle);background:#8080a00f}.ocr-match-ladder-card-nudge button{font-size:.62rem;padding:2px 0;border:1px solid var(--color-border-subtle);border-radius:4px;background:var(--color-bg-card-hover);color:var(--color-text-muted);cursor:pointer}.ocr-match-ladder-card-nudge .num{text-align:center;font-weight:700;font-size:.72rem;padding:1px 0;color:var(--color-text-primary)}.ocr-match-ladder-card-main{flex:1;min-width:0;padding:5px 8px 6px;display:flex;flex-direction:column;gap:4px}.ocr-match-ladder-card-diff-row{margin-bottom:3px}.ocr-match-ladder-card-pair{display:grid;grid-template-columns:1fr 1fr;gap:5px;align-items:start}.ocr-match-ladder-card-col{min-width:0;border-left:1px solid var(--color-border-subtle);padding-left:6px}.ocr-match-ladder-card-col:first-child{border-left:0;padding-left:0}.ocr-match-ladder-card-col .ocr-match-portrait-name{display:block;font-size:.74rem;font-weight:600;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ocr-match-ladder-card-col .ocr-match-portrait-name--them{color:var(--color-text-primary)}.ocr-match-ladder-card-col .ocr-match-portrait-stats{display:block;margin-top:2px;font-size:.64rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ocr-match-ladder-card-metrics{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;padding-top:4px;margin-top:1px;border-top:1px solid var(--color-border-subtle)}.ocr-match-ladder-card-metric{text-align:center}.ocr-match-ladder-card-metric .label{display:block;font-size:.54rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:1px}.ocr-match-ladder-card-metric .val{font-size:.74rem;font-weight:700}.ocr-match-ladder-card-metric .val.wavg,.ocr-match-ladder-card-metric .val.ppg{color:var(--color-text-primary);opacity:.92}.ocr-ladder-fit-dot{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;font-size:.72rem;font-weight:700;color:#fff;line-height:1;vertical-align:middle;box-shadow:0 0 0 1px #0003}.ocr-ladder-fit-dot--ok{background:#3498db}.ocr-ladder-fit-dot--up{background:#27ae60}.ocr-ladder-fit-dot--down{background:#e74c3c}.ocr-match-ladder-table td:has(.ocr-ladder-fit-dot){text-align:center}[data-theme=light] .ocr-match-ladder-card-nudge{background:#0d18290a}[data-theme=light] .ocr-match-ladder-card-nudge button{border-color:#c7d4eb;color:#0d1829;background:#e8f0fd}.ocr-match-portrait-name.ocr-diff-tone--none{color:var(--color-text-primary)}.ocr-diff-tone--none.ocr-match-diff{color:var(--color-text-secondary)}.ocr-match-portrait-name.ocr-diff-tone--ve,.ocr-diff-tone--ve.ocr-match-diff,.ocr-match-diff-num.ocr-diff-tone--ve{color:#059669}.ocr-match-portrait-name.ocr-diff-tone--e,.ocr-diff-tone--e.ocr-match-diff,.ocr-match-diff-num.ocr-diff-tone--e{color:#34d399}.ocr-match-portrait-name.ocr-diff-tone--b,.ocr-diff-tone--b.ocr-match-diff,.ocr-match-diff-num.ocr-diff-tone--b{color:#fbbf24}.ocr-match-portrait-name.ocr-diff-tone--h,.ocr-diff-tone--h.ocr-match-diff,.ocr-match-diff-num.ocr-diff-tone--h{color:#fb923c}.ocr-match-portrait-name.ocr-diff-tone--vh,.ocr-diff-tone--vh.ocr-match-diff,.ocr-match-diff-num.ocr-diff-tone--vh{color:#dc2626}.ocr-match-diff-num.ocr-diff-tone--none{color:var(--color-text-primary)}@media (max-width: 480px) and (orientation: portrait){.ocr-ladder-draft-layout--wide{display:none}.ocr-ladder-draft-layout--portrait{display:block}.ocr-editor-grid.ocr-table-scroll{overflow-x:visible}.ocr-match-ladder-layout--wide{display:none}.ocr-match-ladder-layout--portrait{display:block}.ocr-match-portrait-name.ocr-diff-tone--ve,.ocr-diff-tone--ve.ocr-match-diff,.ocr-match-diff-num.ocr-diff-tone--ve,.ocr-match-diff-badge.ocr-diff-tone--ve{color:#56b4e9}.ocr-match-portrait-name.ocr-diff-tone--e,.ocr-diff-tone--e.ocr-match-diff,.ocr-match-diff-num.ocr-diff-tone--e,.ocr-match-diff-badge.ocr-diff-tone--e{color:#009e73}.ocr-match-portrait-name.ocr-diff-tone--b,.ocr-diff-tone--b.ocr-match-diff,.ocr-match-diff-num.ocr-diff-tone--b,.ocr-match-diff-badge.ocr-diff-tone--b{color:#f0e442}.ocr-match-portrait-name.ocr-diff-tone--h,.ocr-diff-tone--h.ocr-match-diff,.ocr-match-diff-num.ocr-diff-tone--h,.ocr-match-diff-badge.ocr-diff-tone--h{color:#e69f00}.ocr-match-portrait-name.ocr-diff-tone--vh,.ocr-diff-tone--vh.ocr-match-diff,.ocr-match-diff-num.ocr-diff-tone--vh,.ocr-match-diff-badge.ocr-diff-tone--vh{color:#d55e00}.ocr-match-diff-badge.ocr-diff-tone--vh{border-left-color:#d55e00}.ocr-match-diff-badge.ocr-diff-tone--h{border-left-color:#e69f00}.ocr-match-diff-badge.ocr-diff-tone--b{border-left-color:#f0e442}.ocr-match-diff-badge.ocr-diff-tone--e{border-left-color:#009e73}.ocr-match-diff-badge.ocr-diff-tone--ve{border-left-color:#56b4e9}.ocr-match-diff-badge.ocr-diff-tone--none{border-left-color:var(--color-border-subtle);color:var(--color-text-secondary)}[data-theme=light] .ocr-match-portrait-name.ocr-diff-tone--ve,[data-theme=light] .ocr-diff-tone--ve.ocr-match-diff,[data-theme=light] .ocr-match-diff-num.ocr-diff-tone--ve,[data-theme=light] .ocr-match-diff-badge.ocr-diff-tone--ve{color:#0072b2}[data-theme=light] .ocr-match-portrait-name.ocr-diff-tone--e,[data-theme=light] .ocr-diff-tone--e.ocr-match-diff,[data-theme=light] .ocr-match-diff-num.ocr-diff-tone--e,[data-theme=light] .ocr-match-diff-badge.ocr-diff-tone--e{color:#00715c}[data-theme=light] .ocr-match-portrait-name.ocr-diff-tone--b,[data-theme=light] .ocr-diff-tone--b.ocr-match-diff,[data-theme=light] .ocr-match-diff-num.ocr-diff-tone--b,[data-theme=light] .ocr-match-diff-badge.ocr-diff-tone--b{color:#9a8600}[data-theme=light] .ocr-match-portrait-name.ocr-diff-tone--h,[data-theme=light] .ocr-diff-tone--h.ocr-match-diff,[data-theme=light] .ocr-match-diff-num.ocr-diff-tone--h,[data-theme=light] .ocr-match-diff-badge.ocr-diff-tone--h{color:#b46900}[data-theme=light] .ocr-match-portrait-name.ocr-diff-tone--vh,[data-theme=light] .ocr-diff-tone--vh.ocr-match-diff,[data-theme=light] .ocr-match-diff-num.ocr-diff-tone--vh,[data-theme=light] .ocr-match-diff-badge.ocr-diff-tone--vh{color:#a54c00}[data-theme=light] .ocr-match-diff-badge.ocr-diff-tone--vh{border-left-color:#a54c00}[data-theme=light] .ocr-match-diff-badge.ocr-diff-tone--h{border-left-color:#b46900}[data-theme=light] .ocr-match-diff-badge.ocr-diff-tone--b{border-left-color:#9a8600}[data-theme=light] .ocr-match-diff-badge.ocr-diff-tone--e{border-left-color:#00715c}[data-theme=light] .ocr-match-diff-badge.ocr-diff-tone--ve{border-left-color:#0072b2}}.error-note{display:block;color:var(--color-error);margin-top:6px}.app-header{margin-bottom:16px}.header-brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.header-brand-row .header-title{margin:0;font-size:1.65rem;font-weight:800;letter-spacing:-.5px}.header-title-accent{color:var(--color-pink)}.header-logout{width:auto;margin-top:0}.header-user-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.header-signed-in{margin:0;flex:1;min-width:0;color:var(--color-text-secondary);font-size:.92rem;overflow-wrap:anywhere}.header-send-chat{display:flex;align-items:center;gap:8px;margin:0;width:auto}.header-send-chat-label{font-size:.8rem;font-weight:600;color:var(--color-text-secondary);white-space:nowrap}.header-send-chat input{width:18px;height:18px;margin:0;cursor:pointer;flex-shrink:0}.theme-lvlPrep{--section-accent: var(--color-amber);--section-accent-light: var(--color-amber-light);--section-accent-border: var(--color-amber-border)}.theme-lvlMatch{--section-accent: var(--color-pink);--section-accent-light: var(--color-pink-light);--section-accent-border: var(--color-pink-border)}.theme-siege{--section-accent: var(--color-teal);--section-accent-light: var(--color-teal-light);--section-accent-border: var(--color-teal-border)}.theme-stats,.theme-reporting{--section-accent: var(--color-blue);--section-accent-light: var(--color-blue-light);--section-accent-border: var(--color-blue-border)}.theme-settings{--section-accent: var(--color-text-muted);--section-accent-light: rgba(160,160,168,.1);--section-accent-border: rgba(160,160,168,.25)}.theme-home{--section-accent: var(--color-pink);--section-accent-light: var(--color-pink-light);--section-accent-border: var(--color-pink-border)}.module-panel{border-top:3px solid var(--section-accent)}.module-panel--prep{--section-accent: var(--color-amber);--section-accent-light: var(--color-amber-light);--section-accent-border: var(--color-amber-border)}.module-panel--lvl{--section-accent: var(--color-pink);--section-accent-light: var(--color-pink-light);--section-accent-border: var(--color-pink-border)}.module-panel--siege{--section-accent: var(--color-teal);--section-accent-light: var(--color-teal-light);--section-accent-border: var(--color-teal-border)}.module-panel--stats,.module-panel--reporting{--section-accent: var(--color-blue);--section-accent-light: var(--color-blue-light);--section-accent-border: var(--color-blue-border)}.module-panel--settings{--section-accent: var(--color-text-muted);--section-accent-light: rgba(160,160,168,.1);--section-accent-border: rgba(160,160,168,.25)}.module-tag{display:inline-block;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:2px 7px;border-radius:6px;border:1px solid var(--section-accent-border);background:var(--section-accent-light);color:var(--section-accent)}.subnav-strip{margin-bottom:14px}.prep-action-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--pwa-tile-grid-min),100%),1fr));gap:12px;margin-top:8px}.prep-tile{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;margin-top:0;padding:14px;min-height:88px;background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-radius:14px}.prep-tile:active{background:var(--color-bg-card-hover)}.prep-tile-title{font-weight:700;font-size:.95rem}.prep-tile-sub{font-size:.8rem;margin-top:4px}.prep-roster-grid{display:flex;flex-direction:column;gap:16px;margin-top:8px}.prep-roster-grid label{margin-bottom:0}.ocr-editor-table--ladder .ocr-col-narrow{width:3.2rem;max-width:4rem}.ocr-editor-table--ladder .ocr-col-ovr{width:5rem;min-width:4.5rem;max-width:none}.ocr-editor-table--ladder .ocr-col-narrow input{padding:6px 4px;font-size:.85rem}.ocr-editor-table--ladder .ocr-col-ovr input{min-width:0}.ocr-editor-table--ladder .ocr-col-msg{min-width:8rem;width:40%}.ocr-msg-cell{font-size:.78rem;line-height:1.25;color:var(--color-text-secondary)}.lvl-opponent-line{margin:0 0 14px;font-size:.92rem}.ocr-ladder-toolbar{align-items:flex-start;margin-bottom:10px}.ocr-ladder-toolbar-hint{margin:0;flex:1;padding-right:8px}.ocr-ladder-toolbar .secondary-btn{width:auto;margin-top:0;flex-shrink:0}.home-shell{display:flex;flex-direction:column;gap:16px}.home-hero{background:var(--color-bg-surface);border:1px solid var(--color-border-subtle);border-radius:18px;padding:18px 20px 22px;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--color-border-subtle) 1px,transparent 1px),linear-gradient(90deg,var(--color-border-subtle) 1px,transparent 1px);background-size:32px 32px;opacity:.3;pointer-events:none}.home-hero-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;position:relative;z-index:1}.home-hero-status-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;width:100%}.home-hero-meta-stack{display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right;min-width:0}.home-assignment-line{font-size:.78rem;font-weight:700;letter-spacing:.02em;line-height:1.3;color:var(--color-home-assignment)}.home-status-meta{font-size:.74rem;font-weight:600;letter-spacing:.02em;text-align:right;color:var(--color-text-muted)}.league-pill{display:inline-flex;align-items:center;gap:6px;background:var(--color-bg-card);border:1px solid var(--color-border-strong);border-radius:20px;padding:5px 10px;color:var(--color-text-secondary);font-size:.78rem;font-weight:600;letter-spacing:.4px}.league-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--color-pink);box-shadow:0 0 6px var(--color-pink);flex-shrink:0}.home-hero-title{margin:0;font-size:2rem;font-weight:800;letter-spacing:-.5px;line-height:1;position:relative;z-index:1}.home-hero-subtitle{margin:6px 0 0;font-size:.85rem;color:var(--color-text-muted);position:relative;z-index:1}.home-hero-matchline{margin:0;font-size:.95rem;font-weight:600;color:var(--color-text-secondary);position:relative;z-index:1}.home-hero-matchline--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.home-hero-score{margin:10px 0 0;font-size:2.25rem;font-weight:800;letter-spacing:-.5px;line-height:1.1;color:var(--color-amber);position:relative;z-index:1}.module-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--pwa-tile-grid-min),100%),1fr));gap:10px}.module-tile{display:flex;align-items:center;gap:13px;padding:14px 16px;width:100%;margin-top:0;background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-left:4px solid var(--section-accent);border-radius:16px;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease}.module-tile:active{background:var(--color-bg-card-hover)}.module-tile-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;background:var(--section-accent-light);border:1px solid var(--section-accent-border);color:var(--section-accent)}.module-tile-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.module-tile-name{font-size:1rem;font-weight:700;color:var(--color-text-primary);letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.module-tile-desc{font-size:.8rem;color:var(--color-text-muted)}.module-tile-chevron{color:var(--color-border-dim);font-size:18px;font-weight:600;flex-shrink:0}.module-tile--lvl{--section-accent: var(--color-pink);--section-accent-light: var(--color-pink-light);--section-accent-border: var(--color-pink-border)}.module-tile--prep{--section-accent: var(--color-amber);--section-accent-light: var(--color-amber-light);--section-accent-border: var(--color-amber-border)}.module-tile--siege{--section-accent: var(--color-teal);--section-accent-light: var(--color-teal-light);--section-accent-border: var(--color-teal-border)}.module-tile--stats,.module-tile--reporting{--section-accent: var(--color-blue);--section-accent-light: var(--color-blue-light);--section-accent-border: var(--color-blue-border)}.module-tile--admin{--section-accent: var(--color-text-muted);--section-accent-light: var(--color-bg-card);--section-accent-border: var(--color-border-subtle)}.module-tile--settings{--section-accent: var(--color-text-muted);--section-accent-light: rgba(160,160,168,.1);--section-accent-border: rgba(160,160,168,.25)}.home-footer-actions{display:flex;gap:8px;margin-top:4px}.home-footer-actions button{flex:1;width:auto;margin-top:0}.module-home-row{display:flex;justify-content:stretch;margin-top:16px}.btn-home{width:100%;margin-top:0;padding:12px 14px;border-radius:12px;background:var(--color-bg-card);border:1px solid var(--color-border-strong);color:var(--color-text-secondary);font-weight:600}.btn-home:active{background:var(--color-bg-card-hover)}.lvl-recap{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.lvl-recap-versus{font-size:.95rem;color:var(--color-text-secondary);margin:0}.lvl-recap-versus strong{color:var(--color-text-primary)}.lvl-recap-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lvl-recap-tile{background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}button.lvl-recap-tile--pick{width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}button.lvl-recap-tile--pick:active{background:var(--color-bg-card-hover)}.lvl-recap-tile--active{border-color:var(--section-accent);box-shadow:0 0 0 1px var(--section-accent-light)}.lvl-recap-tile-label{font-size:.7rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--color-text-muted);font-weight:700}.lvl-recap-tile-value{font-size:2rem;font-weight:800;letter-spacing:-1px;color:var(--color-text-primary);line-height:1}.lvl-recap-score-value{font-size:2.35rem;color:var(--color-amber)}.lvl-recap-tile-value--empty{font-size:.95rem;font-weight:500;color:var(--color-text-muted);letter-spacing:normal}.lvl-recap-tile-sub{font-size:.78rem;color:var(--color-text-muted)}.lvl-action-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--pwa-tile-grid-min),100%),1fr));gap:10px;margin-bottom:12px}.lvl-action-grid--two,.lvl-action-grid--four,.lvl-action-grid--siege{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: calc(3 * var(--pwa-tile-grid-min) + 56px)){.lvl-action-grid--siege{grid-template-columns:repeat(3,minmax(0,1fr))}}.lvl-action-tile{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;margin-top:0;padding:14px 16px;min-height:84px;background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-radius:14px;cursor:pointer;text-align:left}.lvl-action-tile:active{background:var(--color-bg-card-hover)}.lvl-action-tile.active{background:var(--section-accent-light);border-color:var(--section-accent-border)}.lvl-action-tile.active .lvl-action-tile-name{color:var(--section-accent)}.lvl-action-tile-name{font-size:1rem;font-weight:700;letter-spacing:-.2px;color:var(--color-text-primary)}.lvl-action-tile-desc{font-size:.78rem;color:var(--color-text-muted)}.lvl-action-form{margin-top:4px}.lvl-status-block{margin-top:16px;border-top:1px solid var(--color-border-subtle);padding-top:12px}.lvl-status-block-title{margin:0 0 8px;font-size:.7rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--color-text-muted);font-weight:700}.lvl-status-card{background:var(--color-bg-debug);border:1px solid var(--color-border-subtle);border-radius:12px;padding:12px 14px;font-size:.9rem;line-height:1.45;color:var(--color-text-primary);white-space:pre-wrap;overflow-wrap:anywhere;overflow-x:auto;min-height:60px}.lvl-status-card .muted{color:var(--color-text-muted)}.ocr-match-results{min-width:0;max-width:100%}@media (max-width: 380px){.header-brand-row .header-title{font-size:1.38rem}.home-hero{padding:14px 14px 16px}.home-hero-score{font-size:1.75rem}.lvl-recap-score-value{font-size:1.85rem}.lvl-recap-tile-value:not(.lvl-recap-score-value){font-size:1.65rem}}@media (max-width: 420px){.module-tile-grid:not(.module-tile-grid--stack){grid-template-columns:repeat(2,minmax(0,1fr))}.module-tile-name{white-space:normal}}@media (min-width: 680px){.app-shell{padding-left:max(20px,env(safe-area-inset-left,0px));padding-right:max(20px,env(safe-area-inset-right,0px))}}@media (min-width: 840px){.app-shell{max-width:920px}}@media (min-width: 1024px) and (orientation: landscape){.app-shell{max-width:min(1040px,calc(100vw - 48px))}}@media (orientation: landscape) and (max-height: 520px){.app-shell{padding-top:max(10px,env(safe-area-inset-top,0px));padding-bottom:max(20px,env(safe-area-inset-bottom,0px))}.app-header{margin-bottom:10px}.home-shell{gap:12px}.home-hero{padding:12px 14px 14px}.checkin-tiles-sticky{box-shadow:0 4px 12px #00000047}}@media (orientation: landscape) and (max-height: 460px) and (max-width: 900px){.row-spread{flex-direction:row;align-items:center}}@media (orientation: landscape) and (max-height: 460px){.header-user-row{flex-direction:row;align-items:center}}.module-tile-grid--stack{grid-template-columns:1fr!important}.module-tile.active{border-color:var(--section-accent);box-shadow:0 0 0 1px var(--section-accent-border);background:var(--section-accent-light)}.pwa-command-tiles{margin-top:4px}.home-shell{flex:1;display:flex;flex-direction:column;gap:14px;min-height:0}.home-hero{flex:1;display:flex;flex-direction:column;min-height:0}.lvl-status-pill{max-width:100%}.home-scoreboard{margin-top:4px;flex:1;display:flex;flex-direction:column;gap:10px;border:1px solid var(--color-border-strong);border-radius:14px;padding:10px 12px;background:var(--color-bg-card)}.home-sb-cushion-lbl{display:block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:2px}.home-sb-cushion-val{font-size:1.35rem;font-weight:900;color:var(--color-amber);letter-spacing:-.02em}.home-scoreboard-cols{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;align-items:start;border:1px solid var(--color-border-subtle);border-radius:10px;overflow:hidden;background:var(--color-bg-surface)}.home-sb-side{padding:10px;display:flex;flex-direction:column;min-width:0}.home-sb-side--us{border-right:1px solid var(--color-border-subtle)}.home-sb-score-midrow{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:8px;margin-top:4px;min-width:0}.home-sb-mid-stats{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto;text-align:right}.home-sb-mid-stat{display:flex;flex-direction:row;align-items:baseline;justify-content:flex-end;gap:6px;font-size:.72rem;line-height:1.2}.home-sb-mid-lbl{color:var(--color-text-muted);font-weight:600;white-space:nowrap}.home-sb-mid-val{font-weight:800;color:var(--color-text-primary);min-width:1.25rem;text-align:right}.home-sb-minmax{margin-top:6px;font-size:.8rem;color:var(--color-text-secondary)}.home-sb-minmax strong{color:var(--color-text-primary);font-weight:800}.home-sb-side-label{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--color-text-muted)}.home-sb-side-label--opp{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.home-sb-side-score{flex:0 0 auto;font-size:2.1rem;font-weight:900;color:var(--color-amber);line-height:1.05;letter-spacing:-.03em}.home-sb-bottom{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.home-sb-bottom-card{border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-bg-surface);padding:12px 10px 10px;text-align:center}.home-sb-bottom-title{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700;color:var(--color-text-muted)}.home-sb-bottom-value{display:block;margin-top:6px;font-size:1.6rem;line-height:1.1;font-weight:900;color:var(--color-amber)}.home-sb-bottom-note{display:block;margin-top:6px;font-size:.77rem;color:var(--color-text-secondary)}.siege-start-flow{display:flex;flex-direction:column;gap:12px;max-width:520px}.siege-start-hint{margin:0;font-size:.82rem}.siege-roster-wrap{max-height:280px;overflow:auto;border:1px solid var(--color-border-strong);border-radius:10px;background:var(--color-bg-surface)}.siege-roster-table{width:100%;border-collapse:collapse;font-size:.82rem}.siege-roster-table th,.siege-roster-table td{border-bottom:1px solid var(--color-border-subtle);padding:6px 8px;text-align:left}.siege-roster-table th{background:var(--color-bg-card-hover);color:var(--color-text-secondary);font-weight:600;position:sticky;top:0;z-index:1}.siege-roster-bench-sep-row td{padding:6px 8px;vertical-align:middle;background:var(--color-bg-card);border-bottom:1px solid var(--color-border-strong)}.siege-roster-bench-sep-row .siege-roster-bench-sep{margin:2px 0}.siege-seat-pick{width:auto;margin-top:0;padding:4px 10px;font-size:.78rem;border-radius:8px;background:var(--color-bg-card);border:1px solid var(--color-border-strong);color:var(--color-text-secondary)}.siege-seat-pick--selected{border-color:var(--color-teal-border);background:var(--color-teal-light);color:var(--color-teal);font-weight:700}@media (max-width: 520px){.home-shell{gap:10px}.module-tile-grid{gap:7px}.module-tile{padding:11px 13px;gap:10px}.home-hero-status-row{align-items:flex-start}.home-hero-meta-stack{max-width:58%}.home-status-meta{max-width:100%;font-size:.7rem;line-height:1.25}.home-sb-side{padding:8px}.home-sb-side-score{font-size:1.9rem}.home-sb-mid-stat{font-size:.68rem}.home-sb-mid-stats{gap:3px}.home-sb-minmax{font-size:.74rem}.home-sb-bottom-note{font-size:.72rem}}.home-sb-phase-note{text-align:center;margin-top:8px!important}.lvl-recap-tiles--three{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 400px){.lvl-recap-tiles--three{grid-template-columns:1fr}}.lvl-scoring-role-head{margin:0 0 10px;padding:0;border:none;background:none;text-align:center;font-size:1.2rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--section-accent, var(--color-pink))}.lvl-scoring-entry-row{display:flex;justify-content:flex-start;margin:4px 0 14px}.lvl-scoring-entry-label{width:100%;max-width:22rem;margin-bottom:0}.row-spread--tight{margin-bottom:6px}.pwa-inline-status{display:inline-flex;align-items:center;gap:8px}.pwa-inline-status-label{font-size:.82rem;font-weight:600;color:var(--color-text-muted)}.pwa-status-chip{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:32px;padding:0 10px;border-radius:8px;font-weight:800;font-size:1rem;border:1px solid var(--color-border-strong);background:var(--color-bg-input);color:var(--color-text-muted)}.pwa-status-chip--ok{border-color:var(--color-success-border);background:var(--color-success-light);color:var(--color-success)}.pwa-status-chip--err{border-color:var(--color-error-border);background:var(--color-error-light);color:var(--color-error)}.pwa-status-chip--pending,.pwa-status-chip--idle{color:var(--color-text-muted)}.pwa-send-chat-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 12px;padding:8px 10px;border-radius:10px;border:1px solid var(--color-border-subtle);background:var(--color-bg-surface);font-size:.88rem;font-weight:600;color:var(--color-text-secondary);width:100%}.sublayout-header{margin-top:2px;margin-bottom:8px}.sublayout-title{font-size:1rem;margin:0}.pwa-send-chat-row input{width:22px;height:22px;margin:0;flex-shrink:0}.pwa-send-chat-row--compact{margin:4px 0 10px}.panel-title-toolbar .panel-title{flex:1;min-width:0}.pwa-send-chat-row--toolbar{width:auto;max-width:56%;min-width:0;margin:0;flex-shrink:1;justify-content:flex-end;gap:8px;padding:6px 10px;font-size:.78rem}.pwa-send-chat-row--toolbar span{text-align:right;white-space:nowrap}.hold-perspective-banner{margin:0 0 10px;display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 10px;font-size:.92rem}.hold-perspective-role{font-weight:800;color:var(--color-text-primary)}.hold-perspective-sub{font-size:.82rem}.hold-drive-meta{margin:8px 0 0;font-size:.82rem;font-weight:600;color:var(--color-text-secondary)}.scoring-tiles--hold-points button.active{color:var(--color-success);border-color:var(--color-success-border);background:var(--color-success-light)}.lvl-status-card--empty{min-height:0;padding:0;border:none;background:transparent}.prep-run-btn{margin-top:12px!important}.pwa-app-footer{display:flex;flex-direction:row;gap:10px;margin-top:auto;padding-top:16px;padding-bottom:max(8px,env(safe-area-inset-bottom,0px))}.pwa-footer-btn{flex:1 1 0;min-width:0;max-width:200px;min-height:48px;margin-top:0!important;padding:10px 12px!important;font-size:.9rem!important;font-weight:700!important;border-radius:12px!important}.pwa-footer-btn--home{background:var(--gradient-cta);color:#fff;border:none}.pwa-footer-btn--settings,.pwa-footer-btn--logout{background:var(--color-bg-card);color:var(--color-text-secondary)}.lineup-editor{display:flex;flex-direction:column;gap:12px;min-width:0}.lineup-editor-intro,.lineup-editor-alt{margin:0;font-size:.88rem;line-height:1.45}.lineup-editor-alt{padding:8px 10px;border-radius:10px;border:1px dashed var(--color-border-subtle);background:var(--color-bg-surface)}.lineup-section-label{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin-top:4px}.lineup-bench-sep{display:flex;align-items:center;gap:10px;margin:8px 0 4px;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-amber)}.lineup-bench-sep:before,.lineup-bench-sep:after{content:"";flex:1;height:1px;background:var(--color-border-subtle)}.lineup-table-wrap{overflow-x:auto;border:1px solid var(--color-border-subtle);border-radius:12px;background:var(--color-bg-card)}.lineup-table{width:100%;border-collapse:collapse;font-size:.85rem}.lineup-table th,.lineup-table td{padding:8px 6px;text-align:left;border-bottom:1px solid var(--color-border-subtle);vertical-align:middle}.lineup-table th{color:var(--color-text-muted);font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.lineup-table tbody tr:last-child td{border-bottom:none}.lineup-row-selected{background:var(--section-accent-light);outline:1px solid var(--section-accent-border)}.lineup-arrows{display:flex;flex-direction:column;gap:2px;width:44px;padding-left:4px!important;padding-right:4px!important}.lineup-arrow-btn{margin:0;padding:4px 6px;font-size:.85rem;line-height:1;border-radius:6px;border:1px solid var(--color-border-strong);background:var(--color-bg-input);color:var(--color-text-primary);cursor:pointer}.lineup-arrow-btn:disabled{opacity:.35;cursor:not-allowed}.lineup-name-btn{display:block;width:100%;margin:0;padding:4px 0;text-align:left;font:inherit;color:var(--color-text-primary);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.lineup-actions{margin-top:4px;flex-wrap:wrap;gap:8px}.lineup-actions--confirm{margin-top:12px}.lineup-actions--confirm .run-btn{width:100%}[data-theme=light] body{background:var(--color-bg-base);color:var(--color-text-primary)}[data-theme=light] .panel{background:#fff;border-color:#d0ddea}[data-theme=light] .panel h2{color:#0d1829}[data-theme=light] label{color:#5a6b86}[data-theme=light] input,[data-theme=light] select,[data-theme=light] textarea,[data-theme=light] button{background:#f8fafc;border-color:#b8c8e0;color:#0d1829}[data-theme=light] .input-mode-toggle button{border-color:#d0ddea;background:#f0f4fa;color:#5a6b86}[data-theme=light] .input-mode-toggle button.active{background:#1a56db;border-color:#1a56db;color:#fff}[data-theme=light] .input-mode-toggle--lg button{border-color:#d0ddea;background:#f0f4fa;color:#334155}[data-theme=light] .lvl-scoring-role-head{color:#1a56db}[data-theme=light] .secondary-btn{border-color:#c7d4eb;background:#f0f4fa;color:#0d1829}[data-theme=light] .header-signed-in{color:#5a6b86}[data-theme=light] .header-title{color:#0d1829}[data-theme=light] header p{color:#5a6b86}[data-theme=light] .read-only-meta dt{color:#5a6b86}[data-theme=light] .read-only-meta dd{color:#0d1829}[data-theme=light] .muted{color:#5a6b86}[data-theme=light] pre,[data-theme=light] .answer-box{background:#f8fafc;border-color:#d0ddea;color:#0d1829}[data-theme=light] .reply-card.answer-card-prose{border-color:#d0ddea;background:#fff;box-shadow:0 2px 12px #1a56db14;color:#1a2538}[data-theme=light] .answer-body strong{color:#0d1829}[data-theme=light] .reply-command-label{background:#f0f4fa;border-color:#c7d4eb;color:#5a6b86}[data-theme=light] .form-error-banner{border-color:#f5a6a6;background:#fee2e2;color:#7f1d1d}[data-theme=light] .error-note,[data-theme=light] .ocr-err-cell{color:#b42318}[data-theme=light] .checkin-tiles-sticky{background:#fff;box-shadow:0 8px 20px #00000014}[data-theme=light] .ocr-editor-table th,[data-theme=light] .ocr-editor-table td{border-color:#d0ddea}[data-theme=light] .ocr-editor-table th{background:#e8f0fd;color:#3d5a80}[data-theme=light] .ocr-editor-table input{background:#fff;border-color:#d0ddea;color:#0d1829}[data-theme=light] .ocr-nudge button{background:#e8f0fd;border-color:#c7d4eb;color:#0d1829}[data-theme=light] .ocr-match-portrait-name.ocr-diff-tone--ve,[data-theme=light] .ocr-diff-tone--ve.ocr-match-diff,[data-theme=light] .ocr-match-diff-num.ocr-diff-tone--ve{color:#047857}[data-theme=light] .ocr-match-portrait-name.ocr-diff-tone--e,[data-theme=light] .ocr-diff-tone--e.ocr-match-diff,[data-theme=light] .ocr-match-diff-num.ocr-diff-tone--e{color:#15803d}[data-theme=light] .ocr-match-portrait-name.ocr-diff-tone--b,[data-theme=light] .ocr-diff-tone--b.ocr-match-diff,[data-theme=light] .ocr-match-diff-num.ocr-diff-tone--b{color:#b45309}[data-theme=light] .ocr-match-portrait-name.ocr-diff-tone--h,[data-theme=light] .ocr-diff-tone--h.ocr-match-diff,[data-theme=light] .ocr-match-diff-num.ocr-diff-tone--h{color:#c2410c}[data-theme=light] .ocr-match-portrait-name.ocr-diff-tone--vh,[data-theme=light] .ocr-diff-tone--vh.ocr-match-diff,[data-theme=light] .ocr-match-diff-num.ocr-diff-tone--vh{color:#991b1b}[data-theme=light] .prep-tile,[data-theme=light] .module-tile,[data-theme=light] .lvl-recap-tile,[data-theme=light] button.lvl-recap-tile--pick,[data-theme=light] .lvl-action-tile,[data-theme=light] .btn-home{background:#f8fafc;border-color:#d0ddea;color:#0d1829}[data-theme=light] .header-back-btn{color:#047857;border-color:#a7f3d0;background:#ecfdf5}[data-theme=light] .pwa-send-chat-row--toolbar{background:#f8fafc;border-color:#d0ddea}[data-theme=light] .module-tile-name,[data-theme=light] .lvl-recap-tile-value,[data-theme=light] .lvl-action-tile-name{color:#0d1829}[data-theme=light] .module-tile-desc,[data-theme=light] .lvl-recap-tile-label,[data-theme=light] .lvl-recap-tile-sub,[data-theme=light] .lvl-action-tile-desc,[data-theme=light] .lvl-status-block-title,[data-theme=light] .lvl-recap-tile-value--empty,[data-theme=light] .home-hero-subtitle{color:#5a6b86}[data-theme=light] .home-hero-matchline{color:#334155}[data-theme=light] .home-status-meta{color:#64748b}[data-theme=light] .lvl-status-pill{background:#fff;border-color:#cdd9ea}[data-theme=light] .home-scoreboard{background:#fff}[data-theme=light] .home-sb-side-score{color:#1d4ed8}[data-theme=light] .home-sb-mid-val,[data-theme=light] .home-sb-minmax strong,[data-theme=light] .home-sb-cushion-val,[data-theme=light] .home-sb-bottom-value{color:#15803d}[data-theme=light] .home-hero-score,[data-theme=light] .lvl-recap-score-value{color:#1d4ed8}[data-theme=light] .module-tile-chevron{color:#b8c8e0}[data-theme=light] .home-hero{background:#fff;border-color:#d0ddea}[data-theme=light] .home-hero-title{color:#0d1829}[data-theme=light] .league-pill{background:#f0f4fa;border-color:#c7d4eb;color:#5a6b86}[data-theme=light] .pwa-send-chat-row{background:#f8fafc;border-color:#d0ddea;color:#334155}[data-theme=light] .lvl-status-card{background:#fff;border-color:#d0ddea;color:#0d1829}[data-theme=light] .prep-tile-sub{color:#5a6b86}[data-theme=light] .response-image{background:#f8fafc;border-color:#d0ddea}[data-theme=light] .history-meta,[data-theme=light] .meta-line{color:#5a6b86}[data-theme=light] .history-text{color:#0d1829}[data-theme=light] .dev-details{border-color:#d0ddea}[data-theme=light] .dev-details summary{color:#5a6b86}[data-theme=light] .dev-pre{background:#f8fafc;border-color:#d0ddea;color:#334155}[data-theme=light] .status-pill.ok{color:#0f5f3a;border-color:#86efac;background:#dcfce7}[data-theme=light] .status-pill.err{color:#991b1b;border-color:#fca5a5;background:#fee2e2}[data-theme=light] .ocr-row-error{background:#dc262614}[data-theme=light] .ocr-msg-cell{color:#334155}[data-theme=light] .subpanel{border-color:#d0ddea}[data-theme=light] .subpanel h3{color:#0d1829}[data-theme=light] .tiny-dev-hint,[data-theme=light] .lvl-opponent-line{color:#5a6b86}[data-theme=light] .lvl-opponent-line strong{color:#0d1829}[data-theme=light] .ocr-ladder-toolbar-hint{color:#5a6b86}[data-theme=light] .ocr-editor-grid h3,[data-theme=light] .ocr-match-results h3,[data-theme=light] .reply-panel-title{color:#0d1829}[data-theme=light] .header-title-accent{color:#1a56db}[data-theme=light] .lvl-action-tile.active{background:#e8f0fd;border-color:#1a56db}[data-theme=light] .lvl-action-tile.active .lvl-action-tile-name{color:#1a56db}[data-theme=light] .run-btn{background:#1a56db;box-shadow:0 2px 8px #1a56db2e;color:#fff}html[data-theme=light] .header-candy-avatar{border-color:#ea4c894d;box-shadow:0 0 0 1px #ea4c891a}.home-sb-side-score,.home-sb-bottom-value,.home-sb-cushion-val,.home-sb-mid-val{color:var(--color-pink)!important}.home-sb-minmax strong{color:var(--color-text-primary)}html[data-theme=light] .home-sb-side-score,html[data-theme=light] .home-sb-bottom-value,html[data-theme=light] .home-sb-cushion-val,html[data-theme=light] .home-sb-mid-val{color:#1d4ed8!important}html[data-theme=light] .pwa-tab-bar{background:#fff;border-top-color:#d0ddea;box-shadow:0 -2px 8px #1d4ed80f}html[data-theme=light] .pwa-footer-pill{color:#5a6b86!important}html[data-theme=light] .pwa-footer-pill--primary{background:linear-gradient(135deg,#1d4ed8,#3b82f6)!important;box-shadow:0 4px 16px #1d4ed84d!important}html[data-theme=light] .header-brand-row{flex-direction:row;align-items:center}.panel-title-toolbar{flex-direction:row!important;align-items:flex-start!important}.pwa-send-chat-row--toolbar{margin-top:0!important;align-self:flex-start;flex-shrink:0}.pwa-radio-group{border:0;margin:.75rem 0 1rem;padding:0}.pwa-radio-group legend{padding:0;margin-bottom:.35rem;font-size:.85rem}.pwa-radio-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:start;margin:.35rem 0;cursor:pointer;font-size:.95rem;width:100%;max-width:100%;box-sizing:border-box}.pwa-radio-row input{margin-top:.2em}.pwa-radio-row input[type=radio]{margin-inline-end:0}.pwa-radio-row>span{min-width:0;word-break:break-word}.pwa-radio-group--inline{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;column-gap:1.25rem;row-gap:.25rem}.pwa-radio-group--inline legend{flex-basis:100%;width:100%}.pwa-radio-group--inline .pwa-radio-row{margin:0;white-space:nowrap;width:auto;max-width:none;display:flex;align-items:center;gap:.5rem}.header-brand-identity{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.header-candy-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--color-pink-border);background:var(--color-bg-card);box-shadow:0 0 0 1px var(--color-pink-light)}.header-candy-avatar-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;border-radius:50%}.header-brand-row .header-title{margin:0;line-height:1}.pwa-tab-bar{align-items:stretch!important;gap:8px!important;padding-top:10px!important;padding-bottom:max(12px,env(safe-area-inset-bottom,0px))!important;border-top:1px solid var(--color-border-subtle);background:var(--color-bg-base)}.pwa-footer-pill{flex:1 1 0;min-width:0;min-height:48px;margin-top:0!important;padding:6px 6px 5px!important;border-radius:999px!important;border:1px solid var(--color-border-strong)!important;background:var(--color-bg-card)!important;color:var(--color-text-secondary)!important;font-size:.68rem!important;font-weight:700!important;letter-spacing:.02em;line-height:1.1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;transition:opacity .15s,background .15s,color .15s}.pwa-footer-pill-icon{font-size:1.15rem;line-height:1;flex-shrink:0}.pwa-footer-pill:active:not(:disabled){opacity:.88}.pwa-footer-pill:disabled{opacity:.42;cursor:not-allowed}.pwa-footer-pill-label{display:block;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.pwa-footer-pill--primary{flex:1.35 1 0;flex-direction:row;gap:6px;padding:8px 10px!important;border-color:transparent!important;background:var(--theme-gradient)!important;color:var(--color-footer-pill-primary-text, #ffffff)!important;font-weight:800!important;box-shadow:var(--theme-pill-shadow)}.pwa-footer-pill-avatar{position:relative;width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0;border:1.5px solid rgba(255,255,255,.4);background:#ffffff26;display:flex;align-items:center;justify-content:center}.pwa-footer-pill-avatar-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:50%}.pwa-footer-pill-avatar-fallback{font-size:.85rem;line-height:1;position:relative;z-index:1}.pwa-footer-pill-avatar-img:not([style*="display: none"])+.pwa-footer-pill-avatar-fallback{display:none}.pwa-footer-pill--primary .pwa-footer-pill-label{font-size:.76rem;font-weight:800}.home-sb-mid-stats{text-align:right!important}.home-sb-mid-stat{justify-content:flex-end!important}.home-sb-side-label--opp{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.pwa-send-chat-row--toolbar span{white-space:nowrap!important}.theme-picker-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:4px}.theme-picker-btn{width:100%;margin-top:0!important;padding:12px 10px!important;border-radius:12px!important;font-size:.82rem!important;font-weight:700!important;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid transparent!important;transition:border-color .15s,box-shadow .15s,opacity .15s;min-height:44px;letter-spacing:.2px}.theme-picker-btn:active{opacity:.85}.theme-picker-btn--dark-pink{background:#141416!important;color:#ea4c89!important}.theme-picker-btn--dark-pink.active{border-color:#ea4c89!important;box-shadow:0 0 0 1px #ea4c8933!important}.theme-picker-btn--dark-orange{background:#180f06!important;color:#f97316!important}.theme-picker-btn--dark-orange.active{border-color:#f97316!important;box-shadow:0 0 0 1px #f9731633!important}.theme-picker-btn--dark-green{background:#0c1410!important;color:#4ade80!important}.theme-picker-btn--dark-green.active{border-color:#4ade80!important;box-shadow:0 0 0 1px #4ade8033!important}.theme-picker-btn--light-blue{background:#fff!important;color:#1d4ed8!important;border-color:#dde5f5!important}.theme-picker-btn--light-blue.active{border-color:#1d4ed8!important;box-shadow:0 0 0 1px #1d4ed826!important}.theme-picker-btn--light-red{background:#fff!important;color:#dc2626!important;border-color:#f0d8d8!important}.theme-picker-btn--light-red.active{border-color:#dc2626!important;box-shadow:0 0 0 1px #dc262626!important}.theme-picker-btn--light-purple{background:#fff!important;color:#7c3aed!important;border-color:#e8dffe!important}.theme-picker-btn--light-purple.active{border-color:#7c3aed!important;box-shadow:0 0 0 1px #7c3aed26!important}.theme-picker-btn--lsu-purple-gold{background:#461d7c!important;color:#fdd023!important}.theme-picker-btn--lsu-purple-gold.active{border-color:#fdd023!important;box-shadow:0 0 0 1px #fdd02359!important}.theme-picker-name{font-size:.82rem;font-weight:700;text-align:center;line-height:1.2}.app-shell{padding-top:max(16px,env(safe-area-inset-top,0px));padding-bottom:max(16px,env(safe-area-inset-bottom,0px))}.home-shell{gap:8px}.home-hero{padding:12px 14px 14px}.home-scoreboard{gap:7px;padding:8px 10px}.home-sb-side{padding:7px 8px}.home-sb-bottom-card{padding:8px 10px}.home-sb-bottom-value{margin-top:3px;font-size:1.4rem}.home-sb-bottom-note{margin-top:3px;font-size:.72rem}.module-tile{padding:11px 14px}.app-header{margin-bottom:10px}.header-brand-row{margin-bottom:6px}:root,html[data-theme=dark-pink],html[data-theme=dark]{color-scheme:dark;--color-bg-root: #060607;--color-bg-base: #0a0a0b;--color-bg-surface: #111113;--color-bg-card: #141416;--color-bg-card-hover: #181820;--color-bg-input: #141416;--color-bg-debug: #040405;--color-border-subtle: #1e1e22;--color-border-strong: #252528;--color-border-dim: #28282e;--color-text-primary: #f0f0f2;--color-text-secondary: #a0a0a8;--color-text-muted: #505058;--color-text-dim: #28282e;--color-home-assignment:#ffffff;--color-pink: #ea4c89;--color-pink-light: rgba(234,76,137,.12);--color-pink-border: rgba(234,76,137,.25);--color-pink-glow: rgba(234,76,137,.3);--color-pink-shadow: rgba(234,76,137,.2);--color-amber: #fbbf24;--color-amber-light: rgba(251,191,36,.1);--color-amber-border: rgba(251,191,36,.22);--color-teal: #34d399;--color-teal-light: rgba(52,211,153,.1);--color-teal-border: rgba(52,211,153,.22);--color-teal-glow: rgba(52,211,153,.4);--color-blue: #60a5fa;--color-blue-light: rgba(96,165,250,.1);--color-blue-border: rgba(96,165,250,.22);--color-success: #34d399;--color-success-light: rgba(52,211,153,.1);--color-success-border: rgba(52,211,153,.22);--color-error: #f87171;--color-error-light: rgba(248,113,113,.1);--color-error-border: rgba(248,113,113,.2);--section-accent: var(--color-pink);--section-accent-light: var(--color-pink-light);--section-accent-border: var(--color-pink-border);--gradient-cta: linear-gradient(135deg, #ea4c89, #f97316);--gradient-cta-shadow: 0 4px 20px rgba(234,76,137,.3);--theme-gradient: linear-gradient(135deg, #ea4c89, #f97316);--theme-pill-shadow: 0 4px 16px rgba(234,76,137,.4);--theme-score-color: #ea4c89;--theme-cushion-color: #ea4c89}html[data-theme=dark-pink] .home-sb-side-score,html[data-theme=dark] .home-sb-side-score,:root .home-sb-side-score{color:var(--theme-score-color)!important}html[data-theme=dark-pink] .home-sb-bottom-value,html[data-theme=dark] .home-sb-bottom-value,:root .home-sb-bottom-value{color:var(--theme-score-color)!important}html[data-theme=dark-pink] .home-sb-cushion-val,html[data-theme=dark] .home-sb-cushion-val,:root .home-sb-cushion-val{color:var(--theme-cushion-color)!important}html[data-theme=dark-pink] .home-sb-mid-val,html[data-theme=dark] .home-sb-mid-val,:root .home-sb-mid-val{color:var(--theme-score-color)!important}html[data-theme=dark-pink] .home-sb-minmax strong,html[data-theme=dark] .home-sb-minmax strong,:root .home-sb-minmax strong{color:var(--color-text-primary)}html[data-theme=dark-orange]{color-scheme:dark;--color-bg-root: #060402;--color-bg-base: #0c0804;--color-bg-surface: #130e07;--color-bg-card: #180f06;--color-bg-card-hover: #1e1409;--color-bg-input: #180f06;--color-bg-debug: #080502;--color-border-subtle: #241608;--color-border-strong: #2e1c0a;--color-border-dim: #3a2010;--color-text-primary: #f5ede4;--color-text-secondary: #a08060;--color-text-muted: #5a3e28;--color-text-dim: #3a2010;--color-home-assignment:#f5ede4;--color-pink: #ea4c89;--color-pink-light: rgba(234,76,137,.12);--color-pink-border: rgba(234,76,137,.25);--color-pink-glow: rgba(234,76,137,.3);--color-pink-shadow: rgba(234,76,137,.2);--color-amber: #f97316;--color-amber-light: rgba(249,115,22,.12);--color-amber-border: rgba(249,115,22,.28);--color-teal: #34d399;--color-teal-light: rgba(52,211,153,.1);--color-teal-border: rgba(52,211,153,.22);--color-teal-glow: rgba(52,211,153,.4);--color-blue: #60a5fa;--color-blue-light: rgba(96,165,250,.1);--color-blue-border: rgba(96,165,250,.22);--color-success: #34d399;--color-success-light: rgba(52,211,153,.1);--color-success-border: rgba(52,211,153,.22);--color-error: #f87171;--color-error-light: rgba(248,113,113,.1);--color-error-border: rgba(248,113,113,.2);--section-accent: #f97316;--section-accent-light: rgba(249,115,22,.12);--section-accent-border: rgba(249,115,22,.28);--gradient-cta: linear-gradient(135deg, #f97316, #ef4444);--gradient-cta-shadow: 0 4px 20px rgba(249,115,22,.3);--theme-gradient: linear-gradient(135deg, #f97316, #ef4444);--theme-pill-shadow: 0 4px 16px rgba(249,115,22,.4);--theme-score-color: #f97316;--theme-cushion-color: #f97316}html[data-theme=dark-orange] .home-sb-side-score,html[data-theme=dark-orange] .home-sb-bottom-value,html[data-theme=dark-orange] .home-sb-cushion-val,html[data-theme=dark-orange] .home-sb-mid-val{color:var(--theme-score-color)!important}html[data-theme=dark-orange] .home-sb-minmax strong{color:var(--color-text-primary)}html[data-theme=dark-orange] .league-pill:before{background:#f97316;box-shadow:0 0 6px #f97316}html[data-theme=dark-orange] .header-candy-avatar{border-color:#f9731659;box-shadow:0 0 0 1px #f973161f}html[data-theme=dark-orange] .theme-picker-btn.active{border-color:#f97316!important;box-shadow:0 0 0 1px #f9731626!important}html[data-theme=dark-orange] .theme-home,html[data-theme=dark-orange] .module-panel--lvl{--section-accent: #f97316;--section-accent-light: rgba(249,115,22,.12);--section-accent-border: rgba(249,115,22,.28)}html[data-theme=dark-green]{color-scheme:dark;--color-bg-root: #030503;--color-bg-base: #050a06;--color-bg-surface: #080e09;--color-bg-card: #0c1410;--color-bg-card-hover: #101a12;--color-bg-input: #0c1410;--color-bg-debug: #030503;--color-border-subtle: #0e1a10;--color-border-strong: #142018;--color-border-dim: #1a2e1c;--color-text-primary: #e8f5ec;--color-text-secondary: #6a9a78;--color-text-muted: #3a5a44;--color-text-dim: #1a2e1c;--color-home-assignment:#e8f5ec;--color-pink: #ea4c89;--color-pink-light: rgba(234,76,137,.12);--color-pink-border: rgba(234,76,137,.25);--color-pink-glow: rgba(234,76,137,.3);--color-pink-shadow: rgba(234,76,137,.2);--color-amber: #fbbf24;--color-amber-light: rgba(251,191,36,.1);--color-amber-border: rgba(251,191,36,.22);--color-teal: #4ade80;--color-teal-light: rgba(74,222,128,.1);--color-teal-border: rgba(74,222,128,.24);--color-teal-glow: rgba(74,222,128,.4);--color-blue: #60a5fa;--color-blue-light: rgba(96,165,250,.1);--color-blue-border: rgba(96,165,250,.22);--color-success: #4ade80;--color-success-light: rgba(74,222,128,.1);--color-success-border: rgba(74,222,128,.24);--color-error: #f87171;--color-error-light: rgba(248,113,113,.1);--color-error-border: rgba(248,113,113,.2);--section-accent: #4ade80;--section-accent-light: rgba(74,222,128,.1);--section-accent-border: rgba(74,222,128,.24);--gradient-cta: linear-gradient(135deg, #4ade80, #22d3ee);--gradient-cta-shadow: 0 4px 20px rgba(74,222,128,.3);--theme-gradient: linear-gradient(135deg, #4ade80, #22d3ee);--theme-pill-shadow: 0 4px 16px rgba(74,222,128,.35);--theme-score-color: #4ade80;--theme-cushion-color: #4ade80}html[data-theme=dark-green] .home-sb-side-score,html[data-theme=dark-green] .home-sb-bottom-value,html[data-theme=dark-green] .home-sb-cushion-val,html[data-theme=dark-green] .home-sb-mid-val{color:var(--theme-score-color)!important}html[data-theme=dark-green] .home-sb-minmax strong{color:var(--color-text-primary)}html[data-theme=dark-green] .league-pill:before{background:#4ade80;box-shadow:0 0 6px #4ade8099}html[data-theme=dark-green] .header-candy-avatar{border-color:#4ade8059;box-shadow:0 0 0 1px #4ade801f}html[data-theme=dark-green] .theme-picker-btn.active{border-color:#4ade80!important;box-shadow:0 0 0 1px #4ade8026!important}html[data-theme=dark-green] .theme-home,html[data-theme=dark-green] .module-panel--lvl{--section-accent: #4ade80;--section-accent-light: rgba(74,222,128,.1);--section-accent-border: rgba(74,222,128,.24)}html[data-theme=dark-green] .run-btn{color:#050a06}html[data-theme=light-blue],html[data-theme=light]{color-scheme:light;--color-bg-root: #eef1fa;--color-bg-base: #e8edf5;--color-bg-surface: #ffffff;--color-bg-card: #ffffff;--color-bg-card-hover: #f0f4fa;--color-bg-input: #f8fafc;--color-bg-debug: #f1f5f9;--color-border-subtle: #e2e8f0;--color-border-strong: #d0ddea;--color-border-dim: #cbd5e1;--color-text-primary: #0d1829;--color-text-secondary: #5a6b86;--color-text-muted: #64748b;--color-text-dim: #94a3b8;--color-home-assignment:#0d1829;--color-pink: #ea4c89;--color-pink-light: rgba(234,76,137,.1);--color-pink-border: rgba(234,76,137,.22);--color-pink-glow: rgba(234,76,137,.2);--color-pink-shadow: rgba(234,76,137,.15);--color-amber: #1d4ed8;--color-amber-light: rgba(29,78,216,.1);--color-amber-border: rgba(29,78,216,.22);--color-teal: #34d399;--color-teal-light: rgba(52,211,153,.12);--color-teal-border: rgba(52,211,153,.22);--color-teal-glow: rgba(52,211,153,.3);--color-blue: #1d4ed8;--color-blue-light: rgba(29,78,216,.1);--color-blue-border: rgba(29,78,216,.22);--color-success: #0a8a4e;--color-success-light: rgba(10,138,78,.1);--color-success-border: rgba(10,138,78,.22);--color-error: #dc2626;--color-error-light: rgba(220,38,38,.1);--color-error-border: rgba(220,38,38,.2);--section-accent: #1d4ed8;--section-accent-light: rgba(29,78,216,.1);--section-accent-border: rgba(29,78,216,.22);--gradient-cta: linear-gradient(135deg, #1d4ed8, #3b82f6);--gradient-cta-shadow: 0 4px 20px rgba(29,78,216,.25);--theme-gradient: linear-gradient(135deg, #1d4ed8, #3b82f6);--theme-pill-shadow: 0 4px 16px rgba(29,78,216,.35);--theme-score-color: #1d4ed8;--theme-cushion-color: #1d4ed8}html[data-theme=light-blue] .home-sb-side-score,html[data-theme=light] .home-sb-side-score,html[data-theme=light-blue] .home-sb-bottom-value,html[data-theme=light] .home-sb-bottom-value,html[data-theme=light-blue] .home-sb-cushion-val,html[data-theme=light] .home-sb-cushion-val,html[data-theme=light-blue] .home-sb-mid-val,html[data-theme=light] .home-sb-mid-val{color:#1d4ed8!important}html[data-theme=light-blue] .home-sb-minmax strong,html[data-theme=light] .home-sb-minmax strong{color:#0d1829}html[data-theme=light-blue] .panel,html[data-theme=light] .panel,html[data-theme=light-blue] .home-hero,html[data-theme=light] .home-hero{background:#fff;border-color:#d0ddea}html[data-theme=light-blue] .home-scoreboard,html[data-theme=light] .home-scoreboard{background:#fff}html[data-theme=light-blue] .league-pill,html[data-theme=light] .league-pill{background:#f0f4fa;border-color:#c7d4eb;color:#5a6b86}html[data-theme=light-blue] .league-pill:before,html[data-theme=light] .league-pill:before{background:#1d4ed8;box-shadow:0 0 5px #1d4ed866}html[data-theme=light-blue] .pwa-tab-bar,html[data-theme=light] .pwa-tab-bar{background:#fff;border-top-color:#d0ddea;box-shadow:0 -2px 8px #1d4ed80f}html[data-theme=light-blue] .pwa-tab-item,html[data-theme=light] .pwa-tab-item{color:#b8c8e0!important}html[data-theme=light-blue] .header-candy-avatar,html[data-theme=light] .header-candy-avatar{border-color:#1d4ed84d;box-shadow:0 0 0 1px #1d4ed814}html[data-theme=light-blue] .run-btn,html[data-theme=light] .run-btn{background:linear-gradient(135deg,#1d4ed8,#3b82f6);box-shadow:0 4px 16px #1d4ed840}html[data-theme=light-blue] .input-mode-toggle button.active,html[data-theme=light] .input-mode-toggle button.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}html[data-theme=light-blue] .lvl-action-tile.active,html[data-theme=light] .lvl-action-tile.active{background:#1d4ed814;border-color:#1d4ed8}html[data-theme=light-blue] .lvl-action-tile.active .lvl-action-tile-name,html[data-theme=light] .lvl-action-tile.active .lvl-action-tile-name{color:#1d4ed8}html[data-theme=light-blue] .theme-picker-btn.active,html[data-theme=light] .theme-picker-btn.active{border-color:#1d4ed8!important;box-shadow:0 0 0 1px #1d4ed81f!important}html[data-theme=light-blue] body,html[data-theme=light] body{background:var(--color-bg-base);color:var(--color-text-primary)}html[data-theme=light-blue] label,html[data-theme=light] label,html[data-theme=light-blue] .muted,html[data-theme=light] .muted{color:#5a6b86}html[data-theme=light-blue] .header-title,html[data-theme=light] .header-title{color:#0d1829}html[data-theme=light-blue] .header-title-accent,html[data-theme=light] .header-title-accent{color:#1a56db}html[data-theme=light-blue] .home-hero-title,html[data-theme=light] .home-hero-title{color:#0d1829}html[data-theme=light-blue] .home-hero-matchline,html[data-theme=light] .home-hero-matchline{color:#334155}html[data-theme=light-blue] .home-status-meta,html[data-theme=light] .home-status-meta{color:#64748b}html[data-theme=light-blue] .module-tile-name,html[data-theme=light] .module-tile-name{color:#0d1829}html[data-theme=light-blue] .module-tile-desc,html[data-theme=light] .module-tile-desc{color:#5a6b86}html[data-theme=light-blue] .module-tile-chevron,html[data-theme=light] .module-tile-chevron{color:#b8c8e0}html[data-theme=light-blue] .module-tile,html[data-theme=light] .module-tile{background:#f8fafc;border-color:#d0ddea;color:#0d1829}html[data-theme=light-blue] .lvl-scoring-role-head,html[data-theme=light] .lvl-scoring-role-head{color:#1a56db}html[data-theme=light-blue] .reply-panel-title,html[data-theme=light] .reply-panel-title{color:#0d1829}html[data-theme=light-blue] .reply-card.answer-card-prose,html[data-theme=light] .reply-card.answer-card-prose{border-color:#d0ddea;background:#fff;box-shadow:0 2px 12px #1a56db14;color:#1a2538}html[data-theme=light-blue] .status-pill.ok,html[data-theme=light] .status-pill.ok{color:#0f5f3a;border-color:#86efac;background:#dcfce7}html[data-theme=light-blue] .status-pill.err,html[data-theme=light] .status-pill.err{color:#991b1b;border-color:#fca5a5;background:#fee2e2}html[data-theme=light-blue] .lvl-status-pill,html[data-theme=light] .lvl-status-pill{background:#fff;border-color:#cdd9ea}html[data-theme=light-blue] .header-signed-in,html[data-theme=light] .header-signed-in,html[data-theme=light-blue] .home-hero-subtitle,html[data-theme=light] .home-hero-subtitle{color:#5a6b86}html[data-theme=light-blue] .secondary-btn,html[data-theme=light] .secondary-btn{border-color:#c7d4eb;background:#f0f4fa;color:#0d1829}html[data-theme=light-blue] .dev-details,html[data-theme=light] .dev-details{border-color:#d0ddea}html[data-theme=light-blue] .dev-details summary,html[data-theme=light] .dev-details summary{color:#5a6b86}html[data-theme=light-blue] .dev-pre,html[data-theme=light] .dev-pre{background:#f8fafc;border-color:#d0ddea;color:#334155}html[data-theme=light-blue] pre,html[data-theme=light] pre{background:#f8fafc;border-color:#d0ddea;color:#0d1829}html[data-theme=light-blue] input,html[data-theme=light-blue] select,html[data-theme=light-blue] textarea,html[data-theme=light-blue] button,html[data-theme=light] input,html[data-theme=light] select,html[data-theme=light] textarea,html[data-theme=light] button{background:#f8fafc;border-color:#b8c8e0;color:#0d1829}html[data-theme=light-blue] .input-mode-toggle button,html[data-theme=light] .input-mode-toggle button{border-color:#d0ddea;background:#f0f4fa;color:#5a6b86}html[data-theme=light-blue] .header-back-btn,html[data-theme=light] .header-back-btn{color:#1d4ed8;border-color:#1d4ed84d;background:#1d4ed814}html[data-theme=light-blue] .pwa-send-chat-row,html[data-theme=light] .pwa-send-chat-row{background:#f8fafc;border-color:#d0ddea;color:#334155}html[data-theme=light-blue] .pwa-send-chat-row--toolbar,html[data-theme=light] .pwa-send-chat-row--toolbar{background:#f8fafc;border-color:#d0ddea}html[data-theme=light-blue] .subpanel,html[data-theme=light] .subpanel{border-color:#d0ddea}html[data-theme=light-blue] .subpanel h3,html[data-theme=light] .subpanel h3{color:#0d1829}html[data-theme=light-blue] .lvl-opponent-line,html[data-theme=light] .lvl-opponent-line{color:#5a6b86}html[data-theme=light-blue] .lvl-opponent-line strong,html[data-theme=light] .lvl-opponent-line strong{color:#0d1829}html[data-theme=light-blue] .read-only-meta dt,html[data-theme=light] .read-only-meta dt{color:#5a6b86}html[data-theme=light-blue] .read-only-meta dd,html[data-theme=light] .read-only-meta dd{color:#0d1829}html[data-theme=light-blue] .checkin-tiles-sticky,html[data-theme=light] .checkin-tiles-sticky{background:#fff;box-shadow:0 8px 20px #00000014}html[data-theme=light-blue] .lvl-status-card,html[data-theme=light] .lvl-status-card{background:#fff;border-color:#d0ddea;color:#0d1829}html[data-theme=light-blue] .prep-tile,html[data-theme=light-blue] .lvl-action-tile,html[data-theme=light-blue] .btn-home,html[data-theme=light] .prep-tile,html[data-theme=light] .lvl-action-tile,html[data-theme=light] .btn-home{background:#f8fafc;border-color:#d0ddea;color:#0d1829}html[data-theme=light-blue] .lvl-recap-tile,html[data-theme=light] .lvl-recap-tile{background:#f8fafc;border-color:#d0ddea}html[data-theme=light-blue] .lvl-recap-tile-label,html[data-theme=light] .lvl-recap-tile-label{color:#64748b}html[data-theme=light-blue] .lvl-recap-score-value,html[data-theme=light] .lvl-recap-score-value,html[data-theme=light-blue] .home-hero-score,html[data-theme=light] .home-hero-score{color:#1d4ed8}html[data-theme=light-blue] .ocr-editor-table th,html[data-theme=light] .ocr-editor-table th{background:#e8f0fd;color:#3d5a80}html[data-theme=light-blue] .ocr-editor-table th,html[data-theme=light-blue] .ocr-editor-table td,html[data-theme=light] .ocr-editor-table th,html[data-theme=light] .ocr-editor-table td{border-color:#d0ddea}html[data-theme=light-blue] .ocr-editor-table input,html[data-theme=light] .ocr-editor-table input{background:#fff;border-color:#d0ddea;color:#0d1829}html[data-theme=light-blue] .ocr-msg-cell,html[data-theme=light] .ocr-msg-cell{color:#334155}html[data-theme=light-blue] .history-meta,html[data-theme=light-blue] .meta-line,html[data-theme=light] .history-meta,html[data-theme=light] .meta-line{color:#5a6b86}html[data-theme=light-blue] .history-text,html[data-theme=light] .history-text{color:#0d1829}html[data-theme=light-blue] .response-image,html[data-theme=light] .response-image{background:#f8fafc;border-color:#d0ddea}html[data-theme=light-blue] .prep-tile-sub,html[data-theme=light] .prep-tile-sub{color:#5a6b86}html[data-theme=light-blue] .form-error-banner,html[data-theme=light] .form-error-banner{border-color:#f5a6a6;background:#fee2e2;color:#7f1d1d}html[data-theme=light-blue] .error-note,html[data-theme=light] .error-note{color:#b42318}html[data-theme=light-blue] .tiny-dev-hint,html[data-theme=light] .tiny-dev-hint{color:#5a6b86}html[data-theme=light-blue] .panel h2,html[data-theme=light] .panel h2,html[data-theme=light-blue] .answer-body strong,html[data-theme=light] .answer-body strong{color:#0d1829}html[data-theme=light-blue] .reply-command-label,html[data-theme=light] .reply-command-label{background:#f0f4fa;border-color:#c7d4eb;color:#5a6b86}html[data-theme=light-red]{color-scheme:light;--color-bg-root: #fdf6f6;--color-bg-base: #f8f0f0;--color-bg-surface: #ffffff;--color-bg-card: #ffffff;--color-bg-card-hover: #fdf4f4;--color-bg-input: #fffafa;--color-bg-debug: #fdf6f6;--color-border-subtle: #f0d8d8;--color-border-strong: #e8c8c8;--color-border-dim: #e0b8b8;--color-text-primary: #1a0808;--color-text-secondary: #7a3838;--color-text-muted: #b08080;--color-text-dim: #d0a0a0;--color-home-assignment:#1a0808;--color-pink: #dc2626;--color-pink-light: rgba(220,38,38,.08);--color-pink-border: rgba(220,38,38,.2);--color-pink-glow: rgba(220,38,38,.2);--color-pink-shadow: rgba(220,38,38,.15);--color-amber: #dc2626;--color-amber-light: rgba(220,38,38,.08);--color-amber-border: rgba(220,38,38,.18);--color-teal: #0a8a4e;--color-teal-light: rgba(10,138,78,.1);--color-teal-border: rgba(10,138,78,.22);--color-teal-glow: rgba(10,138,78,.3);--color-blue: #1d4ed8;--color-blue-light: rgba(29,78,216,.1);--color-blue-border: rgba(29,78,216,.22);--color-success: #0a8a4e;--color-success-light: rgba(10,138,78,.1);--color-success-border: rgba(10,138,78,.22);--color-error: #dc2626;--color-error-light: rgba(220,38,38,.1);--color-error-border: rgba(220,38,38,.2);--section-accent: #dc2626;--section-accent-light: rgba(220,38,38,.08);--section-accent-border: rgba(220,38,38,.2);--gradient-cta: linear-gradient(135deg, #dc2626, #b91c1c);--gradient-cta-shadow: 0 4px 20px rgba(220,38,38,.25);--theme-gradient: linear-gradient(135deg, #dc2626, #b91c1c);--theme-pill-shadow: 0 4px 16px rgba(220,38,38,.3);--theme-score-color: #dc2626;--theme-cushion-color: #dc2626}html[data-theme=light-red] .home-sb-side-score,html[data-theme=light-red] .home-sb-bottom-value,html[data-theme=light-red] .home-sb-cushion-val,html[data-theme=light-red] .home-sb-mid-val{color:#dc2626!important}html[data-theme=light-red] .home-sb-minmax strong{color:#1a0808}html[data-theme=light-red] .panel,html[data-theme=light-red] .home-hero{background:#fff;border-color:#f0d8d8}html[data-theme=light-red] .home-scoreboard{background:#fff}html[data-theme=light-red] .league-pill{background:#fdf6f6;border-color:#ecc8c8;color:#7a3838}html[data-theme=light-red] .league-pill:before{background:#dc2626;box-shadow:0 0 5px #dc262666}html[data-theme=light-red] .pwa-tab-bar{background:#fff;border-top-color:#f0d8d8}html[data-theme=light-red] .pwa-tab-item{color:#e0b8b8!important}html[data-theme=light-red] .header-candy-avatar{border-color:#dc26264d;box-shadow:0 0 0 1px #dc262614}html[data-theme=light-red] .header-back-btn{color:#dc2626;border-color:#dc26264d;background:#dc26260f}html[data-theme=light-red] .run-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 16px #dc262640}html[data-theme=light-red] .input-mode-toggle button.active{background:#dc2626;border-color:#dc2626;color:#fff}html[data-theme=light-red] .lvl-action-tile.active{background:#dc262612;border-color:#dc2626}html[data-theme=light-red] .lvl-action-tile.active .lvl-action-tile-name,html[data-theme=light-red] .lvl-recap-score-value,html[data-theme=light-red] .home-hero-score,html[data-theme=light-red] .lvl-scoring-role-head,html[data-theme=light-red] .header-title-accent{color:#dc2626}html[data-theme=light-red] body{background:var(--color-bg-base);color:var(--color-text-primary)}html[data-theme=light-red] label{color:#7a3838}html[data-theme=light-red] .muted{color:#b08080}html[data-theme=light-red] .header-title{color:#1a0808}html[data-theme=light-red] .header-signed-in{color:#7a3838}html[data-theme=light-red] .panel h2,html[data-theme=light-red] .module-tile-name{color:#1a0808}html[data-theme=light-red] .module-tile-desc{color:#b08080}html[data-theme=light-red] .module-tile-chevron{color:#e0b8b8}html[data-theme=light-red] .module-tile{background:snow;border-color:#f0d8d8;color:#1a0808}html[data-theme=light-red] .secondary-btn{border-color:#ecc8c8;background:#fdf6f6;color:#1a0808}html[data-theme=light-red] input,html[data-theme=light-red] select,html[data-theme=light-red] textarea,html[data-theme=light-red] button{background:snow;border-color:#e8c8c8;color:#1a0808}html[data-theme=light-red] .input-mode-toggle button{border-color:#f0d8d8;background:#fdf6f6;color:#7a3838}html[data-theme=light-red] .checkin-tiles-sticky{background:#fff}html[data-theme=light-red] .lvl-status-pill{background:#fff;border-color:#ecc8c8}html[data-theme=light-red] .pwa-send-chat-row{background:snow;border-color:#f0d8d8;color:#7a3838}html[data-theme=light-red] .theme-picker-btn.active{border-color:#dc2626!important;box-shadow:0 0 0 1px #dc26261f!important}html[data-theme=light-red] .home-hero-matchline{color:#5a2020}html[data-theme=light-red] .home-status-meta{color:#b08080}html[data-theme=light-red] .lvl-status-card{background:#fff;border-color:#f0d8d8;color:#1a0808}html[data-theme=light-red] .reply-card.answer-card-prose{border-color:#f0d8d8;background:#fff;color:#1a0808}html[data-theme=light-red] .status-pill.ok{color:#0f5f3a;border-color:#86efac;background:#dcfce7}html[data-theme=light-red] .status-pill.err{color:#991b1b;border-color:#fca5a5;background:#fee2e2}html[data-theme=light-purple]{color-scheme:light;--color-bg-root: #f8f5ff;--color-bg-base: #f2eeff;--color-bg-surface: #ffffff;--color-bg-card: #ffffff;--color-bg-card-hover: #f8f4ff;--color-bg-input: #fdfaff;--color-bg-debug: #f8f5ff;--color-border-subtle: #e8dffe;--color-border-strong: #d8caf8;--color-border-dim: #c8b8f0;--color-text-primary: #1a0f3d;--color-text-secondary: #5a4080;--color-text-muted: #9a88c0;--color-text-dim: #c0b0e0;--color-home-assignment:#1a0f3d;--color-pink: #7c3aed;--color-pink-light: rgba(124,58,237,.08);--color-pink-border: rgba(124,58,237,.22);--color-pink-glow: rgba(124,58,237,.2);--color-pink-shadow: rgba(124,58,237,.15);--color-amber: #7c3aed;--color-amber-light: rgba(124,58,237,.08);--color-amber-border: rgba(124,58,237,.2);--color-teal: #0a8a4e;--color-teal-light: rgba(10,138,78,.1);--color-teal-border: rgba(10,138,78,.22);--color-teal-glow: rgba(10,138,78,.3);--color-blue: #7c3aed;--color-blue-light: rgba(124,58,237,.08);--color-blue-border: rgba(124,58,237,.2);--color-success: #0a8a4e;--color-success-light: rgba(10,138,78,.1);--color-success-border: rgba(10,138,78,.22);--color-error: #dc2626;--color-error-light: rgba(220,38,38,.1);--color-error-border: rgba(220,38,38,.2);--section-accent: #7c3aed;--section-accent-light: rgba(124,58,237,.08);--section-accent-border: rgba(124,58,237,.22);--gradient-cta: linear-gradient(135deg, #7c3aed, #a855f7);--gradient-cta-shadow: 0 4px 20px rgba(124,58,237,.25);--theme-gradient: linear-gradient(135deg, #7c3aed, #a855f7);--theme-pill-shadow: 0 4px 16px rgba(124,58,237,.3);--theme-score-color: #7c3aed;--theme-cushion-color: #7c3aed}html[data-theme=light-purple] .home-sb-side-score,html[data-theme=light-purple] .home-sb-bottom-value,html[data-theme=light-purple] .home-sb-cushion-val,html[data-theme=light-purple] .home-sb-mid-val{color:#7c3aed!important}html[data-theme=light-purple] .home-sb-minmax strong{color:#1a0f3d}html[data-theme=light-purple] .panel,html[data-theme=light-purple] .home-hero{background:#fff;border-color:#e8dffe}html[data-theme=light-purple] .home-scoreboard{background:#fff}html[data-theme=light-purple] .league-pill{background:#f8f5ff;border-color:#d8caf8;color:#5a4080}html[data-theme=light-purple] .league-pill:before{background:#7c3aed;box-shadow:0 0 5px #7c3aed66}html[data-theme=light-purple] .pwa-tab-bar{background:#fff;border-top-color:#e8dffe}html[data-theme=light-purple] .pwa-tab-item{color:#c0b0e0!important}html[data-theme=light-purple] .header-candy-avatar{border-color:#7c3aed4d;box-shadow:0 0 0 1px #7c3aed14}html[data-theme=light-purple] .header-back-btn{color:#7c3aed;border-color:#7c3aed4d;background:#7c3aed0f}html[data-theme=light-purple] .run-btn{background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 4px 16px #7c3aed40}html[data-theme=light-purple] .input-mode-toggle button.active{background:#7c3aed;border-color:#7c3aed;color:#fff}html[data-theme=light-purple] .lvl-action-tile.active{background:#7c3aed12;border-color:#7c3aed}html[data-theme=light-purple] .lvl-action-tile.active .lvl-action-tile-name,html[data-theme=light-purple] .lvl-recap-score-value,html[data-theme=light-purple] .home-hero-score,html[data-theme=light-purple] .lvl-scoring-role-head,html[data-theme=light-purple] .header-title-accent{color:#7c3aed}html[data-theme=light-purple] body{background:var(--color-bg-base);color:var(--color-text-primary)}html[data-theme=light-purple] label{color:#5a4080}html[data-theme=light-purple] .muted{color:#9a88c0}html[data-theme=light-purple] .header-title{color:#1a0f3d}html[data-theme=light-purple] .header-signed-in{color:#5a4080}html[data-theme=light-purple] .panel h2,html[data-theme=light-purple] .module-tile-name{color:#1a0f3d}html[data-theme=light-purple] .module-tile-desc{color:#9a88c0}html[data-theme=light-purple] .module-tile-chevron{color:#d8caf8}html[data-theme=light-purple] .module-tile{background:#fdfaff;border-color:#e8dffe;color:#1a0f3d}html[data-theme=light-purple] .secondary-btn{border-color:#d8caf8;background:#f8f5ff;color:#1a0f3d}html[data-theme=light-purple] input,html[data-theme=light-purple] select,html[data-theme=light-purple] textarea,html[data-theme=light-purple] button{background:#fdfaff;border-color:#d8caf8;color:#1a0f3d}html[data-theme=light-purple] .input-mode-toggle button{border-color:#e8dffe;background:#f8f5ff;color:#5a4080}html[data-theme=light-purple] .checkin-tiles-sticky{background:#fff}html[data-theme=light-purple] .lvl-status-pill{background:#fff;border-color:#d8caf8}html[data-theme=light-purple] .pwa-send-chat-row{background:#fdfaff;border-color:#e8dffe;color:#5a4080}html[data-theme=light-purple] .theme-picker-btn.active{border-color:#7c3aed!important;box-shadow:0 0 0 1px #7c3aed1f!important}html[data-theme=light-purple] .home-hero-matchline{color:#3a2060}html[data-theme=light-purple] .home-status-meta{color:#9a88c0}html[data-theme=light-purple] .lvl-status-card{background:#fff;border-color:#e8dffe;color:#1a0f3d}html[data-theme=light-purple] .reply-card.answer-card-prose{border-color:#e8dffe;background:#fff;color:#1a0f3d}html[data-theme=light-purple] .status-pill.ok{color:#0f5f3a;border-color:#86efac;background:#dcfce7}html[data-theme=light-purple] .status-pill.err{color:#991b1b;border-color:#fca5a5;background:#fee2e2}html[data-theme=lsu-purple-gold]{color-scheme:dark;--color-bg-root: #2a0f4d;--color-bg-base: #461d7c;--color-bg-surface: #3d1870;--color-bg-card: #3a1870;--color-bg-card-hover: #4c2288;--color-bg-input: #3a1870;--color-bg-debug: #2a0f4d;--color-border-subtle: #5a2d96;--color-border-strong: rgba(255, 255, 255, .35);--color-border-dim: #2a0f4d;--color-text-primary: #fdd023;--color-text-secondary: #f5e6a8;--color-text-muted: #c9b86a;--color-text-dim: #8a7a45;--color-home-assignment:#ffffff;--color-pink: #fdd023;--color-pink-light: rgba(253, 208, 35, .14);--color-pink-border: rgba(255, 255, 255, .35);--color-pink-glow: rgba(253, 208, 35, .35);--color-pink-shadow: rgba(253, 208, 35, .25);--color-amber: #fdd023;--color-amber-light: rgba(253, 208, 35, .14);--color-amber-border: rgba(255, 255, 255, .35);--color-teal: #ffffff;--color-teal-light: rgba(255, 255, 255, .12);--color-teal-border: rgba(255, 255, 255, .35);--color-teal-glow: rgba(255, 255, 255, .25);--color-blue: #ffffff;--color-blue-light: rgba(255, 255, 255, .12);--color-blue-border: rgba(255, 255, 255, .35);--color-success: #86efac;--color-success-light: rgba(134, 239, 172, .12);--color-success-border: rgba(134, 239, 172, .35);--color-error: #fca5a5;--color-error-light: rgba(252, 165, 165, .12);--color-error-border: rgba(252, 165, 165, .35);--section-accent: #fdd023;--section-accent-light: rgba(253, 208, 35, .14);--section-accent-border: rgba(255, 255, 255, .4);--gradient-cta: linear-gradient(135deg, #fdd023, #f5c400);--gradient-cta-shadow: 0 4px 20px rgba(253, 208, 35, .35);--theme-gradient: linear-gradient(135deg, #fdd023, #f5c400);--theme-pill-shadow: 0 4px 16px rgba(253, 208, 35, .4);--theme-score-color: #fdd023;--theme-cushion-color: #fdd023;--color-footer-pill-primary-text: #461d7c}html[data-theme=lsu-purple-gold] body{background:var(--color-bg-base);color:var(--color-text-primary)}html[data-theme=lsu-purple-gold] .home-sb-side-score,html[data-theme=lsu-purple-gold] .home-sb-bottom-value,html[data-theme=lsu-purple-gold] .home-sb-cushion-val,html[data-theme=lsu-purple-gold] .home-sb-mid-val{color:var(--theme-score-color)!important}html[data-theme=lsu-purple-gold] .home-sb-minmax strong{color:#fff}html[data-theme=lsu-purple-gold] .home-assignment-line{color:#fff!important}html[data-theme=lsu-purple-gold] .header-candy-avatar{border-color:#ffffff73;box-shadow:0 0 0 1px #fdd02340}html[data-theme=lsu-purple-gold] .header-title,html[data-theme=lsu-purple-gold] .panel h2,html[data-theme=lsu-purple-gold] .module-tile-name{color:#fdd023}html[data-theme=lsu-purple-gold] .header-signed-in,html[data-theme=lsu-purple-gold] label,html[data-theme=lsu-purple-gold] .muted{color:var(--color-text-secondary)}html[data-theme=lsu-purple-gold] .panel,html[data-theme=lsu-purple-gold] .home-hero,html[data-theme=lsu-purple-gold] .home-scoreboard,html[data-theme=lsu-purple-gold] .module-tile{background:var(--color-bg-card);border-color:var(--color-border-strong);color:#fdd023}html[data-theme=lsu-purple-gold] .pwa-footer-pill{border-color:#ffffff59!important;background:#3a1870!important;color:#fdd023!important}html[data-theme=lsu-purple-gold] .pwa-footer-pill--primary{background:var(--theme-gradient)!important;color:#461d7c!important;border-color:#ffffff80!important}html[data-theme=lsu-purple-gold] .run-btn{background:linear-gradient(135deg,#fdd023,#f5c400);color:#461d7c;box-shadow:0 4px 16px #fdd02359}html[data-theme=lsu-purple-gold] .secondary-btn{border-color:#fff6;background:#3a1870;color:#fdd023}html[data-theme=lsu-purple-gold] input,html[data-theme=lsu-purple-gold] select,html[data-theme=lsu-purple-gold] textarea{background:#3a1870;border-color:#ffffff59;color:#fdd023}html[data-theme=lsu-purple-gold] .theme-picker-btn.active{border-color:#fdd023!important;box-shadow:0 0 0 1px #fdd02359!important}html[data-theme=lsu-purple-gold] .league-pill:before{background:#fdd023;box-shadow:0 0 6px #fdd02380}
