/* TV Poty Web v8 - Floating chat */
.tvp-floatchat{position:fixed;right:18px;bottom:18px;z-index:9990;font-family:inherit}
.tvp-floatchat-btn{background:linear-gradient(135deg,#d6202a,#a01821);color:#fff;border:0;border-radius:999px;padding:12px 18px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 8px 24px rgba(214,32,42,.35);font-size:15px;font-weight:600;transition:transform .15s ease, box-shadow .15s ease}
.tvp-floatchat-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(214,32,42,.45)}
.tvp-floatchat-badge{background:#fff;color:#d6202a;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700;min-width:22px;text-align:center}
.tvp-floatchat-panel{position:absolute;right:0;bottom:64px;width:360px;max-width:calc(100vw - 36px);height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.25);overflow:hidden;display:flex;flex-direction:column;animation:tvpfc-in .2s ease}
.tvp-floatchat-panel[hidden]{display:none}
.tvp-floatchat-panel .tvp-chat{border:0;border-radius:14px;height:100%;display:flex;flex-direction:column;margin:0}
@keyframes tvpfc-in{from{transform:translateY(10px) scale(.98);opacity:0}to{transform:none;opacity:1}}
@media (max-width:520px){
  .tvp-floatchat-btn .tvp-floatchat-label{display:none}
  .tvp-floatchat-panel{width:calc(100vw - 24px);right:-6px;height:70vh}
}
body.tvp-fc-open{overflow:auto}
