:root{--brand: #69039c;--brand-600: #7b16b0;--brand-500: #9d4edd;--brand-400: #b15cff;--brand-300: #c98bff;--bg: #08050d;--bg-soft: #0d0916;--surface: #120c1f;--surface-2: #170f28;--line: rgba(177, 92, 255, .14);--text: #f3effa;--text-soft: #c8bedd;--text-dim: #8a7ea3;--glass-bg: rgba(28, 18, 46, .55);--glass-border: rgba(177, 92, 255, .18);--glass-blur: 14px;--grad-brand: linear-gradient(135deg, #7b16b0 0%, #b15cff 100%);--grad-brand-soft: linear-gradient(135deg, rgba(123, 22, 176, .9) 0%, rgba(177, 92, 255, .9) 100%);--grad-text: linear-gradient(120deg, #ffffff 0%, #c98bff 60%, #b15cff 100%);--shadow-card: 0 18px 50px -20px rgba(0, 0, 0, .8);--glow-brand: 0 0 40px -6px rgba(157, 78, 221, .55);--radius: 18px;--radius-lg: 26px;--container: 1600px;--header-h: 73px;--font-display: "Space Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 16px);background:var(--bg)!important;min-height:100%}body{background:var(--bg)!important;color:var(--text)!important;font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;min-height:100vh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(60% 50% at 15% 0%,rgba(123,22,176,.22),transparent 60%),radial-gradient(50% 45% at 90% 10%,rgba(177,92,255,.16),transparent 55%),radial-gradient(55% 50% at 50% 100%,rgba(105,3,156,.18),transparent 60%);pointer-events:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.1;letter-spacing:-.02em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::-moz-selection{background:#b15cff52;color:#fff}::selection{background:#b15cff52;color:#fff}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(20px,5vw,40px)}.section{padding-block:clamp(64px,9vw,120px);position:relative}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-300)}.section-title{font-size:clamp(1.9rem,4vw,3rem);margin-top:14px}.section-lead{color:var(--text-soft);max-width:60ch;margin-top:16px;font-size:1.05rem}.text-gradient{background:var(--grad-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.glass{background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border-radius:var(--radius)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal{opacity:1!important;transform:none!important;transition:none}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}.logo.svelte-a4742o{display:inline-flex;align-items:center}.logo.svelte-a4742o img:where(.svelte-a4742o){width:auto;display:block;filter:drop-shadow(0 2px 10px rgba(157,78,221,.25));transition:transform .25s ease,filter .25s ease}.logo.svelte-a4742o:hover img:where(.svelte-a4742o){transform:translateY(-1px);filter:drop-shadow(0 4px 16px rgba(177,92,255,.45))}.header.svelte-hv3zzy{position:fixed;inset:0 0 auto 0;z-index:100;height:var(--header-h);display:flex;align-items:center;transition:background .3s ease,backdrop-filter .3s ease}.header.svelte-hv3zzy:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background:linear-gradient(90deg,transparent 0%,rgba(123,22,176,.35) 18%,var(--brand-400) 50%,rgba(123,22,176,.35) 82%,transparent 100%);opacity:.55;transition:opacity .3s ease}.header.scrolled.svelte-hv3zzy{background:#0a0612b8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header.scrolled.svelte-hv3zzy:after{opacity:1}.bar.svelte-hv3zzy{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;width:100%}.left.svelte-hv3zzy{justify-self:start}.right.svelte-hv3zzy{justify-self:end;display:flex;align-items:center;gap:16px}.links.svelte-hv3zzy{display:flex;gap:28px;justify-self:center}.links.svelte-hv3zzy a:where(.svelte-hv3zzy){font-size:.95rem;color:var(--text-soft);font-weight:500;position:relative;transition:color .2s ease}.links.svelte-hv3zzy a:where(.svelte-hv3zzy):after{content:"";position:absolute;left:0;bottom:-6px;height:2px;width:0;background:var(--grad-brand);border-radius:2px;transition:width .25s ease}.links.svelte-hv3zzy a:where(.svelte-hv3zzy):hover{color:#fff}.links.svelte-hv3zzy a:where(.svelte-hv3zzy):hover:after{width:100%}.actions.svelte-hv3zzy{display:flex;align-items:center;gap:16px;margin-left:8px}.login.svelte-hv3zzy{display:inline-flex;align-items:center;gap:7px;font-size:.93rem;font-weight:500;color:var(--text-soft);transition:color .2s ease}.login.svelte-hv3zzy:hover{color:#fff}.burger.svelte-hv3zzy{display:none;background:var(--glass-bg);border:1px solid var(--glass-border);color:#fff;width:44px;height:44px;border-radius:12px;align-items:center;justify-content:center;cursor:pointer}.mobile.svelte-hv3zzy{position:absolute;top:calc(var(--header-h) - 6px);left:clamp(12px,4vw,24px);right:clamp(12px,4vw,24px);padding:18px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--shadow-card)}.mobile.svelte-hv3zzy nav:where(.svelte-hv3zzy){display:flex;flex-direction:column}.mobile.svelte-hv3zzy nav:where(.svelte-hv3zzy) a:where(.svelte-hv3zzy){padding:12px 8px;font-family:var(--font-display);font-weight:500;border-bottom:1px solid var(--line)}.mobile-cta.svelte-hv3zzy{display:flex;flex-direction:column;gap:10px}@media (max-width: 920px){.bar.svelte-hv3zzy{display:flex;justify-content:space-between}.links.svelte-hv3zzy,.actions.svelte-hv3zzy{display:none}.burger.svelte-hv3zzy{display:inline-flex}}.footer.svelte-7lfk2o{border-top:1px solid var(--line);background:linear-gradient(180deg,transparent,rgba(105,3,156,.08));padding-block:64px 32px}.grid.svelte-7lfk2o{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}.brand.svelte-7lfk2o p:where(.svelte-7lfk2o){color:var(--text-dim);margin-top:18px;max-width:36ch;font-size:.95rem}.wpp.svelte-7lfk2o{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-weight:600;color:var(--brand-300)}.wpp.svelte-7lfk2o:hover{color:#fff}.col.svelte-7lfk2o{display:flex;flex-direction:column;gap:12px}.col.svelte-7lfk2o h4:where(.svelte-7lfk2o){font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text);margin-bottom:4px}.col.svelte-7lfk2o a:where(.svelte-7lfk2o){color:var(--text-dim);font-size:.95rem;transition:color .2s ease}.col.svelte-7lfk2o a:where(.svelte-7lfk2o):hover{color:var(--brand-300)}.muted.svelte-7lfk2o{color:var(--text-dim);font-size:.95rem}.bottom.svelte-7lfk2o{margin-top:48px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:var(--text-dim);font-size:.88rem}@media (max-width: 860px){.grid.svelte-7lfk2o{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 520px){.grid.svelte-7lfk2o{grid-template-columns:1fr}}.site-shell.svelte-1br2sqw{display:flex;flex-direction:column;min-height:100vh}.site-shell.svelte-1br2sqw main:where(.svelte-1br2sqw){flex:1 0 auto}
