:root,
html[data-rh-skin="nova"] {
  --rh-bg: #0b0f14;
  --rh-bg-2: #0f151c;
  --rh-panel: #111821;
  --rh-panel-2: #0e141b;
  --rh-line: rgba(255, 255, 255, 0.08);
  --rh-text: #f4f7fb;
  --rh-muted: #9aa6b2;
  --rh-accent: #36f1cd;
  --rh-accent-2: #ffb14a;
  --rh-accent-3: #ff6b5a;
  --rh-glow: rgba(54, 241, 205, 0.22);
  --rh-bg-grad-1: rgba(54, 241, 205, 0.12);
  --rh-bg-grad-2: rgba(255, 177, 74, 0.16);
  --rh-page-orb-1: rgba(54, 241, 205, 0.08);
  --rh-page-orb-2: rgba(255, 177, 74, 0.08);
  --rh-topbar-bg: rgba(10, 14, 18, 0.88);
  --rh-logo-shadow: rgba(53, 136, 255, 0.18);
  --rh-auth-bg: linear-gradient(180deg, rgba(54, 241, 205, 0.12), rgba(54, 241, 205, 0.02));
  --rh-auth-border: rgba(54, 241, 205, 0.25);
  --rh-soft-panel: #0d1319;
  --rh-soft-panel-2: #0f151c;
  --rh-input-bg: #0b1117;
  --rh-input-border: rgba(54, 241, 205, 0.18);
  --rh-toggle-bg: #0d151a;
  --rh-toggle-border: rgba(54, 241, 205, 0.2);
  --rh-button-bg: #1c242d;
  --rh-button-primary-bg: linear-gradient(135deg, #2fd1b6, #1b8f81);
  --rh-button-primary-text: #081011;
  --rh-button-primary-shadow: rgba(46, 209, 182, 0.2);
  --rh-stage-overlay-top: rgba(6, 10, 18, 0.68);
  --rh-stage-overlay-bottom: rgba(6, 10, 18, 0.9);
  --rh-stage-before-top: rgba(6, 10, 18, 0.04);
  --rh-stage-before-bottom: rgba(6, 10, 18, 0.44);
  --rh-stage-before-accent: rgba(88, 174, 255, 0.12);
  --rh-stage-card-bg: rgba(8, 12, 20, 0.82);
  --rh-switcher-bg: rgba(7, 14, 22, 0.78);
  --rh-play-bg: #0d151a;
  --rh-play-border: rgba(54, 241, 205, 0.5);
  --rh-play-text: var(--rh-accent);
  --rh-stage-copy: rgba(244, 247, 251, 0.78);
  --rh-card-copy: rgba(244, 247, 251, 0.72);
  --rh-rank-bg-1: #222b34;
  --rh-rank-bg-2: #141a20;
  --rh-rank-border: rgba(255, 255, 255, 0.08);
  --rh-empty-state-bg: rgba(8, 12, 20, 0.62);
  --rh-shadow-panel: 0 20px 42px rgba(4, 8, 16, 0.3);
  --rh-shadow-auth: 0 20px 42px rgba(4, 8, 16, 0.3);
  --rh-shadow-stage: 0 30px 62px rgba(4, 8, 16, 0.36);
  --rh-shadow-card: 0 18px 34px rgba(4, 8, 16, 0.22);
  --rh-shadow-soft: 0 14px 28px rgba(4, 8, 16, 0.16);
  --rh-stage-border: rgba(255, 255, 255, 0.08);
  --rh-stage-card-border: rgba(255, 255, 255, 0.08);
  --rh-kicker-shadow: rgba(54, 241, 205, 0.16);
  --rh-stage-arrow-shadow: rgba(4, 8, 16, 0.16);
  --rh-profile-focus-line: rgba(54, 241, 205, 0.16);
  --rh-profile-focus-glow: rgba(54, 241, 205, 0.04);
}

html[data-rh-skin="slate"] {
  --rh-bg: #2d333c;
  --rh-bg-2: #2d333c;
  --rh-panel: #2d333c;
  --rh-panel-2: #171d25;
  --rh-line: rgba(255, 255, 255, 0.06);
  --rh-text: #ffffff;
  --rh-muted: rgba(255, 255, 255, 0.5);
  --rh-accent: #1a9fff;
  --rh-accent-2: #8ec9ff;
  --rh-accent-3: #ffffff;
  --rh-glow: rgba(26, 159, 255, 0.22);
  --rh-bg-grad-1: rgba(26, 159, 255, 0.08);
  --rh-bg-grad-2: rgba(255, 255, 255, 0.04);
  --rh-page-orb-1: rgba(26, 159, 255, 0.05);
  --rh-page-orb-2: rgba(255, 255, 255, 0.03);
  --rh-topbar-bg: rgba(45, 51, 60, 0.98);
  --rh-logo-shadow: rgba(26, 159, 255, 0.12);
  --rh-auth-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  --rh-auth-border: rgba(255, 255, 255, 0.1);
  --rh-soft-panel: #171d25;
  --rh-soft-panel-2: #1b222d;
  --rh-input-bg: #232a34;
  --rh-input-border: rgba(255, 255, 255, 0.15);
  --rh-toggle-bg: #232a34;
  --rh-toggle-border: rgba(255, 255, 255, 0.12);
  --rh-button-bg: #303540;
  --rh-button-primary-bg: linear-gradient(135deg, #1a9fff, #1583d2);
  --rh-button-primary-text: #ffffff;
  --rh-button-primary-shadow: rgba(26, 159, 255, 0.24);
  --rh-stage-overlay-top: rgba(45, 51, 60, 0.34);
  --rh-stage-overlay-bottom: rgba(23, 29, 37, 0.62);
  --rh-stage-before-top: rgba(255, 255, 255, 0.015);
  --rh-stage-before-bottom: rgba(23, 29, 37, 0.14);
  --rh-stage-before-accent: rgba(26, 159, 255, 0.08);
  --rh-stage-card-bg: rgba(255, 255, 255, 0.1);
  --rh-switcher-bg: rgba(23, 29, 37, 0.9);
  --rh-play-bg: #303540;
  --rh-play-border: rgba(255, 255, 255, 0.14);
  --rh-play-text: #ffffff;
  --rh-stage-copy: rgba(255, 255, 255, 0.74);
  --rh-card-copy: rgba(255, 255, 255, 0.7);
  --rh-rank-bg-1: #363b47;
  --rh-rank-bg-2: #2d333c;
  --rh-rank-border: rgba(255, 255, 255, 0.12);
  --rh-empty-state-bg: rgba(255, 255, 255, 0.05);
  --rh-shadow-panel: 0 20px 38px rgba(0, 0, 0, 0.22);
  --rh-shadow-auth: 0 20px 38px rgba(0, 0, 0, 0.22);
  --rh-shadow-stage: 0 26px 54px rgba(0, 0, 0, 0.28);
  --rh-shadow-card: 0 14px 26px rgba(0, 0, 0, 0.16);
  --rh-shadow-soft: 0 10px 18px rgba(0, 0, 0, 0.12);
  --rh-stage-border: rgba(255, 255, 255, 0.06);
  --rh-stage-card-border: rgba(255, 255, 255, 0.15);
  --rh-kicker-shadow: rgba(26, 159, 255, 0.14);
  --rh-stage-arrow-shadow: rgba(0, 0, 0, 0.16);
  --rh-profile-focus-line: rgba(26, 159, 255, 0.13);
  --rh-profile-focus-glow: rgba(26, 159, 255, 0.03);
}

html[data-rh-skin="light"] {
  --rh-bg: #eef2f7;
  --rh-bg-2: #e4eaf2;
  --rh-panel: #fbfdff;
  --rh-panel-2: #f9fbfe;
  --rh-line: rgba(20, 31, 51, 0.12);
  --rh-text: #142236;
  --rh-muted: #4f6179;
  --rh-accent: #1b8bff;
  --rh-accent-2: #d6932e;
  --rh-accent-3: #d76c5b;
  --rh-glow: rgba(27, 139, 255, 0.18);
  --rh-bg-grad-1: rgba(27, 139, 255, 0.06);
  --rh-bg-grad-2: rgba(215, 108, 91, 0.05);
  --rh-page-orb-1: rgba(27, 139, 255, 0.08);
  --rh-page-orb-2: rgba(215, 108, 91, 0.06);
  --rh-topbar-bg: rgba(255, 255, 255, 0.94);
  --rh-logo-shadow: rgba(27, 139, 255, 0.14);
  --rh-auth-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 253, 0.92));
  --rh-auth-border: rgba(118, 165, 227, 0.24);
  --rh-soft-panel: #eef3f9;
  --rh-soft-panel-2: #f3f7fb;
  --rh-input-bg: #ffffff;
  --rh-input-border: rgba(110, 151, 217, 0.26);
  --rh-toggle-bg: #f2f5fa;
  --rh-toggle-border: rgba(20, 31, 51, 0.1);
  --rh-button-bg: #e6edf6;
  --rh-button-primary-bg: linear-gradient(135deg, #1b8bff, #31c4d9);
  --rh-button-primary-text: #ffffff;
  --rh-button-primary-shadow: rgba(27, 139, 255, 0.22);
  --rh-stage-overlay-top: rgba(247, 250, 255, 0.54);
  --rh-stage-overlay-bottom: rgba(234, 240, 248, 0.72);
  --rh-stage-before-top: rgba(255, 255, 255, 0.24);
  --rh-stage-before-bottom: rgba(255, 255, 255, 0.1);
  --rh-stage-before-accent: rgba(27, 139, 255, 0.08);
  --rh-stage-card-bg: rgba(255, 255, 255, 0.9);
  --rh-switcher-bg: rgba(255, 255, 255, 0.88);
  --rh-play-bg: #ffffff;
  --rh-play-border: rgba(27, 139, 255, 0.26);
  --rh-play-text: #136fcf;
  --rh-stage-copy: rgba(20, 34, 54, 0.84);
  --rh-card-copy: rgba(29, 46, 70, 0.76);
  --rh-rank-bg-1: #e7eff8;
  --rh-rank-bg-2: #d9e5f2;
  --rh-rank-border: rgba(20, 31, 51, 0.08);
  --rh-empty-state-bg: rgba(255, 255, 255, 0.9);
  --rh-shadow-panel: 0 12px 18px rgba(155, 163, 176, 0.08), 0 24px 34px rgba(126, 134, 146, 0.14);
  --rh-shadow-auth: 0 12px 16px rgba(176, 184, 194, 0.14), 0 30px 46px rgba(88, 96, 108, 0.34);
  --rh-shadow-stage: 0 28px 60px rgba(96, 120, 154, 0.22);
  --rh-shadow-card: 0 10px 14px rgba(160, 168, 180, 0.08), 0 20px 28px rgba(126, 134, 146, 0.14);
  --rh-shadow-soft: 0 8px 12px rgba(160, 168, 180, 0.07), 0 14px 20px rgba(126, 134, 146, 0.1);
  --rh-stage-border: rgba(118, 165, 227, 0.16);
  --rh-stage-card-border: rgba(118, 165, 227, 0.18);
  --rh-kicker-shadow: rgba(27, 139, 255, 0.12);
  --rh-stage-arrow-shadow: rgba(96, 120, 154, 0.12);
  --rh-profile-focus-line: rgba(27, 139, 255, 0.12);
  --rh-profile-focus-glow: rgba(27, 139, 255, 0.025);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--rh-text);
  background:
    radial-gradient(1200px 600px at 10% -10%, var(--rh-bg-grad-1), transparent 60%),
    radial-gradient(1000px 700px at 85% 5%, var(--rh-bg-grad-2), transparent 65%),
    linear-gradient(180deg, var(--rh-bg) 0%, var(--rh-bg-2) 100%);
  font-family: "Trebuchet MS", "Verdana", "Geneva", sans-serif;
}

body[data-rh-age-gate="pending"] {
  overflow: hidden;
}

.rh-page {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.rh-page::before,
.rh-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(0);
  opacity: 0.4;
}

.rh-page::before {
  width: 380px;
  height: 380px;
  background: var(--rh-page-orb-1);
  top: -180px;
  left: -120px;
}

.rh-page::after {
  width: 460px;
  height: 460px;
  background: var(--rh-page-orb-2);
  right: -160px;
  top: 120px;
}

.rh-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 280px 1fr 320px;
  gap: 18px;
  align-items: center;
  padding: 18px 26px;
  background: var(--rh-topbar-bg);
  border-bottom: 1px solid var(--rh-line);
  backdrop-filter: blur(14px);
}

.rh-brand {
  display: grid;
  gap: 6px;
  align-content: center;
  min-width: 0;
}

.rh-logo {
  display: block;
  width: min(100%, 260px);
  line-height: 0;
  text-decoration: none;
}

.rh-logo::after {
  display: none;
}

.rh-logo-image {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 24px var(--rh-logo-shadow));
}

.rh-brand-copy {
  min-width: 0;
  padding-left: 8px;
}

.rh-brand-tagline {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rh-muted);
}

.rh-stats {
  display: flex;
  justify-content: center;
  gap: 18px;
  font-size: 13px;
  color: var(--rh-muted);
}

.rh-stats strong {
  color: var(--rh-text);
}

.rh-country {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.rh-flag {
  border: 1px solid var(--rh-line);
  background: var(--rh-panel-2);
  color: var(--rh-text);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, border 0.2s ease;
}

.rh-flag.is-active {
  border-color: var(--rh-accent);
  box-shadow: 0 0 0 2px var(--rh-glow);
}

.rh-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  padding: 28px 26px 64px;
}

.rh-sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
  background: var(--rh-panel-2);
  border: 1px solid var(--rh-line);
  border-radius: 20px;
  padding: 20px;
  display: grid;
  gap: 18px;
  box-shadow: var(--rh-shadow-panel);
}

.rh-auth {
  background: var(--rh-auth-bg);
  border: 1px solid var(--rh-auth-border);
  padding: 16px;
  border-radius: 14px;
  box-shadow: var(--rh-shadow-auth);
}

.rh-auth-signup .rh-auth-guest > h3 {
  margin: 0 0 12px;
  min-height: 0;
  max-width: none;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  text-wrap: nowrap;
}

.rh-auth-member {
  margin-top: 10px;
}

.rh-page[data-auth="guest"] .rh-auth-member {
  display: none;
}

.rh-page[data-auth="member"] .rh-auth-guest {
  display: none;
}

.rh-nick {
  font-size: 16px;
  font-weight: 700;
  color: var(--rh-accent);
  margin-bottom: 10px;
}

.rh-auth-actions {
  display: grid;
  gap: 8px;
}

.rh-auth-actions a {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid var(--rh-line);
  background: var(--rh-soft-panel);
  color: var(--rh-text);
  text-decoration: none;
  font-size: 12px;
}

.rh-login {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.rh-login label {
  display: block;
  font-size: 12px;
  color: var(--rh-muted);
}

.rh-login label span {
  display: block;
  margin-bottom: 6px;
}

.rh-login input {
  width: 100%;
  border: 1px solid var(--rh-input-border);
  border-radius: 14px;
  padding: 10px 12px;
  background: var(--rh-input-bg);
  color: var(--rh-text);
  font-size: 13px;
  appearance: none;
}

.rh-password-field {
  position: relative;
}

.rh-password-input {
  padding-right: 44px;
}

.rh-password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid var(--rh-toggle-border);
  background: var(--rh-toggle-bg);
  color: var(--rh-muted);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.rh-password-toggle svg {
  width: 18px;
  height: 18px;
}

.rh-password-toggle.is-visible {
  color: var(--rh-accent);
  border-color: var(--rh-accent);
  box-shadow: 0 0 0 2px var(--rh-glow);
}

.rh-password-toggle .rh-eye-off {
  opacity: 1;
}

.rh-password-toggle.is-visible .rh-eye-off {
  opacity: 0;
}

.rh-login-box {
  border: 1px solid var(--rh-auth-border);
  border-radius: 18px;
  padding: 16px;
  background: var(--rh-auth-bg);
  box-shadow: var(--rh-shadow-auth);
}

.rh-login-box h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.rh-login .rh-btn {
  width: 100%;
  border-radius: 12px;
}

.rh-online {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  background: var(--rh-soft-panel-2);
  border: 1px solid var(--rh-line);
  font-size: 13px;
  color: var(--rh-muted);
  box-shadow: var(--rh-shadow-soft);
}

.rh-online strong {
  display: block;
  color: var(--rh-text);
  font-size: 18px;
  margin-top: 4px;
}

.rh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: var(--rh-button-bg);
  color: var(--rh-text);
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rh-btn:hover {
  transform: translateY(-1px);
}

.rh-btn-primary {
  background: var(--rh-button-primary-bg);
  color: var(--rh-button-primary-text);
  font-weight: 700;
  box-shadow: 0 12px 26px var(--rh-button-primary-shadow);
}

.rh-menu {
  display: grid;
  gap: 8px;
}

.rh-menu a {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--rh-line);
  color: var(--rh-muted);
  text-decoration: none;
  background: var(--rh-soft-panel);
  transition: color 0.2s ease, border 0.2s ease;
}

.rh-menu a:hover {
  color: var(--rh-text);
  border-color: var(--rh-auth-border);
  box-shadow: var(--rh-shadow-soft);
}

.rh-side-search {
  border: 1px solid var(--rh-line);
  border-radius: 12px;
  padding: 12px;
  background: var(--rh-soft-panel);
  box-shadow: var(--rh-shadow-soft);
}

.rh-side-search label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: var(--rh-muted);
}

.rh-side-search input {
  border: 1px solid var(--rh-line);
  border-radius: 10px;
  padding: 8px 10px;
  background: var(--rh-input-bg);
  color: var(--rh-text);
  font-size: 13px;
}

.rh-side-actions {
  display: grid;
  gap: 10px;
}

.rh-side-actions .rh-btn {
  width: 100%;
}

.rh-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--rh-line);
  background: var(--rh-switcher-bg);
  box-shadow: var(--rh-shadow-soft);
  backdrop-filter: blur(12px);
}

.rh-lang-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--rh-muted);
  white-space: nowrap;
}

.rh-lang-select {
  min-width: 128px;
  border: 1px solid var(--rh-line);
  border-radius: 999px;
  padding: 6px 34px 6px 12px;
  background:
    linear-gradient(45deg, transparent 50%, var(--rh-muted) 50%),
    linear-gradient(135deg, var(--rh-muted) 50%, transparent 50%),
    var(--rh-panel-2);
  background-position:
    calc(100% - 16px) calc(50% - 2px),
    calc(100% - 11px) calc(50% - 2px),
    0 0;
  background-size: 5px 5px, 5px 5px, 100% 100%;
  background-repeat: no-repeat;
  color: var(--rh-text);
  font-size: 12px;
  appearance: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.rh-lang-select:focus {
  outline: none;
  border-color: var(--rh-accent);
  box-shadow: 0 0 0 2px var(--rh-glow);
}

.rh-skin-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid var(--rh-line);
  background: var(--rh-switcher-bg);
  backdrop-filter: blur(12px);
  box-shadow: var(--rh-shadow-soft);
}

.rh-skin-chip {
  min-width: 64px;
  padding: 6px 10px;
}

.rh-skin-chip.is-active {
  border-color: var(--rh-accent);
  background: var(--rh-button-primary-bg);
  color: var(--rh-button-primary-text);
  box-shadow: 0 10px 22px var(--rh-button-primary-shadow);
}

.rh-main {
  display: grid;
  gap: 22px;
  position: relative;
  z-index: 1;
}

.rh-radio-detail-frame {
  border: 1px solid var(--rh-line);
  border-radius: 38px;
  overflow: hidden;
  background: var(--rh-panel-2);
  box-shadow:
    0 38px 86px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.rh-radio-detail-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: end;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #09111b;
  isolation: isolate;
  overflow: hidden;
}

.rh-radio-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(160deg, rgba(18, 29, 44, 0.96) 0%, rgba(7, 12, 18, 1) 100%);
  z-index: 0;
}

.rh-radio-detail-hero.has-banner::before {
  background-image: var(--rh-detail-banner);
  background-size: cover;
  background-position: var(--rh-detail-banner-pos, 50% 50%);
  opacity: 0.97;
}

.rh-radio-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 10, 16, 0.03) 0%, rgba(6, 10, 16, 0.09) 24%, rgba(7, 12, 18, 0.18) 54%, rgba(7, 12, 18, 0.64) 100%),
    linear-gradient(90deg, rgba(7, 12, 18, 0.12) 0%, rgba(7, 12, 18, 0) 36%, rgba(7, 12, 18, 0.22) 100%);
  z-index: 1;
}

.rh-radio-detail-hero-body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0;
}

.rh-radio-detail-backlink {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 13, 20, 0.34);
  color: var(--rh-text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) brightness(102%);
  -webkit-backdrop-filter: blur(10px) brightness(102%);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.rh-radio-detail-backlink:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(8, 13, 20, 0.46);
}

.rh-radio-detail-backlink-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  flex: 0 0 auto;
}

.rh-radio-detail-backlink-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.rh-radio-detail-meta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 84px;
  padding: 0 28px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(10, 16, 25, 0.02) 0%, rgba(10, 16, 25, 0.18) 24%, rgba(10, 16, 25, 0.54) 100%);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(7px) brightness(104%);
  -webkit-backdrop-filter: blur(7px) brightness(104%);
}

.rh-radio-detail-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 34px 36px 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.rh-radio-detail-title {
  margin: 0;
  color: var(--rh-heading);
  width: 100%;
  max-width: 980px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rh-radio-detail-title-rich,
.rh-radio-detail-title-rich * {
  color: inherit;
}

.rh-radio-detail-title-rich {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rh-radio-detail-title-rich br,
.rh-radio-detail-desc-rich br {
  display: none;
}

.rh-radio-detail-title-rich p,
.rh-radio-detail-title-rich div,
.rh-radio-detail-desc-rich p,
.rh-radio-detail-desc-rich div {
  display: inline;
  margin: 0;
}

.rh-radio-detail-desc {
  margin: 0;
  width: 100%;
  max-width: 860px;
  color: var(--rh-text-soft);
  font-size: 17px;
  line-height: 1.55;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rh-radio-detail-desc-rich,
.rh-radio-detail-desc-rich * {
  color: inherit;
}

.rh-radio-detail-meta {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 84px;
}

.rh-radio-detail-meta-entry {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  color: rgba(247, 251, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  position: relative;
  white-space: nowrap;
}

.rh-radio-detail-meta-entry + .rh-radio-detail-meta-entry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-50%);
}

.rh-radio-detail-meta-entry-icon {
  justify-content: center;
  width: 62px;
  padding: 0 16px;
}

.rh-radio-detail-meta-entry img {
  display: block;
  object-fit: contain;
}

.rh-radio-detail-meta-entry-logo img {
  width: 28px;
  height: 28px;
}

.rh-radio-detail-meta-entry-flag img {
  width: 26px;
  height: 19px;
  border-radius: 4px;
}

.rh-radio-detail-meta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-height: 84px;
}

.rh-radio-detail-listen {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 13, 20, 0.38);
  color: var(--rh-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.rh-radio-detail-listen:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(8, 13, 20, 0.5);
}

.rh-radio-detail-listen-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(47, 209, 182, 0.95), rgba(27, 143, 129, 0.92));
  color: #061012;
  box-shadow: 0 10px 20px rgba(46, 209, 182, 0.22);
  flex: 0 0 auto;
}

.rh-radio-detail-listen-icon svg {
  width: 13px;
  height: 13px;
  margin-left: 1px;
  display: block;
}

.rh-radio-detail-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: var(--rh-text);
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.rh-radio-detail-logo,
.rh-radio-detail-flag {
  width: 42px;
  padding: 0;
}

.rh-radio-detail-chip img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.rh-radio-detail-flag img {
  width: 24px;
  height: 18px;
  border-radius: 4px;
}

.rh-radio-detail-hero.is-sparse {
  min-height: 380px;
}

.rh-radio-detail-hero.is-sparse::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(32, 242, 207, 0.12) 0%, rgba(32, 242, 207, 0) 38%),
    radial-gradient(circle at 84% 18%, rgba(88, 120, 255, 0.18) 0%, rgba(88, 120, 255, 0) 44%),
    radial-gradient(circle at 74% 78%, rgba(255, 56, 139, 0.12) 0%, rgba(255, 56, 139, 0) 38%),
    linear-gradient(160deg, rgba(14, 22, 34, 0.96) 0%, rgba(7, 12, 18, 1) 100%);
  opacity: 1;
}

.rh-radio-detail-hero.is-sparse::after {
  background:
    linear-gradient(180deg, rgba(7, 12, 18, 0.18) 0%, rgba(8, 13, 20, 0.34) 46%, rgba(8, 13, 20, 0.92) 100%);
}

.rh-radio-detail-desc-empty {
  color: var(--rh-text-muted);
  max-width: 48ch;
}

.rh-radio-detail-chip.is-muted {
  color: var(--rh-text-muted);
}

.rh-radio-detail-sections {
  display: grid;
  gap: 22px;
}

.rh-radio-detail-block {
  padding: 26px 28px;
  border-radius: 28px;
  border: 1px solid var(--rh-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 100%),
    var(--rh-panel-2);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.rh-radio-detail-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.rh-radio-detail-block-head h3 {
  margin: 0;
  color: var(--rh-heading);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.1;
}

.rh-radio-detail-empty {
  margin: 0;
  color: var(--rh-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.rh-radio-chart-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.rh-radio-chart-copy {
  display: grid;
  gap: 7px;
  max-width: 360px;
}

.rh-radio-chart-kicker {
  color: var(--rh-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rh-radio-chart-copy p {
  margin: 0;
  color: var(--rh-text-soft);
  font-size: 13px;
  line-height: 1.6;
}

.rh-radio-chart-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(102px, 1fr));
  gap: 10px;
  flex: 1 1 460px;
}

.rh-radio-chart-metric {
  position: relative;
  min-height: 74px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid var(--rh-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.018) 100%),
    rgba(255, 255, 255, 0.015);
  box-shadow: var(--rh-shadow-soft);
  display: grid;
  gap: 6px;
  align-content: start;
  overflow: hidden;
}

.rh-radio-chart-metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.rh-radio-chart-metric.is-primary {
  border-color: rgba(47, 209, 182, 0.2);
  background:
    linear-gradient(180deg, rgba(47, 209, 182, 0.12) 0%, rgba(47, 209, 182, 0.04) 100%),
    rgba(255, 255, 255, 0.02);
}

.rh-radio-chart-metric.is-primary::before {
  background: rgba(47, 209, 182, 0.66);
}

.rh-radio-chart-metric-label {
  color: var(--rh-text-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rh-radio-chart-metric strong {
  color: var(--rh-heading);
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.rh-radio-chart-shell {
  position: relative;
  padding: 22px 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background:
    radial-gradient(circle at 78% 12%, rgba(47, 209, 182, 0.08), transparent 24%),
    radial-gradient(circle at 18% 100%, rgba(61, 171, 255, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%),
    rgba(8, 13, 20, 0.22);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 34px rgba(0, 0, 0, 0.12);
}

.rh-radio-chart-shell::before {
  content: "";
  position: absolute;
  inset: 20px 18px 48px;
  border-radius: 20px;
  background-image:
    repeating-linear-gradient(
      to top,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px,
      transparent 25%
    );
  opacity: 0.62;
  pointer-events: none;
}

.rh-radio-chart-shell::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 47px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

.rh-radio-chart {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  align-items: end;
  gap: 9px;
  min-height: 244px;
  position: relative;
  z-index: 1;
}

.rh-radio-chart-col {
  display: grid;
  align-items: end;
  justify-items: center;
  gap: 11px;
  min-height: 244px;
}

.rh-radio-chart-value {
  color: var(--rh-heading);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

.rh-radio-chart-track {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 34px;
  height: 184px;
  border-radius: 14px 14px 8px 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.018) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 24px rgba(0, 0, 0, 0.12);
}

.rh-radio-chart-track::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 34%);
  pointer-events: none;
}

.rh-radio-chart-bar {
  position: relative;
  width: 100%;
  min-height: 6px;
  border-radius: 12px 12px 6px 6px;
  background:
    linear-gradient(180deg, rgba(54, 243, 213, 1) 0%, rgba(61, 171, 255, 0.9) 58%, rgba(63, 127, 255, 0.86) 100%);
  box-shadow:
    0 14px 22px rgba(30, 234, 203, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  align-self: end;
}

.rh-radio-chart-bar::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 26%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  opacity: 0.65;
}

.rh-radio-chart-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.rh-radio-chart-col.is-peak .rh-radio-chart-track {
  border-color: rgba(47, 209, 182, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.rh-radio-chart-col.is-peak .rh-radio-chart-value {
  color: var(--rh-accent);
}

.rh-radio-chart-col.is-peak .rh-radio-chart-bar {
  background:
    linear-gradient(180deg, rgba(78, 247, 223, 1) 0%, rgba(57, 198, 255, 0.96) 54%, rgba(74, 124, 255, 0.9) 100%);
  box-shadow:
    0 18px 28px rgba(52, 218, 223, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.rh-radio-chart-label {
  color: var(--rh-text-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.rh-radio-chart-label.is-muted {
  opacity: 0.38;
}

.rh-radio-about-copy {
  color: var(--rh-text-soft);
  font-size: 15px;
  line-height: 1.8;
}

.rh-radio-about-copy > :first-child {
  margin-top: 0;
}

.rh-radio-about-copy > :last-child {
  margin-bottom: 0;
}

.rh-radio-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.rh-radio-team-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.035);
}

.rh-radio-team-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.rh-radio-team-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rh-radio-team-copy {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.rh-radio-team-copy strong {
  color: var(--rh-heading);
  font-size: 18px;
  line-height: 1.1;
}

.rh-radio-team-meta {
  color: var(--rh-text-soft);
  font-size: 13px;
  font-weight: 600;
}

.rh-radio-team-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rh-radio-team-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: start;
}

.rh-radio-team-featured,
.rh-radio-team-side {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 0;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--rh-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.018) 100%),
    rgba(255, 255, 255, 0.02);
  box-shadow: var(--rh-shadow-soft);
}

.rh-radio-team-featured-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.rh-radio-team-featured-avatar {
  width: 210px;
  height: 210px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--rh-line);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  box-shadow: var(--rh-shadow-soft);
}

.rh-radio-team-featured-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rh-radio-team-featured-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.rh-radio-team-featured-name {
  color: var(--rh-text);
  font-size: clamp(34px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.02;
}

.rh-radio-team-featured-role,
.rh-radio-team-featured-genre {
  min-width: 0;
}

.rh-radio-team-featured-meta {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.rh-radio-team-featured-country {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--rh-text);
  font-size: 13px;
  font-weight: 600;
}

.rh-radio-team-featured-country[hidden] {
  display: none !important;
}

.rh-radio-team-featured-country-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
}

.rh-radio-team-featured-country-flag img {
  display: block;
  width: 24px;
  height: 18px;
  border-radius: 4px;
}

.rh-radio-team-list {
  display: grid;
  gap: 12px;
}

.rh-radio-team-mini-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid var(--rh-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--rh-text);
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  box-shadow: var(--rh-shadow-soft);
}

.rh-radio-team-mini-card:hover {
  transform: translateY(-1px);
  border-color: var(--rh-profile-focus-line);
  background: rgba(255, 255, 255, 0.04);
}

.rh-radio-team-mini-card.is-active {
  border-color: rgba(47, 209, 182, 0.32);
  background: rgba(255, 255, 255, 0.055);
}

.rh-radio-team-mini-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--rh-line);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.rh-radio-team-mini-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rh-radio-team-mini-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.rh-radio-team-mini-copy strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--rh-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
}

.rh-radio-team-mini-summary {
  color: var(--rh-text-soft);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-rh-skin="light"] .rh-radio-detail-hero {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 250, 255, 0.96) 100%),
    #ffffff;
  box-shadow:
    0 28px 58px rgba(29, 46, 79, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

html[data-rh-skin="light"] .rh-radio-detail-hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.03) 26%, rgba(246, 249, 255, 0.08) 52%, rgba(241, 246, 253, 0.18) 78%, rgba(238, 244, 252, 0.34) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 42%, rgba(236, 243, 255, 0.1) 100%);
}

html[data-rh-skin="light"] .rh-radio-detail-meta-strip {
  border-top-color: rgba(20, 31, 51, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(248, 251, 255, 0.28) 34%, rgba(244, 248, 255, 0.64) 100%);
  box-shadow: 0 -1px 0 rgba(29, 46, 79, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html[data-rh-skin="light"] .rh-radio-detail-copy {
  border-top-color: rgba(20, 31, 51, 0.08);
}

html[data-rh-skin="light"] .rh-radio-detail-meta-entry {
  color: #1c2d43;
}

html[data-rh-skin="light"] .rh-radio-detail-meta-entry + .rh-radio-detail-meta-entry::before {
  background: rgba(20, 31, 51, 0.1);
}

html[data-rh-skin="light"] .rh-radio-detail-listen {
  border-color: rgba(20, 31, 51, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: #142236;
  box-shadow:
    0 14px 30px rgba(96, 120, 154, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

html[data-rh-skin="light"] .rh-radio-detail-listen:hover {
  border-color: rgba(20, 31, 51, 0.22);
  background: rgba(255, 255, 255, 0.92);
}

html[data-rh-skin="light"] .rh-radio-detail-listen-icon {
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(27, 139, 255, 0.18);
}

html[data-rh-skin="light"] .rh-radio-detail-backlink {
  border-color: rgba(20, 31, 51, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #142236;
  box-shadow:
    0 14px 30px rgba(96, 120, 154, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

html[data-rh-skin="light"] .rh-radio-detail-backlink:hover {
  border-color: rgba(20, 31, 51, 0.2);
  background: rgba(255, 255, 255, 0.94);
}

html[data-rh-skin="light"] .rh-radio-detail-backlink-icon {
  background: rgba(27, 139, 255, 0.1);
}

html[data-rh-skin="light"] .rh-radio-detail-block {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 255, 0.98) 100%),
    #ffffff;
  box-shadow:
    0 18px 44px rgba(29, 46, 79, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

html[data-rh-skin="light"] .rh-radio-detail-hero.is-sparse::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(244, 248, 255, 0.34) 46%, rgba(236, 243, 255, 0.9) 100%);
}

html[data-rh-skin="light"] .rh-radio-chart-label,
html[data-rh-skin="light"] .rh-radio-about-copy,
html[data-rh-skin="light"] .rh-radio-team-meta,
html[data-rh-skin="light"] .rh-radio-detail-empty,
html[data-rh-skin="light"] .rh-radio-detail-desc-empty,
html[data-rh-skin="light"] .rh-radio-detail-chip.is-muted {
  color: #51627a;
}

html[data-rh-skin="light"] .rh-radio-team-card {
  background: rgba(236, 243, 255, 0.72);
  border-color: rgba(20, 31, 51, 0.1);
}

html[data-rh-skin="light"] .rh-radio-team-featured,
html[data-rh-skin="light"] .rh-radio-team-side,
html[data-rh-skin="light"] .rh-radio-team-mini-card,
html[data-rh-skin="light"] .rh-radio-team-featured-country {
  background: rgba(236, 243, 255, 0.72);
  border-color: rgba(20, 31, 51, 0.1);
}

html[data-rh-skin="light"] .rh-radio-team-mini-card.is-active {
  background: rgba(255, 255, 255, 0.94);
}

html[data-rh-skin="light"] .rh-radio-chart-copy p,
html[data-rh-skin="light"] .rh-radio-chart-metric-label,
html[data-rh-skin="light"] .rh-radio-chart-label {
  color: #51627a;
}

html[data-rh-skin="light"] .rh-radio-chart-metric {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(242, 247, 255, 0.84) 100%),
    #ffffff;
  border-color: rgba(20, 31, 51, 0.1);
}

html[data-rh-skin="light"] .rh-radio-chart-metric::before {
  background: rgba(20, 31, 51, 0.12);
}

html[data-rh-skin="light"] .rh-radio-chart-metric.is-primary {
  border-color: rgba(27, 139, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(27, 139, 255, 0.12) 0%, rgba(27, 139, 255, 0.04) 100%),
    #ffffff;
}

html[data-rh-skin="light"] .rh-radio-chart-shell {
  background:
    radial-gradient(circle at 78% 12%, rgba(27, 139, 255, 0.08), transparent 24%),
    radial-gradient(circle at 18% 100%, rgba(57, 194, 217, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 248, 255, 0.92) 100%),
    #ffffff;
  border-color: rgba(20, 31, 51, 0.08);
}

html[data-rh-skin="light"] .rh-radio-chart-shell::before {
  background-image:
    repeating-linear-gradient(
      to top,
      rgba(20, 31, 51, 0.08) 0,
      rgba(20, 31, 51, 0.08) 1px,
      transparent 1px,
      transparent 25%
    );
}

html[data-rh-skin="light"] .rh-radio-chart-track {
  background: #eef3ff;
  border-color: #d6def2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 18px rgba(96, 120, 154, 0.1);
}

html[data-rh-skin="light"] .rh-radio-chart-shell::after {
  background: linear-gradient(90deg, rgba(20, 31, 51, 0.06), rgba(20, 31, 51, 0.12), rgba(20, 31, 51, 0.06));
}

.rh-list-view {
  display: grid;
  gap: 22px;
}

.rh-list-view[hidden] {
  display: none !important;
}

.rh-profile-view[hidden] {
  display: none !important;
}

.rh-reset-view[hidden] {
  display: none !important;
}

.rh-reset-frame {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.rh-reset-card {
  border: 1px solid var(--rh-line);
  border-radius: 32px;
  background: var(--rh-panel-2);
  box-shadow:
    0 28px 68px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
  padding: 28px;
}

.rh-reset-head {
  margin-bottom: 18px;
}

.rh-reset-head h2 {
  margin: 10px 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.04;
  color: var(--rh-heading);
}

.rh-reset-head p {
  margin: 0;
  max-width: 620px;
  color: var(--rh-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.rh-reset-form {
  display: grid;
  gap: 16px;
}

.rh-reset-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--rh-heading);
}

.rh-reset-form input[type="text"],
.rh-reset-form input[type="email"],
.rh-reset-form input[type="password"] {
  width: 100%;
  min-height: 54px;
  border-radius: 18px;
  border: 1px solid var(--rh-line);
  background: rgba(7, 13, 20, 0.8);
  color: var(--rh-text);
  padding: 0 18px;
  font-size: 15px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.rh-reset-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.rh-login-helper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 2px;
  color: var(--rh-accent-soft);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.rh-login-helper:hover {
  color: var(--rh-accent);
}

.rh-reset-status {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--rh-text-muted);
}

.rh-reset-status.is-info {
  color: var(--rh-accent-soft);
}

.rh-reset-status.is-success {
  color: #71e2b2;
}

html[data-rh-skin="light"] .rh-reset-card {
  background: #ffffff;
  border-color: rgba(20, 31, 51, 0.14);
  box-shadow:
    0 26px 56px rgba(28, 45, 76, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

html[data-rh-skin="light"] .rh-reset-head p,
html[data-rh-skin="light"] .rh-reset-status {
  color: #4f6179;
}

html[data-rh-skin="light"] .rh-reset-form input[type="text"],
html[data-rh-skin="light"] .rh-reset-form input[type="email"],
html[data-rh-skin="light"] .rh-reset-form input[type="password"] {
  background: #ffffff;
  color: #142236;
  border-color: rgba(20, 31, 51, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.85),
    0 10px 24px rgba(16, 24, 40, 0.06);
}

html[data-rh-skin="light"] .rh-reset-form input::placeholder {
  color: #6d7f96;
}

html[data-rh-skin="light"] .rh-reset-status.is-success {
  color: #1d8c63;
}

.rh-profile-frame {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid var(--rh-line);
  border-radius: 38px;
  overflow: hidden;
  background: var(--rh-panel-2);
  box-shadow:
    0 38px 86px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.rh-profile-hero {
  padding: 0;
  background: none;
}

.rh-profile-card {
  max-width: none;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.rh-room-manage-frame {
  max-width: 980px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.rh-room-manage-shell-box {
  overflow: hidden;
}

.rh-room-manage-shell-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 22px;
  align-items: stretch;
}

.rh-room-manage-shell-side {
  min-height: 100%;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid var(--rh-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%),
    rgba(255, 255, 255, 0.01);
}

.rh-room-manage-summary-body {
  display: grid;
  gap: 16px;
}

.rh-room-manage-title {
  color: var(--rh-text);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.06;
}

.rh-room-manage-description {
  color: var(--rh-text-soft);
  font-size: 15px;
  line-height: 1.7;
  min-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.rh-room-manage-chip-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.rh-room-manage-logo-preview {
  pointer-events: none;
  cursor: default;
  flex: 0 0 auto;
}

.rh-room-manage-country {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--rh-text);
  font-size: 14px;
  font-weight: 600;
}

.rh-room-manage-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.rh-room-manage-meta > div {
  min-height: 76px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.018);
}

.rh-room-manage-meta dt {
  margin: 0 0 8px;
  color: var(--rh-text-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rh-room-manage-meta dd {
  margin: 0;
  color: var(--rh-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.rh-room-manage-actions-head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.rh-room-manage-actions-head h4 {
  margin: 0;
  color: var(--rh-text);
  font-size: 20px;
  line-height: 1.15;
}

.rh-room-manage-actions-head p {
  margin: 0;
  color: var(--rh-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.rh-room-manage-actions {
  display: grid;
  gap: 12px;
}

.rh-room-manage-actions .rh-btn {
  width: 100%;
  justify-content: center;
}

.rh-room-manage-actions .rh-btn[disabled] {
  opacity: 0.62;
}

@media (max-width: 920px) {
  .rh-room-manage-shell-grid {
    grid-template-columns: 1fr;
  }

  .rh-room-manage-frame {
    max-width: 100%;
  }

  .rh-room-manage-meta {
    grid-template-columns: 1fr;
  }
}

.rh-profile-cover {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: end;
  background: #09111b;
  isolation: isolate;
}

.rh-profile-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.14), transparent 32%),
    url("https://novacast.pro/?nc_tres=t6");
  background-position: center center;
  background-size: cover;
  opacity: 0.2;
  transform: scale(1.03);
  z-index: 0;
}

.rh-profile-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 60%;
  background:
    linear-gradient(180deg, rgba(6, 12, 20, 0) 0%, rgba(7, 13, 20, 0.12) 18%, rgba(8, 13, 20, 0.68) 56%, rgba(8, 13, 20, 0.96) 100%);
  z-index: 2;
}

.rh-profile-cover-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--rh-profile-image-x, 50%) var(--rh-profile-image-y, 50%);
  pointer-events: none;
  z-index: 1;
}

.rh-profile-photo-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 14, 22, 0.62);
  color: #f7fbff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.03em;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.rh-profile-photo-btn:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.rh-profile-photo-reset-btn {
  position: absolute;
  top: 24px;
  right: 206px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 14, 22, 0.62);
  color: #f7fbff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.03em;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.rh-profile-photo-reset-btn:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.rh-profile-cover.has-photo {
  cursor: grab;
  touch-action: none;
}

.rh-profile-cover.has-photo.is-dragging {
  cursor: grabbing;
}

.rh-profile-summary {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 146px 42px 34px;
}

.rh-profile-summary-copy {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.rh-profile-summary-copy h2 {
  margin: 0 0 12px;
  font-size: 46px;
  font-family: "Cormorant Garamond", "Georgia", "Palatino Linotype", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #f7fbff;
  line-height: 1.05;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.34);
}

.rh-profile-summary-copy p {
  margin: 0 auto;
  max-width: 560px;
  color: rgba(244, 247, 255, 0.88);
  font-size: 17px;
  line-height: 1.65;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.rh-profile-content {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding: 0;
  background: none;
}

.rh-profile-editor {
  padding: 28px 28px 30px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rh-profile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.rh-profile-box {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid var(--rh-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
    var(--rh-soft-panel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 12px 24px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.rh-profile-box:hover,
.rh-profile-box:focus-within {
  transform: translateY(-1px);
  border-color: var(--rh-profile-focus-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.008)),
    var(--rh-panel);
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.12),
    0 0 0 1px var(--rh-profile-focus-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.rh-profile-box-about {
  grid-column: auto;
}

.rh-profile-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.rh-profile-box h3 {
  margin: 0;
  font-size: 16px;
}

.rh-profile-box-head-country {
  align-items: center;
}

.rh-profile-box-copy {
  margin: 0;
  color: var(--rh-muted);
  font-size: 13px;
  line-height: 1.6;
}

.rh-profile-box textarea,
.rh-profile-about-editor,
.rh-profile-box input,
.rh-profile-box select {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--rh-input-border);
  background: var(--rh-input-bg);
  color: var(--rh-text);
  padding: 14px 16px;
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rh-profile-country-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.rh-profile-country-picker {
  position: relative;
}

.rh-profile-country-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--rh-input-border);
  background: var(--rh-input-bg);
  color: var(--rh-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rh-profile-country-trigger:hover,
.rh-profile-country-picker.is-open .rh-profile-country-trigger,
.rh-profile-country-trigger:focus-visible {
  border-color: var(--rh-profile-focus-line);
  box-shadow:
    0 0 0 1px var(--rh-profile-focus-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.rh-profile-country-trigger-main,
.rh-profile-country-option {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rh-profile-country-trigger-main {
  min-width: 0;
  flex: 1 1 auto;
}

.rh-profile-country-trigger-copy,
.rh-profile-country-option-copy {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.rh-profile-country-name {
  min-width: 0;
  color: var(--rh-text);
}

.rh-profile-country-name.is-placeholder {
  color: var(--rh-muted);
}

.rh-profile-country-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 18px;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.rh-profile-country-flag:empty {
  display: none;
}

.rh-profile-country-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rh-profile-country-caret {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.72;
  margin-right: 2px;
}

.rh-profile-country-picker.is-open .rh-profile-country-caret {
  transform: rotate(-135deg) translateY(-1px);
}

.rh-profile-country-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 16;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid var(--rh-line);
  background: var(--rh-panel-2);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.rh-profile-country-menu[hidden] {
  display: none !important;
}

.rh-profile-country-list {
  max-height: 320px;
  overflow: auto;
  display: grid;
  gap: 4px;
}

.rh-profile-country-option {
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--rh-text);
  text-align: left;
  cursor: pointer;
  transition: background 0.16s ease, box-shadow 0.16s ease;
}

.rh-profile-country-option:hover,
.rh-profile-country-option:focus-visible,
.rh-profile-country-option.is-active {
  outline: none;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.rh-profile-box textarea {
  min-height: 132px;
  resize: vertical;
}

.rh-profile-about-editor {
  min-height: 132px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  cursor: text;
}

.rh-room-open-title-editor {
  min-height: 54px;
  white-space: normal;
}

.rh-profile-about-editor:empty::before {
  content: attr(data-placeholder);
  color: var(--rh-muted);
  pointer-events: none;
}

.rh-profile-box textarea:focus,
.rh-profile-about-editor:focus,
.rh-profile-box input:focus,
.rh-profile-box select:focus {
  border-color: var(--rh-profile-focus-line);
  box-shadow:
    0 0 0 1px var(--rh-profile-focus-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.rh-profile-box input[readonly] {
  color: var(--rh-muted);
}

.rh-profile-rich-toolbar {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.rh-profile-rich-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.035);
  color: var(--rh-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: var(--rh-shadow-soft);
}

.rh-profile-rich-trigger-swatch {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #f7fbff;
  border: 1px solid rgba(20, 31, 51, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.rh-profile-rich-native-color {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  border: 0;
  inset: 0 auto auto 0;
}

.rh-profile-rich-palette {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  min-width: 244px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid var(--rh-line);
  background: var(--rh-panel-2);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.rh-profile-rich-palette[hidden] {
  display: none !important;
}

.rh-profile-rich-color {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  box-shadow: var(--rh-shadow-soft);
}

.rh-profile-rich-color[data-rh-profile-about-text-color="#2fd1b6"] { background: #2fd1b6; }
.rh-profile-rich-color[data-rh-profile-about-text-color="#1a9fff"] { background: #1a9fff; }
.rh-profile-rich-color[data-rh-profile-about-text-color="#ff8f5c"] { background: #ff8f5c; }
.rh-profile-rich-color[data-rh-profile-about-text-color="#f25fff"] { background: #f25fff; }
.rh-profile-rich-color[data-rh-profile-about-text-color="#ffe066"] { background: #ffe066; }
.rh-profile-rich-color[data-rh-profile-about-text-color="#f7fbff"] {
  background: #f7fbff;
  border-color: rgba(20, 31, 51, 0.12);
}

.rh-profile-rich-color:hover,
.rh-profile-rich-color:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.14),
    0 0 0 1px var(--rh-profile-focus-glow);
}

.rh-profile-color-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.rh-profile-color {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 18px;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: var(--rh-shadow-soft);
}

.rh-profile-color.is-active {
  border-color: #ffffff;
  outline: 2px solid var(--rh-accent);
}

.rh-profile-color[data-rh-profile-color="#2fd1b6"] { background: #2fd1b6; }
.rh-profile-color[data-rh-profile-color="#1a9fff"] { background: #1a9fff; }
.rh-profile-color[data-rh-profile-color="#ff8f5c"] { background: #ff8f5c; }
.rh-profile-color[data-rh-profile-color="#f25fff"] { background: #f25fff; }
.rh-profile-color[data-rh-profile-color="#ffe066"] { background: #ffe066; }
.rh-profile-color[data-rh-profile-color="#ffffff"] { background: #ffffff; }

.rh-profile-color-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px dashed var(--rh-auth-border);
  background: rgba(255, 255, 255, 0.03);
}

.rh-profile-color-preview span {
  color: var(--rh-accent);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.rh-profile-actions {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.rh-profile-actions .rh-btn[disabled] {
  opacity: 0.72;
  cursor: not-allowed;
}

.rh-profile-photo-btn[disabled] {
  opacity: 0.72;
  cursor: not-allowed;
}

.rh-room-open-copy {
  color: var(--rh-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.rh-room-open-logo-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 260px);
  gap: 14px;
  align-items: start;
}

.rh-room-open-logo-panel,
.rh-room-open-logo-side {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 100%;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--rh-shadow-soft);
}

.rh-room-open-logo-panel {
  justify-items: start;
}

.rh-room-open-logo-head {
  color: var(--rh-text);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.rh-room-open-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 62px);
  grid-auto-rows: 62px;
  gap: 8px;
  justify-content: start;
  width: max-content;
  max-width: 100%;
}

.rh-room-open-logo-choice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 16px rgba(0, 0, 0, 0.08);
  color: transparent;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.rh-room-open-logo-choice::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.rh-room-open-logo-choice::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 13px;
  border: 1px solid transparent;
  box-shadow: 0 0 0 0 transparent;
  pointer-events: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.rh-room-open-logo-choice:hover {
  transform: translateY(-1px);
  border-color: var(--rh-profile-focus-line);
  filter: saturate(1.02);
}

.rh-room-open-logo-choice.is-active {
  transform: translateY(-1px);
  filter: saturate(1.1) brightness(1.03);
}

.rh-room-open-logo-choice.is-active::after {
  border-color: var(--rh-profile-focus-line);
  background:
    radial-gradient(circle at calc(100% - 8px) 8px, var(--rh-accent) 0 3px, rgba(255, 255, 255, 0.96) 3px 5px, transparent 5px),
    var(--rh-profile-focus-glow);
  box-shadow:
    0 0 0 1px var(--rh-accent),
    0 0 0 3px var(--rh-profile-focus-glow);
}

html[data-rh-skin="nova"] .rh-room-open-logo-choice,
html[data-rh-skin="slate"] .rh-room-open-logo-choice {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

html[data-rh-skin="nova"] .rh-room-open-logo-choice::before,
html[data-rh-skin="slate"] .rh-room-open-logo-choice::before {
  border-radius: 11px;
  background-color: transparent;
}

html[data-rh-skin="nova"] .rh-room-open-logo-choice:hover,
html[data-rh-skin="slate"] .rh-room-open-logo-choice:hover {
  border-color: transparent;
}

html[data-rh-skin="nova"] .rh-room-open-logo-choice.is-active,
html[data-rh-skin="slate"] .rh-room-open-logo-choice.is-active {
  transform: translateY(-1px);
}

html[data-rh-skin="nova"] .rh-room-open-logo-choice.is-active::after,
html[data-rh-skin="slate"] .rh-room-open-logo-choice.is-active::after {
  border-color: var(--rh-profile-focus-line);
  background:
    radial-gradient(circle at calc(100% - 8px) 8px, var(--rh-accent) 0 3px, rgba(255, 255, 255, 0.92) 3px 5px, transparent 5px),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    0 0 0 1px var(--rh-accent),
    0 0 14px var(--rh-profile-focus-glow);
}

html[data-rh-skin="light"] .rh-room-open-logo-choice {
  border-color: rgba(20, 31, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 16px rgba(126, 134, 146, 0.10);
}

.rh-room-open-logo-choice-icon {
  display: none;
}

.rh-room-open-logo-choice[data-rh-room-open-logo-option="headphones"]::before {
  background-image: url("https://novacast.pro/?nc_tres=t7");
}

.rh-room-open-logo-choice[data-rh-room-open-logo-option="heart"]::before {
  background-image: url("https://novacast.pro/?nc_tres=t8");
}

.rh-room-open-logo-choice[data-rh-room-open-logo-option="star"]::before {
  background-image: url("https://novacast.pro/?nc_tres=t9");
}

.rh-room-open-logo-choice[data-rh-room-open-logo-option="vinyl"]::before {
  background-image: url("https://novacast.pro/?nc_tres=t10");
}

.rh-room-open-logo-choice[data-rh-room-open-logo-option="note"]::before {
  background-image: url("https://novacast.pro/?nc_tres=t11");
}

.rh-room-open-logo-choice[data-rh-room-open-logo-option="mic"]::before {
  background-image: url("https://novacast.pro/?nc_tres=t12");
}

.rh-room-open-logo-choice[data-rh-room-open-logo-option="flame"]::before {
  background-image: url("https://novacast.pro/?nc_tres=t13");
}

.rh-room-open-logo-choice[data-rh-room-open-logo-option="crown"]::before {
  background-image: url("https://novacast.pro/?nc_tres=t14");
}

.rh-room-open-logo-choice[data-rh-room-open-logo-option="diamond"]::before {
  background-image: url("https://novacast.pro/?nc_tres=t15");
}

.rh-room-open-logo-choice[data-rh-room-open-logo-option="broadcast"]::before {
  background-image: url("https://novacast.pro/?nc_tres=t16");
}

.rh-room-open-genre-picker {
  display: grid;
  gap: 10px;
}

.rh-room-open-genre-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--rh-shadow-soft);
  color: var(--rh-text);
  text-align: left;
  cursor: pointer;
}

.rh-room-open-genre-trigger.is-open,
.rh-room-open-genre-trigger.has-selection {
  border-color: rgba(47, 209, 182, 0.32);
}

.rh-room-open-genre-trigger-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.rh-room-open-genre-trigger-title {
  color: var(--rh-text);
  font-size: 13px;
  font-weight: 800;
}

.rh-room-open-genre-trigger-summary {
  color: var(--rh-muted);
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rh-room-open-genre-trigger.has-selection .rh-room-open-genre-trigger-summary {
  color: var(--rh-accent);
}

.rh-room-open-genre-menu {
  position: static;
  display: grid;
  gap: 6px;
  max-height: 240px;
  overflow: auto;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid var(--rh-line);
  background: var(--rh-panel-2);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.rh-room-open-genre-menu[hidden] {
  display: none;
}

.rh-room-open-genre-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 12px;
  color: var(--rh-text);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s ease, box-shadow 0.16s ease;
}

.rh-room-open-genre-option:hover {
  background: var(--rh-toggle-bg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.rh-room-open-genre-option input[type="checkbox"] {
  margin: 0;
  accent-color: var(--rh-accent);
}

@media (max-width: 860px) {
  .rh-room-open-logo-shell {
    grid-template-columns: 1fr;
  }

  .rh-room-open-logo-grid {
    grid-template-columns: repeat(5, 58px);
  }
}

@media (max-width: 560px) {
  .rh-room-open-logo-grid {
    grid-template-columns: repeat(4, 58px);
  }
}

.rh-room-open-size-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rh-room-open-size-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.rh-room-open-size-key {
  color: var(--rh-text);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.rh-room-open-visibility-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rh-room-open-visibility-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--rh-text);
  font-size: 13px;
  font-weight: 700;
  box-shadow: var(--rh-shadow-soft);
}

.rh-room-open-visibility-option input[type="radio"] {
  margin: 0;
  accent-color: var(--rh-accent);
}

.rh-room-open-website-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.rh-room-open-website-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 100%;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--rh-shadow-soft);
}

.rh-room-open-website-card-builder {
  justify-items: start;
}

.rh-room-open-website-head {
  font-size: 14px;
  font-weight: 800;
  color: var(--rh-text);
}

.rh-room-open-url-row {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.rh-room-team-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: 18px;
  align-items: start;
}

.rh-room-team-featured,
.rh-room-team-side {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 0;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--rh-shadow-soft);
}

.rh-room-team-box > .rh-profile-box-copy,
.rh-room-team-featured > .rh-room-team-head,
.rh-room-team-side > .rh-room-team-head {
  display: none;
}

.rh-room-team-head {
  color: var(--rh-text);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.rh-room-team-featured-card {
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.rh-room-team-featured-card.is-clickable {
  cursor: pointer;
}

.rh-room-team-featured-card.is-clickable:hover {
  transform: translateY(-1px);
}

.rh-room-team-featured-card.is-empty .rh-room-team-featured-copy {
  gap: 0;
}

.rh-room-team-featured-card.is-empty .rh-room-team-featured-copy > * {
  display: none !important;
}

.rh-room-team-featured-avatar {
  position: relative;
  width: 188px;
  height: 188px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--rh-line);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  box-shadow: var(--rh-shadow-soft);
  align-self: center;
}

.rh-room-team-featured-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rh-room-team-featured-avatar span {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  color: var(--rh-text);
  font-size: 52px;
  font-weight: 800;
}

.rh-room-team-featured-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.rh-room-team-featured-name {
  color: var(--rh-text);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.02;
}

.rh-room-team-featured-role {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.rh-room-team-role-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--rh-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rh-room-team-featured-meta {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.rh-room-team-featured-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--rh-text);
  font-size: 13px;
  font-weight: 600;
}

.rh-room-team-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rh-room-team-featured-meta > [data-rh-room-team-featured-genre] {
  display: grid;
  gap: 8px;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.rh-room-team-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--rh-text);
  font-size: 13px;
  font-weight: 600;
}

.rh-room-team-list {
  display: grid;
  gap: 12px;
}

.rh-room-team-mini-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid var(--rh-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--rh-text);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  box-shadow: var(--rh-shadow-soft);
}

.rh-room-team-mini-card:hover {
  transform: translateY(-1px);
  border-color: var(--rh-profile-focus-line);
  background: rgba(255, 255, 255, 0.04);
}

.rh-room-team-mini-card.is-active {
  border-color: rgba(47, 209, 182, 0.32);
  background: rgba(255, 255, 255, 0.05);
}

.rh-room-team-mini-avatar {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--rh-line);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.rh-room-team-mini-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rh-room-team-mini-avatar span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--rh-text);
  font-size: 22px;
  font-weight: 800;
}

.rh-room-team-mini-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.rh-room-team-mini-main {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.rh-room-team-mini-copy strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rh-room-team-mini-copy strong {
  color: var(--rh-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.rh-room-team-mini-summary {
  color: var(--rh-text-soft);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rh-room-team-mini-actions {
  display: grid;
  gap: 6px;
}

.rh-room-team-move-btn {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rh-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.rh-room-team-move-btn:hover:not(:disabled) {
  border-color: rgba(47, 209, 182, 0.3);
  background: rgba(47, 209, 182, 0.12);
  transform: translateY(-1px);
}

.rh-room-team-move-btn:disabled {
  opacity: 0.38;
  cursor: default;
}

.rh-room-team-mini-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rh-room-team-mini-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--rh-text-soft);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.rh-room-team-mini-role-chip {
  color: var(--rh-accent);
  text-transform: uppercase;
}

.rh-room-team-mini-genre-chip {
  color: var(--rh-text);
}

.rh-room-team-empty {
  margin: 0;
  color: var(--rh-muted);
  font-size: 13px;
  line-height: 1.6;
}

.rh-room-team-form {
  display: grid;
  gap: 14px;
  margin: 16px 0;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--rh-line);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: var(--rh-shadow-soft);
}

.rh-room-team-form[hidden] {
  display: none;
}

.rh-room-team-form-head {
  color: var(--rh-text);
  font-size: 14px;
  font-weight: 800;
}

.rh-room-team-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rh-room-team-field {
  display: grid;
  gap: 8px;
}

.rh-room-team-field > span {
  color: var(--rh-text);
  font-size: 13px;
  font-weight: 700;
}

.rh-room-team-field .rh-room-open-genre-picker {
  position: relative;
}

.rh-room-team-field .rh-room-open-genre-picker > .rh-room-open-genre-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 40;
}

.rh-room-team-visibility-toggle {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--rh-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--rh-shadow-soft);
}

.rh-room-team-visibility-toggle input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--rh-accent);
}

.rh-room-team-visibility-toggle span {
  color: var(--rh-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  white-space: normal;
}

.rh-room-team-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rh-room-team-form-actions .rh-btn {
  min-width: 140px;
}

.rh-btn-danger {
  border-color: rgba(255, 107, 107, 0.28);
  background: rgba(255, 107, 107, 0.12);
  color: #ffd7d7;
}

.rh-btn-danger:hover {
  box-shadow: 0 12px 26px rgba(255, 107, 107, 0.12);
}

.rh-room-team-form-actions .rh-btn-danger {
  margin-left: auto;
}

.rh-room-team-inline-label,
.rh-room-team-inline-value {
  display: inline;
}

.rh-room-team-inline-label {
  color: var(--rh-text-soft);
  font-size: 13px;
  font-weight: 700;
  margin-right: 8px;
}

.rh-room-team-inline-value {
  color: var(--rh-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .rh-room-team-shell,
  .rh-radio-team-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rh-room-team-featured-card,
  .rh-radio-team-featured-card {
    grid-template-columns: 1fr;
  }

  .rh-room-team-featured-avatar,
  .rh-radio-team-featured-avatar {
    width: 94px;
    height: 94px;
  }

  .rh-room-team-form-grid {
    grid-template-columns: 1fr;
  }
}

.rh-profile-status {
  margin: 0;
  color: var(--rh-muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  max-width: 680px;
}

.rh-profile-status.is-success {
  color: var(--rh-accent);
}

.rh-profile-status.is-error {
  color: #ff9a8a;
}

.rh-profile-status.is-pending {
  color: #f0d38a;
}

.rh-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rh-stage-border);
  border-radius: 24px;
  padding: 28px;
  display: grid;
  gap: 22px;
  min-height: 280px;
  animation: fade-in 0.6s ease both;
  background:
    linear-gradient(180deg, var(--rh-stage-overlay-top), var(--rh-stage-overlay-bottom)),
    url("https://novacast.pro/?nc_tres=t6");
  background-position: center center;
  background-size: cover;
  box-shadow: var(--rh-shadow-stage);
}

.rh-stage--showcase {
  padding: 18px 24px 20px;
  gap: 14px;
  min-height: 0;
}

.rh-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--rh-stage-before-top), var(--rh-stage-before-bottom)),
    radial-gradient(circle at 12% 18%, var(--rh-stage-before-accent), transparent 28%);
  pointer-events: none;
}

.rh-stage > * {
  position: relative;
  z-index: 1;
}

.rh-stage-header {
  max-width: 760px;
}

.rh-stage--showcase .rh-stage-header {
  max-width: none;
  display: grid;
  gap: 0;
}

.rh-stage-kicker-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.rh-stage-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--rh-auth-border);
  background: var(--rh-switcher-bg);
  color: var(--rh-accent);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px var(--rh-kicker-shadow);
}

.rh-stage-inline-desc {
  margin: 0;
  color: var(--rh-stage-copy);
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  padding-top: 1px;
}

.rh-stage-title-copy,
.rh-stage-desc-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rh-stage h2 {
  margin: 14px 0 10px;
  font-size: 34px;
  font-family: "Georgia", "Palatino", serif;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}

.rh-stage p {
  margin: 0;
  max-width: 620px;
  color: var(--rh-stage-copy);
}

.rh-stage-slider {
  --rh-stage-gap: 16px;
  --rh-stage-columns: 3;
  display: grid;
  gap: 16px;
}

.rh-stage-viewport {
  overflow: hidden;
}

.rh-featured-track {
  display: flex;
  gap: var(--rh-stage-gap);
  transition: transform 0.45s ease;
  will-change: transform;
}

.rh-featured-card {
  display: grid;
  flex: 0 0 calc((100% - (var(--rh-stage-columns) - 1) * var(--rh-stage-gap)) / var(--rh-stage-columns));
  min-width: 0;
  min-height: 220px;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  gap: 10px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--rh-stage-card-border);
  background: var(--rh-stage-card-bg);
  backdrop-filter: blur(10px);
  box-shadow:
    0 26px 52px rgba(4, 10, 18, 0.42),
    0 12px 24px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.rh-featured-card-empty {
  min-height: 170px;
  align-content: center;
}

.rh-featured-card.has-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--rh-featured-media);
  background-size: cover;
  background-position: var(--rh-featured-media-pos, 50% 50%);
  opacity: 0.92;
  z-index: 0;
  transform: scale(1);
  transition: transform 0.34s ease, opacity 0.34s ease;
}

.rh-featured-card.has-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(4, 8, 14, 0.26) 0%, rgba(4, 8, 14, 0.16) 12%, transparent 26%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.02) 0%, rgba(7, 11, 18, 0.06) 34%, rgba(7, 11, 18, 0.60) 100%),
    linear-gradient(135deg, rgba(7, 11, 18, 0.02) 0%, rgba(7, 11, 18, 0.16) 100%);
  z-index: 0;
}

.rh-featured-card.has-media {
  background: rgba(7, 11, 18, 0.16);
}

.rh-featured-card:hover,
.rh-featured-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(103, 244, 222, 0.36);
  box-shadow:
    0 34px 64px rgba(4, 10, 18, 0.48),
    0 16px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.rh-featured-card.has-media:hover::before,
.rh-featured-card.has-media:focus-within::before {
  transform: scale(1.035);
}

.rh-featured-card.has-media p,
.rh-featured-card.has-media .rh-featured-meta,
.rh-featured-card.has-media .rh-featured-listeners {
  color: rgba(245, 248, 252, 0.96);
}

.rh-featured-card > * {
  position: relative;
  z-index: 1;
}

.rh-stage-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.rh-stage-slider.is-static .rh-stage-controls {
  display: none;
}

.rh-stage-arrow {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--rh-auth-border);
  background: var(--rh-switcher-bg);
  color: var(--rh-text);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  box-shadow: 0 12px 24px var(--rh-stage-arrow-shadow);
}

.rh-stage-arrow:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: var(--rh-accent);
}

.rh-stage-arrow:disabled {
  opacity: 0.45;
  cursor: default;
}

.rh-stage-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 10px;
}

.rh-stage-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: var(--rh-line);
  opacity: 0.9;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.rh-stage-dot.is-active {
  background: var(--rh-accent);
  box-shadow: 0 0 0 6px var(--rh-glow);
  transform: scale(1.14);
}

.rh-featured-topline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  grid-row: 1;
  align-self: start;
}

.rh-featured-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(103, 244, 222, 0.42);
  background: linear-gradient(180deg, rgba(8, 14, 22, 0.92), rgba(9, 18, 28, 0.78));
  color: #f6fdff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
}

.rh-featured-card p {
  margin: 0;
  color: var(--rh-card-copy);
  font-size: 12px;
  line-height: 1.45;
}

.rh-featured-footer {
  grid-row: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}

.rh-featured-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.rh-featured-meta {
  display: block;
  font-size: 11px;
  color: var(--rh-muted);
}

.rh-featured-side {
  display: grid;
  justify-items: end;
  align-content: end;
  gap: 8px;
}

.rh-featured-listeners {
  color: var(--rh-text);
  font-size: 12px;
  font-weight: 700;
}

.rh-featured-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.rh-featured-actions .rh-btn {
  height: 30px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1;
}

.rh-featured-actions .rh-btn-primary {
  box-shadow: 0 6px 14px var(--rh-button-primary-shadow);
}

.rh-radio-grid {
  display: grid;
  gap: 14px;
}

.rh-grid-pagination {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.rh-grid-pagination-list {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.rh-grid-page-btn {
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid var(--rh-line);
  background: var(--rh-switcher-bg);
  color: var(--rh-text);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
  box-shadow: var(--rh-shadow-soft);
}

.rh-grid-page-btn:hover {
  transform: translateY(-1px);
  border-color: var(--rh-accent);
}

.rh-grid-page-btn.is-active {
  border-color: var(--rh-accent);
  background: var(--rh-button-primary-bg);
  color: var(--rh-button-primary-text);
  box-shadow: 0 12px 24px var(--rh-button-primary-shadow);
}

.rh-radio-card {
  background: var(--rh-panel);
  border: 1px solid var(--rh-line);
  border-radius: 18px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 74px 1fr 160px;
  gap: 16px;
  align-items: start;
  animation: rise 0.6s ease both;
  box-shadow: var(--rh-shadow-card);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.rh-radio-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(54, 241, 205, 0.16), rgba(54, 241, 205, 0.72), rgba(54, 241, 205, 0.16));
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.rh-radio-card:nth-child(1) { animation-delay: 0.05s; }
.rh-radio-card:nth-child(2) { animation-delay: 0.1s; }
.rh-radio-card:nth-child(3) { animation-delay: 0.15s; }
.rh-radio-card:nth-child(4) { animation-delay: 0.2s; }

.rh-radio-rank {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--rh-rank-bg-1), var(--rh-rank-bg-2));
  border: 1px solid var(--rh-rank-border);
  display: grid;
  place-items: center;
  color: var(--rh-accent-2);
  font-weight: 800;
  font-size: 16px;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

html[data-rh-skin="light"] .rh-stage h2 {
  text-shadow: none;
}

html[data-rh-skin="light"] .rh-stage--showcase {
  background:
    linear-gradient(180deg, rgba(249, 252, 255, 0.56), rgba(241, 246, 252, 0.48)),
    url("https://novacast.pro/?nc_tres=t6");
  box-shadow: 0 24px 48px rgba(112, 130, 154, 0.18);
}

html[data-rh-skin="light"] .rh-stage--showcase::before {
  background: none;
}

html[data-rh-skin="light"] .rh-featured-card {
  box-shadow:
    0 16px 26px rgba(134, 146, 160, 0.12),
    0 26px 42px rgba(118, 130, 144, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

html[data-rh-skin="light"] .rh-featured-card:hover,
html[data-rh-skin="light"] .rh-featured-card:focus-within {
  border-color: rgba(27, 139, 255, 0.28);
  box-shadow:
    0 22px 36px rgba(118, 130, 144, 0.16),
    0 34px 58px rgba(88, 100, 114, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

html[data-rh-skin="light"] .rh-profile-photo-btn,
html[data-rh-skin="light"] .rh-profile-photo-reset-btn {
  color: #f7fbff;
  background: rgba(10, 16, 24, 0.72);
  border-color: rgba(15, 34, 60, 0.22);
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.18);
}

.rh-radio-meta {
  min-width: 0;
}

.rh-radio-meta h4 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.18;
}

.rh-radio-meta a {
  color: var(--rh-text);
  text-decoration: none;
  transition: color 0.22s ease, text-shadow 0.22s ease;
}

.rh-radio-title-rich {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rh-radio-meta p {
  margin: 0 0 6px;
  color: var(--rh-muted);
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rh-radio-desc-rich {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rh-radio-extra {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  min-height: 24px;
  margin: 0;
}

.rh-radio-mini-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.rh-radio-mini-logo img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.rh-radio-mini-flag {
  flex: 0 0 24px;
}

.rh-radio-extra-text {
  color: var(--rh-muted);
  font-size: 12px;
  line-height: 1.35;
}

.rh-radio-owner {
  font-size: 12px;
  color: var(--rh-accent);
  white-space: nowrap;
}

.rh-radio-actions {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
  align-self: center;
}

.rh-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--rh-play-border);
  background: var(--rh-play-bg);
  color: var(--rh-play-text);
  text-decoration: none;
  font-size: 13px;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.rh-country-tag {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--rh-muted);
}

@media (hover: hover) and (pointer: fine) {
  .rh-radio-card:hover,
  .rh-radio-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(54, 241, 205, 0.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.03),
      inset 0 0 24px rgba(54, 241, 205, 0.035),
      0 20px 34px rgba(0, 0, 0, 0.18);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.008)),
      var(--rh-panel);
  }

  .rh-radio-card:hover::before,
  .rh-radio-card:focus-within::before {
    opacity: 1;
    transform: translateX(0);
  }

  .rh-radio-card:hover .rh-radio-rank,
  .rh-radio-card:focus-within .rh-radio-rank {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
  }

  .rh-radio-card:hover .rh-radio-meta a,
  .rh-radio-card:focus-within .rh-radio-meta a {
    color: #ffffff;
    text-shadow: 0 0 16px rgba(54, 241, 205, 0.10);
  }

  html[data-rh-skin="light"] .rh-radio-card:hover .rh-radio-meta a,
  html[data-rh-skin="light"] .rh-radio-card:focus-within .rh-radio-meta a {
    color: #1f2e44;
    text-shadow: none;
  }

  .rh-radio-card:hover .rh-play,
  .rh-radio-card:focus-within .rh-play {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
  }
}

.rh-footer {
  border-top: 1px solid var(--rh-line);
  margin-top: 34px;
  padding-top: 22px;
  display: grid;
  gap: 18px;
  color: var(--rh-muted);
  font-size: 13px;
}

.rh-footer-top {
  display: flex;
  justify-content: center;
}

.rh-footer-nav {
  width: 100%;
}

.rh-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.rh-footer-links li {
  display: inline-flex;
  align-items: center;
}

.rh-footer-links a,
.rh-footer-link-fallback {
  color: var(--rh-text);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.92;
}

.rh-footer-links a:hover {
  color: var(--rh-accent);
}

.rh-footer-links li + li::before,
.rh-footer-link-fallback + .rh-footer-link-fallback::before {
  content: "|";
  margin: 0 12px;
  color: var(--rh-muted);
  opacity: 0.55;
}

.rh-footer-links-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.rh-footer-bottom {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.rh-footer-copy,
.rh-footer-note {
  margin: 0;
}

.rh-footer-copy {
  color: var(--rh-text);
}

.rh-footer-note {
  max-width: 720px;
}

.rh-age-gate {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.rh-age-gate-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(54, 241, 205, 0.08), transparent 40%),
    radial-gradient(circle at top right, rgba(214, 147, 46, 0.08), transparent 38%),
    rgba(3, 8, 16, 0.74);
  backdrop-filter: blur(10px);
}

.rh-age-gate-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  border: 1px solid var(--rh-stage-border);
  border-radius: 30px;
  padding: 28px 30px 30px;
  background:
    linear-gradient(180deg, rgba(10, 16, 28, 0.98), rgba(15, 23, 35, 0.96)),
    var(--rh-panel);
  box-shadow: 0 30px 68px rgba(2, 7, 14, 0.46), 0 0 0 1px rgba(54, 241, 205, 0.05);
  overflow: hidden;
}

.rh-age-gate-dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(54, 241, 205, 0.09), transparent 34%),
    radial-gradient(circle at bottom right, rgba(214, 147, 46, 0.08), transparent 32%);
  pointer-events: none;
}

.rh-age-gate-brand,
.rh-age-gate-copy,
.rh-age-gate-note,
.rh-age-gate-check,
.rh-age-gate-actions {
  position: relative;
  z-index: 1;
}

.rh-age-gate-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.rh-age-gate-logo {
  width: min(100%, 210px);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 28px rgba(9, 16, 28, 0.24));
}

.rh-age-gate-copy {
  display: grid;
  gap: 10px;
}

.rh-age-gate-copy h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.rh-age-gate-copy p {
  margin: 0;
  max-width: 560px;
  color: var(--rh-stage-copy);
  font-size: 16px;
  line-height: 1.7;
}

.rh-age-gate-note {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid var(--rh-line);
  border-radius: 22px;
  background: rgba(15, 22, 34, 0.76);
  box-shadow: var(--rh-shadow-soft);
}

.rh-age-gate-note strong {
  color: var(--rh-text);
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.rh-age-gate-note p {
  margin: 0;
  color: var(--rh-card-copy);
  font-size: 14px;
  line-height: 1.68;
}

.rh-age-gate-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid var(--rh-line);
  border-radius: 20px;
  background: rgba(11, 18, 30, 0.88);
  box-shadow: var(--rh-shadow-soft);
}

.rh-age-gate-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--rh-accent);
  flex: 0 0 auto;
}

.rh-age-gate-check span {
  color: var(--rh-text);
  font-size: 15px;
  line-height: 1.75;
}

body.nc-guard-active {
  -webkit-touch-callout: none;
}

body.nc-guard-active :not(input):not(textarea):not([contenteditable="true"]) {
  -webkit-user-select: none;
  user-select: none;
}

body.nc-guard-active img {
  -webkit-user-drag: none;
  user-select: none;
}

.nc-guard-hint {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(10px);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(10, 16, 24, 0.92);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(54, 241, 205, 0.28);
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nc-guard-hint.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.nc-guard-hint.is-inline {
  max-width: min(280px, calc(100vw - 36px));
  text-align: center;
}

.rh-age-gate-link {
  color: var(--rh-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(54, 241, 205, 0.38);
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.rh-age-gate-link:hover,
.rh-age-gate-link:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}

.rh-age-gate-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

.rh-age-gate-actions .rh-btn {
  min-width: 180px;
}

.rh-age-gate-actions .rh-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.rh-static-page {
  padding: 34px 0 58px;
}

.rh-static-shell {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 20px;
}

.rh-static-head {
  display: grid;
  gap: 10px;
}

.rh-static-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.rh-static-intro {
  margin: 0;
  max-width: 760px;
  color: var(--rh-muted);
  font-size: 15px;
  line-height: 1.65;
}

.rh-static-card {
  border: 1px solid var(--rh-line);
  border-radius: 24px;
  padding: 28px 30px;
  background: var(--rh-panel);
  box-shadow: var(--rh-shadow-card);
}

.rh-static-entry {
  color: var(--rh-text);
}

.rh-static-entry > *:first-child {
  margin-top: 0;
}

.rh-static-entry > *:last-child {
  margin-bottom: 0;
}

.rh-static-entry h2,
.rh-static-entry h3,
.rh-static-entry h4 {
  margin: 28px 0 12px;
  line-height: 1.15;
}

.rh-static-entry h2 {
  font-size: 28px;
}

.rh-static-entry h3 {
  font-size: 22px;
}

.rh-static-entry p,
.rh-static-entry li {
  color: var(--rh-muted);
  font-size: 15px;
  line-height: 1.78;
}

.rh-static-entry a {
  color: var(--rh-accent);
}

.rh-static-entry ul,
.rh-static-entry ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.rh-static-entry strong {
  color: var(--rh-text);
}

.rh-static-entry hr {
  border: 0;
  border-top: 1px solid var(--rh-line);
  margin: 24px 0;
}

.rh-static-entry details,
.rh-static-entry .wp-block-details {
  margin: 14px 0;
  border: 1px solid var(--rh-line);
  border-radius: 18px;
  background: var(--rh-soft-panel);
  box-shadow: var(--rh-shadow-soft);
  overflow: hidden;
}

.rh-static-entry details > summary,
.rh-static-entry .wp-block-details > summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 18px 54px 18px 18px;
  color: var(--rh-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.rh-static-entry details > summary::-webkit-details-marker,
.rh-static-entry .wp-block-details > summary::-webkit-details-marker {
  display: none;
}

.rh-static-entry details > summary::after,
.rh-static-entry .wp-block-details > summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-62%) rotate(45deg);
  transition: transform 0.2s ease;
}

.rh-static-entry details[open] > summary::after,
.rh-static-entry .wp-block-details[open] > summary::after {
  transform: translateY(-38%) rotate(225deg);
}

.rh-static-entry details > :not(summary),
.rh-static-entry .wp-block-details > :not(summary) {
  margin-top: 0;
  padding: 0 18px 18px;
}

.rh-static-entry details > p,
.rh-static-entry .wp-block-details > p,
.rh-static-entry details > div,
.rh-static-entry .wp-block-details > div {
  color: var(--rh-muted);
}

.rh-empty-state {
  padding: 22px;
  border-radius: 18px;
  border: 1px dashed var(--rh-auth-border);
  background: var(--rh-empty-state-bg);
  box-shadow: var(--rh-shadow-soft);
}

.rh-empty-state h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.rh-empty-state p {
  margin: 0;
  color: var(--rh-muted);
}

.rh-muted {
  color: var(--rh-muted);
}

html[data-rh-skin="light"] .rh-age-gate-backdrop {
  background:
    radial-gradient(circle at top left, rgba(27, 139, 255, 0.1), transparent 40%),
    radial-gradient(circle at top right, rgba(214, 147, 46, 0.08), transparent 36%),
    rgba(238, 243, 249, 0.72);
}

html[data-rh-skin="light"] .rh-age-gate-dialog {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.96)),
    var(--rh-panel);
  box-shadow: 0 22px 44px rgba(102, 118, 142, 0.2), 0 0 0 1px rgba(27, 139, 255, 0.06);
}

html[data-rh-skin="light"] .rh-age-gate-note,
html[data-rh-skin="light"] .rh-age-gate-check {
  background: rgba(255, 255, 255, 0.92);
}

html[data-rh-skin="light"] .rh-age-gate-link:hover,
html[data-rh-skin="light"] .rh-age-gate-link:focus-visible {
  color: #0e4f97;
  border-color: rgba(14, 79, 151, 0.35);
}

@media (max-width: 760px) {
  .rh-age-gate {
    padding: 16px;
  }

  .rh-age-gate-dialog {
    padding: 20px 18px 22px;
    border-radius: 24px;
  }

  .rh-age-gate-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .rh-age-gate-logo {
    width: min(100%, 170px);
  }

  .rh-age-gate-copy h2 {
    font-size: clamp(28px, 10vw, 40px);
  }

  .rh-age-gate-check {
    padding: 16px;
  }

  .rh-age-gate-actions {
    justify-content: stretch;
  }

  .rh-age-gate-actions .rh-btn {
    width: 100%;
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .rh-topbar {
    grid-template-columns: 1fr;
  }
  .rh-brand {
    justify-items: start;
  }
  .rh-layout {
    grid-template-columns: 1fr;
  }
  .rh-sidebar {
    position: static;
  }
  .rh-radio-detail-hero {
    min-height: 490px;
  }
  .rh-radio-detail-backlink {
    top: 18px;
    left: 18px;
  }
  .rh-radio-detail-copy {
    padding: 30px 28px 32px;
  }
  .rh-radio-detail-hero-body {
    padding: 0;
  }
  .rh-radio-chart {
    gap: 6px;
  }
  .rh-radio-chart-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .rh-radio-chart-metric {
    min-height: 70px;
  }
  .rh-radio-chart-track {
    max-width: 32px;
  }
  .rh-stage {
    padding: 22px;
  }
  .rh-profile-grid {
    grid-template-columns: 1fr;
  }

  .rh-profile-box-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .rh-profile-rich-toolbar {
    width: 100%;
  }

  .rh-profile-rich-trigger {
    width: 100%;
    justify-content: center;
  }

  .rh-profile-rich-palette {
    left: 0;
    right: auto;
  }
  .rh-stage-slider {
    --rh-stage-columns: 2;
  }
  .rh-radio-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .rh-radio-actions {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .rh-stage--showcase {
    padding: 16px 16px 18px;
    gap: 12px;
  }

  .rh-stage-kicker-row {
    align-items: flex-start;
  }

  .rh-stage-inline-desc {
    width: 100%;
    text-align: left;
  }

  .rh-lang-switcher {
    width: 100%;
    justify-content: space-between;
  }

  .rh-lang-select {
    min-width: 0;
    flex: 1 1 auto;
  }

  .rh-stage-slider {
    --rh-stage-columns: 1;
  }

  .rh-radio-detail-frame {
    border-radius: 30px;
  }

  .rh-radio-detail-hero {
    min-height: 400px;
  }

  .rh-radio-detail-backlink {
    top: 14px;
    left: 14px;
    min-height: 40px;
    padding: 0 13px 0 10px;
    font-size: 12px;
  }

  .rh-radio-detail-backlink-icon {
    width: 24px;
    height: 24px;
  }

  .rh-radio-detail-meta-strip {
    min-height: auto;
    align-items: stretch;
    flex-direction: column;
    padding: 12px 14px 14px;
    gap: 8px;
  }

  .rh-radio-detail-meta {
    min-height: auto;
    width: 100%;
  }

  .rh-radio-detail-meta-entry {
    min-height: 46px;
    padding: 0 12px;
    font-size: 12px;
  }

  .rh-radio-detail-meta-entry + .rh-radio-detail-meta-entry::before {
    height: 22px;
  }

  .rh-radio-detail-meta-entry-icon {
    width: 50px;
    padding: 0 10px;
  }

  .rh-radio-detail-meta-entry-logo img {
    width: 24px;
    height: 24px;
  }

  .rh-radio-detail-meta-entry-flag img {
    width: 22px;
    height: 16px;
  }

  .rh-radio-detail-meta-actions {
    width: 100%;
    min-height: 0;
    padding-top: 4px;
  }

  .rh-radio-detail-listen {
    width: 100%;
    justify-content: center;
  }

  .rh-radio-detail-title {
    max-width: none;
    font-size: clamp(28px, 9vw, 40px);
  }

  .rh-radio-detail-copy {
    padding: 24px 22px 26px;
  }

  .rh-radio-detail-block {
    padding: 22px;
    border-radius: 24px;
  }

  .rh-radio-chart {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .rh-radio-chart-head {
    gap: 14px;
  }

  .rh-radio-chart-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rh-radio-chart-metric {
    min-height: 72px;
    padding: 12px 14px;
  }

  .rh-radio-chart-shell {
    padding: 16px 12px 12px;
  }

  .rh-radio-chart-shell::before {
    inset: 16px 12px 42px;
  }

  .rh-radio-chart-col {
    min-height: 214px;
  }

  .rh-radio-chart-track {
    max-width: 28px;
    height: 146px;
  }

  .rh-radio-chart-value {
    font-size: 10px;
  }

  .rh-radio-chart-col:nth-child(odd) {
    display: none;
  }

  .rh-radio-team-grid {
    grid-template-columns: 1fr;
  }

  .rh-radio-team-card {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .rh-radio-team-avatar {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }

  .rh-profile-frame {
    border-radius: 30px;
  }

  .rh-profile-cover {
    min-height: 420px;
  }

  .rh-profile-summary {
    padding: 104px 22px 24px;
  }

  .rh-profile-photo-btn {
    top: 18px;
    right: 18px;
    min-width: 150px;
  }

  .rh-profile-photo-reset-btn {
    top: 18px;
    right: 176px;
  }

  .rh-profile-summary-copy h2 {
    font-size: 34px;
  }

  .rh-profile-editor {
    padding: 18px;
  }

  .rh-profile-grid {
    grid-template-columns: 1fr;
  }

  .rh-stage-controls {
    gap: 10px;
  }

  .rh-stage-arrow {
    width: 42px;
    height: 42px;
  }
}

/* NovaCast stabilization overrides */
html {
  overflow-x: hidden;
  overflow-y: auto !important;
}

body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto !important;
}

body.admin-bar .rh-topbar {
  top: 32px;
}

.rh-topbar {
  grid-template-columns: minmax(200px, 240px) 1fr auto;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.rh-brand {
  gap: 4px;
}

.rh-logo {
  width: min(100%, 210px);
}

.rh-logo-image {
  width: auto;
  max-width: 100%;
  max-height: 56px;
}

.rh-brand-copy {
  padding-left: 0;
}

.rh-brand-tagline {
  font-size: 10px;
  letter-spacing: 0.24em;
}

@media screen and (max-width: 782px) {
  body.admin-bar .rh-topbar {
    top: 46px;
  }
}
/* End NovaCast stabilization overrides */
