:root{color-scheme:light;--font-sans: "Outfit", "Noto Sans Devanagari", "Noto Sans Gurmukhi", "Noto Sans Bengali", system-ui, sans-serif;--font-display: "Fraunces", "Noto Serif Devanagari", Georgia, serif;--bg: #f8f6ff;--bg-elevated: #ffffff;--surface: #ffffff;--surface-2: #f0ecfb;--text: #1a1530;--text-muted: #5c5678;--border: rgba(90, 70, 140, .12);--accent: #6b4ce6;--accent-2: #c44eb5;--gradient-hero: linear-gradient( 135deg, #ede8ff 0%, #f8f4ff 40%, #ffe8f4 100% );--shadow: 0 18px 50px rgba(80, 60, 140, .12);--shadow-sm: 0 8px 24px rgba(80, 60, 140, .08);--nav-bg: rgba(255, 255, 255, .72);--ring: rgba(107, 76, 230, .45);--code-bg: rgba(107, 76, 230, .08)}[data-theme=dark]{color-scheme:dark;--bg: #12101c;--bg-elevated: #1a1728;--surface: #1e1b2e;--surface-2: #252238;--text: #f4f1ff;--text-muted: #a39bc4;--border: rgba(180, 160, 255, .12);--accent: #a78bfa;--accent-2: #f472b6;--gradient-hero: linear-gradient( 135deg, #1a1530 0%, #1e1a35 50%, #2a1535 100% );--shadow: 0 20px 60px rgba(0, 0, 0, .45);--shadow-sm: 0 10px 30px rgba(0, 0, 0, .35);--nav-bg: rgba(26, 23, 40, .85);--ring: rgba(167, 139, 250, .5);--code-bg: rgba(167, 139, 250, .12)}[data-theme=enhanced-dark]{color-scheme:dark;--bg: #020203;--bg-elevated: #060608;--surface: #0a0a0e;--surface-2: #101018;--text: #f8f7ff;--text-muted: #8b87a8;--border: rgba(120, 220, 255, .14);--accent: #5eead4;--accent-2: #a78bfa;--gradient-hero: linear-gradient( 145deg, #020008 0%, #050a12 45%, #0a1520 100% );--shadow: 0 0 0 1px rgba(94, 234, 212, .06), 0 24px 80px rgba(0, 0, 0, .75);--shadow-sm: 0 0 0 1px rgba(94, 234, 212, .08), 0 12px 40px rgba(0, 0, 0, .55);--nav-bg: rgba(4, 4, 8, .92);--ring: rgba(94, 234, 212, .55);--code-bg: rgba(94, 234, 212, .1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-weight:400;line-height:1.6;color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--accent);text-decoration:none;transition:opacity .15s ease}a:hover{opacity:.88}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}::selection{background:#6b4ce640}[data-theme=dark] ::selection,[data-theme=enhanced-dark] ::selection{background:#a78bfa59}@media print{[data-print-hide]{display:none!important}[data-hero-inner]{padding-top:1rem!important}body{background:#fff!important;color:#000!important}[data-print-card]{break-inside:avoid;box-shadow:none!important}}
