@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap";
:root{--color-primary:#3b82f6;--color-primary-light:#60a5fa;--color-primary-dark:#2563eb;--color-accent:#8b5cf6;--color-accent-light:#a78bfa;--color-cyan:#06b6d4;--color-emerald:#10b981;--color-rose:#f43f5e;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--bg-card:#fff;--bg-card-hover:#f8fafc;--bg-code:#f1f5f9;--bg-navbar:#fffc;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--text-inverse:#fff;--border-color:#e2e8f0;--border-color-hover:#cbd5e1;--border-card:#0000000f;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000d;--shadow-xl:0 20px 25px -5px #00000014, 0 8px 10px -6px #0000000a;--shadow-glow:0 0 20px #3b82f626;--shadow-glow-accent:0 0 20px #8b5cf626;--gradient-primary:linear-gradient(135deg, #3b82f6, #8b5cf6);--gradient-hero:linear-gradient(135deg, #3b82f6, #8b5cf6, #06b6d4);--gradient-card:linear-gradient(135deg, #3b82f60d, #8b5cf60d);--gradient-text:linear-gradient(135deg, #3b82f6, #8b5cf6, #06b6d4);--gradient-border:linear-gradient(135deg, #3b82f64d, #8b5cf64d);--gradient-cta:linear-gradient(135deg, #3b82f6, #7c3aed);--glass-bg:#ffffffb3;--glass-border:#ffffff4d;--glass-blur:12px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-hero:clamp(2.5rem, 5vw, 4.5rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.35s cubic-bezier(.4, 0, .2, 1);--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--max-width:1200px;--navbar-height:72px}[data-theme=dark]{--bg-primary:#0a0f1e;--bg-secondary:#0f1629;--bg-tertiary:#151d35;--bg-card:#111827;--bg-card-hover:#1a2340;--bg-code:#1e293b;--bg-navbar:#0a0f1ed9;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-tertiary:#64748b;--border-color:#1e293b;--border-color-hover:#334155;--border-card:#ffffff0f;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px -1px #0006, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -4px #0000004d;--shadow-xl:0 20px 25px -5px #00000080, 0 8px 10px -6px #0000004d;--shadow-glow:0 0 30px #3b82f633;--shadow-glow-accent:0 0 30px #8b5cf633;--gradient-card:linear-gradient(135deg, #3b82f614, #8b5cf614);--glass-bg:#111827b3;--glass-border:#ffffff14}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:var(--font-size-base);color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-base), color var(--transition-base);line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700;line-height:1.2}.container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.section{padding:var(--space-24) 0}.gradient-text{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color-hover);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{color:var(--text-primary);background:#3b82f64d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #3b82f633}50%{box-shadow:0 0 40px #3b82f666}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:768px){:root{--space-24:4rem;--space-20:3.5rem;--space-16:3rem}.container{padding:0 var(--space-4)}}
.ThemeToggle-module__gv9_OW__toggle{border-radius:var(--radius-lg);width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-base);background:0 0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ThemeToggle-module__gv9_OW__toggle:hover{color:var(--text-primary);background:var(--bg-tertiary)}.ThemeToggle-module__gv9_OW__icon{opacity:0;transition:all var(--transition-slow);justify-content:center;align-items:center;display:flex;position:absolute;transform:scale(.5)rotate(-180deg)}.ThemeToggle-module__gv9_OW__visible{opacity:1;transform:scale(1)rotate(0)}
.Navbar-module__cRh5nW__header{z-index:1000;height:var(--navbar-height);transition:all var(--transition-base);border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__scrolled{background:var(--bg-navbar);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border-color);box-shadow:var(--shadow-sm)}.Navbar-module__cRh5nW__nav{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cRh5nW__logo{z-index:1001;align-items:center;text-decoration:none;display:flex}.Navbar-module__cRh5nW__logoImage{width:auto;height:64px;transition:filter var(--transition-base);display:block}[data-theme=dark] .Navbar-module__cRh5nW__logoImage{filter:invert()hue-rotate(180deg)}.Navbar-module__cRh5nW__desktopLinks{align-items:center;gap:var(--space-1);display:flex}.Navbar-module__cRh5nW__navLink{padding:var(--space-2) var(--space-3);color:var(--text-secondary);font-size:var(--font-size-sm);border-radius:var(--radius-md);transition:color var(--transition-fast);font-weight:500;text-decoration:none;position:relative}.Navbar-module__cRh5nW__navLink:hover{color:var(--text-primary)}.Navbar-module__cRh5nW__navLink.Navbar-module__cRh5nW__active{color:var(--color-primary)}.Navbar-module__cRh5nW__activeIndicator{background:var(--gradient-primary);border-radius:var(--radius-full);width:20px;height:2px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__actions{align-items:center;gap:var(--space-3);display:flex}.Navbar-module__cRh5nW__ctaButton{padding:var(--space-2) var(--space-5);background:var(--gradient-primary);color:#fff;font-size:var(--font-size-sm);border-radius:var(--radius-full);transition:all var(--transition-base);align-items:center;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 2px 10px #3b82f64d}.Navbar-module__cRh5nW__ctaButton:hover{transform:translateY(-1px);box-shadow:0 4px 20px #3b82f666}.Navbar-module__cRh5nW__hamburger{z-index:1001;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__cRh5nW__hamburger span{background:var(--text-primary);width:22px;height:2px;transition:all var(--transition-base);border-radius:2px;display:block}.Navbar-module__cRh5nW__hamburgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cRh5nW__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module__cRh5nW__hamburgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__cRh5nW__mobileMenu{background:var(--bg-primary);padding:calc(var(--navbar-height) + var(--space-8)) var(--space-6) var(--space-8);z-index:999;flex-direction:column;justify-content:space-between;display:none;position:fixed;inset:0}.Navbar-module__cRh5nW__mobileLinks{gap:var(--space-2);flex-direction:column;display:flex}.Navbar-module__cRh5nW__mobileLink{padding:var(--space-4) var(--space-4);font-size:var(--font-size-xl);color:var(--text-secondary);border-radius:var(--radius-lg);transition:all var(--transition-fast);font-weight:600;display:block}.Navbar-module__cRh5nW__mobileLink:hover,.Navbar-module__cRh5nW__mobileLink.Navbar-module__cRh5nW__active{color:var(--text-primary);background:var(--bg-tertiary)}.Navbar-module__cRh5nW__mobileCta{text-align:center;padding:var(--space-4);background:var(--gradient-primary);color:#fff;font-weight:600;font-size:var(--font-size-lg);border-radius:var(--radius-xl);margin-top:var(--space-8);text-decoration:none;display:block}@media (max-width:900px){.Navbar-module__cRh5nW__desktopLinks,.Navbar-module__cRh5nW__ctaButton{display:none}.Navbar-module__cRh5nW__hamburger,.Navbar-module__cRh5nW__mobileMenu{display:flex}}
.Footer-module__3hUVsW__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:var(--space-16) 0 var(--space-8)}.Footer-module__3hUVsW__grid{gap:var(--space-12);margin-bottom:var(--space-12);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__3hUVsW__logo{margin-bottom:var(--space-4);align-items:center;text-decoration:none;display:inline-flex}.Footer-module__3hUVsW__logoImage{width:auto;height:64px;transition:filter var(--transition-base);display:block}[data-theme=dark] .Footer-module__3hUVsW__logoImage{filter:invert()hue-rotate(180deg)}.Footer-module__3hUVsW__brandDesc{color:var(--text-secondary);font-size:var(--font-size-sm);margin-bottom:var(--space-6);max-width:320px;line-height:1.7}.Footer-module__3hUVsW__socials{gap:var(--space-3);display:flex}.Footer-module__3hUVsW__socialLink{border-radius:var(--radius-lg);width:40px;height:40px;color:var(--text-secondary);background:var(--bg-tertiary);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__socialLink:hover{color:var(--color-primary);background:var(--bg-card);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Footer-module__3hUVsW__columnTitle{font-size:var(--font-size-sm);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-4);font-weight:600}.Footer-module__3hUVsW__links{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__3hUVsW__links li a{color:var(--text-secondary);font-size:var(--font-size-sm);transition:color var(--transition-fast)}.Footer-module__3hUVsW__links li a:hover{color:var(--color-primary)}.Footer-module__3hUVsW__bottom{padding-top:var(--space-8);border-top:1px solid var(--border-color);color:var(--text-tertiary);font-size:var(--font-size-sm);justify-content:space-between;align-items:center;display:flex}.Footer-module__3hUVsW__tagline{color:var(--text-tertiary)}@media (max-width:768px){.Footer-module__3hUVsW__grid{gap:var(--space-8);grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__brand{grid-column:1/-1}.Footer-module__3hUVsW__bottom{gap:var(--space-2);text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}}
