:where(.astro-q73m7eiv){box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0e1a;--surface: #111827;--surface2: #1e2538;--border: #2a3550;--text: #e2e8f0;--muted: #64748b;--accent: #6366f1;--accent2: #818cf8;--green: #10b981;--yellow: #f59e0b;--red: #ef4444;--cyan: #06b6d4}html,body{height:100%;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}#deck:where(.astro-q73m7eiv){width:100vw;height:100vh;position:relative}.slide:where(.astro-q73m7eiv){display:none;width:100%;height:100%;padding:60px 80px;flex-direction:column;justify-content:center;align-items:flex-start;position:absolute;top:0;left:0;animation:fadeIn .25s ease}.slide:where(.astro-q73m7eiv).active{display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.slide:where(.astro-q73m7eiv).center{align-items:center;text-align:center}.eyebrow:where(.astro-q73m7eiv){font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent2);margin-bottom:16px}h1:where(.astro-q73m7eiv){font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1.1;color:#fff;margin-bottom:20px}h2:where(.astro-q73m7eiv){font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.15;color:#fff;margin-bottom:20px}h3:where(.astro-q73m7eiv){font-size:clamp(18px,2.5vw,28px);font-weight:600;color:var(--accent2);margin-bottom:12px}p:where(.astro-q73m7eiv).lead{font-size:clamp(16px,2vw,22px);color:var(--muted);line-height:1.6;max-width:700px;margin-bottom:24px}.big-quote:where(.astro-q73m7eiv){font-size:clamp(20px,3vw,36px);font-weight:600;color:#fff;line-height:1.35;max-width:800px;border-left:4px solid var(--accent);padding-left:24px;margin:24px 0}.cols:where(.astro-q73m7eiv){display:grid;gap:24px;width:100%;max-width:1100px}.cols-2:where(.astro-q73m7eiv){grid-template-columns:1fr 1fr}.cols-3:where(.astro-q73m7eiv){grid-template-columns:1fr 1fr 1fr}.card:where(.astro-q73m7eiv){background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px}.card:where(.astro-q73m7eiv).accent{border-color:var(--accent)}.card:where(.astro-q73m7eiv).green{border-color:var(--green)}.card:where(.astro-q73m7eiv).yellow{border-color:var(--yellow)}.card:where(.astro-q73m7eiv).cyan{border-color:var(--cyan)}.card-label:where(.astro-q73m7eiv){font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.card:where(.astro-q73m7eiv).accent .card-label:where(.astro-q73m7eiv){color:var(--accent2)}.card:where(.astro-q73m7eiv).green .card-label:where(.astro-q73m7eiv){color:var(--green)}.card:where(.astro-q73m7eiv).yellow .card-label:where(.astro-q73m7eiv){color:var(--yellow)}.card:where(.astro-q73m7eiv).cyan .card-label:where(.astro-q73m7eiv){color:var(--cyan)}.card:where(.astro-q73m7eiv) h3:where(.astro-q73m7eiv){font-size:18px;color:#fff;margin-bottom:8px}.card:where(.astro-q73m7eiv) p:where(.astro-q73m7eiv){font-size:14px;color:var(--muted);line-height:1.55}.stats-row:where(.astro-q73m7eiv){display:flex;gap:32px;flex-wrap:wrap;margin:16px 0}.stat:where(.astro-q73m7eiv){text-align:center}.stat-value:where(.astro-q73m7eiv){font-size:clamp(28px,4vw,52px);font-weight:800;color:var(--accent2);line-height:1}.stat-label:where(.astro-q73m7eiv){font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-top:6px}.bullet-list:where(.astro-q73m7eiv){list-style:none;margin:16px 0}.bullet-list:where(.astro-q73m7eiv) li:where(.astro-q73m7eiv){font-size:clamp(14px,1.8vw,18px);color:var(--text);padding:8px 0;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:12px;line-height:1.5}.bullet-list:where(.astro-q73m7eiv) li:where(.astro-q73m7eiv):last-child{border-bottom:none}.bullet-list:where(.astro-q73m7eiv) li:where(.astro-q73m7eiv):before{content:"→";color:var(--accent2);font-weight:700;flex-shrink:0;margin-top:1px}code:where(.astro-q73m7eiv){background:var(--surface2);border:1px solid var(--border);border-radius:4px;padding:2px 8px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85em;color:var(--cyan)}.pill:where(.astro-q73m7eiv){display:inline-block;background:var(--surface2);border:1px solid var(--accent);border-radius:20px;padding:4px 14px;font-size:13px;font-weight:600;color:var(--accent2);margin:4px}#nav:where(.astro-q73m7eiv){position:fixed;bottom:28px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:16px;background:var(--surface);border:1px solid var(--border);border-radius:40px;padding:10px 20px;z-index:100;user-select:none}#nav:where(.astro-q73m7eiv) button:where(.astro-q73m7eiv){background:none;border:none;color:var(--muted);font-size:18px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:color .15s,background .15s;line-height:1}#nav:where(.astro-q73m7eiv) button:where(.astro-q73m7eiv):hover{color:#fff;background:var(--surface2)}#nav:where(.astro-q73m7eiv) button:where(.astro-q73m7eiv):disabled{color:var(--border);cursor:default;background:none}#counter:where(.astro-q73m7eiv){font-size:13px;font-weight:600;color:var(--muted);min-width:60px;text-align:center}#progress:where(.astro-q73m7eiv){position:fixed;top:0;left:0;height:3px;background:var(--accent);transition:width .25s ease;z-index:200}.section-divider:where(.astro-q73m7eiv){background:linear-gradient(135deg,#1e1b4b,#0a0e1a)}.arch:where(.astro-q73m7eiv){background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px 32px;font-family:JetBrains Mono,Fira Code,monospace;font-size:clamp(11px,1.2vw,14px);color:var(--cyan);line-height:1.8;white-space:pre;width:100%;max-width:700px}.flow:where(.astro-q73m7eiv){display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:20px 0}.flow-step:where(.astro-q73m7eiv){background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 18px;font-size:clamp(12px,1.4vw,15px);font-weight:600;color:#fff}.flow-arrow:where(.astro-q73m7eiv){color:var(--accent2);font-size:18px;font-weight:700}.flow-step:where(.astro-q73m7eiv).highlight{border-color:var(--accent);background:#1e1b4b}table:where(.astro-q73m7eiv){width:100%;border-collapse:collapse;font-size:clamp(12px,1.4vw,15px)}th:where(.astro-q73m7eiv){text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);padding:8px 12px;border-bottom:1px solid var(--border)}td:where(.astro-q73m7eiv){padding:10px 12px;border-bottom:1px solid var(--border);color:var(--text);line-height:1.45}tr:where(.astro-q73m7eiv):last-child td:where(.astro-q73m7eiv){border-bottom:none}td:where(.astro-q73m7eiv).accent{color:var(--accent2);font-weight:600}td:where(.astro-q73m7eiv).green{color:var(--green);font-weight:600}td:where(.astro-q73m7eiv).cyan{color:var(--cyan);font-weight:600}@media(max-width:768px){.slide:where(.astro-q73m7eiv){padding:32px 24px}.cols-2:where(.astro-q73m7eiv),.cols-3:where(.astro-q73m7eiv){grid-template-columns:1fr}.stats-row:where(.astro-q73m7eiv){gap:20px;justify-content:center}}
