@import url(https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap);
.site-chat-widget-host{--sc-bg:#f8f6f2;--sc-surface:#fff;--sc-surface-warm:#fdfcfa;--sc-border:rgba(28,25,20,.09);--sc-border-strong:rgba(28,25,20,.16);--sc-ink:#1c1914;--sc-ink-soft:#47433c;--sc-muted:#908a80;--sc-accent:#ea580c;--sc-accent-hover:#d14f0a;--sc-accent-light:#fb923c;--sc-accent-soft:rgba(234,88,12,.06);--sc-accent-glow:rgba(234,88,12,.2);--sc-error:#dc2626;--sc-error-soft:rgba(220,38,38,.05);--sc-shadow:0 28px 80px rgba(28,25,20,.12),0 2px 10px rgba(28,25,20,.06);color:var(--sc-ink);font-family:Figtree,system-ui,-apple-system,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}.site-chat-widget-host--launcher{display:grid;gap:12px;justify-items:end;max-width:min(100vw - 24px,440px)}.site-chat-widget-host--inline .site-chat-shell{margin:0 auto;width:min(100%,740px)}.site-chat-shell{background:radial-gradient(ellipse at top right,rgba(234,88,12,.04),transparent 60%),linear-gradient(180deg,var(--sc-surface-warm) 0,var(--sc-bg) 100%);border:1px solid var(--sc-border);border-radius:22px;box-shadow:var(--sc-shadow);display:none;grid-template-rows:auto minmax(0,1fr) auto;max-height:min(636px,80vh);min-height:min(636px,80vh);overflow:hidden;position:relative;width:min(100%,440px)}.site-chat-shell.is-open{animation:sc-shell-in .3s cubic-bezier(.16,1,.3,1);display:grid}.site-chat-launcher-root{bottom:24px;position:fixed;right:24px;z-index:9999}.site-chat-widget-host--launcher.is-open .site-chat-launcher-button{display:none}.site-chat-inline-root{margin:24px 0}.site-chat-header{align-items:flex-start;background:radial-gradient(circle at top left,rgba(251,146,60,.22),transparent 50%),linear-gradient(135deg,#161412,#1e1c18 60%,#3d2009);color:#faf8f5;display:flex;gap:14px;justify-content:space-between;padding:18px 20px}.site-chat-header-main{align-items:center;display:flex;gap:12px}.site-chat-mark{background:rgba(234,88,12,.24);border:1px solid hsla(0,0%,100%,.14);border-radius:12px;box-shadow:0 0 16px rgba(234,88,12,.12);color:#fff;display:grid;font-size:.74rem;font-weight:800;height:38px;letter-spacing:.06em;place-items:center;width:38px}.site-chat-header-copy{display:grid;gap:2px}.site-chat-eyebrow{color:hsla(36,33%,97%,.6);font-size:.68rem;font-weight:700;letter-spacing:.1em;margin:0;text-transform:uppercase}.site-chat-title{color:#faf8f5;font-size:1.02rem;font-weight:800;letter-spacing:-.02em;margin:0}.site-chat-subtitle{color:hsla(36,33%,97%,.7);font-size:.8rem;font-weight:400;line-height:1.4;margin:0;max-width:30ch}.site-chat-close,.site-chat-launcher-button,.site-chat-submit,.site-chat-suggestion{border:0;cursor:pointer;font:inherit}.site-chat-close{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.08);border-radius:999px;color:hsla(36,33%,97%,.8);font-size:.78rem;font-weight:600;line-height:1;padding:7px 12px;transition:background .15s ease,color .15s ease}.site-chat-close:hover{background:hsla(0,0%,100%,.16);color:#faf8f5}.site-chat-body{display:flex;flex-direction:column;gap:12px;min-height:0;overflow:hidden;padding:14px 16px 0}.site-chat-empty{background:radial-gradient(ellipse at bottom left,rgba(234,88,12,.03),transparent 50%),linear-gradient(180deg,#fff 0,var(--sc-surface-warm) 100%);border:1px solid rgba(234,88,12,.1);border-radius:18px;box-shadow:0 12px 40px rgba(28,25,20,.06);display:grid;gap:12px;padding:20px}.site-chat-empty[hidden]{display:none}.site-chat-form[hidden],.site-chat-gate[hidden],.site-chat-messages[hidden]{display:none!important}.site-chat-gate{background:radial-gradient(ellipse at bottom right,rgba(251,146,60,.08),transparent 48%),linear-gradient(180deg,#fff 0,var(--sc-surface-warm) 100%);border:1px solid rgba(234,88,12,.12);border-radius:18px;box-shadow:0 12px 40px rgba(28,25,20,.06);display:grid;gap:12px;padding:18px 20px 20px}.site-chat-gate-copy{color:#9a3412;font-size:.68rem;font-weight:800;letter-spacing:.1em;margin:0;text-transform:uppercase}.site-chat-gate-title{color:var(--sc-ink);font-size:1.12rem;font-weight:800;letter-spacing:-.03em;margin:0}.site-chat-gate-status{display:none;font-size:.78rem;font-weight:700;margin:0}.site-chat-gate-status[data-state=info]{color:#9a3412;display:block}.site-chat-gate-status[data-state=error]{color:var(--sc-error);display:block}.site-chat-gate-form{display:grid;gap:10px}.site-chat-field{display:grid;gap:5px}.site-chat-field-label{color:var(--sc-ink-soft);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.site-chat-field-input{background:#fff;border:1px solid var(--sc-border);border-radius:12px;box-sizing:border-box;color:var(--sc-ink);font:inherit;font-size:.92rem;min-height:44px;padding:10px 12px;transition:border-color .15s ease,box-shadow .15s ease}.site-chat-field-input::-moz-placeholder{color:var(--sc-muted)}.site-chat-field-input::placeholder{color:var(--sc-muted)}.site-chat-field-input:focus{border-color:rgba(234,88,12,.3);box-shadow:0 0 0 3px rgba(234,88,12,.08);outline:none}.site-chat-gate-button{background:linear-gradient(135deg,#1c1914,#2e2a24 55%,#ea580c);border-radius:12px;box-shadow:0 10px 24px rgba(28,25,20,.14);color:#fff;font-size:.84rem;font-weight:700;justify-self:start;padding:10px 16px;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.site-chat-gate-button:hover:not(:disabled){box-shadow:0 14px 28px rgba(28,25,20,.18);transform:translateY(-1px)}.site-chat-gate-button:disabled{cursor:wait;opacity:.78}.site-chat-empty-kicker{color:#9a3412;font-size:.68rem;font-weight:800;letter-spacing:.1em;margin:0;text-transform:uppercase}.site-chat-empty-title{color:var(--sc-ink);font-size:1.14rem;font-weight:800;letter-spacing:-.03em;margin:0}.site-chat-empty-copy{color:var(--sc-muted);font-size:.86rem;line-height:1.5;margin:0}.site-chat-suggestions{display:flex;flex-wrap:wrap;gap:7px}.site-chat-suggestion{background:hsla(0,0%,100%,.8);border:1px solid rgba(234,88,12,.14);border-radius:999px;color:#7c2d12;font-size:.82rem;font-weight:600;padding:8px 14px;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}.site-chat-suggestion:hover{background:rgba(255,247,237,.95);border-color:rgba(234,88,12,.3);box-shadow:0 4px 12px rgba(234,88,12,.08);transform:translateY(-1px)}.site-chat-messages{align-content:start;display:grid;flex:1 1 auto;gap:10px;min-height:0;overflow:auto;overscroll-behavior:contain;padding:0 4px 14px 0;scrollbar-color:rgba(100,96,88,.2) transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.site-chat-input::-webkit-scrollbar,.site-chat-messages::-webkit-scrollbar{height:9px;width:9px}.site-chat-input::-webkit-scrollbar-track,.site-chat-messages::-webkit-scrollbar-track{background:transparent}.site-chat-input::-webkit-scrollbar-thumb,.site-chat-messages::-webkit-scrollbar-thumb{background:rgba(100,96,88,.2);background-clip:padding-box;border:3px solid transparent;border-radius:999px}.site-chat-input::-webkit-scrollbar-thumb:hover,.site-chat-messages::-webkit-scrollbar-thumb:hover{background:rgba(100,96,88,.34);background-clip:padding-box}.site-chat-message{animation:sc-msg-in .22s ease-out;display:grid;gap:0}.site-chat-bubble{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:18px 18px 18px 7px;box-shadow:0 2px 8px rgba(28,25,20,.04);max-width:88%;padding:11px 14px}.site-chat-message.is-assistant.is-streaming .site-chat-bubble{border-color:rgba(234,88,12,.2);box-shadow:0 4px 16px rgba(234,88,12,.06)}.site-chat-message.is-user .site-chat-bubble{background:linear-gradient(135deg,#1c1914,#2e2a24);border-color:transparent;border-radius:18px 18px 7px 18px;box-shadow:0 4px 14px rgba(28,25,20,.1);color:#faf8f5;justify-self:end}.site-chat-message.is-system .site-chat-bubble{background:linear-gradient(180deg,#fef2f2,#fee2e2);border-color:rgba(220,38,38,.12);color:#991b1b}.site-chat-label{color:var(--sc-muted);font-size:.64rem;font-weight:800;letter-spacing:.1em;margin-bottom:4px;text-transform:uppercase}.site-chat-message.is-user .site-chat-label{color:hsla(36,33%,97%,.55)}.site-chat-message.is-system .site-chat-label{color:#b91c1c}.site-chat-content{font-size:.9rem;line-height:1.55;white-space:normal;word-break:break-word}.site-chat-content>:first-child{margin-top:0}.site-chat-content>:last-child{margin-bottom:0}.site-chat-content blockquote,.site-chat-content ol,.site-chat-content p,.site-chat-content pre,.site-chat-content ul{margin:0 0 .72em}.site-chat-content ol,.site-chat-content ul{padding-left:1.2em}.site-chat-content li+li{margin-top:.28em}.site-chat-content h1,.site-chat-content h2,.site-chat-content h3,.site-chat-content h4{font-size:.98rem;line-height:1.35;margin:0 0 .6em}.site-chat-content a{color:var(--sc-accent);font-weight:600;text-decoration:underline;text-decoration-color:rgba(234,88,12,.28);text-underline-offset:.16em}.site-chat-content a:hover{color:var(--sc-accent-hover);text-decoration-color:rgba(234,88,12,.45)}.site-chat-message.is-user .site-chat-content a{color:#fed7aa;text-decoration-color:hsla(32,98%,83%,.38)}.site-chat-message.is-user .site-chat-content a:hover{color:#ffedd5;text-decoration-color:rgba(255,237,213,.56)}.site-chat-content code{background:rgba(28,25,20,.07);border-radius:6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,monospace;font-size:.84em;padding:.1em .35em}.site-chat-content pre{background:rgba(28,25,20,.06);border-radius:10px;overflow:auto;padding:10px 12px}.site-chat-content pre code{background:transparent;padding:0}.site-chat-content blockquote{border-left:2px solid rgba(28,25,20,.12);color:var(--sc-ink-soft);padding-left:.8em}.site-chat-content hr{border:0;border-top:1px solid var(--sc-border);margin:.85em 0}.site-chat-typing{align-items:center;display:inline-flex;gap:5px;min-height:18px;padding:2px 0}.site-chat-typing-dot{animation:sc-typing-dot 1.1s ease-in-out infinite;background:var(--sc-accent);border-radius:999px;height:6px;opacity:.45;width:6px}.site-chat-typing-dot:nth-child(2){animation-delay:.15s}.site-chat-typing-dot:nth-child(3){animation-delay:.3s}.site-chat-form{backdrop-filter:blur(16px);background:hsla(0,0%,100%,.85);border-top:1px solid var(--sc-border);padding:8px 16px 14px}.site-chat-status{display:none;font-size:.78rem;font-weight:700;margin:0 0 7px}.site-chat-status[data-state=info]{color:#9a3412;display:block}.site-chat-status[data-state=error]{color:var(--sc-error);display:block}.site-chat-composer{align-items:end;background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:16px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6);display:grid;gap:6px;grid-template-columns:minmax(0,1fr) auto;padding:5px;transition:border-color .15s ease,box-shadow .15s ease}.site-chat-composer:focus-within{border-color:rgba(234,88,12,.24);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6),0 0 0 3px rgba(234,88,12,.06)}.site-chat-input{background:transparent;border:0;box-sizing:border-box;color:var(--sc-ink);font:inherit;font-size:.9rem;line-height:1.4;max-height:124px;min-height:44px;padding:9px 11px;resize:none;scrollbar-color:rgba(100,96,88,.2) transparent;scrollbar-width:thin}.site-chat-input:focus{outline:none}.site-chat-input::-moz-placeholder{color:var(--sc-muted)}.site-chat-input::placeholder{color:var(--sc-muted)}.site-chat-submit{background:linear-gradient(135deg,#ea580c,#f97316);border-radius:12px;box-shadow:0 6px 18px rgba(234,88,12,.22);color:#fff;font-size:.84rem;font-weight:700;min-width:80px;padding:10px 16px;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.site-chat-submit:hover:not(:disabled){box-shadow:0 10px 24px rgba(234,88,12,.28);transform:translateY(-1px)}.site-chat-submit:disabled{box-shadow:0 4px 10px rgba(234,88,12,.12);cursor:default;filter:saturate(.7);opacity:.58}.site-chat-status[data-loading=true]:after{animation:sc-ellipsis 1.2s steps(4) infinite;content:"...";display:inline-block;overflow:hidden;vertical-align:bottom;width:0}.site-chat-hint{color:var(--sc-muted);font-size:.72rem;margin:7px 2px 0}.site-chat-launcher-button{background:radial-gradient(circle at top left,hsla(0,0%,100%,.2),transparent 50%),linear-gradient(135deg,#1c1914,#2e2a24 50%,#ea580c);border-radius:999px;box-shadow:0 14px 36px rgba(28,25,20,.18),inset 0 1px 0 hsla(0,0%,100%,.12);color:#fff;font-size:.86rem;font-weight:700;letter-spacing:.01em;padding:13px 20px;transition:transform .16s ease,box-shadow .16s ease}.site-chat-launcher-button:hover{box-shadow:0 18px 44px rgba(28,25,20,.22),inset 0 1px 0 hsla(0,0%,100%,.14);transform:translateY(-2px)}.site-chat-close:focus-visible,.site-chat-input:focus-visible,.site-chat-launcher-button:focus-visible,.site-chat-submit:focus-visible,.site-chat-suggestion:focus-visible{outline:2px solid rgba(234,88,12,.36);outline-offset:2px}@keyframes sc-ellipsis{0%{width:0}to{width:1.45em}}@keyframes sc-typing-dot{0%,80%,to{opacity:.3;transform:translateY(0) scale(.85)}40%{opacity:1;transform:translateY(-2.5px) scale(1)}}@keyframes sc-shell-in{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes sc-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.site-chat-launcher-root{bottom:10px;left:10px;right:10px}.site-chat-widget-host--launcher{justify-items:stretch;max-width:none}.site-chat-shell{border-radius:20px;max-height:min(608px,78vh);min-height:min(608px,78vh);width:100%}.site-chat-launcher-button{justify-self:end;min-width:108px}.site-chat-header{gap:10px;padding:14px 16px}.site-chat-body{padding:12px 12px 0}.site-chat-gate{padding:16px 16px 18px}.site-chat-form{padding:8px 12px 12px}.site-chat-subtitle{font-size:.78rem;max-width:none}.site-chat-bubble{max-width:100%}}
