*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #08080c;--bg-surface: #0e0e16;--bg-elevated: #14141f;--bg-card: #181825;--border-subtle: #1e1e30;--border-medium: #2a2a42;--amber-50: #fffbeb;--amber-100: #fef3c7;--amber-200: #fde68a;--amber-300: #fcd34d;--amber-400: #fbbf24;--amber-500: #f59e0b;--amber-600: #d97706;--amber-700: #b45309;--amber-800: #92400e;--amber-900: #78350f;--cyan-400: #22d3ee;--cyan-500: #06b6d4;--text-primary: #e8e8ed;--text-secondary: #9898aa;--text-muted: #5c5c72;--font-display: "Syne", sans-serif;--font-body: "Instrument Sans", sans-serif;--font-mono: "DM Mono", monospace}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}.grid-bg:where(.astro-j7pv25f6){position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:64px 64px;pointer-events:none;z-index:0}.nav:where(.astro-j7pv25f6){position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(12px);background:#08080ccc;border-bottom:1px solid var(--border-subtle)}.nav-inner:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo:where(.astro-j7pv25f6){display:flex;align-items:center}.logo-mark:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:1.25rem;font-weight:500;color:var(--amber-400);letter-spacing:-.02em}.logo-mark:where(.astro-j7pv25f6).small{font-size:1rem}.nav-links:where(.astro-j7pv25f6){display:flex;gap:2rem;font-size:.9rem;color:var(--text-secondary)}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text-primary)}.hero:where(.astro-j7pv25f6){position:relative;padding:10rem 2rem 4rem;min-height:100vh;display:flex;align-items:center}.hero:where(.astro-j7pv25f6):before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:600px;background:radial-gradient(ellipse,rgba(245,158,11,.06) 0%,transparent 70%);pointer-events:none}.hero-inner:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.hero-badge:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.8rem;color:var(--amber-400);background:#f59e0b14;border:1px solid rgba(245,158,11,.15);padding:.4rem 1rem;border-radius:100px;margin-bottom:2rem;animation:fadeInUp .6s ease-out}.badge-dot:where(.astro-j7pv25f6){width:6px;height:6px;border-radius:50%;background:var(--amber-400);animation:pulse-dot 2s ease-in-out infinite}.hero-title:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem}.title-line:where(.astro-j7pv25f6){display:block;animation:fadeInUp .6s ease-out backwards}.title-line:where(.astro-j7pv25f6):nth-child(1){animation-delay:.1s}.title-line:where(.astro-j7pv25f6).accent{color:var(--amber-400);animation-delay:.2s}.hero-subtitle:where(.astro-j7pv25f6){font-size:1.25rem;color:var(--text-secondary);max-width:520px;line-height:1.7;margin-bottom:2.5rem;animation:fadeInUp .6s ease-out .3s backwards}.hero-subtitle:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:1.1rem;color:var(--amber-300);background:#f59e0b1a;padding:.15em .4em;border-radius:4px}.hero-actions:where(.astro-j7pv25f6){display:flex;gap:1rem;flex-wrap:wrap;animation:fadeInUp .6s ease-out .4s backwards}.btn:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-family:var(--font-body);font-size:.95rem;font-weight:600;transition:all .2s ease;cursor:pointer}.btn-primary:where(.astro-j7pv25f6){background:var(--amber-500);color:#000}.btn-primary:where(.astro-j7pv25f6):hover{background:var(--amber-400);transform:translateY(-1px);box-shadow:0 4px 20px #f59e0b4d}.btn-secondary:where(.astro-j7pv25f6){background:transparent;color:var(--text-primary);border:1px solid var(--border-medium)}.btn-secondary:where(.astro-j7pv25f6):hover{border-color:var(--amber-600);color:var(--amber-300)}.hero-diagram:where(.astro-j7pv25f6){margin-top:4rem;display:flex;align-items:flex-start;gap:2rem;animation:fadeInUp .8s ease-out .6s backwards}.diagram-component:where(.astro-j7pv25f6){background:var(--bg-elevated);border:1px solid var(--border-medium);border-radius:10px;overflow:hidden;min-width:300px;flex-shrink:0}.component-header:where(.astro-j7pv25f6){display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#f59e0b0f;border-bottom:1px solid var(--border-subtle);font-family:var(--font-mono);font-size:.8rem;color:var(--amber-300)}.component-dot:where(.astro-j7pv25f6){width:8px;height:8px;border-radius:50%;background:var(--amber-500);box-shadow:0 0 8px #f59e0b66}.component-body:where(.astro-j7pv25f6){padding:1rem;font-family:var(--font-mono);font-size:.82rem;line-height:1.8}.component-line:where(.astro-j7pv25f6) .kw:where(.astro-j7pv25f6){color:var(--amber-400)}.component-line:where(.astro-j7pv25f6).dim{color:var(--text-muted)}.diagram-arrows:where(.astro-j7pv25f6){padding-top:.75rem}.arrow-group:where(.astro-j7pv25f6){display:flex;flex-direction:column;gap:.5rem}.arrow:where(.astro-j7pv25f6){display:flex;align-items:center;gap:.75rem;opacity:0;animation:arrowIn .5s ease-out forwards}.arrow-1:where(.astro-j7pv25f6){animation-delay:.8s}.arrow-2:where(.astro-j7pv25f6){animation-delay:.95s}.arrow-3:where(.astro-j7pv25f6){animation-delay:1.1s}.arrow-4:where(.astro-j7pv25f6){animation-delay:1.25s}.arrow-line:where(.astro-j7pv25f6){width:40px;height:2px;background:linear-gradient(90deg,var(--amber-600),var(--amber-500));border-radius:1px}.arrow-target:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:.8rem;color:var(--text-secondary);display:flex;align-items:center;gap:.4rem;white-space:nowrap}.target-icon:where(.astro-j7pv25f6){color:var(--amber-500);font-size:.5rem}.contrast-section:where(.astro-j7pv25f6){padding:6rem 2rem;position:relative;z-index:1}.contrast-inner:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contrast-card:where(.astro-j7pv25f6){padding:2.5rem;border-radius:12px;border:1px solid var(--border-subtle)}.contrast-card:where(.astro-j7pv25f6).problem{background:linear-gradient(135deg,rgba(239,68,68,.04),transparent);border-color:#ef44441f}.contrast-card:where(.astro-j7pv25f6).solution{background:linear-gradient(135deg,rgba(245,158,11,.04),transparent);border-color:#f59e0b26}.contrast-label:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.problem:where(.astro-j7pv25f6) .contrast-label:where(.astro-j7pv25f6){color:#ef4444}.solution:where(.astro-j7pv25f6) .contrast-label:where(.astro-j7pv25f6){color:var(--amber-400)}.contrast-card:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em}.contrast-card:where(.astro-j7pv25f6) ul:where(.astro-j7pv25f6){list-style:none;display:flex;flex-direction:column;gap:.75rem}.contrast-card:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6){display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--text-secondary);line-height:1.5}.contrast-card:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:.85rem;color:var(--amber-300);background:#f59e0b1a;padding:.1em .35em;border-radius:3px}.li-icon:where(.astro-j7pv25f6){color:#ef4444;font-weight:700;flex-shrink:0;width:1.2em;text-align:center}.li-icon:where(.astro-j7pv25f6).check{color:var(--amber-400)}.how-section:where(.astro-j7pv25f6){padding:6rem 2rem;position:relative;z-index:1}.section-inner:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto}.section-title:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:3rem;text-align:center}.steps:where(.astro-j7pv25f6){display:flex;align-items:flex-start;gap:0;justify-content:center}.step:where(.astro-j7pv25f6){flex:1;max-width:340px;padding:0 1rem}.step-connector:where(.astro-j7pv25f6){padding-top:1.4rem;flex-shrink:0}.step-number:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:.8rem;color:var(--amber-500);margin-bottom:.75rem}.step:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.step:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.25rem}.step:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:.82rem;color:var(--amber-300);background:#f59e0b1a;padding:.1em .35em;border-radius:3px}.step-code:where(.astro-j7pv25f6){background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:8px;padding:1rem;overflow-x:auto}.step-code:where(.astro-j7pv25f6) pre:where(.astro-j7pv25f6){margin:0}.step-code:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:.78rem;line-height:1.7;color:var(--text-primary)}.step-code:where(.astro-j7pv25f6) .kw:where(.astro-j7pv25f6){color:var(--amber-400)}.step-code:where(.astro-j7pv25f6) .fn:where(.astro-j7pv25f6){color:var(--cyan-400)}.step-code:where(.astro-j7pv25f6) .flag:where(.astro-j7pv25f6){color:var(--text-secondary)}.step-code:where(.astro-j7pv25f6) .str:where(.astro-j7pv25f6){color:#86efac}.step-code:where(.astro-j7pv25f6) .dim:where(.astro-j7pv25f6){color:var(--text-muted)}.features-section:where(.astro-j7pv25f6){padding:6rem 2rem;position:relative;z-index:1}.features-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card:where(.astro-j7pv25f6){background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:10px;padding:2rem;transition:border-color .3s ease,transform .2s ease}.feature-card:where(.astro-j7pv25f6):hover{border-color:#f59e0b40;transform:translateY(-2px)}.feature-icon:where(.astro-j7pv25f6){margin-bottom:1.25rem}.feature-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.feature-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.88rem;color:var(--text-secondary);line-height:1.6}.cta-section:where(.astro-j7pv25f6){padding:4rem 2rem 6rem;position:relative;z-index:1}.cta-card:where(.astro-j7pv25f6){max-width:680px;margin:0 auto;text-align:center;background:linear-gradient(135deg,#f59e0b0f,#f59e0b05);border:1px solid rgba(245,158,11,.12);border-radius:16px;padding:3.5rem 2.5rem}.cta-card:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:2rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em}.cta-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem}.cta-actions:where(.astro-j7pv25f6){display:flex;flex-direction:column;align-items:center;gap:1.25rem}.cta-install:where(.astro-j7pv25f6){font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);background:var(--bg-primary);border:1px solid var(--border-subtle);padding:.6rem 1.25rem;border-radius:6px}.cta-install:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){color:var(--text-secondary)}.footer:where(.astro-j7pv25f6){border-top:1px solid var(--border-subtle);padding:2rem;position:relative;z-index:1}.footer-inner:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-left:where(.astro-j7pv25f6){display:flex;align-items:center;gap:1rem}.footer-copy:where(.astro-j7pv25f6){font-size:.8rem;color:var(--text-muted)}.footer-links:where(.astro-j7pv25f6){display:flex;gap:1.5rem;font-size:.85rem;color:var(--text-secondary)}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text-primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes arrowIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}@media(max-width:900px){.contrast-inner:where(.astro-j7pv25f6){grid-template-columns:1fr}.steps:where(.astro-j7pv25f6){flex-direction:column;align-items:stretch}.step:where(.astro-j7pv25f6){max-width:none}.step-connector:where(.astro-j7pv25f6){padding:1rem 0;display:flex;justify-content:center;transform:rotate(90deg)}.features-grid:where(.astro-j7pv25f6){grid-template-columns:1fr 1fr}.hero-diagram:where(.astro-j7pv25f6){flex-direction:column}}@media(max-width:600px){.hero:where(.astro-j7pv25f6){padding:8rem 1.5rem 3rem}.features-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.hero-title:where(.astro-j7pv25f6){font-size:2.5rem}.nav-inner:where(.astro-j7pv25f6){padding:0 1.5rem}}
