:root{--bg-primary: #08060d;--bg-surface: #120e1a;--text-primary: #e8e6ed;--text-secondary: #908899;--accent: #f0506a;--accent-hover: #f56e82;--accent-glow: rgba(240, 80, 106, .2);--accent-subtle: #a78bfa;--accent-subtle-hover: #c4b5fd;--border: #241e32;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 2rem;--space-xl: 4rem;--space-2xl: 8rem;--max-width: 1120px;--nav-height: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-weight:400;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);background-image:radial-gradient(ellipse 900px 700px at 15% 8%,rgba(167,139,250,.12),transparent),radial-gradient(ellipse 700px 900px at 85% 35%,rgba(232,112,122,.08),transparent),radial-gradient(ellipse 1000px 600px at 50% 70%,rgba(139,92,246,.08),transparent),radial-gradient(ellipse 600px 800px at 10% 90%,rgba(232,112,122,.06),transparent)}a{color:var(--accent-subtle);text-decoration:none}a:hover{color:var(--accent-subtle-hover)}img{max-width:100%;display:block}code,pre{font-family:var(--font-mono)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.section{padding:var(--space-2xl) 0}.section+.section{border-top:1px solid var(--border);position:relative}.section+.section:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:400px;height:1px;background:linear-gradient(90deg,transparent,rgba(167,139,250,.3),rgba(232,152,58,.2),rgba(167,139,250,.3),transparent)}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.75rem 1.5rem;border-radius:8px;font-family:var(--font-sans);font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:background-color .15s ease,box-shadow .15s ease}.btn-primary{background-color:var(--accent);color:#1a0e00}.btn-primary:hover{background-color:var(--accent-hover);color:#1a0e00;box-shadow:0 0 20px var(--accent-glow)}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:var(--space-xl);letter-spacing:-.01em}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-latin-400.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-latin-600.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter-latin-700.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jetbrains-mono-latin-400.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.nav:where(.astro-dmqpwcec){position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);background-color:#08060dd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner:where(.astro-dmqpwcec){display:flex;align-items:center;justify-content:space-between;height:100%}.nav-logo:where(.astro-dmqpwcec){display:flex;align-items:center;gap:var(--space-sm);color:var(--text-primary);font-weight:600;font-size:1.125rem}.nav-logo:where(.astro-dmqpwcec):hover{color:var(--text-primary)}.nav-logo-icon:where(.astro-dmqpwcec){color:var(--accent)}.nav-links:where(.astro-dmqpwcec){display:flex;align-items:center;gap:var(--space-lg)}.nav-links:where(.astro-dmqpwcec) a:where(.astro-dmqpwcec){color:var(--text-secondary);font-size:.875rem;font-weight:500}.nav-links:where(.astro-dmqpwcec) a:where(.astro-dmqpwcec):hover{color:var(--text-primary)}.nav-links:where(.astro-dmqpwcec) a:where(.astro-dmqpwcec).btn-primary,.nav-links:where(.astro-dmqpwcec) a:where(.astro-dmqpwcec).btn-primary:hover{color:#1a0e00;font-weight:600}.btn-sm:where(.astro-dmqpwcec){padding:.5rem 1rem;font-size:.875rem}@media(max-width:640px){.nav-links:where(.astro-dmqpwcec) a:where(.astro-dmqpwcec):not(.btn){display:none}}.hero:where(.astro-bbe6dxrz){padding-top:calc(var(--nav-height) + var(--space-2xl));padding-bottom:var(--space-2xl);text-align:center;position:relative;overflow:hidden}.hero:where(.astro-bbe6dxrz):before{content:"";position:absolute;top:20%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(ellipse at center,rgba(232,112,122,.08) 0%,rgba(167,139,250,.04) 40%,transparent 70%);pointer-events:none;z-index:0}.hero-inner:where(.astro-bbe6dxrz){max-width:720px;position:relative;z-index:1}.hero-icon:where(.astro-bbe6dxrz){margin-bottom:var(--space-lg)}.hero-icon:where(.astro-bbe6dxrz) .co-logo:where(.astro-bbe6dxrz){margin:0 auto;color:var(--accent);filter:drop-shadow(0 0 30px rgba(240,80,106,.3)) drop-shadow(0 0 60px rgba(167,139,250,.15))}.hero-headline:where(.astro-bbe6dxrz){font-size:3.25rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:var(--space-lg)}.hero-subhead:where(.astro-bbe6dxrz){font-size:1.25rem;color:var(--text-secondary);line-height:1.5;margin-bottom:var(--space-xl)}.hero-cta:where(.astro-bbe6dxrz){margin-bottom:var(--space-md)}.hero-meta:where(.astro-bbe6dxrz){font-size:.8125rem;color:var(--text-secondary)}@media(max-width:768px){.hero-headline:where(.astro-bbe6dxrz){font-size:2.25rem}.hero-subhead:where(.astro-bbe6dxrz){font-size:1.125rem}}.section-subtitle:where(.astro-cmgpsf2k){text-align:center;color:var(--text-secondary);font-size:.95rem;margin-top:-1.5rem;margin-bottom:var(--space-xl)}.steps:where(.astro-cmgpsf2k){display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg)}.step:where(.astro-cmgpsf2k){padding:var(--space-lg);border-radius:12px;background-color:var(--bg-surface);border:1px solid var(--border);min-width:0;overflow:hidden;display:flex;flex-direction:column}.step:where(.astro-cmgpsf2k) h3:where(.astro-cmgpsf2k){font-size:1.125rem;font-weight:600;margin-bottom:var(--space-sm)}.step:where(.astro-cmgpsf2k) p:where(.astro-cmgpsf2k){color:var(--text-secondary);font-size:.9375rem;margin-bottom:var(--space-md)}.code-block:where(.astro-cmgpsf2k){border-radius:8px;overflow:hidden;border:1px solid var(--border);background-color:var(--bg-primary);flex:1;display:flex;flex-direction:column}.code-header:where(.astro-cmgpsf2k){padding:var(--space-sm) var(--space-md);font-size:.75rem;color:var(--text-secondary);border-bottom:1px solid var(--border)}.code-block:where(.astro-cmgpsf2k) pre:where(.astro-cmgpsf2k){padding:var(--space-md);overflow:hidden;font-size:.8125rem;line-height:1.6;flex:1}.code-block:where(.astro-cmgpsf2k) pre:where(.astro-cmgpsf2k).wrap{white-space:pre-wrap}.code-block:where(.astro-cmgpsf2k) code:where(.astro-cmgpsf2k){color:var(--text-primary)}@media(max-width:768px){.steps:where(.astro-cmgpsf2k){grid-template-columns:1fr}}.feature-grid:where(.astro-vnivfuh2){display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.feature-card:where(.astro-vnivfuh2){padding:var(--space-lg);border-radius:12px;background-color:var(--bg-surface);border:1px solid var(--border)}.feature-icon:where(.astro-vnivfuh2){margin-right:var(--space-sm);font-size:1.125rem}.feature-card:where(.astro-vnivfuh2) h3:where(.astro-vnivfuh2){display:flex;align-items:center;font-size:1.0625rem;font-weight:600;margin-bottom:var(--space-sm)}.feature-card:where(.astro-vnivfuh2) p:where(.astro-vnivfuh2){color:var(--text-secondary);font-size:.9375rem;line-height:1.5}@media(max-width:1024px){.feature-grid:where(.astro-vnivfuh2){grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.feature-grid:where(.astro-vnivfuh2){grid-template-columns:1fr}}.arch-grid:where(.astro-4gd5y3do){display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl)}.arch-stack:where(.astro-4gd5y3do) h3:where(.astro-4gd5y3do),.arch-privacy:where(.astro-4gd5y3do) h3:where(.astro-4gd5y3do){font-size:1.125rem;font-weight:600;margin-bottom:var(--space-md)}.arch-stack:where(.astro-4gd5y3do) ul:where(.astro-4gd5y3do){list-style:none;display:flex;flex-direction:column;gap:var(--space-sm)}.arch-stack:where(.astro-4gd5y3do) li:where(.astro-4gd5y3do){color:var(--text-secondary);font-size:.9375rem;line-height:1.5;padding-left:var(--space-md);position:relative}.arch-stack:where(.astro-4gd5y3do) li:where(.astro-4gd5y3do):before{content:"→";position:absolute;left:0;color:var(--accent-subtle)}.arch-stack:where(.astro-4gd5y3do) li:where(.astro-4gd5y3do) strong:where(.astro-4gd5y3do){color:var(--text-primary)}.privacy-statement:where(.astro-4gd5y3do){font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-md);line-height:1.5}.privacy-detail:where(.astro-4gd5y3do){color:var(--text-secondary);font-size:.9375rem;line-height:1.6}@media(max-width:768px){.arch-grid:where(.astro-4gd5y3do){grid-template-columns:1fr}}.download-section:where(.astro-sz7xmlte){text-align:center;border-top:1px solid var(--border);position:relative;overflow:hidden}.download-section:where(.astro-sz7xmlte):before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:500px;height:300px;background:radial-gradient(ellipse at center bottom,rgba(232,112,122,.06) 0%,rgba(167,139,250,.03) 50%,transparent 70%);pointer-events:none}.download-inner:where(.astro-sz7xmlte) h2:where(.astro-sz7xmlte){font-size:2rem;font-weight:700;margin-bottom:var(--space-sm);letter-spacing:-.01em}.download-inner:where(.astro-sz7xmlte) p:where(.astro-sz7xmlte){color:var(--text-secondary);font-size:1.125rem;margin-bottom:var(--space-lg)}.footer:where(.astro-sz7xmlte){padding:var(--space-lg) 0;border-top:1px solid var(--border)}.footer-inner:where(.astro-sz7xmlte){display:flex;align-items:center;justify-content:space-between}.footer-links:where(.astro-sz7xmlte){display:flex;gap:var(--space-lg)}.footer-links:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte){color:var(--text-secondary);font-size:.875rem}.footer-links:where(.astro-sz7xmlte) a:where(.astro-sz7xmlte):hover{color:var(--text-primary)}.footer-copy:where(.astro-sz7xmlte){color:var(--text-secondary);font-size:.8125rem}@media(max-width:640px){.footer-inner:where(.astro-sz7xmlte){flex-direction:column;gap:var(--space-md);text-align:center}}
