.navbar[data-astro-cid-pux6a34n]{position:fixed;top:0;left:0;right:0;width:100%;z-index:100;background:#09090be6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);transition:transform .3s ease}.navbar[data-astro-cid-pux6a34n].hidden{transform:translateY(-100%)}.nav-container[data-astro-cid-pux6a34n]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.875rem 2rem;width:100%}.logo[data-astro-cid-pux6a34n]{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--color-text);text-decoration:none;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex-shrink:0}.nav-links[data-astro-cid-pux6a34n]{display:flex;gap:.5rem}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:var(--color-text-secondary);text-decoration:none;font-weight:500;font-size:.9rem;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease;position:relative;white-space:nowrap}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:var(--color-text);background:#ffffff0d}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n].active{color:var(--color-accent);background:#f973161a}.mobile-menu-btn[data-astro-cid-pux6a34n]{display:none;flex-direction:column;justify-content:space-around;width:32px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:110;flex-shrink:0}.mobile-menu-btn[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{width:100%;height:2px;background:var(--color-text);border-radius:2px;transition:all .3s ease}.mobile-menu-btn[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}.mobile-menu-btn[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav[data-astro-cid-pux6a34n]{display:none;position:fixed;inset:0;background:#09090bfa;z-index:99;padding:5rem 2rem 2rem;opacity:0;visibility:hidden;transition:all .3s ease;width:100vw;height:100vh}.mobile-nav[data-astro-cid-pux6a34n].active{opacity:1;visibility:visible}.mobile-nav-links[data-astro-cid-pux6a34n]{display:flex;flex-direction:column;gap:.5rem;align-items:center}.mobile-nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:var(--color-text);text-decoration:none;font-weight:600;font-size:1.25rem;padding:1rem;border-radius:8px;transition:all .2s ease;text-align:center;width:100%}.mobile-nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{background:#ffffff0d;color:var(--color-accent)}.mobile-nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n].active{color:var(--color-accent);background:#f973161a}@media(max-width:900px){.desktop-only[data-astro-cid-pux6a34n]{display:none}.mobile-menu-btn[data-astro-cid-pux6a34n]{display:flex}.mobile-nav[data-astro-cid-pux6a34n]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.nav-container[data-astro-cid-pux6a34n]{padding:.875rem 1.5rem}}:root{--color-bg: #09090b;--color-bg-secondary: #18181b;--color-bg-tertiary: #27272a;--color-text: #fafafa;--color-text-secondary: #a1a1aa;--color-text-muted: #71717a;--color-accent: #f97316;--color-accent-hover: #ea580c;--color-accent-secondary: #eab308;--color-accent-tertiary: #14b8a6;--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(255, 255, 255, .15);--font-display: "Space Grotesk", sans-serif;--font-body: "Outfit", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;color-scheme:dark}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}::selection{background:var(--color-accent);color:var(--color-bg)}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page-wrapper{animation:fadeIn .3s ease-out}
