:root{--bg-body:#050505;--bg-surface:#14141499;--bg-glass:#ffffff08;--bg-glass-hover:#ffffff14;--color-primary:#3b82f6;--color-primary-glow:#3b82f680;--color-secondary:#8b5cf6;--color-accent:#10b981;--text-main:#f8fafc;--text-muted:#94a3b8;--text-gradient:linear-gradient(135deg, #fff 0%, #a1a1aa 100%);--text-primary-gradient:linear-gradient(135deg, #60a5fa 0%, #c084fc 100%);--border-glass:1px solid #ffffff14;--border-glow:1px solid #3b82f64d;--shadow-glass:0 8px 32px 0 #0000005e;--shadow-glow:0 0 20px #3b82f666;--font-family:"Inter", system-ui, -apple-system, sans-serif;--nav-height:80px}[data-theme=light]{--bg-body:#f8fafc;--bg-surface:#fffc;--bg-glass:#fff9;--bg-glass-hover:#fffc;--color-primary:#3b82f6;--color-primary-glow:#3b82f64d;--color-secondary:#8b5cf6;--color-accent:#10b981;--text-main:#0f172a;--text-muted:#64748b;--text-gradient:linear-gradient(135deg, #1e293b 0%, #64748b 100%);--text-primary-gradient:linear-gradient(135deg, #2563eb 0%, #9333ea 100%);--border-glass:1px solid #0000000d;--border-glow:1px solid #3b82f633;--shadow-glass:0 8px 32px 0 #0000000d;--shadow-glow:0 0 20px #3b82f633}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--bg-body);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}.bg-mesh{z-index:-1;pointer-events:none;background:radial-gradient(circle at 15%,#3b82f626,#0000 25%),radial-gradient(circle at 85% 30%,#8b5cf626,#0000 25%);width:100vw;height:100vh;position:fixed;top:0;left:0}a{color:var(--text-main);text-decoration:none;transition:all .3s}ul{list-style:none}.text-center{text-align:center}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.text-gradient{background:var(--text-gradient);-webkit-text-fill-color:transparent;background-clip:text}.text-primary-gradient{background:var(--text-primary-gradient);-webkit-text-fill-color:transparent;background-clip:text}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border:var(--border-glass);box-shadow:var(--shadow-glass);border-radius:24px;transition:background-color .3s,border-color .3s,box-shadow .3s}.btn{letter-spacing:.02em;cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.8rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:var(--text-primary-gradient);color:#fff;box-shadow:var(--shadow-glow);z-index:1;position:relative}.btn-primary:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:9999px;transition:opacity .3s;position:absolute;inset:0}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f699}.btn-primary:hover:before{opacity:1}.btn-glass{background:var(--bg-glass);border:var(--border-glass);color:var(--text-main);backdrop-filter:blur(10px)}.btn-glass:hover{background:var(--bg-glass-hover);border-color:#fff3;transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}.header-global:where(.astro-nen7h5rs){width:100%;height:var(--nav-height);z-index:1000;background:var(--bg-surface);-webkit-backdrop-filter:blur(16px);border-bottom:var(--border-glass);transition:all .3s;position:fixed;top:0;left:0}.header-container:where(.astro-nen7h5rs){justify-content:space-between;align-items:center;height:100%;display:flex}.logo-link:where(.astro-nen7h5rs){z-index:1001;align-items:center;gap:.75rem;display:flex}.logo-img:where(.astro-nen7h5rs){width:auto;height:32px}.light-logo:where(.astro-nen7h5rs){display:none}.dark-logo:where(.astro-nen7h5rs),:where(.astro-nen7h5rs)[data-theme=light] .light-logo:where(.astro-nen7h5rs){display:block}:where(.astro-nen7h5rs)[data-theme=light] .dark-logo:where(.astro-nen7h5rs){display:none}.logo-text:where(.astro-nen7h5rs){letter-spacing:-.02em;white-space:nowrap;font-size:1.25rem;font-weight:700}.nav-wrapper:where(.astro-nen7h5rs){align-items:center;gap:1.5rem;margin-left:2rem;margin-right:auto;display:flex}.main-nav:where(.astro-nen7h5rs) ul:where(.astro-nen7h5rs){gap:1.5rem;margin:0;padding:0;display:flex}.main-nav:where(.astro-nen7h5rs) a:where(.astro-nen7h5rs){color:var(--text-muted);font-size:.95rem;font-weight:500;position:relative}.main-nav:where(.astro-nen7h5rs) a:where(.astro-nen7h5rs):hover,.main-nav:where(.astro-nen7h5rs) a:where(.astro-nen7h5rs).active{color:var(--text-main)}.main-nav:where(.astro-nen7h5rs) a:where(.astro-nen7h5rs):after{content:"";background:var(--text-primary-gradient);border-radius:2px;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.main-nav:where(.astro-nen7h5rs) a:where(.astro-nen7h5rs):hover:after,.main-nav:where(.astro-nen7h5rs) a:where(.astro-nen7h5rs).active:after{width:100%}.header-actions:where(.astro-nen7h5rs){align-items:center;gap:1rem;display:flex}.btn-link:where(.astro-nen7h5rs){color:var(--text-muted);white-space:nowrap;font-size:.95rem;font-weight:500}.btn-link:where(.astro-nen7h5rs):hover{color:var(--text-main)}.icon-btn:where(.astro-nen7h5rs){background:var(--bg-glass);border:var(--border-glass);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.icon-btn:where(.astro-nen7h5rs):hover{color:var(--text-main);background:var(--bg-glass-hover);transform:translateY(-2px)}.lang-toggle:where(.astro-nen7h5rs){color:var(--text-muted);text-decoration:none}.moon-icon:where(.astro-nen7h5rs){display:none}.sun-icon:where(.astro-nen7h5rs),:where(.astro-nen7h5rs)[data-theme=light] .moon-icon:where(.astro-nen7h5rs){display:block}:where(.astro-nen7h5rs)[data-theme=light] .sun-icon:where(.astro-nen7h5rs),.mobile-only-actions:where(.astro-nen7h5rs){display:none}.mobile-menu-toggle:where(.astro-nen7h5rs){cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;padding:.5rem;display:none}.mobile-menu-toggle:where(.astro-nen7h5rs) span:where(.astro-nen7h5rs){background:var(--text-main);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}@media (width<=1024px){.mobile-menu-toggle:where(.astro-nen7h5rs){display:flex}.desktop-actions:where(.astro-nen7h5rs){margin-left:auto;margin-right:1.5rem}.nav-wrapper:where(.astro-nen7h5rs){background:var(--bg-body);-webkit-backdrop-filter:blur(24px);width:100%;height:100vh;padding-top:calc(var(--nav-height) + 2rem);z-index:1000;flex-direction:column;justify-content:flex-start;padding-bottom:2rem;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%}.nav-wrapper:where(.astro-nen7h5rs).is-open{right:0}.main-nav:where(.astro-nen7h5rs){flex-direction:column;flex:1;justify-content:flex-start;width:100%;padding:0 2rem;display:flex}.main-nav:where(.astro-nen7h5rs) ul:where(.astro-nen7h5rs){flex-direction:column;align-items:flex-start;gap:2.5rem;width:100%}.main-nav:where(.astro-nen7h5rs) a:where(.astro-nen7h5rs){width:100%;font-size:1.5rem;font-weight:600;display:block}.mobile-only-actions:where(.astro-nen7h5rs){flex-direction:row;gap:1rem;width:100%;margin-top:auto;padding:0 2rem}.mobile-only-actions:where(.astro-nen7h5rs) .btn:where(.astro-nen7h5rs){text-align:center;flex:1;padding:.9rem}.mobile-only-actions:where(.astro-nen7h5rs) .btn-link:where(.astro-nen7h5rs){border:var(--border-glass);background:0 0;border-radius:9999px}.mobile-menu-toggle:where(.astro-nen7h5rs).is-open span:where(.astro-nen7h5rs):first-child{transform:translateY(8px)rotate(45deg)}.mobile-menu-toggle:where(.astro-nen7h5rs).is-open span:where(.astro-nen7h5rs):nth-child(2){opacity:0}.mobile-menu-toggle:where(.astro-nen7h5rs).is-open span:where(.astro-nen7h5rs):nth-child(3){transform:translateY(-8px)rotate(-45deg)}}@media (width<=768px){.desktop-actions:where(.astro-nen7h5rs){display:none}.mobile-only-actions:where(.astro-nen7h5rs){flex-flow:wrap;justify-content:center;display:flex}.header-actions:where(.astro-nen7h5rs) .btn:where(.astro-nen7h5rs){flex:100%}}.footer-global:where(.astro-jo6i4kqk){border-top:var(--border-glass);background:linear-gradient(#0000,#3b82f60d);padding:6rem 0 2rem;position:relative;overflow:hidden}.footer-global:where(.astro-jo6i4kqk):before{content:"";background:radial-gradient(circle,#3b82f666 0%,#0000 100%);width:60%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.footer-grid:where(.astro-jo6i4kqk){grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:4rem;display:grid}.logo-wrapper:where(.astro-jo6i4kqk){align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.logo-img:where(.astro-jo6i4kqk){height:32px}.light-logo:where(.astro-jo6i4kqk){display:none}.dark-logo:where(.astro-jo6i4kqk),:where(.astro-jo6i4kqk)[data-theme=light] .light-logo:where(.astro-jo6i4kqk){display:block}:where(.astro-jo6i4kqk)[data-theme=light] .dark-logo:where(.astro-jo6i4kqk){display:none}.logo-text:where(.astro-jo6i4kqk){color:var(--text-main);font-size:1.25rem;font-weight:700}.brand-description:where(.astro-jo6i4kqk){color:var(--text-muted);max-width:320px;margin-bottom:2rem;font-size:.95rem}.social-links:where(.astro-jo6i4kqk){gap:1.25rem;display:flex}.social-links:where(.astro-jo6i4kqk) a:where(.astro-jo6i4kqk){color:var(--text-muted);border:var(--border-glass);background:#ffffff08;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-links:where(.astro-jo6i4kqk) a:where(.astro-jo6i4kqk):hover{color:#fff;background:var(--bg-surface-hover);border-color:#ffffff1a;transform:translateY(-3px);box-shadow:0 4px 12px #0003}.footer-links:where(.astro-jo6i4kqk){grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.link-column:where(.astro-jo6i4kqk) h3:where(.astro-jo6i4kqk){color:var(--text-main);margin-bottom:1.5rem;font-size:1rem;font-weight:600}.link-column:where(.astro-jo6i4kqk) ul:where(.astro-jo6i4kqk){flex-direction:column;gap:1rem;display:flex}.link-column:where(.astro-jo6i4kqk) a:where(.astro-jo6i4kqk){color:var(--text-muted);font-size:.95rem}.link-column:where(.astro-jo6i4kqk) a:where(.astro-jo6i4kqk):hover{color:var(--color-primary)}.footer-bottom:where(.astro-jo6i4kqk){border-top:var(--border-glass);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}@media (width<=1024px){.footer-grid:where(.astro-jo6i4kqk){grid-template-columns:1fr;gap:3rem}.footer-links:where(.astro-jo6i4kqk){grid-template-columns:repeat(2,1fr)}.footer-bottom:where(.astro-jo6i4kqk){text-align:center;flex-direction:column;gap:1rem}}
