:root{--bg: #07090f;--surface: rgba(14, 17, 24, .92);--surface-strong: #151b27;--surface-soft: rgba(21, 27, 39, .78);--text: #eff2ff;--muted: #96a0bd;--line: rgba(255, 255, 255, .08);--brand: #5b6ef5;--brand-soft: rgba(91, 110, 245, .18);--danger: #f87171;--radius-lg: 24px;--radius-md: 18px;--radius-sm: 12px;--shadow-xl: 0 30px 80px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;font-family:Nunito Sans,sans-serif;background:radial-gradient(circle at top,rgba(91,110,245,.16),transparent 28%),linear-gradient(180deg,#07090f,#0b1020);color:var(--text)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.45;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}#root{min-height:100vh}.app-shell{position:relative;isolation:isolate}.site-header,.content-section,.site-footer,.hero-section{position:relative;z-index:1}.site-header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 48px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07090fbd;border-bottom:1px solid var(--line)}.site-logo,h1,h2,h3{font-family:Nunito,sans-serif}.site-logo{font-size:1.2rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(120deg,#fff 30%,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.site-nav{display:flex;align-items:center;gap:12px}.nav-link,.pill-button,.ghost-button,.quick-reply,.send-button,.modal-close{transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.nav-link{padding:8px 14px;color:var(--muted);border-radius:999px}.nav-link:hover,.nav-link:focus-visible{background:var(--surface-strong);color:var(--text)}.pill-button,.primary-button,.send-button{border:0;border-radius:999px;background:var(--brand);color:#fff;box-shadow:0 0 28px var(--brand-soft)}.pill-button{padding:10px 18px;font-weight:700}.pill-button:hover,.primary-button:hover,.send-button:hover{transform:translateY(-1px)}.hero-section{padding:112px 24px 84px;text-align:center}.basic-page{max-width:1200px;margin:0 auto;padding:56px 48px 84px}.page-hero{max-width:820px;padding:32px 0 18px}.page-hero h1{margin:0;font-size:clamp(2.5rem,6vw,4.4rem);line-height:1.05;letter-spacing:-.04em}.page-intro{margin-top:16px;color:var(--muted);font-size:1.08rem;line-height:1.8;max-width:720px}.page-content{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,.9fr);gap:20px;align-items:start;margin-top:24px}.page-sections{display:grid;gap:18px}.page-aside{position:sticky;top:96px}.hero-glow{position:absolute;inset:20px auto auto 50%;width:min(720px,92vw);height:420px;transform:translate(-50%);background:radial-gradient(ellipse at center,rgba(91,110,245,.18),transparent 68%);pointer-events:none}.hero-badge,.eyebrow{letter-spacing:.08em;text-transform:uppercase}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;border:1px solid var(--line);background:var(--surface-soft);color:#c7baff;font-size:.75rem;font-weight:700}.badge-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse 2s infinite}.hero-section h1{margin:28px auto 20px;max-width:900px;font-size:clamp(2.8rem,8vw,5.4rem);line-height:1.05;letter-spacing:-.04em}.hero-section h1 span{background:linear-gradient(135deg,#5b6ef5,#b692ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-section p{max-width:640px;margin:0 auto;color:var(--muted);font-size:1.08rem;line-height:1.75}.hero-actions{display:flex;justify-content:center;gap:14px;margin-top:36px;flex-wrap:wrap}.primary-button,.ghost-button{padding:14px 30px;border-radius:999px;font-weight:800}.ghost-button{border:1px solid var(--line);background:transparent}.ghost-button:hover{background:var(--surface-soft)}.content-section{max-width:1200px;margin:0 auto;padding:64px 48px}.section-heading{max-width:720px;margin-bottom:32px}.eyebrow{margin:0 0 10px;color:#a78bfa;font-size:.78rem;font-weight:800}.section-heading h2{margin:0;font-size:clamp(2rem,5vw,3rem);line-height:1.1;letter-spacing:-.03em}.section-copy{margin:14px 0 0;color:var(--muted);line-height:1.7}.card-grid,.feature-grid{display:grid;gap:18px}.card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.agent-card,.feature-card,.modal-shell{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-xl)}.agent-card,.feature-card,.content-card{position:relative;overflow:hidden;padding:28px;border-radius:var(--radius-md)}.agent-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,var(--agent-tint),transparent 65%);opacity:0;transition:opacity .18s ease}.agent-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--agent-accent) 46%,white 12%)}.agent-card:hover:before{opacity:1}.agent-card>*{position:relative;z-index:1}.agent-icon,.feature-icon,.chat-agent-avatar,.message-avatar{display:grid;place-items:center}.agent-icon{width:48px;height:48px;margin-bottom:18px;border-radius:14px;background:var(--agent-tint);font-size:1.4rem}.agent-card h3,.feature-card h3{margin:0 0 8px;font-size:1.15rem}.agent-card p,.feature-card p,.selected-agent-panel p,.chat-agent-copy p,.site-footer p,.content-card p{margin:0;color:var(--muted);line-height:1.65}.card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.agent-badge{padding:6px 12px;border-radius:999px;background:var(--agent-tint);color:var(--agent-accent);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.card-link{color:#c7baff;font-weight:700}.feature-card{min-height:190px}.content-card h2{margin:0 0 10px;font-size:1.3rem}.contact-card{display:grid;gap:8px}.feature-icon{width:42px;height:42px;margin-bottom:14px;border-radius:12px;background:#ffffff0d;font-size:1.25rem}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:36px 48px 44px;border-top:1px solid var(--line)}.footer-links{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#03060dc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:30}.modal-shell{width:min(100%,460px);border-radius:var(--radius-lg)}.signup-modal{padding:32px}.chat-modal{width:min(100%,720px);height:min(86vh,760px);display:grid;grid-template-rows:auto 1fr auto}.modal-header,.chat-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-header h3,.chat-header h3{margin:0;font-size:1.5rem}.modal-close{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:transparent;color:var(--muted)}.modal-close:hover{background:var(--surface-strong);color:var(--text)}.modal-note,.selected-agent-panel,.message-bubble,.quick-reply,.chat-form textarea{border:1px solid var(--line)}.modal-note{margin:20px 0;padding:14px 16px;border-radius:var(--radius-sm);background:#fbbf2414;color:#fbbf24;line-height:1.6}.selected-agent-panel{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding:14px;border-radius:var(--radius-sm);background:var(--surface-strong)}.selected-agent-icon{font-size:1.5rem}.signup-form{display:grid;gap:14px}.signup-form label{display:grid;gap:8px;color:var(--muted);font-size:.9rem;font-weight:700}.signup-form input,.chat-form textarea{width:100%;border-radius:var(--radius-sm);padding:14px 15px;outline:none;background:#090d16;color:var(--text)}.signup-form input:focus,.chat-form textarea:focus{border-color:var(--brand)}.has-error{border-color:var(--danger)!important}.field-error{color:var(--danger);font-size:.82rem;font-weight:600}.form-submit{margin-top:8px}.chat-header{padding:22px 24px;border-bottom:1px solid var(--line)}.chat-agent-avatar{width:52px;height:52px;border-radius:16px;border:1px solid transparent;font-size:1.5rem;flex-shrink:0}.chat-agent-copy{flex:1}.chat-agent-copy p{margin-top:4px}.chat-messages{overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.chat-message{display:flex;gap:10px;max-width:86%}.chat-message.is-user{align-self:flex-end;flex-direction:row-reverse}.message-avatar{width:34px;height:34px;margin-top:2px;border-radius:12px;flex-shrink:0;border:1px solid transparent}.chat-message.is-user .message-avatar{background:var(--brand)}.message-bubble{padding:13px 16px;border-radius:16px;background:var(--surface-strong);line-height:1.65;overflow-wrap:anywhere}.chat-message.is-user .message-bubble{background:var(--brand);border-top-right-radius:4px;white-space:pre-wrap}.chat-message.is-assistant .message-bubble{border-top-left-radius:4px}.chat-message.is-assistant .message-bubble>*:first-child{margin-top:0}.chat-message.is-assistant .message-bubble>*:last-child{margin-bottom:0}.chat-message.is-assistant .message-bubble p,.chat-message.is-assistant .message-bubble ul,.chat-message.is-assistant .message-bubble ol,.chat-message.is-assistant .message-bubble pre,.chat-message.is-assistant .message-bubble blockquote{margin:0 0 12px}.chat-message.is-assistant .message-bubble h1,.chat-message.is-assistant .message-bubble h2,.chat-message.is-assistant .message-bubble h3,.chat-message.is-assistant .message-bubble h4{margin:0 0 10px;font-family:Nunito,sans-serif;line-height:1.3}.chat-message.is-assistant .message-bubble h1{font-size:1.2rem}.chat-message.is-assistant .message-bubble h2{font-size:1.12rem}.chat-message.is-assistant .message-bubble h3,.chat-message.is-assistant .message-bubble h4{font-size:1rem}.chat-message.is-assistant .message-bubble ul,.chat-message.is-assistant .message-bubble ol{padding-left:18px}.chat-message.is-assistant .message-bubble li+li{margin-top:6px}.chat-message.is-assistant .message-bubble strong{color:#fff}.chat-message.is-assistant .message-bubble code{padding:1px 6px;border-radius:6px;background:#ffffff14;font-size:.92em}.chat-message.is-assistant .message-bubble pre{overflow-x:auto;padding:12px;border-radius:12px;background:#ffffff0d}.typing-bubble{display:inline-flex;align-items:center;gap:6px}.typing-bubble span{width:8px;height:8px;border-radius:50%;background:var(--muted);animation:bounce 1.1s infinite}.typing-bubble span:nth-child(2){animation-delay:.18s}.typing-bubble span:nth-child(3){animation-delay:.36s}.chat-footer{padding:16px 24px 24px;border-top:1px solid var(--line)}.chat-form{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.chat-form textarea{min-height:52px;max-height:140px;resize:none}.send-button{width:52px;height:52px;border-radius:14px}.send-button:disabled{opacity:.5;cursor:not-allowed}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes bounce{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-5px);opacity:1}}@media (max-width: 820px){.site-header,.content-section,.site-footer,.basic-page{padding-left:22px;padding-right:22px}.site-header{flex-wrap:wrap}.site-nav{width:100%;justify-content:space-between}.site-footer{flex-direction:column;align-items:flex-start}.page-content{grid-template-columns:1fr}.page-aside{position:static}}@media (max-width: 640px){.hero-section{padding-top:88px}.chat-modal{height:min(92vh,860px)}.chat-message{max-width:100%}.chat-form{grid-template-columns:1fr}.send-button{width:100%}}
