:root{--bg: #0a0a0a;--bg-off: #111110;--fg: #f5f2ee;--cream: #ede8e0;--accent: #AF55CC;--accent-fg: #f5f2ee;--accent-secondary: #3F9AAF;--gray: #6b6860;--gray-light: #a8a49c;--border: #2a2a28;--nav-bg: rgba(10, 10, 10, .85);--font-body: "Geist Variable", system-ui, sans-serif;--font-heading: "Geist Variable", system-ui, sans-serif;--font-mono: "Geist Mono Variable", ui-monospace, monospace;--heading-weight: 600;--heading-tracking: -.035em}html.dark{--bg: #0a0a0a;--bg-off: #111110;--fg: #f5f2ee;--cream: #ede8e0;--accent: #AF55CC;--accent-fg: #f5f2ee;--accent-secondary: #3F9AAF;--gray: #6b6860;--gray-light: #a8a49c;--border: #2a2a28;--nav-bg: rgba(10, 10, 10, .85)}html:not(.dark){--bg: #FFFDF8;--bg-off: #F7F3EA;--fg: #0a0a0a;--cream: #1a1a18;--accent: #4F0F60;--accent-fg: #f5f2ee;--accent-secondary: #0E4B5B;--gray: #7a766e;--gray-light: #3a3830;--border: #d0ccc4;--nav-bg: rgba(255, 253, 248, .88)}:where(.astro-b6eu5teh){margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--fg);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease,font-family 0s}:where(.astro-b6eu5teh)::selection{background:var(--accent);color:var(--accent-fg)}nav:where(.astro-b6eu5teh){position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;background:var(--nav-bg);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:background .2s ease,border-color .2s ease}.logo:where(.astro-b6eu5teh){display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-mono);font-weight:700;font-size:1.1rem;letter-spacing:-.02em;color:var(--fg);text-decoration:none}.logo-twin:where(.astro-b6eu5teh){color:var(--accent)}.nav-right:where(.astro-b6eu5teh){display:flex;align-items:center;gap:1rem}.lang-switcher:where(.astro-b6eu5teh){display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.lang-link:where(.astro-b6eu5teh){color:var(--gray);text-decoration:none;transition:color .2s ease}.lang-link:where(.astro-b6eu5teh):hover{color:var(--fg)}.lang-link:where(.astro-b6eu5teh).active{color:var(--fg)}.lang-sep:where(.astro-b6eu5teh){color:var(--border)}.theme-btn:where(.astro-b6eu5teh){background:none;border:none;cursor:pointer;color:var(--gray-light);display:flex;align-items:center;padding:.25rem;transition:color .2s}.theme-btn:where(.astro-b6eu5teh):hover{color:var(--fg)}.icon-sun:where(.astro-b6eu5teh){display:none}.icon-moon:where(.astro-b6eu5teh){display:block}html.dark .icon-sun:where(.astro-b6eu5teh){display:block}html.dark .icon-moon:where(.astro-b6eu5teh){display:none}.nav-cta:where(.astro-b6eu5teh){font-family:var(--font-mono);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-fg);background:var(--accent);padding:.6rem 1.4rem;text-decoration:none;transition:all .2s ease}.nav-cta:where(.astro-b6eu5teh):hover{opacity:.85;transform:translateY(-1px)}.legal:where(.astro-b6eu5teh){max-width:720px;margin:0 auto;padding:8rem 1.5rem 4rem}.legal:where(.astro-b6eu5teh) h1{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.8rem);font-weight:var(--heading-weight);letter-spacing:var(--heading-tracking);line-height:1.15;color:var(--fg);margin-bottom:2.5rem}.legal:where(.astro-b6eu5teh) h2{font-family:var(--font-heading);font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:var(--heading-weight);letter-spacing:var(--heading-tracking);line-height:1.3;color:var(--fg);margin-top:3rem;margin-bottom:1.2rem;padding-top:2rem;border-top:1px solid var(--border)}.legal:where(.astro-b6eu5teh) h2:first-of-type{border-top:none;padding-top:0}.legal:where(.astro-b6eu5teh) h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--fg);margin-top:1.75rem;margin-bottom:.6rem}.legal:where(.astro-b6eu5teh) p{font-size:1rem;color:var(--gray-light);line-height:1.75;margin-bottom:1.1rem}.legal:where(.astro-b6eu5teh) strong{color:var(--fg);font-weight:600}.legal:where(.astro-b6eu5teh) em{font-style:italic;color:var(--gray-light)}.legal:where(.astro-b6eu5teh) a{color:var(--accent-secondary);text-decoration:none;border-bottom:1px solid var(--border);transition:color .2s ease;word-break:break-word}.legal:where(.astro-b6eu5teh) a:hover{color:var(--accent)}.legal:where(.astro-b6eu5teh) ol,.legal:where(.astro-b6eu5teh) ul{margin:0 0 1.5rem 1.5rem;padding-left:.75rem;color:var(--gray-light)}.legal:where(.astro-b6eu5teh) ol{list-style-type:lower-alpha}.legal:where(.astro-b6eu5teh) ol li,.legal:where(.astro-b6eu5teh) ul li{font-size:1rem;line-height:1.75;margin-bottom:.85rem;padding-left:.25rem}.legal:where(.astro-b6eu5teh) ol li::marker,.legal:where(.astro-b6eu5teh) ul li::marker{color:var(--accent-secondary)}.legal:where(.astro-b6eu5teh) li ul,.legal:where(.astro-b6eu5teh) li ol{margin-top:.6rem;margin-bottom:.6rem}.legal:where(.astro-b6eu5teh) .indent{padding-left:2rem}.legal:where(.astro-b6eu5teh) .legal-meta{display:block;margin-top:3rem;padding-top:1.25rem;border-top:1px solid var(--border);font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gray)}@media(max-width:900px){nav:where(.astro-b6eu5teh){padding:1rem 1.5rem}.legal:where(.astro-b6eu5teh){padding-top:6.5rem}}
