.showcase-app{--bg-white:#fff;--bg-cream:#fafafa;--bg-warm:#f5f3ef;--text-dark:#111827;--text-body:#374151;--text-muted:#6b7280;--text-faint:#9ca3af;--royal-blue:#2563eb;--royal-blue-light:#2563eb14;--royal-blue-medium:#2563eb26;--green:#10b981;--amber:#f59e0b;--red:#ef4444;--border-light:#0000000f;--border-medium:#0000001a;--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 16px #0000000f;--shadow-lg:0 12px 40px #00000014;--shadow-xl:0 20px 60px #0000001a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--font-inter:var(--font-inter), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-playfair:var(--font-playfair), "Georgia", serif;--font-mono:"SF Mono", "Fira Code", "Consolas", monospace;--transition:.25s ease;background:var(--bg-white);color:var(--text-body);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.7;overflow-x:hidden}.showcase-header{z-index:100;-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);border-bottom:1px solid var(--border-light);background:#ffffffd9;justify-content:space-between;align-items:center;padding:1rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.showcase-logo{align-items:center;gap:.5rem;display:flex}.logo-icon{font-size:1.3rem}.logo-text{color:var(--text-dark);letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.showcase-nav{align-items:center;gap:1.75rem;display:flex}.nav-link{color:var(--text-muted);transition:color var(--transition);font-size:.9rem;font-weight:500;text-decoration:none}.nav-link:hover{color:var(--text-dark)}.nav-btn-primary{background:var(--text-dark);color:#fff;transition:all var(--transition);border-radius:9999px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none}.nav-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.nav-btn-playground{color:#fff;transition:all var(--transition);white-space:nowrap;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:9999px;padding:.5rem 1.25rem;font-size:.88rem;font-weight:700;text-decoration:none;box-shadow:0 2px 12px #6366f14d}.nav-btn-playground:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f166}.nav-mobile-btn{display:none}.btn-playground{color:#fff;transition:all var(--transition);white-space:nowrap;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:9999px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 20px #6366f159}.btn-playground:hover{transform:translateY(-2px);box-shadow:0 8px 28px #6366f173}.showcase-main{padding-top:4.5rem}.section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--royal-blue);margin-bottom:1rem;font-size:.8rem;font-weight:700}.section-title{letter-spacing:-.03em;color:var(--text-dark);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.15}.section-desc{color:var(--text-muted);max-width:640px;margin-bottom:3.5rem;font-size:1.15rem;line-height:1.7}.section-desc code{background:var(--royal-blue-light);color:var(--royal-blue);font-family:var(--font-mono);border-radius:5px;padding:2px 7px;font-size:.9em}.cursive-accent{font-family:var(--font-playfair);color:var(--royal-blue);font-style:italic;font-weight:400}.hero-section{text-align:center;max-width:900px;margin:0 auto;padding:8rem 3rem 6rem}.hero-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--royal-blue);margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.hero-title{letter-spacing:-.04em;color:var(--text-dark);margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.05}.hero-subtitle{color:var(--text-muted);max-width:640px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.7}.hero-actions{justify-content:center;align-items:center;gap:1rem;margin-bottom:3.5rem;display:flex}.btn-primary{background:var(--royal-blue);color:#fff;transition:all var(--transition);border-radius:9999px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #2563eb40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb59}.btn-primary .arrow{transition:transform .2s}.btn-primary:hover .arrow{transform:translate(4px)}.btn-secondary{color:var(--text-dark);border:1px solid var(--border-medium);transition:all var(--transition);background:#fff;border-radius:9999px;align-items:center;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-secondary:hover{background:var(--bg-cream);border-color:var(--border-medium)}.hero-stats{justify-content:center;align-items:center;gap:2rem;display:flex}.stat{flex-direction:column;align-items:center;display:flex}.stat-value{color:var(--text-dark);font-size:1.75rem;font-weight:800}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.stat-divider{background:var(--border-light);width:1px;height:36px}.problem-section{background:var(--bg-cream);padding:6rem 3rem}.problem-inner{max-width:1100px;margin:0 auto}.problem-title{letter-spacing:-.03em;color:var(--text-dark);margin-bottom:3rem;font-size:2.75rem;font-weight:800}.problem-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.problem-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);background:#fff;padding:2rem}.problem-emoji{margin-bottom:1rem;font-size:2rem}.problem-card h4{color:var(--text-dark);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.problem-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.possibilities-section{padding:6rem 3rem}.possibilities-inner{max-width:1200px;margin:0 auto}.showcase-block{border-bottom:1px solid var(--border-light);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:5rem 0;display:grid}.showcase-block:last-child{border-bottom:none}.showcase-block.reverse{direction:rtl}.showcase-block.reverse>*{direction:ltr}.showcase-number{font-family:var(--font-mono);color:var(--text-faint);letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.showcase-text h3{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:800}.showcase-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.showcase-text p code{background:var(--royal-blue-light);color:var(--royal-blue);font-family:var(--font-mono);border-radius:5px;padding:2px 7px;font-size:.85em}.code-ref{border-radius:var(--radius-md);background:#1a1a2e;margin-bottom:1rem;overflow:hidden}.code-ref-label{text-transform:uppercase;letter-spacing:.1em;color:#fff6;padding:.75rem 1rem 0;font-size:.7rem;font-weight:600}.code-ref pre{margin:0;padding:.75rem 1rem 1rem;overflow-x:auto}.code-ref code{font-family:var(--font-mono);color:#e2e8f0;white-space:pre;font-size:.78rem;line-height:1.7}.doc-refs{flex-wrap:wrap;gap:.75rem;display:flex}.doc-refs a{color:var(--royal-blue);background:var(--royal-blue-light);transition:all var(--transition);border-radius:9999px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;text-decoration:none}.doc-refs a:hover{background:var(--royal-blue-medium)}.mock-window{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--border-light);max-width:100%;overflow:hidden}.mock-body{max-width:100%;min-height:300px;overflow-x:auto}.mock-titlebar{border-bottom:1px solid var(--border-light);background:#f1f1f1;align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.mock-dots{gap:6px;display:flex}.mock-dots span{border-radius:50%;width:10px;height:10px}.mock-dots span:first-child{background:#ff5f56}.mock-dots span:nth-child(2){background:#ffbd2e}.mock-dots span:nth-child(3){background:#27c93f}.mock-title{color:var(--text-muted);font-size:.75rem;font-weight:500}.mock-body{min-height:300px}.mock-dark{color:#e2e8f0;background:#0f0f1e}.mock-light-bg{color:var(--text-body);background:#fafbfc}.mock-body.mock-dark{flex-direction:column;display:flex}.mock-sidebar{border-bottom:1px solid #ffffff0f;gap:0;display:flex}.mock-file{font-size:.75rem;font-family:var(--font-mono);color:#fff6;border-right:1px solid #ffffff0f;padding:.5rem 1rem}.mock-file.active{color:#e2e8f0;background:#ffffff0d}.mock-editor{font-family:var(--font-mono);flex:1;padding:1rem;font-size:.8rem;line-height:1.8}.mock-line{padding:0 .5rem}.mock-ai-line{border-left:2px solid var(--royal-blue);background:#2563eb1a}.tok-keyword{color:#c084fc}.tok-fn{color:#60a5fa}.tok-string{color:#34d399}.tok-comment{color:#ffffff59;font-style:italic}.tok-muted{color:#ffffff59}.tok-green{color:#10b981}.tok-amber{color:#f59e0b}.mock-status-bar{font-size:.75rem;font-family:var(--font-mono);color:#ffffff80;border-top:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.mock-halt-btn{color:var(--amber);cursor:pointer;margin-left:auto}.status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.green{background:var(--green)}.status-dot.amber{background:var(--amber)}.status-dot.red{background:var(--red)}.pipeline-stages{flex-direction:column;gap:0;padding:2rem 1.5rem;display:flex}.pipeline-stage{align-items:center;gap:1rem;padding:.75rem 0;display:flex}.stage-icon{text-align:center;min-width:28px;font-size:1.25rem}.stage-label{color:var(--text-dark);font-size:.9rem;font-weight:600}.stage-detail{color:var(--text-muted);margin-left:auto;font-size:.8rem}.pipeline-connector{background:var(--green);width:2px;height:20px;margin-left:13px}.pipeline-connector.dim{background:var(--border-light)}.pipeline-stage.active .stage-label{color:var(--royal-blue)}.pipeline-stage.pending .stage-label,.pipeline-stage.pending .stage-detail{color:var(--text-faint)}.pulsing{animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.multi-agent-grid{grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem;display:grid}.agent-tile{border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fff;padding:1rem}.agent-tile-header{color:var(--text-dark);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.agent-tile-body{color:var(--text-muted);margin-bottom:.5rem;font-size:.78rem;line-height:1.5}.agent-tile-meta{font-size:.7rem;font-family:var(--font-mono);color:var(--text-faint)}.paused-tile{background:#f59e0b08;border-color:#f59e0b4d}.error-tile{background:#ef444408;border-color:#ef44444d}.writing-studio{flex-direction:column;height:100%;display:flex}.writing-output{flex:1;padding:1.5rem}.writing-text{color:#c8cad0;font-size:.95rem;line-height:1.8}.writing-faded{color:#ffffff59}.writing-live{color:#e2e8f0}.writing-cursor{background:var(--royal-blue);vertical-align:text-bottom;width:2px;height:1em;margin-left:1px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.writing-controls{border-top:1px solid #ffffff0f;padding:.75rem 1rem}.tone-presets{gap:.5rem;margin-bottom:.5rem;display:flex}.tone-btn{color:#fff6;background:#ffffff0d;border:1px solid #ffffff14;border-radius:9999px;padding:.3rem .7rem;font-size:.72rem}.tone-btn.active-tone{background:var(--royal-blue-light);color:#93c5fd;border-color:#2563eb4d}.writing-meta{font-size:.72rem;font-family:var(--font-mono);color:#ffffff4d}.writing-meta .text-green{color:var(--green)}.devops-terminal{font-family:var(--font-mono);padding:1rem;font-size:.78rem;line-height:2}.term-line{color:#ffffff80;padding:0 .5rem}.term-checkpoint{border-radius:var(--radius-sm);color:#fca5a5;background:#ef44441a;border:1px solid #ef444433;align-items:center;gap:.5rem;margin:.5rem 0;padding:.5rem .75rem;display:flex}.checkpoint-icon{font-size:1rem}.term-actions{gap:.5rem;padding:.25rem 0;display:flex}.term-btn-approve,.term-btn-reject{border-radius:var(--radius-sm);cursor:pointer;padding:.35rem .75rem;font-size:.72rem}.term-btn-approve{color:#6ee7b7;background:#10b98126;border:1px solid #10b9814d}.term-btn-reject{color:#fca5a5;background:#ef44441a;border:1px solid #ef444433}.doc-editor{font-size:.85rem}.doc-toolbar{border-bottom:1px solid var(--border-light);background:#fff;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.doc-tool{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.doc-tool-right{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.72rem;display:flex}.doc-content{padding:1.25rem}.doc-section{border-radius:var(--radius-sm);margin-bottom:1.25rem;padding:.75rem}.doc-section-active{background:#2563eb0a;border:1px solid #2563eb26}.doc-h2{font-family:var(--font-mono);color:var(--text-dark);margin-bottom:.4rem;font-size:.8rem;font-weight:700}.doc-para{color:var(--text-muted);font-size:.82rem;line-height:1.6}.doc-highlight{color:var(--royal-blue);background:#2563eb1f;border-radius:3px;padding:1px 4px;font-weight:600}.doc-ast-badge{font-size:.65rem;font-family:var(--font-mono);letter-spacing:.03em;color:var(--green);text-transform:uppercase;margin-top:.5rem}.chat-interface{flex-direction:column;min-height:300px;display:flex}.chat-message{gap:.75rem;padding:.75rem 1rem;display:flex}.chat-avatar{text-align:center;min-width:32px;font-size:1.25rem}.chat-bubble{border-radius:var(--radius-md);max-width:85%;padding:.75rem 1rem;font-size:.85rem;line-height:1.6}.user-msg .chat-bubble{background:var(--royal-blue);color:#fff}.agent-msg .chat-bubble{color:var(--text-body);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fff}.supervisor-bar{background:#fffbeb;border-top:1px solid #f59e0b33;align-items:center;gap:.75rem;margin-top:auto;padding:.6rem 1rem;font-size:.75rem;display:flex}.supervisor-badge{background:var(--amber);color:#fff;letter-spacing:.03em;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.supervisor-note{color:#92400e;flex:1}.supervisor-btn{color:#b45309;cursor:pointer;font-weight:700}.architecture-section{background:var(--bg-cream);padding:6rem 3rem}.architecture-inner{text-align:center;max-width:1000px;margin:0 auto}.architecture-inner .section-desc{margin:0 auto 3rem}.arch-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin-bottom:3rem;display:flex}.arch-node{border:1px solid var(--border-light);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md);background:#fff;min-width:140px;padding:1.25rem 1.5rem}.arch-node-primary{border-color:var(--royal-blue);box-shadow:0 4px 20px #2563eb1f}.arch-icon{margin-bottom:.5rem;font-size:1.5rem}.arch-label{color:var(--text-dark);font-size:.85rem;font-weight:700}.arch-sub{color:var(--text-muted);margin-top:.25rem;font-size:.7rem}.arch-arrow{flex-direction:column;align-items:center;padding:0 .5rem;display:flex}.arch-arrow-line{background:var(--border-medium);width:40px;height:2px}.arch-arrow-label{font-size:.65rem;font-family:var(--font-mono);color:var(--text-faint);margin-top:.25rem}.arch-cta{justify-content:center;gap:1rem;display:flex}.final-cta{text-align:center;padding:8rem 3rem}.final-cta-inner{max-width:700px;margin:0 auto}.final-cta h2{letter-spacing:-.03em;color:var(--text-dark);margin-bottom:1rem;font-size:3.5rem;font-weight:800}.final-cta p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.showcase-footer{border-top:1px solid var(--border-light);padding:3rem}.footer-inner{text-align:center;max-width:1000px;margin:0 auto}.footer-brand{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer-name{color:var(--text-dark);font-weight:700}.footer-links{justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.footer-links a{color:var(--text-muted);transition:color var(--transition);font-size:.9rem;font-weight:500;text-decoration:none}.footer-links a:hover{color:var(--text-dark)}.footer-copy{color:var(--text-faint);font-size:.8rem}@media (max-width:1024px){.hero-title{font-size:3.5rem}.showcase-block{grid-template-columns:1fr;gap:2rem}.showcase-block.reverse{direction:ltr}.problem-grid{grid-template-columns:1fr}.arch-flow{flex-direction:column}.arch-arrow-line{width:2px;height:30px}}@media (max-width:768px){.hero-title{font-size:2.5rem}.section-title,.problem-title{font-size:2rem}.final-cta h2{font-size:2.5rem}.showcase-header{padding:.75rem 1.5rem}.showcase-nav{display:none}.nav-mobile-btn{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:9999px;align-items:center;gap:.4rem;min-height:44px;padding:.45rem 1rem;font-size:.82rem;font-weight:700;text-decoration:none;display:flex}.hero-section,.problem-section,.possibilities-section,.architecture-section,.final-cta{padding-left:1.5rem;padding-right:1.5rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn-playground,.hero-actions .btn-primary,.hero-actions .btn-secondary{justify-content:center;min-height:48px}.hero-stats{gap:1rem}.multi-agent-grid{grid-template-columns:1fr}}@media (max-width:480px){.showcase-header{padding:.6rem 1rem}.showcase-logo .logo-text{font-size:1rem}.nav-mobile-btn{background:var(--text-dark);color:#fff;border-radius:9999px;align-items:center;gap:.4rem;min-height:44px;padding:.45rem 1rem;font-size:.82rem;font-weight:600;text-decoration:none;display:flex}.hero-section{padding:5.5rem 1rem 3rem;overflow-x:hidden}.hero-title{word-wrap:break-word;font-size:2.2rem;line-height:1.1}.hero-eyebrow{font-size:.75rem}.hero-subtitle{font-size:1rem}.hero-actions{gap:.75rem}.hero-actions .btn-primary,.hero-actions .btn-secondary,.hero-actions .btn-playground{justify-content:center;width:100%;min-height:48px}.hero-stats{flex-direction:column;gap:.75rem}.stat-divider{width:48px;height:1px}.problem-section{padding:3rem 1rem;overflow-x:hidden}.problem-title{font-size:1.6rem}.problem-grid{gap:1rem}.problem-card{padding:1.25rem}.possibilities-section{padding:3rem 1rem}.section-title{font-size:1.6rem}.section-desc{margin-bottom:2rem;font-size:1rem}.showcase-block{gap:1.5rem;padding:2.5rem 0}.showcase-text h3{font-size:1.5rem}.code-ref pre{overflow-x:auto}.code-ref code{white-space:pre;font-size:.7rem}.doc-refs{flex-direction:column}.architecture-section{padding:3rem 1rem}.arch-node{min-width:0;padding:1rem}.arch-cta{flex-direction:column;align-items:stretch}.arch-cta a{text-align:center;justify-content:center;align-items:center;min-height:48px;display:flex}.final-cta{padding:4rem 1rem}.final-cta h2{font-size:2rem}.final-cta p{font-size:1rem}.final-cta .hero-actions{flex-direction:column}.final-cta .hero-actions a{justify-content:center;width:100%;min-height:48px}.showcase-footer{padding:2rem 1rem}.footer-links{flex-wrap:wrap;gap:1.25rem}.tone-presets{padding-bottom:.25rem;overflow-x:auto}.tone-btn{white-space:nowrap}}
