@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";
:root{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-tertiary:#1a1a25;--bg-card:#14141f;--bg-card-hover:#1c1c2e;--glass-bg:#14142399;--glass-border:#ffffff0f;--glass-shadow:0 8px 32px #0006;--text-primary:#f0f0f5;--text-secondary:#a0a0b8;--text-tertiary:#6b6b80;--text-muted:#4a4a5e;--accent-primary:#6c5ce7;--accent-primary-light:#a29bfe;--accent-secondary:#00cec9;--accent-tertiary:#fd79a8;--accent-gradient:linear-gradient(135deg, #6c5ce7, #a29bfe, #00cec9);--accent-gradient-hover:linear-gradient(135deg, #a29bfe, #6c5ce7, #fd79a8);--glow-primary:0 0 20px #6c5ce74d;--glow-secondary:0 0 20px #00cec94d;--glow-tertiary:0 0 20px #fd79a84d;--border-subtle:#ffffff0f;--border-light:#ffffff1a;--border-accent:#6c5ce74d;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl: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;--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:.4s cubic-bezier(.4, 0, .2, 1);--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal:400;--z-tooltip:500;--navbar-height:4.5rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{color:var(--text-secondary);line-height:1.7}a{color:var(--accent-primary-light);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-secondary)}code{font-family:var(--font-mono);background:var(--bg-tertiary);border-radius:var(--radius-sm);padding:.15em .4em;font-size:.9em}.container{width:100%;max-width:1200px;padding:0 var(--space-6);margin:0 auto}.section{padding:var(--space-24) 0}.section-title{font-size:var(--text-4xl);margin-bottom:var(--space-4);background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.section-subtitle{color:var(--text-secondary);font-size:var(--text-lg);max-width:600px;margin-bottom:var(--space-12)}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--glass-shadow);transition:all var(--transition-base)}.glass-card:hover{border-color:var(--border-accent);box-shadow:var(--glow-primary);transform:translateY(-2px)}.btn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-lg);font-family:var(--font-sans);font-weight:600;font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-base);border:none;line-height:1.5;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:var(--glow-primary)}.btn-primary:hover{background:var(--accent-gradient-hover);color:#fff;transform:translateY(-2px);box-shadow:0 0 30px #6c5ce780}.btn-outline{color:var(--text-primary);border:1px solid var(--border-light);background:0 0}.btn-outline:hover{border-color:var(--accent-primary);color:var(--accent-primary-light);background:#6c5ce71a;transform:translateY(-2px)}.btn-ghost{color:var(--text-secondary);padding:var(--space-2) var(--space-4);background:0 0}.btn-ghost:hover{color:var(--accent-primary-light);background:#6c5ce714}.badge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--accent-primary-light);background:#6c5ce726;border:1px solid #6c5ce733;align-items:center;font-weight:500;display:inline-flex}.badge-secondary{color:var(--accent-secondary);background:#00cec91f;border-color:#00cec933}.badge-tertiary{color:var(--accent-tertiary);background:#fd79a81f;border-color:#fd79a833}.grid-2{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}.section{padding:var(--space-16) 0}}@media (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}.container{padding:0 var(--space-4)}.section{padding:var(--space-12) 0}.section-title{font-size:var(--text-3xl)}}.bg-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px}.bg-gradient-radial{background:radial-gradient(at 50% 0,#6c5ce726 0%,#0000 60%)}.gradient-orb{filter:blur(80px);opacity:.3;pointer-events:none;border-radius:50%;position:absolute}.gradient-orb-1{background:var(--accent-primary);width:400px;height:400px;animation:8s ease-in-out infinite float;top:-100px;right:-100px}.gradient-orb-2{background:var(--accent-secondary);width:300px;height:300px;animation:10s ease-in-out infinite reverse float;bottom:-50px;left:-50px}.gradient-orb-3{background:var(--accent-tertiary);width:250px;height:250px;animation:12s ease-in-out 2s infinite float;top:50%;left:50%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes pulse-glow{0%,to{opacity:.3}50%{opacity:.6}}::selection{color:var(--text-primary);background:#6c5ce74d}
.Navbar-module__cRh5nW__navbar{z-index:var(--z-fixed);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__navbar.Navbar-module__cRh5nW__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--border-subtle);background:#0a0a0fcc}.Navbar-module__cRh5nW__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cRh5nW__logo{font-size:var(--text-xl);color:var(--text-primary);letter-spacing:-.02em;font-weight:800;font-family:var(--font-mono);text-decoration:none}.Navbar-module__cRh5nW__logo:hover{color:var(--text-primary)}.Navbar-module__cRh5nW__logoAccent{color:var(--accent-primary)}.Navbar-module__cRh5nW__desktopNav{align-items:center;gap:var(--space-1);display:flex}.Navbar-module__cRh5nW__navLink{padding:var(--space-2) var(--space-4);color:var(--text-secondary);font-size:var(--text-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(--accent-primary-light)}.Navbar-module__cRh5nW__activeIndicator{background:var(--accent-gradient);border-radius:var(--radius-full);width:20px;height:2px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__langSwitch{margin-left:var(--space-4);padding:var(--space-1) var(--space-3);font-size:var(--text-xs);color:var(--accent-primary-light);border:1px solid var(--border-accent);border-radius:var(--radius-sm);transition:all var(--transition-fast);letter-spacing:.05em;font-weight:700;text-decoration:none}.Navbar-module__cRh5nW__langSwitch:hover{color:var(--accent-primary-light);background:#6c5ce726}.Navbar-module__cRh5nW__mobileToggle{cursor:pointer;padding:var(--space-2);z-index:calc(var(--z-fixed) + 1);background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Navbar-module__cRh5nW__mobileToggle span{background:var(--text-primary);border-radius:var(--radius-full);width:24px;height:2px;transition:all var(--transition-base);display:block}.Navbar-module__cRh5nW__mobileToggle.Navbar-module__cRh5nW__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cRh5nW__mobileToggle.Navbar-module__cRh5nW__open span:nth-child(2){opacity:0}.Navbar-module__cRh5nW__mobileToggle.Navbar-module__cRh5nW__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__cRh5nW__mobileMenu{top:var(--navbar-height);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);padding:var(--space-6) var(--space-4);gap:var(--space-2);background:#0a0a0ff5;flex-direction:column;display:flex;position:absolute;left:0;right:0;overflow:hidden}.Navbar-module__cRh5nW__mobileLink{padding:var(--space-3) var(--space-4);color:var(--text-secondary);font-size:var(--text-lg);border-radius:var(--radius-md);transition:all var(--transition-fast);font-weight:500;text-decoration:none;display:block}.Navbar-module__cRh5nW__mobileLink:hover,.Navbar-module__cRh5nW__mobileLink.Navbar-module__cRh5nW__active{color:var(--accent-primary-light);background:#6c5ce714}@media (max-width:768px){.Navbar-module__cRh5nW__desktopNav{display:none}.Navbar-module__cRh5nW__mobileToggle{display:flex}}
.Footer-module__3hUVsW__footer{border-top:1px solid var(--border-subtle);padding:var(--space-12) 0 var(--space-8);margin-top:var(--space-16)}.Footer-module__3hUVsW__footerContainer{gap:var(--space-8);flex-direction:column;display:flex}.Footer-module__3hUVsW__top{justify-content:space-between;align-items:center;display:flex}.Footer-module__3hUVsW__brand{gap:var(--space-2);flex-direction:column;display:flex}.Footer-module__3hUVsW__logo{font-family:var(--font-mono);font-size:var(--text-xl);color:var(--text-primary);font-weight:800}.Footer-module__3hUVsW__logoAccent{color:var(--accent-primary)}.Footer-module__3hUVsW__tagline{font-size:var(--text-sm);color:var(--text-tertiary)!important}.Footer-module__3hUVsW__socials{gap:var(--space-3);display:flex}.Footer-module__3hUVsW__socialLink{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-secondary);border:1px solid var(--border-subtle);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__socialLink:hover{color:var(--accent-primary-light);border-color:var(--border-accent);background:#6c5ce714;transform:translateY(-2px)}.Footer-module__3hUVsW__linktreeLink{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-primary);border:1px solid var(--border-accent);transition:all var(--transition-base);background:#6c5ce71a;justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__linktreeLink:hover{background:var(--accent-primary);color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #6c5ce766}.Footer-module__3hUVsW__divider{background:var(--border-subtle);height:1px}.Footer-module__3hUVsW__bottom{justify-content:space-between;align-items:center;display:flex}.Footer-module__3hUVsW__copyright{font-size:var(--text-sm);color:var(--text-tertiary)!important}.Footer-module__3hUVsW__footerMetaLink{font-size:var(--text-sm);color:var(--text-tertiary);transition:color var(--transition-fast);text-decoration:none}.Footer-module__3hUVsW__footerMetaLink:hover{color:var(--accent-primary-light)}@media (max-width:768px){.Footer-module__3hUVsW__top,.Footer-module__3hUVsW__bottom{gap:var(--space-4);text-align:center;flex-direction:column}.Footer-module__3hUVsW__socials{flex-wrap:wrap;justify-content:center}}
