/* v5 support popover + live provider status */
.provider-strip{display:flex;align-items:center;gap:10px;min-height:42px;padding:10px 14px;margin-bottom:16px;border:1px solid #31513a;background:#17261f;border-radius:10px;color:#b9c8b7;font-size:12px}.provider-strip strong{color:#edf6e9}.provider-strip .text-link{margin-left:auto}.provider-dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #c3f55018}.provider-strip.provider-warn{border-color:#5b4c2b;background:#262117}.provider-strip.provider-warn .provider-dot{background:#f5c350;box-shadow:0 0 0 4px #f5c35018}
.support-mini{position:fixed;right:22px;bottom:88px;width:min(390px,calc(100vw - 28px));height:min(570px,calc(100vh - 130px));z-index:120;background:#121a25;border:1px solid #344157;border-radius:18px;box-shadow:0 22px 70px #0009;overflow:hidden;animation:supportIn .18s ease-out}.support-mini[hidden]{display:none}.support-mini>header{height:68px;padding:11px 12px 11px 16px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1f2d26,#17212e);border-bottom:1px solid var(--border)}.support-agent{display:flex;align-items:center;gap:11px}.support-agent-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--lime);color:#152010}.support-agent strong{display:block}.support-agent small{display:flex;align-items:center;gap:6px;margin-top:3px}.support-agent small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.support-mini-body{height:calc(100% - 68px);display:grid;grid-template-rows:minmax(0,1fr) auto}.support-mini-history{overflow:auto;padding:14px;display:flex;flex-direction:column;gap:12px}.support-mini-empty{height:100%;min-height:180px;display:grid;place-items:center;align-content:center;text-align:center;gap:9px;color:var(--muted)}.support-mini-empty .icon{width:34px;height:34px;color:var(--lime)}.support-mini-empty strong{color:#fff;font-size:16px}.support-mini-empty span{max-width:260px;line-height:1.5}.mini-ticket{display:grid;gap:7px;padding:12px;background:#182230;border:1px solid #29374b;border-radius:12px}.mini-ticket>.between{align-items:flex-start}.mini-ticket>.between strong{font-size:12px}.mini-bubble{padding:9px 10px;border-radius:10px;font-size:12px;line-height:1.5}.user-bubble{background:#253145}.agent-bubble{background:#263425;color:#dce8d7}.mini-ticket>small{font-size:10px}.support-mini-form{padding:12px;border-top:1px solid var(--border);background:#101721;display:grid;gap:8px}.support-mini-form select,.support-mini-form textarea{padding:10px 11px;border-radius:9px}.support-mini-form textarea{resize:none;min-height:70px}.support-mini-form .between{align-items:center}.support-mini-form .between small{max-width:215px;font-size:10px}.support-mini-form .btn{min-height:36px;padding:8px 15px}.floating-support{cursor:pointer}
@keyframes supportIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:640px){.support-mini{right:10px;bottom:76px;width:calc(100vw - 20px);height:min(68vh,540px);border-radius:16px}.support-mini-form .between small{display:none}.provider-strip{align-items:flex-start;flex-wrap:wrap}.provider-strip .text-link{margin-left:0}}

.api-admin-card{margin:0 0 20px}.api-admin-card p{margin-top:6px;color:var(--muted)}
