:root{--bg-0: #070c18;--bg-1: #0c1322;--bg-2: #111b2e;--bg-3: #162236;--line: rgba(255, 255, 255, .07);--line-strong: rgba(255, 255, 255, .14);--text-0: #e8edf5;--text-1: #8494ab;--text-2: #4d607a;--accent: #05d4e8;--accent-dim: rgba(5, 212, 232, .1);--accent-mid: rgba(5, 212, 232, .2);--font-display: "Barlow", sans-serif;--font-body: "IBM Plex Sans", sans-serif;--font-mono: "IBM Plex Mono", monospace;--radius: 4px;--nav-h: 68px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-0);color:var(--text-0);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}img,svg{display:block}button{cursor:pointer;font-family:inherit;border:none;background:none}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.label{font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}nav.svelte-1h32yp1{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);background:#070c18e6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav-inner.svelte-1h32yp1{display:flex;align-items:center;height:100%;gap:2rem}.logo.svelte-1h32yp1{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.logo-text.svelte-1h32yp1{font-family:var(--font-display);font-size:1.1rem;font-weight:700;letter-spacing:-.01em;color:var(--text-0)}.logo-dot.svelte-1h32yp1{color:var(--accent)}.nav-links.svelte-1h32yp1{display:flex;list-style:none;gap:.25rem;margin-left:auto}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-family:var(--font-body);font-size:.875rem;font-weight:400;color:var(--text-1);padding:.4rem .75rem;border-radius:var(--radius);transition:color .2s,background .2s}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover,.nav-links.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){color:var(--text-0);background:var(--bg-2)}.nav-links.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){color:var(--accent)}.nav-cta.svelte-1h32yp1{font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);border:1px solid rgba(5,212,232,.3);padding:.5rem 1rem;border-radius:var(--radius);transition:background .2s,border-color .2s;white-space:nowrap;flex-shrink:0}.nav-cta.svelte-1h32yp1:hover{background:var(--accent-dim);border-color:var(--accent)}.hamburger.svelte-1h32yp1{display:none;flex-direction:column;gap:5px;padding:.5rem;margin-left:auto}.hamburger.svelte-1h32yp1 span:where(.svelte-1h32yp1){display:block;width:22px;height:2px;background:var(--text-1);border-radius:2px;transition:background .2s}.hamburger.svelte-1h32yp1:hover span:where(.svelte-1h32yp1){background:var(--text-0)}.mobile-menu.svelte-1h32yp1{display:flex;flex-direction:column;background:var(--bg-1);border-top:1px solid var(--line);padding:1rem 2rem 1.5rem;gap:.25rem}.mobile-menu.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:1rem;color:var(--text-1);padding:.6rem 0;border-bottom:1px solid var(--line);transition:color .2s}.mobile-menu.svelte-1h32yp1 a:where(.svelte-1h32yp1):last-of-type{border-bottom:none}.mobile-menu.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover,.mobile-menu.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){color:var(--text-0)}.mobile-cta.svelte-1h32yp1{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.05em;color:var(--accent)!important;margin-top:.5rem;padding-top:1rem!important;border-top:1px solid var(--line)!important;border-bottom:none!important}.nav-spacer.svelte-1h32yp1{height:var(--nav-h)}@media(max-width:768px){nav.svelte-1h32yp1{height:auto;min-height:var(--nav-h)}.nav-links.svelte-1h32yp1,.nav-cta.svelte-1h32yp1{display:none}.hamburger.svelte-1h32yp1{display:flex}.nav-inner.svelte-1h32yp1{height:var(--nav-h)}}footer.svelte-jz8lnl{background:var(--bg-1);border-top:1px solid var(--line);margin-top:auto}.footer-inner.svelte-jz8lnl{display:grid;grid-template-columns:1fr auto auto;gap:3rem;padding-top:3rem;padding-bottom:3rem;align-items:start}.footer-brand.svelte-jz8lnl{display:flex;flex-direction:column;gap:.75rem}.logo.svelte-jz8lnl{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text-0)}.dot.svelte-jz8lnl{color:var(--accent)}.tagline.svelte-jz8lnl{font-size:.8rem;color:var(--text-2);line-height:1.5}.footer-nav.svelte-jz8lnl{display:flex;flex-direction:column;gap:.6rem}.footer-nav.svelte-jz8lnl a:where(.svelte-jz8lnl){font-size:.875rem;color:var(--text-1);transition:color .2s}.footer-nav.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--text-0)}.footer-contact.svelte-jz8lnl{display:flex;flex-direction:column;gap:.6rem}.footer-contact.svelte-jz8lnl a:where(.svelte-jz8lnl){font-size:.8rem;color:var(--text-1);transition:color .2s;font-family:var(--font-mono)}.footer-contact.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--accent)}.footer-bottom.svelte-jz8lnl{border-top:1px solid var(--line);padding:1.25rem 0}.footer-bottom.svelte-jz8lnl .container:where(.svelte-jz8lnl){display:flex;justify-content:space-between;align-items:center;gap:1rem}.copy.svelte-jz8lnl,.abn.svelte-jz8lnl{font-size:.75rem;color:var(--text-2);font-family:var(--font-mono)}@media(max-width:768px){.footer-inner.svelte-jz8lnl{grid-template-columns:1fr;gap:2rem;padding-top:2rem;padding-bottom:2rem}.footer-bottom.svelte-jz8lnl .container:where(.svelte-jz8lnl){flex-direction:column;align-items:flex-start}}.site-wrapper.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}main.svelte-12qhfyh{flex:1}
