:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--font-ui:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Consolas, monospace;--bg:#0d1114;--surface:#151b1f;--surface-soft:#11171b;--surface-raised:#1c252a;--surface-hover:#253138;--border:#2d393f;--border-strong:#52636b;--text:#edf2f0;--text-secondary:#c3cfca;--text-muted:#a7b6b0;--accent:#bad9bd;--accent-hover:#d4e9d6;--accent-soft:#263c30;--accent-ink:#102118;--warning:#efc688;--warning-soft:#342b20;--danger:#efb1a4;--danger-soft:#382522;--radius:.65rem;--radius-panel:.9rem;--shadow-panel:0 12px 32px #00000024}html body{background:var(--bg);min-width:320px;color:var(--text);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;margin:0}*{box-sizing:border-box}::selection{background:var(--accent-soft);color:var(--text)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.ui-surface{color:var(--text);font:.9375rem / 1.6 var(--font-ui);overflow-wrap:anywhere}.ui-surface :where(h1,h2,h3,h4,p){margin-top:0}.ui-surface :where(h1){letter-spacing:-.04em;font-size:clamp(1.8rem,3.5vw,2.65rem);font-weight:650;line-height:1.18}.ui-surface :where(h2){letter-spacing:-.015em;font-size:1.06rem;font-weight:650;line-height:1.4}.ui-surface :where(h3){font-size:.94rem;font-weight:600;line-height:1.4}.ui-surface :where(p){margin-bottom:.85rem}.ui-surface :where(a){color:var(--accent);text-underline-offset:.2em}.ui-surface :where(button,input,textarea,select){font:inherit}.ui-surface :where(button,.button-link){border:1px solid var(--border-strong);border-radius:var(--radius);min-height:2.5rem;color:var(--text);background:var(--surface-raised);cursor:pointer;justify-content:center;align-items:center;gap:.45rem;padding:.48rem .8rem;font-size:.82rem;font-weight:550;line-height:1.4;text-decoration:none;transition:background .14s,border-color .14s,box-shadow .14s;display:inline-flex}.ui-surface :where(button,.button-link):hover:not(:disabled){background:var(--surface-hover);border-color:var(--text-muted)}.ui-surface :where(button):disabled{cursor:not-allowed;color:var(--text-muted);border-color:var(--border);background:var(--surface-soft)}.ui-surface :where(button,.button-link).primary{color:var(--accent-ink);background:var(--accent);border-color:var(--accent);box-shadow:0 1px 2px #00000026}.ui-surface :where(button,.button-link).primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.ui-surface :where(button).primary:disabled{color:var(--text-muted);background:var(--surface-raised);border-color:var(--border);box-shadow:none}.ui-surface :where(button,.button-link).quiet{color:var(--text-secondary);background:0 0;border-color:#0000}.ui-surface :where(button,.button-link).destructive{color:var(--danger);background:var(--danger-soft);border-color:#76534c}.ui-surface :where(input:not([type=checkbox]):not([type=radio]),textarea,select){border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface-soft);width:100%;min-width:0;min-height:2.6rem;color:var(--text);padding:.6rem .75rem;font-size:.9rem;line-height:1.5;transition:border-color .14s,box-shadow .14s;display:block}.ui-surface :where(input,textarea,select):focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ui-surface :where(input,textarea)::placeholder{color:var(--text-muted);opacity:1}.ui-surface :where(textarea){resize:vertical;min-height:8rem}.ui-surface :where(select){padding-right:2rem}.ui-surface :where(label){color:var(--text-secondary);font-size:.82rem;font-weight:550}.ui-surface :where(input[type=checkbox],input[type=radio]){appearance:auto;accent-color:var(--accent);color:var(--accent);background-color:var(--surface-soft);border-color:var(--border-strong);vertical-align:-.1em;flex-shrink:0;width:1rem;height:1rem;margin-right:.25rem}.ui-surface :where(fieldset){border:1px solid var(--border);border-radius:var(--radius);min-width:0;padding:.85rem}.ui-surface :where(legend){color:var(--text-secondary);padding:0 .35rem;font-size:.8rem}.ui-surface :where(pre){white-space:pre-wrap;overflow-wrap:anywhere;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius);max-width:100%;font:.8rem / 1.65 var(--font-mono);padding:1rem}.ui-surface :where(summary){cursor:pointer;color:var(--text-secondary);font-weight:550}.ui-surface :where(small,.help){color:var(--text-muted);font-size:.82rem;line-height:1.55}.ui-surface .eyebrow{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .4rem;font-size:.68rem;font-weight:650}.ui-surface .actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.ui-surface .stack{gap:.85rem;display:grid}.ui-surface .columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.ui-surface .panel{border:1px solid var(--border);border-radius:var(--radius-panel);background:var(--surface-soft);margin:1rem 0;padding:1.1rem}.ui-surface .panel>h2{margin-bottom:.85rem}.ui-surface .empty{border:1px dashed var(--border-strong);border-radius:var(--radius-panel);color:var(--text-secondary);background:var(--surface-soft);margin:1rem 0;padding:1.1rem 1.2rem;font-size:.9rem}.ui-surface .message{border-radius:var(--radius);background:var(--accent-soft);color:var(--text);border:1px solid #46634d;margin:.85rem 0;padding:.85rem 1rem;font-size:.85rem}.ui-surface .message.error{background:var(--danger-soft);color:var(--danger);border-color:#76534c}.ui-surface .message.warning{background:var(--warning-soft);color:var(--warning);border-color:#6a5638}.ui-surface .section-title{align-items:center;gap:.55rem;margin:1.5rem 0 .8rem;display:flex}.ui-surface .section-title:first-child{margin-top:0}.ui-surface .section-title>:where(h2,h3){margin:0}.ui-surface .section-title>.ui-icon{color:var(--accent)}.ui-surface .character-section>h2{margin:1.8rem 0 .8rem}.ui-surface .character-section>h2:first-child{margin-top:0}@media (width<=700px){.ui-surface .columns{grid-template-columns:1fr}.ui-surface :where(button,.button-link,select){min-height:2.75rem}}@media (prefers-reduced-motion:reduce){.ui-surface :where(button,.button-link,input,textarea,select){transition:none}}
