*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,html[data-theme=dark],html[data-theme=auto]{--bg: #0a0c10;--sf: #111318;--raised: #181c24;--border: rgba(255,255,255,.08);--borderHi: rgba(255,255,255,.14);--text: #eef0f5;--dim: #a8b4c8;--muted: #6b7a94;--blue: #3b82f6;--green: #22c55e;--amber: #f59e0b;--red: #ef4444;--purple: #a855f7;--font: "DM Sans", -apple-system, sans-serif;color-scheme:dark;--fs-2xs: 1.2rem;--fs-xs: 1.3rem;--fs-sm: 1.4rem;--fs-base: 1.5rem;--fs-md: 1.6rem;--fs-lg: 1.7rem}html[data-theme=light]{--bg: #f2f4f8;--sf: #ffffff;--raised: #e8ebf0;--border: rgba(0,0,0,.08);--borderHi: rgba(0,0,0,.16);--text: #0d1117;--dim: #374151;--muted: #64748b;--blue: #2563eb;--green: #16a34a;--amber: #d97706;--red: #dc2626;--purple: #7c3aed;--font: "DM Sans", -apple-system, sans-serif;color-scheme:light}html[data-theme=auto]{color-scheme:light dark}@media (prefers-color-scheme: light){html[data-theme=auto]{--bg: #f2f4f8;--sf: #ffffff;--raised: #e8ebf0;--border: rgba(0,0,0,.08);--borderHi: rgba(0,0,0,.16);--text: #0d1117;--dim: #374151;--muted: #64748b;--blue: #2563eb;--green: #16a34a;--amber: #d97706;--red: #dc2626;--purple: #7c3aed}}html{font-size:62.5%}body,#root{height:100%;font-family:var(--font);background:var(--bg);color:var(--text);font-size:var(--fs-md);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font)}input,textarea,select{font-family:var(--font);background:var(--raised);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:var(--fs-md);outline:none;padding:9px 12px;width:100%;box-sizing:border-box}input:focus,textarea:focus,select:focus{border-color:var(--blue)}.spinner{width:28px;height:28px;border:2.5px solid rgba(255,255,255,.08);border-top-color:var(--blue);border-radius:50%;animation:spin .65s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}
