:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}input,button{padding:6px 10px;font-size:14px}ul{padding:0;list-style:none}li{border-bottom:1px solid #ddd;padding:6px 0}body:has(.customer-chat-page) #root{width:100%;max-width:100%;text-align:initial;border-inline:none}.customer-chat-page{--chat-ground:#fbf3ee;--chat-surface:#fff;--chat-surface-border:#ecd9cf;--chat-ink:#3b2430;--chat-ink-soft:#85717a;--chat-accent:#b5586b;--chat-accent-ink:#fff8f6;--chat-accent-soft:#f3dde1;--chat-shadow:#3b24301a;--chat-danger:#a23b30;--chat-danger-bg:#f8e2de;--chat-danger-border:#ecc0b8;--chat-field-border:#d9a7ac;background:var(--chat-ground);min-height:100svh;color:var(--chat-ink);flex-direction:column;flex:1;align-items:center;font-family:Work Sans,system-ui,sans-serif;display:flex}@media (prefers-color-scheme:dark){.customer-chat-page{--chat-ground:#221820;--chat-surface:#2c1f27;--chat-surface-border:#43303a;--chat-ink:#f5e9ec;--chat-ink-soft:#c7b3bc;--chat-accent:#e08ba0;--chat-accent-ink:#2a1620;--chat-accent-soft:#4a2f38;--chat-shadow:#0006;--chat-danger:#f2a99c;--chat-danger-bg:#3a2420;--chat-danger-border:#5a332c;--chat-field-border:#7a4a52}}.customer-chat-page .chat-container{width:100%;max-width:480px;margin:40px auto;padding:0 16px}.chat-header{align-items:center;gap:14px;padding:22px 0 18px;display:flex}.chat-avatar{background:var(--chat-accent);width:44px;height:44px;color:var(--chat-accent-ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Fraunces,Georgia,serif;font-size:19px;font-weight:600;display:flex}.chat-header-text h1{color:var(--chat-ink);text-wrap:balance;margin:0;font-family:Fraunces,Georgia,serif;font-size:21px;font-weight:600;line-height:1.2}.chat-header-text p{color:var(--chat-ink-soft);margin:3px 0 0;font-size:13.5px}.chat-window{background:var(--chat-surface);border:1px solid var(--chat-surface-border);width:100%;box-shadow:0 12px 28px -18px var(--chat-shadow);border-radius:18px;flex-direction:column;gap:10px;height:440px;margin-bottom:14px;padding:16px;display:flex;overflow-y:auto}.chat-empty{background:var(--chat-accent-soft);max-width:82%;color:var(--chat-ink);border-radius:16px 16px 16px 4px;align-self:flex-start;margin:0;padding:10px 14px;font-size:14.5px;line-height:1.5}.bubble{border-radius:16px;flex-direction:column;gap:2px;max-width:82%;padding:10px 14px;font-size:14.5px;line-height:1.5;animation:.22s ease-out bubble-in;display:flex}@keyframes bubble-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.bubble-text{white-space:pre-wrap}.bubble-time{opacity:.65;align-self:flex-end;font-size:11px}.bubble.assistant{background:var(--chat-ground);border:1px solid var(--chat-surface-border);color:var(--chat-ink);border-bottom-left-radius:4px;align-self:flex-start}.bubble.user{background:var(--chat-accent);color:var(--chat-accent-ink);border-bottom-right-radius:4px;align-self:flex-end}.typing{background:var(--chat-ground);border:1px solid var(--chat-surface-border);border-radius:16px 16px 16px 4px;align-self:flex-start;align-items:center;gap:4px;padding:13px 14px;animation:.22s ease-out bubble-in;display:flex}.typing span{background:var(--chat-ink-soft);opacity:.5;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-bounce}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes chat-bounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.typing span{opacity:.7;animation:none}.bubble,.typing{animation:none}}.chat-input-bar{background:var(--chat-surface);border:1.5px solid var(--chat-field-border);box-shadow:0 3px 14px -8px var(--chat-shadow);border-radius:999px;align-items:center;gap:6px;padding:5px 5px 5px 4px;transition:border-color .15s,box-shadow .15s;display:flex}.chat-input-bar:focus-within{border-color:var(--chat-accent);box-shadow:0 0 0 3px var(--chat-accent-soft)}.chat-input-bar input[type=text]{min-width:0;color:var(--chat-ink);background:0 0;border:none;outline:none;flex:1;padding:9px 6px 9px 14px;font-family:inherit;font-size:14.5px}.chat-input-bar input[type=text]::placeholder{color:var(--chat-ink-soft)}.chat-input-bar input[type=text]:disabled{opacity:.6}.chat-send{background:var(--chat-accent);width:44px;height:44px;color:var(--chat-accent-ink);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:opacity .15s,transform .1s;display:flex}.chat-send:focus-visible{outline:2px solid var(--chat-accent);outline-offset:2px}.chat-send:disabled{opacity:.5;cursor:default}.chat-send:not(:disabled):hover{opacity:.88}.chat-send:not(:disabled):active{transform:scale(.95)}.chat-error{background:var(--chat-danger-bg);border-left:3px solid var(--chat-danger);color:var(--chat-danger);border-radius:10px;margin:0 0 12px;padding:10px 14px;font-size:13.5px;line-height:1.4}.chat-notfound{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;width:100%;padding:24px;display:flex}.chat-notfound-icon{background:var(--chat-accent-soft);width:56px;height:56px;color:var(--chat-accent);border-radius:50%;justify-content:center;align-items:center;font-family:Fraunces,Georgia,serif;font-size:24px;font-weight:600;display:flex}.chat-notfound h2{color:var(--chat-ink);margin:0;font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:600}.chat-notfound p{max-width:320px;color:var(--chat-ink-soft);margin:0;font-size:14px;line-height:1.5}@media (width<=560px){.customer-chat-page .chat-container{min-height:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));flex-direction:column;flex:1;margin:0;display:flex}.chat-header{padding:4px 0 12px}.chat-window{flex:1;height:auto;min-height:0}}
