*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#2a1010;background:#fff;min-width:320px;min-height:100vh;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{display:flex;align-items:center;gap:24px;padding:12px 24px;background:#151010;color:#fff}.header-brand{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;letter-spacing:-.3px;color:#fff;text-decoration:none}.header-logo{width:48px;height:48px;border-radius:50%}.header-nav{display:flex;gap:4px}.nav-link{padding:6px 14px;border-radius:6px;font-size:14px;font-weight:500;color:#94a3b8;text-decoration:none;transition:color .15s,background .15s}.nav-link:hover{color:#e2e8f0;background:#ffffff14}.nav-link.active{color:#f4a882;background:#e8663c26}.nav-link-github{display:inline-flex;align-items:center;gap:6px;margin-left:8px;color:#e2e8f0;background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.nav-link-github:hover{background:#ffffff26;border-color:#ffffff40}.lang-toggle{padding:4px 14px;border-radius:6px;font-size:13px;font-weight:600;background:#e8663c26;color:#f4a882;border:1px solid rgba(232,102,60,.3);cursor:pointer;transition:all .15s;margin-left:8px}.lang-toggle:hover{background:#e8663c40;border-color:#e8663c80}.home-hero{padding:48px 24px 40px;text-align:center;background:linear-gradient(135deg,#151010,#1e1208 60%,#151010);color:#fff}.home-hero-logo{width:140px;height:140px;margin-bottom:-8px;filter:drop-shadow(0 8px 24px rgba(232,102,60,.3))}.home-hero h1{font-size:56px;font-weight:800;letter-spacing:-1.5px;line-height:1;margin-bottom:16px}.home-hero-tagline{font-size:22px;color:#94a3b8;margin-bottom:28px;line-height:1.5}.role-selector{display:flex;gap:12px;justify-content:center;margin-bottom:8px}.role-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:8px;font-size:15px;font-weight:600;border:2px solid rgba(255,255,255,.15);background:#ffffff0d;color:#e2e8f0;cursor:pointer;transition:all .2s;min-width:160px;justify-content:center}.role-btn:hover{border-color:#ffffff4d;background:#ffffff1a;transform:translateY(-1px)}.role-emoji{font-size:18px}.role-btn-agent.role-active{border-color:#00ff8880;background:#00ff881a;color:#0f8;box-shadow:0 0 20px #00ff8826}.role-btn-human.role-active{border-color:#e8663c99;background:#e8663c26;color:#f4a882;box-shadow:0 0 20px #e8663c26}.onboard-card{max-width:480px;margin:20px auto 0;border-radius:14px;padding:24px;text-align:left;animation:cardSlideIn .3s ease-out}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.onboard-agent{background:#00000080;border:1px solid rgba(0,255,136,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px #0000004d,0 0 16px #00ff880d}.onboard-human{background:#00000080;border:1px solid rgba(232,102,60,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px #0000004d,0 0 16px #e8663c0d}.onboard-step{display:flex;align-items:flex-start;gap:12px}.onboard-step-num{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;margin-top:2px}.onboard-agent .onboard-step-num{background:#00ff8826;color:#0f8;border:1px solid rgba(0,255,136,.3)}.onboard-human .onboard-step-num{background:#e8663c26;color:#f4a882;border:1px solid rgba(232,102,60,.3)}.onboard-step-body{flex:1;min-width:0}.onboard-step-label{font-size:14px;font-weight:600;color:#f1f5f9;display:block;margin-bottom:2px}.onboard-step-body p{font-size:12px;color:#94a3b8;line-height:1.5;margin:0}.onboard-code{display:block;font-family:ui-monospace,SFMono-Regular,monospace;font-size:11px;padding:6px 10px;border-radius:6px;margin-top:4px;overflow-x:auto;white-space:nowrap}.onboard-agent .onboard-code{background:#00ff8814;color:#0f8;border:1px solid rgba(0,255,136,.15)}.onboard-human .onboard-code{background:#e8663c14;color:#f4a882;border:1px solid rgba(232,102,60,.15)}.onboard-action{flex-shrink:0;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .15s;align-self:center}.onboard-agent .onboard-action{background:#00ff881f;color:#0f8;border:1px solid rgba(0,255,136,.25)}.onboard-agent .onboard-action:hover{background:#0f83}.onboard-human .onboard-action{background:#ffffff14;color:#94a3b8;border:1px solid rgba(255,255,255,.12)}.onboard-human .onboard-action:hover{background:#ffffff24;color:#f1f5f9}.onboard-action-primary{background:#e8663c!important;color:#fff!important;border-color:#e8663c!important}.onboard-action-primary:hover{background:#d45a32!important}.onboard-divider{height:1px;margin:14px 0 14px 36px;background:#ffffff0f}.home-section{padding:48px 24px;max-width:1080px;margin:0 auto}.home-section h2{font-size:28px;font-weight:700;margin-bottom:8px;letter-spacing:-.5px;text-align:center}.home-section-sub{color:#64748b;font-size:15px;margin-bottom:36px;text-align:center}.home-comparison{max-width:1080px}.compare-grid{display:flex;align-items:stretch;gap:0}.compare-card{flex:1;border-radius:12px;overflow:hidden}.compare-label{padding:10px 16px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:8px}.compare-size{font-weight:500;font-size:11px;padding:2px 8px;border-radius:20px}.compare-before .compare-label{background:#fef2f2;color:#991b1b}.compare-before .compare-size{background:#fee2e2;color:#b91c1c}.compare-after .compare-label{background:#f0fdf4;color:#166534}.compare-after .compare-size{background:#dcfce7;color:#15803d}.compare-code{margin:0;padding:16px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px;line-height:1.6;overflow-x:auto;height:100%}.compare-before .compare-code{background:#1c1111;color:#fca5a5;border:1px solid #3f1010}.compare-after .compare-code{background:#0a1a12;color:#86efac;border:1px solid #14532d}.compare-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 16px;gap:6px;flex-shrink:0}.compare-arrow-label{font-size:11px;font-weight:700;color:#e8663c;text-transform:uppercase;letter-spacing:.5px}.compare-arrow-icon{font-size:28px;color:#e8663c}.compare-caption{text-align:center;font-size:14px;color:#64748b;margin-top:20px;font-weight:500}@media(max-width:768px){.compare-grid{flex-direction:column;gap:12px}.compare-arrow{flex-direction:row;padding:8px 0}.compare-arrow-icon{transform:rotate(90deg)}}.home-steps{display:flex;align-items:stretch;gap:0}.step-card{flex:1;padding:24px 20px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.step-card-highlight{background:#fef4ee;border-color:#fcd4b8;box-shadow:0 4px 20px #e8663c14}.step-num{width:32px;height:32px;border-radius:50%;background:#151010;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin-bottom:12px}.step-card-highlight .step-num{background:#e8663c}.step-body h3{font-size:17px;font-weight:700;margin-bottom:8px}.step-code{display:block;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px;background:#151010;color:#0f8;padding:8px 12px;border-radius:6px;margin-bottom:10px;overflow-x:auto;white-space:nowrap}.step-card-highlight .step-code{background:#3d1e0f}.step-body p{font-size:13px;color:#475569;line-height:1.6;margin:0}.step-badge{display:inline-block;margin-top:10px;padding:3px 12px;border-radius:20px;font-size:11px;font-weight:700;background:#e8663c;color:#fff}.step-arrow{display:flex;align-items:center;font-size:24px;color:#cbd5e1;padding:0 12px;flex-shrink:0}@media(max-width:768px){.home-steps{flex-direction:column;gap:12px}.step-arrow{justify-content:center;transform:rotate(90deg);padding:4px 0}}.home-features{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(min-width:769px){.home-features{grid-template-columns:repeat(4,1fr)}}.home-feature-card{padding:24px 20px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;transition:border-color .15s,transform .15s}.home-feature-card:hover{border-color:#f4a882;transform:translateY(-2px)}.feature-icon{font-size:28px;margin-bottom:10px}.home-feature-card h3{font-size:15px;font-weight:650;margin-bottom:8px}.home-feature-card p{font-size:13px;color:#475569;line-height:1.6}.home-feature-card code{font-size:12px;background:#e8e0dc;padding:1px 5px;border-radius:3px;font-family:ui-monospace,SFMono-Regular,monospace}.home-stats-bar{display:flex;justify-content:center;align-items:center;gap:40px;padding:32px 24px;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.stat-item{text-align:center}.stat-number{font-size:32px;font-weight:800;color:#e8663c;letter-spacing:-1px;font-family:ui-monospace,SFMono-Regular,monospace}.stat-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.stat-divider{width:1px;height:40px;background:#e2e8f0}@media(max-width:600px){.home-stats-bar{gap:20px}.stat-number{font-size:24px}}.home-hero-sub{font-size:16px;color:#94a3b8;margin-bottom:32px;line-height:1.6}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.hero-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s}.hero-btn-primary{background:#e8663c;color:#fff;box-shadow:0 4px 16px #e8663c4d}.hero-btn-primary:hover{background:#d45a32;transform:translateY(-1px);box-shadow:0 6px 24px #e8663c66}.hero-btn-secondary{background:#ffffff14;color:#e2e8f0;border:1px solid rgba(255,255,255,.2)}.hero-btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.home-quickstart{text-align:center}.quickstart-block{max-width:560px;margin:0 auto}.qs-code{font-family:ui-monospace,SFMono-Regular,monospace;font-size:14px;line-height:1.7;background:#151010;color:#0f8;padding:20px 24px;border-radius:12px 12px 0 0;text-align:left;overflow-x:auto;margin:0;border:1px solid #2a2020;border-bottom:none}.qs-result{background:#1a1414;padding:16px 24px;border-radius:0 0 12px 12px;border:1px solid #2a2020;border-top:1px solid #2a2020;display:flex;flex-direction:column;gap:6px}.qs-line{display:flex;align-items:center;gap:12px;font-size:13px}.qs-label{font-weight:600;color:#94a3b8;min-width:80px;text-align:right}.qs-url{font-family:ui-monospace,SFMono-Regular,monospace;color:#e8663c}.qs-note{font-size:13px;color:#94a3b8;margin-top:16px}.home-footer{background:#151010;color:#94a3b8;padding:40px 24px}.footer-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-brand{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#e2e8f0}.footer-logo{width:28px;height:28px;border-radius:50%}.footer-links{display:flex;gap:24px}.footer-links a{color:#94a3b8;text-decoration:none;font-size:14px;transition:color .15s}.footer-links a:hover{color:#e2e8f0}.footer-copy{font-size:13px;color:#64748b}@media(max-width:768px){.home-hero h1{font-size:36px}.home-hero-tagline{font-size:18px}.home-features{grid-template-columns:1fr!important}.role-selector{flex-direction:column;align-items:center}.role-btn{width:200px}.hero-actions{flex-direction:column;align-items:center}.footer-inner{flex-direction:column;text-align:center}}.home-compat{background:linear-gradient(135deg,#0f0a08,#1a0f08);max-width:none;padding:56px 24px}.home-compat h2{color:#fff}.home-compat .home-section-sub{color:#94a3b8}.compat-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;max-width:900px;margin:0 auto}.compat-badge{display:flex;align-items:center;gap:10px;padding:14px 24px;border-radius:10px;border:1px solid rgba(232,102,60,.3);background:#e8663c14;color:#f4a882;font-size:14px;font-weight:600;transition:all .2s}.compat-badge:hover{border-color:#e8663c99;background:#e8663c26;transform:translateY(-2px);box-shadow:0 4px 16px #e8663c26}.compat-icon{font-size:22px}.home-versus{max-width:960px}.versus-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0}.versus-table{width:100%;border-collapse:collapse;font-size:14px}.versus-table th,.versus-table td{padding:12px 16px;text-align:center;border-bottom:1px solid #f1f5f9}.versus-table th{background:#f8fafc;font-weight:600;color:#334155;font-size:13px}.versus-feature-name{text-align:left!important;font-weight:500;color:#475569}.versus-highlight{background:#f0fdf4!important;color:#166534!important;font-weight:600}.versus-table th.versus-highlight{background:#ecfdf5!important;color:#166534!important}.versus-table tbody tr:last-child td{border-bottom:none}.home-usecases{max-width:960px}.usecases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.usecase-card{padding:28px 24px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;transition:border-color .15s,transform .15s}.usecase-card:hover{border-color:#f4a882;transform:translateY(-2px)}.usecase-icon{font-size:32px;margin-bottom:12px}.usecase-card h3{font-size:16px;font-weight:650;margin-bottom:8px}.usecase-card p{font-size:14px;color:#475569;line-height:1.6}@media(max-width:600px){.usecases-grid{grid-template-columns:1fr}.compat-grid{flex-direction:column;align-items:center}}.docs{display:flex;height:calc(100vh - 52px)}.docs-sidebar{width:220px;flex-shrink:0;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:16px 0}.docs-nav{display:flex;flex-direction:column;gap:0;flex:1;overflow-y:auto}.docs-nav-group{display:flex;flex-direction:column;gap:1px}.docs-nav-group+.docs-nav-group{margin-top:12px}.docs-nav-group-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#94a3b8;padding:4px 20px}.docs-nav-item{display:block;width:100%;padding:8px 20px;border:none;background:transparent;text-align:left;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:color .15s,background .15s}.docs-nav-item:hover{color:#334155;background:#f1f5f9}.docs-nav-item.active{color:#e8663c;background:#fef4ee;border-right:2px solid #E8663C}.docs-sidebar-footer{padding:16px 20px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:4px}.docs-download{font-size:12px;font-weight:600;color:#00cc6a;text-decoration:none}.docs-download:hover{text-decoration:underline}.docs-download-hint{font-size:11px;color:#94a3b8}.docs-content{flex:1;overflow-y:auto;padding:32px 48px;max-width:900px}.docs-section{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid #e2e8f0}.docs-section:last-child{border-bottom:none}.docs-content h1{font-size:28px;font-weight:700;margin:0 0 16px;color:#151010}.docs-content h2{font-size:20px;font-weight:600;margin:32px 0 12px;color:#1e1208}.docs-content h3{font-size:16px;font-weight:600;margin:24px 0 8px;color:#334155}.docs-content p{margin:0 0 12px;font-size:14px;line-height:1.7;color:#475569}.docs-content hr{border:none;border-top:1px solid #e2e8f0;margin:28px 0}.docs-content ul,.docs-content ol{margin:0 0 12px;padding-left:24px}.docs-content li{font-size:14px;line-height:1.7;color:#475569;margin-bottom:4px}.docs-content strong{font-weight:600;color:#334155}.docs-content code{font-family:SF Mono,Fira Code,Fira Mono,Menlo,monospace;font-size:13px;background:#f1f5f9;padding:2px 6px;border-radius:4px;color:#e8663c}.docs-content pre{margin:0 0 16px;padding:14px 18px;background:#151010;border-radius:8px;overflow-x:auto}.docs-content pre code{background:none;padding:0;color:#e2e8f0;font-size:13px;line-height:1.6}.docs-content table{width:100%;border-collapse:collapse;margin:0 0 16px;font-size:13px}.docs-content th{text-align:left;padding:10px 12px;background:#f8fafc;border-bottom:2px solid #e2e8f0;font-weight:600;color:#334155}.docs-content td{padding:8px 12px;border-bottom:1px solid #f1f5f9;color:#475569}.docs-content tr:hover td{background:#fafbfc}.docs-content a,.docs-skill-link{color:#e8663c;text-decoration:none;font-weight:500}.docs-content a:hover,.docs-skill-link:hover{text-decoration:underline}.docs-content blockquote{margin:0 0 16px;padding:12px 16px;background:#fffbeb;border-left:3px solid #f59e0b;border-radius:0 4px 4px 0}.docs-content blockquote p{margin:0;color:#92400e}.benchmark-page{max-width:1400px;margin:0 auto;padding:40px 24px 80px}.benchmark-page h1{font-size:28px;font-weight:700;color:#151010;margin-bottom:8px}.benchmark-desc{color:#64748b;font-size:15px;line-height:1.6;margin-bottom:32px;max-width:720px}.benchmark-page .benchmark-table-wrap{margin-bottom:40px}.benchmark-page .benchmark-table{font-size:13px}.benchmark-page .benchmark-table th,.benchmark-page .benchmark-table td{padding:10px 14px}.benchmark-notes{border:1px solid #e2e8f0;border-radius:8px;padding:24px 28px;background:#f8fafc}.benchmark-notes h3{font-size:16px;font-weight:600;color:#334155;margin:0 0 12px}.benchmark-notes h3:not(:first-child){margin-top:24px}.benchmark-notes ul{margin:0 0 4px;padding-left:20px}.benchmark-notes li{font-size:14px;line-height:1.7;color:#475569;margin-bottom:4px}.benchmark-notes strong{color:#334155;font-weight:600}.benchmark-rating-desc{font-size:14px;color:#475569;margin-bottom:8px;line-height:1.6}.benchmark-notes code{font-family:SF Mono,Fira Code,Menlo,monospace;font-size:12px;background:#e2e8f0;padding:2px 6px;border-radius:4px;color:#e8663c}.benchmark-count{font-size:12px;color:#94a3b8;font-weight:400}.bench-page a{color:#e8663c;text-decoration:none;font-weight:500}.bench-page a:hover{text-decoration:underline;color:#c9592e}.bench-row-disabled .bench-page a{color:#94a3b8}.bench-result-th{background:#ecfdf5!important;color:#166534!important}.bench-result-cell{background:#f0fdf4}.benchmark-table tr:hover .bench-result-cell{background:#ecfdf5}.bench-note{font-size:11px;color:#94a3b8;font-style:italic;max-width:160px}.bench-stars{font-size:14px;letter-spacing:1px;white-space:nowrap;color:#e8663c}.bench-stars-cell{text-align:center}.bench-row-disabled td{color:#cbd5e1}.bench-row-disabled .bench-page{color:#94a3b8}.bench-row-disabled .bench-stars{color:#cbd5e1}.bench-row-disabled .bench-note{color:#ef4444;font-style:normal;font-weight:500}.bench-action{text-align:center;width:44px}.bench-run-btn{background:none;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;font-size:12px;padding:3px 8px;color:#e8663c;transition:all .15s}.bench-run-btn:hover:not(:disabled){background:#e8663c;color:#fff;border-color:#e8663c}.bench-run-btn:disabled{opacity:.4;cursor:not-allowed}.bench-install-hint{padding:14px 16px;border-top:1px solid #e2e8f0;background:#f8fafc;font-size:13px;color:#64748b;text-align:center}.bench-install-hint a{color:#e8663c;text-decoration:none;font-weight:600}.bench-install-hint a:hover{text-decoration:underline}.bench-github-link{color:#e8663c;text-decoration:none;font-weight:600;font-size:14px}.bench-github-link:hover{text-decoration:underline}.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}
