:root{--bg:#f7f9ff;--bg-strong:#eef3ff;--surface:#ffffffdb;--surface-solid:#fff;--surface-soft:#f3f6ff;--border:#dfe6f7;--border-strong:#cbd6f3;--text:#0f172a;--muted:#61708f;--muted-strong:#334155;--blue:#3157ff;--blue-soft:#e9edff;--violet:#7b3ff4;--green:#079455;--orange:#f79009;--red:#e5484d;--shadow:0 22px 70px #223a6f21;--shadow-soft:0 10px 30px #2f438214;--radius:8px;--radius-lg:14px}:root[data-theme=dark]{--bg:#0b1120;--bg-strong:#111a2f;--surface:#0f172ad6;--surface-solid:#0f172a;--surface-soft:#16233f;--border:#253454;--border-strong:#325082;--text:#e5ecff;--muted:#9fb0d1;--muted-strong:#c3d2ee;--blue:#7ea2ff;--blue-soft:#1a2b54;--violet:#9b78ff;--green:#34d399;--orange:#fbbf24;--red:#fb7185;--shadow:0 22px 70px #00000073;--shadow-soft:0 10px 30px #00000059}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 70% 5%, #425bff2e, transparent 32rem), linear-gradient(180deg, #fff 0%, var(--bg) 38%, #fff 100%);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark] body{background:radial-gradient(circle at 70% 6%, #5775ff4d, transparent 34rem), linear-gradient(180deg, #090f1c 0%, var(--bg) 48%, #0a1020 100%)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid color-mix(in srgb, var(--blue) 72%, white);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
