:root{--bg:#fff;--bg-soft:#f9fafb;--text:#0a0a0a;--text-muted:#6b7280;--text-faint:#9ca3af;--border:#e5e7eb;--border-strong:#d1d5db;--accent:#22c55e;--code-bg:#0a0a0a;--code-text:#f4f4f5;--code-muted:#71717a;--code-accent:#a3e635;--font-serif:"Instrument Serif","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;--font-sans:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:"JetBrains Mono","SF Mono",ui-monospace,Menlo,Consolas,monospace}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}a{color:inherit;text-decoration:none}.wrap{max-width:1024px}.wrap,.wrap-wide{margin:0 auto;padding:0 24px}.wrap-wide{max-width:1120px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.85);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.header-inner{height:56px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-serif);font-weight:400;font-size:24px;letter-spacing:-.02em;line-height:1;color:var(--text)}.brand-name{display:inline-block;line-height:1}.brand-mark{width:26px;height:26px;border-radius:7px;background:#fff;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 1px 2px hsla(0,0%,4%,.04)}.brand-mark svg{display:block}.nav{display:flex;gap:28px;font-size:14px;color:var(--text-muted)}.nav a{transition:color .15s ease}.nav a:hover{color:var(--text)}.header-actions{gap:10px}.gh-stars,.header-actions{display:inline-flex;align-items:center}.gh-stars{gap:6px;padding:6px 12px;border:1px solid var(--border);border-radius:8px;font-size:13px;font-weight:500;color:var(--text-muted);background:#fff;transition:color .15s ease,border-color .15s ease,background .15s ease}.gh-stars:hover{color:var(--text);border-color:var(--border-strong);background:var(--bg-soft)}.gh-icon{flex-shrink:0}.gh-count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1}.btn{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;border-radius:8px;padding:10px 16px;border:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;font-family:var(--font-sans)}.btn:hover{background:var(--bg-soft);border-color:var(--border-strong)}.btn-primary{background:#0a0a0a;color:#fff;border-color:#0a0a0a}.btn-primary:hover{background:#1f2937;border-color:#1f2937}.btn-sm{padding:7px 12px;font-size:13px}.hero{padding:96px 0 72px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);border:1px solid var(--border);padding:6px 14px;border-radius:999px;background:#fff}.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px rgba(34,197,94,.15)}h1.display{font-family:var(--font-serif);font-weight:400;font-size:clamp(44px,6.8vw,80px);line-height:1.04;letter-spacing:-.02em;margin:28px auto 20px;max-width:900px;color:var(--text)}h1.display em{font-style:italic;color:var(--text)}.lede{max-width:600px;margin:0 auto;color:var(--text-muted);font-size:17px;line-height:1.55}.lede-fixed{max-width:none;font-size:clamp(13px,3.35vw,17px);line-height:1.5}.lede-fixed span{display:block;white-space:nowrap}.agent-compat{font-size:14px;color:var(--text-muted);margin-top:14px;text-align:center;letter-spacing:.01em}.hero-cta{display:flex;justify-content:center;gap:10px;margin-top:32px;flex-wrap:wrap}.video-banner{width:100%;padding:0}.video-banner-inner{position:relative;width:100%;max-height:520px;overflow:hidden}.video-banner-media{display:block;width:100%;height:100%;object-fit:cover;max-height:520px}.video-banner-fade{position:absolute;left:0;right:0;pointer-events:none;z-index:1}.video-banner-fade-top{top:0;height:140px;background:linear-gradient(to bottom,var(--bg) 0,transparent 100%)}.video-banner-fade-bottom{bottom:0;height:140px;background:linear-gradient(to top,var(--bg) 0,transparent 100%)}.video-tagline{text-align:center;padding:48px 24px 72px}.video-tagline-heading{font-family:var(--font-serif);font-weight:400;font-size:clamp(28px,4.5vw,44px);line-height:1.2;letter-spacing:-.02em;max-width:720px;margin:0 auto;color:var(--text)}.video-tagline-sub{color:var(--text-muted)}.npm-cmd{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:13px;background:#fff;border:1px solid var(--border);color:var(--text);padding:10px 14px;border-radius:8px}.npm-cmd .prompt{color:var(--text-faint)}.cli-copy{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:16px;padding:16px 22px;background:#0a0a0a;border:1px solid #0a0a0a;border-radius:14px;color:#fff;font-family:var(--font-mono);font-size:15px;cursor:pointer;transition:background .15s ease,transform .15s ease;line-height:1;max-width:100%;box-sizing:border-box;min-width:0}.cli-copy:hover{background:#1f2937;transform:translateY(-1px)}.cli-copy code{font-family:inherit;color:#fff;font-size:15px;letter-spacing:.01em;min-width:0;overflow-wrap:anywhere;word-break:break-word}.cli-copy .cli-icon{color:#fff;opacity:.85;transition:opacity .15s ease,color .15s ease;flex-shrink:0}.cli-copy:hover .cli-icon{opacity:1}.cli-copy.is-copied{background:#0a0a0a}.cli-copy-label{display:inline-flex;align-items:center;min-width:0;animation:cli-copy-swap .32s cubic-bezier(.2,.8,.2,1)}.cli-copy.is-copied .cli-copy-label{color:#fff;letter-spacing:.005em}.cli-copy-icon-wrap{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;animation:cli-copy-swap .32s cubic-bezier(.2,.8,.2,1)}.cli-copy.is-copied .cli-icon{color:#fff;opacity:1}@keyframes cli-copy-swap{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.cli-copy-icon-wrap,.cli-copy-label{animation:none}}.demo-section{padding:24px 0 96px}.demo-frame{max-width:920px;margin:0 auto;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.02)}.demo-caption{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--bg-soft);font-size:12px;color:var(--text-muted)}.demo-caption .tag{display:inline-flex;align-items:center;gap:6px}.demo-caption .tag .dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}.demo-frame iframe{display:block;width:100%;height:600px;border:0;background:#fff}.section{padding:80px 0}.section.alt{background:var(--bg-soft)}.section-head{max-width:640px;margin:0 auto 48px;text-align:center}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.section-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}h2{font-family:var(--font-serif);font-weight:400;font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.015em;margin:14px 0 12px}h2 em{font-style:italic}.section-head p{margin:0;color:var(--text-muted);font-size:16px}.balance,.lede.balance,.section-head .balance{text-wrap:balance;max-width:34ch;margin-left:auto;margin-right:auto}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.card{border:1px solid var(--border);border-radius:12px;padding:28px;background:#fff}.card h3{font-family:var(--font-serif);font-weight:400;font-size:24px;line-height:1.2;margin:0 0 10px;letter-spacing:-.01em}.card p{margin:0;color:var(--text-muted);font-size:15px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.step{border:1px solid var(--border);border-radius:12px;padding:24px;background:#fff;display:flex;flex-direction:column;gap:12px;min-height:220px}.step .num{font-family:var(--font-serif);font-size:36px;line-height:1;color:var(--text-faint)}.step h4{margin:0;font-size:15px;font-weight:600;letter-spacing:-.005em}.step p{margin:0;color:var(--text-muted);font-size:14px;line-height:1.55}.how-brands{margin-bottom:20px}.how-card{max-width:1120px;margin:0 auto;border:1px solid var(--border-strong);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.04);display:flex;flex-direction:column}.how-media{position:relative;background:#f6f8fc;border-bottom:1px solid var(--border);aspect-ratio:16/10;overflow:hidden}.how-media iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.how-explain{position:relative;padding:28px 80px 32px;display:flex;flex-direction:column;gap:14px}.how-nav{position:absolute;top:50%;transform:translateY(-50%);-webkit-appearance:none;-moz-appearance:none;appearance:none;width:36px;height:36px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;box-shadow:0 1px 2px rgba(0,0,0,.04)}.how-nav:hover{color:var(--text);border-color:var(--text-faint);box-shadow:0 2px 6px rgba(0,0,0,.06)}.how-nav:active{transform:translateY(-50%) scale(.96)}.how-nav-prev{left:14px}.how-nav-next{right:14px}.how-dots{position:absolute;top:18px;right:18px;display:inline-flex;gap:6px}.how-dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;width:7px;height:7px;border-radius:999px;background:var(--border);cursor:pointer;transition:background .15s ease,transform .15s ease}.how-dot:hover{background:var(--text-faint)}.how-dot.active{background:var(--text);transform:scale(1.15)}.how-body{display:flex;flex-direction:column;gap:8px}.how-body .num{font-size:30px;line-height:1;color:var(--text-faint);margin-bottom:2px}.how-body .num,.how-body h4{font-family:var(--font-serif)}.how-body h4{margin:0;font-weight:400;font-size:24px;letter-spacing:-.01em;line-height:1.2}.how-body p{margin:0;color:var(--text);opacity:.7;font-size:14px;line-height:1.55;text-wrap:balance;max-width:42ch}.install-wrap{max-width:760px;margin:0 auto}.code{background:var(--code-bg);color:var(--code-text);border-radius:12px;padding:22px 24px;font-family:var(--font-mono);font-size:13.5px;line-height:1.7;border:1px solid #18181b;overflow-x:auto}.code .c-dim{color:var(--code-muted)}.code .c-acc{color:var(--code-accent)}.code .c-str{color:#fde68a}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.feat{border:1px solid var(--border);border-radius:12px;padding:28px;background:#fff}.feat h4{font-family:var(--font-serif);font-weight:400;font-size:22px;margin:8px 0;letter-spacing:-.01em}.feat p{margin:0;color:var(--text-muted);font-size:14.5px}.feat .icon-box{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:16px}.how-brands{display:flex;justify-content:center;gap:6px;margin-bottom:24px;flex-wrap:wrap}.how-brand{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid var(--border-strong);border-radius:999px;background:var(--bg-soft);color:var(--text);font-family:var(--font-sans);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.04)}.how-brand:hover{border-color:var(--text-faint);color:var(--text);background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.08)}.how-brand-active{color:var(--text);background:#fff;box-shadow:0 0 0 1.5px var(--brand-color,var(--border)),0 2px 8px -2px rgba(0,0,0,.1);border-color:var(--brand-color,var(--border))}.how-brand-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.how-brand-icon svg{display:block}.how-brand-name{line-height:1}.section-head .pricing-lede{margin:18px auto 0;font-family:var(--font-serif);font-weight:400;font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.015em;color:var(--text);text-wrap:balance}.section-head .pricing-lede em{font-style:italic}.pricing-card{max-width:860px;margin:56px auto 0;background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 1px 0 hsla(0,0%,4%,.02),0 12px 32px -16px hsla(0,0%,4%,.1)}.pricing-card-caption{display:flex;justify-content:space-between;align-items:center;padding:14px 22px;border-bottom:1px solid var(--border);background:var(--bg-soft);font-size:12px;color:var(--text-muted)}.pricing-card-caption .tag{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.09em;font-weight:600;color:var(--text)}.pricing-card-caption .tag .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px rgba(34,197,94,.15)}.pricing-card-meta{font-size:12px;color:var(--text-muted);letter-spacing:.01em}.pricing-card-body{display:grid;grid-template-columns:1fr 1px 1fr;align-items:stretch}.plan{position:relative;padding:40px 40px 42px;display:flex;flex-direction:column}.plan-divider{background:linear-gradient(180deg,hsla(0,0%,4%,0) 0,var(--border) 20%,var(--border) 80%,hsla(0,0%,4%,0) 100%)}.plan-premium{background:radial-gradient(140% 90% at 100% 0,rgba(34,197,94,.08),hsla(0,0%,4%,0) 60%),#fafafa}.plan-badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:5px 12px;margin-bottom:16px;font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:600;background:#22c55e;color:#052e16;border-radius:999px;box-shadow:0 0 0 3px rgba(34,197,94,.12),0 4px 10px -4px rgba(34,197,94,.35)}.plan-badge .dot{width:6px;height:6px;border-radius:50%;background:#052e16}.plan-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:10px}.plan-head h3{font-family:var(--font-serif);font-weight:400;font-size:28px;line-height:1.1;margin:0;letter-spacing:-.015em;color:var(--text)}.plan-head h3 em{font-style:italic}.plan-price{display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap}.plan-price .amount{font-family:var(--font-serif);font-size:44px;line-height:1;letter-spacing:-.025em;color:var(--text)}.plan-price .per{font-size:12px;color:var(--text-muted);letter-spacing:.01em}.plan-sub{margin:0 0 22px;color:var(--text-muted);font-size:14.5px;line-height:1.55}.plan-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;font-size:14.5px;flex:1 1}.plan-list li{display:flex;align-items:flex-start;gap:12px;line-height:1.5}.plan-list .check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:11px;font-weight:800;flex-shrink:0;margin-top:1px;box-shadow:0 0 0 3px rgba(34,197,94,.08)}.plan-cta{align-self:stretch;justify-content:center;padding:14px 18px;font-size:14.5px;border-radius:10px;margin-top:auto}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px 48px;gap:40px 48px}.faq-img{aspect-ratio:3/2;border-radius:14px;overflow:hidden;background:#f4f4f5;border:1px solid var(--border);margin:0 0 18px}.faq-img img{display:block;width:100%;height:100%;object-fit:cover;filter:contrast(1.02)}.faq h4{font-family:var(--font-serif);font-weight:400;font-size:22px;margin:0 0 8px}.faq p{margin:0;color:var(--text-muted);font-size:14.5px;line-height:1.6}.cta{background:radial-gradient(60% 80% at 50% 0,rgba(34,197,94,.1),hsla(0,0%,4%,0) 60%),#0a0a0a;color:#fff;padding:112px 0 120px;text-align:center;border-top:1px solid #0a0a0a}.cta h1.cta-display{color:#fff;margin:24px auto 32px}.cta h1.cta-display em{font-style:italic;color:#fff}.cta .eyebrow{background:hsla(0,0%,100%,.04);color:#a1a1aa;border-color:#27272a}footer.site{padding:40px 0 48px;color:var(--text-muted);font-size:13px;border-top:1px solid var(--border);background:#fff}footer.site .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}footer.site .brand{font-size:20px}footer.site .brand-mark{width:24px;height:24px}footer.site .footer-nav{display:inline-flex;align-items:center;gap:28px}footer.site .footer-nav a{color:var(--text-muted);transition:color .15s ease}footer.site .footer-nav a:hover{color:var(--text)}footer.site .footer-meta{color:var(--text-faint)}.lede-head{max-width:720px;margin-bottom:0}.lede-head p{font-size:18px}@media (max-width:960px){.grid-4{grid-template-columns:repeat(2,1fr)}.faq-grid,.grid-2,.grid-3,.pricing-card-body{grid-template-columns:1fr}.plan-divider{height:1px;background:linear-gradient(90deg,hsla(0,0%,4%,0) 0,var(--border) 20%,var(--border) 80%,hsla(0,0%,4%,0) 100%)}.plan{padding:32px 28px}.nav{display:none}.demo-frame iframe{height:500px}.showcase-stack{height:440px}.showcase-tab{padding:7px 12px;font-size:12px}.hero{padding:64px 0 48px}.section{padding:64px 0}.how-card{max-width:100%;margin-top:40px}.how-brand{padding:7px 12px;font-size:12px}.how-explain{padding:20px 54px 24px}.how-nav-prev{left:10px}.how-nav-next{right:10px}.how-dots{top:14px;right:14px}.how-body h4{font-size:22px}}@media (max-width:560px){h1.display{font-size:clamp(36px,10vw,52px)}h2{font-size:clamp(28px,8vw,40px)}.wrap,.wrap-wide{padding:0 18px}.hero{padding:48px 0 36px}.section{padding:48px 0}.cta{padding:72px 0}.header-inner{height:52px}.brand{font-size:19px}.hero-cta{gap:10px;flex-direction:column;align-items:center;width:100%}.hero-cta .btn{justify-content:center}.cli-copy{font-size:13px;padding:14px 16px;gap:12px}.cli-copy code{font-size:13px;flex:1 1 auto;line-height:1.35;text-align:left}.demo-frame iframe{height:440px}.showcase-stack{height:380px}.showcase-tabs{gap:4px}.showcase-tab{padding:6px 10px;font-size:11px;gap:6px}.showcase-tab-icon{width:16px;height:16px}.showcase-tab-icon svg{width:14px;height:14px}.showcase-tab-name{display:none}.how-media{aspect-ratio:4/3}.how-body h4{font-size:20px}.how-brands{gap:4px}.how-brand{padding:6px 10px;font-size:11px;gap:6px}.how-brand-name{display:none}.faq p,.plan-sub,.section-head p{text-wrap:balance}.cta .hero-cta{align-items:center}.plan-head{flex-direction:column;align-items:flex-start;gap:8px}.plan-price .amount{font-size:38px}footer.site .footer-inner{flex-direction:column;align-items:flex-start;gap:16px}}.reveal{opacity:0;transform:translateY(28px) scale(.985);filter:blur(6px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1),filter .8s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform,filter}.reveal.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.reveal[data-stagger=true]>*{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .6s ease}.reveal[data-stagger=true].is-visible>*{opacity:1;transform:translateY(0)}.reveal[data-stagger=true].is-visible>:first-child{transition-delay:80ms}.reveal[data-stagger=true].is-visible>:nth-child(2){transition-delay:.14s}.reveal[data-stagger=true].is-visible>:nth-child(3){transition-delay:.2s}.reveal[data-stagger=true].is-visible>:nth-child(4){transition-delay:.26s}.reveal[data-stagger=true].is-visible>:nth-child(5){transition-delay:.32s}.reveal[data-stagger=true].is-visible>:nth-child(6){transition-delay:.38s}@media (prefers-reduced-motion:reduce){.reveal,.reveal[data-stagger=true]>*{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}.proc-section{padding:72px 0 40px}.proc-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:8px}.proc-card{border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.02)}.proc-card,.proc-frame{overflow:hidden;display:flex;flex-direction:column}.proc-frame{position:relative;aspect-ratio:4/3;border-bottom:1px solid var(--border)}.proc-body{padding:22px 24px 24px;display:flex;flex-direction:column;gap:6px}.proc-num{font-size:24px;line-height:1;color:var(--text-faint);margin-bottom:2px}.proc-body h4,.proc-num{font-family:var(--font-serif)}.proc-body h4{margin:0;font-weight:400;font-size:22px;letter-spacing:-.01em;line-height:1.2}.proc-body p{margin:0;color:var(--text-muted);font-size:14px;line-height:1.55;text-wrap:balance}.proc-terminal{background:#0a0a0a;color:var(--code-text)}.proc-term-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid #18181b;background:#111113}.proc-term-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.proc-term-title{margin-left:10px;font-family:var(--font-mono);font-size:11px;color:var(--code-muted)}.proc-term-body{flex:1 1;padding:16px 18px;font-family:var(--font-mono);font-size:12px;line-height:1.7;display:flex;flex-direction:column;gap:2px}.proc-term-line{display:flex;align-items:baseline;gap:8px;color:var(--code-text);white-space:nowrap}.proc-term-prompt{color:var(--code-accent)}.proc-term-cmd{color:var(--code-text)}.proc-term-dim{color:var(--code-muted)}.proc-term-check,.proc-term-ok{color:var(--code-accent)}.proc-term-check{font-weight:700}.proc-chat{background:#1a1a1a}.proc-chat-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.08);background:#222}.proc-chat-spark{width:22px;height:22px;border-radius:6px;background:rgba(217,119,87,.15);border:1px solid rgba(217,119,87,.3);display:inline-flex;align-items:center;justify-content:center}.proc-chat-title{font-family:var(--font-serif);font-size:15px;color:#e8e4df}.proc-chat-body{flex:1 1;padding:18px 18px 20px;display:flex;flex-direction:column;gap:14px;justify-content:center}.proc-chat-bubble{font-size:13px;line-height:1.55;color:#d4d0cb;background:#2a2a2a;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:12px 14px;max-width:92%;text-wrap:balance}.proc-chat-ai{align-self:flex-start}.proc-chat-actions{display:flex;gap:8px;flex-wrap:wrap}.proc-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:8px;padding:8px 12px;font-family:var(--font-sans);font-size:12px;font-weight:500;cursor:default;border:1px solid transparent}.proc-btn-primary{background:#d97757;color:#fff;border-color:#d97757}.proc-btn-ghost{background:#2a2a2a;color:#9a9690;border-color:hsla(0,0%,100%,.1)}.proc-browser{background:#1a1a1a}.proc-browser-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid hsla(0,0%,100%,.08);background:#222}.proc-browser-url{margin-left:10px;font-family:var(--font-mono);font-size:11px;color:#7a7670;background:#2a2a2a;border:1px solid hsla(0,0%,100%,.08);border-radius:999px;padding:3px 10px}.proc-browser-body{flex:1 1;padding:18px 20px;display:flex;flex-direction:column;gap:8px}.proc-site-h1{font-family:var(--font-serif);font-size:16px;line-height:1.2;color:#e8e4df;letter-spacing:-.01em}.proc-site-lede{height:6px;border-radius:999px;background:hsla(0,0%,100%,.1);width:75%}.proc-site-lede-short{width:55%}.proc-embed{margin-top:8px;flex:1 1;border:1px dashed hsla(0,0%,100%,.15);border-radius:10px;background:#2a2a2a;padding:10px;display:flex;flex-direction:column;gap:8px;position:relative}.proc-embed-tag{position:absolute;top:-9px;left:12px;background:#1a1a1a;padding:0 6px;font-family:var(--font-mono);font-size:10px;color:#7a7670}.proc-embed-screen{flex:1 1;border-radius:6px;background:linear-gradient(135deg,rgba(217,119,87,.2),rgba(180,100,140,.2) 50%,rgba(100,120,180,.2));display:flex;align-items:center;justify-content:center;gap:8px}.proc-embed-dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.3)}@media (max-width:860px){.proc-grid{grid-template-columns:1fr;gap:16px}.proc-section{padding:72px 0 24px}.proc-frame{aspect-ratio:16/9}}