:root{--bg:#f5fbf3;--surface:#fff;--border:#d5ecc8;--text:#16250f;--text-muted:#557047;--accent:#16a34a;--accent-contrast:#fff;--error-bg:#fdece8;--error-border:#e5534b;--error-text:#8a2416;--font-display:"Fraunces", Georgia, serif;--font-mono:"JetBrains Mono", ui-monospace, Consolas, monospace;--font-sans:"Inter", system-ui, "Segoe UI", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#0b190d;--surface:#102415;--border:#234a2a;--text:#e6fbe9;--text-muted:#91c49a;--accent:#4ade80;--accent-contrast:#072b0f;--error-bg:#3a1f1a;--error-border:#e5534b;--error-text:#ffb4ac;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);margin:0}#root{min-height:100svh}.page{justify-content:center;min-height:100%;padding:3rem 1.25rem;display:flex}.shell{flex-direction:column;gap:.75rem;width:100%;max-width:640px;display:flex}.site-header{align-items:center;gap:10px;padding:0 .25rem;display:flex}.site-header__brand{font-family:var(--font-mono);letter-spacing:.04em;color:var(--accent);white-space:nowrap;font-size:.8rem;font-weight:700;text-decoration:none}.site-header__brand:hover{text-decoration:underline}.site-header__divider{color:var(--text-muted);font-weight:400}.site-header__title{font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;font-size:.8rem;font-weight:500}.toolbar-spacer{flex:1}.toggle-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;padding:.35rem .55rem;line-height:1}.toggle-btn:hover{border-color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:20px;width:100%;padding:2.5rem 2.25rem;box-shadow:0 30px 60px -35px #00000059}.eyebrow{font-family:var(--font-mono);letter-spacing:.28em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.75rem}h1{font-family:var(--font-display);color:var(--text);margin:0 0 .75rem;font-size:clamp(1.4rem,4vw,1.9rem);font-weight:600;line-height:1.25}.subhead{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.controls{flex-direction:column;gap:.6rem;margin-bottom:.5rem;display:flex}.controls-row{gap:.6rem;display:flex}.controls-row select{background:var(--bg);border:1px solid var(--border);min-width:0;color:var(--text);font-family:var(--font-sans);border-radius:10px;flex:1;padding:.55rem .6rem;font-size:.85rem}.btn{background:var(--bg);color:var(--text);border:1px solid var(--border);font-family:var(--font-sans);cursor:pointer;border-radius:10px;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600}.btn--accent{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.error{text-align:left;min-height:1.2rem;color:var(--error-text);margin:.5rem 0;font-size:.82rem}.name-list{flex-direction:column;gap:.5rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.name-list__item{background:var(--bg);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;padding:.6rem .8rem;display:flex}.name-list__name{font-family:var(--font-display);color:var(--text);font-size:1.05rem;font-weight:600}.name-list__actions{gap:.4rem;display:flex}.icon-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:8px;padding:.3rem .5rem;font-size:.9rem;line-height:1}.icon-btn:hover{border-color:var(--accent)}@media (width<=480px){.card{padding:2rem 1.4rem}.controls-row{flex-direction:column}}
