.web-banner {
  display: block;
  max-width: 1190px;
  margin: 24px auto 0;
  padding: 0 25px;
}
.web-banner img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #302b45;
  border-radius: 15px;
  box-shadow: 0 18px 55px #0007;
}
.pro-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 7px;
  padding: 3px 6px;
  vertical-align: middle;
  border-radius: 5px;
  background: linear-gradient(135deg, #f5c45b, #d8941d);
  color: #382500;
  box-shadow: 0 3px 8px #0003;
  font-size: 6px;
  font-style: normal;
  letter-spacing: .6px;
}
.email-actions {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid #e5def9;
  border-radius: 8px;
  background: #f7f5ff;
}
.email-actions form { flex: 1; }
.email-actions button {
  width: 100%;
  padding: 8px;
  border: 1px solid #dcd3f3;
  border-radius: 6px;
  background: #fff;
  color: #6549c1;
  font-size: 7px;
  font-weight: 700;
}
.client-credentials { margin-top: 11px; border: 1px solid #dfd8f2; border-radius: 10px; background: #fbfaff; overflow: hidden; }
.client-credentials summary { cursor: pointer; padding: 12px 13px; color: #6047b1; font-size: 12px; font-weight: 900; }
.credential-shell { display: grid; gap: 12px; padding: 0 13px 14px; }
.credential-cover { display: block; width: 100%; max-height: 190px; border-radius: 9px; object-fit: cover; }
.credential-current { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.credential-current span { min-width: 0; border: 1px solid #e6e2ef; border-radius: 8px; background: #fff; color: #555967; padding: 9px; font-size: 12px; overflow-wrap: anywhere; }
.credential-current b { display: block; margin-bottom: 4px; color: #8a819e; font-size: 9px; }
.credential-current a { color: #664bc2; }
.credential-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; border-top: 1px solid #e6e1f0; padding-top: 12px; }
.credential-form > p,.credential-form .generate-credential,.credential-actions { grid-column: 1/-1; }
.credential-form > p { margin: 0; color: #737684; font-size: 12px; line-height: 1.5; }
.credential-form label { color: #777281; font-size: 10px; font-weight: 900; }
.credential-form .password-control input { min-width: 0; width: 100%; min-height: 40px; margin: 0; border: 1px solid #d9d4e5; border-radius: 8px 0 0 8px; background: #fff; padding: 8px 9px; font-size: 13px; }
.credential-form .password-control button { border-color: #d9d4e5; background: #eee9fb; color: #6248b6; }
.credential-form label small { display: block; min-height: 16px; margin-top: 4px; font-size: 10px; }
.credential-form label small.ok { color: #17704e; }
.credential-form label small.error { color: #b33546; }
.generate-credential { justify-self: start; border: 1px solid #d8d0ee; border-radius: 7px; background: #f0ebff; color: #6046b2; padding: 8px 11px; font-size: 11px; font-weight: 800; }
.credential-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.credential-actions button { border: 1px solid #dcd5ed; border-radius: 7px; background: #fff; color: #5f4b9d; padding: 9px; font-size: 11px; font-weight: 800; }
.credential-actions button.primary { background: #7653dc; color: #fff; }
@media (max-width: 700px) {
  .web-banner { margin-top: 12px; padding: 0 10px; }
  .web-banner img { border-radius: 10px; }
  .email-actions { flex-direction: column; }
  .credential-current,.credential-form,.credential-actions { grid-template-columns: 1fr; }
  .credential-form > p,.credential-form .generate-credential,.credential-actions { grid-column: auto; }
}

.password-control,
.phone-control {
  display: flex;
  align-items: stretch;
  margin-top: 5px;
}

#authForm .password-control input,
.owner-login .password-control input,
.reset-form .password-control input {
  min-width: 0;
  margin-top: 0;
  border-radius: 8px 0 0 8px;
}

.password-control button {
  flex: 0 0 auto;
  min-width: 56px;
  border: 1px solid #343848;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background: #29243c;
  color: #c8b8fa;
  font-size: 8px;
  font-weight: 800;
}

.phone-control select {
  width: 58%;
  margin-top: 0 !important;
  border-radius: 8px 0 0 8px !important;
}

#authForm .phone-control input {
  width: 42%;
  margin-top: 0;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.register-fields label small {
  display: block;
  margin-top: 4px;
  color: #817f90;
  font-size: 7px;
  font-weight: 400;
}

#authForm input[readonly] {
  border-color: #41395c;
  background: #252133;
  color: #bcb7c9;
  cursor: not-allowed;
}

.password-match.ok { color: #42c791; }
.password-match.error { color: #f47785; }
.login-fields .forgot-link,
.owner-login .forgot-link {
  display: block;
  margin: 10px 0 0;
  padding: 9px;
  border: 1px solid #403660;
  border-radius: 7px;
  background: #211c35;
  color: #a98aff;
  text-align: center;
  text-decoration: none;
  font-size: 8px;
  font-weight: 800;
}

.reset-card {
  width: min(500px, calc(100% - 30px));
  padding: 28px;
  border: 1px solid #303445;
  border-radius: 15px;
  background: #161924;
  color: #f1f2f7;
  box-shadow: 0 25px 70px #0008;
}

.reset-card h1 { margin: 20px 0 8px; font-size: 25px; }
.reset-card > p { color: #9a9eae; font-size: 10px; line-height: 1.7; }
.reset-form { display: grid; gap: 12px; margin-top: 20px; }
.reset-form label { color: #a6a9b7; font-size: 8px; font-weight: 800; }
.reset-form input,
.reset-form select {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 11px;
  border: 1px solid #343848;
  border-radius: 8px;
  outline: 0;
  background: #0f121b;
  color: #fff;
  font-size: 9px;
}
.reset-form .primary { width: 100%; margin-top: 4px; }
.reset-links { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; }
.reset-links a:not(.primary) { color: #a98aff; text-decoration: none; font-size: 9px; }

@media (max-width: 700px) {
  .phone-control { flex-direction: column; gap: 5px; }
  .phone-control select,
  #authForm .phone-control input { width: 100%; border: 1px solid #343848; border-radius: 8px !important; }
  .reset-links { flex-direction: column; }
}

/* Tipografía más clara y legible en toda la plataforma. */
html, body, button, input, select, textarea {
  font-family: "Segoe UI Variable Text", "Segoe UI", Roboto, Arial, sans-serif;
}
body { font-size: 16px; line-height: 1.5; }
dialog { max-height: calc(100vh - 24px); overflow: auto; }
.brand b { font-size: 19px; }
.brand small { font-size: 10px; line-height: 1.25; }
.primary { font-size: 13px; }
.eyebrow { font-size: 11px; }
.nav nav a, .nav nav > button:not(.primary) { font-size: 13px; }
.hero > div > p { font-size: 17px; }
.hero-actions a, .trust { font-size: 13px; }
.demo-top b, .demo-body p { font-size: 13px; }
.demo-top small, .demo-top > em, .demo-url { font-size: 10px; }
.demo-input { font-size: 13px; }
.plan-grid article > span, .plan-grid article > button { font-size: 12px; }
.plan-grid article > em { font-size: 10px; }
.plan-grid h3 small, .plan-grid p, .plan-grid li { font-size: 13px; }
.landing > footer p { font-size: 12px; }
#authForm label, .owner-login label { font-size: 12px; }
#authForm input, #authForm select, .owner-login input { font-size: 14px; }
.payment-preview b { font-size: 14px; }
.payment-preview p, .switch, .login-fields .forgot-link, .owner-login .forgot-link { font-size: 12px; }
.register-fields label small, .password-match { font-size: 11px; }
.password-control button { min-width: 68px; font-size: 11px; }
.alert, .notice { font-size: 13px; }
.dash aside nav a, .owner-dash aside nav a, .aside-links a, .owner-dash .logout { font-size: 13px; }
.radio-account b, .owner-profile b { font-size: 13px; }
.radio-account small, .owner-profile small { font-size: 10px; }
.dash h1, .owner-dash h1 { font-size: 27px; }
.account-status, .live { font-size: 12px; }
.metric-grid span, .owner-metrics span { font-size: 12px; }
.metric-grid b, .owner-metrics b { font-size: 25px; }
.metric-grid small { font-size: 10px; }
.payment-box > div > span { font-size: 11px; }
.payment-box h2 { font-size: 21px; }
.payment-box p, .paypal-checkout li { font-size: 13px; }
.paypal-total span, .paypal-total small, .paypal-area > p, .paypal-area #paypal-result { font-size: 11px; }
.url-card > span { font-size: 11px; }
.url-card h2 { font-size: 16px; }
.url-card button, .url-card a { font-size: 12px; }
.dashboard-card h2, .owner-tools h2 { font-size: 18px; }
.dashboard-card > p, .feature-card p, .owner-tools p { font-size: 13px; }
.dashboard-card dt { font-size: 10px; }
.dashboard-card dd { font-size: 13px; }
.simple-form input, .locked { font-size: 13px; }
.gif-admin span, .gif-admin button { font-size: 11px; }
.users-table .row, .users-table button { font-size: 12px; }
.code-label, .code-label button { font-size: 12px; }
.owner-login h1 { font-size: 52px; }
.owner-login section p { font-size: 16px; }
.owner-login form > p, .owner-login form > a { font-size: 13px; }
.owner-tools input { font-size: 13px; }
.client-card h2 { font-size: 17px; }
.client-card header p, .client-card .status { font-size: 11px; }
.card-meta b, .chat-link b { font-size: 10px; }
.card-meta span { font-size: 12px; }
.chat-link a, .receipt { font-size: 11px; }
.date-form label, .date-form input, .date-form button, .card-actions button { font-size: 11px; }
.email-actions button { font-size: 11px; }
.empty-card { font-size: 13px; }
.chat-brand h1 { font-size: 18px; }
.chat-brand p { font-size: 11px; }
.powered { font-size: 13px; }
.powered small { font-size: 9px; }
.room-notice p, .loading { font-size: 12px; }
.public-message > i { font-size: 12px; }
.public-message header b { font-size: 13px; }
.public-message time { font-size: 10px; }
.public-message p { font-size: 14px; line-height: 1.5; }
.public-composer input { font-size: 14px; }
.public-composer #gifBtn { font-size: 11px; }
.public-composer #spellBtn { min-width: 48px; padding: 0 8px; background: #343849; color: #b9bdc9; font-size: 10px; font-weight: 900; }
.public-composer #spellBtn.active { background: #176f59; color: #fff; box-shadow: inset 0 0 0 1px #68d2b3; }
.public-gifs span { font-size: 10px; }
#joinDialog label, .form-error { font-size: 12px; }
.pro-badge { font-size: 9px; }
.reset-card > p { font-size: 14px; }
.reset-form label { font-size: 12px; }
.reset-form input, .reset-form select { font-size: 14px; }
.reset-links a:not(.primary) { font-size: 13px; }

.global-filter {
  margin: 14px 0;
  padding: 20px;
  border: 1px solid #ded9ee;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff, #f7f4ff);
}
.filter-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.filter-heading h2 { margin: 5px 0; font-size: 20px; }
.filter-heading p { margin: 0; color: #777b89; font-size: 13px; }
.filter-heading > strong { white-space: nowrap; border-radius: 20px; background: #e9e2ff; color: #6647c5; padding: 8px 12px; font-size: 12px; }
.filter-add { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 16px 0; }
.filter-add input { min-width: 0; border: 1px solid #d9d5e5; border-radius: 8px; padding: 11px; font-size: 13px; }
.filter-terms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; max-height: 330px; overflow: auto; }
.filter-terms article { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px; border: 1px solid #e3e0eb; border-radius: 8px; background: #fff; }
.filter-terms article.inactive { opacity: .58; background: #f0eff3; }
.filter-terms article > span { min-width: 0; color: #292532; font-size: 13px; font-weight: 700; word-break: break-word; }
.filter-terms article small { display: block; margin-top: 2px; color: #85818f; font-size: 9px; font-weight: 400; }
.filter-terms article > div { display: flex; gap: 4px; }
.filter-terms button { border: 1px solid #ded8ee; border-radius: 6px; background: #f7f4ff; color: #664ac0; padding: 6px; font-size: 10px; }
.filter-terms button.delete { background: #fff0f2; color: #b33546; }

@media (max-width: 950px) {
  .filter-terms { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .hero > div > p { font-size: 15px; }
  .filter-heading { flex-direction: column; }
  .filter-add, .filter-terms { grid-template-columns: 1fr; }
}

/* Registro ordenado y nueva escala tipográfica. */
body { font-size: 18px; }
#authForm { width: min(780px, 94vw); }
.ordered-register { gap: 15px 18px; }
.ordered-register .plan-field,
.ordered-register .payment-preview,
.ordered-register .policy-accept,
.ordered-register .free-duration-note { grid-column: 1 / 3; }
#authForm label, .owner-login label, .reset-form label { font-size: 14px; }
#authForm input, #authForm select, .owner-login input, .reset-form input, .reset-form select { min-height: 44px; font-size: 16px; }
#authForm .policy-accept { display: flex; align-items: flex-start; gap: 11px; padding: 13px; border: 1px solid #40385c; border-radius: 9px; background: #211c34; color: #d5d1df; font-size: 14px; line-height: 1.45; }
#authForm .policy-accept input { flex: 0 0 19px; width: 19px; min-height: 19px; height: 19px; margin: 2px 0 0; accent-color: #825be6; }
.policy-accept a { color: #c5a9ff; }
.free-duration-note { margin: 0; padding: 11px 13px; border-radius: 8px; background: #2b243d; color: #d8ccee; font-size: 13px; line-height: 1.5; }
.three-plans { max-width: 1100px; grid-template-columns: repeat(3, 1fr); }
.three-plans article.plus { border-color: #d99a2b; box-shadow: 0 14px 45px #d99a2b22; }
.plan-grid p, .plan-grid li { font-size: 15px; }
.nav nav a, .nav nav > button:not(.primary), .primary { font-size: 15px; }
.dashboard-card > p, .feature-card p, .owner-tools p, .card-meta span { font-size: 15px; }
.dash aside nav a, .owner-dash aside nav a, .aside-links a, .owner-dash .logout { font-size: 15px; }
.client-card h2 { font-size: 19px; }
.client-card header p, .client-card .status, .card-meta b, .chat-link b { font-size: 12px; }
.chat-link a, .date-form label, .date-form input, .date-form button, .card-actions button, .email-actions button { font-size: 13px; }
.chat-brand h1 { font-size: 21px; }
.room-notice p, .public-message header b { font-size: 15px; }
.public-message p, .public-composer input { font-size: 17px; }
.public-message time, .chat-brand p { font-size: 12px; }
.upgrade-options { display: grid; gap: 9px; margin-top: 15px; }
.upgrade-options button { width: 100%; }
.client-card.expired { border-top-color: #dc5363; }
.client-card.expired .status { background: #fff0f2; color: #b33546; }

@media (max-width: 950px) {
  .three-plans { grid-template-columns: 1fr; max-width: 620px; }
}
@media (max-width: 700px) {
  #authForm { width: min(540px, 96vw); }
  .ordered-register .plan-field,
  .ordered-register .payment-preview,
  .ordered-register .policy-accept,
  .ordered-register .free-duration-note { grid-column: auto; }
}

/* Sala inspirada en la claridad y familiaridad de las aplicaciones de mensajería. */
.chat-public { background: #d8dfdc; }
.public-room { border-color: #b7c2bd; background: #efeae2; }
.public-room > header { background: #008069; }
.room-banner { width: 100%; max-height: 170px; overflow: hidden; background: #111; }
.room-banner img { display: block; width: 100%; height: 170px; object-fit: cover; }
.room-notice { border-color: #b9ded3; background: #d9fdd3; }
.room-notice p, .room-notice b { color: #33413b; }
.public-messages { background-color: #efeae2; background-image: radial-gradient(#d7d1c7 0.7px, transparent 0.7px); background-size: 17px 17px; }
.public-message { align-items: flex-start; }
.public-message > i, .public-message > .guest-avatar { flex: 0 0 46px; width: 46px; height: 46px; border-radius: 10px; object-fit: cover; background: #008069; color: #fff; box-shadow: 0 2px 5px #0002; }
.public-message > i { display: grid; place-items: center; font-style: normal; font-size: 15px; }
.public-message > div { max-width: min(78%, 560px); }
.public-message header b { color: #075e54; }
.public-message time { color: #6d7772; }
.public-message p { border: 0; border-radius: 3px 12px 12px 12px; background: #fff; color: #17211d; box-shadow: 0 1px 2px #0002; }
.public-message img:not(.guest-avatar) { border-radius: 10px; }
.public-composer { border-color: #d4d9d6; background: #f0f2f5; }
.public-composer input { border-color: #fff; background: #fff; color: #202a26; }
.public-composer button { background: #00a884; }
.public-composer #gifBtn { background: #d9fdd3; color: #087363; }
#joinDialog form { width: min(440px, 92vw); }
#joinDialog input[type="file"] { font-size: 12px; }
.avatar-help { margin: -7px 0 13px; color: #8d91a0; font-size: 11px; }

.banner-manager { margin-top: 14px; }
.banner-manager > img { display: block; width: 100%; max-height: 230px; margin: 14px 0; border-radius: 10px; object-fit: cover; }

/* Configuración exclusiva del historial de cada radio. */
.history-manager { overflow: hidden; }
.history-mode-form { margin-top: 18px; }
.history-options { display: grid; gap: 11px; margin-bottom: 14px; }
.history-options label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  border: 1px solid #dedee7;
  border-radius: 11px;
  background: #fafafd;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.history-options label:hover { border-color: #aaa2c4; background: #f7f4ff; }
.history-options label.active { border-color: #6c4bd4; background: #f1edff; box-shadow: 0 0 0 2px #6c4bd418; }
.history-options input { width: 19px; height: 19px; margin: 0; accent-color: #6c4bd4; }
.history-options span { min-width: 0; }
.history-options b { display: block; color: #282437; font-size: 14px; }
.history-options small { display: block; margin-top: 4px; color: #737585; font-size: 13px; line-height: 1.4; }
.history-options em { border-radius: 999px; background: #ececf1; color: #777985; padding: 6px 9px; font-size: 10px; font-style: normal; font-weight: 900; white-space: nowrap; }
.history-options label.active em { background: #dcd3ff; color: #5b3fbd; }
.history-timezone { margin: 0 0 14px; color: #727583; font-size: 13px; }
.timestamp-manager { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.timestamp-manager h2 { margin-bottom: 5px; }
.timestamp-manager p { margin: 0; }
.timestamp-manager form { flex: 0 0 auto; }
.timestamp-manager button { min-width: 190px; border: 0; border-radius: 8px; padding: 11px 14px; font-weight: 800; cursor: pointer; }
.timestamp-manager button.green { background: #dff5eb; color: #15724f; }
.timestamp-manager button.gold { background: #fff1ce; color: #956811; }
.public-message header time { margin-left: 8px; white-space: nowrap; }

@media (max-width: 700px) {
  .history-options label { grid-template-columns: auto minmax(0, 1fr); padding: 13px; }
  .history-options em { grid-column: 2; justify-self: start; }
  .timestamp-manager { align-items: stretch; flex-direction: column; }
  .timestamp-manager button { width: 100%; min-width: 0; }
}
.client-invitations .rejected .invite-mark { background: #fff0f2; color: #b33546; }
.client-invitations article > div { flex: 1; }
.client-invitations b { display: block; font-size: 15px; }
.client-invitations small { color: #7f8291; font-size: 12px; }
.client-invitations a, .client-invitations button { border: 1px solid #d9d5e5; border-radius: 7px; background: #fff; color: #6549c5; padding: 8px 10px; text-decoration: none; font-size: 12px; }
.client-invitations .invitation-actions { display: flex; flex: 0 0 auto; align-items: center; justify-content: flex-end; gap: 5px; }
.client-invitations .invitation-actions form { display: flex; gap: 5px; }
.client-invitations .invitation-actions .invite-accept { border-color: #b9e4d0; background: #e7f7f0; color: #107451; }
.client-invitations .invitation-actions .invite-reject,
.client-invitations .invitation-actions .invite-leave { border-color: #efd1d6; background: #fff3f5; color: #a63d4c; }

.invitation-admin { margin: 14px 0; padding: 20px; border: 1px solid #d9e5df; border-radius: 12px; background: #fff; }
.invitation-review { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 15px; }
.invitation-review > p { color: #858897; font-size: 14px; }
.invitation-review article { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px; border: 1px solid #e1e5e3; border-radius: 9px; }
.invitation-review article > span { font-size: 13px; }
.invitation-review small { display: block; margin-top: 3px; color: #7f8984; font-size: 11px; }
.invitation-review form { display: flex; gap: 5px; }
.invitation-review button { border: 0; border-radius: 6px; padding: 7px; font-size: 11px; }
.invitation-review .approve { background: #d9fdd3; color: #087363; }
.invitation-review .reject { background: #fff0f2; color: #b33546; }

@media (max-width: 700px) {
  .room-banner, .room-banner img { height: 115px; }
  .public-message > div { max-width: calc(100% - 58px); }
  .radio-invite-form, .invitation-review { grid-template-columns: 1fr; }
}

/* Acceso independiente de clientes. */
.login-dialog #loginForm { position: relative; width: min(430px, 92vw); padding: 28px; }
.login-dialog #loginForm > label { display: block; margin-top: 13px; color: #a6a9b7; font-size: 14px; font-weight: 800; }
.login-dialog #loginForm input { display: block; width: 100%; min-height: 44px; margin-top: 5px; border: 1px solid #343848; border-radius: 8px; background: #0f121b; color: #fff; padding: 11px; font-size: 16px; }
.login-dialog #loginForm > .primary { width: 100%; margin-top: 15px; }
.login-dialog .forgot-link { display: block; margin-top: 12px; padding: 10px; border: 1px solid #403660; border-radius: 8px; background: #211c35; color: #c5a9ff; text-align: center; text-decoration: none; font-size: 13px; }
.login-dialog .close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: #292d3b; color: #fff; }

/* Distintivos de licencia. */
.pro-badge.pro { background: linear-gradient(135deg,#f1f3f5,#9ea6ad); color: #20262b; box-shadow: 0 2px 7px #0004; }
.pro-badge.plus { background: linear-gradient(135deg,#ffe89a,#d89a1d); color: #3d2900; }

/* Identidad del participante y herramientas del dueño. */
.message-avatar { position: relative; display: block; flex: 0 0 46px; width: 46px; height: 46px; }
.message-avatar > i, .message-avatar > .guest-avatar { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 9px; object-fit: cover; color: #fff; box-shadow: 0 2px 5px #0003; font-size: 16px; font-style: normal; font-weight: 800; }
.message-avatar > i { background: linear-gradient(145deg,#7047ba,#50308c); }
.message-avatar > .guest-avatar { background: #000; }
.preset-avatar { display: grid; place-items: center; background: var(--avatar-bg,linear-gradient(145deg,#7047ba,#50308c)) !important; color: transparent; font-size: 0 !important; }
.preset-radio-01 { --avatar-bg:url("avatar-presets/preset-radio-01.png") center/cover no-repeat; }
.preset-radio-02 { --avatar-bg:url("avatar-presets/preset-radio-02.png") center/cover no-repeat; }
.preset-radio-03 { --avatar-bg:url("avatar-presets/preset-radio-03.png") center/cover no-repeat; }
.preset-radio-04 { --avatar-bg:url("avatar-presets/preset-radio-04.png") center/cover no-repeat; }
.preset-radio-05 { --avatar-bg:url("avatar-presets/preset-radio-05.png") center/cover no-repeat; }
.preset-radio-06 { --avatar-bg:url("avatar-presets/preset-radio-06.png") center/cover no-repeat; }
.preset-radio-07 { --avatar-bg:url("avatar-presets/preset-radio-07.png") center/cover no-repeat; }
.preset-radio-08 { --avatar-bg:url("avatar-presets/preset-radio-08.png") center/cover no-repeat; }
.preset-radio-09 { --avatar-bg:url("avatar-presets/preset-radio-09.png") center/cover no-repeat; }
.preset-radio-10 { --avatar-bg:url("avatar-presets/preset-radio-10.png") center/cover no-repeat; }
.preset-radio-11 { --avatar-bg:url("avatar-presets/preset-radio-11.png") center/cover no-repeat; }
.preset-radio-12 { --avatar-bg:url("avatar-presets/preset-radio-12.png") center/cover no-repeat; }
.preset-radio-13 { --avatar-bg:url("avatar-presets/preset-radio-13.png") center/cover no-repeat; }
.preset-radio-14 { --avatar-bg:url("avatar-presets/preset-radio-14.png") center/cover no-repeat; }
.preset-radio-15 { --avatar-bg:url("avatar-presets/preset-radio-15.png") center/cover no-repeat; }
.preset-radio-16 { --avatar-bg:url("avatar-presets/preset-radio-16.png") center/cover no-repeat; }
.preset-radio-17 { --avatar-bg:url("avatar-presets/preset-radio-17.png") center/cover no-repeat; }
.preset-radio-18 { --avatar-bg:url("avatar-presets/preset-radio-18.png") center/cover no-repeat; }
.preset-radio-19 { --avatar-bg:url("avatar-presets/preset-radio-19.png") center/cover no-repeat; }
.preset-radio-20 { --avatar-bg:url("avatar-presets/preset-radio-20.png") center/cover no-repeat; }
.owner-star { position: absolute; top: -6px; right: -4px; color: #f2b82e; font-size: 15px; line-height: 1; text-shadow: 0 2px 4px #0009; }
.registered-mark { position: absolute; top: -7px; right: -3px; color: #3e9cff; font-size: 18px; line-height: 1; font-family: Arial,sans-serif; text-shadow: 0 2px 4px #0009; }
.owner-message header b:after { content: none; }
.message-tools { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; }
.mention-user { border: 0; border-radius: 5px; background: transparent; color: #075e54; padding: 0 2px; font-size: var(--chat-user-font-size,15px); font-weight: 900; line-height: 1.2; text-align: left; }
.mention-user:hover,.mention-user:focus-visible { background: #d9f5eb; color: #034b43; outline: none; text-decoration: underline; text-underline-offset: 2px; }
.chat-mention { display: inline-block; border-radius: 6px; background: linear-gradient(135deg,#f1f3f4,#dfe4e7); color: #35414a; padding: 1px 5px; font-weight: 900; box-shadow: inset 0 0 0 1px #77838c42,0 1px 2px #00000014; }
.theme-standard .mention-user { color: #b9a2ff; }
.theme-standard .mention-user:hover,.theme-standard .mention-user:focus-visible { background: #382d58; color: #e0d5ff; }
.theme-dark .mention-user { color: #73d6bd; }
.theme-purple .mention-user { color: #7437a8; }
.theme-ocean .mention-user { color: #006d85; }
.theme-sunset .mention-user { color: #b34c3d; }
.delete-chat-message, .block-chat-user { border: 0; border-radius: 5px; background: transparent; line-height: 1; }
.delete-chat-message { color: #bc4b59; font-size: 18px; }
.block-chat-user { color: #d18d22; font-size: 16px; }
.moderator-label { display: block; margin-top: 2px; color: #367ed8; font-size: 8px; letter-spacing: .5px; }
.users-table form { flex-wrap: wrap; }

/* Biblioteca compacta, carga por carpeta y orden manual. */
.gif-upload-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 15px 0 20px; }
.gif-upload-options .simple-form { display: grid; grid-template-columns: 1fr auto; margin: 0; }
.gif-upload-options label { color: #737685; font-size: 11px; font-weight: 900; }
.gif-upload-options label input { display: block; width: 100%; margin-top: 7px; background: #fff; }
.folder-upload-form { border-color: #d9d0f3; background: #f7f4ff; }
.gif-order-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin: 10px 0 12px; }
.gif-order-heading h3 { margin: 0 0 4px; font-size: 16px; }
.gif-order-heading p { margin: 0; color: #858897; font-size: 12px; }
#gifOrderStatus { flex: 0 0 auto; border-radius: 14px; background: #f0eff4; color: #777b88; padding: 7px 10px; font-size: 10px; font-weight: 800; }
#gifOrderStatus.pending { background: #fff1cf; color: #95620e; }
.gif-admin.sortable-gifs { display: grid; grid-template-columns: repeat(auto-fill,minmax(72px,86px)); justify-content: start; gap: 9px; }
.sortable-gifs article { cursor: grab; user-select: none; transition: transform .16s ease,opacity .16s ease,box-shadow .16s ease; }
.sortable-gifs article:active { cursor: grabbing; }
.sortable-gifs article.dragging { z-index: 3; opacity: .4; transform: scale(.94); box-shadow: 0 8px 22px #0004; }
.sortable-gifs article img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.sortable-gifs article > span { padding: 5px; text-align: center; font-size: 10px; font-weight: 900; }
.sortable-gifs article form { position: absolute; inset: auto 0 0; }
.sortable-gifs .gif-delete-button { width: 100%; min-height: 27px; border: 0; border-radius: 0; background: #c83f50; color: #fff; opacity: 0; transform: translateY(100%); transition: opacity .16s ease,transform .16s ease; font-size: 9px; font-weight: 900; }
.sortable-gifs article:hover .gif-delete-button, .sortable-gifs article:focus-within .gif-delete-button { opacity: 1; transform: translateY(0); }
.empty-gif-library { padding: 25px; border: 1px dashed #d8d8e0; border-radius: 9px; color: #8b8e9a; text-align: center; }
.gif-order-save { display: flex; justify-content: flex-end; margin-top: 16px; }
.gif-order-save button:disabled { cursor: not-allowed; filter: grayscale(1); opacity: .48; }
.gif-purge-form { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -7px 0 20px; padding: 12px 14px; border: 1px solid #f0c7ce; border-radius: 9px; background: #fff5f6; }
.gif-purge-form b { display: block; color: #a63243; font-size: 11px; }
.gif-purge-form small { display: block; margin-top: 3px; color: #8c6c72; font-size: 10px; }
.gif-purge-form button { flex: 0 0 auto; border: 0; border-radius: 7px; background: #c83f50; color: #fff; padding: 9px 12px; font-size: 10px; font-weight: 900; }
.gif-purge-form button:disabled { cursor: not-allowed; background: #c5b8ba; }

@media (max-width:700px) {
  .gif-upload-options { grid-template-columns: 1fr; }
  .gif-upload-options .simple-form { grid-template-columns: 1fr; }
  .gif-order-heading { align-items: flex-start; flex-direction: column; }
  .gif-purge-form { align-items: stretch; flex-direction: column; }
  .gif-admin.sortable-gifs { grid-template-columns: repeat(auto-fill,minmax(68px,1fr)); }
  .sortable-gifs .gif-delete-button { opacity: .9; transform: none; }
}

/* Mensajes automáticos transparentes y su control maestro. */
.auto-mark { position: absolute; right: -10px; bottom: -7px; border: 2px solid #fff; border-radius: 7px; background: #287bd8; color: #fff; padding: 2px 4px; font-size: 7px; line-height: 1; letter-spacing: .4px; box-shadow: 0 2px 5px #0005; }
.auto-support-notice { display: flex; align-items: center; gap: 8px; margin: 7px 12px 0; padding: 7px 10px; border: 1px solid #bdd8f5; border-radius: 8px; background: #eaf4ff; color: #38546f; font-size: 11px; }
.auto-support-notice b { border-radius: 6px; background: #287bd8; color: #fff; padding: 4px 6px; font-size: 8px; letter-spacing: .5px; }
.support-on { color: #13865c !important; }
.support-off { color: #9a5862 !important; }
.auto-support-config { margin-top: 12px; border: 1px solid #d9e2ee; border-radius: 9px; background: #f8fbff; }
.auto-support-config summary { cursor: pointer; padding: 11px 12px; color: #356aa5; font-size: 12px; font-weight: 900; }
.auto-support-config > form { display: grid; gap: 12px; padding: 0 12px 13px; }
.auto-support-config form > label { color: #737785; font-size: 11px; font-weight: 900; }
.auto-support-config label small { display: block; margin: 3px 0 7px; color: #9296a2; font-weight: 500; }
.auto-support-config textarea { width: 100%; border: 1px solid #d8dce5; border-radius: 8px; background: #fff; padding: 9px; font-size: 12px; line-height: 1.45; resize: vertical; }
.auto-support-config fieldset { min-width: 0; margin: 0; border: 1px solid #dce1e9; border-radius: 8px; }
.auto-support-config legend { color: #777b88; font-size: 10px; font-weight: 900; }
.auto-support-config fieldset > p { margin: 2px 0 9px; color: #8a8e9a; font-size: 10px; }
.auto-support-config .auto-country-panel { padding: 15px; border-color: #ccd9e8; border-radius: 12px; background: linear-gradient(145deg,#f8fbff,#f1f6fc); box-shadow: inset 0 1px #fff; }
.auto-country-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.auto-country-heading b { display: block; margin-bottom: 4px; color: #263b54; font-size: 13px; }
.auto-country-heading p { max-width: 650px; margin: 0; color: #69798c; font-size: 11px; line-height: 1.45; }
.auto-country-count { flex: 0 0 auto; border: 1px solid #b9cee6; border-radius: 999px; background: #fff; color: #356a9e; padding: 6px 10px; font-size: 10px; font-weight: 900; white-space: nowrap; }
.auto-country-toolbar { display: flex; gap: 7px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #dbe5f0; }
.auto-country-toolbar button { border: 1px solid #c7d6e6; border-radius: 7px; background: #fff; color: #46627f; padding: 6px 10px; font-size: 9px; font-weight: 900; }
.auto-country-toolbar button:hover,.auto-country-toolbar button:focus-visible { border-color: #538ac1; color: #245e98; outline: none; }
.auto-country-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(175px,1fr)); gap: 7px; }
.auto-country-option { position: relative; display: flex; align-items: center; gap: 8px; min-height: 35px; border: 1px solid #d9e2ec; border-radius: 8px; background: #fff; color: #566678; padding: 7px 9px; cursor: pointer; transition: border-color .15s,background .15s,box-shadow .15s; }
.auto-country-option:hover { border-color: #9bb9d8; box-shadow: 0 2px 7px #315b8120; }
.auto-country-option input { position: absolute; opacity: 0; pointer-events: none; }
.auto-country-option > span { display: grid; flex: 0 0 18px; width: 18px; height: 18px; place-items: center; border: 1px solid #b9c7d5; border-radius: 5px; background: #f5f8fb; color: transparent; font-size: 11px; font-weight: 900; }
.auto-country-option > b { font-size: 10px; line-height: 1.2; }
.auto-country-option.is-selected { border-color: #77a6d5; background: #edf6ff; color: #244e78; }
.auto-country-option.is-selected > span { border-color: #357dbf; background: #357dbf; color: #fff; }
.auto-country-option:focus-within { outline: 2px solid #7ab0e5; outline-offset: 1px; }
.auto-support-gifs { display: grid; grid-template-columns: repeat(auto-fill,minmax(55px,1fr)); gap: 6px; max-height: 180px; overflow: auto; }
.auto-support-gifs > label { position: relative; display: grid; gap: 3px; padding: 4px; border: 1px solid #dfe2e9; border-radius: 7px; background: #fff; text-align: center; }
.auto-support-gifs input { position: absolute; top: 3px; left: 3px; accent-color: #287bd8; }
.auto-support-gifs img { width: 100%; aspect-ratio: 1; border-radius: 5px; object-fit: cover; }
.auto-support-gifs small { color: #6d7280; font-size: 8px; font-weight: 900; }
.chat-session-active { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 12px; border: 1px solid #3a3550; border-radius: 9px; background: #211d32; padding: 9px 10px; color: #aaa8b8; font-size: 10px; }
.chat-session-active b { color: #fff; }
.chat-session-active button { flex: 0 0 auto; border: 1px solid #735b91; border-radius: 7px; background: #332644; color: #eadff7; padding: 7px 9px; font-size: 9px; font-weight: 800; }
.chat-session-active button:hover,.chat-session-active button:focus-visible { border-color: #b38cdd; background: #49335f; outline: none; }
.free-chat-watermark { position: absolute; z-index: 8; top: 8px; left: 50%; transform: translateX(-50%); border: 1px solid #ffffff4f; border-radius: 999px; background: #15101f99; color: #fff; padding: 5px 11px; font-size: 9px; font-weight: 900; letter-spacing: 1.3px; opacity: .78; pointer-events: none; box-shadow: 0 3px 12px #0004; backdrop-filter: blur(4px); }
.plus-support-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 12px; border-color: #e4c56c; background: linear-gradient(135deg,#fffdf7,#fff8df); }
.plus-support-card h2 { margin: 5px 0; }
.plus-support-card p { margin: 0; color: #77705d; font-size: 10px; }
@media (max-width:700px) { .plus-support-card { align-items: stretch; flex-direction: column; } }
@media (max-width:700px) {
  .auto-country-heading { align-items: stretch; flex-direction: column; gap: 8px; }
  .auto-country-count { align-self: flex-start; }
  .auto-country-grid { grid-template-columns: repeat(auto-fit,minmax(145px,1fr)); }
}
.header-actions { display: flex; align-items: center; gap: 12px; }
#chatLoginBtn { border: 1px solid #ffffff66; border-radius: 18px; background: #ffffff1f; color: #fff; padding: 8px 13px; font-size: 13px; font-weight: 800; }
.header-open-tools { display: flex; align-items: center; gap: 5px; }
.header-open-tools button, .header-open-tools a { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #ffffff5c; border-radius: 8px; background: #11182752; color: #fff; padding: 0; text-decoration: none; font-size: 17px; font-weight: 900; backdrop-filter: blur(5px); cursor: pointer; }
.header-open-tools button:hover, .header-open-tools a:hover { border-color: #fff; background: #ffffff2d; transform: translateY(-1px); }
@media (hover:hover) and (pointer:fine) { .header-open-tools { display: flex; align-items: center; gap: 5px; } }
.system-gif { display: inline-grid; width: 92px; height: 92px; place-items: center; font-size: 58px; animation: radiochat-pop 1.25s ease-in-out infinite; transform-origin: center; }
@keyframes radiochat-pop { 0%,100%{transform:scale(.9) rotate(-3deg)}50%{transform:scale(1.08) rotate(3deg)} }
.public-gifs .system-reaction { min-height: 104px; padding: 5px; }
.public-gifs .system-reaction > span { display: block; padding: 0; font-size: 42px; animation: radiochat-pop 1.4s ease-in-out infinite; }
.public-gifs .system-reaction small { display: block; padding: 4px; font-size: 9px; }

.theme-manager { margin-top: 14px; }
.theme-form { display: grid; grid-template-columns: 1fr auto; gap: 9px; margin-top: 15px; }
.theme-form select { border: 1px solid #dddde4; border-radius: 8px; background: #fff; padding: 11px; font-size: 14px; }

/* El diseño Estándar conserva la identidad original de RadioChat. */
.chat-public.theme-standard { background: radial-gradient(circle at top,#2c1d50,#0c0e16 55%); }
.theme-standard .public-room { border-color: #2d3140; background: #141722; }
.theme-standard .public-room > header { background: linear-gradient(135deg,#6c4bd4,#9155e6); }
.theme-standard .room-notice { border-color: #3d3261; background: #211d35; }
.theme-standard .room-notice p { color: #aaa7b8; }
.theme-standard .room-notice b { color: #ddd7f0; }
.theme-standard .public-messages { background: #11141e; background-image: none; }
.theme-standard .public-message header b { color: #a686fa; }
.theme-standard .public-message time { color: #6f7487; }
.theme-standard .public-message p { background: #1e2230; color: #f1f2f7; box-shadow: none; }
.theme-standard .public-composer { border-color: #2a2e3c; background: #181b27; }
.theme-standard .public-composer input { border-color: #333746; background: #0f121b; color: #fff; }
.theme-standard .public-composer button { background: #7453df; }
.theme-standard .public-composer #gifBtn { background: #2c2449; color: #c0a6ff; }

/* Diseños adicionales. */
.theme-ocean .public-room > header { background: linear-gradient(135deg,#006c91,#18a7c7); }
.theme-ocean .public-messages { background-color: #e7f5f8; }
.theme-ocean .public-message header b { color: #006d85; }
.theme-ocean .public-composer button { background: #008eb1; }
.chat-public.theme-purple { background: #24143d; }
.theme-purple .public-room > header { background: linear-gradient(135deg,#59319b,#a44fd0); }
.theme-purple .public-messages { background-color: #f1eafb; }
.theme-purple .public-message header b { color: #6f32a4; }
.theme-purple .public-composer button { background: #7b3fba; }
.chat-public.theme-dark { background: #050607; }
.theme-dark .public-room { border-color: #30363b; background: #111416; }
.theme-dark .public-room > header { background: #20262a; }
.theme-dark .public-messages { background: #0d1012; background-image: none; }
.theme-dark .public-message p { background: #242a2e; color: #f4f6f7; }
.theme-dark .public-message header b { color: #73d6bd; }
.theme-dark .public-composer { background: #191e21; }
.theme-dark .public-composer input { background: #252b2f; color: #fff; border-color: #30373b; }
.chat-public.theme-sunset { background: #40202a; }
.theme-sunset .public-room > header { background: linear-gradient(135deg,#d75c4a,#ed9c4b); }
.theme-sunset .public-messages { background-color: #fff1e6; }

/* Biblioteca por códigos y personalización controlada del chat. */
.public-room { position: relative; font-family: var(--chat-font-family, "Segoe UI", Arial, sans-serif); }
.public-message header b { font-size: var(--chat-user-font-size, 15px); }
.public-message p { font-size: var(--chat-message-font-size, 17px); }
.public-message .inline-chat-image {
  display: inline-block;
  width: var(--chat-image-size, 85px);
  height: var(--chat-image-size, 85px);
  margin: 3px 3px 3px 0;
  object-fit: cover;
  vertical-align: middle;
}
.public-gifs { display: block; padding: 12px; overflow: auto; }
.public-gifs[hidden] { display: none; }
.gif-picker-grid { display: grid; grid-template-columns: repeat(5,minmax(64px,1fr)); gap: 7px; padding-top: 24px; }
.public-gifs .gif-picker-grid > button { min-width: 0; }
.public-gifs .gif-picker-grid img { display: block; width: var(--chat-image-size,85px); height: var(--chat-image-size,85px); margin: auto; object-fit: cover; }
.gif-picker-close { position: absolute; z-index: 2; top: 7px; right: 7px; width: 27px; height: 27px; border: 0 !important; border-radius: 50% !important; background: #e45464 !important; color: #fff !important; font-size: 19px; line-height: 1; }
.has-custom-chat-style .public-room > header.header-effect-default { background: var(--chat-header-color) !important; }
.has-custom-chat-style .public-messages { background: var(--chat-background-color) !important; background-image: none !important; }
.has-custom-chat-style .public-message p { background: var(--chat-bubble-color) !important; color: var(--chat-text-color) !important; }

.chat-style-manager { margin-top: 14px; }
.chat-style-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 16px; }
.chat-style-form label { display: grid; gap: 7px; color: #6e7180; font-size: 12px; font-weight: 800; }
.chat-style-form label small { color: #9295a1; font-weight: 500; }
.chat-style-form input[type="color"] { width: 100%; height: 45px; border: 1px solid #dcdce4; border-radius: 8px; padding: 4px; background: #fff; }
.chat-style-form input[type="range"] { width: 100%; accent-color: #7553e7; }
.chat-style-form output { color: #654bc3; font-size: 13px; font-weight: 900; }
.chat-style-form select { width: 100%; min-height: 45px; border: 1px solid #dcdce4; border-radius: 8px; padding: 9px; background: #fff; font-size: 14px; }
.chat-style-form > button { grid-column: 1 / -1; }

@media (max-width:700px) {
  .gif-picker-grid { grid-template-columns: repeat(3,minmax(64px,1fr)); }
  .chat-style-form { grid-template-columns: 1fr; }
  .chat-style-form > button { grid-column: auto; }
}

/* Encabezado integrado: fondo, identidad de la radio y cinco diseños animados. */
.public-room > header.room-header { position: relative; isolation: isolate; min-height: 96px; overflow: hidden; padding: 14px 20px; background-position: center; background-size: cover; }
.room-header > * { position: relative; z-index: 2; }
.room-header.header-effect-custom::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,#080a10aa,#080a1040 60%,#080a1070); }
.chat-brand > .radio-logo, .chat-brand > i { width: 66px; height: 66px; border-radius: 14px; }
.chat-brand > .radio-logo { object-fit: contain; filter: drop-shadow(0 7px 9px #0008); }
.chat-brand > .logo-png { animation: radio-logo-float 3s ease-in-out infinite; }
.chat-brand h1 { font-size: 25px; line-height: 1.1; text-shadow: 0 2px 8px #0008; }
.chat-brand p { font-size: 13px; font-weight: 700; text-shadow: 0 1px 5px #0009; }
.mr-credit { display: grid; width: 38px; height: 38px; place-items: center; border: 2px solid #fff3bd; border-radius: 50%; background: linear-gradient(145deg,#ffe990,#c98a11); color: #402900; box-shadow: 0 4px 12px #0006; font-size: 12px; font-weight: 1000; text-decoration: none; transition: transform .18s ease,box-shadow .18s ease; }
.mr-credit:hover,.mr-credit:focus-visible { transform: translateY(-2px) scale(1.04); box-shadow: 0 7px 16px #0008; outline: none; }
.header-badges { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.header-auto { display: block; border-radius: 6px; background: #287bd8; color: #fff; padding: 3px 6px; box-shadow: 0 2px 7px #0004; font-size: 8px; line-height: 1; letter-spacing: .5px; }
.chat-brand .header-welcome { max-width: 470px; margin-top: 4px; color: #fff; font-size: 11px; font-weight: 500; line-height: 1.25; opacity: .92; }
.chat-brand .header-welcome strong { font-weight: 900; }
@keyframes radio-logo-float { 0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-6px) rotate(1deg)} }
@keyframes header-gradient-move { 0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%} }
@keyframes header-stars-move { from{background-position:0 0,0 0,0 0}to{background-position:140px 60px,-100px 90px,0 0} }
.chat-public .public-room > header.header-effect-aurora { background: linear-gradient(120deg,#4d2ca3,#00a6a6,#6e3fbd,#238b74) !important; background-size: 350% 350% !important; animation: header-gradient-move 9s ease infinite; }
.chat-public .public-room > header.header-effect-waves { background: repeating-radial-gradient(circle at 10% 120%,#1b669e 0 18px,#2544a7 19px 38px,#7033a8 39px 58px) !important; background-size: 220% 220% !important; animation: header-gradient-move 10s linear infinite; }
.chat-public .public-room > header.header-effect-neon { background: linear-gradient(110deg,#050610,#d500f9,#00d9ff,#050610,#ff2b88) !important; background-size: 400% 400% !important; animation: header-gradient-move 7s ease infinite; }
.chat-public .public-room > header.header-effect-stars { background: radial-gradient(circle,#fff 0 1px,transparent 1.6px),radial-gradient(circle,#ffe89a 0 1px,transparent 1.8px),linear-gradient(135deg,#070b24,#25134d) !important; background-size: 36px 36px,61px 61px,100% 100% !important; animation: header-stars-move 12s linear infinite; }
.chat-public .public-room > header.header-effect-fire { background: linear-gradient(120deg,#5b0d0d,#dc4b16,#ffc54b,#9d1424,#5b0d0d) !important; background-size: 350% 350% !important; animation: header-gradient-move 6s ease infinite; }

.banner-preview { position: relative; margin: 14px 0; overflow: hidden; border-radius: 11px; }
.banner-preview > img { display: block; width: 100%; max-height: 230px; object-fit: cover; }
.banner-preview form { position: absolute; right: 10px; bottom: 10px; }
.banner-delete { border: 0; border-radius: 8px; background: #c83f50; color: #fff; padding: 9px 12px; font-size: 12px; font-weight: 800; box-shadow: 0 4px 12px #0005; }
.header-effect-form { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 9px; margin-top: 14px; }
.header-effect-form label { color: #777b89; font-size: 12px; font-weight: 800; }
.header-effect-form select { display: block; width: 100%; min-height: 43px; margin-top: 6px; border: 1px solid #dddde4; border-radius: 8px; background: #fff; padding: 9px; font-size: 14px; }

/* Catálogo global de fondos del encabezado. Los archivos se comparten entre cuentas. */
.banner-manager .header-effect-form { display: none; }
.header-catalog-manager { margin-top: 14px; }
.header-catalog-filters { display:flex; gap:8px; flex-wrap:wrap; margin:14px 0; }
.header-catalog-filters button { border:1px solid #d9ddea; border-radius:999px; padding:7px 12px; background:#fff; color:#60677a; font-size:12px; font-weight:800; cursor:pointer; }
.header-catalog-filters button.active { border-color:#7553e7; background:#f0ebff; color:#5c3cc7; }
.header-preset-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-bottom:14px; }
.header-preset-card { position:relative; display:block; overflow:hidden; border:2px solid #e2e4eb; border-radius:12px; background:#fff; color:#252838; cursor:pointer; transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease; }
.header-preset-card[hidden] { display:none !important; }
.header-preset-card:hover { transform:translateY(-2px); border-color:#9b83ed; box-shadow:0 7px 18px #37207b1a; }
.header-preset-card.selected { border-color:#7553e7; box-shadow:0 0 0 2px #d9d0ff; }
.header-preset-card input { position:absolute; opacity:0; pointer-events:none; }
.header-preset-preview { position:relative; display:block; height:88px; overflow:hidden; isolation:isolate; background:#1c2030 center/cover no-repeat; }
.header-preset-preview img { display:block; width:100%; height:100%; object-fit:cover; }
.header-preset-standard { background:linear-gradient(125deg,#181b27,#4f3b94,#16848d); }
.header-preset-card b,.header-preset-card small { display:block; padding:0 10px; }
.header-preset-card b { padding-top:9px; font-size:13px; }
.header-preset-card small { padding-bottom:10px; color:#73798b; font-size:11px; }
.header-preset-card em { position:absolute; top:7px; right:7px; border-radius:6px; background:#2b9a66; color:#fff; padding:4px 6px; font-size:9px; font-style:normal; font-weight:900; }
.header-preset-legacy.header-effect-aurora { background:linear-gradient(120deg,#4d2ca3,#00a6a6,#6e3fbd,#238b74)!important; background-size:350% 350%!important; animation:header-gradient-move 9s ease infinite; }
.header-preset-legacy.header-effect-waves { background:repeating-radial-gradient(circle at 10% 120%,#1b669e 0 18px,#2544a7 19px 38px,#7033a8 39px 58px)!important; background-size:220% 220%!important; animation:header-gradient-move 10s linear infinite; }
.header-preset-legacy.header-effect-neon { background:linear-gradient(110deg,#050610,#d500f9,#00d9ff,#050610,#ff2b88)!important; background-size:400% 400%!important; animation:header-gradient-move 7s ease infinite; }
.header-preset-legacy.header-effect-stars { background:radial-gradient(circle,#fff 0 1px,transparent 1.6px),radial-gradient(circle,#ffe89a 0 1px,transparent 1.8px),linear-gradient(135deg,#070b24,#25134d)!important; background-size:36px 36px,61px 61px,100% 100%!important; animation:header-stars-move 12s linear infinite; }
.header-preset-legacy.header-effect-fire { background:linear-gradient(120deg,#5b0d0d,#dc4b16,#ffc54b,#9d1424,#5b0d0d)!important; background-size:350% 350%!important; animation:header-gradient-move 6s ease infinite; }
.header-css-standard,.chat-public .public-room > header.header-effect-official-standard { background:linear-gradient(125deg,#171a28,#4d3c93,#137f8a)!important; }
.header-css-fiesta,.chat-public .public-room > header.header-effect-official-fiesta { background:radial-gradient(circle at 15% 20%,#ffdf57 0 4%,transparent 5%),radial-gradient(circle at 80% 70%,#fd6389 0 5%,transparent 6%),linear-gradient(125deg,#5d167e,#ef4774,#ff9f43)!important; }
.header-css-ondas-live,.chat-public .public-room > header.header-effect-official-ondas-live { background:repeating-radial-gradient(ellipse at 0 115%,#17a6b8 0 12px,#155c9a 13px 25px,#172f68 26px 39px)!important; }
.header-css-ondas-blue,.chat-public .public-room > header.header-effect-official-ondas-blue { background:radial-gradient(ellipse at 70% 130%,#38cce5 0 12%,transparent 13%),repeating-radial-gradient(ellipse at 20% 120%,#196dbe 0 13px,#173b83 14px 27px)!important; }
.header-css-estudio-radio,.chat-public .public-room > header.header-effect-official-estudio-radio { background:linear-gradient(135deg,#10121d 0 42%,#2f3548 42% 44%,#10121d 44% 58%,#7c3f97 58% 60%,#171928 60%)!important; }
.header-css-consola-broadcast,.chat-public .public-room > header.header-effect-official-consola-broadcast { background:linear-gradient(105deg,#0c1421,#16263a 45%,#13958a 46% 48%,#26324a 49% 55%,#0f1827)!important; }
.header-css-microfono-live,.chat-public .public-room > header.header-effect-official-microfono-live { background:radial-gradient(ellipse at 71% 48%,#bec9d8 0 5%,#384351 6% 10%,transparent 11%),linear-gradient(135deg,#171927,#272b45 55%,#d3528b)!important; }
.header-css-vinilo-retro,.chat-public .public-room > header.header-effect-official-vinilo-retro { background:radial-gradient(circle at 72% 48%,#e7b151 0 3%,#1a1820 4% 12%,#4d3240 13% 14%,#17141a 15% 20%,transparent 21%),linear-gradient(135deg,#402743,#8d4d4b)!important; }
.header-css-neon-musical,.chat-public .public-room > header.header-effect-official-neon-musical { background:linear-gradient(120deg,#070914,#24205e 30%,#e51eb7 51%,#00d4ff 72%,#080a16)!important; }
.header-css-audio-spectrum,.chat-public .public-room > header.header-effect-official-audio-spectrum { background:linear-gradient(180deg,#101424,#101424 58%,#3951a4 58% 61%,#ef4fa9 61% 65%,#26c9c8 65% 69%,#111527 69%)!important; }
.header-css-music-equalizer,.chat-public .public-room > header.header-effect-official-music-equalizer { background:repeating-linear-gradient(90deg,#10131f 0 7%,#1bd4be 8% 12%,#10131f 13% 18%,#7a56ea 19% 24%,#10131f 25% 31%)!important; background-size:180% 100%!important; animation:header-gradient-move 5s linear infinite; }
.header-css-audio-waves,.chat-public .public-room > header.header-effect-official-audio-waves { background:repeating-radial-gradient(ellipse at 50% 120%,#1dd8dc 0 10px,#174a8f 11px 22px,#291b65 23px 34px)!important; background-size:170% 170%!important; animation:header-gradient-move 8s ease-in-out infinite; }
.header-css-vinyl-spin,.chat-public .public-room > header.header-effect-official-vinyl-spin { background:radial-gradient(circle at 50% 50%,#f1bd50 0 3%,#1d1925 4% 15%,#664869 16% 18%,#17131b 19% 31%,transparent 32%),linear-gradient(135deg,#392750,#0d1020)!important; background-size:90px 90px,100% 100%!important; animation:header-stars-move 6s linear infinite; }
.header-css-dj-lights,.chat-public .public-room > header.header-effect-official-dj-lights { background:linear-gradient(115deg,#080912,#ff258b,#6f44e7,#04d9eb,#080912)!important; background-size:360% 360%!important; animation:header-gradient-move 6s ease infinite; }
.header-css-music-spectrum,.chat-public .public-room > header.header-effect-official-music-spectrum { background:repeating-linear-gradient(90deg,#171926 0 5%,#ef4c92 6% 9%,#171926 10% 15%,#31cfc1 16% 20%,#171926 21% 27%)!important; background-size:230% 100%!important; animation:header-gradient-move 7s linear infinite; }
.header-preset-preview.header-css-music-equalizer::before,.header-preset-preview.header-css-music-spectrum::before { content:''; position:absolute; z-index:1; inset:17% 8%; background:repeating-linear-gradient(90deg,#32e8d3 0 7%,transparent 8% 13%,#ee5bb5 14% 20%,transparent 21% 28%); background-size:150% 100%; opacity:.9; animation:catalog-spectrum 1.4s ease-in-out infinite alternate; }
.header-preset-preview.header-css-audio-waves::before { content:''; position:absolute; z-index:1; width:145%; height:210%; left:-22%; top:18%; border:3px solid #78f4ef; border-radius:50%; opacity:.65; animation:catalog-waves 2.3s ease-in-out infinite; }
.header-preset-preview.header-css-vinyl-spin::before { content:''; position:absolute; z-index:1; width:56px; height:56px; left:calc(50% - 28px); top:calc(50% - 28px); border:7px solid #17131b; border-right-color:#d65db6; border-bottom-color:#55466d; border-radius:50%; box-shadow:inset 0 0 0 7px #30283a; animation:catalog-spin 1.7s linear infinite; }
.header-preset-preview.header-css-dj-lights::before { content:''; position:absolute; z-index:1; inset:-40%; background:conic-gradient(from 30deg,transparent,#ff58b9,transparent,#56e9ff,transparent,#ffdf62,transparent); mix-blend-mode:screen; animation:catalog-spin 3.2s linear infinite; }
@keyframes catalog-spectrum { from { transform:scaleY(.32); background-position:0 0; } to { transform:scaleY(1); background-position:100% 0; } }
@keyframes catalog-waves { 0%,100% { transform:translate(-7%,-4%) scale(.8); opacity:.3; } 50% { transform:translate(8%,4%) scale(1.12); opacity:.95; } }
@keyframes catalog-spin { to { transform:rotate(360deg); } }
.room-header.header-effect-preset::after { content:''; position:absolute; z-index:1; inset:0; background:linear-gradient(90deg,#080a10c9,#080a1066 60%,#080a10a6); }
@media (max-width:700px) { .header-preset-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; } .header-preset-preview { height:76px; } }

@media (max-width:700px) {
  .public-room > header.room-header { min-height: 84px; padding: 10px 12px; }
  .chat-brand > .radio-logo, .chat-brand > i { width: 55px; height: 55px; }
  .chat-brand h1 { max-width: 46vw; font-size: 20px; }
  .chat-brand p { font-size: 11px; }
  .chat-brand .header-welcome { max-width: 52vw; font-size: 9px; line-height: 1.2; }
  .mr-credit { width: 32px; height: 32px; font-size: 10px; }
  .header-effect-form { grid-template-columns: 1fr; }
}
.theme-sunset .public-message header b { color: #b34c3d; }
.theme-sunset .public-composer button { background: #df704c; }

@media (max-width:700px) {
  .header-actions .powered { display: none; }
  .theme-form { grid-template-columns: 1fr; }
}

/* La sala ocupa exactamente el alto que le asigne la página o el iframe. */
html { height: 100%; }
body.chat-public {
  width: 100%;
  height: 100%;
  min-height: 0;
  align-items: start;
  justify-items: center;
  overflow: hidden;
}
.chat-public .public-room {
  height: calc(100vh - 30px);
  height: calc(100dvh - 30px);
  min-height: 0;
  max-height: calc(100vh - 30px);
  max-height: calc(100dvh - 30px);
}
.chat-public .public-messages { min-height: 0; }
.chat-public .room-header,
.chat-public .room-notice,
.chat-public .auto-support-notice,
.chat-public .public-composer { flex-shrink: 0; }

/* Acceso compacto para participantes del chat. */
#joinDialog.compact-chat-login, #chatResetDialog.compact-chat-login, #changeNameDialog.compact-chat-login, #pwaInstallPromptDialog.compact-chat-login { max-width: calc(100vw - 24px); max-height: calc(100dvh - 24px); overflow: auto; padding:0; border-radius:12px; }
.compact-chat-login .chat-access-shell { position: relative; width: min(100% - 24px, 400px); max-width: 400px; padding: 24px 20px; box-sizing: border-box; overflow-x: hidden; margin:auto; }
.compact-chat-login .brand.center { margin-bottom: 13px; }
.compact-chat-login .brand > i { width: 34px; height: 34px; font-size: 17px; }
.compact-chat-login .brand b { font-size: 16px; }
.compact-chat-login .dialog-close { position: absolute; z-index: 2; top: 9px; right: 9px; width: 27px; height: 27px; border: 0; border-radius: 50%; background: #292d3b; color: #fff; font-size: 18px; line-height: 1; }
.chat-access-tabs { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 16px; padding: 4px; border-radius: 9px; background: #10131c; }

.chat-access-tabs button { flex: 1; min-width: 80px; border: 0; border-radius: 6px; background: transparent; color: #9da1b0; padding: 8px 4px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.chat-access-tabs button.active { background: #7553e7; color: #fff; }
#joinDialog .chat-access-form,
#chatResetDialog form { width: auto; padding: 0; }
.compact-chat-login form[hidden] { display: none; }
.compact-chat-login label { display: block; margin-top: 8px; color: #a6a9b7; font-size: 10px; font-weight: 800; }
.compact-chat-login input:not([type="radio"]):not([type="checkbox"]) { display: block; width: 100%; min-height: 38px; margin: 4px 0 8px; border: 1px solid #343848; border-radius: 7px; background: #10131c; color: #fff; padding: 8px 9px; font-size: 13px; }
.compact-chat-login .password-field { position: relative; display: block; }
.compact-chat-login .password-field input { padding-right: 67px; }
.compact-chat-login .password-field button { position: absolute; top: 8px; right: 5px; min-width: 48px; height: 30px; border: 0; border-radius: 6px; background: #30284a; color: #cbbaff; padding: 0 6px; font-size: 9px; font-weight: 900; }
.compact-chat-login .optional-help { display: block; margin: -4px 0 7px; color: #888d9d; font-size: 9px; font-weight: 500; line-height: 1.3; }
.compact-chat-login input[type="file"] { min-height: 0; font-size: 10px !important; }
.avatar-preset-picker { margin: 10px 0 9px; border: 1px solid #35394a; border-radius: 9px; padding: 9px; }
.avatar-preset-picker legend { color: #b9a7f5; padding: 0 5px; font-size: 10px; font-weight: 900; }
.avatar-preset-picker legend small { color: #85899a; font-size: 8px; }
.avatar-preset-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(42px, 1fr)); gap: 6px; justify-items: center; }
.compact-chat-login .avatar-preset-option { position: relative; display: block; margin: 0; cursor: pointer; text-align: center; }
#joinDialog.compact-chat-login .avatar-preset-option input[type="radio"] { position: absolute; width: 1px; height: 1px; min-height: 0; margin: 0; opacity: 0; pointer-events: none; }
.avatar-preset-option .preset-avatar { width: 43px; height: 43px; margin: auto; border: 2px solid transparent; border-radius: 10px; box-shadow: 0 2px 6px #0005; font-size: 21px; transition: transform .15s ease,border-color .15s ease,box-shadow .15s ease; }
.avatar-preset-option small { display: none; }
.avatar-preset-option:hover .preset-avatar { transform: translateY(-2px); }
.avatar-preset-option input:checked + .preset-avatar { border-color: #fff; box-shadow: 0 0 0 3px #7553e7,0 4px 10px #0007; transform: scale(1.04); }
.avatar-preset-picker > p { margin: 8px 2px 0; color: #85899a; font-size: 9px; line-height: 1.3; }
.compact-chat-login .primary { width: 100%; margin-top: 8px; padding: 9px 12px; }
.chat-reset-link { display: block; margin: -1px auto 5px; border: 0; background: transparent; color: #b99eff; padding: 3px; font-size: 11px; }
.compact-chat-login .avatar-help { margin: 2px 0 7px; font-size: 10px; }
#chatResetDialog #completeChatReset { margin-top: 14px; padding-top: 12px; border-top: 1px solid #303443; }
.compact-chat-login .form-error { margin: 8px 0 0; min-height: 16px; font-size: 11px; line-height: 1.35; }

@media (max-width:700px) {
  body.chat-public { padding: 0; }
  .chat-public .public-room { height: 100vh; height: 100dvh; max-height: 100vh; max-height: 100dvh; }
  .public-room > header.room-header { min-height: 70px; padding: 8px 10px; }
  .chat-brand { min-width: 0; gap: 8px; }
  .chat-brand > .radio-logo,.chat-brand > i { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 11px; }
  .chat-brand > span { min-width: 0; }
  .chat-brand h1 { max-width: 50vw; overflow: hidden; font-size: 17px; line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }
  .chat-brand p { margin-top: 2px; font-size: 9px; }
  .chat-brand .header-welcome { max-width: 55vw; margin-top: 2px; font-size: 8px; line-height: 1.12; }
  .header-actions { gap: 6px; }
  #chatLoginBtn { padding: 6px 8px; font-size: 10px; }
  .mr-credit { width: 28px; height: 28px; border-width: 1px; font-size: 9px; }
  .header-auto { padding: 2px 4px; font-size: 6px; }
  .public-messages { padding: 8px 10px; }
  .public-message { gap: 7px; margin: 7px 0; }
  .message-avatar { flex-basis: 36px; width: 36px; height: 36px; }
  .message-avatar > i,.message-avatar > .guest-avatar { width: 36px; height: 36px; border-radius: 8px; font-size: 13px; }
  .public-message > div { max-width: calc(100% - 45px); }
  .public-message header b { font-size: min(var(--chat-user-font-size,15px),13px); }
  .mention-user { font-size: min(var(--chat-user-font-size,15px),13px); }
  .public-message p { margin-top: 3px; padding: 6px 8px; border-radius: 3px 9px 9px 9px; font-size: min(var(--chat-message-font-size,17px),14px); line-height: 1.35; }
  .public-message .inline-chat-image { width: min(var(--chat-image-size,85px),64px); height: min(var(--chat-image-size,85px),64px); border-radius: 7px; }
  .owner-star { top: -5px; right: -3px; font-size: 12px; }
  .registered-mark { top: -6px; right: -3px; font-size: 15px; }
  .avatar-preset-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(42px, 1fr)); gap: 6px; justify-items: center; }
  .avatar-preset-option .preset-avatar { width: 40px; height: 40px; font-size: 19px; }
  .auto-mark { right: -8px; bottom: -5px; padding: 1px 3px; font-size: 6px; }
  .public-composer { gap: 4px; padding: 7px; }
  .public-composer input { padding: 8px; font-size: 13px; }
  .public-composer button { min-width: 34px; padding: 0 8px; }
  .public-composer #spellBtn { min-width: 40px; padding: 0 5px; font-size: 8px; }
  .public-composer #gifBtn { font-size: 9px; }
}
@media (hover:none) and (pointer:coarse) {
}
.legacy-plan-card { display: none; }
.plan-license-card { border: 2px solid var(--border); }
.plan-license-card__title { margin: 6px 0 10px; font-size: 25px; letter-spacing: .02em; }
.plan-license-card--free { border-color: #ff6f61; }
.plan-license-card--demo { border-color: #e76f51; }
.plan-license-card--demo .plan-license-card__title { color: #d85d43; }
.plan-license-card--pro { border-color: #24975b; }
.plan-license-card--pro .plan-license-card__title { color: #24975b; }
.plan-license-card--plus { border-color: #b88922; }
.plan-license-card--plus .plan-license-card__title { color: #b88922; }
.plan-license-card--expiring { box-shadow: 0 0 0 2px rgba(198,40,40,.9), 0 10px 25px rgba(198,40,40,.12); }
.plan-license-card--expiring .plan-warning { color: #c62828; }
.plan-demo-label { display: inline-block; padding: 4px 9px; border-radius: 999px; background: #f8ded7; color: #b94d38; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.plan-demo-copy { margin: 12px 0 0; color: var(--muted); line-height: 1.55; }
.plan-expiry { margin: 0; color: var(--muted); font-size: 15px; }
.plan-warning { color: #c62828; font-weight: 800; margin: 12px 0 0; }
.plan-checkout-actions { display: grid; gap: 12px; margin-top: 20px; }
.paypal-plan-option { border: 1px solid var(--border); border-radius: 10px; padding: 12px; background: rgba(255,255,255,.03); }
.paypal-plan-option b { display: block; margin-bottom: 8px; }
.paypal-plan-button { min-height: 42px; }
.demo-plus-preview { margin: 14px 0; padding: 10px 12px; border: 1px solid #e9b7a9; border-radius: 9px; background: #fff5f1; color: #b94d38; font-size: 12px; font-weight: 800; line-height: 1.45; }
.demo-plus-preview small { color: #765247; font-weight: 600; }

/* Nuevas preferencias de encabezado y logo */
.public-room > header.room-header.header-height-compact { min-height: 120px; }
.public-room > header.room-header.header-height-normal { min-height: 155px; }
.public-room > header.room-header.header-height-tall { min-height: 190px; }

.room-header.header-height-compact .chat-brand > .radio-logo,
.room-header.header-height-compact .chat-brand > i { width: 70px; height: 70px; object-fit: cover; }
.room-header.header-height-normal .chat-brand > .radio-logo,
.room-header.header-height-normal .chat-brand > i { width: 82px; height: 82px; object-fit: cover; }
.room-header.header-height-tall .chat-brand > .radio-logo,
.room-header.header-height-tall .chat-brand > i { width: 94px; height: 94px; object-fit: cover; }

@keyframes logo-effect-pulse { 0%, 90% { transform: scale(1); } 95% { transform: scale(1.08); } 100% { transform: scale(1); } }
@keyframes logo-effect-float { 0%, 85% { transform: translateY(0); } 92% { transform: translateY(-5px); } 100% { transform: translateY(0); } }
@keyframes logo-effect-sway { 0%, 85% { transform: rotate(0); } 90% { transform: rotate(-4deg); } 95% { transform: rotate(4deg); } 100% { transform: rotate(0); } }

.logo-effect-pulse > .radio-logo, .logo-effect-pulse > i { animation: logo-effect-pulse 10s ease-in-out infinite; }
.logo-effect-float > .radio-logo, .logo-effect-float > i { animation: logo-effect-float 9s ease-in-out infinite; }
.logo-effect-sway > .radio-logo, .logo-effect-sway > i { animation: logo-effect-sway 11s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
    .logo-effect-pulse > .radio-logo, .logo-effect-pulse > i,
    .logo-effect-float > .radio-logo, .logo-effect-float > i,
    .logo-effect-sway > .radio-logo, .logo-effect-sway > i { animation: none !important; }
}

@media (max-width: 700px) {
    .public-room > header.room-header.header-height-compact { min-height: 105px; padding: 10px 12px; }
    .public-room > header.room-header.header-height-normal { min-height: 130px; padding: 10px 12px; }
    .public-room > header.room-header.header-height-tall { min-height: 160px; padding: 10px 12px; }

    .room-header.header-height-compact .chat-brand > .radio-logo, .room-header.header-height-compact .chat-brand > i { width: 55px; height: 55px; }
    .room-header.header-height-normal .chat-brand > .radio-logo, .room-header.header-height-normal .chat-brand > i { width: 65px; height: 65px; }
    .room-header.header-height-tall .chat-brand > .radio-logo, .room-header.header-height-tall .chat-brand > i { width: 75px; height: 75px; }
}

/* Preview heights in dashboard */
.banner-preview.preview-height-compact > img { height: 120px; }
.banner-preview.preview-height-normal > img { height: 155px; }
.banner-preview.preview-height-tall > img { height: 190px; }
