:root {
  color-scheme: light;
  --bg: #fbfcff;
  --panel: #ffffff;
  --panel-2: #f6f7fb;
  --line: #e5e8f0;
  --text: #111827;
  --muted: #5b6472;
  --soft: #7c8798;
  --brand: #ef1111;
  --brand-2: #b90d0d;
  --ok: #37d399;
  --warn: #f7b955;
  --bad: #ff6b6b;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f6f7fb;
  --panel: #ffffff;
  --panel-2: #f0f2f7;
  --line: #dce1ea;
  --text: #141824;
  --muted: #5f687a;
  --soft: #7b8495;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(239, 17, 17, 0.09), transparent 30rem),
    radial-gradient(circle at bottom right, rgba(255, 207, 51, 0.12), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
  color: var(--text);
  min-height: 100vh;
}

.approval-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(247, 185, 85, 0.38);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(247, 185, 85, 0.14), rgba(239, 17, 17, 0.08));
  padding: 16px;
  margin-bottom: 18px;
}

.approval-banner strong {
  display: block;
  margin-bottom: 4px;
}

.approval-banner p {
  margin-bottom: 0;
  color: var(--muted);
}

:root[data-theme="light"] body {
  background:
    radial-gradient(circle at top left, rgba(239, 17, 17, 0.1), transparent 28rem),
    linear-gradient(180deg, #f9fafc 0%, #edf0f5 100%);
}

.auth-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(22px, 5vw, 72px);
}

.auth-brand {
  display: grid;
  gap: 22px;
  max-width: 760px;
}

.auth-brand img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.auth-card {
  padding: clamp(20px, 3vw, 30px);
}

.check-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  line-height: 1.4;
}

.check-line input {
  width: auto;
  min-height: 0;
  margin-top: 3px;
}

.auth-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.auth-direct-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.auth-direct-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.auth-direct-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(239, 17, 17, 0.55);
  background: rgba(239, 17, 17, 0.1);
}

.front-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

/* Zaventra Console skin */
:root {
  color-scheme: dark;
  --bg: #070b10;
  --panel: #0f151c;
  --panel-2: #151b23;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f6f7fb;
  --muted: #9aa3b2;
  --soft: #697386;
  --brand: #ef1111;
  --brand-2: #ff3d3d;
}

body {
  background:
    radial-gradient(circle at 14% 18%, rgba(239, 17, 17, 0.12), transparent 26rem),
    radial-gradient(circle at 78% 24%, rgba(239, 17, 17, 0.07), transparent 22rem),
    linear-gradient(135deg, #05080d 0%, #081019 48%, #05070b 100%);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 82%);
  z-index: -1;
}

.shell {
  background: transparent;
}

.sidebar {
  background: rgba(5, 10, 16, 0.92);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 18px 0 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 18px;
}

.brand strong {
  color: #ff2c2c;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand span {
  color: #ffffff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 10px;
}

.nav button {
  color: #c7ced9;
  border-color: transparent;
  background: transparent;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav button.active,
.nav button:hover {
  color: #ffffff;
  border-color: rgba(239, 17, 17, 0.7);
  background: linear-gradient(90deg, rgba(239, 17, 17, 0.24), rgba(239, 17, 17, 0.04));
  transform: translateX(3px);
  box-shadow: inset 3px 0 0 #ef1111, 0 10px 26px rgba(239, 17, 17, 0.12);
}

.sidebar-card,
.panel,
.premium-panel,
.hero-panel,
.auth-card,
.auth-brand,
.metric,
.row,
.release-card,
.ticket-row,
.claim-row,
.membership,
.user-module-panel,
.admin-topbar-premium,
.control-hero,
.user-topbar-premium,
.deploy-panel {
  background:
    linear-gradient(180deg, rgba(17, 24, 32, 0.9), rgba(10, 15, 22, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--text);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.panel,
.premium-panel,
.metric,
.row,
.release-card {
  animation: console-card-enter 0.34s ease both;
}

.panel:hover,
.premium-panel:hover,
.metric:hover,
.release-card:hover,
.row:hover {
  border-color: rgba(239, 17, 17, 0.38);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(239, 17, 17, 0.08);
}

.topbar,
.admin-topbar-premium {
  align-items: center;
}

.admin-command input,
.smart-search,
input,
select,
textarea {
  background: rgba(5, 10, 16, 0.72);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

input::placeholder,
textarea::placeholder {
  color: #707b8d;
}

.primary-button {
  color: #ffffff;
  background: linear-gradient(135deg, #ff2a2a, #c90808);
  border-color: rgba(255, 60, 60, 0.82);
  box-shadow: 0 14px 34px rgba(239, 17, 17, 0.24);
}

.ghost-button {
  color: #f5f7fb;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
}

.danger-button {
  color: #fff;
  background: rgba(239, 17, 17, 0.14);
  border-color: rgba(239, 17, 17, 0.42);
}

.status,
.badge {
  background: rgba(239, 17, 17, 0.12);
  border: 1px solid rgba(239, 17, 17, 0.26);
  color: #ffb4b4;
}

.status.verified,
.status.live,
.status.delivered,
.status.approved {
  background: rgba(28, 185, 112, 0.16);
  border-color: rgba(28, 185, 112, 0.28);
  color: #4be08f;
}

.metric strong,
.admin-kpis .metric strong,
.compact-metrics .metric strong {
  color: #ffffff;
}

.metric::after,
.premium-panel::after,
.hero-panel::after {
  border-color: rgba(239, 17, 17, 0.2);
}

.admin-bell {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.admin-bell span,
.notification-badge {
  background: #ef1111;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(239, 17, 17, 0.16);
}

.bell-dropdown,
.command-palette,
.notification-menu {
  background: rgba(8, 13, 20, 0.96);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.activity-feed > div,
.metadata-grid span,
.upload-drop,
.file-tile,
.module-toggle-grid label,
.permission-grid label,
.role-grid label,
.dsp-choice,
.wl-wizard-shell,
.wl-clean-hero,
.admin-action-card,
.dashboard-widget,
.smart-admin-card,
.sub-label-row,
.track-row,
.credit-row {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.09);
  color: var(--text);
}

table thead th {
  background: rgba(239, 17, 17, 0.12);
  color: #ffb4b4;
}

table tbody tr {
  transition: background 0.18s ease, transform 0.18s ease;
}

table tbody tr:hover {
  background: rgba(239, 17, 17, 0.055);
}

.front-option {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
}

.front-option:hover {
  border-color: rgba(239, 17, 17, 0.55);
  box-shadow: 0 22px 70px rgba(239, 17, 17, 0.14);
}

@keyframes console-card-enter {
  from { opacity: 0; transform: translateY(12px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.front-option {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(239, 17, 17, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.front-option:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 17, 17, 0.42);
  box-shadow: 0 24px 60px rgba(239, 17, 17, 0.12);
}

.front-option span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.demo-logins {
  display: grid;
  gap: 8px;
  width: fit-content;
  border: 1px solid rgba(255, 207, 51, 0.24);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: rgba(255, 207, 51, 0.08);
  color: var(--muted);
}

.demo-logins strong {
  color: var(--text);
}

.notice-box {
  border: 1px solid rgba(55, 211, 153, 0.3);
  border-radius: var(--radius);
  padding: 12px;
  margin-bottom: 14px;
  background: rgba(55, 211, 153, 0.1);
  color: var(--muted);
  overflow-wrap: anywhere;
}

.notice-box strong {
  color: var(--text);
  display: block;
  margin-bottom: 6px;
}

.full {
  grid-column: 1 / -1;
}

.upload-wizard {
  overflow: visible;
}

.wizard-step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-2);
}

.wizard-step span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.wizard-step small,
.metadata-review summary {
  color: var(--muted);
}

.option-grid,
.dsp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.dsp-choice {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
}

.metadata-review-row td {
  background: rgba(255, 255, 255, 0.02);
}

.metadata-review {
  display: grid;
  gap: 14px;
  padding: 14px 0 4px;
}

.notice-board {
  border: 1px solid rgba(255, 207, 51, 0.26);
  background: rgba(255, 207, 51, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 18px;
}

.notice-track {
  display: flex;
  gap: 42px;
  width: max-content;
  padding: 12px 18px;
  animation: notice-slide 28s linear infinite;
}

.notice-track span {
  white-space: nowrap;
  color: var(--muted);
}

.notice-track strong {
  color: var(--text);
  margin-right: 8px;
}

@keyframes notice-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-45%); }
}

.reset-link-box {
  display: grid;
  gap: 6px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  border-right: 1px solid var(--line);
  background: rgba(9, 11, 16, 0.86);
  backdrop-filter: blur(16px);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

:root[data-theme="light"] .sidebar {
  background: rgba(255, 255, 255, 0.9);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.brand strong {
  display: block;
  font-size: 18px;
}

.brand span {
  color: var(--muted);
  font-size: 13px;
}

.nav {
  display: grid;
  gap: 8px;
}

.nav button,
.ghost-button,
.primary-button,
.danger-button {
  border: 1px solid transparent;
  border-radius: var(--radius);
  min-height: 42px;
  padding: 10px 12px;
  color: var(--text);
  background: transparent;
  text-align: left;
}

.nav button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.nav button.active,
.nav button:hover {
  color: var(--text);
  border-color: rgba(239, 17, 17, 0.35);
  background: rgba(239, 17, 17, 0.12);
}

.sidebar-card {
  margin-top: auto;
  border: 1px solid rgba(255, 207, 51, 0.24);
  background: linear-gradient(135deg, rgba(255, 207, 51, 0.12), rgba(239, 17, 17, 0.1));
  border-radius: var(--radius);
  padding: 16px;
}

.sidebar-card small,
.eyebrow,
.muted {
  color: var(--muted);
}

.main {
  position: relative;
  padding: 26px clamp(18px, 3vw, 42px) 46px;
  overflow: hidden;
}

.global-top-actions {
  position: sticky;
  top: 14px;
  z-index: 80;
  display: flex;
  justify-content: flex-end;
  height: 0;
  pointer-events: none;
}

.global-top-actions .bell-wrap {
  pointer-events: auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  max-width: 900px;
  margin-bottom: 12px;
}

h2 {
  font-size: 24px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 22px;
}

.hero-panel,
.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 20, 29, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.hero-panel {
  padding: clamp(22px, 4vw, 42px);
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -12% -22% auto;
  width: 340px;
  height: 340px;
  border: 26px solid rgba(239, 17, 17, 0.16);
  border-radius: 50%;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.primary-button {
  background: var(--brand);
  border-color: var(--brand);
  font-weight: 800;
  text-align: center;
}

.compact {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.ghost-button {
  border-color: var(--line);
  background: var(--panel-2);
  text-align: center;
}

.danger-button {
  background: rgba(255, 107, 107, 0.14);
  border-color: rgba(255, 107, 107, 0.38);
  color: #ffd1d1;
  text-align: center;
}

.profile-card {
  padding: 24px;
  display: grid;
  gap: 18px;
}

.profile-card img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.profile-preview {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--line);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.metric {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(21, 27, 39, 0.78);
}

.metric strong {
  display: block;
  font-size: 26px;
  margin-top: 8px;
}

.royalty-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(55, 211, 153, 0.22);
  border-radius: var(--radius);
  padding: 20px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, rgba(55, 211, 153, 0.12), rgba(255, 207, 51, 0.08));
}

.royalty-band h2 {
  margin-bottom: 8px;
}

.royalty-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 10px;
  min-width: min(420px, 100%);
}

.royalty-stats span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(0, 0, 0, 0.12);
  color: var(--muted);
}

.royalty-stats strong {
  color: var(--text);
  font-size: 22px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.label-suite {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.panel {
  padding: 20px;
  animation: panel-enter 0.24s ease both;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.table {
  display: grid;
  gap: 10px;
}

.release-list {
  display: grid;
  gap: 16px;
}

.release-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 150px;
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  padding: 14px;
}

.release-artwork {
  width: 150px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0b0f17;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.release-artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empty-art {
  color: var(--soft);
  font-weight: 800;
  text-align: center;
}

.release-detail {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.release-title-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.release-title-line h3 {
  margin-bottom: 4px;
}

.metadata-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
}

.metadata-grid span,
.file-grid > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 10px;
  background: rgba(0, 0, 0, 0.14);
}

.metadata-grid strong,
.file-grid strong {
  color: var(--text);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.store-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  border: 1px solid rgba(239, 17, 17, 0.28);
  color: #ffd1d1;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(239, 17, 17, 0.1);
}

.file-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.file-link {
  color: #ffcf33;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-decoration: none;
  font-weight: 800;
}

.file-link:hover {
  text-decoration: underline;
}

audio {
  width: 100%;
  margin-top: 6px;
}

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

.tool-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  align-items: center;
}

.claim-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(150px, 0.35fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.admin-claim-row {
  grid-template-columns: minmax(260px, 1fr) minmax(150px, 0.3fr) minmax(220px, 0.55fr) auto;
}

.production-panel {
  position: relative;
  overflow: hidden;
}

.production-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(55, 211, 153, 0.08), transparent);
  transform: translateX(-100%);
  animation: shimmer-sweep 4.5s ease-in-out infinite;
  pointer-events: none;
}

.production-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}

.production-service-grid .check-line {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.production-crm-row {
  grid-template-columns: minmax(280px, 1fr) minmax(150px, 0.25fr) minmax(240px, 0.55fr) auto;
}

.release-review-form {
  display: grid;
  gap: 8px;
}

.release-review-form textarea,
.admin-claim-row textarea {
  min-height: 74px;
}

.simple-credit-list,
.optional-credit-list {
  display: grid;
  gap: 12px;
}

.artist-credit-group {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.mini-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.icon-button {
  width: 38px;
  min-height: 38px;
  padding: 0;
  display: grid;
  place-items: center;
}

.simple-credit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 8px;
}

.artist-credit-group .simple-credit-row {
  grid-template-columns: 1fr;
}

.partner-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.partner-form {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.partner-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.release-type-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.release-type-switch label,
.tenant-row,
.track-row,
.credit-row {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.release-type-switch label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
}

.compact-notice {
  margin: 10px 0 0;
}

.track-header {
  margin-top: 6px;
}

.track-list,
.track-admin-list {
  display: grid;
  gap: 10px;
}

.track-row {
  display: grid;
  grid-template-columns: 38px minmax(160px, 1fr) minmax(140px, 0.8fr) 90px 90px minmax(150px, 1fr);
  gap: 10px;
  align-items: end;
}

.credit-list {
  display: grid;
  gap: 10px;
}

.credit-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.7fr) minmax(160px, 1fr) minmax(140px, 0.8fr) minmax(180px, 1fr);
  gap: 10px;
  align-items: end;
}

.track-index {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(239, 17, 17, 0.16);
  color: var(--text);
  font-weight: 900;
}

.track-admin-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.track-admin-list > div {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 10px;
  background: rgba(0, 0, 0, 0.12);
}

.tenant-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(130px, 0.5fr) minmax(110px, 0.4fr) auto;
  gap: 12px;
  align-items: center;
}

.tenant-row img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.compact-note {
  margin-top: 12px;
  margin-bottom: 0;
}

.divider-line {
  height: 1px;
  background: var(--line);
  margin: 16px 0;
}

.compact-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 14px;
}

.compact-metrics .metric {
  padding: 12px;
}

.compact-metrics .metric strong {
  font-size: 18px;
}

.ledger-table {
  margin-top: 12px;
}

.check-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.check-grid input {
  width: auto;
  min-height: auto;
}

.tenant-features {
  margin-top: 8px;
}

.admin-section-map,
.backup-select-grid,
.support-topic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-section-map {
  margin-bottom: 18px;
}

.smart-admin-bar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(150px, 0.25fr) minmax(170px, 0.25fr) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
}

.smart-admin-stats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.smart-admin-stats span {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 9px 10px;
  color: var(--muted);
  background: var(--panel-2);
}

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

.admin-workspace {
  --admin-bg: #0b0f1a;
  --admin-card: rgba(18, 24, 38, 0.88);
  --admin-line: rgba(124, 139, 255, 0.18);
  --admin-accent: #6c5cff;
  display: grid;
  gap: 18px;
}

.admin-topbar-premium {
  border: 1px solid var(--admin-line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(18, 24, 38, 0.96), rgba(11, 15, 26, 0.92));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(320px, 1.3fr);
  gap: 16px;
  align-items: center;
}

.admin-topbar-premium h1 {
  font-size: clamp(28px, 3vw, 44px);
  margin-bottom: 0;
}

.admin-command {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(120px, 0.35fr) minmax(140px, 0.35fr) minmax(130px, 0.35fr) auto auto;
  gap: 10px;
  align-items: center;
}

.admin-command input,
.admin-command select {
  min-height: 40px;
}

.admin-bell {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 207, 51, 0.28);
  background: rgba(255, 207, 51, 0.1);
  color: var(--text);
  font-weight: 900;
}

.admin-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 1px solid var(--admin-line);
}

.admin-kpis {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.admin-kpis .metric,
.premium-panel {
  border-color: var(--admin-line);
  background: var(--admin-card);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
}

.admin-kpis .metric {
  position: relative;
  overflow: hidden;
}

.admin-kpis .metric::after,
.premium-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.premium-panel {
  position: relative;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.quick-grid button {
  border: 1px solid var(--admin-line);
  border-radius: var(--radius);
  background: rgba(108, 92, 255, 0.12);
  color: var(--text);
  min-height: 58px;
  font-weight: 900;
}

.quick-grid button:hover,
.nav button:hover {
  box-shadow: 0 0 0 1px rgba(108, 92, 255, 0.26), 0 12px 34px rgba(108, 92, 255, 0.12);
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.admin-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.admin-table-wrap th,
.admin-table-wrap td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 12px 10px;
  text-align: left;
  vertical-align: middle;
}

.admin-table-wrap th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.user-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
}

.user-cell img,
.release-cover-cell img,
.release-cover-cell span {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.user-cell small,
.admin-table-wrap small {
  display: block;
  color: var(--muted);
  margin-top: 3px;
}

.release-cover-cell {
  width: 52px;
}

.action-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.bar-chart {
  height: 240px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  padding-top: 20px;
}

.bar-chart div {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 8px;
  align-items: end;
  text-align: center;
  color: var(--muted);
}

.bar-chart span {
  width: 100%;
  min-height: 6px;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #7c8bff, #37d399);
  box-shadow: 0 10px 30px rgba(108, 92, 255, 0.18);
}

.upload-drop {
  border: 1px dashed rgba(124, 139, 255, 0.42);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(124, 139, 255, 0.07);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.upload-drop span {
  display: block;
  color: var(--muted);
  margin-top: 7px;
  font-size: 12px;
}

.upload-drop.drag-over {
  border-color: var(--brand-2);
  background: rgba(55, 211, 153, 0.13);
  transform: translateY(-1px);
}

.drop-file-name {
  overflow-wrap: anywhere;
}

.smart-checklist,
.smart-suggestions,
.support-thread,
.activity-feed,
.module-toggle-grid {
  display: grid;
  gap: 10px;
}

.smart-checklist {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.smart-checklist span,
.smart-suggestions span,
.activity-feed > div,
.support-thread > div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.04);
}

.smart-checklist .ok {
  color: var(--ok);
}

.smart-checklist .missing {
  color: var(--warn);
}

.smart-suggestions {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.support-reply-form,
.admin-ticket-form {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(120px, 180px) auto;
  gap: 8px;
  margin-top: 10px;
}

.admin-ticket-form {
  grid-template-columns: 130px minmax(120px, 1fr) minmax(120px, 1fr) auto;
}

.command-palette {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: start center;
  padding-top: 10vh;
  background: rgba(3, 6, 13, 0.55);
  backdrop-filter: blur(10px);
}

.command-box {
  width: min(620px, calc(100vw - 28px));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  padding: 12px;
}

#commandResults {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

#commandResults button {
  width: 100%;
  justify-content: flex-start;
  background: var(--panel-2);
}

.upload-progress {
  display: grid;
  grid-template-columns: 120px 1fr 48px;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--muted);
}

.upload-progress div {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--panel-2);
}

.upload-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  transition: width 0.24s ease;
}

.bell-wrap {
  position: relative;
}

.admin-bell {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(239, 17, 17, 0.22);
  color: #b90d0d;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.1);
}

.admin-bell svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admin-bell span {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.catalog-create-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.catalog-create-bar .ghost-button {
  min-width: 180px;
}

.active-choice {
  border-color: rgba(239, 17, 17, 0.45);
  background: #fff1f1;
  color: #b90d0d;
}

.video-vevo-fields {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: #fbfcff;
}

.bell-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(360px, calc(100vw - 28px));
  z-index: 70;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(18, 24, 38, 0.96);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
}

.control-hero,
.wl-wizard-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
  margin-bottom: 18px;
}

.control-hero {
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--admin-line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(239, 17, 17, 0.13), rgba(55, 211, 153, 0.1)), rgba(18, 24, 38, 0.86);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.control-hero h1 {
  font-size: clamp(30px, 5vw, 58px);
  margin: 6px 0 8px;
}

.compact-actions {
  align-content: center;
}

.wl-wizard-form {
  display: grid;
  gap: 16px;
}

.wizard-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}

.wizard-rail span,
.wl-review-grid span {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 9px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
}

.wizard-rail b {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.wizard-card {
  border: 1px solid rgba(124, 139, 255, 0.18);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255, 255, 255, 0.035);
  animation: panel-enter 0.24s ease both;
}

.wl-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.wl-module-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.wl-module-card:has(input:checked) {
  border-color: rgba(55, 211, 153, 0.62);
  box-shadow: 0 0 28px rgba(55, 211, 153, 0.12);
}

.wl-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.password-meter {
  height: 8px;
  border-radius: 999px;
  background: var(--panel-2);
  overflow: hidden;
}

.password-meter span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--warn), var(--ok));
  transition: width 0.18s ease;
}

.wl-clean-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--admin-line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(239, 17, 17, 0.14), rgba(55, 211, 153, 0.08)), rgba(18, 24, 38, 0.9);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.wl-clean-hero h1 {
  margin: 8px 0;
  font-size: clamp(28px, 4vw, 48px);
}

.wl-mini-preview {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  min-height: 210px;
  animation: panel-enter 0.32s ease both;
}

.wl-mini-preview img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  padding: 8px;
}

.wl-clean-card,
.wl-help-card {
  overflow: hidden;
}

.wl-clean-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.045), transparent);
  transform: translateX(-100%);
  animation: shimmer-sweep 5s ease-in-out infinite;
  pointer-events: none;
}

.wl-simple-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wl-simple-modules label {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.wl-simple-modules label:has(input:checked) {
  border-color: rgba(55, 211, 153, 0.55);
}

.admin-empty {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--panel-2);
  display: grid;
  gap: 6px;
  color: var(--muted);
}

.user-workspace {
  --user-line: rgba(124, 139, 255, 0.18);
  display: grid;
  gap: 18px;
}

.user-topbar-premium {
  border: 1px solid var(--user-line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(18, 24, 38, 0.96), rgba(11, 15, 26, 0.9));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  padding: 18px;
  align-items: center;
}

:root[data-theme="light"] .user-topbar-premium {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 242, 247, 0.92));
}

.user-topbar-premium h1 {
  font-size: clamp(28px, 3vw, 46px);
  margin-bottom: 8px;
}

.user-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.user-module-card {
  border: 1px solid rgba(124, 139, 255, 0.22);
  border-radius: var(--radius);
  min-height: 118px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(124, 139, 255, 0.12), rgba(55, 211, 153, 0.06));
  color: var(--text);
  display: grid;
  align-content: space-between;
  gap: 8px;
  text-align: left;
}

.user-module-card:hover {
  border-color: rgba(124, 139, 255, 0.48);
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(108, 92, 255, 0.16);
}

.user-module-card span {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.user-module-card strong {
  font-size: 22px;
}

.user-module-card small {
  color: var(--muted);
  line-height: 1.35;
}

.user-kpis .metric,
.user-module-panel {
  border-color: rgba(124, 139, 255, 0.18);
  background: rgba(18, 24, 38, 0.88);
}

:root[data-theme="light"] .user-kpis .metric,
:root[data-theme="light"] .user-module-panel {
  background: rgba(255, 255, 255, 0.92);
}

.kyc-action-list {
  gap: 8px;
  align-items: flex-start;
}

@media (max-width: 1180px) {
  .admin-topbar-premium,
  .admin-command {
    grid-template-columns: 1fr;
  }

  .admin-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .user-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.admin-section-map span,
.backup-select-grid label {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-weight: 800;
}

.backup-select-grid {
  margin: 8px 0 12px;
}

.backup-select-grid input {
  width: auto;
  min-height: auto;
  margin-right: 6px;
}

.tenant-catalog-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.mini-release-list .release-card {
  grid-template-columns: 96px minmax(0, 1fr) 140px;
}

.mini-release-list .release-artwork {
  width: 96px;
}

.support-topic-grid {
  margin-bottom: 14px;
}

.referral-card {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(55, 211, 153, 0.22);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(55, 211, 153, 0.08);
}

.referral-card strong {
  display: block;
  font-size: 26px;
  letter-spacing: 0.04em;
  margin: 5px 0;
}

.compact-form {
  margin-top: 12px;
}

.row {
  display: grid;
  grid-template-columns: minmax(170px, 1.2fr) minmax(100px, 0.6fr) minmax(95px, 0.5fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  min-width: 0;
}

.row > *,
.ticket-row > *,
.release-card > *,
.claim-row > *,
.metadata-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.row.admin {
  grid-template-columns: minmax(170px, 1.2fr) minmax(100px, 0.7fr) minmax(110px, 0.6fr) 120px;
}

.admin-table .row.admin {
  grid-template-columns: minmax(170px, 1.2fr) minmax(120px, 0.7fr) minmax(95px, 0.5fr) minmax(150px, 0.8fr) minmax(120px, 0.5fr);
}

.account-row {
  grid-template-columns: minmax(180px, 1.2fr) minmax(100px, 0.6fr) minmax(220px, 1fr) minmax(130px, 0.5fr);
}

.ticket-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto auto;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.ticket-row p {
  margin-bottom: 6px;
}

.status {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(247, 185, 85, 0.15);
  color: #ffd18b;
}

.status.delivered,
.status.live,
.status.active,
.status.verified,
.status.approved,
.status.claimed,
.status.claim-released,
.status.takedown-completed {
  background: rgba(55, 211, 153, 0.15);
  color: #86efc6;
}

.status.rejected,
.status.suspended {
  background: rgba(255, 107, 107, 0.18);
  color: #ffb4b4;
}

.status.pending {
  background: rgba(247, 185, 85, 0.15);
  color: #ffd18b;
}

.status.under-processing,
.status.in-review {
  background: rgba(96, 165, 250, 0.15);
  color: #bfdbfe;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.membership {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: linear-gradient(180deg, rgba(21, 27, 39, 0.9), rgba(16, 20, 29, 0.8));
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.membership.highlight {
  border-color: rgba(239, 17, 17, 0.58);
  box-shadow: inset 0 0 0 1px rgba(239, 17, 17, 0.24);
}

.price {
  font-size: 32px;
  font-weight: 900;
}

.features {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.features li::before {
  content: "+";
  color: var(--ok);
  margin-right: 8px;
  font-weight: 900;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.feature-grid span,
.role-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-weight: 700;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-height: 320px;
  overflow: auto;
}

.role-card {
  display: grid;
  gap: 6px;
  align-content: start;
}

.role-card strong {
  color: var(--text);
}

.role-card span {
  font-size: 12px;
  line-height: 1.35;
}

.activity-table {
  margin-top: 14px;
}

.permission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.permission-grid .check-line {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.sub-label-row {
  grid-template-columns: minmax(170px, 1fr) minmax(260px, 1.4fr) minmax(120px, 0.7fr);
}

.mini-permissions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-permissions .check-line {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 8px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
}

.sub-label-actions {
  display: grid;
  gap: 8px;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: #0b0f17;
  padding: 10px 12px;
  outline: none;
}

:root[data-theme="light"] input,
:root[data-theme="light"] select,
:root[data-theme="light"] textarea {
  background: #ffffff;
}

input[readonly] {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
}

.settings-grid {
  align-items: start;
}

.deploy-panel {
  margin-top: 18px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(239, 17, 17, 0.8);
  box-shadow: 0 0 0 3px rgba(239, 17, 17, 0.16);
}

textarea {
  resize: vertical;
  min-height: 96px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: min(420px, calc(100vw - 40px));
  padding: 14px 16px;
  border: 1px solid rgba(55, 211, 153, 0.4);
  border-radius: var(--radius);
  background: #102219;
  color: #d9ffef;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  display: none;
  z-index: 20;
}

.toast.show {
  display: block;
  animation: toast-pop 0.18s ease both;
}

button,
.primary-button,
.ghost-button,
.danger-button,
.user-module-card,
.release-card,
.row,
.ticket-row,
.claim-row {
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

button:hover,
.primary-button:hover,
.ghost-button:hover,
.danger-button:hover {
  transform: translateY(-1px);
}

.row:hover,
.ticket-row:hover,
.claim-row:hover,
.release-card:hover {
  border-color: rgba(255, 207, 51, 0.22);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

@keyframes panel-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes toast-pop {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes shimmer-sweep {
  0%, 55% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.hidden {
  display: none;
}

/* White premium skin */
.auth-brand,
.auth-card,
.shell,
.topbar,
.panel,
.hero-panel,
.release-card,
.ticket-row,
.claim-row,
.row,
.membership,
.user-module-panel,
.user-topbar-premium,
.premium-panel {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(17, 24, 39, 0.09);
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.08);
}

.admin-workspace {
  --admin-bg: #f7f8fc;
  --admin-card: rgba(255, 255, 255, 0.94);
  --admin-line: rgba(17, 24, 39, 0.1);
  --admin-accent: #ef1111;
}

.admin-topbar-premium,
.control-hero,
.user-topbar-premium,
.deploy-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94)),
    radial-gradient(circle at top right, rgba(239, 17, 17, 0.08), transparent 18rem);
  color: var(--text);
  border-color: rgba(17, 24, 39, 0.1);
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.09);
}

.sidebar {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.07);
}

.nav button,
.sidebar-card,
.smart-search,
.command-palette,
.notification-menu,
.bell-dropdown,
.activity-feed > div,
.metadata-grid span,
.upload-drop,
.file-tile,
.module-toggle-grid label,
.permission-grid label,
.role-grid label,
.dsp-choice,
.wl-wizard-shell,
.wl-clean-hero,
.admin-action-card,
.dashboard-widget,
.smart-admin-card,
.sub-label-row,
.track-row,
.credit-row {
  background: rgba(248, 250, 252, 0.86);
  border-color: rgba(17, 24, 39, 0.08);
  color: var(--text);
}

input,
select,
textarea {
  background: #ffffff;
  border-color: #d8deea;
  color: var(--text);
}

.release-artwork,
.cover-preview,
.profile-preview {
  background: #f4f6fa;
}

.admin-table-wrap,
.table-wrap {
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.08);
}

.muted,
small {
  color: var(--muted);
}

/* Red and white distribution-company polish */
body {
  background:
    linear-gradient(90deg, rgba(239, 17, 17, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 54%, #eef1f7 100%);
  background-size: 42px 42px, auto;
}

.auth-page {
  position: relative;
  overflow: hidden;
}

.auth-page::before {
  content: "";
  position: fixed;
  inset: 0 auto 0 0;
  width: min(38vw, 520px);
  background: linear-gradient(180deg, #ef1111, #b90d0d);
  opacity: 0.96;
  z-index: -1;
}

.auth-page::after {
  content: "";
  position: fixed;
  left: min(30vw, 420px);
  top: 10vh;
  width: 340px;
  height: 340px;
  border: 34px solid rgba(239, 17, 17, 0.1);
  border-radius: 50%;
  z-index: -1;
}

.auth-brand {
  align-self: stretch;
  align-content: center;
  padding: clamp(24px, 4vw, 48px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.auth-brand img {
  box-shadow: 0 18px 48px rgba(185, 13, 13, 0.18);
}

.auth-brand h1,
.admin-topbar-premium h1,
.user-topbar-premium h1,
.control-hero h1 {
  letter-spacing: 0;
}

.auth-card {
  border-radius: 24px;
  border-top: 4px solid var(--brand);
}

.front-option {
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 253, 0.94));
}

.front-option strong::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(239, 17, 17, 0.1);
}

.primary-button {
  color: #ffffff;
  background: linear-gradient(135deg, #ef1111, #b90d0d);
  border-color: #d90f0f;
  box-shadow: 0 14px 32px rgba(239, 17, 17, 0.2);
}

.ghost-button {
  background: #ffffff;
  border-color: #dfe4ee;
  color: #1f2937;
}

.danger-button {
  background: #fff1f1;
  border-color: rgba(239, 17, 17, 0.28);
  color: #b90d0d;
}

.nav button.active,
.nav button:hover {
  background: #fff1f1;
  border-color: rgba(239, 17, 17, 0.25);
  color: #b90d0d;
}

.panel,
.premium-panel,
.metric,
.row,
.release-card,
.ticket-row,
.claim-row,
.membership,
.user-module-panel {
  border-radius: 18px;
}

.panel-header {
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  padding-bottom: 12px;
}

.status,
.badge,
.notification-badge {
  border-radius: 999px;
}

table thead th {
  background: #fff5f5;
  color: #9f1010;
}

/* Final console reference override */
:root {
  color-scheme: dark;
  --bg: #070b10;
  --panel: #0f151c;
  --panel-2: #151b23;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f6f7fb;
  --muted: #9aa3b2;
  --brand: #ef1111;
  --brand-2: #ff3d3d;
}

body {
  background:
    radial-gradient(circle at 14% 18%, rgba(239, 17, 17, 0.12), transparent 26rem),
    radial-gradient(circle at 78% 24%, rgba(239, 17, 17, 0.07), transparent 22rem),
    linear-gradient(135deg, #05080d 0%, #081019 48%, #05070b 100%);
  color: var(--text);
}

.sidebar,
.panel,
.premium-panel,
.hero-panel,
.auth-card,
.auth-brand,
.metric,
.row,
.release-card,
.ticket-row,
.claim-row,
.membership,
.user-module-panel,
.admin-topbar-premium,
.control-hero,
.user-topbar-premium,
.deploy-panel {
  background: linear-gradient(180deg, rgba(17, 24, 32, 0.9), rgba(10, 15, 22, 0.86));
  border-color: rgba(255, 255, 255, 0.09);
  color: var(--text);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.sidebar {
  background: rgba(5, 10, 16, 0.94);
}

.brand strong {
  color: #ff2c2c;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand span {
  color: #ffffff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 10px;
}

.nav button.active,
.nav button:hover {
  color: #ffffff;
  border-color: rgba(239, 17, 17, 0.7);
  background: linear-gradient(90deg, rgba(239, 17, 17, 0.24), rgba(239, 17, 17, 0.04));
  transform: translateX(3px);
  box-shadow: inset 3px 0 0 #ef1111, 0 10px 26px rgba(239, 17, 17, 0.12);
}

input,
select,
textarea,
.admin-command input,
.smart-search {
  background: rgba(5, 10, 16, 0.72);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.ghost-button {
  color: #f5f7fb;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
}

.primary-button {
  color: #ffffff;
  background: linear-gradient(135deg, #ff2a2a, #c90808);
  border-color: rgba(255, 60, 60, 0.82);
  box-shadow: 0 14px 34px rgba(239, 17, 17, 0.24);
}

.activity-feed > div,
.metadata-grid span,
.upload-drop,
.file-tile,
.module-toggle-grid label,
.permission-grid label,
.role-grid label,
.dsp-choice,
.sub-label-row,
.track-row,
.credit-row {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.09);
  color: var(--text);
}

table thead th {
  background: rgba(239, 17, 17, 0.12);
  color: #ffb4b4;
}

@media (max-width: 1100px) {
  .auth-page {
    grid-template-columns: 1fr;
  }

  .auth-page::before {
    width: 100%;
    height: 260px;
    inset: 0 0 auto 0;
  }

  .auth-page::after {
    left: auto;
    right: -120px;
    top: 56px;
  }

  .shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: relative;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .admin-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero,
  .royalty-band,
  .grid,
  .control-hero,
  .wl-wizard-shell,
  .wl-clean-hero,
  .label-suite,
  .membership-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .nav,
  .metric-grid,
  .user-module-grid,
  .form-grid,
  .front-option-grid {
    grid-template-columns: 1fr;
  }

  .row,
  .row.admin,
  .account-row,
  .claim-row,
  .admin-claim-row,
  .production-crm-row,
  .smart-checklist,
  .smart-suggestions,
  .support-reply-form,
  .admin-ticket-form,
  .upload-progress,
  .admin-table .row.admin,
  .sub-label-row,
  .ticket-row,
  .release-card,
  .auth-direct-links,
  .metadata-grid,
  .file-grid,
  .permission-grid,
  .role-grid,
  .release-type-switch,
  .track-row,
  .credit-row,
  .track-admin-list,
  .tenant-row {
    grid-template-columns: 1fr;
  }

  .smart-admin-bar {
    grid-template-columns: 1fr;
  }

  .release-artwork {
    width: 100%;
    max-width: 260px;
  }

  .topbar {
    flex-direction: column;
  }

  .partner-title {
    flex-direction: column;
  }

  .tenant-catalog-head {
    flex-direction: column;
  }

  .referral-card {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-kpis,
  .quick-grid,
  .admin-command,
  .wizard-rail,
  .wl-module-grid,
  .wl-review-grid,
  .wl-simple-modules {
    grid-template-columns: 1fr;
  }

  .admin-topbar-premium {
    padding: 14px;
  }

  .admin-table-wrap table {
    min-width: 720px;
  }
}

/* Final white and red production skin */
:root,
:root[data-theme="console"],
:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f7f8fb;
  --panel: #ffffff;
  --panel-2: #f1f3f7;
  --line: #d9dee8;
  --text: #111827;
  --muted: #5e6675;
  --soft: #7a8494;
  --brand: #e50914;
  --brand-2: #b20710;
}

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(229, 9, 20, 0.09), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
  color: var(--text);
}

.sidebar,
.panel,
.premium-panel,
.hero-panel,
.auth-card,
.auth-brand,
.metric,
.row,
.release-card,
.ticket-row,
.claim-row,
.membership,
.user-module-panel,
.admin-topbar-premium,
.control-hero,
.user-topbar-premium,
.deploy-panel {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(17, 24, 39, 0.1);
  color: var(--text);
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(14px);
}

.sidebar {
  background: #ffffff;
  border-right: 1px solid #e5e7ef;
}

.brand strong,
.brand span,
.metric strong,
.admin-kpis .metric strong,
.compact-metrics .metric strong {
  color: var(--text);
}

.brand strong {
  color: var(--brand);
}

.nav button {
  color: #303846;
}

.nav button.active,
.nav button:hover {
  color: var(--brand);
  background: #fff0f1;
  border-color: rgba(229, 9, 20, 0.35);
  box-shadow: inset 3px 0 0 var(--brand), 0 10px 28px rgba(229, 9, 20, 0.08);
}

input,
select,
textarea,
.admin-command input,
.smart-search {
  background: #ffffff;
  border-color: #d8deea;
  color: var(--text);
}

input::placeholder,
textarea::placeholder {
  color: #8b95a5;
}

.ghost-button,
.compact,
.file-link {
  color: #172033;
}

.ghost-button {
  background: #ffffff;
  border-color: #cfd6e3;
}

.ghost-button:hover {
  background: #fff0f1;
  border-color: rgba(229, 9, 20, 0.35);
  color: var(--brand);
}

.primary-button {
  color: #ffffff;
  background: linear-gradient(135deg, #e50914, #b20710);
  border-color: #b20710;
  box-shadow: 0 12px 30px rgba(229, 9, 20, 0.22);
}

.danger-button {
  color: #b20710;
  background: #fff0f1;
  border-color: rgba(229, 9, 20, 0.28);
}

.activity-feed > div,
.metadata-grid span,
.upload-drop,
.file-tile,
.module-toggle-grid label,
.permission-grid label,
.role-grid label,
.dsp-choice,
.sub-label-row,
.track-row,
.credit-row,
.front-option,
.bell-dropdown,
.notification-menu {
  background: #ffffff;
  border-color: #e1e6ef;
  color: var(--text);
}

.status,
.badge {
  color: #b20710;
  background: #fff0f1;
  border-color: rgba(229, 9, 20, 0.22);
}

table thead th {
  background: #fff0f1;
  color: #b20710;
}

table tbody tr:hover {
  background: #fff8f8;
}

.admin-bell {
  color: #b20710;
  background: #ffffff;
  border-color: rgba(229, 9, 20, 0.22);
}

.portal-footer {
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.button-loading,
button:disabled {
  opacity: 0.78;
  cursor: wait;
  position: relative;
}

.button-loading::after,
button:disabled::after {
  content: "";
  width: 13px;
  height: 13px;
  margin-left: 8px;
  border: 2px solid rgba(255,255,255,0.45);
  border-top-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -2px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Zaventra Backstage purple production skin */
:root,
:root[data-theme="console"],
:root[data-theme="light"] {
  --brand: #7c2cff;
  --brand-2: #0b5cff;
  --brand-soft: #f3edff;
}

.brand strong,
.eyebrow,
.nav button.active,
.nav button:hover {
  color: var(--brand);
}

.nav button.active,
.nav button:hover,
.ghost-button:hover,
table thead th,
.status,
.badge,
.danger-button {
  background: #f3edff;
  border-color: rgba(124, 44, 255, 0.28);
  color: #6f1fe8;
}

.primary-button {
  background: linear-gradient(135deg, #7c2cff, #0b5cff);
  border-color: #6f1fe8;
  box-shadow: 0 14px 34px rgba(124, 44, 255, 0.24);
}

.admin-bell {
  color: #6f1fe8;
  border-color: rgba(124, 44, 255, 0.24);
}

body {
  background:
    radial-gradient(circle at 10% 0%, rgba(124, 44, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 10%, rgba(11, 92, 255, 0.08), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f8f6ff 100%);
}

@media (max-width: 720px) {
  :root,
  :root[data-theme="console"],
  :root[data-theme="light"] {
    color-scheme: dark;
    --bg: #040815;
    --panel: rgba(10, 18, 35, 0.92);
    --panel-2: rgba(16, 28, 54, 0.95);
    --line: rgba(124, 160, 255, 0.18);
    --text: #f7fbff;
    --muted: #98a8c7;
    --soft: #7f8ca6;
    --brand: #0b5cff;
    --brand-2: #7c2cff;
  }

  body {
    background:
      radial-gradient(circle at 50% -8%, rgba(11, 92, 255, 0.42), transparent 22rem),
      radial-gradient(circle at 0% 30%, rgba(124, 44, 255, 0.22), transparent 20rem),
      linear-gradient(180deg, #040815 0%, #07101f 100%);
    color: var(--text);
  }

  .shell {
    display: block;
    min-height: 100vh;
    padding-bottom: 76px;
  }

  .sidebar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: auto;
    height: 72px;
    z-index: 50;
    padding: 7px 10px;
    background: rgba(3, 9, 22, 0.94);
    border-top: 1px solid rgba(124, 160, 255, 0.18);
    border-right: 0;
    backdrop-filter: blur(22px);
  }

  .brand,
  .sidebar-card,
  .portal-footer {
    display: none;
  }

  .nav {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 4px;
    overflow-x: auto;
    height: 100%;
  }

  .nav button {
    min-width: 64px;
    padding: 6px 4px;
    border: 0;
    background: transparent;
    color: #8796b4;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
  }

  .nav button span {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: inherit;
  }

  .nav button.active {
    background: transparent;
    color: #2f86ff;
    box-shadow: none;
    border: 0;
  }

  .nav button.active span {
    background: linear-gradient(135deg, #0b5cff, #7c2cff);
    color: #fff;
    box-shadow: 0 10px 24px rgba(11, 92, 255, 0.38);
  }

  .content {
    padding: 16px 14px 92px;
  }

  .panel,
  .premium-panel,
  .hero-panel,
  .auth-card,
  .auth-brand,
  .metric,
  .row,
  .release-card,
  .ticket-row,
  .claim-row,
  .user-module-card,
  .user-module-panel,
  .user-topbar-premium,
  .admin-topbar-premium {
    background: rgba(10, 18, 35, 0.88);
    border-color: rgba(124, 160, 255, 0.16);
    color: var(--text);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  }

  .topbar,
  .user-topbar-premium,
  .admin-topbar-premium {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 8px 2px 14px;
  }

  h1 {
    font-size: 28px;
    line-height: 1.1;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    background: linear-gradient(135deg, #0b5cff, #7c2cff);
    border: 0;
    color: #fff;
  }

  .hero-panel .muted,
  .hero-panel .eyebrow {
    color: rgba(255, 255, 255, 0.82);
  }

  .metric-grid,
  .user-module-grid,
  .settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .settings-grid {
    grid-template-columns: 1fr;
  }

  input,
  select,
  textarea,
  .smart-search {
    background: rgba(3, 9, 22, 0.82);
    border-color: rgba(124, 160, 255, 0.2);
    color: #fff;
  }

  .ghost-button {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(124, 160, 255, 0.2);
    color: #f7fbff;
  }
}
