.chatbot-toggle{z-index:1100;color:#fff;cursor:pointer;background:linear-gradient(145deg,#5a1248,#4a1040);border:none;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #4a104059,0 0 0 3px #c9a84c40}.chatbot-toggle:hover{transform:scale(1.08);box-shadow:0 6px 28px #4a104073,0 0 0 3px #c9a84c66}.chatbot-toggle:focus-visible{transform:scale(1.04)}.chatbot-toggle svg{fill:currentColor;width:26px;height:26px}.chatbot-toggle:not(.chatbot-toggle--open):before{content:"";border:2px solid #c9a84c4d;border-radius:50%;animation:3s ease-in-out infinite lex-pulse;position:absolute;inset:-4px}@keyframes lex-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}}.chatbot-panel{z-index:1100;background:#fff;border-radius:20px;flex-direction:column;width:400px;max-height:560px;animation:.35s cubic-bezier(.34,1.56,.64,1) lex-enter;display:flex;position:fixed;bottom:102px;right:28px;overflow:hidden;box-shadow:0 12px 48px #350b2d2e,0 2px 8px #0000000f}@keyframes lex-enter{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{color:#fff;background:linear-gradient(145deg,#4a1040,#5a1248);align-items:center;gap:12px;padding:16px 18px;display:flex;position:relative;overflow:hidden}.chatbot-header:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#c9a84c14 0%,#0000 50%),radial-gradient(circle at 20% 80%,#ffffff08 0%,#0000 40%);position:absolute;inset:0}.chatbot-header-identity{z-index:1;flex:1;align-items:center;gap:11px;min-width:0;display:flex;position:relative}.chatbot-avatar{background:linear-gradient(145deg,#c9a84c,#b8943e);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 2px 8px #00000026}.chatbot-avatar svg{fill:#3a0e32;width:20px;height:20px}.chatbot-header-info{flex-direction:column;gap:1px;min-width:0;display:flex}.chatbot-header-title{font-size:1rem;font-weight:700;font-family:var(--font-domine),"Domine",serif;letter-spacing:.02em;margin:0}.chatbot-header-subtitle{color:#fff9;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:400}.chatbot-header-actions{z-index:1;gap:2px;display:flex;position:relative}.chatbot-header-actions button{color:#ffffff8c;cursor:pointer;letter-spacing:.03em;background:0 0;border:none;border-radius:8px;padding:6px 8px;font-family:inherit;font-size:.75rem;font-weight:500;transition:color .2s,background .2s}.chatbot-header-actions button:hover{color:#fff;background:#ffffff1a}.chatbot-header-actions button:focus-visible,.chatbot-hint-chip:focus-visible,.chatbot-input-area button:focus-visible{outline-color:#ffffffe6}.chatbot-header-actions .chatbot-close-btn{padding:4px 6px;font-size:1.3rem;line-height:1}.chatbot-messages{scroll-behavior:smooth;background:#faf8f5;flex-direction:column;flex:1;gap:6px;min-height:0;padding:18px 16px 12px;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:5px}.chatbot-messages::-webkit-scrollbar-track{background:0 0}.chatbot-messages::-webkit-scrollbar-thumb{background:#4a10401f;border-radius:10px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#4a104040}.chatbot-welcome-card{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:20px 16px 16px;display:flex}.chatbot-welcome-avatar{background:linear-gradient(145deg,#c9a84c,#b8943e);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 3px 12px #c9a84c4d}.chatbot-welcome-avatar svg{fill:#3a0e32;width:28px;height:28px}.chatbot-welcome-text{color:#4a3e47;margin:0;font-size:.88rem;line-height:1.55}.chatbot-welcome-text strong{color:#4a1040}.chatbot-welcome-hints{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:2px;display:flex}.chatbot-hint-chip{color:#5a1248;cursor:pointer;background:#fff;border:1px solid #e8dfe6;border-radius:20px;padding:5px 13px;font-family:inherit;font-size:.76rem;line-height:1.4;transition:all .2s}.chatbot-hint-chip:hover{color:#fff;background:#4a1040;border-color:#4a1040}.chatbot-msg-row{gap:8px;max-width:92%;animation:.3s ease-out lex-msg-in;display:flex}@keyframes lex-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chatbot-msg-row--user{flex-direction:row-reverse;align-self:flex-end}.chatbot-msg-row--assistant{align-self:flex-start}.chatbot-msg-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.chatbot-msg-row--assistant .chatbot-msg-icon{background:linear-gradient(145deg,#c9a84c,#b8943e)}.chatbot-msg-row--assistant .chatbot-msg-icon svg{fill:#3a0e32;width:14px;height:14px}.chatbot-msg-row--user .chatbot-msg-icon{background:#4a1040}.chatbot-msg-row--user .chatbot-msg-icon svg{fill:#fff;width:14px;height:14px}.chatbot-msg{word-wrap:break-word;white-space:pre-wrap;border-radius:16px;padding:10px 14px;font-size:.855rem;line-height:1.55}.chatbot-msg-row--user .chatbot-msg{color:#f5eef3;background:linear-gradient(145deg,#4a1040,#5a1248);border-bottom-right-radius:4px}.chatbot-msg-row--assistant .chatbot-msg{color:#2d1f2b;background:#fff;border:1px solid #efe8ed;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000a}.chatbot-msg-error{color:#b91c1c;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;align-self:center;max-width:90%;padding:8px 14px;font-size:.78rem;animation:.3s ease-out lex-msg-in}.chatbot-typing-row{align-self:flex-start;align-items:flex-end;gap:8px;animation:.3s ease-out lex-msg-in;display:flex}.chatbot-typing-row .chatbot-msg-icon{background:linear-gradient(145deg,#c9a84c,#b8943e);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.chatbot-typing-row .chatbot-msg-icon svg{fill:#3a0e32;width:14px;height:14px}.chatbot-typing{background:#fff;border:1px solid #efe8ed;border-radius:16px 16px 16px 4px;align-items:center;gap:5px;padding:12px 18px;display:flex;box-shadow:0 1px 3px #0000000a}.chatbot-typing span{background:#c9a84c;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite lex-typing}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}@keyframes lex-typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.chatbot-input-area{background:#fff;border-top:1px solid #efe8ed;align-items:center;gap:8px;padding:12px 14px;display:flex}.chatbot-input-area input{color:#2d1f2b;background:#faf8f5;border:1.5px solid #e3dce1;border-radius:24px;outline:none;flex:1;padding:10px 16px;font-family:inherit;font-size:.855rem;transition:border-color .2s,box-shadow .2s}.chatbot-input-area input::placeholder{color:#a89da5}.chatbot-input-area input:focus{background:#fff;border-color:#c9a84c;box-shadow:0 0 0 3px #c9a84c1a}.chatbot-input-area button{color:#fff;cursor:pointer;background:linear-gradient(145deg,#4a1040,#5a1248);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,opacity .2s;display:flex}.chatbot-input-area button svg{fill:currentColor;width:18px;height:18px}.chatbot-input-area button:hover:not(:disabled){transform:scale(1.06)}.chatbot-input-area button:focus-visible{transform:scale(1.03)}.chatbot-input-area button:disabled{opacity:.35;cursor:not-allowed}.chatbot-footer-note{text-align:center;color:#b3a8b0;letter-spacing:.02em;background:#fff;padding:0 14px 10px;font-size:.65rem}@media (max-width:480px){.chatbot-panel{border-radius:0;width:100%;max-height:100dvh;animation:.3s ease-out lex-enter-mobile;bottom:0;right:0}@keyframes lex-enter-mobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.chatbot-toggle{bottom:18px;right:18px}.chatbot-messages{padding:14px 12px 10px}}
