.wp-launcher{position:fixed;right:22px;bottom:22px;z-index:40;width:76px;height:76px;border:1px solid #d7dfcb;border-radius:24px;background:#f1f1e6;box-shadow:0 12px 35px #15372b38;cursor:pointer;padding:0;display:grid;place-items:center;transition:transform .2s,box-shadow .2s}
.wp-launcher:hover{transform:translateY(-4px);box-shadow:0 17px 36px #15372b45}
.wp-launcher img{height:68px;width:auto;max-width:76px;object-fit:contain;animation:wp-bob 3.2s ease-in-out infinite;transform-origin:center bottom}
.wp-launcher:focus-visible,.wp-panel button:focus-visible,.wp-panel textarea:focus-visible{outline:3px solid #bd794d;outline-offset:3px}
.wp-launcher .wp-dot{position:absolute;top:5px;right:5px;width:10px;height:10px;background:#b97749;border:2px solid #f1f1e6;border-radius:50%}
.wp-panel{position:fixed;right:22px;bottom:110px;z-index:41;width:min(390px,calc(100vw - 32px));height:min(570px,calc(100dvh - 130px));min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #cbd8c4;border-radius:14px;background:#f8f8f0;box-shadow:0 22px 60px #0e2b2280;color:#203f35;font:14px/1.5 'DM Sans',sans-serif}
.wp-panel[hidden]{display:none}
.wp-head{display:flex;align-items:center;gap:11px;padding:12px 15px;background:#214b3c;color:#f8f8f0}
.wp-head img{width:40px;height:44px;object-fit:contain;animation:wp-bob 3.2s ease-in-out infinite}
.wp-head strong{font:700 17px/1.2 Manrope,sans-serif;display:block}
.wp-head small{display:block;color:#cbdccc;font-size:11px;margin-top:3px}
.wp-close{margin-left:auto;border:0;background:transparent;color:#f8f8f0;font-size:27px;line-height:1;width:36px;height:36px;border-radius:6px;cursor:pointer}
.wp-close:hover{background:#ffffff20}
.wp-notice{padding:9px 15px;background:#e9ece0;color:#526258;font-size:11px;border-bottom:1px solid #d4dccc}
.wp-messages{list-style:none;flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:9px;margin:0;padding:16px}
.wp-message{max-width:92%;padding:10px 13px;border-radius:12px;white-space:pre-wrap;overflow-wrap:anywhere}
.wp-message.bot{align-self:flex-start;background:#e6ebdf;border-bottom-left-radius:3px}
.wp-message.visitor{align-self:flex-end;background:#214b3c;color:#fff;border-bottom-right-radius:3px}
.wp-message.status{align-self:center;background:transparent;color:#637167;font-size:11px;text-align:center;padding:5px}
.wp-form{border-top:1px solid #d4dccc;padding:10px 12px 12px;background:#f8f8f0}
.wp-form-row{display:flex;align-items:end;gap:8px}
.wp-form textarea{display:block;min-width:0;flex:1;resize:none;max-height:110px;min-height:62px;padding:10px 11px;border:1px solid #bfcdb9;border-radius:8px;background:#fff;color:#203f35;font:13px/1.4 'DM Sans',sans-serif}
.wp-send{width:45px;height:45px;flex:none;border:0;border-radius:8px;background:#214b3c;color:#fff;font-size:20px;cursor:pointer}
.wp-send:hover{background:#32614d}
.wp-send:disabled,.wp-form textarea:disabled{opacity:.55;cursor:not-allowed}
.wp-foot{display:flex;justify-content:space-between;gap:8px;align-items:center;margin:7px 2px 0;color:#6c776d;font-size:10px}
.wp-foot a{text-decoration:underline;text-underline-offset:2px}
.wp-turnstile{min-height:0}
@keyframes wp-bob{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-5px) rotate(2deg)}}
@media(max-width:560px){.wp-launcher{right:14px;bottom:max(14px,env(safe-area-inset-bottom));width:68px;height:68px;border-radius:21px}.wp-launcher img{height:61px}.wp-panel{right:8px;bottom:8px;width:calc(100vw - 16px);height:min(650px,calc(100dvh - 16px));border-radius:14px}.wp-messages{padding:13px}.wp-notice{padding:8px 13px}}
@media(prefers-reduced-motion:reduce){.wp-launcher img,.wp-head img{animation:none}.wp-launcher{transition:none}}
