.chat-launch{position:fixed;right:26px;bottom:26px;z-index:35;display:flex;gap:12px;align-items:center;border:1px solid #dfbb77;border-radius:30px;padding:15px 22px;background:#dfbb77;color:#191711;font:600 14px/1.3 inherit;box-shadow:0 10px 40px #0005;cursor:pointer}.chat-launch span:first-child{font-size:22px}.chat-dialog{position:fixed;inset:auto 22px 20px auto;margin:0;width:min(420px,calc(100% - 24px));max-width:none;height:min(690px,calc(100dvh - 40px));max-height:none;padding:0;border:1px solid #67583d;border-radius:22px;background:#171817;color:#f1ede4;box-shadow:0 24px 100px #0009;overflow:hidden}.chat-dialog::backdrop{background:#0004;backdrop-filter:blur(3px)}.chat-shell{height:100%;display:flex;flex-direction:column}.chat-head{display:flex;justify-content:space-between;align-items:start;padding:22px 22px 16px;border-bottom:1px solid #ffffff12;background:linear-gradient(130deg,#343126,#1c201e)}.chat-head h2{font-size:20px;margin:3px 0 8px}.chat-head small{font-size:10px;letter-spacing:.18em;color:#d6b77c}.chat-head p{font-size:12px;color:#c4c8ba;margin:0;line-height:1.6}.chat-close{border:0;background:transparent;color:#eee;font-size:26px;cursor:pointer;padding:0 0 10px 10px}.chat-messages{flex:1;min-height:90px;overflow-y:auto;overscroll-behavior:contain;padding:18px;display:flex;flex-direction:column;gap:14px}.chat-welcome{font-size:13px;line-height:1.9;color:#c9c8bd;max-width:90%;margin:0}.chat-bubble{max-width:92%;padding:12px 14px;border-radius:15px;background:#282d29;align-self:flex-start;overflow-wrap:anywhere}.chat-bubble p{white-space:pre-wrap;font-size:14px;line-height:1.7;margin:5px 0 8px}.chat-bubble small{font-size:10px;color:#b3bbae}.chat-visitor{background:#d0b47d;color:#211c13;align-self:flex-end}.chat-visitor small{color:#50452d}.chat-footer{padding:13px 18px 18px;border-top:1px solid #ffffff12}.chat-footer textarea{box-sizing:border-box;width:100%;resize:none;border:1px solid #505047;border-radius:12px;background:#20231f;color:#fff;padding:12px;font:14px/1.5 inherit;min-height:76px}.chat-footer label{display:flex;align-items:start;gap:6px;font-size:11px;line-height:1.5;color:#bcbdb3;margin:9px 0}.chat-footer input{accent-color:#d0b47d;margin-top:2px}.chat-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-actions button{cursor:pointer;font-size:13px;padding:10px 15px;border:0;border-radius:10px}.chat-send{background:#d9bc80;color:#211c13;font-weight:600}.chat-send:disabled{opacity:.5}.chat-fallback{background:transparent;color:#d9bc80;text-decoration:underline}.chat-error{font-size:12px;line-height:1.5;color:#ffb8a9;margin:8px 0;empty-cells:hide}.chat-error:empty{display:none}.chat-phone{font-size:11px;color:#bcbdb3;text-decoration:none}.chat-dialog :focus-visible,.chat-launch:focus-visible{outline:2px solid #ebca86;outline-offset:3px}@media(max-width:600px){.chat-launch{right:15px;bottom:16px;padding:12px 16px}.chat-dialog{inset:auto 12px 12px auto;height:min(670px,calc(100dvh - 24px));border-radius:18px}.chat-head{padding:18px}.chat-footer{padding:12px 14px 14px}}@media(prefers-reduced-motion:no-preference){.chat-launch{transition:transform .2s}.chat-launch:hover{transform:translateY(-3px)}}
