:root{--ink:#0d1b35;--muted:#64748b;--border:#e1e7f0;--bg:#f7f9fd;--blue:#2563eb;--blue-dark:#1d4ed8;--blue-fill:#2563eb;--blue-fill-hover:#1d4ed8;--surface:#ffffff;--surface-subtle:#f1f5ff;--bot-bubble:#f1f5ff;--user-bubble:#2563eb;--success:#16a34a;--success-surface:#f0fdf4;--quick-reply-hover:#e3ecff;--focus-ring:rgba(37, 99, 235, 0.3);color-scheme:light}:root[data-theme=dark]{--ink:#ecf3ff;--muted:#aab8cc;--border:#2d3b52;--bg:#101827;--blue:#7ca8ff;--blue-dark:#a1c0ff;--blue-fill:#416fbe;--blue-fill-hover:#365e9e;--surface:#172235;--surface-subtle:#202e44;--bot-bubble:#202e44;--user-bubble:#416fbe;--success:#64d991;--success-surface:#163f2b;--quick-reply-hover:#2a3d5c;--focus-ring:rgba(124, 168, 255, 0.42);color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;font-family:"Plus Jakarta Sans",sans-serif;background:var(--bg);color:var(--ink)}.demo-header{max-width:1080px;margin:0 auto;padding:40px 28px 24px}.demo-header-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.demo-back{display:inline-block;color:var(--muted);font-size:.85rem;font-weight:600;text-decoration:none}.demo-back:hover{color:var(--blue)}.theme-toggle{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:7px 10px;color:var(--ink);background:var(--surface);border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.theme-toggle:hover{color:var(--blue);border-color:var(--blue)}.theme-icon{width:16px;height:16px}.theme-icon-sun{display:none}:root[data-theme=dark] .theme-icon-moon{display:none}:root[data-theme=dark] .theme-icon-sun{display:block}.demo-eyebrow{color:var(--blue);font-size:.72rem;font-weight:800;letter-spacing:.12em}.demo-title h1{margin:8px 0 10px;font-size:clamp(1.8rem, 4vw, 2.5rem);letter-spacing:-.03em}.demo-title p{max-width:560px;margin:0;color:var(--muted);font-size:1rem;line-height:1.6}.demo-main{max-width:1080px;margin:0 auto;padding:0 28px 60px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px}.panel-head{margin-bottom:16px}.panel-head h2{margin:0 0 4px;font-size:1.1rem;letter-spacing:-.02em}.panel-head p{margin:0;color:var(--muted);font-size:.85rem}.chat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.status-dot{flex-shrink:0;padding:4px 10px;color:var(--success);background:var(--success-surface);border-radius:20px;font-size:.72rem;font-weight:700}.faq-list{list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:8px}.faq-list li{padding:10px 12px;background:var(--surface-subtle);border:1px solid var(--border);border-radius:10px;font-size:.82rem}.faq-list li strong{display:block;color:var(--blue);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px}.faq-list li span{color:var(--muted)}.faq-form{display:flex;flex-direction:column;gap:12px;padding-top:14px;border-top:1px dashed var(--border)}.faq-form label{display:flex;flex-direction:column;gap:6px;font-size:.8rem;font-weight:600;color:var(--ink)}.faq-form input,.faq-form textarea{padding:10px 12px;color:var(--ink);background:var(--surface);border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.85rem;resize:vertical}.faq-form input:focus,.faq-form textarea:focus{border-color:var(--blue)}.chat-form button,.faq-form button{padding:10px 16px;color:#fff;background:var(--blue-fill);border:none;border-radius:8px;font-family:inherit;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .15s ease}.chat-form button:hover,.faq-form button:hover{background:var(--blue-fill-hover)}.chat-window{display:flex;flex-direction:column;gap:10px;height:320px;margin-bottom:12px;padding:14px;overflow-y:auto;background:var(--surface-subtle);border:1px solid var(--border);border-radius:12px}.chat-bubble{max-width:85%;padding:10px 13px;border-radius:12px;font-size:.85rem;line-height:1.5}.chat-bubble p{margin:0}.chat-bubble.bot{align-self:flex-start;background:var(--bot-bubble);color:var(--ink);border-bottom-left-radius:3px}.chat-bubble.user{align-self:flex-end;background:var(--user-bubble);color:#fff;border-bottom-right-radius:3px}.chat-bubble .reply-time{display:block;margin-top:5px;color:var(--success);font-size:.68rem;font-weight:700}.chat-bubble.typing{display:flex;gap:4px;align-items:center;padding:12px 14px}.typing-dot{width:6px;height:6px;border-radius:50%;background:var(--muted);animation:bounce 1s infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,100%,60%{transform:translateY(0);opacity:.5}30%{transform:translateY(-3px);opacity:1}}.quick-replies{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.quick-replies button{padding:6px 11px;color:var(--blue);background:var(--bot-bubble);border:1px solid var(--border);border-radius:20px;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer}.quick-replies button:hover{background:var(--quick-reply-hover)}.chat-form{display:flex;gap:8px}.chat-form input{flex:1;padding:10px 12px;color:var(--ink);background:var(--surface);border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.85rem}.chat-form input:focus{border-color:var(--blue)}.chat-form input::placeholder,.faq-form input::placeholder,.faq-form textarea::placeholder{color:var(--muted);opacity:.82}.chat-form button:focus-visible,.chat-form input:focus-visible,.demo-back:focus-visible,.faq-form button:focus-visible,.faq-form input:focus-visible,.faq-form textarea:focus-visible,.quick-replies button:focus-visible,.theme-toggle:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.demo-footer{max-width:1080px;margin:0 auto;padding:20px 28px 50px;color:var(--muted);font-size:.78rem;text-align:center}@media (max-width:800px){.demo-main{grid-template-columns:1fr}}