/* FUCEREP - WhatsApp floating widget (isolated styles) */
.wa-widget{position:fixed;right:18px;bottom:18px;z-index:99999}
.wa-fab{width:62px;height:62px;border:0;border-radius:999px;background:transparent;padding:0;cursor:pointer;box-shadow:0 10px 25px rgba(0,0,0,.22);display:grid;place-items:center}
.wa-fab img{width:62px;height:62px;border-radius:999px;display:block;object-fit:cover}
.wa-panel{position:absolute;right:0;bottom:78px;width:320px;background:#fff;border-radius:14px;box-shadow:0 14px 40px rgba(0,0,0,.28);overflow:hidden;transform-origin:bottom right;transform:scale(.98);opacity:0;pointer-events:none;transition:opacity .15s ease, transform .15s ease}
.wa-panel.is-open{opacity:1;transform:scale(1);pointer-events:auto}
.wa-header{display:flex;align-items:center;justify-content:space-between;padding:12px 12px;background:#128C7E;color:#fff}
.wa-title{font-weight:700}
.wa-close{border:0;background:rgba(255,255,255,.2);color:#fff;width:32px;height:32px;border-radius:10px;cursor:pointer;line-height:32px;font-size:18px}
.wa-body{padding:12px}
.wa-subtitle{font-size:13px;opacity:.95;margin:0 0 10px 0}
.wa-text{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:10px;padding:10px;resize:vertical;font-family:inherit;font-size:14px}
.wa-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}
.wa-btn{border:0;border-radius:10px;padding:10px 12px;cursor:pointer;font-size:14px}
.wa-cancel{background:#eee}
.wa-send{background:#25D366;color:#fff;font-weight:700}
@media (max-width:420px){.wa-panel{width:92vw;max-width:340px;right:0}}
