.chat-toggle{position:fixed;right:22px;bottom:22px;z-index:90;border:0;border-radius:999px;background:#5b4728;color:#fff;padding:15px 19px;font-weight:700;box-shadow:0 12px 35px #2e211b45;cursor:pointer}.chat-panel{position:fixed;right:22px;bottom:82px;z-index:90;width:min(380px,calc(100vw - 28px));height:min(570px,calc(100vh - 115px));padding:0;display:none;grid-template-rows:auto 1fr auto;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 22px 70px #2e211b50}.chat-panel.open{display:grid}.chat-head{display:flex;justify-content:space-between;align-items:center;padding:17px 19px;background:#5b4728;color:#fff}.chat-head strong{display:block}.chat-head small{opacity:.8}.chat-close{border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer}.chat-messages{overflow:auto;padding:18px;background:#f7f2e8;display:flex;flex-direction:column;gap:12px}.chat-message{max-width:88%;padding:11px 13px;border-radius:14px;line-height:1.45;white-space:pre-wrap}.chat-message.bot{align-self:flex-start;background:#fff}.chat-message.user{align-self:flex-end;background:#b58d47;color:#fff}.chat-links{display:grid;gap:7px;margin-top:8px}.chat-links a{display:block;padding:9px 10px;border:1px solid #ddcfb5;border-radius:10px;text-decoration:none;background:#fff;color:#5b4728}.chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;background:#fff;border-top:1px solid #eee}.chat-form input{min-width:0;border:1px solid #d8c8a9;border-radius:999px;padding:11px 14px}.chat-form button{border:0;border-radius:999px;background:#b58d47;color:#fff;padding:0 16px;font-weight:700;cursor:pointer}.chat-privacy{grid-column:1/-1;margin:2px 3px 0;color:#877968;font-size:10px;line-height:1.35;text-align:center}.chat-privacy a{color:#70552d}@media(max-width:560px){.chat-panel{right:14px;bottom:76px}.chat-toggle{right:14px;bottom:14px}}
