@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400&family=DM+Mono:wght@400;500&family=Noto+Sans+Devanagari:wght@400;600&display=swap";
@font-face{font-family:KrutiDev;src:url(/fonts/KRDEV010.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mangal;src:url(/fonts/MANGAL.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}:root{--bg-base:#fafbfe;--bg-surface:#fff;--bg-elevated:#f3f4f8;--bg-subtle:#eef0f6;--bg-overlay:#0f172a0f;--accent-primary:#4f46e5;--accent-hover:#4338ca;--accent-light:#e0e7ff;--accent-ultra-light:#eef2ff;--accent-glow:#4f46e51f;--accent-gradient:linear-gradient(135deg, #4f46e5, #7c3aed);--success:#059669;--success-light:#d1fae5;--error:#dc2626;--error-light:#fee2e2;--warning:#d97706;--warning-light:#fef3c7;--gold:#b45309;--gold-light:#fde68a;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--text-on-accent:#fff;--border:#e2e8f0;--border-hover:#cbd5e1;--border-accent:#4f46e54d;--kb-bg:#f8fafc;--kb-key:#fff;--kb-key-border:#d1d5db;--kb-key-text:#374151;--kb-active:#4f46e5;--kb-correct:#059669;--kb-incorrect:#dc2626;--header-height:5rem;--max-width:1440px;--radius:1rem;--radius-md:.75rem;--radius-sm:.5rem;--radius-xs:.375rem;--ease:cubic-bezier(.4, 0, .2, 1);--ease-spring:cubic-bezier(.16, 1, .3, 1);--duration:.25s;--duration-fast:.15s;--duration-slow:.4s;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000000f, 0 1px 4px #0000000a;--shadow-lg:0 8px 24px #00000014, 0 2px 8px #0000000a;--shadow-xl:0 20px 50px #0000001a, 0 4px 16px #0000000d;--shadow-glow:0 0 20px var(--accent-glow);--shadow-accent:0 4px 14px #4f46e540}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:var(--header-height);font-size:112.5%}body{background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:var(--accent-primary);transition:color var(--duration) var(--ease);text-decoration:none}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4{color:var(--text-primary);font-family:Clash Display,Satoshi,sans-serif;font-weight:600;line-height:1.2}.display-hero{letter-spacing:-.03em;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.05}.display-h1{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);font-weight:600}.display-h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600}.display-h3{font-family:Satoshi,sans-serif;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:500}.text-body{font-size:clamp(1rem,1vw + .75rem,1.125rem)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-mono{font-family:JetBrains Mono,monospace}.text-stat{font-family:DM Mono,monospace;font-size:3rem;font-weight:400}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(80% 50% at 50% -10%,#4f46e50d,#0000 70%),radial-gradient(60% 40% at 90% 100%,#7c3aed08,#0000);position:fixed;inset:0}body:after{content:"";opacity:.015;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{z-index:1;padding:5rem 0;position:relative}.section-alt{background:var(--bg-subtle)}.btn{transition:all var(--duration) var(--ease);white-space:nowrap;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:500;line-height:1.4;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent-gradient);color:var(--text-on-accent);box-shadow:var(--shadow-accent)}.btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #4f46e559}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border);box-shadow:var(--shadow-xs)}.btn-secondary:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm);color:var(--text-primary)}.btn-ghost{color:var(--text-secondary);background:0 0;padding:.5rem 1rem}.btn-ghost:hover{background:var(--bg-elevated);color:var(--text-primary)}.btn-lg{border-radius:.75rem;padding:1.125rem 2.5rem;font-size:1.125rem;font-weight:600}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:all var(--duration) var(--ease);padding:1.5rem}.card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md)}.card-elevated{box-shadow:var(--shadow-md)}.card-elevated:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-accent{border-color:var(--accent-primary);box-shadow:var(--shadow-glow)}.badge{letter-spacing:.02em;border-radius:999px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.badge-accent{background:var(--accent-light);color:var(--accent-primary)}.badge-success{background:var(--success-light);color:var(--success)}.badge-gold{background:var(--gold-light);color:var(--gold)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes typing-cursor{0%,50%{border-color:var(--accent-primary)}51%,to{border-color:#0000}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px var(--accent-glow)}50%{box-shadow:0 0 40px #4f46e533}}.animate-in{animation:fadeInUp .6s var(--ease-spring) both}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.text-center{text-align:center}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){.section{padding:3rem 0}.container{padding:0 1rem}}::selection{background:var(--accent-light);color:var(--accent-primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-elevated)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.devanagari{font-family:Mangal,Noto Sans Devanagari,sans-serif;line-height:1.8}.krutidev{font-family:KrutiDev,sans-serif;line-height:1.6}kbd,.kbd{background:var(--bg-elevated);border:1px solid var(--border);min-width:24px;height:22px;color:var(--text-secondary);white-space:nowrap;border-bottom-width:2px;border-radius:5px;justify-content:center;align-items:center;padding:0 6px;font-family:DM Mono,monospace;font-size:.6875rem;font-weight:600;display:inline-flex}
.Navbar-module__cRh5nW__header{z-index:1000;height:var(--header-height);transition:all var(--duration) var(--ease);-webkit-backdrop-filter:blur(20px)saturate(180%);background:#fafbfe99;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__scrolled{border-bottom:1px solid var(--border);box-shadow:var(--shadow-xs);background:#fafbfebf}.Navbar-module__cRh5nW__inner{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cRh5nW__logo{color:var(--text-primary);align-items:center;gap:.625rem;text-decoration:none;display:flex}.Navbar-module__cRh5nW__logoIcon{background:var(--accent-gradient);color:#fff;width:2.25rem;height:2.25rem;box-shadow:var(--shadow-accent);border-radius:.625rem;justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__logoText{letter-spacing:-.02em;color:var(--text-primary);font-family:Clash Display,sans-serif;font-size:1.35rem;font-weight:600}.Navbar-module__cRh5nW__logoArt{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Navbar-module__cRh5nW__desktopNav{align-items:center;gap:.25rem;display:flex}.Navbar-module__cRh5nW__navLink{color:var(--text-secondary);border-radius:var(--radius-sm);transition:all var(--duration) var(--ease);padding:.5rem 1.125rem;font-size:.9375rem;font-weight:500;text-decoration:none}.Navbar-module__cRh5nW__navLink:hover{color:var(--text-primary);background:var(--bg-elevated)}.Navbar-module__cRh5nW__actions{align-items:center;gap:.75rem;display:flex}.Navbar-module__cRh5nW__ctaBtn{}.Navbar-module__cRh5nW__userSection{align-items:center;gap:.5rem;display:flex}.Navbar-module__cRh5nW__userProfile{background:var(--bg-elevated);transition:all var(--duration) var(--ease);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.75rem;padding:.375rem .75rem .375rem .375rem;text-decoration:none;display:flex}.Navbar-module__cRh5nW__userProfile:hover{background:var(--bg-subtle);border-color:var(--border-hover);transform:translateY(-1px)}.Navbar-module__cRh5nW__avatar,.Navbar-module__cRh5nW__avatarPlaceholder{object-fit:cover;border-radius:50%;width:1.75rem;height:1.75rem}.Navbar-module__cRh5nW__avatarPlaceholder{background:var(--accent-gradient);color:#fff;justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__userName{color:var(--text-primary);font-size:.875rem;font-weight:600}.Navbar-module__cRh5nW__signOutBtn{width:2.25rem;height:2.25rem;color:var(--text-muted);transition:all var(--duration) var(--ease);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__signOutBtn:hover{background:var(--error-light);color:var(--error)}.Navbar-module__cRh5nW__mobileToggle{width:2.5rem;height:2.5rem;color:var(--text-primary);border-radius:var(--radius-sm);transition:background var(--duration) var(--ease);background:0 0;border:none;justify-content:center;align-items:center;display:none}.Navbar-module__cRh5nW__mobileToggle:hover{background:var(--bg-elevated)}.Navbar-module__cRh5nW__mobileOverlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:Navbar-module__cRh5nW__fadeIn var(--duration) var(--ease);background:#0f172a4d;position:fixed;inset:0}.Navbar-module__cRh5nW__mobileMenu{top:var(--header-height);background:var(--bg-surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.5rem;display:flex;position:absolute;left:0;right:0}.Navbar-module__cRh5nW__mobileLink{color:var(--text-primary);border-radius:var(--radius-sm);animation:Navbar-module__cRh5nW__fadeInUp .3s var(--ease-spring) both;padding:.875rem 1rem;font-size:1.1rem;font-weight:500;text-decoration:none;display:block}.Navbar-module__cRh5nW__mobileLink:hover{background:var(--bg-elevated);color:var(--accent-primary)}.Navbar-module__cRh5nW__mobileCta{border-top:1px solid var(--border);animation:Navbar-module__cRh5nW__fadeInUp .3s var(--ease-spring) both;margin-top:.75rem;padding-top:1rem;animation-delay:.2s}@media (max-width:768px){.Navbar-module__cRh5nW__desktopNav{display:none}.Navbar-module__cRh5nW__mobileToggle{display:flex}.Navbar-module__cRh5nW__ctaBtn{display:none}.Navbar-module__cRh5nW__inner{padding:0 1rem}}
.Footer-module__3hUVsW__footer{background:var(--bg-surface);border-top:1px solid var(--border);z-index:1;position:relative}.Footer-module__3hUVsW__inner{gap:4rem;padding:4rem 1.5rem 3rem;display:flex}.Footer-module__3hUVsW__brand{flex:0 0 16.25rem}.Footer-module__3hUVsW__logo{align-items:center;gap:.5rem;margin-bottom:.75rem;text-decoration:none;display:flex}.Footer-module__3hUVsW__logoIcon{background:var(--accent-gradient);color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:1.875rem;height:1.875rem;display:flex}.Footer-module__3hUVsW__logoText{letter-spacing:-.02em;color:var(--text-primary);font-family:Clash Display,sans-serif;font-size:1.15rem;font-weight:600}.Footer-module__3hUVsW__logoArt{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__3hUVsW__tagline{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-style:italic;font-weight:500}.Footer-module__3hUVsW__desc{color:var(--text-muted);font-size:.8125rem;line-height:1.6}.Footer-module__3hUVsW__columns{flex:1;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__3hUVsW__columnTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary);margin-bottom:1rem;font-family:Satoshi,sans-serif;font-size:.8125rem;font-weight:600}.Footer-module__3hUVsW__linkList{flex-direction:column;gap:.625rem;list-style:none;display:flex}.Footer-module__3hUVsW__link{color:var(--text-secondary);transition:color var(--duration) var(--ease);font-size:.875rem;text-decoration:none}.Footer-module__3hUVsW__link:hover{color:var(--accent-primary)}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border);padding:1.25rem 0}.Footer-module__3hUVsW__bottomInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__3hUVsW__copyright{color:var(--text-muted);font-size:.8125rem}.Footer-module__3hUVsW__bottomLinks{gap:1.5rem;display:flex}.Footer-module__3hUVsW__bottomLinks a{color:var(--text-muted);transition:color var(--duration) var(--ease);font-size:.8125rem;text-decoration:none}.Footer-module__3hUVsW__bottomLinks a:hover{color:var(--text-primary)}@media (max-width:768px){.Footer-module__3hUVsW__inner{flex-direction:column;gap:2.5rem;padding:2.5rem 1rem 2rem}.Footer-module__3hUVsW__brand{flex:none}.Footer-module__3hUVsW__columns{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Footer-module__3hUVsW__bottomInner{text-align:center;flex-direction:column;gap:.75rem}}
