:root{--bg:#f5f6fb;--surface:#fff;--ink:#0f172a;--muted:#64748b;--border:#e6e8f0;--accent:#4f46e5;--accent-2:#7c3aed;--accent-soft:#eef0ff;--success:#16a34a;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;min-height:100vh;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d3d6e3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b9bdd1}
