:root{--bg:#fcfcfc;--bg-elevated:#fff;--bg-muted:#f3f3f3;--text:#2e2e2e;--text-muted:#595959;--border:#ddd;--accent:#9675dd;--shadow-soft:0 12px 35px #2e2e2e14;--shadow-card:0 18px 40px #2e2e2e1a;--radius-lg:18px;--radius-md:12px;--max-width:1080px}@media (prefers-color-scheme:dark){:root{--bg:#2e2e2e;--bg-elevated:#373737;--bg-muted:#3f3f3f;--text:#fcfcfc;--text-muted:#d8d8d8;--border:#505050;--accent:#9675dd;--shadow-soft:0 14px 36px #00000059;--shadow-card:0 20px 48px #0000006b}}*,:before,:after{box-sizing:border-box}:not(dialog){margin:0;padding:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Manrope,system-ui,sans-serif;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}.btn{border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;padding:.75rem 1.5rem;font-weight:700}.btn-primary{background:var(--accent);color:#fcfcfc;box-shadow:var(--shadow-soft)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-secondary{border-color:var(--border);color:var(--text);background:0 0}.field{gap:.5rem;display:grid}.field-label{color:var(--text-muted);font-size:1rem;font-weight:600}.field-textarea{resize:vertical;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-muted);width:100%;min-height:8.5rem;color:var(--text);padding:.75rem 1rem}.field-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 22%, transparent);outline:none}
