.auth-brand-logo { width: 72px; height: 72px; object-fit: contain; }
.auth-brand-logo-small { width: 34px; height: 34px; vertical-align: middle; }
.auth-legal-acceptance { display:flex; align-items:flex-start; gap:9px; margin:14px 0; color:#cbd5e1; font-size:12px; line-height:1.45; }
.auth-legal-acceptance input { width:16px!important; height:16px; flex:0 0 auto; margin-top:1px; }
.auth-legal-acceptance a { color:#93c5fd; }
.tool-brand { display: flex; align-items: center; gap: 9px; }
.tool-brand img { width: 36px; height: 36px; object-fit: contain; }
.tool-brand h3 { margin: 0; }
.support-launcher {
  position: fixed; right: 20px; bottom: 20px; z-index: 9500;
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid #60a5fa;
  background: linear-gradient(135deg,#2563eb,#4f46e5); color: #fff;
  box-shadow: 0 14px 32px rgba(37,99,235,.35); font-size: 22px; cursor: pointer;
}

.support-launcher {
  position: fixed;
}

#supportUnreadBadge {
  position: absolute;
  top: 1px;
  right: 1px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #111827;
  border-radius: 999px;
  background: #dc2626;
  color: white;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  box-sizing: border-box;
  z-index: 2;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.support-launcher.has-unread { box-shadow: 0 0 0 3px rgba(220,38,38,.35), 0 14px 32px rgba(37,99,235,.35); }
.support-nav-button { position: relative; }
.support-nav-unread-badge {
  position: absolute;
  top: 4px;
  right: 6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #242424;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
}
.support-nav-button.has-unread { box-shadow: inset 0 0 0 2px rgba(220,38,38,.65); }
.support-dialog { border: 0; border-radius: 18px; padding: 0; color: #e5e7eb; background: #111827; width: min(720px, calc(100vw - 30px)); max-height: 90vh; }
.support-dialog::backdrop { background: rgba(2,6,23,.78); backdrop-filter: blur(4px); }
.support-dialog-shell { padding: 24px; overflow: auto; max-height: 90vh; }
.support-dialog-header { display:flex; justify-content:space-between; align-items:center; gap:16px; }
.support-dialog-header h2 { margin:0; }
.support-tabs { display:flex; gap:8px; margin:18px 0; flex-wrap:wrap; }
.support-tabs button { width:auto; padding:9px 14px; }
.support-tabs button.active { background:#2563eb; }
.support-panel { display:none; }
.support-panel.active { display:block; }
.support-panel label { display:block; margin:12px 0 5px; font-weight:700; }
.support-panel input,.support-panel select,.support-panel textarea { width:100%; box-sizing:border-box; }
.support-panel textarea { min-height:130px; resize:vertical; }
.support-status { min-height:24px; margin-top:12px; color:#93c5fd; }
.support-links { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:10px; }
.support-links a { color:#bfdbfe; background:#1e293b; padding:12px; border-radius:10px; text-decoration:none; text-align:center; }
.support-admin-inbox { display:grid; gap:10px; margin-top:14px; }
.support-admin-inbox article { border:1px solid #334155; border-radius:12px; padding:14px; background:#0b1220; }
.support-admin-inbox article small { display:block; color:#94a3b8; margin-top:4px; }
.support-admin-inbox article h4 { margin:12px 0 5px; }
.support-admin-inbox article p { white-space:pre-wrap; color:#cbd5e1; }
.support-admin-reply { margin-top:12px; padding:10px; border-left:3px solid #60a5fa; background:#111c30; border-radius:8px; }
.support-admin-reply.from-user { border-left-color:#f59e0b; }
.support-admin-reply.from-owner { border-left-color:#60a5fa; }
.support-admin-reply-form { margin-top:14px; padding-top:12px; border-top:1px solid #334155; }
.support-user-reply-form { margin-top:14px; padding-top:12px; border-top:1px solid #334155; }
.support-user-reply-form textarea { min-height:90px; }
.support-admin-reply-form textarea { min-height:90px; }
@media (max-width:600px) { .support-dialog-shell { padding:17px; } .support-launcher { right:12px; bottom:12px; } }
