:root{--bg:#f7f6fb;--surface:#ffffff;--surface-2:#faf9fd;--border:#eae6f2;--text:#24212c;--text-muted:#57525f;--text-dim:#8b8598;--accent:#7c4ddb;--on-accent:#ffffff;--green:#17a34a;--red:#dc2f3f;--radius:14px}@media (prefers-color-scheme:dark){:root{--bg:#16141c;--surface:#201d29;--surface-2:#262231;--border:#322d40;--text:#ece9f2;--text-muted:#c3bdcf;--text-dim:#9a93a8;--accent:#a985f0;--on-accent:#1a1622;--green:#4ec27e;--red:#f0687a}}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit}button,input,select,textarea{font-family:inherit}