:root {
  --bg: #f8f8fa;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #ffffff;
  --text: #09090b;
  --muted: #5f6472;
  --line: rgba(10, 15, 31, 0.13);
  --primary: #ed0036;
  --primary-2: #08090d;
  --navy: #0a1020;
  --accent: #b8002b;
  --danger: #dc2626;
  --shadow: 0 24px 70px rgba(10, 16, 32, 0.15);
  --radius: 8px;
}

[data-theme="dark"] {
  --bg: #05070d;
  --surface: rgba(13, 18, 33, 0.78);
  --surface-strong: #0b1020;
  --text: #fff7f9;
  --muted: #aab0bd;
  --line: rgba(238, 244, 255, 0.13);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(237, 0, 54, 0.14), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(10, 16, 32, 0.16), transparent 24%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.svg-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.svg-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loading-screen {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: var(--bg);
  transition: opacity .35s ease, visibility .35s ease;
}
.loading-screen.hide { opacity: 0; visibility: hidden; }
.loader-logo {
  width: min(70vw, 300px);
  height: auto;
  animation: pulse 1.2s infinite ease-in-out;
  filter: drop-shadow(0 18px 30px rgba(237, 0, 54, .18));
}
.loader-mark, .brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary), var(--navy));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(237, 0, 54, .28);
}
.loader-mark { animation: pulse 1.2s infinite ease-in-out; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: color-mix(in srgb, var(--surface-strong) 76%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  width: 100%;
  max-width: 100vw;
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-weight: 900; letter-spacing: 0; }
.brand-logo {
  width: clamp(118px, 14vw, 178px);
  height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 16px rgba(237, 0, 54, .12));
}
.sidebar .brand-logo { width: 174px; height: 58px; }
.footer .brand-logo { width: 164px; height: 58px; }
.install-logo { width: min(100%, 260px); height: auto; margin-bottom: 14px; }
.site-nav { display: flex; gap: 22px; color: var(--muted); font-weight: 700; }
.site-nav a:hover { color: var(--primary); }
.header-actions, .hero-actions, .topbar-actions { display: flex; align-items: center; gap: 10px; min-width: 0; }
.menu-toggle { display: none; }

.btn, .icon-btn {
  border: 1px solid var(--line);
  min-height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn { padding: 10px 16px; font-weight: 800; background: var(--surface-strong); color: var(--text); }
.btn:hover, .icon-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #8f001f 58%, var(--navy)); border-color: transparent; color: #fff; }
.btn-ghost, .btn-glass { background: var(--surface); backdrop-filter: blur(16px); }
.btn-large { min-height: 50px; padding-inline: 22px; }
.btn-full { width: 100%; }
.btn-small { min-height: 34px; padding: 6px 10px; font-size: 13px; }
.icon-btn { width: 42px; background: var(--surface); color: var(--text); }
.icon-btn .svg-icon { width: 21px; height: 21px; }

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 80px);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(237, 0, 54, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 16, 32, .08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  animation: drift 18s linear infinite;
}
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { color: var(--primary); font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: .14em; margin: 0 0 12px; }
.hero h1 { font-size: clamp(42px, 6vw, 82px); line-height: .98; margin: 0; max-width: 900px; letter-spacing: 0; }
.hero p { color: var(--muted); font-size: clamp(17px, 2vw, 22px); max-width: 680px; }
.hero-visual { min-height: 520px; display: grid; place-items: center; }
.ops-panel, .visual-card, .panel, .auth-card, .service-card, .stat-card, .team-card, .testimonial-card, .legal-card, .metric-card, .step-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.ops-panel { width: min(100%, 520px); padding: 22px; transform: rotate(-2deg); }
.ops-top { height: 58px; border-radius: 8px; background: linear-gradient(90deg, var(--primary), #9f001f, var(--navy)); margin-bottom: 18px; }
.ops-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ops-grid span { height: 78px; border-radius: 8px; background: color-mix(in srgb, var(--primary) 12%, var(--surface-strong)); }
.ops-chart { height: 160px; display: flex; align-items: end; gap: 12px; margin-top: 18px; }
.ops-chart i, .bar-chart i { flex: 1; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--primary), #750019 58%, var(--navy)); }
.visual-card { position: absolute; padding: 18px; width: 180px; }
.visual-card span, .metric-card span, .stat-card p { color: var(--muted); font-size: 13px; }
.visual-card strong { display: block; font-size: 22px; }
.revenue-card { left: 0; top: 70px; }
.claim-card { right: 0; bottom: 72px; }
.platform-showcase {
  width: min(100%, 580px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 8px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--surface-strong) 94%, transparent), color-mix(in srgb, var(--primary) 7%, var(--surface-strong)));
  box-shadow: 0 32px 80px rgba(10, 16, 32, .18);
  backdrop-filter: blur(22px);
}
.platform-showcase-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.platform-showcase-head h2 {
  max-width: 390px;
  margin: 0;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.08;
}
.showcase-shield,
.showcase-step-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #79001b 58%, var(--navy));
}
.showcase-shield {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(237, 0, 54, .22);
}
.showcase-shield .svg-icon { width: 27px; height: 27px; }
.showcase-workflows { display: grid; gap: 10px; padding: 18px 0; }
.showcase-workflows article {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-strong) 84%, transparent);
  transition: transform .2s ease, border-color .2s ease;
}
.showcase-workflows article:hover {
  transform: translateX(4px);
  border-color: color-mix(in srgb, var(--primary) 36%, var(--line));
}
.showcase-step-icon { width: 42px; height: 42px; border-radius: 8px; }
.showcase-step-icon .svg-icon { width: 21px; height: 21px; }
.showcase-workflows strong,
.showcase-workflows small { display: block; }
.showcase-workflows strong { font-size: 15px; }
.showcase-workflows small { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.showcase-logos { display: flex; align-items: center; }
.showcase-logos img {
  width: 32px;
  height: 32px;
  padding: 6px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 14px rgba(10, 16, 32, .1);
}
.showcase-logos img + img { margin-left: -7px; }
.showcase-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}
.showcase-footer span { display: inline-flex; align-items: center; gap: 5px; }
.showcase-footer .svg-icon { width: 15px; height: 15px; color: var(--primary); }

.section { padding: 84px clamp(18px, 5vw, 80px); }
.section-band { background: color-mix(in srgb, var(--surface-strong) 58%, transparent); border-block: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 50px); line-height: 1.05; letter-spacing: 0; }
.home-impact-stats {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 36px));
  margin: -22px auto 0;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid color-mix(in srgb, var(--primary) 18%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
  box-shadow: 0 22px 60px rgba(5, 7, 13, .12);
  backdrop-filter: blur(18px);
}
.home-impact-card {
  position: relative;
  min-width: 0;
  min-height: 185px;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  background: var(--surface);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.home-impact-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, transparent, var(--primary), #ff5579, transparent);
  transform: scaleX(.45);
  opacity: .72;
  transition: transform .25s ease, opacity .25s ease;
}
.home-impact-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--primary) 34%, var(--line));
  box-shadow: 0 16px 32px rgba(5, 7, 13, .1);
}
.home-impact-card:hover::after { transform: scaleX(1); opacity: 1; }
.home-impact-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #8f001f 58%, var(--navy));
  box-shadow: 0 12px 25px rgba(237, 0, 54, .2);
}
.home-impact-icon .svg-icon { width: 27px; height: 27px; }
.home-impact-icon.home-impact-logos {
  width: auto;
  min-width: 116px;
  padding: 9px 12px;
  gap: 8px;
  border: 1px solid var(--line);
  color: var(--text);
  background: #fff;
  box-shadow: 0 12px 25px rgba(5, 7, 13, .09);
}
.home-impact-logos img { width: 28px; height: 28px; object-fit: contain; }
.home-impact-card strong {
  min-height: 48px;
  display: flex;
  align-items: center;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}
.home-impact-card small {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.stats, .service-grid, .steps, .why-grid, .testimonial-grid, .metric-grid, .cms-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.services-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.services-section::before {
  content: "";
  position: absolute;
  inset: 7% auto auto 50%;
  z-index: -1;
  width: min(760px, 78vw);
  height: 360px;
  border: 1px solid color-mix(in srgb, var(--primary) 10%, transparent);
  border-radius: 50%;
  opacity: .6;
  transform: translateX(-50%);
  pointer-events: none;
}
.services-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr);
  align-items: end;
  gap: 42px;
}
.services-heading h2 { max-width: 760px; }
.services-heading > p {
  max-width: 520px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.stat-card, .service-card, .step-card, .testimonial-card, .metric-card { padding: 22px; }
.stat-card strong { font-size: clamp(28px, 4vw, 44px); }
.stat-card small { display: block; margin-top: 6px; color: var(--muted); }
.service-icon, .step-card span {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 14%, var(--surface-strong)); color: var(--primary); font-weight: 900;
}
.service-icon {
  width: 62px;
  height: 62px;
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary) 20%, var(--line));
  background: linear-gradient(145deg, color-mix(in srgb, var(--primary) 18%, var(--surface-strong)), var(--surface-strong));
  box-shadow: 0 12px 28px rgba(5, 7, 13, .1);
}
.service-icon::after {
  content: "";
  position: absolute;
  inset: auto -12px -17px auto;
  width: 38px;
  height: 38px;
  border: 8px solid color-mix(in srgb, var(--primary) 15%, transparent);
  border-radius: 50%;
}
.service-icon .svg-icon { width: 28px; height: 28px; position: relative; z-index: 1; }
.service-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.service-icon.service-logo-stack {
  width: auto;
  min-width: 62px;
  min-height: 62px;
  padding: 10px 13px;
  display: inline-flex;
  justify-self: start;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--line);
}
.service-icon.service-logo-stack::after { display: none; }
.service-icon.service-logo-stack img { width: 31px; height: 31px; }
.service-icon.service-brand-icon {
  background: #fff;
  border-color: rgba(10, 16, 32, .12);
}
.service-icon.service-brand-icon::after { display: none; }
.service-icon.service-brand-icon img { max-width: 42px; max-height: 34px; }
.service-icon.service-logo-stack.service-brand-icon img { width: 31px; height: 31px; }
.service-card {
  min-height: 310px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border-color: color-mix(in srgb, var(--primary) 13%, var(--line));
  background:
    linear-gradient(155deg, color-mix(in srgb, var(--primary) 4%, transparent), transparent 46%),
    var(--surface);
  box-shadow: 0 18px 44px rgba(5, 7, 13, .07);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 150px;
  height: 150px;
  border: 1px solid color-mix(in srgb, var(--primary) 13%, transparent);
  border-radius: 50%;
  transition: transform .38s ease, border-color .28s ease;
}
.service-card-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.service-number {
  color: color-mix(in srgb, var(--muted) 66%, transparent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.service-card-copy { margin-top: auto; padding-top: 34px; }
.service-card-line {
  width: 44px;
  height: 3px;
  margin-top: 22px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--primary), color-mix(in srgb, var(--primary) 15%, transparent));
  transition: width .28s ease;
}
.service-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--primary) 42%, var(--line));
  box-shadow: 0 24px 58px rgba(5, 7, 13, .13);
}
.service-card:hover::after { transform: scale(1.15); border-color: color-mix(in srgb, var(--primary) 28%, transparent); }
.service-card:hover .service-card-line { width: 82px; }
.service-card h3 { margin: 0 0 11px; font-size: clamp(20px, 2vw, 24px); line-height: 1.18; }
.step-card h3 { margin-bottom: 6px; }
.service-card p { margin: 0; font-size: 14px; line-height: 1.72; }
.service-card p, .testimonial-card p, .team-card small, .legal-content, .muted { color: var(--muted); }
.audio-platforms-section {
  overflow: hidden;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--primary) 3%, transparent), transparent 46%),
    color-mix(in srgb, var(--surface-strong) 58%, transparent);
}
.audio-platforms-page { min-height: 70vh; }
.audio-platforms-hero {
  padding: 76px clamp(18px, 6vw, 90px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  align-items: center;
  gap: 52px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--primary) 9%, transparent), transparent 55%),
    color-mix(in srgb, var(--surface-strong) 72%, transparent);
}
.audio-platforms-hero h1 {
  max-width: 760px;
  margin: 8px 0 18px;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.02;
}
.audio-platforms-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.audio-platforms-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.audio-platforms-overview {
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--primary) 24%, var(--line));
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 26px 70px rgba(5, 7, 13, .13);
}
.audio-platforms-logo-cloud {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;
  border-bottom: 1px solid var(--line);
}
.audio-platforms-logo-cloud span {
  width: 58px;
  height: 58px;
  padding: 10px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(5, 7, 13, .1);
}
.audio-platforms-logo-cloud img { width: 100%; height: 100%; object-fit: contain; }
.audio-platforms-overview-stats {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.audio-platforms-overview-stats article { min-width: 0; text-align: center; }
.audio-platforms-overview-stats strong { display: block; font-size: 28px; line-height: 1; }
.audio-platforms-overview-stats small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.4; text-transform: uppercase; }
.audio-platforms-section .section-heading > p:last-child {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.audio-platform-groups { display: grid; gap: 18px; }
.audio-platform-group {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 16px 40px rgba(5, 7, 13, .07);
}
.audio-platform-group > header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--primary) 4%, var(--surface-strong));
}
.audio-platform-group > header > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #79001b 58%, var(--navy));
  box-shadow: 0 12px 26px rgba(237, 0, 54, .18);
}
.audio-platform-group > header > span .svg-icon { width: 24px; height: 24px; }
.audio-platform-group h3,
.audio-platform-group p { margin: 0; }
.audio-platform-group h3 { font-size: 21px; }
.audio-platform-group header p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.audio-platform-group header > strong {
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 99px;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 7%, var(--surface));
  font-size: 12px;
  white-space: nowrap;
}
.audio-platform-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}
.audio-platform-item {
  min-width: 0;
  min-height: 92px;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.audio-platform-item:hover {
  z-index: 1;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 5%, var(--surface));
  transform: translateY(-2px);
}
.audio-platform-item > span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 7px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(5, 7, 13, .08);
}
.audio-platform-item img { width: 100%; height: 100%; object-fit: contain; }
.audio-platform-item strong {
  min-width: 0;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.crbt-platform-group {
  border-color: color-mix(in srgb, var(--primary) 28%, var(--line));
}
.audio-platform-note {
  margin-top: 18px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 5%, var(--surface));
}
.audio-platform-note > span { color: var(--primary); }
.audio-platform-note > span .svg-icon { width: 22px; height: 22px; }
.audio-platform-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.why-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.why-item { padding: 18px; border-bottom: 1px solid var(--line); font-weight: 850; display: flex; align-items: center; gap: 10px; }
.why-item span { color: var(--primary); }
.why-item .svg-icon { width: 18px; height: 18px; }

.slider-shell { overflow: hidden; }
.team-track { display: flex; gap: 18px; width: max-content; animation: slide-left 28s linear infinite; }
.team-track:hover { animation-play-state: paused; }
.team-card { width: 280px; padding: 22px; }
.artist-showcase-section { overflow: hidden; }
.artist-showcase-section .section-heading > p:last-child {
  max-width: 620px;
  margin: 10px auto 0;
  color: var(--muted);
}
.artist-showcase-window {
  overflow: hidden;
  margin-top: 24px;
  padding: 8px 0 14px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.artist-showcase-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: slide-left 36s linear infinite;
}
.artist-showcase-window:hover .artist-showcase-track { animation-play-state: paused; }
.artist-showcase-card {
  width: 270px;
  min-width: 270px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(5, 7, 13, .1);
}
.artist-showcase-card > a { display: block; color: inherit; text-decoration: none; }
.artist-showcase-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--navy);
}
.artist-showcase-photo img,
.artist-showcase-photo .profile-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.artist-showcase-copy {
  min-height: 140px;
  padding: 16px;
  text-align: center;
}
.artist-showcase-copy h3 { margin: 0 0 5px; font-size: 19px; }
.artist-showcase-copy strong { color: var(--primary); font-size: 13px; }
.artist-showcase-copy p {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.compact-number { width: 76px; }
.compact-check { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.compact-check input { width: auto; }
.team-photo {
  width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--navy)); color: #fff; font-weight: 900;
  overflow: hidden;
}
.team-photo .avatar-img, .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-icon {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
}
.avatar-icon .svg-icon {
  width: 26px;
  height: 26px;
}
.team-members-page { min-height: 70vh; }
.team-members-hero {
  padding: 76px clamp(18px, 6vw, 90px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: 46px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 18%, color-mix(in srgb, var(--primary) 16%, transparent), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--primary) 9%, transparent), transparent 54%),
    color-mix(in srgb, var(--surface-strong) 72%, transparent);
}
.team-members-hero h1 {
  max-width: 820px;
  margin: 8px 0 18px;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.02;
}
.team-members-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.team-members-hero-panel {
  padding: 24px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid color-mix(in srgb, var(--primary) 28%, var(--line));
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 25px 68px rgba(5, 7, 13, .13);
}
.team-members-hero-panel > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #79001b 58%, var(--navy));
}
.team-members-hero-panel .svg-icon { width: 28px; height: 28px; }
.team-members-hero-panel p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.team-members-section {
  overflow: hidden;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--primary) 3%, transparent), transparent 46%),
    color-mix(in srgb, var(--surface-strong) 58%, transparent);
}
.team-members-section .section-heading > p:last-child {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.team-members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.team-member-profile {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 42px rgba(5, 7, 13, .1);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.team-member-profile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #ff5274, var(--navy));
}
.team-member-profile:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--primary) 38%, var(--line));
  box-shadow: 0 28px 68px rgba(5, 7, 13, .16);
}
.team-member-photo {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 18%, color-mix(in srgb, var(--primary) 28%, transparent), transparent 34%),
    var(--navy);
}
.team-member-photo .avatar-img,
.team-member-photo .avatar-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .35s ease, filter .35s ease;
}
.team-member-photo .avatar-icon { background: linear-gradient(135deg, var(--primary), var(--navy)); }
.team-member-photo .avatar-icon .svg-icon { width: 74px; height: 74px; }
.team-member-profile:hover .team-member-photo .avatar-img,
.team-member-profile:hover .team-member-photo .avatar-icon { transform: scale(1.045); filter: saturate(1.08) contrast(1.03); }
.team-member-content { padding: 22px; }
.team-member-content h3 { margin: 4px 0 8px; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.12; }
.team-member-content > p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; }
.team-member-actions { display: grid; gap: 9px; margin-top: 18px; }
.team-member-actions a {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: color-mix(in srgb, var(--surface-strong) 80%, transparent);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
  transition: color .22s ease, border-color .22s ease, transform .22s ease;
}
.team-member-actions a:hover { color: var(--primary); border-color: color-mix(in srgb, var(--primary) 35%, var(--line)); transform: translateX(3px); }
.team-member-actions .svg-icon { width: 17px; height: 17px; flex: 0 0 auto; }
.team-members-empty { max-width: 760px; margin-inline: auto; }
.trusted { overflow: hidden; }
.partners-section { overflow: hidden; }
.partner-marquee {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.partner-track {
  width: max-content;
  display: flex;
  gap: 14px;
  animation: partner-slide-right 30s linear infinite;
}
.partner-marquee:hover .partner-track { animation-play-state: paused; }
.partner-item {
  width: 180px;
  min-height: 92px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #111827;
  background: #fff;
  box-shadow: 0 10px 26px rgba(5, 7, 13, .08);
}
.partner-logo { width: 42px; height: 42px; padding: 8px; display: grid; place-items: center; border-radius: 8px; background: #f3f4f6; }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; }
.partner-youtube { background: #ff0033; }
.partner-youtube img, .partner-meta img, .partner-spotify img { filter: invert(1); }
.partner-meta { background: #0866ff; }
.partner-gemini { background: linear-gradient(135deg, #4e82ee, #b06cff); }
.partner-gemini img { filter: invert(1); }
.partner-spotify { background: #1ed760; }
.partner-tiktok { background: #05070d; }
.partner-tiktok img { filter: invert(1); }
.partner-snapchat { background: #fffc00; }
.partner-gaana, .partner-merlin { background: #fff; border: 1px solid #e5e7eb; }
.partner-item strong { font-size: 16px; }
.faq-list { display: grid; gap: 12px; max-width: 900px; }
.faq-item { padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; }
.faq-item summary { cursor: pointer; font-weight: 900; }
.contact-news { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-panel, .newsletter { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(22px, 5vw, 72px);
}
.contact-intro { position: sticky; top: 110px; }
.contact-intro h2 {
  margin: 0;
  max-width: 480px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}
.contact-intro > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 17px; }
.contact-methods { display: grid; gap: 10px; margin-top: 26px; }
.contact-methods > a,
.contact-method {
  min-width: 0;
  padding: 13px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.contact-methods > a > span,
.contact-method > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.contact-methods small,
.contact-methods strong { display: block; }
.contact-methods small { color: var(--muted); font-size: 11px; text-transform: uppercase; font-weight: 800; }
.contact-methods strong { margin-top: 2px; overflow-wrap: anywhere; }
.contact-assurance {
  margin-top: 18px;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 3px solid var(--primary);
  color: var(--muted);
  background: color-mix(in srgb, var(--primary) 7%, var(--surface-strong));
}
.contact-assurance .svg-icon { flex: 0 0 auto; color: var(--primary); }
.contact-assurance p { margin: 0; font-size: 13px; }
.contact-form { padding: clamp(20px, 4vw, 34px); }
.contact-form .panel-heading > .svg-icon { width: 30px; height: 30px; color: var(--primary); }
.contact-form label > small { display: block; margin-top: 6px; color: var(--muted); }
.contact-form .btn { align-self: flex-start; }
.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.contact-delivery-note { color: var(--muted); }
.contact-page { min-height: 70vh; }
.contact-page-hero {
  padding: 76px clamp(18px, 6vw, 90px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: center;
  gap: 46px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--primary) 9%, transparent), transparent 54%),
    color-mix(in srgb, var(--surface-strong) 72%, transparent);
}
.contact-page-hero h1 {
  max-width: 790px;
  margin: 8px 0 18px;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.02;
}
.contact-page-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.contact-page-response {
  padding: 24px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid color-mix(in srgb, var(--primary) 27%, var(--line));
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 25px 65px rgba(5, 7, 13, .12);
}
.contact-page-response > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #79001b 58%, var(--navy));
}
.contact-page-response .svg-icon { width: 26px; height: 26px; }
.contact-page-response p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.contact-page-section { background: transparent; }
.contact-support-topics { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.contact-support-topics span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: var(--muted);
  background: var(--surface);
  font-size: 11px;
  font-weight: 750;
}
.newsletter-band { padding: 32px clamp(18px, 5vw, 80px); }
.newsletter-band .newsletter {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  align-items: center;
  gap: 24px;
}
.newsletter-band h2 { margin: 0; font-size: clamp(24px, 3vw, 34px); }
.newsletter-action { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.form-note {
  margin: 0;
  padding: 12px 14px;
  color: var(--muted);
  background: color-mix(in srgb, var(--primary) 5%, var(--surface-strong));
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.55;
}
.social-follow-section {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
}
.social-follow-copy h2 {
  max-width: 620px;
  margin: 8px 0 12px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}
.social-follow-copy > p:last-child {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.social-follow-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; }
.social-follow-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  gap: 11px;
  align-items: center;
  min-height: 72px;
  padding: 13px 14px;
  color: var(--text);
  background: color-mix(in srgb, var(--surface) 94%, #fff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(7, 10, 24, .07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.social-follow-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(7, 10, 24, .13);
}
.social-instagram:hover { border-color: rgba(225, 48, 108, .58); }
.social-facebook:hover { border-color: rgba(24, 119, 242, .58); }
.social-youtube:hover { border-color: rgba(255, 0, 0, .58); }
.social-x:hover { border-color: rgba(0, 0, 0, .42); }
.social-linkedin:hover { border-color: rgba(10, 102, 194, .58); }
.social-follow-logo {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
}
.social-follow-logo img { display: block; width: 36px; height: 36px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .12)); transition: transform .22s ease; }
.social-follow-card:hover .social-follow-logo img { transform: scale(1.06) rotate(-2deg); }
.social-follow-profile { min-width: 0; }
.social-follow-profile small,
.social-follow-profile strong { display: block; }
.social-follow-profile small { margin-bottom: 3px; color: var(--muted); font-size: 11px; }
.social-follow-profile strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.social-follow-arrow {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--muted);
  transition: color .22s ease, transform .22s ease;
}
.social-follow-arrow .svg-icon { width: 16px; height: 16px; }
.social-follow-card:hover .social-follow-arrow { color: var(--primary); transform: translateX(3px); }
.contact-message-list { display: grid; gap: 16px; }
.contact-message-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}
.contact-message-head h2 { margin: 0; }
.contact-message-head > div:last-child { display: grid; justify-items: end; gap: 7px; color: var(--muted); }
.contact-sender-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}
.contact-sender-grid span {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.contact-sender-grid small,
.contact-sender-grid strong,
.contact-sender-grid a { display: block; }
.contact-sender-grid small { color: var(--muted); font-size: 10px; text-transform: uppercase; font-weight: 850; }
.contact-sender-grid strong,
.contact-sender-grid a { margin-top: 5px; overflow-wrap: anywhere; }
.contact-message-body {
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 5%, var(--surface-strong));
  line-height: 1.7;
}
.contact-admin-form { margin-top: 18px; align-items: end; }

.footer { display: flex; justify-content: space-between; gap: 28px; padding: 44px clamp(18px, 5vw, 80px); border-top: 1px solid var(--line); }
.footer p { max-width: 460px; color: var(--muted); }
.footer-description { margin: 12px 0 0; font-size: 14px; line-height: 1.7; }
.footer-note { margin: 8px 0 0; font-size: 13px; }
.footer-highlights {
  max-width: 620px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.footer-highlight {
  min-width: 0;
  min-height: 94px;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-strong) 72%, transparent);
}
.footer-highlight-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.footer-highlight-mark .svg-icon { width: 18px; height: 18px; }
.footer-highlight-mark.logo-stack {
  width: auto;
  padding: 5px;
  display: flex;
  gap: 3px;
  background: #fff;
}
.footer-highlight-mark img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}
.footer-highlight strong,
.footer-highlight small { display: block; }
.footer-highlight strong { font-size: 22px; line-height: 1; }
.footer-highlight small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 28px; color: var(--muted); }
.youtube-certified-mark {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  margin-top: 12px;
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--text);
  background: var(--surface);
  box-shadow: 0 5px 14px rgba(5, 7, 13, .06);
  font-size: 12px;
  font-weight: 850;
}
.youtube-certified-logo {
  display: grid;
  width: 22px;
  height: 18px;
  place-items: center;
  padding: 3px;
  border-radius: 5px;
  background: #ff0000;
}
.youtube-certified-logo img {
  display: block;
  width: 16px;
  height: 16px;
  filter: invert(1);
}
.youtube-certified-check {
  display: inline-grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #16875b;
  font-size: 11px;
  line-height: 1;
}
.whatsapp-float, .back-to-top {
  position: fixed; z-index: 60; border-radius: 8px; box-shadow: var(--shadow); border: 0; cursor: pointer;
}
.whatsapp-float {
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 12px 30px rgba(18, 140, 126, .34), 0 0 0 0 rgba(37, 211, 102, .36);
  animation: whatsapp-float-pulse 2.4s ease-out infinite;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 16px 34px rgba(18, 140, 126, .4), 0 0 0 7px rgba(37, 211, 102, .14);
}
.whatsapp-float img {
  display: block;
  width: 50px;
  height: 50px;
}
.whatsapp-float.right { right: 22px; } .whatsapp-float.left { left: 22px; }
@keyframes whatsapp-float-pulse {
  0%, 58%, 100% { box-shadow: 0 12px 30px rgba(18, 140, 126, .34), 0 0 0 0 rgba(37, 211, 102, .3); }
  78% { box-shadow: 0 12px 30px rgba(18, 140, 126, .34), 0 0 0 10px rgba(37, 211, 102, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-float { animation: none; }
}

.branding-settings-form { overflow: hidden; }
.branding-upload-grid {
  display: grid;
  grid-template-columns: 1fr .72fr 1.35fr;
  gap: 16px;
}
.branding-upload-card {
  min-width: 0;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-strong) 82%, transparent);
}
.branding-upload-card > span { font-weight: 850; }
.branding-upload-card img {
  width: 100%;
  height: 150px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}
.branding-upload-card.favicon-card img {
  width: 92px;
  height: 92px;
  justify-self: center;
}
.branding-upload-card.og-card img { object-fit: cover; }
.branding-upload-card small,
.settings-row small { display: block; color: var(--muted); font-weight: 500; }
.settings-divider { height: 1px; background: var(--line); }
.settings-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.switch-control {
  position: relative;
  width: 54px;
  height: 30px;
  flex: 0 0 54px;
  cursor: pointer;
}
.switch-control input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.switch-control span {
  position: absolute;
  inset: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--muted) 22%, var(--surface-strong));
  transition: background .2s ease, border-color .2s ease;
}
.switch-control span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(5, 7, 13, .22);
  transition: transform .2s ease;
}
.switch-control input:checked + span {
  background: var(--primary);
  border-color: var(--primary);
}
.switch-control input:checked + span::after { transform: translateX(24px); }
.switch-control input:focus-visible + span { outline: 3px solid color-mix(in srgb, var(--primary) 28%, transparent); }
.position-control {
  margin: 0;
  padding: 0;
  border: 0;
}
.position-control legend { margin-bottom: 8px; font-weight: 750; }
.position-control {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.position-control legend { grid-column: 1 / -1; }
.position-control label { cursor: pointer; }
.position-control input { position: absolute; opacity: 0; pointer-events: none; }
.position-control label > span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  font-weight: 800;
}
.position-control input:checked + span {
  border-color: var(--primary);
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 9%, var(--surface-strong));
  box-shadow: inset 0 0 0 1px var(--primary);
}
.maintenance-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(rgba(237, 0, 54, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 16, 32, .06) 1px, transparent 1px),
    var(--bg);
  background-size: 54px 54px;
}
.maintenance-card {
  width: min(100%, 620px);
  padding: clamp(28px, 6vw, 56px);
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.maintenance-card > img {
  width: min(220px, 70%);
  max-height: 90px;
  object-fit: contain;
  margin: 0 auto 28px;
}
.maintenance-card > .svg-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--primary);
}
.maintenance-card h1 { margin: 0 0 12px; font-size: clamp(32px, 7vw, 54px); line-height: 1.04; }
.maintenance-card > p:last-child { margin: 0; color: var(--muted); font-size: 18px; }
.registration-closed-card {
  display: grid;
  justify-items: center;
  gap: 16px;
}
.registration-closed-card h1 { margin-bottom: 0; }
.registration-closed-card > p:not(.eyebrow):not(.existing-user-note) {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.closed-registration-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--primary) 34%, var(--line));
  border-radius: 18px;
  color: #fff;
  background: var(--gradient);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--primary) 26%, transparent);
}
.closed-registration-icon .svg-icon,
.closed-registration-icon .svg-icon svg {
  width: 31px;
  height: 31px;
}
.support-line,
.existing-user-note {
  width: min(100%, 460px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 4px 0 0;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 5%, var(--surface-strong));
  color: var(--muted);
  font-weight: 800;
}
.support-line .svg-icon,
.existing-user-note .svg-icon {
  width: 20px;
  height: 20px;
  color: var(--primary);
  flex: 0 0 auto;
}
.support-line a { color: var(--primary); }
.existing-user-note {
  background: color-mix(in srgb, #10b981 9%, var(--surface-strong));
  color: var(--text);
}
.existing-user-note .svg-icon { color: #10b981; }
.maintenance-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}
.back-to-top {
  right: 22px;
  bottom: 92px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background: var(--text);
  color: var(--bg);
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.back-to-top .svg-icon,
.back-to-top .svg-icon svg { width: 21px; height: 21px; }
.back-to-top:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(5, 7, 13, .24); }
.back-to-top.show { opacity: 1; pointer-events: auto; }

.auth-page, .install-body { min-height: 80vh; display: grid; place-items: center; padding: 54px 18px; }
.auth-card, .install-card { width: min(100%, 520px); padding: 30px; }
.auth-card.wide { width: min(100%, 980px); }
.install-card { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-stack { display: grid; gap: 16px; }
.span-2 { grid-column: 1 / -1; }
label { display: grid; gap: 7px; color: var(--muted); font-weight: 800; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-strong); color: var(--text);
  padding: 12px 13px; outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(237, 0, 54, .13); }
.checks { border: 1px solid var(--line); border-radius: 8px; padding: 16px; display: flex; flex-wrap: wrap; gap: 12px 18px; margin: 16px 0; }
.checks label, .check-line { display: flex; align-items: center; gap: 8px; }
.checks input, .check-line input { width: auto; }
.alert {
  padding: 13px 15px;
  border-radius: 8px;
  margin: 12px 0;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  font-weight: 800;
}
.alert-success {
  border-color: rgba(16, 185, 129, .36);
  color: #047857;
  background: rgba(16, 185, 129, .1);
}
.alert-error {
  border-color: rgba(220, 38, 38, .4);
  color: #b91c1c;
  background: rgba(220, 38, 38, .09);
}
.alert-warning {
  border-color: rgba(245, 158, 11, .42);
  color: #b45309;
  background: rgba(245, 158, 11, .1);
}
.login-success-message {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 16px 0;
  padding: 18px;
  border: 1px solid rgba(5, 150, 105, .34);
  border-radius: 8px;
  color: #047857;
  background: rgba(167, 243, 208, .42);
  box-shadow: 0 12px 28px rgba(5, 150, 105, .12);
}
.login-success-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0ca678;
}
.login-success-icon .svg-icon,
.login-success-icon svg { width: 26px; height: 26px; }
.login-success-message strong,
.login-success-message small { display: block; }
.login-success-message strong { font-size: 18px; line-height: 1.35; }
.login-success-message small { margin-top: 3px; color: currentColor; font-size: 16px; }
[data-theme="dark"] .login-success-message {
  color: #6ee7b7;
  background: rgba(6, 78, 59, .42);
}
.credentials { padding: 12px; border-radius: 8px; background: color-mix(in srgb, var(--primary) 12%, var(--surface-strong)); font-weight: 900; }

.app-shell {
  --sidebar-width: 286px;
  --sidebar-collapsed: 84px;
  min-height: 100vh;
  display: grid;
  grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
  transition: grid-template-columns .28s ease;
}
.app-shell.sidebar-collapsed { grid-template-columns: var(--sidebar-collapsed) minmax(0, 1fr); }
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 78%, transparent);
  backdrop-filter: blur(20px);
  overflow: hidden auto;
  transition: width .28s ease, transform .28s ease, padding .28s ease, box-shadow .28s ease;
}
.sidebar-head {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.sidebar-head .brand-logo { width: 166px; height: 52px; transition: opacity .2s ease, width .28s ease; }
.sidebar nav { display: grid; gap: 6px; }
.sidebar nav a { min-height: 44px; padding: 11px 12px; border-radius: 8px; color: var(--muted); font-weight: 800; display: flex; align-items: center; gap: 10px; white-space: nowrap; transition: background .18s ease, color .18s ease, transform .18s ease; }
.sidebar nav a .svg-icon { width: 19px; height: 19px; }
.sidebar nav a:hover { background: color-mix(in srgb, var(--primary) 12%, transparent); color: var(--primary); }
.sidebar nav a.active {
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 14%, var(--surface-strong));
  box-shadow: inset 3px 0 0 var(--primary);
}
.nav-group { min-width: 0; }
.nav-group summary {
  min-height: 48px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary:hover, .nav-group.active > summary {
  color: var(--primary);
  border-color: color-mix(in srgb, var(--primary) 28%, transparent);
  background: color-mix(in srgb, var(--primary) 10%, transparent);
}
.nav-group summary > .svg-icon { width: 20px; height: 20px; flex: 0 0 auto; }
.nav-chevron { margin-left: auto; display: inline-flex; transition: transform .22s ease; }
.nav-chevron .svg-icon { width: 17px; height: 17px; }
.nav-group[open] .nav-chevron { transform: rotate(180deg); }
.nav-submenu {
  display: grid;
  gap: 3px;
  margin: 5px 0 8px 21px;
  padding-left: 10px;
  border-left: 1px solid color-mix(in srgb, var(--primary) 30%, var(--line));
}
.sidebar nav .nav-submenu a {
  min-height: 39px;
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 750;
}
.sidebar nav .nav-submenu a .svg-icon { width: 16px; height: 16px; }
.app-shell.sidebar-collapsed .sidebar { padding-inline: 14px; }
.app-shell.sidebar-collapsed .sidebar-head { justify-content: center; }
.app-shell.sidebar-collapsed .sidebar-head .brand { display: none; }
.app-shell.sidebar-collapsed .sidebar nav a { justify-content: center; padding-inline: 10px; }
.app-shell.sidebar-collapsed .sidebar nav a span { opacity: 0; width: 0; overflow: hidden; }
.app-shell.sidebar-collapsed .nav-group summary { justify-content: center; padding-inline: 10px; }
.app-shell.sidebar-collapsed .nav-group summary > span:not(.svg-icon) { display: none; }
.app-shell.sidebar-collapsed .nav-submenu { display: none; }
.app-main { padding: 26px; min-width: 0; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.app-topbar h1 { margin: 0; font-size: clamp(28px, 4vw, 42px); }
.topbar-title { display: flex; align-items: center; gap: 14px; min-width: 0; }
.topbar-title > div { min-width: 0; }
.topbar-actions { flex: 0 0 auto; }
.topbar-menu { display: inline-flex; }
.sidebar-toggle { flex: 0 0 auto; }
.sidebar-overlay { display: none; }
.profile-menu { position: relative; flex: 0 0 auto; }
.profile-menu summary {
  min-height: 42px;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px 5px 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  font-weight: 850;
}
.profile-menu summary::-webkit-details-marker { display: none; }
.profile-menu summary .avatar-img, .profile-menu summary .avatar-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.profile-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 80;
  width: 260px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}
.profile-dropdown small { color: var(--muted); word-break: break-word; }
.profile-dropdown a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
}
.profile-dropdown a:hover {
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 10%, transparent);
}
.profile-preview {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 6%, var(--surface-strong));
}
.profile-preview .avatar-img, .profile-preview .avatar-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.profile-preview span {
  display: block;
  color: var(--muted);
}
.profile-preview small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.profile-settings-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 18px; align-items: start; }
.settings-card-head { display: flex; align-items: center; gap: 13px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.settings-card-head > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.settings-card-head h2, .settings-card-head p { margin: 0; }
.settings-card-head p { margin-top: 3px; color: var(--muted); font-size: 13px; }
.settings-submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.settings-submit .svg-icon { width: 18px; height: 18px; }
.password-settings-card { display: grid; gap: 18px; }
.password-reset-block {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
}
.password-reset-block > div { display: grid; gap: 3px; }
.password-reset-block small { color: var(--muted); }
.password-reset-block .btn { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.metric-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 18px; }
.metric-card strong { display: block; font-size: 30px; margin-top: 10px; }
.panel { padding: 22px; margin-bottom: 18px; overflow: auto; }
.bar-chart { height: 230px; display: flex; align-items: end; gap: 14px; padding-top: 30px; }
.empty-state { width: 100%; min-height: 120px; display: grid; place-items: center; color: var(--muted); border: 1px dashed var(--line); border-radius: 8px; }
.account-permissions { background: color-mix(in srgb, var(--primary) 7%, var(--surface)); }
.user-dashboard { display: grid; gap: 22px; }
.dashboard-announcements { display: grid; gap: 14px; }
.dashboard-notice {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 38px;
  gap: 16px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--primary) 30%, var(--line));
  border-left: 4px solid var(--primary);
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 7%, var(--surface-strong));
  box-shadow: 0 14px 32px rgba(5, 7, 13, .1);
}
.notice-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
  box-shadow: 0 10px 24px rgba(237, 0, 54, .2);
}
.notice-copy { min-width: 0; }
.notice-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.notice-title-row h2 { margin: 0; font-size: 20px; }
.notice-department {
  display: inline-flex;
  width: fit-content;
  margin: 8px 0 2px;
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--primary) 28%, var(--line));
  border-radius: 99px;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 8%, var(--surface));
  font-size: 11px;
  font-weight: 900;
}
.notice-title-row span {
  padding: 4px 9px;
  border-radius: 99px;
  color: #fff;
  background: var(--primary);
  font-size: 10px;
  font-weight: 950;
}
.notice-copy p { margin: 10px 0; color: var(--text); line-height: 1.65; }
.notice-copy small { color: var(--muted); font-weight: 750; }
.notice-close { align-self: start; }
.dashboard-welcome {
  position: relative;
  overflow: hidden;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(237, 0, 54, .94), rgba(10, 16, 32, .96) 68%),
    var(--navy);
  box-shadow: 0 20px 44px rgba(5, 7, 13, .22);
}
.dashboard-welcome::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -85px;
  bottom: -130px;
  border: 38px solid rgba(255,255,255,.07);
  border-radius: 50%;
}
.dashboard-welcome > * { position: relative; z-index: 1; }
.dashboard-welcome h2 { margin: 3px 0 8px; font-size: 28px; }
.dashboard-welcome p { margin: 0; color: rgba(255,255,255,.8); }
.dashboard-welcome .eyebrow { color: rgba(255,255,255,.68); }
.welcome-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.welcome-badges > span {
  min-height: 38px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 7px;
  background: rgba(255,255,255,.1);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(8px);
}
.welcome-badges .svg-icon { width: 17px; height: 17px; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.dashboard-metric {
  position: relative;
  min-height: 170px;
  padding: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 16px 34px rgba(5, 7, 13, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.dashboard-metric:hover { transform: translateY(-3px); box-shadow: 0 22px 42px rgba(5, 7, 13, .24); }
.dashboard-metric > .svg-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 8px;
  background: rgba(255,255,255,.14);
}
.dashboard-metric span { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.dashboard-metric strong { margin: 5px 0; font-size: 27px; line-height: 1.15; }
.dashboard-metric small { color: rgba(255,255,255,.76); font-weight: 750; }
.metric-balance { background: linear-gradient(145deg, #087f5b, #0b4f48); }
.metric-revenue { background: linear-gradient(145deg, #123b70, #0a1020); }
.metric-releases { background: linear-gradient(145deg, #7b1033, #ed0036); }
.metric-claims { background: linear-gradient(145deg, #32165f, #15112b); }
.dashboard-lower-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .8fr); gap: 18px; }
.dashboard-report, .dashboard-activity {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: 0 14px 34px rgba(5, 7, 13, .09);
}
.dashboard-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dashboard-section-head h2 { margin: 0; font-size: 21px; }
.dashboard-section-head a { color: var(--primary); font-size: 13px; font-weight: 850; }
.revenue-chart {
  height: 270px;
  margin-top: 22px;
  padding: 20px 6px 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(42px, 1fr));
  align-items: end;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 52px, var(--line) 53px);
}
.revenue-column { height: 100%; min-width: 0; display: grid; grid-template-rows: 22px minmax(0, 1fr) 25px; justify-items: center; gap: 5px; }
.revenue-column > strong { color: var(--muted); font-size: 10px; white-space: nowrap; }
.revenue-column > span { width: min(42px, 72%); height: 100%; display: flex; align-items: end; }
.revenue-column i {
  width: 100%;
  min-height: 6px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--primary), var(--navy));
  box-shadow: 0 8px 18px rgba(237, 0, 54, .2);
}
.revenue-column small { color: var(--muted); font-weight: 800; }
.activity-list { display: grid; margin-top: 14px; }
.activity-list > div:not(.dashboard-empty) {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.activity-list > div > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 10%, var(--surface));
}
.activity-list .svg-icon { width: 18px; height: 18px; }
.activity-list p { min-width: 0; margin: 0; display: grid; gap: 3px; }
.activity-list p strong, .activity-list p small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activity-list p small, .activity-list time { color: var(--muted); font-size: 11px; }
.dashboard-empty { padding: 32px 12px; color: var(--muted); text-align: center; }
.table-panel table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { text-align: left; padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--muted); font-size: 13px; text-transform: uppercase; }
.table-thumb {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
}
.table-thumb.wide { width: 86px; }
.detail-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.detail-art {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
}
.detail-art.wide { aspect-ratio: 16 / 9; }
.admin-release-detail { overflow: visible; }
.admin-release-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.admin-release-toolbar h2 { margin: 0; }
.admin-release-toolbar .btn { flex: 0 0 auto; }
.admin-release-media {
  display: grid;
  grid-template-columns: minmax(300px, 620px) minmax(300px, 1fr);
  gap: 28px;
  align-items: start;
}
.admin-release-cover,
.admin-release-audio { min-width: 0; }
.admin-release-cover h3,
.admin-release-audio h3 { margin-top: 0; }
.admin-release-cover img {
  display: block;
  width: 100%;
  max-width: 620px;
  aspect-ratio: 1;
  margin-bottom: 14px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #070b16;
  box-shadow: var(--shadow);
}
.admin-audio-player {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.admin-audio-player .audio-preview-icon {
  width: 52px;
  height: 52px;
}
.admin-audio-player > div { display: grid; gap: 4px; min-width: 0; }
.admin-audio-player small { color: var(--muted); }
.admin-audio-player audio {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 8px;
  accent-color: var(--primary);
}
.release-metadata {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.release-metadata-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}
.release-metadata-grid > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.release-metadata-grid dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.release-metadata-grid dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--text);
  font-weight: 800;
}
.release-metadata-grid dd small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 650;
}
.release-metadata-grid .metadata-stores { grid-column: 1 / -1; }
.metadata-chip-list { display: flex; flex-wrap: wrap; gap: 7px; }
.metadata-chip-list > span {
  padding: 6px 9px;
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 999px;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 6%, var(--surface));
  font-size: 12px;
  font-weight: 850;
}
.metadata-chip-list.muted-chip-list > span {
  border-color: var(--line);
  color: var(--muted);
  background: color-mix(in srgb, var(--surface-strong) 86%, transparent);
}
.admin-release-detail > .release-artist-profiles,
.release-workflow-admin {
  margin-top: 24px;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.status-submitted,
.status-draft,
.status-open,
.status-pending,
.status-pending-verification,
.status-pending-approval,
.status-pending-review,
.status-under-review,
.status-in-progress,
.status-waiting-for-user,
.status-request-changes,
.status-request-more-information,
.status-not-submitted,
.status-new {
  color: #b45309;
  border-color: rgba(245, 158, 11, .36);
  background: rgba(245, 158, 11, .1);
}
.status-active,
.status-removed,
.status-verified,
.status-resolved,
.status-closed,
.status-paid,
.status-successful,
.status-approved,
.status-distributed,
.status-live,
.status-active-claim,
.status-completed {
  color: #047857;
  border-color: rgba(16,185,129,.35);
  background: rgba(16,185,129,.11);
}
.status-rejected,
.status-suspended,
.status-terminated,
.status-failed,
.status-invalid,
.status-cancelled,
.status-canceled,
.status-disabled,
.status-inactive,
.status-unverified {
  color: #b91c1c;
  border-color: rgba(220, 38, 38, .36);
  background: rgba(220, 38, 38, .09);
}
.timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.timeline-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--surface);
  color: var(--muted);
}
.timeline-item span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  margin-bottom: 8px;
}
.timeline-item.done {
  color: var(--text);
  border-color: rgba(237, 0, 54, .28);
  background: color-mix(in srgb, var(--primary) 7%, var(--surface));
}
.timeline-item.done span {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
  border-color: transparent;
}
.history-list {
  display: grid;
  gap: 8px;
}
.inline-form { display: flex; gap: 8px; align-items: center; }
.approval-form { display: grid; gap: 10px; min-width: 320px; }
.permission-suite { display: grid; gap: 12px; }
.permission-group {
  margin: 0;
  padding: 13px;
  border: 1px solid color-mix(in srgb, var(--primary) 18%, var(--line));
  border-radius: 8px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--primary) 5%, transparent), transparent 72%), var(--surface-strong);
}
.permission-group legend {
  padding: 0 7px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.permission-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.permission-grid label { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--muted); }
.permission-grid input { width: auto; }
.permission-grid label span { line-height: 1.35; }
.staff-admin-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--primary) 24%, var(--line));
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 18%, rgba(237, 0, 54, .26), transparent 32%),
    linear-gradient(120deg, #ed0036, #6f001c 46%, #071022);
  box-shadow: 0 18px 42px rgba(6, 10, 22, .18);
}
.staff-admin-hero h2,
.staff-admin-hero p { margin: 0; }
.staff-admin-hero h2 { margin: 4px 0 8px; font-size: clamp(28px, 4vw, 48px); }
.staff-admin-hero p { max-width: 760px; color: rgba(255,255,255,.76); line-height: 1.65; }
.staff-admin-hero .eyebrow { color: rgba(255,255,255,.74); }
.staff-admin-hero .status-badge { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.12); }
.staff-admin-layout {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(320px, 1.18fr);
  gap: 18px;
  margin-bottom: 18px;
}
.staff-admin-create .panel-heading > .svg-icon,
.staff-permissions-card .panel-heading > .svg-icon { color: var(--primary); }
.staff-permission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.staff-permission {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}
.staff-permission .svg-icon { width: 17px; height: 17px; flex: 0 0 auto; }
.staff-permission.allowed {
  color: #047857;
  border-color: rgba(16, 185, 129, .28);
  background: rgba(16, 185, 129, .09);
}
.staff-permission.blocked {
  color: #b91c1c;
  border-color: rgba(220, 38, 38, .25);
  background: rgba(220, 38, 38, .08);
}
.staff-admin-actions {
  min-width: 360px;
  display: grid;
  gap: 10px;
}
.staff-admin-actions .inline-form {
  display: grid;
  grid-template-columns: 130px minmax(130px, 1fr) auto;
  gap: 8px;
}
.staff-admin-actions .inline-form:last-child {
  grid-template-columns: minmax(180px, 1fr) auto;
}
.responsive-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.readonly-notice {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border-color: rgba(245, 158, 11, .3);
  background: rgba(245, 158, 11, .08);
}
.readonly-notice > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 8px;
  color: #b45309;
  background: rgba(245, 158, 11, .14);
}
.readonly-notice p { margin: 4px 0 0; color: var(--muted); }
.admin-row-actions {
  min-width: 260px;
  display: grid;
  gap: 10px;
  align-items: start;
}
.admin-row-actions > .btn {
  justify-self: start;
}
.user-management-panel { overflow: auto; }
.admin-users-table { min-width: 720px; }
.admin-users-table th,
.admin-users-table td { vertical-align: middle; }
.admin-users-table td:nth-child(3) { overflow-wrap: anywhere; }
.admin-users-table .status-badge { white-space: nowrap; }
.user-edit-drawer {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 30px);
}
.user-edit-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(5, 7, 13, .72);
  backdrop-filter: blur(8px);
  cursor: default;
}
.user-edit-panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(86vh, 920px);
  overflow: auto;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid color-mix(in srgb, var(--primary) 20%, var(--line));
  border-radius: 8px;
  background:
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--primary) 12%, transparent), transparent 34%),
    var(--surface-strong);
  box-shadow: 0 34px 90px rgba(5, 7, 13, .34);
  animation: userDialogIn .22s ease both;
}
@keyframes userDialogIn {
  from { transform: translateY(18px) scale(.98); opacity: .78; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}
.user-edit-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.user-edit-head h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.05; }
.user-edit-head p:not(.eyebrow) { margin: 7px 0 0; color: var(--muted); overflow-wrap: anywhere; }
.user-edit-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.user-edit-summary span,
.user-edit-meta,
.user-edit-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 80%, var(--surface-strong));
}
.user-edit-summary span { padding: 13px; }
.user-edit-summary small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.user-edit-summary strong { display: block; overflow-wrap: anywhere; }
.user-edit-meta {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 14px;
  color: var(--muted);
}
.user-edit-meta p { margin: 0; overflow-wrap: anywhere; }
.user-edit-meta strong { color: var(--text); }
.user-edit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.user-edit-card { padding: 18px; }
.user-edit-card .panel-heading { margin-bottom: 14px; }
.user-edit-card .panel-heading h3 { margin: 0; }
.user-edit-card .panel-heading > .svg-icon { color: var(--primary); }
.user-edit-card .approval-form { min-width: 0; }
.list-row { display: grid; gap: 8px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cms-grid { grid-template-columns: 1.3fr 1fr; align-items: start; }
.modal-open { overflow: hidden; }
.visual-claims-toolbar { display: grid; gap: 22px; }
.visual-claims-heading, .section-heading.compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.visual-claims-heading h2, .section-heading.compact h2 { margin: 0; }
.visual-claims-heading .btn { display: inline-flex; align-items: center; gap: 8px; }
.claim-filter-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(150px, 1fr)); gap: 12px; }
.claimed-video-section { margin-top: 28px; }
.claimed-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 16px; }
.claimed-video-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: 0 14px 34px rgba(5, 7, 13, .11);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.claimed-video-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--primary) 40%, var(--line)); box-shadow: var(--shadow); }
.claimed-video-media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.claimed-video-media img { width: 100%; height: 100%; object-fit: cover; }
.claimed-video-media .status-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  min-height: 32px;
  padding: 6px 11px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255,255,255,.92);
  color: #fff;
  background: #303849;
  box-shadow: 0 5px 14px rgba(0,0,0,.38);
  text-shadow: 0 1px 1px rgba(0,0,0,.18);
  white-space: nowrap;
}
.claimed-video-media .status-active-claim,
.claimed-video-media .status-approved {
  border-color: #d1fae5;
  color: #fff;
  background: #087443;
}
.claimed-video-media .status-pending-review,
.claimed-video-media .status-submitted,
.claimed-video-media .status-under-review {
  border-color: #fef3c7;
  color: #251400;
  background: #fbbf24;
  text-shadow: none;
}
.claimed-video-media .status-rejected {
  border-color: #ffe4e6;
  color: #fff;
  background: #be123c;
}
.claimed-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 48px;
  height: 36px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: rgba(237, 0, 54, .92);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
}
.claimed-video-play .svg-icon { width: 28px; height: 28px; }
.claimed-video-play svg path:first-child { fill: currentColor; stroke: currentColor; }
.claimed-video-play svg path:last-child { fill: #fff; stroke: #fff; }
.claimed-video-body { padding: 15px; display: grid; gap: 9px; }
.claimed-video-body h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.claimed-video-body p { margin: 0; color: var(--muted); }
.claimed-video-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 12px; }
.claim-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 18px; }
.claim-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(5, 7, 13, .72); backdrop-filter: blur(8px); cursor: default; }
.claim-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  border: 1px solid color-mix(in srgb, var(--primary) 28%, var(--line));
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38);
}
.claim-modal-head {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(120deg, var(--primary), var(--navy));
}
.claim-modal-head h2 { margin: 0; font-size: 24px; }
.claim-modal-head .icon-btn { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.claim-modal-form { padding: 22px; }
.claim-fetch-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.claim-fetch-row .btn { display: inline-flex; align-items: center; gap: 7px; }
.field-help { margin-top: -8px; color: var(--muted); }
.claim-fetch-loading { min-height: 100px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px dashed var(--line); border-radius: 8px; }
.claim-video-preview { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: color-mix(in srgb, var(--primary) 4%, var(--surface)); }
.claim-video-preview img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.claim-video-preview > div { padding: 16px; }
.claim-video-preview h3 { margin: 0 0 6px; font-size: 19px; }
.claim-video-preview p { margin: 0; color: var(--muted); }
.claim-preview-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 9px; color: var(--muted); font-size: 13px; }
.claim-agreement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: color-mix(in srgb, var(--primary) 5%, var(--surface));
}
.claim-agreement input { width: auto; margin-top: 3px; flex: 0 0 auto; }
.store-groups {
  display: grid;
  gap: 16px;
}
.store-groups h3 {
  margin: 0;
}
.store-group {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: color-mix(in srgb, var(--primary) 4%, var(--surface-strong));
}
.store-group legend {
  padding: 0 8px;
  font-weight: 900;
  color: var(--text);
}
.select-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--primary);
}
.store-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
}
.store-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}
.store-options input, .select-all input { width: auto; }
.release-form { position: relative; }
.artist-selector-section {
  display: grid;
  gap: 14px;
  min-width: 0;
}
.artist-selector-field {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 3%, var(--surface-strong));
  transition: border-color .2s ease, box-shadow .2s ease;
}
.artist-selector-field.artist-selection-invalid {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(237, 0, 54, .12);
}
.artist-selector-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.artist-selector-heading > div { display: grid; gap: 3px; }
.artist-selector-heading strong { color: var(--text); }
.artist-selector-heading small, .artist-selection-empty { color: var(--muted); }
.artist-selection-empty { margin-top: 13px; padding: 12px; border: 1px dashed var(--line); border-radius: 8px; }
.artist-selected-list { display: grid; gap: 9px; margin-top: 12px; }
.artist-selected-profile {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 11px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.artist-selected-profile > img, .artist-avatar-fallback {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
.artist-avatar-fallback {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.artist-avatar-fallback svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.artist-selected-profile > div { display: grid; min-width: 0; gap: 3px; }
.artist-selected-profile strong, .artist-selected-profile small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.artist-selected-profile small { color: var(--muted); }
.artist-remove {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  background: transparent;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}
.artist-remove:hover { color: #fff; border-color: var(--primary); background: var(--primary); }
.artist-modal-body { display: grid; gap: 18px; padding: 22px; }
.artist-mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--navy) 5%, var(--surface));
}
.artist-mode-tabs button {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}
.artist-mode-tabs button.active { color: #fff; background: linear-gradient(135deg, var(--primary), var(--navy)); }
.artist-search-results {
  display: grid;
  gap: 7px;
  max-height: 360px;
  margin-top: 12px;
  overflow-y: auto;
}
.artist-result {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: var(--surface);
  overflow: hidden;
}
.artist-result:hover, .artist-result:focus-visible { border-color: var(--primary); background: color-mix(in srgb, var(--primary) 6%, var(--surface)); }
.artist-result-select {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 10px;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.artist-result-avatar, .artist-result-avatar > img, .artist-result-avatar .artist-avatar-fallback { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.artist-result-text { display: grid; min-width: 0; gap: 3px; }
.artist-result strong, .artist-result small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.artist-result small { color: var(--muted); }
.artist-result-select b { color: var(--primary); font-size: 12px; }
.artist-result-new { border-style: dashed; }
.artist-result-new .artist-avatar-fallback { background: linear-gradient(135deg, #40485a, var(--navy)); }
.spotify-result-link {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-left: 1px solid var(--line);
  color: #15883e;
  font-size: 12px;
  font-weight: 900;
}
.spotify-result-link img { width: 18px; height: 18px; padding: 2px; border-radius: 50%; background: #1ed760; filter: invert(1); }
.spotify-search-state { min-height: 20px; margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.integration-settings { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: color-mix(in srgb, #1ed760 5%, var(--surface)); }
.integration-settings h3, .integration-settings p { margin: 0; }
.integration-settings p { margin-top: 5px; color: var(--muted); }
.integration-settings .form-grid { margin-top: 14px; }
.social-settings-form .panel-heading .svg-icon { color: var(--primary); }
.social-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.social-admin-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-strong) 88%, var(--primary) 5%);
}
.social-admin-card > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--text);
  font-weight: 800;
}
.social-admin-card img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, .16));
}
.artist-search-empty { margin-top: 12px; padding: 16px; border: 1px dashed var(--line); border-radius: 8px; color: var(--muted); text-align: center; }
.artist-admin-form { margin-top: 22px; }
.admin-artist-cell {
  display: grid;
  grid-template-columns: 42px minmax(120px, 1fr);
  align-items: center;
  gap: 10px;
}
.admin-artist-cell > img, .admin-artist-cell > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
.admin-artist-cell > span {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.admin-artist-cell > span .svg-icon { width: 22px; height: 22px; }
.admin-artist-cell > div { display: grid; gap: 2px; }
.admin-artist-cell small { color: var(--muted); }
.artist-admin-actions { display: flex; align-items: center; gap: 7px; }
.artist-admin-actions form { margin: 0; }
.release-artist-profiles { display: grid; gap: 8px; margin: 14px 0; }
.release-artist-profiles > div { display: grid; gap: 3px; padding: 10px 12px; border-left: 3px solid var(--primary); background: color-mix(in srgb, var(--primary) 5%, var(--surface)); }
.release-artist-profiles small { color: var(--muted); }
.release-artist-profiles a { width: fit-content; font-size: 13px; color: var(--primary); font-weight: 800; }
.upload-field {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--navy) 2%, var(--surface-strong));
}
.upload-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 11px;
}
.upload-heading > span { font-weight: 900; color: var(--text); }
.upload-heading small { color: var(--muted); font-size: 12px; text-align: right; }
.upload-field > input.file-input {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.upload-dropzone {
  min-height: 180px;
  padding: 22px;
  border: 1px dashed color-mix(in srgb, var(--primary) 42%, var(--line));
  border-radius: 8px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  text-align: center;
  cursor: pointer;
  background: color-mix(in srgb, var(--primary) 4%, var(--surface));
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.upload-dropzone:hover {
  border-color: var(--primary);
  background: color-mix(in srgb, var(--primary) 8%, var(--surface));
  transform: translateY(-1px);
}
.upload-dropzone small { color: var(--muted); }
.upload-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
  box-shadow: 0 10px 24px rgba(237, 0, 54, .2);
}
.upload-icon .svg-icon { width: 22px; height: 22px; }
.upload-action, .file-replace {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 7px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  background: color-mix(in srgb, var(--primary) 11%, transparent);
}
.upload-action { margin-top: 7px; }
.upload-action .svg-icon { width: 16px; height: 16px; }
.upload-processing {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--surface);
}
.upload-processing > span:last-child { display: grid; gap: 3px; }
.upload-processing small { color: var(--muted); }
.upload-spinner, .release-upload-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid color-mix(in srgb, var(--primary) 18%, var(--line));
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: upload-spin .8s linear infinite;
  flex: 0 0 auto;
}
.cover-preview {
  min-height: 180px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.cover-preview img {
  width: 150px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(5, 7, 13, .16);
}
.cover-preview > div, .audio-file-meta > span:nth-child(2) { min-width: 0; display: grid; gap: 5px; }
.cover-preview strong, .audio-file-meta strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cover-preview small, .audio-file-meta small { color: var(--muted); }
.cover-preview .file-replace { width: max-content; margin-top: 7px; }
.audio-preview {
  min-height: 150px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: grid;
  align-content: center;
  gap: 18px;
}
.audio-file-meta {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}
.audio-preview-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.audio-preview audio { width: 100%; accent-color: var(--primary); }
.upload-error { margin: 10px 0 0; color: var(--danger); font-size: 13px; font-weight: 750; }
.release-upload-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  width: 100dvw;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 500;
  padding: 20px;
  display: grid;
  place-items: center;
  align-content: center;
  justify-items: center;
  gap: 10px;
  overflow: hidden;
  overscroll-behavior: none;
  text-align: center;
  color: #fff;
  background: rgba(5, 7, 13, .72);
  backdrop-filter: blur(10px);
}
.release-upload-overlay[hidden] { display: none; }
body.release-uploading {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
.release-upload-overlay::before {
  content: "";
  position: absolute;
  width: min(430px, calc(100vw - 32px));
  height: 260px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(11, 16, 32, .96);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}
.release-upload-overlay > * { position: relative; z-index: 1; }
.release-upload-overlay small { color: rgba(255,255,255,.7); max-width: 350px; }
.release-upload-spinner {
  width: 58px;
  height: 58px;
  position: relative;
  display: grid;
  place-items: center;
  border: 0;
  animation: none;
}
.release-upload-spinner::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid color-mix(in srgb, var(--primary) 18%, var(--line));
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: upload-spin .8s linear infinite;
}
.release-upload-spinner span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  color: #fff;
  text-shadow: 0 0 14px rgba(255, 0, 51, .42);
}
.release-upload-bar {
  width: min(330px, 76vw);
  height: 6px;
  margin-top: 6px;
  border-radius: 99px;
  overflow: hidden;
  background: color-mix(in srgb, var(--primary) 12%, var(--line));
}
.release-upload-bar i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), #ff5579, var(--navy));
  animation: upload-progress 1.2s ease-in-out infinite;
  transition: width .18s ease;
}
.content-id-option { background: color-mix(in srgb, #ff0033 5%, var(--surface-strong)); }
.content-id-check {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: var(--text);
}
.content-id-check input { width: auto; flex: 0 0 auto; }
.content-id-check > span:last-child { display: grid; gap: 3px; }
.content-id-check strong { font-size: 15px; }
.content-id-check small { color: var(--muted); line-height: 1.4; }
.content-id-check.disabled { cursor: not-allowed; opacity: .62; }
.youtube-mark {
  width: 32px;
  height: 24px;
  border-radius: 7px;
  color: #ff0033;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}
.youtube-mark .svg-icon { width: 32px; height: 32px; }
.youtube-mark svg path:first-child { fill: currentColor; stroke: currentColor; }
.youtube-mark svg path:last-child { fill: #fff; stroke: #fff; }
.crbt-song-preview {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 4%, var(--surface-strong));
}
.crbt-song-preview img {
  width: 130px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.crbt-song-details { min-width: 0; }
.crbt-song-details h3 { margin: 2px 0 5px; }
.crbt-song-details p { margin: 2px 0; }
.crbt-song-details small { color: var(--muted); }
.crbt-song-preview audio { grid-column: 1 / -1; width: 100%; accent-color: var(--primary); }
.module-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.module-toolbar h2 { margin: 2px 0 6px; }
.module-toolbar p { margin-bottom: 0; color: var(--muted); }
.module-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.module-actions .btn { display: inline-flex; align-items: center; gap: 7px; }
.module-actions .btn > span:last-child { min-width: 23px; padding: 2px 6px; border-radius: 99px; color: #fff; background: var(--primary); text-align: center; }
.request-history { margin-top: 24px; }
.request-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.request-card {
  min-width: 0;
  padding: 18px;
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: 0 12px 30px rgba(5,7,13,.08);
}
.request-card-head { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.request-card-head > span:first-child {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 10%, var(--surface));
}
.request-card-head > img { width: 54px; height: 54px; object-fit: cover; border-radius: 8px; }
.request-card h3, .request-card p { margin: 0; }
.request-card > a { color: var(--primary); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.withdrawal-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.withdrawal-summary-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(5, 7, 13, .08);
}
.withdrawal-summary-card span,
.withdrawal-summary-card small { display: block; color: var(--muted); }
.withdrawal-summary-card strong { display: block; margin: 9px 0 5px; font-size: 27px; }
.payout-method-panel,
.withdrawal-request-form,
.withdrawal-history,
.withdrawal-admin-table { margin-top: 20px; }
.payout-method-current {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.payout-method-current > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.payout-method-current p { margin: 4px 0 0; color: var(--muted); overflow-wrap: anywhere; }
.payout-method-form { margin-top: 16px; }
.payout-method-form[hidden] { display: none; }
.payout-method-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 17px;
  border: 1px solid color-mix(in srgb, var(--primary) 20%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 4%, var(--surface));
}
.payout-method-fields[hidden] { display: none; }
.payout-method-title {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 11px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.payout-method-title > .svg-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.payout-method-title strong,
.payout-method-title small { display: block; }
.payout-method-title small { margin-top: 2px; color: var(--muted); }
.payout-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  font-weight: 700;
}
.payout-confirmation input { width: 19px; height: 19px; flex: 0 0 auto; accent-color: var(--primary); }
.withdrawal-security-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid color-mix(in srgb, #087443 30%, var(--line));
  border-radius: 8px;
  color: #087443;
  background: color-mix(in srgb, #087443 7%, var(--surface));
  font-size: 13px;
  font-weight: 750;
}
.distributor-label-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.distributor-label-hero h2,
.distributor-label-hero p { margin: 0; }
.distributor-label-form .panel-heading,
.distributor-label-table .panel-heading,
.distributor-label-admin .panel-heading { align-items: flex-start; }
.distributor-access-form {
  display: grid;
  gap: 8px;
  min-width: min(100%, 260px);
  margin-bottom: 8px;
}
.distributor-access-form:last-child { margin-bottom: 0; }
.distributor-access-form input,
.distributor-access-form select {
  min-height: 42px;
  padding: 8px 10px;
  font-size: 14px;
}
.impersonation-return {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.seo-manager { display: grid; gap: 22px; }
.seo-hero-panel { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; background: linear-gradient(135deg, rgba(230, 0, 54, .11), rgba(9, 15, 31, .06)); }
.seo-hero-panel h2,
.seo-hero-panel p { margin: 0; }
.seo-quick-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.seo-page-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.seo-page-card { overflow: hidden; }
.seo-page-card .panel-heading { align-items: flex-start; }
.seo-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 16px; }
.seo-google-preview,
.seo-social-preview { border: 1px solid var(--border); border-radius: 8px; padding: 16px; background: rgba(255, 255, 255, .76); box-shadow: 0 18px 40px rgba(9, 15, 31, .07); min-width: 0; }
.seo-google-preview span { display: block; color: #188038; font-size: 12px; margin-bottom: 6px; overflow-wrap: anywhere; }
.seo-google-preview strong { display: block; color: #1a0dab; font-size: 18px; line-height: 1.25; font-weight: 700; }
.seo-google-preview p,
.seo-social-preview p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.seo-social-preview div { height: 115px; border-radius: 8px; background: linear-gradient(135deg, rgba(230, 0, 54, .16), rgba(9, 15, 31, .12)); display: grid; place-items: center; overflow: hidden; margin-bottom: 12px; color: var(--primary); }
.seo-social-preview img { width: 100%; height: 100%; object-fit: cover; }
.seo-social-preview strong { display: block; font-size: 16px; line-height: 1.3; }
.seo-advanced-panel .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.seo-save-button { width: min(420px, 100%); justify-self: end; }
.service-landing { background: radial-gradient(circle at 12% 0, rgba(230, 0, 54, .13), transparent 36%), var(--bg); }
.service-landing-hero { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 30px; align-items: stretch; max-width: 1180px; margin: 0 auto; padding: 86px 22px 46px; }
.service-landing-hero h1 { margin: 0; font-size: clamp(42px, 7vw, 76px); line-height: .98; letter-spacing: 0; }
.service-landing-hero p { color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 760px; }
.service-landing-hero aside { border: 1px solid var(--border); border-radius: 8px; padding: 26px; background: linear-gradient(145deg, rgba(9, 15, 31, .96), rgba(63, 0, 22, .94)); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; min-height: 280px; box-shadow: 0 24px 70px rgba(9, 15, 31, .22); }
.service-landing-hero aside > span { width: 72px; height: 72px; border-radius: 8px; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), #090f1f); margin-bottom: 24px; }
.service-landing-hero aside .svg-icon { width: 34px; height: 34px; }
.service-landing-hero aside strong { font-size: 24px; }
.service-landing-hero aside small { color: rgba(255,255,255,.72); margin-top: 10px; line-height: 1.5; }
.service-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-feature-grid article { border: 1px solid var(--border); border-radius: 8px; padding: 20px; background: var(--card); box-shadow: var(--shadow); }
.service-feature-grid span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; color: var(--primary); background: rgba(230, 0, 54, .1); margin-bottom: 18px; }
.service-feature-grid strong { display: block; font-size: 18px; }
.service-feature-grid p { color: var(--muted); line-height: 1.55; }
.withdrawal-otp-panel {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--primary) 35%, var(--line));
}
.withdrawal-otp-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(var(--primary), var(--navy));
}
.withdrawal-otp-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #72001d 56%, var(--navy));
  box-shadow: 0 12px 28px rgba(160, 0, 42, .2);
}
.withdrawal-otp-copy h2,
.withdrawal-otp-copy p { margin: 0; }
.withdrawal-otp-copy h2 { margin: 3px 0 5px; }
.withdrawal-otp-copy > p:last-child { color: var(--muted); }
.withdrawal-otp-summary {
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px 12px;
  min-width: 205px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.withdrawal-otp-summary span { color: var(--muted); font-size: 11px; font-weight: 800; }
.withdrawal-otp-summary strong { text-align: right; }
.withdrawal-otp-form {
  display: grid;
  grid-column: 2 / -1;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: end;
  gap: 12px;
}
.withdrawal-otp-form input {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .16em;
  text-align: center;
}
.withdrawal-otp-cancel { grid-column: 2 / -1; }
.withdrawal-calculation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface-strong);
}
.withdrawal-calculation > div { padding: 16px; border-right: 1px solid var(--line); }
.withdrawal-calculation > div:last-child { border-right: 0; }
.withdrawal-calculation span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.withdrawal-calculation strong { display: block; margin-top: 7px; font-size: 18px; }
.withdrawal-calculation .withdrawal-net {
  color: #fff;
  background: linear-gradient(135deg, #087443, #0b5c43);
}
.withdrawal-calculation .withdrawal-net span { color: rgba(255,255,255,.75); }
.withdrawal-action-form { display: grid; gap: 8px; min-width: 230px; }
.withdrawal-action-form textarea { min-height: 66px; }
.analytics-dashboard { display: grid; gap: 20px; }
.analytics-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  border: 1px solid color-mix(in srgb, var(--primary) 30%, var(--line));
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(237, 0, 54, .92), rgba(67, 0, 26, .88) 48%, rgba(8, 17, 36, .98)),
    var(--navy);
  box-shadow: 0 20px 46px rgba(7, 10, 20, .2);
}
.analytics-hero h2,
.analytics-hero p { margin: 0; }
.analytics-hero h2 { margin: 4px 0 7px; font-size: clamp(25px, 3vw, 38px); }
.analytics-hero .eyebrow { color: rgba(255,255,255,.75); }
.analytics-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.analytics-actions .btn { white-space: nowrap; }
.analytics-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.analytics-summary-grid article {
  position: relative;
  overflow: hidden;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(5, 7, 13, .08);
}
.analytics-summary-grid article::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #ff5477, var(--navy));
}
.analytics-summary-grid span,
.analytics-summary-grid small { display: block; color: var(--muted); }
.analytics-summary-grid strong { display: block; margin: 8px 0 4px; font-size: 28px; }
.analytics-section {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(5, 7, 13, .07);
}
.analytics-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.analytics-section-head h2,
.analytics-section-head p { margin: 0; }
.platform-ranking-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.platform-stat-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.platform-stat-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--primary) 42%, var(--line));
  box-shadow: 0 15px 28px rgba(8, 14, 28, .1);
}
.platform-stat-card h3,
.platform-stat-card p { margin: 0; }
.platform-stat-card h3 { font-size: 16px; }
.platform-stat-card p { color: var(--muted); font-size: 11px; }
.platform-stat-card > strong {
  grid-column: 1 / -1;
  margin-top: 5px;
  font-size: 26px;
}
.platform-rank {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface);
  font-size: 10px;
  font-weight: 900;
}
.platform-stat-card.youtube .platform-rank {
  color: #fff;
  border-color: #ed0036;
  background: #ed0036;
}
.platform-brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.platform-brand-mark img,
.platform-brand-mark svg { width: 25px; height: 25px; }
.platform-stat-card.youtube .platform-brand-mark img,
.visual-claim-summary .platform-brand-mark img { filter: invert(18%) sepia(98%) saturate(7480%) hue-rotate(343deg) brightness(92%) contrast(111%); }
.platform-stat-card.spotify .platform-brand-mark img { filter: invert(67%) sepia(76%) saturate(541%) hue-rotate(87deg) brightness(86%) contrast(92%); }
.visual-claim-summary {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}
.visual-claim-summary .platform-brand-mark { width: 58px; height: 58px; }
.visual-claim-summary h2,
.visual-claim-summary p { margin: 0; }
.visual-claim-summary > strong {
  padding: 12px 15px;
  border: 1px solid color-mix(in srgb, var(--primary) 24%, var(--line));
  border-radius: 8px;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 6%, var(--surface));
}
.chart-legend {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.chart-legend span { width: 9px; height: 9px; border-radius: 2px; }
.chart-legend .audio,
.trend-bars .audio { background: linear-gradient(180deg, #ff174d, #930021); }
.chart-legend .visual,
.trend-bars .visual { background: linear-gradient(180deg, #314d83, #0a1429); }
.stream-trend-chart {
  display: flex;
  align-items: stretch;
  gap: 12px;
  min-height: 260px;
  padding: 24px 10px 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 51px, color-mix(in srgb, var(--line) 65%, transparent) 52px);
}
.trend-month {
  display: grid;
  grid-template-rows: 210px 28px;
  flex: 1;
  min-width: 64px;
  text-align: center;
}
.trend-bars { display: flex; align-items: end; justify-content: center; gap: 5px; height: 210px; }
.trend-bars i { width: min(22px, 38%); min-height: 8px; border-radius: 5px 5px 0 0; }
.trend-month > span { padding-top: 7px; color: var(--muted); font-size: 11px; font-weight: 800; }
.report-file-link {
  display: inline-flex;
  margin: 2px;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
}
.analytics-admin-form { margin-bottom: 20px; }
.analytics-admin-form .panel-heading p { margin-bottom: 0; color: var(--muted); }
.analytics-form-section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding: 13px 15px;
  border-left: 3px solid var(--primary);
  border-radius: 0 8px 8px 0;
  background: color-mix(in srgb, var(--primary) 6%, var(--surface));
}
.analytics-form-section img { width: 29px; height: 29px; filter: invert(18%) sepia(98%) saturate(7480%) hue-rotate(343deg) brightness(92%) contrast(111%); }
.analytics-form-section strong,
.analytics-form-section small { display: block; }
.analytics-form-section small { color: var(--muted); }
.analytics-report-history { margin-bottom: 20px; }
.earnings-ledger-admin { margin-top: 20px; }
.channel-manager-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--primary) 28%, var(--line));
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(110deg, #ed0036, #78001e 48%, #091329);
  box-shadow: 0 18px 42px rgba(6, 10, 22, .18);
}
.channel-manager-hero h2,
.channel-manager-hero p { margin: 0; }
.channel-manager-hero h2 { margin: 4px 0 6px; }
.channel-manager-hero .eyebrow { color: rgba(255,255,255,.72); }
.channel-manager-hero .status-badge { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.12); }
.channel-add-form { margin-bottom: 20px; }
.channel-add-form .panel-heading > .svg-icon { color: var(--primary); }
.channel-status-panel { margin-bottom: 18px; }
.channel-status-copy {
  margin: 4px 0 0;
  max-width: 720px;
  color: var(--muted);
  line-height: 1.65;
}
.channel-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.channel-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(5, 7, 13, .08);
}
.channel-card > a { display: block; margin: 12px 0; overflow: hidden; color: var(--primary); text-overflow: ellipsis; white-space: nowrap; }
.channel-card-head { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 12px; }
.channel-card-head > span:first-child {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: #ed0036;
}
.channel-card-head strong,
.channel-card-head small { display: block; }
.channel-card-head small { color: var(--muted); }
.channel-status-list {
  display: grid;
  gap: 9px;
  margin: 15px 0;
}
.channel-status-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-strong) 72%, transparent);
}
.channel-status-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.channel-status-list strong {
  text-align: right;
  color: var(--text);
}
.channel-verification-form { display: grid; gap: 13px; margin-top: 15px; }
.channel-verification-instructions,
.channel-admin-note {
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 5%, var(--surface));
}
.channel-verification-instructions p,
.channel-admin-note p { margin: 5px 0 0; color: var(--muted); }
.channel-review-banner,
.channel-verified-banner {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  padding: 13px;
  border-radius: 8px;
  line-height: 1.45;
  font-weight: 800;
}
.channel-review-banner {
  border: 1px solid #f0d394;
  color: #9b6400;
  background: #fff8e8;
}
.channel-review-banner .svg-icon,
.channel-verified-banner .svg-icon {
  flex: 0 0 auto;
}
.channel-verified-banner {
  border: 1px solid #86d4ae;
  color: #087443;
  background: #effbf5;
}
.channel-proof-link { display: grid; gap: 6px; width: 120px; color: var(--primary); font-size: 11px; font-weight: 800; }
.channel-proof-link img { width: 120px; height: 76px; object-fit: cover; border: 1px solid var(--line); border-radius: 6px; }
.request-card > small, .request-card > time { color: var(--muted); }
.crbt-segment {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.crbt-segment legend { padding: 0 8px; font-weight: 900; }
.crbt-segment > p { margin-top: 0; color: var(--muted); }
.crbt-segment:disabled { opacity: .55; }
.segment-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.segment-window {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 7%, var(--surface));
}
.segment-window strong:last-child { text-align: right; }
.segment-window span { color: var(--muted); font-size: 12px; }
.segment-range { width: 100%; margin: 18px 0 10px; accent-color: var(--primary); }
.segment-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.operator-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }
.operator-options label { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.operator-options input { width: auto; }
.legal-page { min-height: 70vh; }
.policy-page { min-height: 70vh; }
.policy-page .reveal {
  opacity: 1;
  transform: none;
}
.policy-hero {
  padding: 82px clamp(18px, 6vw, 90px) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  align-items: center;
  gap: 42px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--primary) 9%, transparent), transparent 52%),
    color-mix(in srgb, var(--surface-strong) 72%, transparent);
}
.policy-hero h1 {
  max-width: 780px;
  margin: 7px 0 16px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1;
}
.policy-hero-copy > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.policy-meta span {
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  font-size: 13px;
  font-weight: 800;
}
.policy-meta .svg-icon { width: 17px; height: 17px; color: var(--primary); }
.policy-summary {
  padding: 24px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid color-mix(in srgb, var(--primary) 28%, var(--line));
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 24px 60px rgba(5, 7, 13, .12);
}
.policy-summary > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #79001b 58%, var(--navy));
}
.policy-summary .svg-icon { width: 25px; height: 25px; }
.policy-summary p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.policy-layout {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 56px 0 90px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 38px;
}
.policy-navigation {
  position: sticky;
  top: 96px;
  padding: 20px;
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(5, 7, 13, .07);
}
.policy-navigation .eyebrow { margin-bottom: 8px; }
.policy-navigation a {
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.policy-navigation a:hover { color: var(--primary); background: color-mix(in srgb, var(--primary) 7%, var(--surface)); }
.policy-content {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 48px rgba(5, 7, 13, .08);
}
.policy-introduction { padding: 30px; background: color-mix(in srgb, var(--primary) 5%, var(--surface)); border-bottom: 1px solid var(--line); }
.policy-introduction p { margin: 0; font-size: 17px; line-height: 1.75; }
.policy-introduction p + p { margin-top: 12px; }
.policy-content > section { position: relative; padding: 34px 38px; scroll-margin-top: 94px; border-bottom: 1px solid var(--line); }
.policy-content h2 { margin: 0 0 14px; font-size: clamp(25px, 3vw, 34px); }
.policy-content h3 { margin: 12px 0 8px; font-size: 18px; }
.policy-content section > p { color: var(--muted); line-height: 1.75; }
.policy-content a { color: var(--primary); font-weight: 800; }
.policy-section-number {
  position: absolute;
  top: 34px;
  right: 38px;
  color: color-mix(in srgb, var(--primary) 34%, var(--muted));
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.policy-check-list { margin: 20px 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; list-style: none; }
.policy-check-list li {
  padding: 12px 14px 12px 38px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  font-weight: 750;
}
.policy-check-list li::before { content: "✓"; position: absolute; left: 14px; color: var(--primary); font-weight: 900; }
.cookie-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.cookie-type-grid article { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-strong); }
.cookie-type-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.cookie-type-grid .svg-icon { width: 21px; height: 21px; }
.cookie-type-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.policy-notice { margin-top: 20px; padding: 16px; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; border-left: 3px solid var(--primary); background: color-mix(in srgb, var(--primary) 6%, var(--surface-strong)); }
.policy-notice > span { color: var(--primary); }
.policy-notice p { margin: 0; color: var(--muted); line-height: 1.6; }
.copyright-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.copyright-service-grid article {
  min-height: 88px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.copyright-service-grid .svg-icon { width: 22px; height: 22px; color: var(--primary); }
.copyright-service-grid strong { font-size: 13px; line-height: 1.4; }
.policy-warning-section { background: color-mix(in srgb, var(--primary) 2.5%, var(--surface)); }
.prohibited-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 20px 0; }
.prohibited-content-grid > div {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--primary) 20%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 5%, var(--surface-strong));
}
.prohibited-content-grid .svg-icon { width: 18px; height: 18px; color: var(--primary); }
.prohibited-content-grid strong { font-size: 13px; }
.policy-danger-notice { border-left-color: var(--danger); }
.copyright-complaint-card {
  margin-top: 22px;
  padding: 18px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid color-mix(in srgb, var(--primary) 28%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 5%, var(--surface-strong));
}
.copyright-complaint-card > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.copyright-complaint-card small,
.copyright-complaint-card code { display: block; }
.copyright-complaint-card small { color: var(--muted); font-size: 11px; }
.copyright-complaint-card code { margin-top: 6px; color: var(--muted); font: 700 12px/1.5 inherit; }
.dmca-counter-card {
  margin-top: 22px;
  padding: 18px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 8px;
  background: var(--surface-strong);
}
.dmca-counter-card > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.dmca-counter-card .svg-icon { width: 23px; height: 23px; }
.dmca-counter-card strong { display: block; }
.dmca-counter-card p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.terms-verification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}
.terms-verification-grid article {
  padding: 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.terms-verification-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.terms-verification-grid h3,
.terms-verification-grid p { margin: 0; }
.terms-verification-grid p { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.terms-restriction-strip { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.terms-restriction-strip span {
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 99px;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 5%, var(--surface-strong));
  font-size: 12px;
  font-weight: 800;
}
.terms-restriction-strip .svg-icon { width: 16px; height: 16px; }
.copyright-process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 22px 0; }
.copyright-process > div {
  position: relative;
  min-height: 108px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  background: var(--surface-strong);
}
.copyright-process span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
  font-size: 12px;
  font-weight: 900;
}
.copyright-process strong { font-size: 11px; line-height: 1.35; }
.copyright-platform-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 20px 0;
}
.copyright-platform-strip > div {
  min-height: 72px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.copyright-platform-strip img,
.copyright-platform-strip > div > span {
  width: 36px;
  height: 36px;
  padding: 5px;
  display: grid;
  place-items: center;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}
.copyright-platform-strip .svg-icon { width: 22px; height: 22px; color: var(--primary); }
.copyright-platform-strip strong { font-size: 12px; }
.privacy-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 20px;
}
.privacy-data-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.privacy-data-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.privacy-data-grid .svg-icon { width: 21px; height: 21px; }
.privacy-data-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.privacy-communication-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin: 20px 0;
}
.privacy-communication-strip > div {
  min-height: 88px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  background: var(--surface-strong);
}
.privacy-communication-strip .svg-icon { width: 22px; height: 22px; color: var(--primary); }
.privacy-communication-strip strong { font-size: 11px; line-height: 1.35; }
.privacy-security-grid,
.privacy-rights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}
.privacy-security-grid article,
.privacy-rights-grid article {
  min-height: 74px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.privacy-security-grid .svg-icon,
.privacy-rights-grid .svg-icon { width: 22px; height: 22px; color: var(--primary); }
.privacy-security-grid strong,
.privacy-rights-grid strong { font-size: 13px; line-height: 1.4; }
.policy-content > .policy-contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 28px; background: color-mix(in srgb, var(--navy) 94%, var(--primary)); color: #fff; }
.policy-contact h2 { color: #fff; }
.policy-contact > div > p:not(.eyebrow) { color: rgba(255, 255, 255, .7); }
.policy-contact-links { display: grid; gap: 9px; }
.policy-contact-links a { padding: 12px; display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; color: #fff; background: rgba(255,255,255,.06); }
.policy-contact-links a > span:first-child { color: #ff5579; }
.policy-contact-links small, .policy-contact-links strong { display: block; }
.policy-contact-links small { color: rgba(255,255,255,.58); font-size: 10px; text-transform: uppercase; }
.policy-contact-links strong { margin-top: 2px; font-size: 13px; overflow-wrap: anywhere; }
.policy-acknowledgement { padding: 22px 30px; display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: center; gap: 12px; }
.policy-acknowledgement > span { color: var(--primary); }
.policy-acknowledgement p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.legal-card { max-width: 900px; margin: auto; padding: 34px; }

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.panel-heading h2, .panel-heading p { margin: 0; }
.support-ticket-form { margin-bottom: 22px; }
.support-attachment > span { color: var(--muted); font-weight: 500; }
.support-attachment small { display: block; margin-top: 8px; color: var(--muted); }
.priority-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

/* Casting & Talents */
.casting-page {
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
  background:
    linear-gradient(rgba(237, 0, 54, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 16, 32, .045) 1px, transparent 1px);
  background-size: 52px 52px;
}
.casting-page * { min-width: 0; }
.casting-hero {
  width: 100%;
  max-width: 100vw;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 420px);
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 6vw, 86px);
  padding: clamp(58px, 8vw, 104px) clamp(18px, 6vw, 88px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(237, 0, 54, .24), transparent 31%),
    linear-gradient(135deg, #05070d 0%, #0a1020 68%, #25030d 100%);
}
.casting-hero-copy { width: 100%; max-width: 800px; }
.casting-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1;
}
.casting-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}
.casting-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.casting-trust-row span, .casting-age-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .065);
  backdrop-filter: blur(12px);
}
.casting-trust-row .svg-icon, .casting-age-note .svg-icon { width: 18px; height: 18px; color: #ff315e; }
.casting-hero-panel {
  width: 100%;
  max-width: 420px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(20px);
}
.casting-hero-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #76001a 64%, #0a1020);
}
.casting-hero-icon .svg-icon { width: 28px; height: 28px; }
.casting-hero-panel ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.casting-hero-panel li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-weight: 800;
}
.casting-hero-panel li span { color: #ff315e; font-size: 12px; }
.casting-age-note { margin: 20px 0 0; font-size: 13px; }
.casting-form-section { width: min(1120px, 100%); max-width: 100%; margin: 0 auto; }
.casting-form { display: grid; gap: 22px; }
.casting-form-block, .casting-submit-block {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.casting-block-heading {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 28px;
}
.casting-block-heading > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--primary) 28%, var(--line));
  border-radius: 8px;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 9%, var(--surface-strong));
}
.casting-block-heading > span .svg-icon { width: 24px; height: 24px; }
.casting-block-heading h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); }
.casting-block-heading p:not(.eyebrow) { margin: 6px 0 0; color: var(--muted); }
.casting-choice-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.casting-choice-group legend { margin-bottom: 8px; color: var(--muted); font-weight: 800; }
.casting-choice-group > div { display: flex; flex-wrap: wrap; gap: 9px; }
.casting-choice-group label { display: block; cursor: pointer; }
.casting-choice-group input { position: absolute; opacity: 0; pointer-events: none; }
.casting-choice-group label span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--surface-strong);
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}
.casting-choice-group input:checked + span {
  border-color: var(--primary);
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 10%, var(--surface-strong));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent);
}
.casting-choice-group label:hover span { transform: translateY(-2px); }
.experience-duration { display: grid; grid-template-columns: repeat(2, minmax(0, 180px)); gap: 14px; }
.experience-duration[hidden] { display: none; }
.casting-input-with-logo { position: relative; }
.casting-input-with-logo img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 13px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}
.casting-input-with-logo input { padding-left: 45px; }
.casting-upload-grid { display: grid; gap: 16px; }
.casting-upload-card {
  position: relative;
  min-height: 250px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 24px;
  overflow: hidden;
  border: 1px dashed color-mix(in srgb, var(--primary) 45%, var(--line));
  border-radius: 8px;
  text-align: center;
  background: color-mix(in srgb, var(--primary) 5%, var(--surface-strong));
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.casting-upload-card:hover { transform: translateY(-3px); border-color: var(--primary); box-shadow: var(--shadow); }
.casting-upload-card > input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.casting-upload-card strong { font-size: 20px; color: var(--text); }
.casting-upload-card small, .casting-upload-card output { color: var(--muted); }
.casting-upload-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #79001b 64%, #0a1020);
}
.casting-upload-icon .svg-icon { width: 27px; height: 27px; }
.casting-photo-preview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.casting-photo-preview[hidden] { display: none; }
.casting-photo-preview img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.casting-video-area { display: grid; gap: 20px; margin-top: 28px; }
.casting-subheading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.casting-subheading h3 { margin: 0; }
.casting-subheading p { margin: 5px 0 0; color: var(--muted); }
.casting-link-list { display: grid; gap: 10px; }
.casting-link-row { display: grid; grid-template-columns: minmax(0, 1fr) 42px; gap: 8px; }
.casting-or { display: flex; align-items: center; gap: 12px; color: var(--muted); text-transform: uppercase; font-size: 12px; font-weight: 900; }
.casting-or::before, .casting-or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.casting-video-upload { min-height: 220px; }
.casting-submit-block { display: grid; gap: 18px; }
.casting-agreement { align-items: flex-start; line-height: 1.65; }
.casting-agreement input { margin-top: 5px; }
.casting-submit-block > .btn { width: min(100%, 360px); }
.casting-submit-block > p { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--muted); font-size: 13px; }
.casting-submit-block > p .svg-icon { width: 17px; height: 17px; color: var(--primary); }
.alert-casting-success {
  padding: 18px;
  border: 1px solid rgba(5, 150, 105, .35);
  border-left: 4px solid #059669;
  border-radius: 8px;
  color: #047857;
  background: rgba(167, 243, 208, .35);
  box-shadow: 0 14px 30px rgba(5, 150, 105, .1);
}
[data-theme="dark"] .alert-casting-success { color: #6ee7b7; background: rgba(5, 150, 105, .14); }
.casting-admin-header .form-grid { grid-template-columns: 2fr repeat(2, 1fr) auto auto; align-items: end; }
.casting-admin-layout { display: grid; grid-template-columns: minmax(240px, 340px) minmax(0, 1fr); gap: 24px; }
.casting-admin-cover { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid var(--line); border-radius: 8px; }
.casting-admin-quick-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.casting-admin-quick-actions img { width: 18px; height: 18px; }
.casting-admin-metadata dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.casting-admin-metadata dl div { padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-strong); }
.casting-admin-metadata dt { margin-bottom: 4px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.casting-admin-metadata dd { margin: 0; font-weight: 800; overflow-wrap: anywhere; }
.casting-admin-review { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.casting-admin-portfolio { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.casting-admin-photo-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.casting-admin-photo-grid a { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-strong); }
.casting-admin-photo-grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .25s ease; }
.casting-admin-photo-grid a:hover img { transform: scale(1.04); }
.casting-admin-photo-grid span {
  position: absolute;
  right: 7px;
  bottom: 7px;
  left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  background: rgba(5, 7, 13, .76);
  backdrop-filter: blur(8px);
}
.casting-admin-photo-grid span .svg-icon { width: 14px; height: 14px; }
.casting-admin-videos { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 24px; }
.casting-admin-videos h3 { flex-basis: 100%; margin: 0 0 4px; }
.casting-admin-videos video { width: min(100%, 640px); max-height: 420px; border-radius: 8px; background: #000; }

@media (max-width: 1240px) {
  .site-nav { gap: 14px; font-size: 14px; }
}

@media (max-width: 1100px) {
  .casting-admin-header .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .casting-admin-photo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .casting-hero {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    gap: 22px;
  }
  .casting-hero h1 { font-size: 52px; }
  .casting-hero-panel { max-width: 100%; }
  .casting-photo-preview { grid-template-columns: repeat(3, 1fr); }
  .casting-admin-layout { grid-template-columns: 1fr; }
  .casting-admin-profile { max-width: 420px; }
  .casting-admin-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .casting-page { overflow-x: hidden; }
  .casting-hero { padding: 48px 18px; }
  .casting-hero h1 { font-size: 42px; }
  .casting-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .casting-trust-row { display: grid; }
  .casting-form-section { padding-inline: 14px; }
  .casting-form-block, .casting-submit-block { padding: 20px 16px; }
  .casting-block-heading { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; }
  .casting-block-heading > span { width: 44px; height: 44px; }
  .casting-choice-group > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .casting-choice-group label span { width: 100%; justify-content: center; text-align: center; }
  .experience-duration { grid-template-columns: repeat(2, 1fr); }
  .casting-photo-preview { grid-template-columns: repeat(2, 1fr); }
  .casting-subheading { align-items: flex-start; flex-direction: column; }
  .casting-subheading .btn { width: 100%; }
  .casting-upload-card { min-height: 230px; padding: 20px 14px; }
  .casting-admin-header .form-grid, .casting-admin-metadata dl { grid-template-columns: 1fr; }
  .casting-admin-quick-actions { grid-template-columns: 1fr; }
  .casting-admin-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.priority-low { color: #197a52; background: rgba(31, 171, 112, .1); }
.priority-medium { color: #9b6500; background: rgba(232, 165, 32, .12); }
.priority-high { color: #c24316; background: rgba(235, 94, 40, .12); }
.priority-urgent { color: var(--primary); background: color-mix(in srgb, var(--primary) 12%, transparent); }
.support-ticket-list, .support-admin-list { margin-top: 22px; }
.empty-state {
  text-align: center;
  padding: 28px;
}
.empty-state .svg-icon { width: 34px; height: 34px; color: var(--primary); }
.empty-state h3, .empty-state p { margin: 8px 0 0; }
.ticket-detail, .ticket-admin-detail { margin-top: 22px; }
.ticket-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
.ticket-meta > span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 4%, var(--surface));
  overflow-wrap: anywhere;
}
.ticket-meta strong { font-size: 12px; color: var(--muted); text-transform: uppercase; }
.ticket-meta small { color: var(--muted); }
.ticket-message {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.ticket-message.staff-reply {
  border-left: 3px solid var(--primary);
  background: color-mix(in srgb, var(--primary) 5%, var(--surface));
}
.ticket-message.user-reply { border-left: 3px solid var(--navy); }
.ticket-message > strong { display: block; }
.ticket-message > small { display: block; margin-top: 3px; color: var(--muted); }
.ticket-message p { margin: 10px 0 0; overflow-wrap: anywhere; }
.ticket-message .btn { margin-top: 12px; }
.ticket-reply-form { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.ticket-user-reply { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.ticket-close-form { display: flex; justify-content: flex-end; margin-top: 12px; }
.bulk-email-intro p { margin: 0; color: var(--muted); }
.email-routing-hero {
  margin-bottom: 18px;
  padding: clamp(22px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .28fr);
  align-items: center;
  gap: 18px;
  border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--line));
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--primary) 18%, transparent), transparent 32%),
    linear-gradient(135deg, color-mix(in srgb, var(--primary) 10%, transparent), transparent 54%),
    var(--surface);
  box-shadow: var(--shadow);
}
.email-routing-hero h2 { margin: 8px 0 10px; font-size: clamp(34px, 5vw, 56px); line-height: 1; }
.email-routing-hero p:not(.eyebrow) { max-width: 850px; margin: 0; color: var(--muted); line-height: 1.7; }
.email-routing-summary {
  min-height: 150px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-strong) 80%, transparent);
}
.email-routing-summary > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
  box-shadow: 0 16px 36px color-mix(in srgb, var(--primary) 25%, transparent);
}
.email-routing-summary .svg-icon { width: 28px; height: 28px; }
.email-routing-summary strong { display: block; margin-top: 10px; font-size: 24px; }
.email-routing-summary small { display: block; color: var(--muted); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.email-routing-form { display: grid; gap: 18px; }
.email-route-section { overflow: hidden; }
.email-route-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.email-route-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--primary) 5%, transparent), transparent 62%),
    var(--surface-strong);
}
.email-route-card-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.email-route-card-head > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.email-route-card-head h3 { margin: 0; font-size: 18px; line-height: 1.2; }
.email-route-card-head p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.email-route-fields { margin-top: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.email-route-fields label small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.email-route-toggle {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  font-weight: 900;
}
.email-route-toggle input { width: auto; }
.email-routing-save {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.email-routing-save p { margin: 4px 0 0; color: var(--muted); }
.bulk-email-form { margin-top: 22px; }
.bulk-email-form label { position: relative; }
.field-counter {
  float: right;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.field-counter.over-limit { color: var(--primary); }
.bulk-email-form label small { display: block; margin-top: 8px; color: var(--muted); }
.rich-email-field {
  display: grid;
  gap: 10px;
}
.rich-email-label {
  color: var(--muted);
  font-weight: 850;
}
.rich-email-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-strong) 88%, #fff 12%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.rich-email-toolbar button,
.rich-email-color {
  width: 42px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.rich-email-toolbar button:hover,
.rich-email-color:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--primary) 42%, var(--line));
  box-shadow: 0 10px 22px rgba(237, 0, 54, .12);
}
.rich-email-toolbar .svg-icon { width: 20px; height: 20px; }
.rich-email-color {
  position: relative;
  font-weight: 900;
  overflow: hidden;
}
.rich-email-color span {
  border-bottom: 3px solid var(--primary);
  line-height: 1;
}
.rich-email-color.highlight span {
  padding: 1px 4px;
  border-bottom: 0;
  border-radius: 4px;
  background: #fff0f4;
}
.rich-email-color input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.rich-email-editor {
  min-height: 260px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  line-height: 1.75;
  font-weight: 650;
  outline: none;
  overflow-wrap: anywhere;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.rich-email-editor:focus {
  border-color: color-mix(in srgb, var(--primary) 55%, var(--line));
  box-shadow: 0 0 0 4px rgba(237, 0, 54, .1);
}
.rich-email-editor:empty::before {
  content: attr(data-placeholder);
  color: var(--muted);
}
.rich-email-editor ul,
.rich-email-editor ol {
  margin: 10px 0 10px 22px;
  padding: 0;
}
.rich-email-editor p { margin: 0 0 12px; }
.rich-email-source {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.rich-email-field small { color: var(--muted); }
.email-chip-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 58px;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  cursor: text;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.email-chip-input:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 14%, transparent);
}
.email-chip-input.has-error {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent);
}
.email-chip-list {
  display: contents;
}
.email-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  min-height: 38px;
  padding: 5px 7px 5px 6px;
  border: 1px solid color-mix(in srgb, var(--primary) 28%, var(--line));
  border-radius: 999px;
  color: var(--text);
  background: color-mix(in srgb, var(--primary) 7%, var(--surface));
}
.email-chip-icon {
  display: inline-grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.email-chip-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.email-chip-address {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.email-chip-remove {
  display: inline-grid;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: transparent;
  font: 700 20px/1 sans-serif;
  cursor: pointer;
}
.email-chip-remove:hover,
.email-chip-remove:focus-visible {
  color: #fff;
  background: var(--primary);
}
.email-chip-input .email-chip-entry,
.email-chip-input input[data-email-chip-entry] {
  flex: 1 1 190px;
  min-width: 150px;
  min-height: 38px;
  margin: 0;
  padding: 6px 4px;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
}
.email-chip-input input[data-email-chip-entry]:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.email-chip-error {
  display: block;
  margin-top: 7px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 750;
}
.email-chip-error[hidden] { display: none; }
.bulk-email-footer-preview {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid color-mix(in srgb, var(--primary) 25%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--primary) 5%, var(--surface));
}
.bulk-email-footer-preview > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--navy));
}
.bulk-email-footer-preview .svg-icon { width: 23px; height: 23px; }
.bulk-email-footer-preview p { margin: 4px 0 0; color: var(--muted); line-height: 1.55; }
.bulk-email-history { margin-top: 22px; }
.delivery-count { display: inline-grid; min-width: 30px; min-height: 26px; place-items: center; padding: 3px 8px; border-radius: 999px; font-weight: 900; }
.delivery-count.success { color: #197a52; background: rgba(31, 171, 112, .12); }
.delivery-count.failed { color: var(--primary); background: color-mix(in srgb, var(--primary) 12%, transparent); }
.failed-email-list { margin-top: 6px; color: var(--primary); }
.failed-email-list summary { cursor: pointer; font-size: 12px; font-weight: 800; }
.failed-email-list small { display: block; margin-top: 5px; color: var(--muted); overflow-wrap: anywhere; }
.announcement-history-panel { margin-top: 22px; }
.announcement-history-panel td { vertical-align: top; }
.announcement-history-panel td strong,
.announcement-history-panel td { overflow-wrap: anywhere; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes pulse { 50% { transform: scale(1.08); } }
@keyframes drift { to { background-position: 54px 54px; } }
@keyframes upload-spin { to { transform: rotate(360deg); } }
@keyframes upload-progress {
  from { transform: translateX(-110%); }
  to { transform: translateX(350%); }
}
@keyframes slide-left { to { transform: translateX(-50%); } }
@keyframes partner-slide-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (max-width: 760px) {
  .staff-admin-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
  .staff-admin-hero h2 { font-size: 34px; }
  .staff-permission-grid { grid-template-columns: 1fr; }
  .staff-admin-actions,
  .staff-admin-actions .inline-form,
  .staff-admin-actions .inline-form:last-child {
    min-width: 0;
    grid-template-columns: 1fr;
  }
  .readonly-notice { align-items: flex-start; }
}

@media (max-width: 1100px) {
  .staff-admin-layout { grid-template-columns: 1fr; }
  .services-heading { grid-template-columns: 1fr; gap: 14px; }
  .services-heading > p { max-width: 680px; }
  .social-follow-section { grid-template-columns: 1fr; }
  .social-follow-copy { max-width: 720px; }
  .email-routing-hero,
  .email-route-card-grid,
  .email-route-fields { grid-template-columns: 1fr; }
  .email-routing-summary { min-height: 120px; }
  .email-routing-save { align-items: stretch; flex-direction: column; }
  .contact-page-hero { grid-template-columns: 1fr; }
  .contact-page-response { max-width: 720px; }
  .audio-platforms-hero { grid-template-columns: 1fr; }
  .audio-platforms-overview { max-width: 720px; }
  .team-members-hero { grid-template-columns: 1fr; }
  .team-members-hero-panel { max-width: 720px; }
  .policy-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 24px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .contact-sender-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-ranking-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .withdrawal-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-release-media { grid-template-columns: 1fr 1fr; }
  .release-metadata-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid, .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audio-platform-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .stats, .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .claimed-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .claim-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-lower-grid { grid-template-columns: 1fr; }
  .request-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 420px; }
}

@media (min-width: 761px) and (max-width: 1240px) {
  .site-header { gap: 14px; }
  .site-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: auto;
    right: 24px;
    width: min(330px, calc(100vw - 48px));
    padding: 14px;
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: grid; }
  .menu-toggle { display: inline-flex; }
}

@media (max-width: 760px) {
  .services-section::before { top: 3%; width: 130vw; height: 250px; }
  .services-heading { gap: 10px; }
  .services-heading > p { font-size: 14px; line-height: 1.65; }
  .service-grid { gap: 14px; }
  .service-card {
    min-height: 0;
    padding: 22px;
  }
  .service-icon { width: 56px; height: 56px; }
  .service-icon img { width: 34px; height: 34px; }
  .service-icon.service-logo-stack {
    min-height: 56px;
    padding: 9px 11px;
  }
  .service-icon.service-logo-stack img { width: 28px; height: 28px; }
  .service-card-copy { margin-top: 0; padding-top: 28px; }
  .service-card h3 { font-size: 21px; }
  .service-card p { font-size: 14px; line-height: 1.68; }
  .service-card-line { margin-top: 18px; }
  .social-follow-links { grid-template-columns: 1fr; }
  .social-follow-card { min-height: 72px; }
  .contact-page-hero { padding: 52px 18px 42px; gap: 26px; }
  .contact-page-hero h1 { font-size: 40px; }
  .contact-page-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .contact-page-response { padding: 18px; grid-template-columns: 44px minmax(0, 1fr); }
  .contact-page-response > span { width: 44px; height: 44px; }
  .audio-platforms-hero { padding: 52px 18px 42px; gap: 28px; }
  .audio-platforms-hero h1 { font-size: 40px; }
  .audio-platforms-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .audio-platforms-hero-actions .btn { flex: 1 1 150px; }
  .audio-platforms-overview { padding: 17px; }
  .team-members-hero { padding: 52px 18px 42px; gap: 28px; }
  .team-members-hero h1 { font-size: 40px; }
  .team-members-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .team-members-hero-panel { padding: 18px; grid-template-columns: 44px minmax(0, 1fr); }
  .team-members-hero-panel > span { width: 44px; height: 44px; }
  .team-members-grid { grid-template-columns: 1fr; }
  .team-member-photo { aspect-ratio: 4 / 4.4; }
  .audio-platforms-logo-cloud { min-height: 120px; gap: 7px; }
  .audio-platforms-logo-cloud span { width: 48px; height: 48px; padding: 8px; }
  .audio-platforms-overview-stats strong { font-size: 23px; }
  .audio-platforms-overview-stats small { font-size: 8px; }
  .policy-hero {
    padding: 52px 18px 42px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .policy-hero h1 { font-size: 44px; }
  .policy-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .policy-summary { padding: 18px; grid-template-columns: 44px minmax(0, 1fr); }
  .policy-summary > span { width: 44px; height: 44px; }
  .policy-layout {
    width: calc(100% - 28px);
    padding: 28px 0 58px;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .policy-navigation {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .policy-navigation .eyebrow { grid-column: 1 / -1; }
  .policy-navigation a { padding: 8px; font-size: 12px; }
  .policy-introduction { padding: 22px 20px; }
  .policy-introduction p { font-size: 15px; }
  .policy-content > section { padding: 28px 20px; }
  .policy-section-number { top: 29px; right: 20px; }
  .policy-content h2 { max-width: calc(100% - 38px); font-size: 25px; }
  .policy-check-list,
  .cookie-type-grid { grid-template-columns: 1fr; }
  .copyright-service-grid,
  .prohibited-content-grid,
  .copyright-platform-strip,
  .privacy-data-grid,
  .privacy-security-grid,
  .privacy-rights-grid { grid-template-columns: 1fr; }
  .privacy-communication-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .copyright-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .copyright-complaint-card { grid-template-columns: 42px minmax(0, 1fr); }
  .copyright-complaint-card > span { width: 42px; height: 42px; }
  .copyright-complaint-card .btn { grid-column: 1 / -1; width: 100%; }
  .dmca-counter-card { grid-template-columns: 42px minmax(0, 1fr); }
  .dmca-counter-card > span { width: 42px; height: 42px; }
  .dmca-counter-card .btn { grid-column: 1 / -1; width: 100%; }
  .terms-verification-grid { grid-template-columns: 1fr; }
  .policy-content > .policy-contact { grid-template-columns: 1fr; }
  .policy-acknowledgement { padding: 20px; }
  .newsletter-band .newsletter { grid-template-columns: 1fr; }
  .newsletter-action { grid-template-columns: 1fr; }
  .contact-message-head { flex-direction: column; }
  .contact-message-head > div:last-child { justify-items: start; }
  .contact-sender-grid { grid-template-columns: 1fr; }
  .branding-upload-grid { grid-template-columns: 1fr; }
  .branding-upload-card img { height: 180px; }
  .branding-upload-card.favicon-card img { height: 92px; }
  .registration-closed-card { padding: 28px 18px; }
  .support-line,
  .existing-user-note {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
  }
  .maintenance-actions .btn { width: 100%; }
  .settings-row { align-items: flex-start; }
  .channel-manager-hero { align-items: flex-start; flex-direction: column; }
  .channel-card-grid { grid-template-columns: 1fr; }
  .channel-card-head { grid-template-columns: 42px minmax(0, 1fr); }
  .channel-card-head .status-badge { grid-column: 1 / -1; justify-self: start; }
  .payout-method-fields { grid-template-columns: 1fr; padding: 14px; }
  .payout-method-fields .span-2 { grid-column: auto; }
  .distributor-label-hero,
  .impersonation-return { align-items: flex-start; flex-direction: column; }
  .distributor-label-hero .btn,
  .impersonation-return .btn { width: 100%; }
  .distributor-access-form { min-width: 0; }
  .seo-hero-panel { align-items: flex-start; flex-direction: column; }
  .seo-page-grid,
  .seo-preview-grid,
  .seo-advanced-panel .form-grid,
  .service-landing-hero,
  .service-feature-grid { grid-template-columns: 1fr; }
  .seo-save-button,
  .seo-quick-actions .btn { width: 100%; }
  .service-landing-hero { padding-top: 54px; }
  .service-landing-hero aside { min-height: 220px; }
  .withdrawal-otp-panel { grid-template-columns: 48px minmax(0, 1fr); }
  .withdrawal-otp-icon { width: 48px; height: 48px; }
  .withdrawal-otp-summary,
  .withdrawal-otp-form,
  .withdrawal-otp-cancel { grid-column: 1 / -1; }
  .withdrawal-otp-form { grid-template-columns: 1fr; }
  .analytics-hero,
  .analytics-section-head { align-items: flex-start; flex-direction: column; }
  .analytics-actions { width: 100%; }
  .analytics-actions .btn { flex: 1; }
  .analytics-summary-grid,
  .platform-ranking-grid { grid-template-columns: 1fr; }
  .visual-claim-summary { grid-template-columns: 52px minmax(0, 1fr); }
  .visual-claim-summary > strong { grid-column: 1 / -1; text-align: center; }
  .analytics-section { padding: 17px; }
  .stream-trend-chart { margin-inline: -8px; padding-inline: 8px; }
  .withdrawal-summary-grid,
  .withdrawal-calculation { grid-template-columns: 1fr; }
  .withdrawal-calculation > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .withdrawal-calculation > div:last-child { border-bottom: 0; }
  .artist-showcase-window {
    margin-inline: -18px;
    padding-inline: 18px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  }
  .artist-showcase-card {
    width: 230px;
    min-width: 230px;
  }
  .artist-showcase-copy { min-height: 132px; padding: 14px; }
  .admin-release-toolbar { align-items: stretch; flex-direction: column; }
  .admin-release-toolbar .btn { width: 100%; }
  .admin-release-media,
  .release-metadata-grid { grid-template-columns: 1fr; }
  .release-metadata-grid .metadata-stores { grid-column: auto; }
  .site-nav {
    display: none; position: absolute; top: 72px; left: 12px; right: 12px; padding: 14px;
    background: var(--surface-strong); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow);
  }
  .site-nav.open { display: grid; }
  .menu-toggle { display: inline-flex; }
  .header-actions .btn-ghost { display: none; }
  .admin-users-table { min-width: 640px; }
  .user-edit-drawer { padding: 10px; align-items: start; }
  .user-edit-panel {
    width: 100%;
    max-height: calc(100vh - 20px);
  }
  .user-edit-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .user-edit-grid { grid-template-columns: 1fr; }
  .user-edit-card .approval-form { min-width: 0; }
  .hero { padding-top: 42px; }
  .hero h1 {
    font-size: 34px;
    line-height: 1.06;
    max-width: 100%;
  }
  .hero-actions { flex-wrap: wrap; }
  .platform-showcase { padding: 18px; }
  .platform-showcase-head h2 { font-size: 27px; }
  .showcase-workflows article { grid-template-columns: 40px minmax(0, 1fr); }
  .showcase-logos { grid-column: 2; margin-top: 3px; }
  .showcase-footer { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-highlights { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .footer-highlight {
    min-height: 105px;
    padding: 10px 7px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer-highlight strong { font-size: 20px; }
  .footer-highlight small { font-size: 9px; letter-spacing: .04em; }
  .footer-highlight-mark.logo-stack { max-width: 100%; gap: 1px; }
  .footer-highlight-mark img { width: 17px; height: 17px; }
  .visual-card { position: static; width: 100%; }
  .hero-visual { display: grid; gap: 12px; min-height: auto; }
  .ops-panel { transform: none; }
  .stats, .service-grid, .steps, .why-grid, .testimonial-grid, .metric-grid, .cms-grid, .contact-news, .form-grid { grid-template-columns: 1fr; }
  .home-impact-stats {
    width: calc(100% - 36px);
    margin-top: 18px;
    padding: 10px;
    gap: 8px;
  }
  .home-impact-card { min-height: 148px; padding: 16px 7px; }
  .home-impact-icon { width: 48px; height: 48px; margin-bottom: 12px; }
  .home-impact-icon .svg-icon { width: 23px; height: 23px; }
  .home-impact-icon.home-impact-logos { min-width: 76px; padding: 8px 6px; gap: 2px; }
  .home-impact-logos img { width: 21px; height: 21px; }
  .home-impact-card strong { min-height: 36px; font-size: clamp(25px, 8vw, 34px); }
  .home-impact-card small { margin-top: 7px; font-size: 9px; letter-spacing: .04em; }
  .audio-platform-group > header {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 17px;
  }
  .audio-platform-group > header > span { width: 44px; height: 44px; }
  .audio-platform-group header > strong {
    grid-column: 2;
    justify-self: start;
  }
  .audio-platform-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audio-platform-item { min-height: 80px; padding: 12px 9px; }
  .audio-platform-item > span { width: 38px; height: 38px; flex-basis: 38px; }
  .audio-platform-note { grid-template-columns: auto minmax(0, 1fr); }
  .audio-platform-note .btn { grid-column: 1 / -1; width: 100%; }
  .claim-filter-grid, .claimed-video-grid { grid-template-columns: 1fr; }
  .visual-claims-heading { align-items: stretch; flex-direction: column; }
  .visual-claims-heading .btn { justify-content: center; }
  .claim-fetch-row { grid-template-columns: 1fr; }
  .dashboard-welcome { align-items: flex-start; flex-direction: column; }
  .welcome-badges { justify-content: flex-start; }
  .dashboard-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-notice { grid-template-columns: 42px minmax(0, 1fr) 34px; padding: 17px; }
  .notice-icon { width: 42px; height: 42px; }
  .store-options { grid-template-columns: 1fr; }
  .cover-preview { grid-template-columns: 110px minmax(0, 1fr); }
  .cover-preview img { width: 110px; }
  .audio-file-meta { grid-template-columns: 40px minmax(0, 1fr); }
  .audio-file-meta .file-replace { grid-column: 1 / -1; width: 100%; }
  .crbt-song-preview { grid-template-columns: 92px minmax(0, 1fr); }
  .crbt-song-preview img { width: 92px; }
  .segment-values, .operator-options { grid-template-columns: 1fr; }
  .segment-summary { align-items: stretch; flex-direction: column; }
  .module-toolbar { align-items: stretch; flex-direction: column; }
  .module-actions { justify-content: flex-start; }
  .request-card-grid { grid-template-columns: 1fr; }
  .profile-settings-grid { grid-template-columns: 1fr; }
  .artist-selector-heading { align-items: stretch; flex-direction: column; }
  .artist-selector-heading .btn { justify-content: center; }
  .ticket-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-grid { grid-template-columns: 1fr; }
  .footer { display: grid; }
  .app-shell, .app-shell.sidebar-collapsed { display: block; }
  .sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 120;
    width: min(86vw, 318px);
    height: 100dvh;
    transform: translateX(-105%);
    box-shadow: var(--shadow);
    background: var(--surface-strong);
  }
  .app-shell.sidebar-open .sidebar { transform: translateX(0); }
  .app-shell.sidebar-collapsed .sidebar-head .brand { display: inline-flex; }
  .app-shell.sidebar-collapsed .sidebar nav a { justify-content: flex-start; padding-inline: 12px; }
  .app-shell.sidebar-collapsed .sidebar nav a span { opacity: 1; width: auto; }
  .app-shell.sidebar-collapsed .nav-group summary { justify-content: flex-start; padding-inline: 12px; }
  .app-shell.sidebar-collapsed .nav-group summary > span:not(.svg-icon) { display: inline-flex; }
  .app-shell.sidebar-collapsed .nav-chevron { margin-left: auto; }
  .app-shell.sidebar-collapsed .nav-submenu { display: grid; }
  .sidebar-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 110;
    background: rgba(5, 7, 13, .58);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease;
  }
  .app-shell.sidebar-open .sidebar-overlay { opacity: 1; pointer-events: auto; }
  .app-main { padding: 18px; }
  .app-topbar { align-items: flex-start; gap: 12px; }
  .topbar-title { flex: 1 1 auto; }
  .topbar-actions { gap: 8px; }
  .profile-menu summary {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 5px;
    justify-content: center;
    overflow: visible;
  }
  .profile-menu summary .avatar-img, .profile-menu summary .avatar-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .topbar-title { align-items: flex-start; }
  .inline-form { flex-wrap: wrap; }
}

@media (max-width: 460px) {
  .site-header { padding-inline: 12px; }
  .user-edit-head { align-items: flex-start; }
  .user-edit-summary { grid-template-columns: 1fr; }
  .permission-grid { grid-template-columns: 1fr; }
  .admin-users-table { min-width: 590px; }
  .brand span:last-child { display: none; }
  .header-actions .btn-primary { display: none; }
  .hero h1 { font-size: 31px; line-height: 1.08; }
  .platform-showcase-head { align-items: flex-start; }
  .showcase-shield { width: 46px; height: 46px; }
  .showcase-footer { grid-template-columns: 1fr; }
  .section { padding-block: 58px; }
  .auth-card, .install-card, .panel { padding: 18px; }
  .profile-menu summary > span:not(.avatar-icon) { display: none; }
  .app-topbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
  .topbar-title h1 { font-size: 32px; }
  .topbar-actions .icon-btn, .profile-menu summary { width: 44px; min-width: 44px; }
  .dashboard-metrics { grid-template-columns: 1fr; }
  .dashboard-metric { min-height: 145px; }
  .dashboard-welcome { padding: 22px; }
  .dashboard-welcome h2 { font-size: 24px; }
  .dashboard-notice { grid-template-columns: 38px minmax(0, 1fr); }
  .notice-icon { width: 38px; height: 38px; }
  .notice-close { position: absolute; top: 12px; right: 12px; }
  .notice-title-row { padding-right: 30px; align-items: flex-start; flex-direction: column; }
  .revenue-chart { gap: 5px; padding-inline: 0; }
  .revenue-column > strong { font-size: 8px; }
  .module-actions { display: grid; }
  .password-reset-block { align-items: stretch; flex-direction: column; }
  .password-reset-block .btn { width: 100%; justify-content: center; }
  .segment-window { grid-template-columns: 1fr 1fr; }
  .segment-window span { grid-column: 1 / -1; grid-row: 2; text-align: center; }
  .panel-heading { align-items: flex-start; flex-direction: column; }
  .artist-result { grid-template-columns: minmax(0, 1fr); }
  .artist-result-select { grid-template-columns: 40px minmax(0, 1fr); }
  .artist-result-select b { display: none; }
  .spotify-result-link { min-height: 38px; justify-content: center; border-top: 1px solid var(--line); border-left: 0; }
  .ticket-meta { grid-template-columns: 1fr; }
}
