:root{--bg:#f4f6f2;--surface:#fff;--surface-2:#eef2ec;--text:#162018;--muted:#69736c;--line:#dce4dc;--accent:#176b3a;--accent-2:#c9f27c;--danger:#b33a3a;--warning:#a26a00;--shadow:0 16px 40px rgba(15,28,18,.09);--radius:22px;--font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html[data-theme="dark"]{--bg:#111513;--surface:#1a201c;--surface-2:#232b26;--text:#f5f8f5;--muted:#a9b5ad;--line:#344038;--accent:#62c885;--accent-2:#b6e86c;--shadow:0 16px 40px rgba(0,0,0,.25)}html[data-theme="cyberpunk"]{--bg:#130b24;--surface:#211038;--surface-2:#2d154a;--text:#fff4ff;--muted:#c9b7df;--line:#5b2877;--accent:#00f0ff;--accent-2:#ffef3d;--danger:#ff3b86;--shadow:0 16px 44px rgba(255,0,231,.13)}html[data-theme="midnight"]{--bg:#08111f;--surface:#0d1b2e;--surface-2:#142842;--text:#eef6ff;--muted:#9fb1c8;--line:#203956;--accent:#5db6ff;--accent-2:#8ee3ff;--shadow:0 16px 40px rgba(0,0,0,.3)}html[data-theme="terminal"]{--bg:#030805;--surface:#07120a;--surface-2:#0b1c10;--text:#8cff9d;--muted:#5fae6b;--line:#183d20;--accent:#56ff71;--accent-2:#a7ffb2;--danger:#ff6b6b;--shadow:0 16px 40px rgba(0,255,65,.06)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);min-height:100vh}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--accent)}button,.primary,.secondary{border:0;border-radius:14px;padding:.9rem 1.1rem;font-weight:800;cursor:pointer}.primary{background:var(--accent);color:#fff}.secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--line)}.page-shell{width:min(1180px,100%);margin:0 auto;padding:1rem 1rem 5rem}.page-head{display:flex;gap:1rem;justify-content:space-between;align-items:flex-end;margin:1.1rem 0 1.25rem}.page-head h1{margin:.15rem 0;font-size:clamp(2rem,6vw,3.3rem);line-height:1}.page-head p{margin:.45rem 0 0;color:var(--muted)}.eyebrow{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:900}label{display:grid;gap:.45rem;font-weight:750}input,select,textarea{width:100%;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:.85rem .9rem;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 20%,transparent)}fieldset{border:1px solid var(--line);border-radius:16px;padding:1rem}.muted,small{color:var(--muted)}.message,.toast,.result{margin-top:1rem;min-height:1.4rem;color:var(--muted)}.avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--surface-2);overflow:hidden;font-weight:900}.avatar img{width:100%;height:100%;object-fit:cover}.hidden{display:none!important}@media(min-width:760px){.page-shell{padding:1.5rem 2rem 5rem}}