.navbar{z-index:50;background-color:transparent;border:none!important;border-radius:0;max-width:none;position:fixed;top:0;left:0;right:0;padding:0;box-shadow:none;transition:transform .3s ease,opacity .3s ease}.navbar.hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.navbar-inner{justify-content:space-between;padding:16px 24px;max-width:1400px;margin:0 auto}.nav-menu,.navbar-inner{align-items:center;display:flex}.nav-menu{gap:10px;background-color:transparent;justify-content:flex-start}.nav-link{color:rgba(255,255,255,.8);letter-spacing:.25px;text-transform:uppercase;background-color:rgba(255,255,255,.06);border-radius:10px;padding:10px 18px;font-family:Roboto Mono,sans-serif;font-size:12px;font-weight:500;text-decoration:none;transition:all .3s ease;display:flex}.nav-link:hover{background-color:rgba(255,255,255,.15);color:#fff}.nav-dropdown{position:relative}.nav-dropdown-trigger{color:rgba(255,255,255,.8);letter-spacing:.25px;text-transform:uppercase;background-color:rgba(255,255,255,.06);border-radius:10px;padding:10px 18px;font-family:Roboto Mono,sans-serif;font-size:12px;font-weight:500;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:6px;cursor:pointer;border:none}.nav-dropdown-trigger:hover{background-color:rgba(255,255,255,.15);color:#fff}.nav-dropdown-trigger svg{width:12px;height:12px;transition:transform .2s ease}.nav-dropdown.open .nav-dropdown-trigger svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:200px;background:rgba(20,20,22,.95);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:100}.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:block;padding:10px 14px;color:rgba(255,255,255,.8);font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;text-decoration:none;border-radius:8px;transition:all .2s ease}.nav-dropdown-item:hover{background:rgba(255,255,255,.1);color:#fff}.nav-logo{height:36px}.theme-toggle{width:44px;height:44px;border-radius:10px;background-color:rgba(255,255,255,.06);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.theme-toggle:hover{background-color:rgba(255,255,255,.15)}.theme-toggle svg{width:20px;height:20px;color:rgba(255,255,255,.8);transition:all .3s ease}.theme-toggle:hover svg{color:#fff}.btn{gap:4px;border-radius:8px;padding:12px 20px;font-family:Roboto Mono,sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{color:#000;background-color:#fff}.btn-primary:hover{background-color:rgba(255,255,255,.9);box-shadow:0 0 30px rgba(255,255,255,.3)}.btn-ghost{color:#fff;background-color:rgba(255,255,255,.08)}.btn-ghost:hover{background-color:rgba(255,255,255,.15)}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}.glowing-btn-wrapper{position:relative;display:inline-block}.glowing-btn-wrapper:before{content:"";position:absolute;inset:-2px;background:conic-gradient(from var(--angle),#0f1011 0,#fff 5%,#0f1011 10%);border-radius:10px;animation:borderTurn 2.5s linear infinite;z-index:-1}.glowing-btn-wrapper .btn{position:relative;z-index:1}@keyframes borderTurn{to{--angle:360deg}}.mobile-nav-buttons{display:none;align-items:center;gap:8px}.mobile-menu-btn{width:40px;height:40px;border:none;background:rgba(255,255,255,.06);border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.8);transition:all .2s ease}.mobile-menu-btn:hover{background:rgba(255,255,255,.1)}.mobile-menu-btn svg{width:20px;height:20px}.mobile-login-btn{padding:8px 16px!important;font-size:13px!important}.mobile-theme-toggle{width:36px;height:36px}.mobile-theme-toggle svg{width:16px;height:16px}.nav-buttons-desktop{display:flex;gap:8px;align-items:center}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f1011;z-index:100;display:flex;flex-direction:column;padding:80px 24px 40px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;font-family:DM Sans,Arial,sans-serif}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border:none;background:rgba(255,255,255,.06);border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.8);transition:all .2s ease}.mobile-menu-close:hover{background:rgba(255,255,255,.1)}.mobile-menu-close svg{width:20px;height:20px}.mobile-menu-links{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto}.mobile-menu-link{display:block;padding:14px 16px;font-size:16px;font-weight:500;color:rgba(255,255,255,.7);text-decoration:none;border-radius:10px;transition:all .2s ease;letter-spacing:.2px}.mobile-menu-link:active,.mobile-menu-link:hover{background:rgba(255,255,255,.06);color:#fff}.mobile-menu-section{font-family:Roboto Mono,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:rgba(255,255,255,.4);padding:16px 0 8px}.mobile-menu-divider{height:1px;background:rgba(255,255,255,.08);margin:12px 0}.mobile-menu-buttons{display:flex;flex-direction:column;gap:10px;padding-top:20px;margin-top:auto;border-top:1px solid rgba(255,255,255,.06)}.mobile-menu-buttons .btn{width:100%;justify-content:center;padding:12px 20px;font-size:14px;border-radius:10px}.mobile-menu-buttons .btn-primary{background:#00C9A7;color:#0f1011}.mobile-menu-buttons .btn-ghost{background:rgba(255,255,255,.06);color:rgba(255,255,255,.8)}.light-theme .navbar{background-color:transparent;border:none!important;box-shadow:none}.light-theme .nav-link{color:rgba(0,0,0,.7);background-color:rgba(0,0,0,.04)}.light-theme .nav-link:hover{background-color:rgba(0,0,0,.1);color:#0f1011}.light-theme .nav-dropdown-trigger{color:rgba(0,0,0,.7);background-color:rgba(0,0,0,.04)}.light-theme .nav-dropdown-trigger:hover{background-color:rgba(0,0,0,.1);color:#0f1011}.light-theme .nav-dropdown-menu{background:rgba(255,255,255,.95);border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 40px rgba(0,0,0,.12)}.light-theme .nav-dropdown-item{color:rgba(0,0,0,.7)}.light-theme .nav-dropdown-item:hover{background:rgba(0,0,0,.06);color:#0f1011}.light-theme .theme-toggle{background-color:rgba(0,0,0,.04)}.light-theme .theme-toggle:hover{background-color:rgba(0,0,0,.1)}.light-theme .theme-toggle svg{color:rgba(0,0,0,.7)}.light-theme .theme-toggle:hover svg{color:#0f1011}.light-theme .btn-ghost{color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.2);background-color:rgba(0,0,0,.04)}.light-theme .btn-ghost:hover{background-color:rgba(0,0,0,.08);color:#0f1011}.light-theme .mobile-menu-btn{background:rgba(0,0,0,.04);color:rgba(0,0,0,.7)}.light-theme .mobile-menu-btn:hover{background:rgba(0,0,0,.08)}.light-theme .mobile-menu{background:#fafafa}.light-theme .mobile-menu-close{background:rgba(0,0,0,.04);color:rgba(0,0,0,.7)}.light-theme .mobile-menu-close:hover{background:rgba(0,0,0,.08)}.light-theme .mobile-menu-link{color:rgba(0,0,0,.6)}.light-theme .mobile-menu-link:active,.light-theme .mobile-menu-link:hover{background:rgba(0,0,0,.04);color:#0f1011}.light-theme .mobile-menu-section{color:rgba(0,0,0,.4)}.light-theme .mobile-menu-divider{background:rgba(0,0,0,.08)}.light-theme .mobile-menu-buttons{border-top-color:rgba(0,0,0,.06)}.light-theme .mobile-menu-buttons .btn-ghost{background:rgba(0,0,0,.04);color:rgba(0,0,0,.7)}.light-theme .glowing-btn-wrapper:before{background:conic-gradient(from var(--angle),#fafafa 0,#0f1011 5%,#fafafa 10%)}@media screen and (max-width:991px){.navbar{padding:0}.nav-buttons-desktop,.nav-menu{display:none}.mobile-nav-buttons{display:flex}.navbar-inner{padding:12px 16px}.nav-logo{height:28px}}@media screen and (max-width:767px){.navbar-inner{padding:10px 12px}.nav-logo{height:24px}.mobile-menu-btn{width:36px;height:36px}.mobile-menu-btn svg{width:18px;height:18px}.mobile-login-btn{padding:6px 12px!important;font-size:12px!important}}.footer{padding:80px 32px 40px;border-top:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden;background:radial-gradient(ellipse 60% 40% at 50% 100%,rgba(0,201,167,.08),transparent),radial-gradient(ellipse 50% 30% at 20% 90%,rgba(0,150,136,.06),transparent),radial-gradient(ellipse 40% 30% at 80% 95%,rgba(16,185,129,.05),transparent)}.footer:before{top:-50px;left:-10%;width:120%;height:250px;background:radial-gradient(ellipse 60% 50% at 20% 50%,rgba(0,201,167,.15),transparent 50%),radial-gradient(ellipse 50% 40% at 80% 60%,rgba(59,130,246,.1),transparent 50%),radial-gradient(ellipse 70% 60% at 50% 40%,rgba(139,92,246,.08),transparent 50%);filter:blur(40px)}.footer:after,.footer:before{content:"";position:absolute;pointer-events:none;z-index:0}.footer:after{top:-30px;left:-5%;width:110%;height:200px;background:radial-gradient(ellipse 50% 45% at 70% 50%,rgba(0,201,167,.12),transparent 50%),radial-gradient(ellipse 40% 35% at 30% 60%,rgba(16,185,129,.1),transparent 50%),radial-gradient(ellipse 60% 50% at 50% 45%,rgba(6,182,212,.08),transparent 50%);filter:blur(30px)}.footer>*{position:relative;z-index:1}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:48px}.footer-brand img{height:32px;filter:brightness(0) invert(1);margin-bottom:16px}.footer-brand p{font-size:14px;color:rgba(255,255,255,.5);line-height:1.6;max-width:280px}.footer-column h5{font-family:Roboto Mono,sans-serif;font-size:12px;text-transform:uppercase;color:rgba(255,255,255,.4);letter-spacing:.5px;margin-bottom:20px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:12px}.footer-column a{color:rgba(255,255,255,.7);text-decoration:none;font-size:14px;transition:color .2s}.footer-column a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:60px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center}.footer-copyright{font-size:13px;color:rgba(255,255,255,.4)}.footer-social{display:flex;gap:16px}.footer-social a{width:36px;height:36px;background:rgba(255,255,255,.05);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}.footer-social a:hover{background:rgba(255,255,255,.1)}.footer-social svg{width:18px;height:18px;fill:rgba(255,255,255,.6);stroke:rgba(255,255,255,.6);color:rgba(255,255,255,.6)}.light-theme .footer{background-color:#f0f0f0;border-color:rgba(0,0,0,.08);background-image:radial-gradient(ellipse 60% 40% at 50% 100%,rgba(0,201,167,.06),transparent),radial-gradient(ellipse 50% 30% at 20% 90%,rgba(0,150,136,.04),transparent),radial-gradient(ellipse 40% 30% at 80% 95%,rgba(16,185,129,.03),transparent)}.light-theme .footer:before{background:radial-gradient(ellipse 60% 50% at 20% 50%,rgba(0,201,167,.1),transparent 50%),radial-gradient(ellipse 50% 40% at 80% 60%,rgba(59,130,246,.06),transparent 50%),radial-gradient(ellipse 70% 60% at 50% 40%,rgba(139,92,246,.05),transparent 50%)}.light-theme .footer:after{background:radial-gradient(ellipse 50% 45% at 70% 50%,rgba(0,201,167,.08),transparent 50%),radial-gradient(ellipse 40% 35% at 30% 60%,rgba(16,185,129,.06),transparent 50%),radial-gradient(ellipse 60% 50% at 50% 45%,rgba(6,182,212,.05),transparent 50%)}.light-theme .footer-brand img{filter:none}.light-theme .footer-brand p{color:rgba(0,0,0,.6)}.light-theme .footer-column h5{color:rgba(0,0,0,.5)}.light-theme .footer-column a{color:rgba(0,0,0,.6)}.light-theme .footer-column a:hover{color:#0f1011}.light-theme .footer-bottom{border-color:rgba(0,0,0,.08)}.light-theme .footer-copyright{color:rgba(0,0,0,.5)}.light-theme .footer-social a{background:rgba(0,0,0,.05)}.light-theme .footer-social a:hover{background:rgba(0,0,0,.1)}.light-theme .footer-social svg{fill:rgba(0,0,0,.6);stroke:rgba(0,0,0,.6);color:rgba(0,0,0,.6)}@media screen and (max-width:991px){.footer-container{grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-brand p{margin:0 auto}.footer-bottom{flex-direction:column;gap:16px}}