.sc-launcher{align-items:center;background:linear-gradient(135deg,var(--accent-gold),var(--accent-alt));border:none;border-radius:50%;bottom:24px;box-shadow:0 6px 22px #c9921e6b;cursor:pointer;display:flex;height:62px;justify-content:center;padding:0;position:fixed;right:24px;transition:transform .2s,box-shadow .2s;width:62px;z-index:9999}.sc-launcher:hover{box-shadow:0 8px 26px #c9921e8c;transform:scale(1.07)}.sc-launcher:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.sc-launcher svg{display:block}.sc-launcher .sc-avatar{height:54px;width:54px}.sc-launcher:after{animation:sc-ping 2.4s ease-out 1.2s 2;border:2px solid var(--accent-gold);border-radius:50%;content:"";inset:-4px;opacity:0;position:absolute}@keyframes sc-ping{0%{opacity:.55;transform:scale(1)}to{opacity:0;transform:scale(1.35)}}@media (prefers-reduced-motion:reduce){.sc-launcher:after{animation:none}.sc-launcher:hover{transform:none}}.sc-panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;bottom:98px;box-shadow:0 8px 32px #00000080;box-shadow:var(--sc-panel-shadow);display:flex;flex-direction:column;height:500px;max-height:calc(100vh - 140px);overflow:hidden;position:fixed;right:24px;width:352px;z-index:9999}@media (max-width:420px){.sc-panel{left:16px;right:16px;width:auto}.sc-launcher{bottom:16px;right:16px}}.sc-header{align-items:center;background:linear-gradient(135deg,var(--accent-gold),var(--accent-alt));color:#090805;color:var(--sc-cta-text);display:flex;gap:10px;padding:12px 14px}.sc-header .sc-avatar{flex:none;height:34px;width:34px}.sc-header-text{display:flex;flex:1 1;flex-direction:column;min-width:0}.sc-header-title{align-items:center;display:flex;font-size:14px;font-weight:700;gap:6px}.sc-ai-pill{background:#ffffff59;background:var(--sc-pill-bg);border-radius:4px;color:#090805;color:var(--sc-cta-text);font-size:9px;font-weight:800;letter-spacing:.08em;padding:2px 5px}.sc-header-sub{font-size:11px;opacity:.8}.sc-close{background:none;border:none;color:#090805;color:var(--sc-cta-text);cursor:pointer;font-size:18px;line-height:1;opacity:.75;padding:4px}.sc-close:hover{opacity:1}.sc-messages{background:var(--ground);display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:14px}.sc-msg{font-size:14px;line-height:1.45;max-width:82%;padding:10px 13px;word-break:break-word}.sc-msg-user{align-self:flex-end;background:linear-gradient(135deg,var(--accent-gold),var(--accent-alt));border-radius:16px 16px 4px 16px;color:#090805;color:var(--sc-cta-text)}.sc-msg-bot{align-self:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:16px 16px 16px 4px;color:var(--text-primary)}.sc-typing{align-items:center;display:inline-flex;gap:4px;height:8px}.sc-typing i{animation:sc-blink 1.2s ease-in-out infinite;background:var(--text-muted);border-radius:50%;height:6px;width:6px}.sc-typing i:nth-child(2){animation-delay:.18s}.sc-typing i:nth-child(3){animation-delay:.36s}@keyframes sc-blink{0%,60%,to{opacity:.25}30%{opacity:1}}@media (prefers-reduced-motion:reduce){.sc-typing i{animation:none;opacity:.6}}.sc-human{background:#0000;border:1px solid #c9921e66;border:1px solid var(--sc-ghost-border);border-radius:20px;color:var(--accent);cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;margin:0 12px 10px;padding:8px 16px;transition:background .2s}.sc-human:hover{background:#c9921e1f;background:var(--sc-ghost-hover)}.sc-human-center{align-self:center;margin:0}.sc-composer{background:var(--surface);border-top:1px solid var(--border);display:flex;gap:8px;padding:12px}.sc-input,.sc-textarea{background:#ffffff0f;background:var(--sc-field-bg);border:1px solid #c9921e4d;border:1px solid var(--sc-field-border);border-radius:20px;color:var(--text-primary);font-family:inherit;font-size:14px;outline:none;padding:10px 14px}.sc-input:focus,.sc-textarea:focus{border-color:var(--accent-gold)}.sc-input::placeholder,.sc-textarea::placeholder{color:var(--text-muted)}.sc-composer .sc-input{flex:1 1;min-width:0}.sc-textarea{border-radius:10px;min-height:100px;resize:vertical}.sc-send{background:linear-gradient(135deg,var(--accent-gold),var(--accent-alt));border:none;border-radius:20px;color:#090805;color:var(--sc-cta-text);cursor:pointer;flex:none;font-family:inherit;font-size:14px;font-weight:700;padding:10px 16px}.sc-send:disabled{cursor:default;opacity:.6}.sc-contact{background:var(--ground);display:flex;flex:1 1;flex-direction:column;gap:10px;justify-content:center;padding:16px}.sc-contact-label{color:var(--accent);font-size:14px;font-weight:700;margin:0}.sc-error{color:#fca5a5;color:var(--sc-error);font-size:12px;margin:0}.sc-sent{color:var(--text-primary);text-align:center}.sc-sent-tick{font-size:40px;margin-bottom:10px}.sc-sent-note{color:var(--text-muted);font-size:14px;margin-top:8px}:root,:root[data-theme=dark]{--sc-panel-shadow:0 8px 32px #00000080;--sc-field-bg:#ffffff0f;--sc-field-border:#c9921e4d;--sc-ghost-border:#c9921e66;--sc-ghost-hover:#c9921e1f;--sc-pill-bg:#ffffff59;--sc-cta-text:#090805;--sc-error:#fca5a5}:root[data-theme=light]{--sc-panel-shadow:0 8px 32px #4a3a202e;--sc-field-bg:#fffdf8;--sc-field-border:#8a651047;--sc-ghost-border:#8a651061;--sc-ghost-hover:#8a651014;--sc-pill-bg:#0000004d;--sc-cta-text:#fffdf8;--sc-error:#b3261e}
/*# sourceMappingURL=418.340c935f.chunk.css.map*/