*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f5f8ff;--bg-card: #ffffff;--bg-card-border: rgba(107, 159, 255, .15);--text: #1a1d2e;--text-muted: #5a6490;--accent: #6b9fff;--accent-secondary: #a692ff;--radius: 12px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--navbar-h: 60px}html,body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased}.navbar{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:var(--navbar-h);background:#f5f8ffeb;backdrop-filter:blur(12px);border-bottom:1px solid var(--bg-card-border)}.navbar__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.navbar__logo-img{height:36px;width:auto}.navbar__links{display:flex;align-items:center;gap:1.5rem}.navbar__link{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.navbar__link:hover{color:var(--text)}.split{display:grid;grid-template-columns:38% 1fr;height:calc(100dvh - var(--navbar-h));overflow:hidden}.hero{display:flex;flex-direction:column;justify-content:center;padding:3rem 3rem 3rem 3.5rem;overflow-y:auto}.hero__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.hero__headline{font-size:clamp(2rem,3.5vw,2.175rem);font-weight:800;line-height:1.1;letter-spacing:-.025em;color:var(--text);margin-bottom:1.25rem}.hero__accent{background:linear-gradient(90deg,var(--accent),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:.9375rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.btn{display:inline-flex;align-items:center;font-size:.875rem;padding:.625rem 1.375rem;border-radius:var(--radius);text-decoration:none}.btn_type_primary{gap:.5rem;background:var(--accent);color:#fff;font-weight:600;transition:opacity .15s,transform .15s}.btn_type_primary:hover{opacity:.88;transform:translateY(-1px)}.btn_type_secondary{background:transparent;color:var(--text);font-weight:500;border:1px solid var(--bg-card-border);transition:border-color .15s,background .15s}.btn_type_secondary:hover{border-color:#00000029;background:#00000008}.hero__install{display:inline-flex}.hero__install-cmd{font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:.8125rem;background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:8px;padding:.5rem .875rem;color:var(--text-muted);user-select:all}.demo-panel{display:flex;flex-direction:column;overflow:hidden;background:var(--bg);padding:1.5rem}.hero-demo{display:flex;flex-direction:column;height:100%;border:1px solid var(--bg-card-border);border-radius:16px;background:var(--bg-card);overflow:hidden;box-shadow:0 2px 8px #6b9fff0f,0 8px 32px #1a1d2e0d}.hero-demo__chrome{display:flex;align-items:center;gap:6px;padding:0 14px;height:38px;background:var(--bg);border-bottom:1px solid var(--bg-card-border);flex-shrink:0}.hero-demo__chrome-dot{width:10px;height:10px;border-radius:50%;background:var(--bg-card-border);border:1px solid rgba(107,159,255,.2)}.hero-demo__content{flex:1;padding:1.5rem;overflow-y:auto;min-height:0;display:flex;align-items:flex-start}.hero-demo__content>*{width:100%}@keyframes item-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-demo__scene{width:100%;height:100%}.hero-demo__scene>*>*:nth-child(1){animation:item-rise .4s cubic-bezier(.16,1,.3,1) both;animation-delay:20ms}.hero-demo__scene>*>*:nth-child(2){animation:item-rise .4s cubic-bezier(.16,1,.3,1) both;animation-delay:.1s}.hero-demo__scene>*>*:nth-child(3){animation:item-rise .4s cubic-bezier(.16,1,.3,1) both;animation-delay:.18s}.hero-demo__scene>*>*:nth-child(4){animation:item-rise .4s cubic-bezier(.16,1,.3,1) both;animation-delay:.26s}.hero-demo__scene>*>*:nth-child(n+5){animation:item-rise .4s cubic-bezier(.16,1,.3,1) both;animation-delay:.34s}.hero-demo__slider{flex-shrink:0;border-top:1px solid var(--bg-card-border);padding:10px 16px;display:flex;align-items:center;gap:12px;background:var(--bg);min-height:58px}.hero-demo__slider-prompt{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.hero-demo__slider-label{font-size:.6875rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--accent)}.hero-demo__slider-text{font-size:.8125rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-demo__slider-controls{display:flex;align-items:center;gap:10px;flex-shrink:0}.hero-demo__slider-dots{display:flex;gap:5px;align-items:center}.hero-demo__slider-dot{width:6px;height:6px;border-radius:50%;border:none;background:var(--bg-card-border);cursor:pointer;padding:0;transition:background .2s,transform .2s}.hero-demo__slider-dot_active{background:var(--accent);transform:scale(1.25)}.hero-demo__slider-arrows{display:flex;gap:2px}.hero-demo__slider-arrow{width:28px;height:28px;border-radius:7px;border:1px solid var(--bg-card-border);background:var(--bg-card);color:var(--text-muted);font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s,background .15s}.hero-demo__slider-arrow:hover{color:var(--text);border-color:#6b9fff59;background:var(--bg)}.footer{border-top:1px solid var(--bg-card-border);padding:1rem 2rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer__logo{font-size:.875rem;font-weight:700;letter-spacing:.1em;color:var(--text-muted)}.footer__copy{font-size:.8125rem;color:var(--text-muted)}@media(max-width:900px){.split{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:auto;overflow:visible}.hero{border-right:none;border-bottom:1px solid var(--bg-card-border);padding:3rem 1.5rem;justify-content:flex-start}.demo-panel{height:520px}}@media(max-width:600px){.navbar{padding:0 1rem}.navbar__links{gap:1rem}.hero{padding:2.5rem 1.25rem}.demo-panel{padding:1rem;height:480px}}
