@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f4f4f9;--bg-card:#ffffffbf;--bg-card2:#f3f4f6d9;--glass-bg:#ffffffa6;--glass-border:#6c63ff26;--glass-blur:blur(14px);--accent:#6c63ff;--accent2:#8b5cf6;--accent-glow:#6c63ff1f;--text:#1a1a1f;--text-muted:#64748b;--border:#6c63ff2e;--border-hover:#6c63ff80;--success:#10b981;--high:#ef4444;--medium:#f59e0b;--low:#10b981;--radius:18px;--radius-sm:12px;--shadow:0 8px 32px #0000000f;--shadow-accent:0 12px 36px #6c63ff1f}.dark{--bg:#08080c;--bg-card:#12121ab3;--bg-card2:#1a1a26cc;--glass-bg:#12121a99;--glass-border:#ffffff14;--glass-blur:blur(14px);--accent:#6366f1;--accent2:#a78bfa;--accent-glow:#6366f133;--text:#f8fafc;--text-muted:#94a3b8;--border:#6366f140;--border-hover:#6366f180;--success:#10b981;--high:#f87171;--medium:#fbbf24;--low:#34d399;--radius:18px;--radius-sm:12px;--shadow:0 8px 32px #0006;--shadow-accent:0 12px 36px #6366f133}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}#__next{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.container{width:100%;max-width:560px;margin:0 auto;padding:0 20px}
