.chat-launcher{position:fixed;right:24px;bottom:22px;z-index:90;display:flex;align-items:center;gap:11px;padding:15px 21px;border:1px solid #ffb57b;border-radius:100px;background:linear-gradient(110deg,#e87429,#8c381a);color:#fff7ef;box-shadow:0 9px 30px #0009;font:600 .92rem/1.3 Poppins,sans-serif;cursor:pointer}.chat-launcher svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7}.chat-panel{position:fixed;z-index:110;right:24px;bottom:92px;width:min(405px,calc(100vw - 32px));height:min(610px,calc(100dvh - 120px));display:flex;flex-direction:column;background:radial-gradient(ellipse at 100% 0,#70332225,transparent 55%),#1b151f;border:1px solid #ab663a;border-inline-width:3px;border-radius:22px;box-shadow:0 25px 80px #000b;overflow:hidden;color:#f3e7f8}.chat-head{display:flex;align-items:center;gap:12px;padding:20px;background:linear-gradient(100deg,#75371d,#3b2230 65%,#212339);border-bottom:1px solid #8c4f2b}.chat-avatar{width:45px;height:45px;border:1px solid #ac774c;border-radius:13px;display:grid;place-items:center;background:#e8d8c7;flex:none}.chat-avatar img{width:34px;height:34px;object-fit:contain}.chat-head h2{font-size:1rem;line-height:1.3;margin:0 0 4px;color:#fff5e8}.chat-head p{font-size:.75rem;margin:0;color:#e6c6df}.chat-head-actions{display:flex;margin-left:auto;gap:6px}.chat-icon{background:#22152277;color:#ffdabc;border:1px solid #a26442;border-radius:8px;width:34px;height:36px;display:grid;place-items:center;cursor:pointer;font-size:1.1rem}.chat-body{overflow:auto;overscroll-behavior:contain;padding:19px;flex:1;scroll-behavior:smooth}.chat-message{max-width:94%;margin:0 0 14px;padding:14px 15px;border-radius:14px;font-size:.88rem;line-height:1.75;overflow-wrap:anywhere;white-space:pre-wrap}.chat-bot{background:linear-gradient(100deg,#713b242b,#2b2131);border:1px solid #714630;border-left:3px solid #cb7a42;color:#eaddf2;border-bottom-left-radius:4px}.chat-user{margin-left:auto;border:1px solid #c27743;background:linear-gradient(115deg,#84411f,#633322);color:#fff1e5;border-bottom-right-radius:4px}.chat-links{display:flex;gap:7px;flex-wrap:wrap;white-space:normal;margin-top:12px}.chat-links a{display:inline-flex;padding:7px 10px;border:1px solid #a15c34;color:#ffcfaa;text-decoration:none;border-radius:7px;font-size:.78rem;line-height:1.4}.chat-links a:hover{box-shadow:0 0 15px #de6c3540;background:#9e4b1c33}.chat-prompts{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.chat-prompts button{background:#282033;border:1px solid #9b633c;border-radius:100px;padding:8px 12px;color:#f0ceaf;font:inherit;font-size:.76rem;cursor:pointer}.chat-compose{padding:14px 17px 12px;border-top:1px solid #6b452e;background:#211926}.chat-compose-row{display:flex;align-items:end;gap:9px}.chat-compose textarea{flex:1;min-width:0;resize:none;max-height:108px;min-height:48px;padding:11px 12px;line-height:1.6;font-family:inherit;font-size:.9rem}.chat-send{width:45px;height:48px;flex:none;border:1px solid #ffb677;border-radius:10px;background:linear-gradient(135deg,#d7742e,#8e3f19);color:#fff;font-size:1.2rem;cursor:pointer}.chat-privacy{font-size:.69rem!important;color:#bba1c8;margin:9px 0 0;line-height:1.5}.chat-state{font-size:.76rem;color:#eabb96;padding:0 0 10px;line-height:1.6}.chat-guide-note{font-size:.75rem;color:#d5bddf;margin:0 0 13px;line-height:1.7}.chat-panel[hidden]{display:none!important}@media(max-width:760px){.chat-launcher{bottom:18px;right:16px;padding:13px 17px;font-size:.86rem}.chat-panel{right:16px;bottom:84px;max-height:calc(100dvh - 108px);border-radius:18px}.chat-head{padding:15px}.chat-body{padding:15px}.chat-message{font-size:.87rem}.chat-compose{padding:12px}.chat-prompts button{font-size:.78rem}.chat-privacy{font-size:.72rem!important}}@media(prefers-reduced-motion:reduce){.chat-body{scroll-behavior:auto}}@media print{.chat-panel,.chat-launcher{display:none!important}}

.chat-launcher,.chat-send{background:linear-gradient(110deg,#af4e1d,#813019);color:#fff5eb}
