@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300&family=DM+Sans:wght@300;400;500&display=swap";:root{--bg: #050508;--bg-raised: #0a0a12;--bg-card: #0e0e1a;--bg-hover: #141422;--border: #1e1e32;--border-light: #2a2a44;--text-primary: #f0eeff;--text-secondary: #9090b8;--text-muted: #484868;--accent: #8b5cf6;--accent-dim: #3b0764;--accent-glow: rgba(139, 92, 246, .25);--accent-2: #22d3ee;--accent-2-glow: rgba(34, 211, 238, .2);--accent-fire: #f97316;--accent-pink: #e040fb;--danger: #f87171;--success: #34d399;--font-display: "Orbitron", "Courier New", monospace;--font-mono: "DM Mono", "Courier New", monospace;--font-body: "DM Sans", system-ui, sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--space-10: 128px;--max-width: 1200px;--nav-height: 72px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in: cubic-bezier(.7, 0, .84, 0);--duration: .22s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background:var(--bg);color:var(--text-primary);font-family:var(--font-body);font-weight:300;line-height:1.6;min-height:100dvh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.1;letter-spacing:-.02em;color:var(--text-primary)}h1{font-size:clamp(2rem,5.5vw,4.5rem);font-weight:900;letter-spacing:.04em}h2{font-size:clamp(1.4rem,3vw,2.4rem);font-weight:700;letter-spacing:.03em}h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;letter-spacing:.02em}h4{font-size:1rem;font-weight:700;letter-spacing:.02em}p{line-height:1.7;color:var(--text-secondary)}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-6)}@media(max-width:768px){.container{padding-inline:var(--space-4)}}.mono{font-family:var(--font-mono);font-size:.8em;letter-spacing:.05em}.label{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.accent{color:var(--accent)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-enter{animation:pageEnter .4s var(--ease-out) both}@keyframes pageEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}::selection{background:var(--accent);color:#000}.divider{width:100%;height:1px;background:var(--border)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");opacity:.025;pointer-events:none;z-index:9999}.nav.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);transition:background var(--duration) var(--ease-out),border-color var(--duration) var(--ease-out);border-bottom:1px solid transparent}.nav.scrolled.svelte-12qhfyh{background:#050508eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:#8b5cf640;box-shadow:0 0 40px #8b5cf614}.nav-inner.svelte-12qhfyh{height:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-5)}.wordmark.svelte-12qhfyh{display:flex;align-items:center;text-decoration:none}.wordmark-logo.svelte-12qhfyh{height:40px;width:auto;display:block;object-fit:contain}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-1);list-style:none;margin:0}.nav-link.svelte-12qhfyh{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);transition:color var(--duration),background var(--duration);position:relative}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:4px;left:50%;right:50%;height:1px;background:var(--accent);transition:left var(--duration) var(--ease-out),right var(--duration) var(--ease-out)}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--text-primary)}.nav-link.active.svelte-12qhfyh:after,.nav-link.svelte-12qhfyh:hover:after{left:var(--space-3);right:var(--space-3)}.btn-members.svelte-12qhfyh{padding:var(--space-2) var(--space-4);border:1px solid var(--accent);border-radius:var(--radius-sm);color:var(--accent);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;transition:background var(--duration),color var(--duration)}.btn-members.svelte-12qhfyh:hover{background:var(--accent);color:#000}.nav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-3)}.burger.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:var(--space-2)}.burger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:22px;height:1px;background:var(--text-primary);transition:transform var(--duration) var(--ease-out),opacity var(--duration)}.mobile-menu.svelte-12qhfyh{position:fixed;inset:var(--nav-height) 0 0 0;background:var(--bg);padding:var(--space-6) var(--space-5);display:flex;flex-direction:column}.mobile-menu.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none}.mobile-link.svelte-12qhfyh{display:block;font-family:var(--font-display);font-size:2.5rem;font-weight:700;padding:var(--space-3) 0;border-bottom:1px solid var(--border);color:var(--text-secondary);transition:color var(--duration)}.mobile-link.svelte-12qhfyh:hover,.mobile-link.accent.svelte-12qhfyh{color:var(--accent)}@media(max-width:768px){.nav-links.svelte-12qhfyh,.btn-members.svelte-12qhfyh{display:none}.burger.svelte-12qhfyh{display:flex}}.footer.svelte-12qhfyh{margin-top:var(--space-10);border-top:1px solid var(--border);padding-top:var(--space-7);padding-bottom:var(--space-6)}.footer-inner.svelte-12qhfyh{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--space-6);align-items:start;padding-bottom:var(--space-6);border-bottom:1px solid var(--border)}.footer-name.svelte-12qhfyh{font-family:var(--font-display);font-size:1.5rem;font-weight:900;color:var(--text-primary)}.footer-tagline.svelte-12qhfyh{color:var(--text-muted);font-size:.75rem;margin-top:var(--space-1)}.footer-nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--space-2)}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em;color:var(--text-secondary);text-transform:uppercase;transition:color var(--duration)}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}.footer-social.svelte-12qhfyh{display:flex;gap:var(--space-4);align-items:center;justify-content:flex-end}.footer-social.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted);transition:color var(--duration)}.footer-social.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}.footer-bottom.svelte-12qhfyh{display:flex;justify-content:space-between;padding-top:var(--space-5);font-size:.72rem;color:var(--text-muted)}.footer-bottom.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted);transition:color var(--duration)}.footer-bottom.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-secondary)}@media(max-width:768px){.footer-inner.svelte-12qhfyh{grid-template-columns:1fr}.footer-social.svelte-12qhfyh{justify-content:flex-start}.footer-bottom.svelte-12qhfyh{flex-direction:column;gap:var(--space-2)}}
