@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";
.Navbar-module__cJzEcG__navbar{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);z-index:50;background:#0d0f14cc;padding:1rem 0;position:sticky;top:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{color:var(--text-primary);font-family:var(--font-heading);letter-spacing:0;align-items:center;gap:.7rem;font-size:1.25rem;font-weight:800;display:inline-flex}.Navbar-module__cJzEcG__logo:before{content:"";background:#b8ee3a;border-radius:2px;width:3px;height:1.4rem}.Navbar-module__cJzEcG__logo:hover{color:#c8f368}.Navbar-module__cJzEcG__desktopLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__desktopActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}:is(.Navbar-module__cJzEcG__desktopActions .btn-primary,.Navbar-module__cJzEcG__mobileActions .btn-primary){color:#11170b;box-shadow:none;background:#b8ee3a}:is(.Navbar-module__cJzEcG__desktopActions .btn-primary:hover,.Navbar-module__cJzEcG__mobileActions .btn-primary:hover){color:#11170b;box-shadow:none;filter:none;background:#cdf66c}.Navbar-module__cJzEcG__languageSwitch{border:1px solid var(--border-color);border-radius:6px;gap:2px;padding:2px;display:inline-flex}.Navbar-module__cJzEcG__languageButton,.Navbar-module__cJzEcG__activeLanguage{color:var(--text-muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:4px;padding:.25rem .45rem;font-size:.72rem;font-weight:700}.Navbar-module__cJzEcG__activeLanguage{background:var(--bg-tertiary);color:var(--text-primary)}.Navbar-module__cJzEcG__mobileActions,.Navbar-module__cJzEcG__mobilePanel{display:none}.Navbar-module__cJzEcG__mobilePanel{inset-inline:0;z-index:60;background:#0d0f14;max-height:calc(100svh - 64px);position:absolute;top:100%;overflow-y:auto;box-shadow:0 18px 36px #00000052}.Navbar-module__cJzEcG__menuButton{border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:6px;align-content:center;gap:5px;width:42px;height:42px;padding:0 10px;display:grid}.Navbar-module__cJzEcG__menuButton span{background:var(--text-primary);border-radius:2px;width:100%;height:2px;display:block}.Navbar-module__cJzEcG__mobilePanelInner{gap:1rem;padding-block:.75rem 1rem;display:grid}.Navbar-module__cJzEcG__mobileLinks{display:grid}.Navbar-module__cJzEcG__mobileLinks .Navbar-module__cJzEcG__link{border-bottom:1px solid var(--border-color);padding:.8rem 0}.Navbar-module__cJzEcG__mobilePanelFooter{justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (max-width:720px){.Navbar-module__cJzEcG__navbar{padding:.75rem 0}.Navbar-module__cJzEcG__navContainer{gap:.75rem}.Navbar-module__cJzEcG__desktopLinks,.Navbar-module__cJzEcG__desktopActions{display:none}.Navbar-module__cJzEcG__mobileActions{align-items:center;gap:.5rem;margin-inline-start:auto;display:flex}.Navbar-module__cJzEcG__mobileActions .btn{min-height:42px;padding:.5rem .85rem!important}.Navbar-module__cJzEcG__mobilePanelOpen{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);display:block}}@media (max-width:390px){.Navbar-module__cJzEcG__logo{font-size:1.05rem}.Navbar-module__cJzEcG__logo:before{height:1.2rem}}
:root{--bg-color:#0d0f14;--bg-secondary:#161921;--bg-tertiary:#1f232e;--text-primary:#f0f2f5;--text-secondary:#9da3b4;--text-muted:#6b7280;--accent-primary:#3b82f6;--accent-primary-hover:#2563eb;--accent-secondary:#8b5cf6;--border-color:#2b3040;--gradient-brand:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);--gradient-glow:linear-gradient(135deg, #3b82f666 0%, #8b5cf666 100%);--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--shadow-sm:0 1px 2px #0003;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -1px #0003;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -2px #0003;--shadow-glow:0 0 20px #3b82f64d;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;line-height:1.6;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);line-height:1.2}a{color:var(--accent-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-primary-hover)}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px}.glass-panel{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);background:#16192199;border:1px solid #ffffff0d}.btn{font-family:var(--font-heading);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--gradient-brand);color:#fff;box-shadow:0 4px 10px #3b82f633}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 15px #3b82f64d}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);background-color:#0000}.btn-secondary:hover{background-color:var(--bg-secondary);border-color:#ffffff26}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:var(--gradient-brand);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeIn}
