#ochat-root{position:fixed;z-index:999999;bottom:20px;right:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}#ochat-fab{width:58px;height:58px;border-radius:50%;border:none;background:#c1121f;color:#fff;cursor:pointer;box-shadow:0 4px 16px rgb(0 0 0 / .25);display:flex;align-items:center;justify-content:center;transition:transform .15s}#ochat-fab:hover{transform:scale(1.07)}#ochat-panel{position:fixed;bottom:90px;right:20px;width:360px;max-width:calc(100vw - 30px);height:500px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;box-shadow:0 8px 40px rgb(0 0 0 / .28);display:flex;flex-direction:column;overflow:hidden}.ochat-hidden{display:none!important}#ochat-head{background:#111;color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}#ochat-title{font-weight:800;font-size:16px;letter-spacing:.5px}#ochat-sub{font-size:12px;opacity:.75}#ochat-actions{display:flex;align-items:center;gap:10px}#ochat-wa{color:#25d366;display:flex}#ochat-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1;padding:0 2px}#ochat-msgs{flex:1;overflow-y:auto;padding:14px;background:#f6f6f7;display:flex;flex-direction:column;gap:8px}.ochat-msg{max-width:85%;padding:9px 13px;border-radius:14px;font-size:14px;line-height:1.45;word-wrap:break-word}.ochat-user{align-self:flex-end;background:#c1121f;color:#fff;border-bottom-right-radius:4px}.ochat-assistant{align-self:flex-start;background:#fff;color:#222;border:1px solid #e6e6e6;border-bottom-left-radius:4px}.ochat-assistant a{color:#c1121f;font-weight:600}#ochat-form{display:flex;border-top:1px solid #eee;background:#fff}#ochat-input{flex:1;border:none;padding:13px 14px;font-size:14px;outline:none}#ochat-send{border:none;background:none;color:#c1121f;padding:0 14px;cursor:pointer}#ochat-foot{font-size:11px;text-align:center;padding:6px 10px 9px;background:#fff;color:#888}#ochat-foot a{color:#25d366;font-weight:700;text-decoration:none}.ochat-dot{display:inline-block;width:7px;height:7px;margin:0 2px;border-radius:50%;background:#bbb;animation:ochatB 1.2s infinite}.ochat-dot:nth-child(2){animation-delay:.2s}.ochat-dot:nth-child(3){animation-delay:.4s}@keyframes ochatB{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}@media (max-width:480px){#ochat-panel{right:10px;bottom:84px;width:calc(100vw - 20px);height:70vh}#ochat-root{bottom:14px;right:14px}}body>a[href*="wa.me"],body>a[href*="whatsapp"]{display:none!important}