:root{--bg: #0A0A0F;--surface: #12121A;--border: #2A2A3C;--primary: #6C5CE7;--accent: #00D4AA;--text: #F0F0F5;--text-sec: #A0A0B8;--error: #FF6B6B;--warning: #FFB84D;--grad: linear-gradient(135deg, #6C5CE7, #00D4AA);--font: "Inter", system-ui, -apple-system, sans-serif;--mono: "JetBrains Mono", "Fira Code", monospace}body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font)}.svelte-wfcbff{box-sizing:border-box}.deck.svelte-wfcbff{position:relative;width:100vw;height:100vh;overflow:hidden;background:var(--bg)}.slide.svelte-wfcbff{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate(60px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);pointer-events:none;padding:2rem}.slide.active.svelte-wfcbff{opacity:1;transform:translate(0);pointer-events:auto;z-index:2}.slide.past.svelte-wfcbff{opacity:0;transform:translate(-60px)}.slide.future.svelte-wfcbff{opacity:0;transform:translate(60px)}.slide-content.svelte-wfcbff{max-width:960px;width:100%;position:relative}.center-content.svelte-wfcbff{text-align:center;display:flex;flex-direction:column;align-items:center}.gradient-text.svelte-wfcbff{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-accent.svelte-wfcbff{color:var(--accent)}.text-secondary.svelte-wfcbff{color:var(--text-sec);font-weight:400}.text-primary-brand.svelte-wfcbff{color:var(--primary)}.slide-heading.svelte-wfcbff{font-size:2.5rem;font-weight:700;margin:0 0 .75rem;letter-spacing:-.02em}.lead-text.svelte-wfcbff{font-size:1.25rem;color:var(--text-sec);margin:0 0 2rem;line-height:1.6}h3.svelte-wfcbff{font-size:1rem;font-weight:600;margin:.5rem 0 .25rem;color:var(--text)}code.svelte-wfcbff{font-family:var(--mono);font-size:.85em;background:var(--surface);padding:.15em .5em;border-radius:4px;color:var(--text-sec)}.title-badge.svelte-wfcbff{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);padding:.4em 1.2em;border-radius:100px;margin-bottom:2rem}.hero-title.svelte-wfcbff{font-size:5rem;font-weight:800;letter-spacing:-.04em;margin:0;line-height:1}.hero-subtitle.svelte-wfcbff{font-size:1.5rem;color:var(--text-sec);margin:1rem 0 2rem;font-weight:400}.gradient-line.svelte-wfcbff{width:200px;height:3px;background:var(--grad);border-radius:2px;margin:0 auto 2rem;box-shadow:0 0 20px color-mix(in srgb,var(--primary) 40%,transparent)}.hero-meta.svelte-wfcbff{font-size:1rem;color:var(--text-sec);margin:0}.hero-particles.svelte-wfcbff{position:absolute;inset:0;pointer-events:none;overflow:hidden}.particle.svelte-wfcbff{position:absolute;width:4px;height:4px;background:var(--primary);border-radius:50%;opacity:.3;animation:svelte-wfcbff-float 6s ease-in-out infinite;animation-delay:calc(var(--i) * -.8s);left:calc(10% + var(--i) * 13%);top:calc(20% + var(--i) * 8%)}.particle.svelte-wfcbff:nth-child(2n){background:var(--accent);width:3px;height:3px}@keyframes svelte-wfcbff-float{0%,to{transform:translateY(0) translate(0);opacity:.2}25%{transform:translateY(-30px) translate(10px);opacity:.5}50%{transform:translateY(-15px) translate(-8px);opacity:.3}75%{transform:translateY(-40px) translate(15px);opacity:.4}}.big-number-container.svelte-wfcbff{text-align:center;margin:1.5rem 0 2rem;opacity:0;transform:scale(.9);transition:opacity .6s ease,transform .6s ease}.big-number-container.visible.svelte-wfcbff{opacity:1;transform:scale(1)}.big-number.svelte-wfcbff{font-family:var(--mono);font-size:3.5rem;font-weight:700;color:var(--error);text-shadow:0 0 40px color-mix(in srgb,var(--error) 30%,transparent)}.big-number-unit.svelte-wfcbff{font-size:1.5rem;color:var(--text-sec);font-weight:400}.big-number-label.svelte-wfcbff{color:var(--text-sec);font-size:1rem;margin:.25rem 0 0}.card-row.svelte-wfcbff{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.problem-card.svelte-wfcbff{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;text-align:center;transition:border-color .3s,box-shadow .3s}.problem-card.svelte-wfcbff:hover{border-color:var(--primary);box-shadow:0 0 20px color-mix(in srgb,var(--primary) 15%,transparent)}.card-icon.svelte-wfcbff{font-size:1.5rem;margin-bottom:.25rem}.card-stats.svelte-wfcbff{display:flex;flex-direction:column;gap:.15rem;margin-top:.5rem;font-family:var(--mono);font-size:.8rem}.stat-cost.svelte-wfcbff{color:var(--error)}.stat-freq.svelte-wfcbff{color:var(--text-sec)}.layers-diagram.svelte-wfcbff{display:flex;flex-direction:column;align-items:center;gap:.5rem}.layer-source.svelte-wfcbff,.layer-dest.svelte-wfcbff{font-family:var(--mono);font-size:1rem;font-weight:600;padding:.6em 1.5em;background:var(--surface);border:1px solid var(--border);border-radius:8px}.layer-arrow.svelte-wfcbff{display:flex;justify-content:center}.layers-stack.svelte-wfcbff{width:100%;max-width:640px;display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.layer.svelte-wfcbff{display:grid;grid-template-columns:40px 1fr auto 1fr;align-items:center;padding:.85rem 1.25rem;border-bottom:1px solid var(--border);opacity:0;animation:svelte-wfcbff-layerIn .5s ease forwards;animation-delay:var(--delay)}.slide.active.svelte-wfcbff .layer:where(.svelte-wfcbff){opacity:0;animation:svelte-wfcbff-layerIn .5s ease forwards;animation-delay:var(--delay)}.slide.svelte-wfcbff:not(.active) .layer:where(.svelte-wfcbff){animation:none;opacity:1}@keyframes svelte-wfcbff-layerIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.layer.svelte-wfcbff:last-child{border-bottom:none}.layer-num.svelte-wfcbff{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:color-mix(in srgb,var(--primary) 20%,transparent);color:var(--primary);font-weight:700;font-size:.85rem;font-family:var(--mono)}.layer-name.svelte-wfcbff{font-weight:600;font-size:1rem;padding-left:.75rem}.layer-cost.svelte-wfcbff{font-family:var(--mono);font-weight:600;font-size:.9rem;padding:.2em .7em;border-radius:6px}.cost-free.svelte-wfcbff{color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent)}.cost-cheap.svelte-wfcbff{color:var(--warning);background:color-mix(in srgb,var(--warning) 12%,transparent)}.cost-auto.svelte-wfcbff{color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent)}.layer-desc.svelte-wfcbff{color:var(--text-sec);font-size:.85rem;text-align:right}.terminal.svelte-wfcbff{width:100%;max-width:600px;background:#0d0d14;border:1px solid var(--border);border-radius:12px;overflow:hidden;text-align:left;box-shadow:0 20px 60px #00000080}.terminal-bar.svelte-wfcbff{display:flex;align-items:center;gap:6px;padding:.7rem 1rem;background:#161622;border-bottom:1px solid var(--border)}.terminal-dot.svelte-wfcbff{width:10px;height:10px;border-radius:50%}.terminal-dot.red.svelte-wfcbff{background:#ff5f57}.terminal-dot.yellow.svelte-wfcbff{background:#febc2e}.terminal-dot.green.svelte-wfcbff{background:#28c840}.terminal-title.svelte-wfcbff{color:var(--text-sec);font-size:.75rem;margin-left:auto;font-family:var(--mono)}.terminal-body.svelte-wfcbff{padding:1rem 1.25rem;font-family:var(--mono);font-size:.85rem;line-height:1.7}.terminal-line.svelte-wfcbff{display:flex;gap:.5rem;align-items:baseline}.terminal-line.dim.svelte-wfcbff{opacity:.5}.term-prompt.svelte-wfcbff{color:var(--accent);font-weight:700}.term-cmd.svelte-wfcbff{color:var(--text)}.term-output.svelte-wfcbff{color:var(--text-sec)}.rich-green.svelte-wfcbff{color:var(--accent)!important}.rich-purple.svelte-wfcbff{color:var(--primary)!important}.setup-arrow.svelte-wfcbff{display:flex;align-items:center;gap:.75rem;margin-top:2rem}.setup-label.svelte-wfcbff{font-size:1.15rem;color:var(--text);font-weight:500}.model-table-wrap.svelte-wfcbff{overflow-x:auto;margin:1rem 0}.model-table.svelte-wfcbff{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.model-table.svelte-wfcbff th:where(.svelte-wfcbff),.model-table.svelte-wfcbff td:where(.svelte-wfcbff){padding:.85rem 1.25rem;text-align:center;border-bottom:1px solid var(--border)}.model-table.svelte-wfcbff thead:where(.svelte-wfcbff) th:where(.svelte-wfcbff){background:color-mix(in srgb,var(--surface) 80%,var(--bg));font-weight:600;font-size:.9rem}.model-table.svelte-wfcbff tbody:where(.svelte-wfcbff) tr:where(.svelte-wfcbff):last-child td:where(.svelte-wfcbff){border-bottom:none}.model-badge.svelte-wfcbff{font-family:var(--mono);font-weight:600;font-size:.85rem}.model-price.svelte-wfcbff{opacity:.5;font-weight:400}.model-badge.cheap.svelte-wfcbff{color:var(--accent)}.model-badge.mid.svelte-wfcbff{color:var(--warning)}.model-badge.expensive.svelte-wfcbff{color:var(--error)}.row-label.svelte-wfcbff{text-align:left!important;color:var(--text-sec);font-weight:500}.check.svelte-wfcbff{font-family:var(--mono);font-weight:700;font-size:.8rem;padding:.2em .6em;border-radius:4px}.check.rule.svelte-wfcbff{color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent)}.check.llm.svelte-wfcbff{color:var(--text-sec);background:color-mix(in srgb,var(--text-sec) 10%,transparent)}.model-insight.svelte-wfcbff{text-align:center;margin-top:1.5rem}.model-insight.svelte-wfcbff p:where(.svelte-wfcbff){margin:.25rem 0;color:var(--text-sec);font-size:1.1rem;font-style:italic}.model-insight.svelte-wfcbff p:where(.svelte-wfcbff):first-child{color:var(--text);font-weight:500}.integration-row.svelte-wfcbff{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:2rem 0}.integration-card.svelte-wfcbff{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center;transition:border-color .3s,box-shadow .3s}.integration-card.svelte-wfcbff:hover{border-color:var(--primary);box-shadow:0 0 30px color-mix(in srgb,var(--primary) 12%,transparent)}.integration-icon.svelte-wfcbff{margin-bottom:.75rem}.integration-list.svelte-wfcbff{list-style:none;padding:0;margin:.75rem 0 0;text-align:left}.integration-list.svelte-wfcbff li:where(.svelte-wfcbff){padding:.3rem 0;color:var(--text-sec);font-size:.9rem}.integration-list.svelte-wfcbff code:where(.svelte-wfcbff){font-size:.8em}.integration-footer.svelte-wfcbff{text-align:center;font-size:1.15rem;color:var(--text-sec);margin-top:1rem;font-style:italic}.timeline.svelte-wfcbff{display:flex;justify-content:space-between;align-items:flex-start;position:relative;margin:3rem 0;padding:0 2rem}.timeline-line.svelte-wfcbff{position:absolute;top:10px;left:2rem;right:2rem;height:3px;background:var(--grad);border-radius:2px;box-shadow:0 0 15px color-mix(in srgb,var(--primary) 30%,transparent)}.timeline-node.svelte-wfcbff{position:relative;flex:1;text-align:center;padding-top:2rem}.node-dot.svelte-wfcbff{position:absolute;top:0;left:50%;transform:translate(-50%);width:20px;height:20px;border-radius:50%;background:var(--bg);border:3px solid var(--primary);box-shadow:0 0 15px color-mix(in srgb,var(--primary) 40%,transparent)}.timeline-node.now.svelte-wfcbff .node-dot:where(.svelte-wfcbff){border-color:var(--accent);box-shadow:0 0 15px color-mix(in srgb,var(--accent) 40%,transparent);background:var(--accent)}.timeline-node.next.svelte-wfcbff .node-dot:where(.svelte-wfcbff){border-color:var(--primary)}.timeline-node.future.svelte-wfcbff .node-dot:where(.svelte-wfcbff){border-color:var(--text-sec)}.node-label.svelte-wfcbff{font-family:var(--mono);font-weight:700;font-size:.85rem;letter-spacing:.1em;margin-bottom:.75rem}.timeline-node.now.svelte-wfcbff .node-label:where(.svelte-wfcbff){color:var(--accent)}.timeline-node.next.svelte-wfcbff .node-label:where(.svelte-wfcbff){color:var(--primary)}.timeline-node.future.svelte-wfcbff .node-label:where(.svelte-wfcbff){color:var(--text-sec)}.node-content.svelte-wfcbff ul:where(.svelte-wfcbff){list-style:none;padding:0;margin:0}.node-content.svelte-wfcbff li:where(.svelte-wfcbff){color:var(--text-sec);font-size:.9rem;padding:.2rem 0}.timeline-tagline.svelte-wfcbff{text-align:center;font-size:1.25rem;color:var(--text-sec);font-style:italic;margin-top:2rem}.arch-diagram.svelte-wfcbff{display:flex;justify-content:center;margin-top:1rem}.arch-outer.svelte-wfcbff{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem 2rem;width:100%;max-width:700px;position:relative}.arch-outer-label.svelte-wfcbff{position:absolute;top:-.7rem;left:1.5rem;background:var(--surface);padding:0 .75rem;font-family:var(--mono);font-weight:700;font-size:.85rem;color:var(--primary);letter-spacing:.05em}.arch-top-row.svelte-wfcbff{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.75rem}.arch-box.svelte-wfcbff{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem;text-align:center}.arch-box-title.svelte-wfcbff{font-family:var(--mono);font-weight:600;font-size:.85rem;color:var(--text)}.arch-box-detail.svelte-wfcbff{font-size:.75rem;color:var(--text-sec);margin-top:.15rem}.arch-box.skill.svelte-wfcbff{border-color:color-mix(in srgb,var(--primary) 40%,transparent)}.arch-box.mcp.svelte-wfcbff{border-color:color-mix(in srgb,var(--accent) 40%,transparent)}.arch-box.config.svelte-wfcbff{border-color:color-mix(in srgb,var(--warning) 40%,transparent)}.arch-connector.svelte-wfcbff,.arch-connector-down.svelte-wfcbff{display:flex;justify-content:center}.arch-proxy.svelte-wfcbff{background:color-mix(in srgb,var(--primary) 8%,var(--bg));border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);border-radius:10px;padding:1rem;text-align:center}.arch-proxy-title.svelte-wfcbff{font-family:var(--mono);font-weight:700;font-size:.95rem;color:var(--text);margin-bottom:.5rem}.arch-port.svelte-wfcbff{color:var(--accent);font-weight:400;font-size:.85rem}.arch-pipeline.svelte-wfcbff{display:flex;justify-content:center;align-items:center;gap:.3rem;flex-wrap:wrap}.pipe-step.svelte-wfcbff{font-family:var(--mono);font-size:.8rem;padding:.25em .6em;background:var(--surface);border-radius:4px;color:var(--text);font-weight:500}.pipe-arrow.svelte-wfcbff{color:var(--text-sec);font-size:.75rem}.arch-feedback.svelte-wfcbff{margin-top:.5rem;font-size:.8rem;color:var(--accent);font-style:italic}.arch-bottom.svelte-wfcbff{display:flex;align-items:center;justify-content:center;gap:1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem 1.5rem}.arch-divider.svelte-wfcbff{width:1px;height:30px;background:var(--border)}.arch-dash-left.svelte-wfcbff,.arch-dash-right.svelte-wfcbff{text-align:center}.cta-heading.svelte-wfcbff{font-size:3.5rem;font-weight:800;margin:0 0 2rem;letter-spacing:-.03em}.cta-commands.svelte-wfcbff{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.cta-commands.svelte-wfcbff code:where(.svelte-wfcbff){font-size:1.1rem;padding:.6em 1.5em;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--accent);font-weight:500}.cta-link.svelte-wfcbff{font-family:var(--mono);font-size:1rem;color:var(--primary);text-decoration:none;padding:.4em 1em;border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);border-radius:8px;transition:all .3s;display:inline-block;margin-bottom:2.5rem}.cta-link.svelte-wfcbff:hover{background:color-mix(in srgb,var(--primary) 12%,transparent);border-color:var(--primary)}.cta-brand.svelte-wfcbff{margin-bottom:2rem}.cta-logo.svelte-wfcbff{font-size:3rem;font-weight:800;letter-spacing:-.03em}.cta-tagline.svelte-wfcbff{font-size:1.15rem;color:var(--text-sec);font-style:italic;margin:.5rem 0 0}.cta-footer.svelte-wfcbff{font-size:.9rem;color:var(--text-sec)}.slide-dots.svelte-wfcbff{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:100}.dot.svelte-wfcbff{width:8px;height:8px;border-radius:50%;border:none;background:var(--border);cursor:pointer;padding:0;transition:all .3s}.dot.active.svelte-wfcbff{background:var(--primary);box-shadow:0 0 10px color-mix(in srgb,var(--primary) 50%,transparent);transform:scale(1.3)}.dot.svelte-wfcbff:hover:not(.active){background:var(--text-sec)}.slide-counter.svelte-wfcbff{position:fixed;bottom:1.5rem;right:2rem;font-family:var(--mono);font-size:.8rem;color:var(--text-sec);z-index:100}.counter-current.svelte-wfcbff{color:var(--text);font-weight:600}.counter-sep.svelte-wfcbff{margin:0 .15em}.nav-arrow.svelte-wfcbff{position:fixed;top:50%;transform:translateY(-50%);background:color-mix(in srgb,var(--surface) 80%,transparent);border:1px solid var(--border);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-sec);transition:all .3s;z-index:100;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.nav-prev.svelte-wfcbff{left:1.5rem}.nav-next.svelte-wfcbff{right:1.5rem}.nav-arrow.svelte-wfcbff:hover:not(:disabled){color:var(--text);border-color:var(--primary);background:color-mix(in srgb,var(--primary) 15%,transparent)}.nav-arrow.svelte-wfcbff:disabled{opacity:.2;cursor:default}.overview-backdrop.svelte-wfcbff{position:fixed;inset:0;background:color-mix(in srgb,var(--bg) 95%,transparent);z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.overview-grid.svelte-wfcbff{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:700px;width:90%}.overview-thumb.svelte-wfcbff{aspect-ratio:16/10;background:var(--surface);border:2px solid var(--border);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;color:var(--text-sec);font-family:var(--mono);font-size:1.25rem;font-weight:700}.overview-thumb.active.svelte-wfcbff{border-color:var(--primary);box-shadow:0 0 20px color-mix(in srgb,var(--primary) 30%,transparent);color:var(--primary)}.overview-thumb.svelte-wfcbff:hover{border-color:var(--accent);transform:scale(1.05)}.overview-hint.svelte-wfcbff{color:var(--text-sec);font-size:.85rem;margin-top:1.5rem}@media print{.deck.svelte-wfcbff{overflow:visible;height:auto}.slide.svelte-wfcbff{position:relative!important;opacity:1!important;transform:none!important;pointer-events:auto!important;page-break-after:always;page-break-inside:avoid;height:100vh;break-after:page}.slide.past.svelte-wfcbff,.slide.future.svelte-wfcbff{opacity:1!important;transform:none!important}.slide-dots.svelte-wfcbff,.slide-counter.svelte-wfcbff,.nav-arrow.svelte-wfcbff,.overview-backdrop.svelte-wfcbff,.hero-particles.svelte-wfcbff{display:none!important}.big-number-container.svelte-wfcbff{opacity:1!important;transform:none!important}.layer.svelte-wfcbff{opacity:1!important;animation:none!important}.svelte-wfcbff{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}@media(max-width:768px){.hero-title.svelte-wfcbff{font-size:3rem}.slide-heading.svelte-wfcbff{font-size:1.75rem}.card-row.svelte-wfcbff,.integration-row.svelte-wfcbff{grid-template-columns:1fr}.big-number.svelte-wfcbff{font-size:2.5rem}.timeline.svelte-wfcbff{flex-direction:column;gap:2rem;padding:0}.timeline-line.svelte-wfcbff,.node-dot.svelte-wfcbff{display:none}.timeline-node.svelte-wfcbff{padding-top:0}.arch-top-row.svelte-wfcbff{grid-template-columns:1fr}.slide.svelte-wfcbff{padding:1rem}.nav-arrow.svelte-wfcbff{display:none}.overview-grid.svelte-wfcbff{grid-template-columns:repeat(3,1fr)}.cta-heading.svelte-wfcbff{font-size:2.5rem}.layer.svelte-wfcbff{grid-template-columns:32px 1fr auto}.layer-desc.svelte-wfcbff{display:none}}
