:root {
  --d-indigo: #1C1268;
  --d-purple: #A03EB2;
  --d-magenta: #D810A0;
  --d-violet: #7E6AD3;
  --d-cyan: #13ADDE;
  --d-sky: #50A3E0;
  --d-surface: #F7F8FC;
  --d-text: #15142B;
  --d-muted: #6B6884;
  --d-border: #E8EAF3;
}

* {
  letter-spacing: 0;
}

body {
  background: var(--d-surface);
  color: var(--d-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--d-indigo);
}

.site-nav {
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--d-border);
  backdrop-filter: blur(14px);
  min-height: 86px;
}

.brand-logo {
  width: 150px;
  height: auto;
}

.brand-logo-flow {
  aspect-ratio: 971 / 231;
  display: block;
  isolation: isolate;
  max-width: 42vw;
  position: relative;
  width: 170px;
}

.brand-logo-flow img {
  clip-path: inset(71.8% 0 0 0);
  display: block;
  height: 100%;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 1;
}

.brand-logo-flow::after {
  animation: brandLogoFlow 9s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at 18% 22%, rgba(19, 173, 222, .9), transparent 26%),
    linear-gradient(112deg, #13ADDE 0%, #62B8F5 18%, #8B6DF6 36%, #D810A0 60%, #A03EB2 78%, #1C1268 100%);
  background-size: 280% 280%, 220% 220%;
  clip-path: inset(0 0 28.2% 0);
  content: "";
  inset: 0;
  -webkit-mask: url("../img/brand/distrid-logo-original.png?v=20260605-logo-subtle-inset") center / contain no-repeat;
  mask: url("../img/brand/distrid-logo-original.png?v=20260605-logo-subtle-inset") center / contain no-repeat;
  position: absolute;
  z-index: 2;
}

@supports not ((mask: url("")) or (-webkit-mask: url(""))) {
  .brand-logo-flow::after {
    content: none;
  }

  .brand-logo-flow img {
    clip-path: none;
  }
}

@keyframes brandLogoFlow {
  0% {
    background-position: 0% 50%, 0% 50%;
  }

  100% {
    background-position: 100% 48%, 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo-flow::after {
    animation: none;
  }

  .mantovani-logo-mark::before,
  .mantovani-logo-mark::after {
    animation: none;
  }
}

.user-sidebar {
  align-items: stretch;
  background: rgba(255, 255, 255, .96);
  border-right: 1px solid var(--d-border);
  box-shadow: 18px 0 46px rgba(28, 18, 104, .04);
}

.user-sidebar .brand-logo-flow {
  width: 155px;
}

.account-mobile-topbar,
.account-sidebar-backdrop,
.account-sidebar-close {
  display: none;
}

.user-distribute-btn {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  gap: .65rem;
  justify-content: center;
  padding-block: .88rem;
}

.account-sso-shortcuts {
  display: grid;
  gap: .58rem;
}

.account-sso-shortcut {
  min-height: 48px;
  padding-block: .72rem;
}

.btn-brand.account-sso-shortcut-secondary {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--d-border);
  --bs-btn-color: var(--d-text);
  --bs-btn-hover-bg: #f7fbff;
  --bs-btn-hover-border-color: rgba(81, 181, 222, .5);
  --bs-btn-hover-color: var(--d-text);
  box-shadow: 0 10px 24px rgba(28, 18, 104, .07);
}

.btn-brand.account-sso-shortcut-secondary:hover {
  box-shadow: 0 14px 30px rgba(81, 181, 222, .12);
}

.account-sso-icon {
  align-items: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .45), transparent 38%),
    linear-gradient(135deg, rgba(81, 181, 222, .95), rgba(207, 43, 166, .95));
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .62);
  color: #fff;
  display: inline-flex;
  height: 1.22rem;
  justify-content: center;
  width: 1.22rem;
}

.account-sso-shortcut-secondary .account-sso-icon {
  height: 1.28rem;
  width: 1.28rem;
}

.account-sso-icon svg {
  fill: none;
  height: .92rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
  width: .92rem;
}

.account-sso-money-glyph {
  display: block;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1;
  transform: translateY(-.01rem);
}

.user-dashboard-distribute-btn {
  min-height: 52px;
  width: 234px;
}

.user-submit-btn {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 58px;
  padding-block: .92rem;
}

.disc-icon {
  background:
    radial-gradient(circle, #fff 0 11%, transparent 12% 100%),
    conic-gradient(from 35deg, #13ADDE, #7E6AD3, #D810A0, #13ADDE);
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.72);
  height: 1.18rem;
  width: 1.18rem;
}

.user-nav-vevo-link {
  min-height: 42px;
}

.user-nav-vevo-link img {
  height: 1.1rem;
}

.language-pill {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-text);
  display: inline-flex;
  font-weight: 850;
  gap: .55rem;
  justify-content: center;
  padding: .72rem .95rem;
}

.user-language-menu {
  border: 1px solid var(--d-border);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(28, 18, 104, .12);
  min-width: 100%;
  overflow: hidden;
  padding: .35rem;
}

.user-language-menu .dropdown-item {
  align-items: center;
  border-radius: 10px;
  display: flex;
  font-weight: 760;
  gap: .62rem;
  padding: .66rem .75rem;
}

.user-section-head {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.user-section-head h1 {
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 1000;
  line-height: .95;
  margin: 0;
}

.user-section-head p {
  color: var(--d-muted);
  font-size: 1.05rem;
  margin: .55rem 0 0;
  max-width: 760px;
}

.account-support-head {
  display: block;
  margin-bottom: 1.35rem;
}

.account-support-head h1 {
  font-size: clamp(3rem, 7vw, 5.9rem);
  margin-top: .45rem;
  max-width: 920px;
}

.account-support-head p {
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 820px;
}

.account-support-page {
  align-items: start;
  display: grid;
  gap: 1.35rem;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
}

.account-support-card,
.account-support-note {
  min-width: 0;
}

.account-support-card {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(28, 18, 104, .055);
  overflow: hidden;
  padding: 2.35rem;
  position: relative;
}

.account-support-card::before {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-magenta));
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 2rem;
  position: absolute;
  right: 2rem;
  top: 0;
}

.account-support-toolbar {
  align-items: flex-start;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-top: .15rem;
}

.account-support-toolbar h2 {
  color: var(--d-text);
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: .95;
  margin: .25rem 0 0;
}

.account-email-chip {
  background:
    radial-gradient(circle at top left, rgba(19, 173, 222, .18), transparent 48%),
    radial-gradient(circle at bottom right, rgba(216, 16, 160, .14), transparent 56%),
    #fff;
  border: 1px solid #dfe4f1;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(34, 24, 105, .08);
  color: var(--d-text);
  max-width: min(100%, 360px);
  min-width: 260px;
  padding: .9rem 1rem;
}

.account-email-chip span {
  color: var(--d-muted);
  display: block;
  font-size: .8rem;
  font-weight: 850;
  margin-bottom: .2rem;
  text-transform: uppercase;
}

.account-email-chip strong {
  display: block;
  overflow-wrap: anywhere;
}

.account-support-email-note {
  color: var(--d-muted);
  font-weight: 650;
  margin: -.35rem 0 1.45rem;
}

.account-support-page .form-label {
  color: var(--d-text);
  font-weight: 780;
  margin-bottom: .45rem;
}

.account-support-card .support-field-grid {
  display: grid;
  gap: 1.05rem 1.15rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-support-card .support-field-grid .span-2 {
  grid-column: 1 / -1;
}

.account-support-card .form-control,
.account-support-card .form-select {
  background: #fff;
  border-color: #dfe4f1;
  border-radius: 16px;
  min-height: 58px;
  padding: .9rem 1rem;
}

.account-support-card textarea.form-control {
  min-height: 170px;
  resize: vertical;
}

.account-support-card .support-file-input {
  border-color: #dfe4f1;
  border-radius: 16px;
  min-height: 58px;
}

.account-support-card .support-file-input strong {
  flex: 0 0 auto;
}

.account-support-card .support-file-input span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-support-card .cf-turnstile {
  max-width: 100%;
  overflow: hidden;
}

.account-support-card .user-submit-btn {
  display: inline-flex;
  justify-content: center;
  min-height: 58px;
  min-width: 280px;
  width: auto !important;
}

.account-support-note {
  background:
    radial-gradient(circle at top left, rgba(19, 173, 222, .18), transparent 42%),
    radial-gradient(circle at bottom right, rgba(216, 16, 160, .16), transparent 52%),
    #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 1.45rem;
  position: sticky;
  top: 1.5rem;
}

.account-support-note::before {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-magenta));
  border-radius: 999px;
  content: "";
  display: block;
  height: 6px;
  margin-bottom: 1.15rem;
  width: 100%;
}

.account-support-note p {
  color: var(--d-muted);
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 1199.98px) {
  .account-support-page {
    grid-template-columns: 1fr;
  }

  .account-support-note {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .account-support-toolbar {
    flex-direction: column;
  }

  .account-email-chip {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .account-support-head h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .account-support-card {
    padding: 1.45rem;
  }

  .account-support-card::before {
    left: 1.2rem;
    right: 1.2rem;
  }

  .account-support-card .support-field-grid {
    grid-template-columns: 1fr;
  }

  .account-support-card .support-field-grid .span-2 {
    grid-column: auto;
  }

  .account-support-card .user-submit-btn {
    min-width: 0;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .account-support-card .support-file-input {
    align-items: stretch;
    flex-direction: column;
  }

  .account-support-card .support-file-input strong,
  .account-support-card .support-file-input span {
    padding: .85rem 1rem;
  }
}

.user-grid {
  display: grid;
  gap: 1.2rem;
}

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

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

.user-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(28, 18, 104, .055);
  padding: 1.35rem;
}

.user-card h2,
.user-card h3 {
  font-weight: 950;
}

.migration-alert {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 23, 107, .1);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(31, 23, 107, .08);
  color: var(--d-text);
  display: flex;
  gap: 1rem;
  overflow: hidden;
  padding: 1.05rem 1.2rem;
  position: relative;
}

.migration-alert::before {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-magenta), var(--d-indigo));
  border-radius: 999px;
  content: '';
  height: 4px;
  left: 1.2rem;
  max-width: 38rem;
  position: absolute;
  right: 1.2rem;
  top: 0;
}

.migration-alert p {
  color: #61637c;
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
  padding-top: .12rem;
}

.migration-alert a {
  color: var(--d-indigo);
  font-weight: 900;
  text-decoration-thickness: .12em;
}

.migration-alert-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--d-cyan), var(--d-magenta));
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 1000;
  height: 2.25rem;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(216, 16, 160, .22);
  width: 2.25rem;
}

.status-pill {
  background: rgba(19,173,222,.12);
  border-radius: 999px;
  color: var(--d-indigo);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  padding: .38rem .68rem;
  text-transform: uppercase;
}

.status-pill.danger {
  background: rgba(216,16,160,.12);
}

.media-preview {
  background: #f4f6fb;
  border: 1px dashed #ccd3e7;
  border-radius: 14px;
  display: block;
  min-height: 110px;
  object-fit: cover;
  width: 100%;
}

.upload-feedback {
  color: var(--d-muted);
  font-size: .9rem;
  font-weight: 750;
  margin-top: .45rem;
}

.upload-feedback.is-error,
.direct-upload-status.is-error {
  color: #b42318;
}

.upload-feedback.is-ok,
.direct-upload-status.is-ok {
  color: #166534;
}

.wizard-step {
  border-top: 1px solid var(--d-border);
  margin-top: 1.2rem;
  padding-top: 1.2rem;
}

.wizard-step:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.wizard-step-label {
  color: var(--d-magenta);
  font-size: .78rem;
  font-weight: 1000;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.user-wizard-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(28, 18, 104, .08);
  margin-inline: auto;
  max-width: 920px;
  padding: clamp(1.25rem, 4vw, 2.8rem);
}

.wizard-step-panel {
  display: none;
}

.wizard-step-panel.active {
  display: block;
}

.wizard-step-panel h2 {
  color: var(--d-text);
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  font-weight: 950;
  margin-bottom: 1.4rem;
}

.checkout-summary {
  align-items: center;
  background: linear-gradient(135deg, rgba(19, 173, 222, .1), rgba(216, 16, 160, .1));
  border: 1px solid rgba(126, 106, 211, .22);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
}

.vevo-empty-state {
  align-items: center;
  background: radial-gradient(circle at 50% 20%, rgba(216, 16, 160, .12), transparent 34%), #fff;
  border: 1px solid var(--d-border);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(28, 18, 104, .08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  min-height: 420px;
  padding: clamp(2rem, 6vw, 4rem);
  text-align: center;
}

.vevo-empty-state img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(58%) saturate(2156%) hue-rotate(238deg) brightness(91%) contrast(101%);
  width: min(190px, 55vw);
}

.vevo-empty-state h2 {
  color: var(--d-text);
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 950;
  margin: 0;
}

.vevo-empty-state p {
  color: var(--d-muted);
  font-size: 1.1rem;
  max-width: 640px;
}

.vevo-action-button {
  align-items: center;
  display: inline-flex;
  gap: .42rem;
  justify-content: center;
  min-height: 44px;
  min-width: 210px;
  padding-inline: 1.05rem;
  white-space: nowrap;
}

.vevo-action-button img {
  filter: brightness(0) invert(1);
  height: 1rem;
  width: auto;
}

.vevo-header-actions {
  display: grid;
  gap: .65rem;
  justify-items: end;
}

.vevo-header-actions .vevo-action-button {
  width: 100%;
}

.vevo-channel-row {
  border-top: 1px solid var(--d-border);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-block: 1rem;
}

.vevo-channel-row h3 {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 .35rem;
}

.vevo-channel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  grid-column: 1 / -1;
}

.vevo-dashboard-grid {
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .7fr);
}

.vevo-channel-card h2,
.vevo-account-video-card h2 {
  border-bottom: 1px solid var(--d-border);
  margin-bottom: 0;
  padding-bottom: .85rem;
}

.vevo-channel-list {
  display: grid;
}

.vevo-channel-list-row {
  align-items: center;
  border-bottom: 1px solid var(--d-border);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 0;
}

.vevo-channel-list-row:last-child {
  border-bottom: 0;
}

.vevo-channel-title {
  align-items: center;
  color: var(--d-text);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.12rem;
  font-weight: 940;
  gap: .7rem;
}

.vevo-channel-title a,
.vevo-video-title-link {
  color: var(--d-indigo);
  font-weight: 950;
}

.vevo-channel-row-actions {
  flex: 0 0 auto;
}

.vevo-upload-cta {
  min-height: 52px;
  min-width: min(100%, 240px);
}

.vevo-status-badge {
  border-radius: 999px;
  display: inline-flex;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .02em;
  line-height: 1;
  padding: .44rem .7rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.vevo-status-badge.is-active,
.vevo-status-badge.is-published {
  background: rgba(34, 197, 94, .13);
  border: 1px solid rgba(34, 197, 94, .22);
  color: #14733b;
}

.vevo-status-badge.is-activating,
.vevo-status-badge.is-working {
  background: rgba(245, 158, 11, .15);
  border: 1px solid rgba(245, 158, 11, .25);
  color: #8a4b05;
}

.vevo-status-badge.is-managed {
  background: rgba(120, 70, 32, .16);
  border: 1px solid rgba(120, 70, 32, .28);
  color: #72451f;
}

.vevo-status-badge.is-closed,
.vevo-status-badge.is-deleted {
  background: rgba(220, 38, 38, .12);
  border: 1px solid rgba(220, 38, 38, .22);
  color: #a51616;
}

.vevo-credit-card {
  background:
    radial-gradient(circle at 85% 18%, rgba(216, 16, 160, .14), transparent 32%),
    linear-gradient(135deg, rgba(19, 173, 222, .08), rgba(126, 106, 211, .06)),
    #fff;
}

.vevo-credit-top {
  align-items: center;
  display: flex;
  gap: .75rem;
  margin-bottom: 1rem;
}

.vevo-credit-top img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(58%) saturate(2156%) hue-rotate(238deg) brightness(91%) contrast(101%);
  height: 1.25rem;
}

.vevo-credit-top span {
  color: var(--d-text);
  font-weight: 950;
}

.vevo-credit-list {
  display: grid;
  gap: .75rem;
}

.vevo-credit-list div {
  align-items: center;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(126, 106, 211, .16);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  padding: .85rem .95rem;
}

.vevo-credit-list span {
  color: var(--d-muted);
  font-weight: 820;
}

.vevo-credit-list strong {
  color: var(--d-indigo);
  font-size: 1.3rem;
  font-weight: 1000;
}

.vevo-list-empty {
  color: var(--d-muted);
  padding: 1.2rem 0 0;
}

.vevo-video-table thead th {
  color: var(--d-text);
  font-size: .9rem;
  white-space: nowrap;
}

.account-overview-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: start;
}

.account-left-column,
.account-side-column {
  align-content: start;
  display: grid;
  gap: 1.2rem;
}

.account-main-card {
  min-height: 330px;
}

.account-label-card {
  background:
    radial-gradient(circle at 83% 20%, rgba(216, 16, 160, .16), transparent 34%),
    radial-gradient(circle at 16% 22%, rgba(19, 173, 222, .14), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fbfdff 52%, #fff5fc 100%);
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.account-label-card::before {
  background:
    linear-gradient(90deg, rgba(19, 173, 222, .85), rgba(216, 16, 160, .85));
  border-radius: 999px;
  content: "";
  height: 8px;
  inset-block-start: 0;
  inset-inline: 2rem;
  position: absolute;
}

.account-consumer-card::after {
  background:
    radial-gradient(circle at 20% 20%, rgba(19, 173, 222, .18), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(216, 16, 160, .16), transparent 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.account-label-card.cyan .account-plan-icon { box-shadow: inset 0 -16px 0 rgba(19, 173, 222, .55); }
.account-label-card.magenta .account-plan-icon { box-shadow: inset 0 -16px 0 rgba(216, 16, 160, .55); }
.account-label-card.indigo .account-plan-icon { box-shadow: inset 0 -16px 0 rgba(126, 106, 211, .55); }

.account-label-card > *,
.account-consumer-card > * {
  position: relative;
  z-index: 1;
}

.account-label-visual {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.account-label-visual > span {
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(126, 106, 211, .14);
  border-radius: 999px;
  color: var(--d-magenta);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  padding: .55rem .85rem;
  text-transform: uppercase;
}

.account-plan-summary {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  gap: 1.35rem;
}

.account-plan-summary h2,
.account-consumer-content h2 {
  color: #080815;
  font-size: clamp(2.45rem, 6vw, 4.6rem);
  font-weight: 1000;
  line-height: .95;
  margin: .35rem 0 .65rem;
}

.account-plan-summary p {
  color: var(--d-muted);
  font-size: 1.02rem;
  font-weight: 760;
  line-height: 1.45;
  margin: 1rem 0 0;
  max-width: 680px;
}

.account-plan-meta {
  align-items: center;
  color: var(--d-muted);
  display: flex;
  flex-wrap: wrap;
  font-weight: 780;
  gap: .6rem;
}

.account-status-badge {
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 950;
  padding: .35rem .7rem;
  text-transform: uppercase;
}

.account-status-badge.is-active {
  background: rgba(34, 197, 94, .12);
  border: 1px solid rgba(34, 197, 94, .22);
  color: #1d7f3d;
}

.account-status-badge.is-suspended {
  background: rgba(220, 38, 38, .12);
  border: 1px solid rgba(220, 38, 38, .22);
  color: #a51616;
}

.account-label-name {
  align-items: center;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(126, 106, 211, .16);
  border-radius: 14px;
  display: inline-flex;
  gap: .55rem;
  margin-top: 1rem;
  padding: .65rem .85rem;
}

.account-label-name span {
  color: var(--d-muted);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-label-name strong {
  color: var(--d-indigo);
  font-weight: 950;
}

.account-label-renewal-callout {
  align-items: center;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(216, 16, 160, .18);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(28, 18, 104, .06);
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: space-between;
  margin-top: 1rem;
  max-width: 720px;
  padding: .85rem;
}

.account-label-renewal-callout strong {
  color: var(--d-indigo);
  font-size: .98rem;
  font-weight: 900;
}

.account-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.account-dashboard-actions .vevo-action-button {
  flex: 0 1 auto;
  min-width: 210px;
}

.account-credit-card {
  align-self: start;
  min-height: 0;
}

.account-credit-actions {
  display: grid;
  gap: .65rem;
  margin-top: 1rem;
}

.account-credit-actions .vevo-action-button {
  justify-content: center;
  width: 100%;
}

.account-notifications-card {
  grid-column: auto;
}

.account-notification-item {
  border-bottom: 1px solid var(--d-border);
  padding: .75rem 0;
}

.account-notification-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.account-consumer-card {
  overflow: hidden;
  position: relative;
}

.account-consumer-content {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) 180px;
}

.account-consumer-content p {
  color: var(--d-muted);
  font-size: 1.08rem;
  font-weight: 740;
  line-height: 1.5;
  max-width: 620px;
}

.account-consumer-content > img {
  background: linear-gradient(135deg, rgba(19, 173, 222, .1), rgba(216, 16, 160, .12));
  border-radius: 28px;
  justify-self: end;
  max-width: 180px;
  padding: 1.1rem;
  width: 100%;
}

.account-promo-section {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
  margin-top: 0;
}

.account-promo-card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  min-height: 0;
  overflow: hidden;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  position: relative;
}

.account-promo-card::before {
  border-radius: 999px;
  content: "";
  filter: blur(2px);
  height: 8px;
  inset-block-start: 0;
  inset-inline: 1.5rem;
  position: absolute;
}

.account-promo-card::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.account-promo-card > * {
  position: relative;
  z-index: 1;
}

.account-promo-card-promote {
  background:
    radial-gradient(circle at 16% 18%, rgba(216, 16, 160, .2), transparent 31%),
    radial-gradient(circle at 92% 10%, rgba(19, 173, 222, .14), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fff8fd 48%, #f7fdff 100%);
}

.account-promo-card-promote::before {
  background: linear-gradient(90deg, var(--d-magenta), var(--d-indigo));
}

.account-promo-card-detect {
  background:
    radial-gradient(circle at 14% 86%, rgba(19, 173, 222, .2), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(126, 106, 211, .18), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f5fcff 52%, #faf7ff 100%);
}

.account-promo-card-detect::before {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-indigo));
}

.account-promo-brand {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  min-height: 50px;
  width: 100%;
}

.account-promo-brand img {
  filter: drop-shadow(0 18px 24px rgba(28, 18, 104, .12));
  max-height: 54px;
  max-width: min(220px, 80%);
  object-fit: contain;
}

.account-promo-brand img[alt="Monitor Radio"] {
  transform: translateY(8px);
}

.account-promo-card p {
  color: var(--d-muted);
  font-size: clamp(.92rem, 1.25vw, .98rem);
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.account-promo-card .btn {
  margin-top: auto;
  min-width: 130px;
  width: max-content;
}

.vevo-video-table td {
  vertical-align: middle;
}

.vevo-form-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.vevo-form-heading img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(58%) saturate(2156%) hue-rotate(238deg) brightness(91%) contrast(101%);
  height: 1.45rem;
}

.vevo-form-heading h2 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  margin: 0;
}

.vevo-form-heading p {
  color: var(--d-muted);
  margin: .15rem 0 0;
}

.vevo-requirement-card {
  background: linear-gradient(135deg, rgba(19,173,222,.1), rgba(216,16,160,.08));
  border: 1px solid rgba(126, 106, 211, .2);
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  padding: 1rem;
}

.vevo-requirement-card strong {
  color: var(--d-indigo);
  width: 100%;
}

.vevo-requirement-card span {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-muted);
  font-weight: 850;
  padding: .45rem .75rem;
}

.vevo-upload-wizard {
  max-width: 1100px;
}

.vevo-wizard-progress {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 1.4rem;
}

.vevo-wizard-progress span {
  align-items: center;
  background: #eef2f8;
  border-radius: 999px;
  color: var(--d-muted);
  display: flex;
  font-weight: 950;
  height: .7rem;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
}

.vevo-wizard-progress span.active {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-magenta));
}

.wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.wizard-actions .btn {
  min-width: 150px;
}

.dynamic-input-stack {
  display: grid;
  gap: .7rem;
}

.dynamic-input-row {
  display: grid;
  gap: .55rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.dynamic-input-row .btn {
  min-width: 48px;
}

.direct-upload-box {
  background: #f8fafc;
  border: 1px solid var(--d-border);
  border-radius: 16px;
  display: grid;
  gap: .8rem;
  padding: 1rem;
}

.direct-upload-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: space-between;
}

.direct-upload-status {
  color: var(--d-muted);
  font-weight: 850;
}

.direct-upload-progress {
  background: #e9eef7;
  border-radius: 999px;
  height: .75rem;
  overflow: hidden;
}

.direct-upload-progress span {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-magenta));
  display: block;
  height: 100%;
  transition: width .2s ease;
}

.tag-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: .65rem;
}

.tag-pill {
  align-items: center;
  background: linear-gradient(135deg, rgba(19, 173, 222, .12), rgba(216, 16, 160, .12));
  border: 1px solid rgba(126, 106, 211, .22);
  border-radius: 999px;
  color: var(--d-indigo);
  display: inline-flex;
  font-weight: 850;
  gap: .45rem;
  padding: .42rem .5rem .42rem .8rem;
}

.tag-pill button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-muted);
  display: inline-flex;
  font: inherit;
  height: 1.35rem;
  justify-content: center;
  line-height: 1;
  width: 1.35rem;
}

.vevo-credit-inline {
  align-items: center;
  border-radius: 16px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 1.1rem;
}

.vevo-credit-inline.has-credit {
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .22);
  color: #166534;
}

.vevo-credit-inline.needs-payment {
  background: rgba(245, 158, 11, .12);
  border: 1px solid rgba(245, 158, 11, .25);
  color: #7c3e06;
}

.vevo-credit-inline span {
  color: var(--d-indigo);
  font-size: 1.35rem;
  font-weight: 1000;
}

.social-input-grid {
  display: grid;
  gap: 1.2rem 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-field .form-control {
  margin-top: .35rem;
}

.social-label {
  align-items: center;
  display: inline-flex;
  font-size: 1.08rem;
  font-weight: 850;
  gap: .7rem;
  margin-bottom: .35rem;
}

.social-icon {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  width: 2rem;
}

.social-icon-facebook { background: #1877f2; }
.social-icon-instagram { background: radial-gradient(circle at 30% 110%, #fdf497 0 18%, #fd5949 36%, #d6249f 62%, #285aeb 100%); }
.social-icon-x { background: #111; }
.social-icon-tiktok { background: linear-gradient(135deg, #00f2ea, #111 48%, #ff0050); }
.social-icon-website { background: linear-gradient(135deg, var(--d-cyan), var(--d-purple)); }

.social-icon svg {
  display: block;
  fill: currentColor;
  height: 1.05rem;
  width: 1.05rem;
}

.label-account-hero {
  background:
    radial-gradient(circle at 18% 20%, rgba(19,173,222,.16), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(216,16,160,.16), transparent 32%),
    #fff;
  border: 1px solid var(--d-border);
  border-radius: 22px;
  padding: 1.4rem;
}

@media (max-width: 991.98px) {
  .user-grid.two,
  .user-grid.three,
  .social-input-grid {
    grid-template-columns: 1fr;
  }

  .user-sidebar .brand-logo-flow {
    margin-inline: auto;
  }

  .user-sidebar {
    max-width: 100vw;
    min-width: 0;
    overflow: hidden;
    width: 100%;
  }

  .user-sidebar .dropdown,
  .user-sidebar form,
  .user-sidebar .btn,
  .user-sidebar .nav {
    max-width: 100%;
  }
}

.site-nav .nav-link {
  color: #1c2040;
  font-weight: 680;
  padding-inline: .85rem;
}

.site-nav .nav-link:hover {
  color: var(--d-purple);
}

.site-footer {
  padding: 42px 0;
}

.footer-main {
  align-items: flex-start;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.footer-main > div:first-child {
  min-width: 0;
}

.footer-brand-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 1rem;
}

.footer-language-toggle {
  padding: .48rem .78rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--d-text);
  font-weight: 720;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--d-magenta);
}

.footer-right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-signature {
  align-items: center;
  color: var(--d-muted);
  display: flex;
  font-size: .76rem;
  font-weight: 500;
  gap: 14px;
  justify-content: flex-end;
}

.footer-creator {
  align-items: center;
  color: var(--d-text);
  display: flex;
  gap: 7px;
  justify-content: center;
  margin: 30px auto 0;
  max-width: max-content;
  text-decoration: none;
}

.footer-creator-mobile {
  display: none;
}

.footer-creator:hover .footer-creator-name {
  color: var(--d-indigo);
}

.footer-creator:hover .footer-creator-avatar {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--d-cyan), var(--d-magenta), var(--d-indigo)) border-box;
  filter: grayscale(0) saturate(1) opacity(1);
  transform: translateY(-1px);
}

.footer-creator-label {
  color: var(--d-muted);
  font-size: .68rem;
  font-weight: 760;
  text-transform: uppercase;
}

.footer-creator-avatar {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #C9C8D4, #E4E5EC) border-box;
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(28, 18, 104, .13);
  filter: grayscale(1) saturate(.05) opacity(.76);
  height: 36px;
  object-fit: cover;
  transition: background .2s ease, filter .2s ease, transform .2s ease;
  width: 36px;
}

.footer-creator-name {
  color: var(--d-muted);
  font-family: "Ms Madi", "Segoe Script", cursive;
  font-size: 1.24rem;
  font-weight: 400;
  line-height: .92;
  transition: color .2s ease;
  white-space: nowrap;
}

.footer-copyright strong {
  color: var(--d-muted);
  font-weight: 800;
  letter-spacing: .01em;
}

.mantovani-logo-mark {
  aspect-ratio: 1530 / 500;
  display: block;
  position: relative;
  width: 76px;
}

.mantovani-logo {
  display: block;
  height: auto;
  opacity: .9;
  width: 100%;
}

.mantovani-logo-mark::before,
.mantovani-logo-mark::after {
  background: url("../img/brand/mantovani-group-logo.png") center / contain no-repeat;
  content: "";
  inset: 0;
  mix-blend-mode: color;
  opacity: .82;
  position: absolute;
  z-index: 2;
}

.mantovani-logo-mark::before {
  animation: mantovaniWingLeftFlow 5.6s ease-in-out infinite alternate;
  clip-path: inset(69.5% 62.6% 5.4% 16.9%);
}

.mantovani-logo-mark::after {
  animation: mantovaniWingRightFlow 5.6s ease-in-out infinite alternate;
  clip-path: inset(69.5% 15.9% 5.4% 63.4%);
}

@keyframes mantovaniWingLeftFlow {
  0% {
    filter: brightness(0) saturate(100%) invert(19%) sepia(78%) saturate(2226%) hue-rotate(328deg) brightness(91%) contrast(93%);
  }

  100% {
    filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(1764%) hue-rotate(202deg) brightness(86%) contrast(93%);
  }
}

@keyframes mantovaniWingRightFlow {
  0% {
    filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(1764%) hue-rotate(202deg) brightness(86%) contrast(93%);
  }

  100% {
    filter: brightness(0) saturate(100%) invert(19%) sepia(78%) saturate(2226%) hue-rotate(328deg) brightness(91%) contrast(93%);
  }
}

.nav-x-link {
  align-items: center;
  display: inline-flex;
  gap: .24rem;
}

.nav-x-mark {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  width: auto;
}

.nav-x-mark::before {
  content: none;
}

.nav-x {
  background-clip: text;
  display: inline-block;
  font-size: 1.24rem;
  font-weight: 1000;
  line-height: 1;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 8px 22px rgba(19, 173, 222, .24);
  filter: drop-shadow(0 1px 0 rgba(21, 20, 43, .28));
  transform: translateY(-1px);
  transition: filter .18s ease, transform .18s ease;
  z-index: 1;
}

.nav-x-artist {
  background-image: linear-gradient(135deg, var(--d-cyan), var(--d-sky), #7ef4ff);
}

.nav-x-label {
  background-image: linear-gradient(135deg, var(--d-magenta), var(--d-purple), #ff76d8);
  text-shadow: 0 8px 22px rgba(216, 16, 160, .25);
}

.nav-x-link:hover .nav-x {
  filter: saturate(1.25) brightness(1.08) drop-shadow(0 1px 0 rgba(21, 20, 43, .28));
  transform: translateY(-1px) scale(1.14) rotate(-5deg);
}

.nav-vevo-link {
  align-items: center;
  display: inline-flex;
}

.nav-vevo-link img {
  display: block;
  filter: brightness(0) saturate(100%) invert(9%) sepia(58%) saturate(2156%) hue-rotate(238deg) brightness(91%) contrast(101%);
  height: .82rem;
  transition: filter .18s ease, transform .18s ease;
  width: auto;
}

.nav-vevo-link:hover img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(82%) saturate(1448%) hue-rotate(286deg) brightness(92%) contrast(93%);
  transform: translateY(-1px) scale(1.14) rotate(-3deg);
}

.nav-login-link {
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-indigo);
  display: inline-flex;
  font-weight: 900;
  padding: .72rem 1.1rem;
  text-decoration: none;
}

.nav-login-link:hover {
  border-color: rgba(160, 62, 178, .34);
  color: var(--d-magenta);
}

.btn-brand {
  --bs-btn-bg: var(--d-indigo);
  --bs-btn-border-color: var(--d-indigo);
  --bs-btn-hover-bg: var(--d-purple);
  --bs-btn-hover-border-color: var(--d-purple);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 16px 35px rgba(28, 18, 104, .22);
}

.btn-accent {
  --bs-btn-bg: var(--d-magenta);
  --bs-btn-border-color: var(--d-magenta);
  --bs-btn-hover-bg: var(--d-cyan);
  --bs-btn-hover-border-color: var(--d-cyan);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(216, 16, 160, .26);
}

.nav-cta {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-purple) 48%, var(--d-magenta));
  border: 0;
  padding: .85rem 1.45rem;
}

.plan-card,
.panel-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(28, 18, 104, .06);
}

.plan-card.featured {
  border-color: rgba(216, 16, 160, .42);
  box-shadow: 0 18px 52px rgba(216, 16, 160, .13);
}

.label-upgrade-fields {
  background: linear-gradient(180deg, rgba(247, 248, 252, .92), rgba(255, 255, 255, .96));
  border: 1px solid var(--d-border);
  border-radius: 8px;
  display: grid;
  gap: .75rem;
  margin: 1rem 0;
  padding: .9rem;
}

.label-upgrade-fields .form-label {
  color: var(--d-muted);
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: .28rem;
}

.label-upgrade-summary {
  align-items: stretch;
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.label-upgrade-summary > div {
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(126, 106, 211, .16);
  border-radius: 14px;
  padding: .85rem 1rem;
}

.label-upgrade-summary span {
  color: var(--d-muted);
  display: block;
  font-size: .85rem;
  font-weight: 800;
  margin-bottom: .25rem;
}

.label-upgrade-summary strong {
  color: var(--d-text);
  display: block;
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 950;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.discount-checker {
  background: linear-gradient(135deg, rgba(19, 173, 222, .07), rgba(216, 16, 160, .07));
  border: 1px solid rgba(126, 106, 211, .18);
  border-radius: 16px;
  padding: 1rem;
}

.discount-input-row {
  display: grid;
  gap: .75rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.discount-check-message {
  color: var(--d-muted);
  font-size: .92rem;
  font-weight: 750;
  margin-top: .65rem;
  min-height: 1.35rem;
}

.discount-check-message.is-success { color: #287647; }
.discount-check-message.is-error { color: #b42318; }
.discount-check-message.is-loading { color: var(--d-indigo); }

.discount-summary {
  background: #fff;
  border: 1px solid rgba(126, 106, 211, .14);
  border-radius: 14px;
  display: grid;
  gap: .6rem;
  margin-top: .85rem;
  padding: .85rem;
}

.discount-summary > div {
  align-items: center;
  color: var(--d-muted);
  display: flex;
  font-weight: 800;
  justify-content: space-between;
}

.discount-summary strong {
  color: var(--d-text);
  font-weight: 950;
}

.label-renewal-panel {
  background:
    linear-gradient(135deg, rgba(19, 173, 222, .08), rgba(216, 16, 160, .06)),
    #fff;
}

.label-renewal-head {
  align-items: flex-start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(190px, .6fr) minmax(0, 1.4fr);
  margin-bottom: 1.1rem;
}

.label-renewal-head h2 {
  color: var(--d-text);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 950;
  margin: 0;
}

.label-renewal-head p {
  color: var(--d-muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
}

.label-renewal-list {
  display: grid;
  gap: .8rem;
}

.label-renewal-card {
  align-items: center;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(126, 106, 211, .16);
  border-radius: 16px;
  display: grid;
  gap: .9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  padding: 1rem;
}

.label-renewal-card.is-active {
  border-color: rgba(44, 165, 93, .22);
}

.label-renewal-card.is-grace {
  border-color: rgba(245, 158, 11, .38);
}

.label-renewal-card.is-expired {
  border-color: rgba(220, 38, 38, .28);
}

.label-renewal-card span,
.label-renewal-card small {
  color: var(--d-muted);
  display: block;
  font-size: .82rem;
  font-weight: 800;
}

.label-renewal-card strong {
  color: var(--d-text);
  display: block;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.label-renewal-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: flex-end;
}

.label-renewal-actions form {
  margin: 0;
}

.order-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.order-actions form {
  margin: 0;
}

.order-invoice-action {
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(19, 173, 222, .2), transparent 48%),
    radial-gradient(circle at bottom right, rgba(216, 16, 160, .2), transparent 58%),
    #fff;
  border: 1px solid rgba(126, 106, 211, .24);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(28, 18, 104, .08);
  color: var(--d-indigo);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  width: 40px;
}

.order-invoice-action:hover {
  border-color: rgba(216, 16, 160, .38);
  box-shadow: 0 16px 36px rgba(28, 18, 104, .13);
  color: var(--d-indigo);
  transform: translateY(-1px);
}

.order-invoice-action svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 21px;
}

.badge-brand {
  color: var(--d-indigo);
  background: rgba(19, 173, 222, .12);
  border: 1px solid rgba(19, 173, 222, .18);
}

.language-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-text);
  display: inline-flex;
  font-weight: 800;
  gap: .45rem;
  padding: .55rem .8rem;
  white-space: nowrap;
}

.language-menu {
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(21, 20, 43, .1);
}

@media (max-width: 1399.98px) {
  .site-nav .navbar-collapse {
    padding: 1rem 0 1.25rem;
  }

  .site-nav .navbar-nav {
    align-items: flex-start;
    gap: .85rem;
  }

  .site-nav .nav-link {
    padding-block: .35rem;
    padding-inline: 0;
  }

  .nav-login-link,
  .nav-cta {
    margin-top: .25rem;
  }

  .nav-cta {
    display: inline-flex;
    justify-content: center;
    min-width: 240px;
    padding-block: .95rem;
  }
}

.language-menu .dropdown-item {
  color: var(--d-text);
  font-weight: 760;
  padding: .72rem 1rem;
}

.language-menu .dropdown-item.active,
.language-menu .dropdown-item:active {
  background: rgba(19, 173, 222, .12);
  color: var(--d-indigo);
}

.home-hero-shell {
  background: #fff;
  overflow-x: hidden;
  padding: 0 0 70px;
}

.home-hero {
  background:
    linear-gradient(180deg, rgba(9, 5, 33, .18), rgba(0, 0, 0, .7)),
    linear-gradient(115deg, #130a43 0%, #371082 35%, #9816a1 66%, #13adde 130%);
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
  color: #fff;
  min-height: calc(100vh - 86px);
  overflow: hidden;
  position: relative;
}

.home-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 84px 84px;
  content: "";
  inset: 0;
  opacity: .35;
  position: absolute;
}

.home-hero::after {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .78) 86%);
  bottom: 0;
  content: "";
  height: 42%;
  inset-inline: 0;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: flex;
  min-height: 620px;
  padding-bottom: 170px;
  padding-top: 84px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 850px;
}

.hero-kicker {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  font-weight: 800;
  margin-bottom: 1.4rem;
  padding: .6rem 1rem;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(3rem, 6.8vw, 6.5rem);
  font-weight: 950;
  line-height: .94;
  margin: 0 auto;
  max-width: 980px;
}

.hero-copy p {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  margin: 1.4rem auto 0;
  max-width: 760px;
}

.hero-button {
  min-width: 210px;
  padding: .95rem 1.35rem;
}

.hero-button.ghost {
  border-color: rgba(255, 255, 255, .34);
  color: #fff;
}

.hero-button.ghost:hover,
.hero-button.ghost:focus {
  background: var(--d-cyan);
  border-color: var(--d-cyan);
  color: #fff;
  box-shadow: 0 18px 42px rgba(19, 173, 222, .28);
}

.hero-orbit {
  inset: 0;
  position: absolute;
  z-index: 1;
}

.floating-logo {
  align-items: center;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  display: flex;
  height: clamp(72px, 10vw, 138px);
  justify-content: center;
  position: absolute;
  width: clamp(72px, 10vw, 138px);
}

.floating-logo img {
  height: 62%;
  object-fit: contain;
  width: 62%;
}

.float-a { inset-block-start: 8%; inset-inline-start: 9%; transform: rotate(-6deg); }
.float-b { inset-block-start: 42%; inset-inline-start: 7%; transform: rotate(8deg); }
.float-c { inset-block-start: 20%; inset-inline-end: 12%; transform: rotate(5deg); }
.float-d { inset-block-start: 54%; inset-inline-end: 17%; transform: rotate(-8deg); }
.float-e { inset-block-start: 39%; inset-inline-end: 4%; transform: rotate(4deg); }

.dsp-rail {
  bottom: 34px;
  inset-inline: 0;
  padding-inline: 24px;
  position: absolute;
  text-align: center;
  z-index: 3;
}

.dsp-rail-label {
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.dsp-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  justify-content: center;
}

.dsp-logo-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: .55rem;
  opacity: .92;
  text-decoration: none;
}

.dsp-logo-link:hover {
  color: #fff;
  opacity: 1;
}

.dsp-logo-link img {
  background: rgba(255, 255, 255, .1);
  border-radius: 6px;
  height: 28px;
  object-fit: contain;
  padding: 2px;
  width: 28px;
}

.dsp-logo-link img.dsp-simple-icon {
  filter: brightness(0) invert(1);
}

.dsp-logo-link img.vevo-logo-img {
  background: transparent;
  border-radius: 0;
  filter: brightness(0) invert(1);
  height: 24px;
  padding: 0;
  width: 64px;
}

.dsp-logo-link img.jaxsta-logo-img {
  filter: none;
}

.dsp-logo-link img.partner-square-logo {
  background: rgba(255, 255, 255, .1);
  border-radius: 6px;
  height: 28px;
  padding: 3px;
  width: 28px;
}

.dsp-logo-link img.partner-square-logo.amazon-logo-img {
  background: #fff;
  filter: none;
  height: 24px;
  padding: 1px;
  width: 24px;
}

.dsp-logo-link img.partner-square-logo.jaxsta-logo-img {
  background: #fff;
  filter: none;
  height: 24px;
  padding: 1px;
  width: 24px;
}

.dsp-logo-link span {
  color: #fff;
  font-size: clamp(.88rem, 1.6vw, 1.18rem);
  font-weight: 850;
}

.logo-wordmark {
  color: #fff;
  font-size: 1.06rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.intro-section,
.platform-section,
.plans-section {
  background: #fff;
  overflow-x: hidden;
  padding: 88px 0;
}

.platform-section {
  background: var(--d-surface);
}

.section-eyebrow {
  color: var(--d-magenta);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.intro-section h2,
.section-heading h2 {
  color: #101532;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  font-weight: 950;
  line-height: .98;
}

.intro-section .lead {
  color: var(--d-muted);
  font-weight: 560;
}

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

.feature-tile {
  background: #101532;
  border-radius: 8px;
  color: #fff;
  min-height: 270px;
  padding: 28px;
}

.feature-tile.accent {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-magenta));
}

.feature-tile.cyan {
  background: linear-gradient(135deg, #1167bd, var(--d-cyan));
}

.feature-tile span {
  color: rgba(255, 255, 255, .65);
  font-weight: 900;
}

.feature-tile h3 {
  font-size: 1.75rem;
  font-weight: 900;
  margin-top: 52px;
}

.feature-tile p {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
}

.section-heading {
  margin-bottom: 34px;
  max-width: 760px;
}

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

.platform-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: var(--d-text);
  display: flex;
  justify-content: space-between;
  min-height: 86px;
  padding: 20px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.platform-card:hover {
  border-color: rgba(19, 173, 222, .55);
  box-shadow: 0 18px 44px rgba(28, 18, 104, .09);
  color: var(--d-indigo);
  transform: translateY(-3px);
}

.platform-card span {
  font-weight: 850;
}

.platform-card strong {
  color: var(--d-magenta);
  font-size: 1.4rem;
}

.plans-section {
  background: #fff;
}

.plan-price {
  color: var(--d-indigo);
  font-size: 2rem;
  font-weight: 950;
}

.artist-model-section {
  background: #fff;
  overflow-x: hidden;
  padding: 96px 0;
}

.artist-model-section h2,
.label-heading h2,
.label-comparison-section h2 {
  color: #101532;
  font-size: clamp(2.45rem, 5vw, 5rem);
  font-weight: 950;
  line-height: .98;
}

.artist-lead,
.label-heading p {
  color: var(--d-muted);
  font-size: 1.22rem;
  line-height: 1.65;
  max-width: 700px;
}

.artist-stats {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.artist-stats div {
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  padding: 22px;
}

.artist-stats strong {
  color: var(--d-indigo);
  display: block;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 950;
  line-height: 1;
}

.artist-stats span {
  color: var(--d-muted);
  display: block;
  font-weight: 720;
  margin-top: 10px;
}

.artist-visual {
  aspect-ratio: 1 / .82;
  background:
    radial-gradient(circle at 18% 22%, rgba(216, 16, 160, .18), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(19, 173, 222, .2), transparent 30%),
    linear-gradient(135deg, #fff, #f4f7ff);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  min-height: 420px;
  position: relative;
  box-shadow: 0 20px 60px rgba(28, 18, 104, .08);
}

.price-orb,
.royalty-orb {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  text-align: center;
}

.price-orb {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-cyan));
  height: 150px;
  inset-block-start: 46px;
  inset-inline-start: 48px;
  width: 150px;
}

.royalty-orb {
  background: linear-gradient(135deg, var(--d-purple), var(--d-magenta));
  height: 180px;
  inset-block-end: 54px;
  inset-inline-end: 52px;
  width: 180px;
}

.price-orb span,
.royalty-orb span {
  font-size: 3.4rem;
  font-weight: 950;
  line-height: 1;
}

.price-orb small,
.royalty-orb small {
  font-weight: 850;
  opacity: .88;
  text-transform: uppercase;
}

.artist-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  bottom: 58px;
  box-shadow: 0 22px 58px rgba(28, 18, 104, .12);
  inset-inline-start: 56px;
  max-width: 320px;
  padding: 26px;
  position: absolute;
}

.artist-card-bar {
  background: linear-gradient(90deg, var(--d-magenta), var(--d-cyan));
  border-radius: 999px;
  height: 8px;
  margin-bottom: 22px;
  width: 130px;
}

.artist-card h3 {
  color: var(--d-indigo);
  font-weight: 950;
}

.artist-card p {
  color: var(--d-muted);
  margin-bottom: 0;
}

.label-plans-section {
  background: var(--d-surface);
  padding: 92px 0;
}

.label-heading {
  margin-inline: auto;
  max-width: 820px;
  text-align: center;
}

.label-heading p {
  margin-inline: auto;
}

.label-plan-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}

.label-plan-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(28, 18, 104, .08);
  min-height: 430px;
  padding: 34px;
  position: relative;
  text-align: center;
}

.label-plan-card.magenta {
  border-color: rgba(216, 16, 160, .55);
  box-shadow: 0 24px 70px rgba(216, 16, 160, .14);
  transform: translateY(-14px);
}

.popular-ribbon {
  background: linear-gradient(90deg, var(--d-indigo), var(--d-magenta));
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-weight: 900;
  inset-block-start: 0;
  inset-inline: 0;
  padding: 12px;
  position: absolute;
}

.plan-icon {
  align-items: center;
  background: #101532;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 950;
  height: 72px;
  justify-content: center;
  margin-top: 26px;
  width: 72px;
}

.label-plan-card.cyan .plan-icon { box-shadow: inset 0 -16px 0 rgba(19, 173, 222, .55); }
.label-plan-card.magenta .plan-icon { box-shadow: inset 0 -16px 0 rgba(216, 16, 160, .55); }
.label-plan-card.indigo .plan-icon { box-shadow: inset 0 -16px 0 rgba(126, 106, 211, .55); }

.label-plan-card h3 {
  color: #080815;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 950;
  margin-top: 22px;
}

.label-price {
  color: var(--d-indigo);
  font-size: 3.4rem;
  font-weight: 950;
  line-height: 1;
  margin: 18px 0;
}

.label-price span {
  font-size: 1.4rem;
  vertical-align: super;
}

.label-price small {
  color: var(--d-muted);
  display: block;
  font-size: 1rem;
  font-weight: 800;
  margin-top: 8px;
}

.label-plan-card p {
  color: var(--d-muted);
  font-weight: 720;
  min-height: 48px;
}

.user-label-plan-grid {
  align-items: start;
}

.user-label-plan-grid .label-plan-card {
  container-type: inline-size;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: 28px 30px;
}

.user-label-plan-grid .label-plan-card.magenta {
  padding-top: 58px;
}

.user-label-plan-grid .popular-ribbon {
  padding-block: 10px;
}

.user-label-plan-grid .plan-icon {
  height: 58px;
  margin-top: 0;
  width: 58px;
}

.user-label-plan-grid .label-plan-card h3 {
  font-size: clamp(2rem, 2.3vw, 3.2rem);
  font-size: clamp(2rem, 15cqw, 3.2rem);
  line-height: .95;
  margin-bottom: 10px;
  margin-top: 16px;
  margin-inline: auto;
  max-width: none;
  hyphens: none;
  overflow-wrap: normal !important;
  text-wrap: nowrap;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

.user-label-plan-grid .label-plan-price,
.user-label-plan-grid .label-plan-card p {
  overflow-wrap: anywhere;
}

.user-label-plan-grid .label-plan-price {
  margin: 8px 0 6px;
}

.user-label-plan-grid .label-plan-card p {
  line-height: 1.35;
  margin-bottom: 24px;
  min-height: 0;
}

@media (max-width: 1500px) and (min-width: 992px) {
  .user-label-plan-grid .label-plan-card {
    padding-inline: 22px;
  }

  .user-label-plan-grid .label-plan-card h3 {
    font-size: clamp(1.7rem, 2vw, 2.45rem);
    font-size: clamp(1.7rem, 13cqw, 2.45rem);
  }
}

@media (max-width: 1280px) and (min-width: 992px) {
  .user-label-plan-grid {
    gap: 16px;
  }

  .user-label-plan-grid .label-plan-card {
    padding-inline: 16px;
  }

  .user-label-plan-grid .label-plan-card h3 {
    font-size: clamp(1.35rem, 1.55vw, 1.85rem);
    font-size: clamp(1.35rem, 12cqw, 1.85rem);
  }
}

.label-comparison-section {
  background: #fff;
  padding: 92px 0;
}

.label-hero {
  background:
    radial-gradient(circle at 72% 20%, rgba(19, 173, 222, .24), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(216, 16, 160, .2), transparent 34%),
    linear-gradient(135deg, #130a43 0%, #2f1680 48%, #a03eb2 100%);
  color: #fff;
  padding: 96px 0;
}

.label-hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
}

.label-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 950;
  line-height: .96;
}

.label-hero p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.24rem;
  line-height: 1.6;
  max-width: 800px;
}

.label-hero-panel {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  padding: 22px;
}

.label-hero-panel strong,
.label-hero-panel span {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 90px;
  text-align: center;
}

.label-hero-panel strong {
  font-size: .95rem;
  text-transform: uppercase;
}

.label-hero-panel span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 950;
}

.comparison-table-wrap {
  border: 1px solid var(--d-border);
  border-radius: 8px;
  overflow-x: auto;
}

.comparison-table {
  border-collapse: collapse;
  color: #737384;
  min-width: 840px;
  width: 100%;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 22px;
}

.comparison-table thead th {
  color: #686879;
  font-size: .98rem;
  font-weight: 950;
  text-align: left;
}

.comparison-table tbody tr:nth-child(odd) {
  background: #f7f7f9;
}

.comparison-table tbody th {
  color: #777787;
  font-weight: 850;
  text-align: left;
}

.comparison-table tbody td {
  font-size: .98rem;
  font-weight: 400;
}

.comparison-note {
  color: var(--d-muted);
  font-size: .95rem;
  margin-top: 16px;
}

.artist-page {
  background: #fff;
}

.artist-hero-section {
  background:
    radial-gradient(circle at 78% 16%, rgba(19, 173, 222, .34), transparent 23%),
    radial-gradient(circle at 12% 84%, rgba(216, 16, 160, .28), transparent 28%),
    linear-gradient(135deg, #12083e 0%, #261071 46%, #8c35bd 100%);
  color: #fff;
  overflow: hidden;
  padding: 98px 0 108px;
  position: relative;
}

.artist-hero-art {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.artist-float {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
  display: flex;
  height: clamp(64px, 7vw, 110px);
  justify-content: center;
  position: absolute;
  width: clamp(64px, 7vw, 110px);
}

.artist-float img {
  height: 60%;
  object-fit: contain;
  width: 60%;
}

.af-spotify { inset-block-start: 9%; inset-inline-start: 7%; transform: rotate(-7deg); }
.af-tiktok { inset-block-end: 16%; inset-inline-start: 10%; transform: rotate(8deg); }
.af-youtube { inset-block-start: 14%; inset-inline-end: 8%; transform: rotate(6deg); }
.af-apple { inset-block-end: 12%; inset-inline-end: 14%; transform: rotate(-8deg); }

.artist-hero-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr);
  position: relative;
  z-index: 1;
}

.artist-hero-copy h1 {
  color: #fff;
  font-size: clamp(3.25rem, 7.2vw, 7.4rem);
  font-weight: 950;
  line-height: .9;
  margin-bottom: 18px;
  max-width: 900px;
}

.artist-hero-copy strong {
  color: #fff;
  display: block;
  font-size: clamp(1.65rem, 3.2vw, 3rem);
  font-weight: 950;
  line-height: 1.05;
}

.artist-hero-copy p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.18rem;
  line-height: 1.65;
  margin-top: 24px;
  max-width: 760px;
}

.artist-hero-card {
  aspect-ratio: .92 / 1;
  background:
    radial-gradient(circle at 22% 22%, rgba(216, 16, 160, .22), transparent 27%),
    radial-gradient(circle at 82% 78%, rgba(19, 173, 222, .24), transparent 29%),
    rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 30px 80px rgba(0, 0, 0, .22);
  min-height: 430px;
  position: relative;
}

.artist-release-window {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  inset-block-start: 54px;
  inset-inline: 34px;
  padding: 26px;
  position: absolute;
}

.artist-release-window::before {
  background: linear-gradient(90deg, var(--d-magenta), var(--d-cyan));
  border-radius: 999px;
  content: "";
  display: block;
  height: 8px;
  margin-bottom: 24px;
  width: 138px;
}

.release-cover {
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 255, 255, .35), transparent 15%),
    linear-gradient(135deg, var(--d-magenta), var(--d-violet) 48%, var(--d-cyan));
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 132px;
}

.release-cover span {
  border: 12px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  display: block;
  height: 72px;
  inset-block-start: 28px;
  inset-inline-start: 28px;
  position: absolute;
  width: 72px;
}

.release-cover em {
  background: rgba(16, 21, 50, .78);
  border-radius: 999px;
  display: block;
  height: 44px;
  inset-block-end: 18px;
  inset-inline-end: 16px;
  position: absolute;
  width: 44px;
}

.release-lines {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.release-lines span {
  background: #e9ebf5;
  border-radius: 999px;
  display: block;
  height: 12px;
}

.release-lines span:nth-child(1) { width: 82%; }
.release-lines span:nth-child(2) { width: 62%; }
.release-lines span:nth-child(3) { width: 74%; }

.artist-price-pill,
.artist-royalty-pill {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  text-align: center;
}

.artist-price-pill {
  background: linear-gradient(135deg, var(--d-cyan), var(--d-sky));
  box-shadow: 0 22px 58px rgba(19, 173, 222, .32);
  height: 148px;
  inset-block-end: 46px;
  inset-inline-start: 30px;
  width: 148px;
}

.artist-royalty-pill {
  background: linear-gradient(135deg, var(--d-magenta), var(--d-purple));
  box-shadow: 0 22px 58px rgba(216, 16, 160, .28);
  height: 172px;
  inset-block-end: 76px;
  inset-inline-end: 28px;
  width: 172px;
}

.artist-price-pill b,
.artist-royalty-pill b {
  font-size: 3.15rem;
  font-weight: 950;
  line-height: .95;
}

.artist-price-pill span,
.artist-royalty-pill span {
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.2;
  max-width: 118px;
  opacity: .9;
  text-transform: uppercase;
}

.artist-intro-section {
  background: #fff;
  padding: 88px 0;
}

.artist-intro-grid {
  align-items: end;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
}

.artist-intro-grid h2,
.artist-steps-section h2,
.artist-pricing-section h2,
.artist-channels-section h2,
.artist-final-panel h2 {
  color: #101532;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 950;
  line-height: .98;
}

.artist-intro-copy p {
  color: var(--d-muted);
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.artist-intro-copy {
  position: relative;
}

.artist-intro-icon {
  align-items: center;
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 255, 255, .34), transparent 18%),
    linear-gradient(135deg, var(--d-magenta), var(--d-violet) 54%, var(--d-cyan));
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(28, 18, 104, .16);
  display: flex;
  height: 112px;
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
  width: 112px;
}

.artist-intro-icon::before,
.artist-intro-icon::after {
  background: rgba(255, 255, 255, .2);
  border-radius: 999px;
  content: "";
  height: 12px;
  inset-inline-start: 22px;
  position: absolute;
}

.artist-intro-icon::before {
  inset-block-start: 26px;
  width: 66px;
}

.artist-intro-icon::after {
  inset-block-start: 46px;
  width: 48px;
}

.intro-note {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 18px;
  position: absolute;
  width: 18px;
}

.intro-note::before {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 46px;
  inset-block-end: 12px;
  inset-inline-start: 12px;
  position: absolute;
  width: 7px;
}

.intro-note-a {
  inset-block-end: 24px;
  inset-inline-start: 30px;
}

.intro-note-b {
  inset-block-end: 36px;
  inset-inline-start: 66px;
  transform: scale(.82);
}

.intro-wave {
  border: 3px solid rgba(255, 255, 255, .68);
  border-color: rgba(255, 255, 255, .68) transparent transparent transparent;
  border-radius: 50%;
  height: 82px;
  inset-block-end: -34px;
  inset-inline-end: -22px;
  position: absolute;
  width: 82px;
}

.artist-steps-section {
  background: var(--d-surface);
  padding: 92px 0;
}

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

.artist-step-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(28, 18, 104, .07);
  min-height: 270px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.artist-step-card::after {
  background: linear-gradient(135deg, rgba(216, 16, 160, .16), rgba(19, 173, 222, .16));
  border-radius: 50%;
  content: "";
  height: 140px;
  inset-block-start: -72px;
  inset-inline-end: -50px;
  position: absolute;
  width: 140px;
}

.artist-step-card span {
  color: var(--d-magenta);
  font-size: .84rem;
  font-weight: 950;
  letter-spacing: .16em;
}

.artist-step-card h3 {
  color: var(--d-indigo);
  font-size: 1.55rem;
  font-weight: 950;
  margin-top: 56px;
}

.artist-step-card p {
  color: var(--d-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.artist-pricing-section {
  background: #fff;
  padding: 94px 0;
}

.artist-pricing-head {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 36px;
}

.artist-pricing-badge {
  align-items: center;
  background: linear-gradient(135deg, var(--d-indigo), var(--d-magenta));
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 14px;
  min-width: 230px;
  padding: 20px 24px;
}

.artist-pricing-badge strong {
  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
}

.artist-pricing-badge span {
  font-weight: 900;
  text-transform: uppercase;
}

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

.artist-pricing-card {
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  padding: 24px;
}

.artist-pricing-card span {
  color: var(--d-muted);
  display: block;
  font-size: .9rem;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.artist-pricing-card strong {
  color: var(--d-indigo);
  display: block;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 950;
  line-height: 1.1;
}

.artist-pricing-card strong small {
  color: var(--d-muted);
  display: block;
  font-size: .82rem;
  font-weight: 500;
  margin-top: 6px;
  text-transform: uppercase;
}

.artist-channels-section {
  background:
    linear-gradient(180deg, #fff 0%, var(--d-surface) 100%);
  padding: 92px 0;
}

.artist-platform-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.artist-platform-cloud span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(28, 18, 104, .06);
  color: var(--d-text);
  display: inline-flex;
  gap: 12px;
  min-height: 68px;
  padding: 16px 18px;
}

.artist-platform-cloud img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.artist-platform-cloud img.artist-platform-invert {
  filter: brightness(0) saturate(100%) invert(9%) sepia(58%) saturate(2156%) hue-rotate(238deg) brightness(91%) contrast(101%);
}

.artist-platform-cloud img.artist-platform-square {
  border-radius: 8px;
}

.artist-platform-cloud strong {
  font-weight: 900;
}

.artist-platform-more {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-magenta)) !important;
  border-color: transparent !important;
  color: #fff !important;
  justify-content: center;
  min-width: 190px;
}

.artist-platform-more strong {
  color: #fff;
  font-size: 1.15rem;
}

.artist-final-cta {
  background: var(--d-surface);
  padding: 0 0 94px;
}

.artist-final-panel {
  background:
    radial-gradient(circle at 16% 22%, rgba(19, 173, 222, .22), transparent 28%),
    linear-gradient(135deg, #101532, var(--d-indigo) 52%, var(--d-purple));
  border-radius: 8px;
  color: #fff;
  padding: clamp(34px, 6vw, 70px);
  text-align: center;
}

.artist-final-panel h2 {
  color: #fff;
  margin-inline: auto;
  max-width: 880px;
}

.artist-final-panel p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.18rem;
  line-height: 1.6;
  margin: 18px auto 28px;
  max-width: 620px;
}

.vevo-page {
  background: #fff;
}

.vevo-hero {
  background:
    radial-gradient(circle at 78% 16%, rgba(19, 173, 222, .22), transparent 26%),
    radial-gradient(circle at 20% 88%, rgba(216, 16, 160, .2), transparent 30%),
    linear-gradient(135deg, #05050c 0%, #141038 45%, #2b1263 100%);
  color: #fff;
  overflow: hidden;
  padding: 102px 0;
  position: relative;
}

.vevo-hero-bg {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vevo-hero-bg span {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  position: absolute;
}

.vevo-hero-bg span:nth-child(1) {
  height: 220px;
  inset-block-start: 12%;
  inset-inline-end: 8%;
  transform: rotate(10deg);
  width: 220px;
}

.vevo-hero-bg span:nth-child(2) {
  height: 150px;
  inset-block-end: 12%;
  inset-inline-start: 8%;
  transform: rotate(-12deg);
  width: 150px;
}

.vevo-hero-bg span:nth-child(3) {
  background: linear-gradient(135deg, rgba(216, 16, 160, .35), rgba(19, 173, 222, .28));
  height: 90px;
  inset-block-start: 60%;
  inset-inline-end: 28%;
  width: 90px;
}

.vevo-hero-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  position: relative;
  z-index: 1;
}

.vevo-wordmark {
  display: block;
  filter: brightness(0) invert(1);
  margin-bottom: 26px;
  max-width: 260px;
  width: min(260px, 70vw);
}

.vevo-hero-copy h1 {
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 950;
  line-height: .9;
  max-width: 930px;
}

.vevo-hero-copy p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.2rem;
  line-height: 1.65;
  margin-top: 24px;
  max-width: 760px;
}

.vevo-video-card {
  aspect-ratio: .92 / 1;
  background:
    radial-gradient(circle at 22% 22%, rgba(216, 16, 160, .2), transparent 27%),
    radial-gradient(circle at 84% 76%, rgba(19, 173, 222, .22), transparent 29%),
    rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
  min-height: 430px;
  position: relative;
}

.vevo-player {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .5)),
    linear-gradient(135deg, var(--d-magenta), var(--d-violet) 56%, var(--d-cyan));
  border-radius: 8px;
  inset-block-start: 42px;
  inset-inline: 30px;
  min-height: 250px;
  position: absolute;
  overflow: hidden;
}

.vevo-player::before,
.vevo-player::after {
  background: rgba(255, 255, 255, .16);
  border-radius: 999px;
  content: "";
  height: 12px;
  inset-inline: 24px;
  position: absolute;
}

.vevo-player::before {
  inset-block-end: 38px;
}

.vevo-player::after {
  inset-block-end: 18px;
  width: 48%;
}

.vevo-play {
  border-block: 38px solid transparent;
  border-inline-start: 58px solid rgba(255, 255, 255, .92);
  height: 0;
  inset-block-start: 86px;
  inset-inline-start: calc(50% - 22px);
  position: absolute;
  width: 0;
}

.vevo-player-logo {
  filter: brightness(0) invert(1);
  inset-block-start: 24px;
  inset-inline-start: 24px;
  position: absolute;
  width: 112px;
}

.vevo-player-logo img {
  display: block;
  width: 100%;
}

.vevo-metric {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  text-align: center;
}

.vevo-metric-a {
  background: linear-gradient(135deg, var(--d-magenta), var(--d-purple));
  height: 142px;
  inset-block-end: 44px;
  inset-inline-start: 30px;
  width: 142px;
}

.vevo-metric-b {
  background: linear-gradient(135deg, var(--d-cyan), var(--d-sky));
  height: 156px;
  inset-block-end: 66px;
  inset-inline-end: 30px;
  width: 156px;
}

.vevo-metric strong {
  font-size: 2.75rem;
  font-weight: 950;
  line-height: 1;
}

.vevo-metric span {
  font-size: .74rem;
  font-weight: 900;
  margin-top: 6px;
  opacity: .9;
  text-transform: uppercase;
}

.vevo-services-section,
.vevo-faq-section {
  background: #fff;
  padding: 92px 0;
}

.vevo-service-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.vevo-service-card {
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(28, 18, 104, .07);
  padding: 34px;
}

.vevo-service-card.accent {
  background:
    radial-gradient(circle at 90% 10%, rgba(19, 173, 222, .18), transparent 24%),
    #fff;
  border-color: rgba(216, 16, 160, .28);
}

.vevo-card-top {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.vevo-service-card h3 {
  color: var(--d-indigo);
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  font-weight: 950;
  line-height: 1;
}

.vevo-price {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-magenta));
  border-radius: 8px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
  padding: 18px 20px;
}

.vevo-service-card p {
  color: var(--d-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 24px 0;
}

.vevo-service-card ul {
  color: var(--d-text);
  display: grid;
  gap: 10px;
  font-weight: 760;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.vevo-service-card li::before {
  color: var(--d-cyan);
  content: "✓";
  font-weight: 950;
  margin-inline-end: 9px;
}

.vevo-how-section {
  background: var(--d-surface);
  padding: 92px 0;
}

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

.vevo-step-card,
.vevo-faq-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .06);
  padding: 26px;
}

.vevo-step-card span {
  color: var(--d-magenta);
  font-size: .84rem;
  font-weight: 950;
  letter-spacing: .16em;
}

.vevo-step-card h3 {
  color: var(--d-indigo);
  font-size: 1.35rem;
  font-weight: 950;
  margin-top: 42px;
}

.vevo-step-card p,
.vevo-faq-card p {
  color: var(--d-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.vevo-faq-grid {
  display: grid;
  gap: 14px;
  margin: 34px auto 0;
  max-width: 980px;
}

.vevo-faq-card summary {
  color: var(--d-indigo);
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 950;
}

.vevo-faq-card p {
  margin-top: 14px;
}

.vevo-final-section {
  background: var(--d-surface);
  padding: 0 0 94px;
}

.vevo-final-panel {
  background:
    radial-gradient(circle at 18% 20%, rgba(19, 173, 222, .22), transparent 24%),
    linear-gradient(135deg, #05050c, var(--d-indigo) 56%, var(--d-magenta));
  border-radius: 8px;
  color: #fff;
  padding: clamp(34px, 6vw, 70px);
  text-align: center;
}

.vevo-final-panel img {
  filter: brightness(0) invert(1);
  margin-bottom: 24px;
  max-width: 190px;
  width: 60%;
}

.vevo-final-panel h2 {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 950;
  line-height: .98;
  margin: 0 auto 28px;
  max-width: 820px;
}

.page-hero {
  background:
    linear-gradient(180deg, rgba(9, 5, 33, .08), rgba(0, 0, 0, .55)),
    linear-gradient(120deg, #150a49 0%, #39158f 45%, #d810a0 100%);
  color: #fff;
  padding: 78px 0 86px;
}

.page-breadcrumb {
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  font-weight: 760;
  margin-bottom: 34px;
}

.page-hero-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr auto;
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  font-weight: 950;
  line-height: .96;
}

.page-hero p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.25rem;
  line-height: 1.55;
  max-width: 760px;
}

.page-dsp-logo {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  display: flex;
  height: clamp(130px, 18vw, 220px);
  justify-content: center;
  width: clamp(130px, 18vw, 220px);
}

.page-dsp-logo img {
  object-fit: contain;
  height: 58%;
  width: 58%;
}

.page-dsp-logo img.page-logo-invert {
  filter: brightness(0) invert(1);
}

.page-dsp-logo img.page-logo-wide {
  height: auto;
  width: 74%;
}

.page-dsp-logo img.page-logo-square {
  border-radius: 8px;
  height: 70%;
  width: 70%;
}

.page-wordmark {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 950;
}

.page-content-section {
  background: #fff;
  padding: 70px 0;
}

.page-content {
  color: #24213d;
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 900px;
}

.page-content h2 {
  color: var(--d-indigo);
  font-size: 2rem;
  font-weight: 900;
  margin-top: 34px;
}

.page-content li {
  margin-bottom: .55rem;
}

.legal-page .page-content-section {
  background: var(--d-surface);
}

.legal-page-content {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(21, 20, 43, .07);
  max-width: 1040px;
  padding: clamp(28px, 5vw, 64px);
}

.legal-page-content > :first-child {
  margin-top: 0;
}

.legal-page-content h2 {
  border-top: 1px solid var(--d-border);
  font-size: clamp(1.45rem, 3vw, 2rem);
  padding-top: 30px;
}

.legal-page-content h3 {
  color: var(--d-text);
  font-size: 1.08rem;
  font-weight: 900;
  margin-top: 24px;
}

.legal-page-content .legal-toc {
  margin: 0 0 34px;
  padding: 24px 26px;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  background: #f8f9fd;
}

.legal-page-content .legal-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 0;
  padding-left: 22px;
}

.legal-page-content .legal-toc li {
  padding-left: 3px;
}

.legal-page-content .legal-toc a {
  color: var(--d-text);
  font-weight: 700;
  text-decoration: none;
}

.legal-page-content .legal-toc a:hover {
  color: var(--d-magenta);
}

.legal-page-content .legal-section {
  scroll-margin-top: 112px;
}

@media (max-width: 720px) {
  .legal-page-content .legal-toc {
    padding: 20px;
  }

  .legal-page-content .legal-toc ol {
    grid-template-columns: 1fr;
  }
}

.legal-page-content a {
  color: var(--d-indigo);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.legal-page-content table {
  border-collapse: collapse;
  display: block;
  margin: 24px 0;
  max-width: 100%;
  overflow-x: auto;
  width: max-content;
}

.legal-page-content th,
.legal-page-content td {
  border: 1px solid var(--d-border);
  min-width: 150px;
  padding: 12px 14px;
  text-align: start;
  vertical-align: top;
}

.legal-page-content th {
  background: var(--d-surface);
  color: var(--d-text);
  font-weight: 900;
}

.legal-updated {
  color: var(--d-muted);
  font-size: .9rem;
  font-weight: 800;
}

.cookie-page-settings {
  align-items: center;
  background: linear-gradient(110deg, #eafaff 0%, #fff 50%, #fff0fa 100%);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 28px;
  max-width: 1040px;
  padding: clamp(24px, 4vw, 42px);
}

.cookie-page-settings h2 {
  color: var(--d-text);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 950;
  margin: 6px 0 10px;
}

.cookie-page-settings p {
  color: var(--d-muted);
  line-height: 1.6;
  margin: 0 0 16px;
  max-width: 720px;
}

.cookie-choice-status {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-muted);
  display: inline-flex;
  font-size: .82rem;
  gap: 8px;
  padding: 8px 12px;
}

.cookie-choice-status::before {
  background: #9a97ad;
  border-radius: 50%;
  content: '';
  height: 8px;
  width: 8px;
}

.cookie-choice-status[data-choice="accepted"]::before {
  background: #19a765;
}

.cookie-choice-status[data-choice="necessary"]::before {
  background: var(--d-cyan);
}

.cookie-page-settings-actions {
  display: grid;
  gap: 10px;
  min-width: 190px;
}

.cookie-page-settings-actions button {
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 900;
  white-space: nowrap;
}

.roberto-page {
  background: #fff;
}

.roberto-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(19, 173, 222, .32), transparent 28%),
    radial-gradient(circle at 12% 78%, rgba(216, 16, 160, .28), transparent 30%),
    linear-gradient(128deg, #100735 0%, #1C1268 42%, #6d25aa 72%, #D810A0 100%);
  color: #fff;
  overflow: hidden;
  padding: 82px 0 92px;
  position: relative;
}

.roberto-hero::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, .16), transparent 42%, rgba(255, 255, 255, .12));
  content: "";
  height: 1px;
  inset-inline: 0;
  position: absolute;
  bottom: 0;
}

.roberto-hero-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
}

.roberto-hero-copy h1 {
  color: #fff;
  font-size: clamp(3.1rem, 7vw, 7.2rem);
  font-weight: 980;
  line-height: .93;
  margin-bottom: 1.35rem;
  max-width: 920px;
}

.roberto-hero-copy p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.22rem;
  line-height: 1.62;
  max-width: 760px;
}

.roberto-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  max-width: 760px;
}

.roberto-stats div {
  border-block-start: 1px solid rgba(255, 255, 255, .28);
  padding-top: 18px;
}

.roberto-stats strong,
.roberto-stats span {
  display: block;
}

.roberto-stats strong {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 980;
  line-height: 1;
}

.roberto-stats span {
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  font-weight: 840;
  margin-top: 7px;
  text-transform: uppercase;
}

.roberto-portrait-wrap {
  isolation: isolate;
  justify-self: center;
  max-width: 440px;
  position: relative;
  width: min(100%, 440px);
}

.roberto-portrait-halo {
  background: linear-gradient(135deg, var(--d-cyan), var(--d-magenta), #fff);
  border-radius: 50%;
  filter: blur(18px);
  inset: -18px;
  opacity: .6;
  position: absolute;
  z-index: -1;
}

.roberto-portrait {
  aspect-ratio: 1;
  border: 8px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
  display: block;
  object-fit: cover;
  width: 100%;
}

.roberto-handwritten {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  box-shadow: 0 22px 52px rgba(21, 20, 43, .18);
  color: var(--d-indigo);
  display: inline-flex;
  font-family: "Ms Madi", "Segoe Script", cursive;
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 400;
  inset-block-end: -24px;
  inset-inline-start: 50%;
  line-height: 1;
  padding: .28em .72em .34em;
  position: absolute;
  transform: translateX(-50%) rotate(-2deg);
  white-space: nowrap;
}

.roberto-story-section {
  background:
    linear-gradient(180deg, #fff 0%, var(--d-surface) 100%);
  padding: 78px 0 94px;
}

.roberto-story-layout {
  align-items: start;
  display: grid;
  gap: 46px;
  grid-template-columns: 220px minmax(0, 900px);
  justify-content: center;
}

.roberto-side-note {
  border-inline-start: 4px solid var(--d-magenta);
  color: var(--d-muted);
  display: grid;
  gap: 6px;
  padding: 8px 0 8px 18px;
  position: sticky;
  top: 122px;
}

.roberto-side-note span {
  font-size: .78rem;
  font-weight: 860;
  text-transform: uppercase;
}

.roberto-side-note strong {
  color: var(--d-indigo);
  font-size: 2rem;
  font-weight: 980;
}

.roberto-story {
  color: #25213f;
  font-size: 1.1rem;
  line-height: 1.82;
}

.roberto-story p {
  margin-bottom: 1.45rem;
}

.roberto-story p:first-child {
  color: var(--d-text);
  font-size: 1.28rem;
  line-height: 1.7;
}

.roberto-story strong {
  color: var(--d-indigo);
  font-weight: 900;
}

.channels-menu {
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(21, 20, 43, .12);
  min-width: 230px;
  padding: .55rem;
}

.channels-menu .dropdown-item {
  border-radius: 6px;
  color: var(--d-text);
  font-weight: 760;
  padding: .72rem .85rem;
}

.channels-menu .dropdown-item:hover,
.channels-menu .dropdown-item:focus {
  background: rgba(19, 173, 222, .1);
  color: var(--d-indigo);
}

.channels-page,
.dsp-channel-page {
  background: #fff;
  overflow-x: hidden;
}

.channels-hero,
.dsp-channel-hero {
  background:
    linear-gradient(180deg, rgba(9, 5, 33, .08), rgba(0, 0, 0, .58)),
    radial-gradient(circle at 78% 16%, rgba(19, 173, 222, .42), transparent 28%),
    linear-gradient(120deg, #11072e 0%, #29106e 48%, #d810a0 120%);
  color: #fff;
  min-height: 620px;
  overflow: hidden;
  padding: 88px 0;
  position: relative;
}

.channels-hero::before,
.dsp-channel-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 86px 86px;
  content: "";
  inset: 0;
  opacity: .28;
  position: absolute;
}

.channels-hero-grid,
.dsp-channel-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
  position: relative;
  z-index: 2;
}

.channels-hero h1,
.dsp-channel-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 950;
  line-height: .94;
  max-width: 930px;
}

.channels-hero p,
.dsp-channel-hero p {
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
  max-width: 760px;
}

.channels-hero-panel {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  padding: 34px;
}

.channels-hero-panel span {
  color: #fff;
  display: block;
  font-size: clamp(4.2rem, 8vw, 7rem);
  font-weight: 950;
  line-height: .86;
}

.channels-hero-panel strong {
  color: #fff;
  display: block;
  font-size: 1.1rem;
  margin: 18px 0 12px;
  text-transform: uppercase;
}

.channels-orbit {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.channels-orbit-logo {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
  display: flex;
  height: 74px;
  justify-content: center;
  opacity: .82;
  position: absolute;
  width: 74px;
}

.channels-orbit-logo img {
  height: 54%;
  object-fit: contain;
  width: 54%;
}

.channels-orbit-logo .channel-logo-wide {
  width: 70%;
}

.channel-orbit-0 { inset-block-start: 12%; inset-inline-start: 7%; transform: rotate(-8deg); }
.channel-orbit-1 { inset-block-start: 22%; inset-inline-end: 10%; transform: rotate(7deg); }
.channel-orbit-2 { inset-block-end: 17%; inset-inline-start: 13%; transform: rotate(5deg); }
.channel-orbit-3 { inset-block-end: 20%; inset-inline-end: 20%; transform: rotate(-6deg); }
.channel-orbit-4 { inset-block-start: 42%; inset-inline-start: 48%; transform: rotate(4deg); }
.channel-orbit-5 { inset-block-start: 10%; inset-inline-start: 58%; transform: rotate(-5deg); }
.channel-orbit-6 { inset-block-end: 10%; inset-inline-end: 8%; transform: rotate(6deg); }

.channels-grid-section,
.dsp-channel-body {
  background: #fff;
  padding: 88px 0;
}

.channels-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.channel-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .08);
  color: var(--d-text);
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: 26px;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.channel-card:hover {
  border-color: rgba(19, 173, 222, .38);
  box-shadow: 0 24px 70px rgba(28, 18, 104, .14);
  color: var(--d-text);
  transform: translateY(-4px);
}

.channel-card-icon {
  align-items: center;
  background: #f4f5fa;
  border: 1px solid #ebeef6;
  border-radius: 8px;
  display: flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 22px;
  width: 52px;
}

.channel-card-icon img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.channel-card-icon .channel-logo-wide {
  width: 38px;
}

.channel-card strong {
  color: #111532;
  font-size: 1.32rem;
  font-weight: 920;
  margin-bottom: 10px;
}

.channel-card p {
  color: var(--d-muted);
  font-size: .98rem;
  line-height: 1.55;
  margin: 0;
}

.channels-dashboard-note {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(19, 173, 222, .1), rgba(216, 16, 160, .08));
  border: 1px solid rgba(19, 173, 222, .2);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, .55fr) 1fr;
  margin-top: 54px;
  padding: 30px;
}

.channels-dashboard-note h2 {
  color: var(--d-indigo);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 950;
  margin: 0;
}

.channels-dashboard-note p {
  color: #24213d;
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0;
}

.channels-full-section {
  background: linear-gradient(180deg, #fff, #f8f9fe);
  padding: 18px 0 88px;
}

.channels-complete-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 36px;
}

.channel-pill {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-text);
  display: inline-flex;
  font-size: .95rem;
  font-weight: 780;
  justify-content: center;
  min-height: 46px;
  padding: .65rem .9rem;
  text-align: center;
  text-decoration: none;
}

.channel-pill.linked {
  border-color: rgba(19, 173, 222, .24);
  box-shadow: 0 12px 26px rgba(28, 18, 104, .06);
  color: var(--d-indigo);
  isolation: isolate;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.channel-pill.linked::before {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-magenta));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .18s ease;
}

.channel-pill.linked:hover {
  border-color: transparent;
  color: #fff;
}

.channel-pill.linked:hover::before {
  opacity: 1;
}

.channel-pill.linked::before {
  z-index: -1;
}

.channel-pill-more {
  background: linear-gradient(90deg, rgba(34, 181, 221, .13), rgba(212, 33, 164, .13));
  border-color: rgba(212, 33, 164, .2);
  color: var(--d-indigo);
  font-style: italic;
}

.dsp-channel-logo-panel {
  align-items: center;
  display: flex;
  justify-content: center;
}

.dsp-channel-logo-panel > span {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
  display: flex;
  height: clamp(180px, 23vw, 290px);
  justify-content: center;
  width: clamp(180px, 23vw, 290px);
}

.dsp-channel-logo-panel img {
  height: 46%;
  object-fit: contain;
  width: 46%;
}

.dsp-channel-logo-panel img.dsp-logo-wide {
  height: auto;
  width: 68%;
}

.dsp-channel-content-grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(270px, .38fr);
}

.dsp-channel-info,
.dsp-side-panel,
.meta-apps-panel {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .08);
  padding: 34px;
}

.dsp-channel-info h2,
.meta-apps-panel h2 {
  color: #101532;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 950;
  line-height: 1;
}

.dsp-channel-info p,
.dsp-side-panel p {
  color: var(--d-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.dsp-check-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.dsp-check-list li {
  align-items: flex-start;
  color: #24213d;
  display: flex;
  font-weight: 760;
  gap: 12px;
}

.dsp-check-list li::before {
  background: linear-gradient(135deg, var(--d-cyan), var(--d-magenta));
  border-radius: 999px;
  color: #fff;
  content: "✓";
  display: inline-flex;
  flex: 0 0 24px;
  font-size: .84rem;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  margin-top: 2px;
  width: 24px;
}

.dsp-side-panel {
  background:
    linear-gradient(180deg, #fff, #f8f9fe);
}

.dsp-side-panel strong {
  color: var(--d-indigo);
  display: block;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 18px;
}

.meta-apps-panel {
  margin-top: 28px;
}

.meta-app-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.meta-app-grid span {
  align-items: center;
  background: #f7f8fc;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: #111532;
  display: inline-flex;
  font-size: 1.08rem;
  font-weight: 850;
  gap: 12px;
  justify-content: center;
  min-height: 82px;
  padding: 16px;
}

.meta-app-grid img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.support-page {
  background: #fff;
  overflow-x: hidden;
}

.support-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(19, 173, 222, .34), transparent 26%),
    radial-gradient(circle at 18% 82%, rgba(216, 16, 160, .22), transparent 30%),
    linear-gradient(135deg, #120838 0%, #2d1178 48%, #d810a0 128%);
  color: #fff;
  overflow: hidden;
  padding: 88px 0 96px;
  position: relative;
}

.support-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 82px 82px;
  content: "";
  inset: 0;
  opacity: .28;
  position: absolute;
}

.support-hero-grid {
  align-items: end;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(290px, .42fr);
  position: relative;
  z-index: 1;
}

.support-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6.5vw, 6.2rem);
  font-weight: 950;
  line-height: .95;
  max-width: 980px;
}

.support-hero p {
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  line-height: 1.55;
  max-width: 760px;
}

.support-hero-card {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
  padding: 28px;
}

.support-hero-card span {
  color: #fff;
  display: block;
  font-size: 1.25rem;
  font-weight: 920;
  margin-bottom: 12px;
}

.support-hero-card p {
  font-size: 1rem;
  margin: 0;
}

.support-form-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8f9fe 100%);
  padding: 78px 0 92px;
}

.support-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, .36fr) minmax(0, 1fr);
}

.support-flow-card,
.support-form-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .08);
}

.support-flow-card {
  overflow: hidden;
  padding: 28px;
  position: sticky;
  top: 112px;
}

.support-flow-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.support-flow-item {
  align-items: center;
  background: #f7f8fc;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  padding: 16px;
}

.support-flow-item span {
  align-items: center;
  background: linear-gradient(135deg, var(--d-cyan), var(--d-magenta));
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 40px;
  font-size: .82rem;
  font-weight: 950;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.support-flow-item strong {
  color: #141936;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
}

.support-form-card {
  padding: 34px;
}

.support-form-head {
  margin-bottom: 28px;
}

.support-form-head h2 {
  color: #101532;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  font-weight: 950;
  line-height: .98;
  margin-bottom: 12px;
}

.support-form-head p {
  color: var(--d-muted);
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0;
  max-width: 660px;
}

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

.support-field-grid .span-2 {
  grid-column: 1 / -1;
}

.support-form-card .form-label {
  color: #24213d;
  font-weight: 850;
  margin-bottom: 8px;
}

.support-form-card .form-control,
.support-form-card .form-select {
  background-color: #fff;
  border-color: #dfe4f1;
  border-radius: 8px;
  min-height: 54px;
}

.support-form-card textarea.form-control {
  min-height: 190px;
  resize: vertical;
}

.support-file-input {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe4f1;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  min-height: 54px;
  overflow: hidden;
  width: 100%;
}

.support-file-input input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.support-file-input strong {
  align-items: center;
  align-self: stretch;
  background: #f7f8fc;
  border-inline-end: 1px solid #dfe4f1;
  color: var(--d-indigo);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 880;
  padding: 0 20px;
}

.support-file-input span {
  color: var(--d-muted);
  min-width: 0;
  overflow: hidden;
  padding: 0 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-submit {
  min-width: 230px;
}

.contact-page {
  background: #fff;
  overflow-x: hidden;
}

.contact-hero {
  background: #140b42;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.contact-hero::before {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-violet), var(--d-magenta));
  content: "";
  height: 6px;
  inset-inline: 0;
  inset-block-start: 0;
  position: absolute;
}

.contact-hero-inner {
  padding-bottom: 88px;
  padding-top: 92px;
}

.contact-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 950;
  line-height: .98;
  margin: 0;
  max-width: 980px;
  text-transform: uppercase;
}

.contact-hero-lead {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.58;
  margin: 24px 0 0;
  max-width: 900px;
}

.contact-quote {
  border-inline-start: 4px solid var(--d-cyan);
  margin: 38px 0 32px;
  max-width: 1040px;
  padding: 4px 0 4px 24px;
}

.contact-quote p {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 570;
  line-height: 1.55;
  margin: 0;
}

.contact-quote strong {
  color: #fff;
  font-weight: 920;
}

.contact-reach {
  background: #fff;
  padding: 82px 0 76px;
}

.contact-reach-head {
  align-items: end;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  margin-bottom: 44px;
}

.contact-reach-head h2 {
  color: #101532;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 950;
  line-height: 1;
  margin: 0;
}

.contact-reach-head p {
  color: var(--d-muted);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0 0 14px;
}

.contact-reach-head strong {
  color: var(--d-indigo);
  display: block;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.5;
}

.contact-region-grid {
  border-bottom: 1px solid var(--d-border);
  border-top: 1px solid var(--d-border);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-region {
  min-width: 0;
  padding: 28px 24px;
}

.contact-region + .contact-region {
  border-inline-start: 1px solid var(--d-border);
}

.contact-flags {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.contact-flags img {
  display: block;
  height: 24px;
  object-fit: contain;
  width: 24px;
}

.contact-region h3 {
  color: #111532;
  font-size: 1.2rem;
  font-weight: 920;
  margin: 0 0 8px;
}

.contact-region p {
  color: var(--d-muted);
  font-size: .93rem;
  line-height: 1.5;
  margin: 0;
}

.contact-main {
  background: #f7f8fc;
  padding: 88px 0 96px;
}

.contact-main-grid {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
}

.contact-office,
.contact-form-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .08);
}

.contact-office {
  overflow: hidden;
}

.contact-office-head {
  padding: 34px;
}

.contact-office-label {
  align-items: center;
  color: var(--d-magenta);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 950;
  gap: 10px;
  letter-spacing: .14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.contact-office-flag {
  display: block;
  height: 24px;
  object-fit: contain;
  width: 24px;
  letter-spacing: 0;
}

.contact-office h2 {
  color: #101532;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 950;
  line-height: 1;
  margin-bottom: 12px;
}

.contact-office-head > strong {
  color: var(--d-indigo);
  display: block;
  font-size: 1.15rem;
  font-weight: 920;
  margin-bottom: 18px;
}

.contact-office p {
  color: var(--d-muted);
  line-height: 1.6;
  margin-bottom: 22px;
}

.contact-office address {
  font-style: normal;
  margin: 0 0 18px;
}

.contact-office address a {
  color: #17162f;
  font-weight: 820;
  line-height: 1.55;
  text-decoration: none;
}

.contact-office address a:hover {
  color: var(--d-magenta);
}

.contact-map-link {
  color: var(--d-indigo);
  font-weight: 900;
  text-decoration: none;
}

.contact-map-link:hover {
  color: var(--d-magenta);
}

.contact-map {
  aspect-ratio: 16 / 10;
  background: #eef1f8;
  border-top: 1px solid var(--d-border);
  min-height: 300px;
}

.contact-map iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.contact-form-card {
  padding: 34px;
}

.contact-form-card .support-form-head h2 {
  font-size: clamp(2.1rem, 4vw, 3.7rem);
}

.dashboard-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px 1fr;
  overflow-x: hidden;
  width: 100%;
}

.dashboard-shell > * {
  min-width: 0;
}

.sidebar {
  background: #fff;
  border-inline-end: 1px solid var(--d-border);
}

.admin-sidebar {
  height: 100vh;
  overflow-y: auto;
  position: sticky;
  top: 0;
}

.admin-mobile-menu-button,
.admin-sidebar-backdrop,
.admin-sidebar-close {
  display: none;
}

.admin-nav {
  display: grid;
  gap: 4px;
}

.admin-nav-group {
  color: var(--d-muted);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .14em;
  margin: 18px 0 6px;
  text-transform: uppercase;
}

.sidebar .nav-link {
  color: var(--d-text);
  border-radius: 8px;
  font-weight: 650;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  color: var(--d-indigo);
  background: rgba(19, 173, 222, .12);
}

.admin-content {
  min-width: 0;
}

.admin-hero,
.admin-page-head {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.admin-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(19, 173, 222, .2), transparent 28%),
    linear-gradient(135deg, #fff, #f6f8ff);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .06);
  padding: clamp(26px, 4vw, 44px);
}

.admin-hero h1,
.admin-page-head h1 {
  color: #101532;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 950;
  line-height: 1;
  margin-bottom: 10px;
}

.admin-hero p,
.admin-page-head p {
  color: var(--d-muted);
  font-size: 1.05rem;
  margin: 0;
  max-width: 760px;
}

.admin-version-card {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-magenta));
  border-radius: 8px;
  color: #fff;
  min-width: 160px;
  padding: 22px;
  text-align: center;
}

.admin-version-card span {
  display: block;
  font-size: .78rem;
  font-weight: 900;
  opacity: .82;
  text-transform: uppercase;
}

.admin-version-card strong {
  display: block;
  font-size: 2.1rem;
  font-weight: 950;
  line-height: 1;
}

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

.admin-stat-card,
.admin-panel {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .06);
}

.admin-stat-card {
  padding: 22px;
}

.admin-stat-card span {
  color: var(--d-muted);
  display: block;
  font-size: .8rem;
  font-weight: 900;
  min-height: 34px;
  text-transform: uppercase;
}

.admin-stat-card strong {
  color: var(--d-indigo);
  display: block;
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  font-weight: 950;
  line-height: 1;
}

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

.admin-stat-link {
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.admin-stat-link:hover {
  box-shadow: 0 22px 54px rgba(28, 18, 104, .1);
  transform: translateY(-2px);
}

.admin-panel h2 {
  color: var(--d-indigo);
  font-size: 1.25rem;
  font-weight: 950;
  margin-bottom: 14px;
}

.status-pill {
  background: rgba(19, 173, 222, .12);
  border: 1px solid rgba(19, 173, 222, .18);
  border-radius: 999px;
  color: var(--d-indigo);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 850;
  padding: .3rem .65rem;
}

.admin-status {
  align-items: center;
  background: rgba(19, 173, 222, .12);
  border: 1px solid rgba(19, 173, 222, .2);
  border-radius: 999px;
  color: var(--d-indigo);
  display: inline-flex;
  font-size: .76rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .02em;
  line-height: 1;
  padding: .38rem .68rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-status.new {
  background: rgba(19, 173, 222, .14);
  border-color: rgba(19, 173, 222, .28);
  color: #176b95;
}

.admin-status.in_progress,
.admin-status.pending_payment,
.admin-status.delete_requested {
  background: rgba(255, 183, 43, .18);
  border-color: rgba(255, 183, 43, .36);
  color: #8a5a00;
}

.admin-status.completed,
.admin-status.published,
.admin-status.active {
  background: rgba(36, 166, 93, .14);
  border-color: rgba(36, 166, 93, .28);
  color: #226f43;
}

.admin-status.rejected,
.admin-status.deleted,
.admin-status.suspended {
  background: rgba(220, 53, 69, .12);
  border-color: rgba(220, 53, 69, .25);
  color: #a32634;
}

.admin-status.archived {
  background: rgba(108, 117, 125, .12);
  border-color: rgba(108, 117, 125, .22);
  color: #5b6168;
}

.admin-panel-title-row {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.admin-panel-title-row h2 {
  margin-bottom: 0;
}

.admin-vevo-alert {
  align-items: center;
  background:
    radial-gradient(circle at 88% 20%, rgba(214, 31, 162, .16), transparent 28%),
    radial-gradient(circle at 5% 100%, rgba(19, 173, 222, .16), transparent 30%),
    #fff;
  border: 1px solid rgba(214, 31, 162, .2);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .08);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding: 22px;
}

.admin-vevo-alert h2 {
  color: var(--d-text);
  font-size: 1.45rem;
  font-weight: 950;
  margin: 0 0 6px;
}

.admin-vevo-alert p {
  color: var(--d-muted);
  margin: 0;
}

.admin-label-alert {
  background:
    radial-gradient(circle at 88% 20%, rgba(36, 21, 111, .12), transparent 28%),
    radial-gradient(circle at 5% 100%, rgba(19, 173, 222, .14), transparent 30%),
    #fff;
  border-color: rgba(36, 21, 111, .18);
}

.admin-vevo-alert-actions {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-vevo-alert-actions a:not(.btn) {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: var(--d-text);
  min-width: 150px;
  padding: 12px 14px;
  text-decoration: none;
}

.admin-vevo-alert-actions strong {
  color: var(--d-indigo);
  display: block;
  font-size: 1.6rem;
  font-weight: 950;
  line-height: 1;
}

.admin-vevo-alert-actions span {
  color: var(--d-muted);
  font-size: .82rem;
  font-weight: 850;
}

.admin-vevo-console,
.admin-vevo-dashboard-grid,
.admin-detail-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.admin-vevo-list-item,
.admin-vevo-mini-row {
  align-items: center;
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: var(--d-text);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 14px;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.admin-vevo-list-item:hover,
.admin-vevo-mini-row:hover {
  background: #fff;
  border-color: rgba(19, 173, 222, .32);
  transform: translateY(-1px);
}

.admin-vevo-list-item strong,
.admin-vevo-mini-row strong {
  color: var(--d-text);
  display: block;
  font-weight: 950;
}

.admin-vevo-list-item small,
.admin-vevo-mini-row small {
  color: var(--d-muted);
  display: block;
  font-weight: 700;
  margin-top: 2px;
}

.admin-vevo-dashboard-grid h3 {
  color: var(--d-text);
  font-size: 1rem;
  font-weight: 950;
  margin-bottom: 12px;
}

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

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

.admin-kv-grid > div {
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  padding: 12px 14px;
}

.admin-kv-grid span {
  color: var(--d-muted);
  display: block;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .04em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.admin-kv-grid strong {
  color: var(--d-text);
  display: block;
  font-weight: 850;
  overflow-wrap: anywhere;
}

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

.admin-media-grid a {
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: var(--d-text);
  display: grid;
  gap: 10px;
  padding: 12px;
  text-decoration: none;
}

.admin-media-grid span {
  color: var(--d-muted);
  font-size: .82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-media-grid img {
  aspect-ratio: 16 / 9;
  background: #fff;
  border-radius: 8px;
  object-fit: contain;
  width: 100%;
}

.admin-data-section {
  margin-top: 24px;
}

.admin-data-section h3 {
  color: var(--d-text);
  font-size: 1rem;
  font-weight: 950;
  margin-bottom: 10px;
}

.admin-data-box {
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: var(--d-muted);
  padding: 14px;
  overflow-wrap: anywhere;
}

.admin-data-box-pre {
  white-space: pre-wrap;
}

.admin-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-tags span {
  background: linear-gradient(135deg, rgba(19, 173, 222, .14), rgba(214, 31, 162, .14));
  border: 1px solid rgba(28, 18, 104, .08);
  border-radius: 999px;
  color: var(--d-indigo);
  font-weight: 900;
  padding: .42rem .72rem;
}

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

.admin-link-list a {
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: var(--d-text);
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  text-decoration: none;
}

.admin-link-list span {
  color: var(--d-muted);
  overflow-wrap: anywhere;
}

.admin-vevo-change-card {
  align-items: start;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  padding: 16px;
}

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

.admin-health-list div {
  align-items: center;
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

.admin-health-list span {
  font-weight: 760;
}

.admin-health-list strong {
  font-size: .82rem;
  font-weight: 900;
}

.admin-health-list .ready {
  color: #087f5b;
}

.admin-health-list .missing {
  color: var(--d-magenta);
}

.admin-quick-links {
  display: grid;
  gap: 10px;
}

.admin-quick-links a {
  align-items: center;
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: var(--d-text);
  display: flex;
  font-weight: 850;
  justify-content: space-between;
  padding: 14px 16px;
  text-decoration: none;
}

.admin-quick-links a:hover {
  border-color: rgba(19, 173, 222, .5);
  color: var(--d-indigo);
}

.admin-settings-grid,
.admin-editor-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 300px minmax(0, 1fr);
}

.settings-tabs {
  align-self: start;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .06);
  padding: 10px;
  position: sticky;
  top: 22px;
}

.settings-tab {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--d-text);
  padding: 14px;
  text-align: left;
  width: 100%;
}

.settings-tab strong,
.settings-tab span {
  display: block;
}

.settings-tab strong {
  font-weight: 950;
}

.settings-tab span {
  color: var(--d-muted);
  font-size: .86rem;
  line-height: 1.35;
  margin-top: 4px;
}

.settings-tab.active {
  background: rgba(19, 173, 222, .12);
  color: var(--d-indigo);
}

.code-textarea {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .92rem;
}

.sticky-admin-actions {
  background: rgba(247, 248, 252, .86);
  border-top: 1px solid var(--d-border);
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  margin: 28px -3rem -3rem;
  padding: 18px 3rem;
  position: sticky;
  z-index: 4;
  backdrop-filter: blur(12px);
}

.content-surface {
  background: var(--d-surface);
}

.table {
  --bs-table-bg: #fff;
  border-color: var(--d-border);
}

.form-control,
.form-select {
  border-radius: 8px;
  border-color: var(--d-border);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--d-cyan);
  box-shadow: 0 0 0 .2rem rgba(19, 173, 222, .16);
}

.cookie-consent-shell {
  bottom: 24px;
  display: none;
  inset-inline-end: 24px;
  inset-inline-start: auto;
  padding: 0;
  pointer-events: none;
  position: fixed;
  width: min(380px, calc(100vw - 48px));
  z-index: 1080;
}

.cookie-consent-shell.is-open {
  display: block;
}

.cookie-consent-panel {
  align-items: stretch;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(19, 173, 222, .9), rgba(216, 16, 160, .82), rgba(28, 18, 104, .92)) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 26px 78px rgba(21, 20, 43, .18);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 14px;
  pointer-events: auto;
}

.cookie-consent-logo {
  display: block;
  height: auto;
  width: 76px;
}

.cookie-consent-copy {
  color: var(--d-muted);
  font-size: .82rem;
  line-height: 1.38;
  min-width: 0;
}

.cookie-consent-copy strong {
  color: var(--d-text);
  display: block;
  font-size: .94rem;
  font-weight: 950;
  margin-bottom: 3px;
}

.cookie-consent-copy p {
  margin: 0;
}

.cookie-consent-details {
  margin-top: 7px;
}

.cookie-consent-details summary {
  color: var(--d-indigo);
  cursor: pointer;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 900;
  list-style: revert;
}

.cookie-consent-details div {
  display: grid;
  gap: 4px;
  margin-top: 7px;
}

.cookie-consent-details span {
  color: var(--d-muted);
  font-size: .78rem;
}

.cookie-consent-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

.cookie-consent-actions button {
  border-radius: 999px;
  min-width: 0;
  font-size: .84rem;
  font-weight: 900;
  white-space: nowrap;
}

.cookie-consent-accept {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-purple), var(--d-magenta));
  border: 0;
  box-shadow: 0 16px 34px rgba(216, 16, 160, .2);
  color: #fff;
  padding: .62rem .72rem;
}

.cookie-consent-reject {
  background: #fff;
  border: 1px solid var(--d-border);
  color: var(--d-text);
  padding: .58rem .7rem;
}

.rtl {
  direction: rtl;
  text-align: right;
}

@media (max-width: 1399.98px) {
  .site-nav {
    min-height: 74px;
  }

  .home-hero {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    min-height: 780px;
  }

  .hero-inner {
    min-height: 650px;
    padding-bottom: 220px;
    padding-top: 58px;
  }

  .floating-logo {
    opacity: .48;
  }

  .float-a { inset-block-start: 4%; inset-inline-start: -22px; }
  .float-b { inset-block-start: 56%; inset-inline-start: 10px; }
  .float-c { inset-block-start: 12%; inset-inline-end: -20px; }
  .float-d { inset-block-start: 62%; inset-inline-end: 18px; }
  .float-e { display: none; }

	  .feature-grid,
	  .artist-hero-grid,
	  .artist-intro-grid,
	  .artist-step-grid,
	  .artist-pricing-grid,
	  .vevo-hero-grid,
	  .vevo-service-grid,
	  .vevo-step-grid,
	  .label-hero-grid,
	  .label-plan-cards,
	  .page-hero-grid,
	  .roberto-hero-grid,
	  .roberto-story-layout,
	  .channels-hero-grid,
	  .dsp-channel-grid,
	  .dsp-channel-content-grid,
	  .channels-dashboard-note,
	  .support-hero-grid,
	  .support-layout,
	  .platform-grid {
	    grid-template-columns: 1fr;
	  }

  .label-plan-card.magenta {
    transform: none;
  }

  .artist-stats {
    grid-template-columns: 1fr;
  }

  .artist-hero-section {
    padding: 74px 0 86px;
  }

  .artist-hero-card {
    min-height: 390px;
  }

  .artist-pricing-head {
    align-items: stretch;
    flex-direction: column;
  }

  .vevo-hero {
    padding: 76px 0 86px;
  }

  .vevo-video-card {
    min-height: 390px;
  }

	  .page-dsp-logo {
	    height: 120px;
	    width: 120px;
	  }

	  .roberto-portrait-wrap {
	    margin-top: 18px;
	    max-width: 360px;
	  }

	  .roberto-hero-grid {
	    gap: 34px;
	    grid-template-columns: minmax(0, .95fr) minmax(250px, 360px);
	  }

	  .roberto-hero-copy h1 {
	    font-size: clamp(2.8rem, 6vw, 5.7rem);
	    max-width: 760px;
	  }

	  .roberto-side-note {
	    position: static;
	  }

	  .channels-hero,
	  .dsp-channel-hero {
	    min-height: auto;
	    padding: 64px 0;
	  }

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

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

	  .channels-orbit-logo {
	    height: 58px;
	    opacity: .35;
	    width: 58px;
	  }

	  .dsp-channel-logo-panel {
	    justify-content: flex-start;
	  }

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

	  .support-flow-card {
	    position: static;
	  }

  .feature-tile {
    min-height: 220px;
  }

  .dashboard-shell {
    grid-template-columns: 1fr;
    max-width: 100vw;
  }

  .content-surface {
    max-width: 100vw;
    min-width: 0;
    overflow-x: hidden;
  }

  .admin-sidebar {
    height: auto;
    position: static;
  }

  .sidebar {
    position: static;
    border-inline-end: 0;
    border-bottom: 1px solid var(--d-border);
  }

  .admin-hero,
  .admin-page-head {
    align-items: stretch;
    flex-direction: column;
  }

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

  .admin-stat-grid-compact,
  .admin-vevo-console,
  .admin-detail-grid,
  .admin-vevo-dashboard-grid,
  .admin-kv-grid-wide {
    grid-template-columns: 1fr;
  }

  .admin-vevo-alert {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-vevo-alert-actions {
    justify-content: flex-start;
  }

  .admin-vevo-list-inline {
    grid-template-columns: 1fr;
  }

  .admin-vevo-change-card {
    grid-template-columns: 1fr;
  }

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

  .settings-tabs {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .roberto-hero-grid,
  .roberto-story-layout {
    grid-template-columns: 1fr;
  }

  .roberto-portrait-wrap {
    margin-top: 20px;
  }

  .roberto-hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    width: 128px;
  }

  .brand-logo-flow {
    width: 138px;
  }

  .site-nav .brand-logo-flow img,
  .account-mobile-brand .brand-logo-flow img {
    clip-path: none;
  }

  .cookie-consent-shell {
    bottom: 12px;
    inset-inline-end: auto;
    inset-inline-start: var(--d-cookie-left, 10px);
    margin: 0;
    max-width: var(--d-cookie-width, min(370px, calc(100vw - 20px)));
    transform: none;
    width: var(--d-cookie-width, min(370px, calc(100vw - 20px)));
  }

  .cookie-consent-panel {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 16px;
    width: 100%;
  }

  .cookie-consent-logo {
    width: 92px;
  }

  .cookie-consent-copy {
    font-size: .86rem;
  }

  .cookie-consent-copy strong {
    font-size: 1rem;
  }

  .cookie-consent-details summary {
    font-size: .76rem;
  }

  .cookie-consent-details span {
    font-size: .74rem;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-consent-actions button {
    width: 100%;
  }

  .legal-page-content {
    padding: 24px 18px;
  }

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

  .cookie-page-settings-actions {
    min-width: 0;
    width: 100%;
  }

  .cookie-page-settings-actions button {
    width: 100%;
  }

  .footer-main,
  .footer-right,
  .footer-signature {
    align-items: center;
    flex-direction: column;
  }

  .footer-main {
    gap: 24px;
    text-align: center;
  }

  .footer-main > div:first-child,
  .footer-right {
    width: 100%;
  }

  .footer-brand-row {
    gap: 10px;
    justify-content: center;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-creator-desktop {
    display: none;
  }

  .footer-creator-mobile {
    display: flex;
  }

  .footer-creator {
    flex-direction: column;
    gap: 5px;
    margin: 26px auto 22px;
  }

  .footer-creator-label {
    font-size: .68rem;
    transform: translateY(5px);
  }

  .footer-creator-avatar {
    height: 34px;
    width: 34px;
  }

  .footer-creator-name {
    font-size: 1.28rem;
    white-space: normal;
  }

  .footer-signature {
    gap: 12px;
    margin-top: 8px;
  }

  .mantovani-logo-mark {
    width: 64px;
  }

  .footer-copyright {
    line-height: 1.45;
  }

  .roberto-hero {
    padding: 58px 0 76px;
  }

  .roberto-hero .page-breadcrumb {
    margin-bottom: 24px;
    text-align: center;
  }

  .roberto-hero-copy {
    text-align: center;
  }

  .roberto-hero .section-eyebrow {
    display: block;
    letter-spacing: .08em;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .roberto-hero-copy h1 {
    font-size: 2.42rem;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .roberto-hero-copy p {
    font-size: 1.02rem;
    overflow-wrap: anywhere;
  }

  .roberto-stats {
    grid-template-columns: 1fr;
  }

  .roberto-portrait-wrap {
    max-width: 280px;
  }

  .roberto-portrait {
    border-width: 6px;
  }

  .roberto-handwritten {
    font-size: 2.1rem;
    max-width: 92vw;
  }

  .roberto-story-section {
    padding: 56px 0 68px;
  }

  .roberto-side-note {
    border-inline-start: 0;
    border-block-start: 4px solid var(--d-magenta);
    justify-items: center;
    padding: 18px 0 0;
    text-align: center;
  }

  .roberto-story {
    font-size: 1rem;
    line-height: 1.75;
  }

  .roberto-story p:first-child {
    font-size: 1.1rem;
  }

  .hero-copy h1 {
    font-size: 2.65rem;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-button {
    width: 100%;
  }

  .dsp-logos {
    gap: 12px 16px;
  }

  .dsp-logo-link img {
    height: 22px;
    width: 22px;
  }

  .dsp-logo-link img.partner-square-logo,
  .dsp-logo-link img.partner-square-logo.amazon-logo-img,
  .dsp-logo-link img.partner-square-logo.jaxsta-logo-img {
    height: 18px;
    padding: 1px;
    width: 18px;
  }

  .dsp-logo-link span {
    font-size: .82rem;
  }

	  .channels-complete-grid {
	    grid-template-columns: 1fr;
	  }

	  .channel-pill {
	    justify-content: flex-start;
	  }

	  .intro-section,
	  .artist-model-section,
	  .artist-intro-section,
	  .artist-steps-section,
	  .artist-pricing-section,
	  .artist-channels-section,
	  .channels-grid-section,
	  .dsp-channel-body,
	  .support-form-section,
	  .vevo-services-section,
	  .vevo-how-section,
	  .vevo-faq-section,
	  .label-plans-section,
  .label-comparison-section,
  .platform-section,
  .plans-section {
    padding: 58px 0;
  }

	  .artist-hero-section {
	    padding: 58px 0 68px;
	  }

	  .channels-hero h1,
	  .dsp-channel-hero h1,
	  .support-hero h1 {
	    font-size: 3rem;
	  }

	  .channels-hero p,
	  .dsp-channel-hero p,
	  .support-hero p {
	    font-size: 1rem;
	  }

	  .support-hero {
	    padding: 58px 0 68px;
	  }

	  .support-field-grid {
	    grid-template-columns: 1fr;
	  }

	  .support-field-grid .span-2 {
	    grid-column: auto;
	  }

	  .support-form-card,
	  .support-flow-card,
	  .support-hero-card {
	    padding: 24px;
	  }

	  .support-submit {
	    width: 100%;
	  }

	  .channels-card-grid,
	  .meta-app-grid {
	    grid-template-columns: 1fr;
	  }

	  .channel-card {
	    min-height: auto;
	    padding: 22px;
	  }

	  .channels-dashboard-note,
	  .dsp-channel-info,
	  .dsp-side-panel,
	  .meta-apps-panel {
	    padding: 24px;
	  }

	  .dsp-channel-logo-panel > span {
	    height: 150px;
	    width: 150px;
	  }

  .artist-float {
    opacity: .36;
  }

  .af-spotify { inset-inline-start: -18px; }
  .af-tiktok { inset-inline-start: -20px; }
  .af-youtube { inset-inline-end: -18px; }
  .af-apple { inset-inline-end: -24px; }

  .artist-hero-copy h1 {
    font-size: 3rem;
  }

  .artist-hero-copy p {
    font-size: 1rem;
  }

  .artist-hero-card {
    min-height: 340px;
  }

  .artist-release-window {
    inset-block-start: 28px;
    inset-inline: 20px;
    padding: 20px;
  }

  .release-cover {
    width: 104px;
  }

  .release-cover span {
    height: 58px;
    inset-block-start: 22px;
    inset-inline-start: 22px;
    width: 58px;
  }

  .artist-price-pill {
    height: 112px;
    inset-block-end: 28px;
    inset-inline-start: 20px;
    width: 112px;
  }

  .artist-royalty-pill {
    height: 128px;
    inset-block-end: 44px;
    inset-inline-end: 20px;
    width: 128px;
  }

  .artist-price-pill b,
  .artist-royalty-pill b {
    font-size: 2.4rem;
  }

  .artist-price-pill span,
  .artist-royalty-pill span {
    font-size: .64rem;
    max-width: 92px;
  }

  .artist-step-card {
    min-height: 230px;
  }

  .artist-step-card h3 {
    margin-top: 36px;
  }

  .artist-final-panel h2 {
    font-size: 2.35rem;
  }

  .artist-final-panel p {
    font-size: 1rem;
  }

  .artist-pricing-badge {
    min-width: 0;
  }

  .artist-platform-cloud {
    justify-content: stretch;
  }

  .artist-platform-cloud span {
    flex: 1 1 calc(50% - 8px);
    min-width: 142px;
  }

  .vevo-hero {
    padding: 58px 0 68px;
  }

  .vevo-hero-copy h1 {
    font-size: 3rem;
  }

  .vevo-hero-copy p {
    font-size: 1rem;
  }

  .vevo-video-card {
    min-height: 340px;
  }

  .vevo-player {
    inset-block-start: 26px;
    inset-inline: 18px;
    min-height: 205px;
  }

  .vevo-play {
    border-block-width: 28px;
    border-inline-start-width: 44px;
    inset-block-start: 72px;
  }

  .vevo-player-logo {
    width: 92px;
  }

  .vevo-metric-a {
    height: 112px;
    inset-block-end: 30px;
    inset-inline-start: 20px;
    width: 112px;
  }

  .vevo-metric-b {
    height: 124px;
    inset-block-end: 46px;
    inset-inline-end: 20px;
    width: 124px;
  }

  .vevo-metric strong {
    font-size: 2.15rem;
  }

  .vevo-card-top {
    display: block;
  }

  .vevo-price {
    display: inline-flex;
    margin-top: 16px;
  }

  .vevo-service-card {
    padding: 24px;
  }

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

  .admin-kv-grid,
  .admin-media-grid {
    grid-template-columns: 1fr;
  }

  .admin-panel-title-row,
  .admin-vevo-list-item,
  .admin-vevo-mini-row {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-vevo-alert-actions a:not(.btn),
  .admin-vevo-alert-actions .btn {
    width: 100%;
  }

  .sticky-admin-actions {
    margin: 24px -1rem -1rem;
    padding: 14px 1rem;
  }

  .artist-visual {
    aspect-ratio: auto;
    min-height: 360px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }

  .price-orb {
    height: 120px;
    inset-block-start: 28px;
    inset-inline-start: 24px;
    width: 120px;
  }

  .royalty-orb {
    height: 140px;
    inset-block-end: 42px;
    inset-inline-end: 24px;
    width: 140px;
  }

  .price-orb span,
  .royalty-orb span {
    font-size: 2.7rem;
  }

  .artist-card {
    inset-inline: 18px;
    max-width: none;
  }

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

  .label-hero-panel strong,
  .label-hero-panel span {
    min-height: 58px;
  }

  .comparison-table-wrap {
    border: 0;
    overflow-x: visible;
  }

  .comparison-table {
    min-width: 0;
  }

  .comparison-table thead {
    display: none;
  }

  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table th,
  .comparison-table td {
    display: block;
    width: 100%;
  }

  .comparison-table tbody tr {
    background: #fff;
    border: 1px solid var(--d-border);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .comparison-table tbody tr:nth-child(odd) {
    background: #fff;
  }

  .comparison-table tbody th {
    background: #f7f8fc;
    color: var(--d-indigo);
    font-size: .98rem;
    font-weight: 900;
    padding: 14px 16px;
  }

  .comparison-table tbody td {
    align-items: center;
    border-top: 1px solid var(--d-border);
    display: flex;
    font-size: .92rem;
    font-weight: 400;
    justify-content: space-between;
    padding: 11px 16px;
  }

  .comparison-table tbody td::before {
    color: var(--d-muted);
    content: attr(data-plan);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .06em;
  }
}

/* D-Social */
.user-nav-dsocial-link {
  align-items: center;
  display: flex;
  gap: 10px;
}

.user-nav-dsocial-link img {
  height: 23px;
  object-fit: contain;
  transition: transform .22s ease;
  width: 23px;
}

.user-nav-dsocial-link:hover img,
.user-nav-dsocial-link:focus-visible img {
  transform: rotate(-8deg) scale(1.12);
}

.dsocial-page-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.dsocial-page-head h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  margin: 5px 0 6px;
}

.dsocial-page-head p,
.dsocial-hero p,
.dsocial-requirements p,
.dsocial-empty p {
  color: #6c6b87;
  margin: 0;
}

.dsocial-hero,
.dsocial-form-band {
  background: linear-gradient(105deg, rgba(30, 192, 222, .09), #fff 48%, rgba(226, 38, 166, .09));
  border: 1px solid #e4e3ef;
  border-radius: 8px;
}

.dsocial-hero {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, .72fr);
  margin-bottom: 20px;
  overflow: hidden;
  padding: 18px 26px;
  position: relative;
}

.dsocial-hero::before,
.dsocial-form-band::before {
  background: linear-gradient(90deg, #2cc1df, #7a61df 52%, #e226a6);
  border-radius: 8px 8px 0 0;
  content: "";
  height: 4px;
  inset: 0 18px auto;
  position: absolute;
}

.dsocial-hero-copy,
.dsocial-form-band-head,
.dsocial-requirements,
.dsocial-empty {
  align-items: center;
  display: flex;
  gap: 18px;
}

.dsocial-hero-copy {
  align-self: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: 176px minmax(0, 1fr);
}

.dsocial-hero-copy h2,
.dsocial-form-band h2,
.dsocial-section-title h2,
.dsocial-admin-workflow h2 {
  font-size: 1.45rem;
  font-weight: 800;
  margin: 3px 0 7px;
}

.dsocial-hero-copy .section-eyebrow {
  margin-bottom: 1px;
}

.dsocial-hero-copy h2 {
  font-size: 1.25rem;
  margin: 0 0 3px;
}

.dsocial-hero-copy p {
  font-size: .88rem;
  line-height: 1.35;
}

.dsocial-hero-art {
  align-self: stretch;
  min-height: 126px;
  position: relative;
}

.dsocial-hero-art img {
  bottom: -18px;
  height: 188px;
  left: 48%;
  max-width: none;
  object-fit: contain;
  position: absolute;
  transform: translateX(-50%) scaleX(-1);
  width: 282px;
}

.dsocial-icon-shell {
  align-items: center;
  background: #fff;
  border: 1px solid #e9e6f2;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 66px;
  height: 66px;
  justify-content: center;
  width: 66px;
}

.dsocial-icon-shell img {
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.dsocial-quota {
  background: rgba(255, 255, 255, .82);
  border: 1px solid #e5e2ef;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(42, 31, 105, .07);
  margin: 8px 2px 8px 0;
  padding: 11px 14px;
}

.dsocial-quota-head,
.dsocial-quota-meta,
.dsocial-request-title,
.admin-page-head,
.admin-table-card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.dsocial-quota-head > div {
  display: grid;
  gap: 2px;
}

.dsocial-quota-head > div span,
.dsocial-quota-meta {
  color: #6c6b87;
  font-size: .78rem;
  font-weight: 700;
}

.dsocial-quota-number {
  color: #171531;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1;
}

.dsocial-quota-number small {
  color: #77738f;
  font-size: .9rem;
}

.dsocial-progress {
  background: #eceaf3;
  border-radius: 999px;
  height: 6px;
  margin: 8px 0 6px;
  overflow: hidden;
}

.dsocial-progress span {
  background: linear-gradient(90deg, #23bbdc, #de24ac);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.dsocial-quota p {
  font-size: .72rem;
  line-height: 1.3;
  margin-top: 6px;
}

.dsocial-requirements,
.dsocial-empty {
  background: #fff;
  border: 1px solid #e3e2ed;
  border-radius: 8px;
  margin-bottom: 28px;
  padding: 19px 22px;
}

.dsocial-requirements > img {
  height: 48px;
  width: 48px;
}

.dsocial-requirements > div,
.dsocial-empty > div {
  flex: 1;
}

.dsocial-requirements strong,
.dsocial-empty strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 3px;
}

.dsocial-section-title {
  margin-bottom: 14px;
}

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

.dsocial-request-row {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e2ed;
  border-radius: 8px;
  display: flex;
  gap: 18px;
  padding: 14px;
}

.dsocial-request-photo {
  aspect-ratio: 1;
  border-radius: 6px;
  flex: 0 0 82px;
  object-fit: cover;
  width: 82px;
}

.dsocial-photo-placeholder,
.dsocial-admin-photo-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #edfaff, #fff2fa);
  border: 1px solid #e2dfed;
  display: inline-flex;
  justify-content: center;
}

.dsocial-photo-placeholder img,
.dsocial-admin-photo-placeholder img {
  height: 46%;
  object-fit: contain;
  width: 46%;
}

.dsocial-photo-warning {
  color: #a34a19;
  font-size: .78rem;
  font-weight: 700;
  margin: 7px 0 0;
}

.dsocial-request-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.dsocial-request-actions form { margin: 0; }
.dsocial-request-actions label { cursor: pointer; margin: 0; }

.dsocial-request-main {
  flex: 1;
  min-width: 0;
}

.dsocial-request-title {
  justify-content: flex-start;
  gap: 12px;
}

.dsocial-request-title h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.dsocial-status {
  background: #efedf5;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #5d5972;
  display: inline-flex;
  font-size: .7rem;
  font-weight: 800;
  padding: 5px 9px;
  white-space: nowrap;
}

.dsocial-status.is-new { background: #e6f7fd; color: #087e9c; }
.dsocial-status.is-in_review { background: #fff4d9; color: #8a6200; }
.dsocial-status.is-approved { background: #e8e7ff; color: #4934b5; }
.dsocial-status.is-scheduled { background: #f5e6fa; color: #942c9d; }
.dsocial-status.is-published { background: #def5e8; color: #177646; }
.dsocial-status.is-rejected,
.dsocial-status.is-cancelled { background: #f1f0f4; color: #6e6a79; }

.dsocial-request-facts {
  color: #77738d;
  display: flex;
  flex-wrap: wrap;
  font-size: .78rem;
  gap: 6px 18px;
  margin-top: 8px;
}

.dsocial-request-facts strong { color: #232039; }
.dsocial-request-socials { display: flex; gap: 6px; margin-top: 9px; }
.dsocial-request-socials a { display: inline-flex; }
.dsocial-request-socials img { border-radius: 6px; height: 25px; object-fit: contain; width: 25px; }

.dsocial-form {
  display: grid;
  gap: 18px;
}

.dsocial-form-band {
  padding: 28px;
  position: relative;
}

.dsocial-form-band-head,
.dsocial-form-copy {
  margin-bottom: 24px;
}

.dsocial-label-icon {
  align-items: center;
  display: flex;
  gap: 7px;
}

.dsocial-label-icon img { height: 25px; width: 25px; }
.dsocial-photo-band { align-items: center; display: grid; gap: 28px; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); }
.dsocial-photo-band h2 { margin-top: 4px; }
.dsocial-photo-picker { align-items: center; background: rgba(255,255,255,.9); border: 1px dashed #cfc9e5; border-radius: 8px; cursor: pointer; display: grid; grid-template-columns: 48px 1fr; padding: 18px; }
.dsocial-photo-picker input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.dsocial-photo-preview { border-radius: 7px; height: 96px; object-fit: cover; width: 96px; }
.dsocial-photo-picker.has-photo { grid-template-columns: 108px minmax(0, 1fr); }
.dsocial-photo-picker.has-photo .dsocial-photo-picker-icon { display: none; }
.dsocial-photo-picker-icon { align-items: center; background: #241574; border-radius: 50%; color: #fff; display: flex; font-size: 1.7rem; grid-row: span 2; height: 42px; justify-content: center; line-height: 1; width: 42px; }
.dsocial-photo-picker small { color: #747088; }
.dsocial-social-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dsocial-social-field { background: rgba(255,255,255,.86); border: 1px solid #e2dfec; border-radius: 8px; display: grid; gap: 9px; padding: 13px; }
.dsocial-social-field > span { align-items: center; display: flex; font-size: .83rem; font-weight: 800; gap: 8px; }
.dsocial-social-field img { border-radius: 6px; height: 29px; object-fit: contain; width: 29px; }
.dsocial-submit-bar { align-items: center; background: #fff; border: 1px solid #e2e1eb; border-radius: 8px; display: flex; gap: 20px; justify-content: space-between; padding: 20px 24px; }
.dsocial-submit-bar .form-check { align-items: flex-start; display: flex; gap: 8px; margin: 0; max-width: 820px; }

.admin-page-head { gap: 20px; margin-bottom: 24px; }
.admin-page-head h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; margin: 4px 0; }
.admin-page-head p { color: #6f6b82; margin: 0; }
.admin-metric-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 18px; }
.admin-metric-grid a { background: #fff; border: 1px solid #e0deea; border-radius: 8px; color: #18152e; display: flex; flex-direction: column; padding: 17px; text-decoration: none; }
.admin-metric-grid span { color: #706c81; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.admin-metric-grid strong { font-size: 1.8rem; }
.admin-filter-bar,
.admin-table-card { background: #fff; border: 1px solid #e0deea; border-radius: 8px; margin-bottom: 18px; padding: 22px; }
.admin-filter-bar form { align-items: end; display: grid; gap: 12px; grid-template-columns: minmax(220px, 1fr) minmax(180px, .4fr) auto auto; }
.admin-filter-bar label { font-size: .78rem; font-weight: 800; margin-bottom: 5px; }
.admin-table-card-head { margin-bottom: 18px; }
.admin-table-card-head h2 { font-size: 1.35rem; font-weight: 800; margin: 3px 0 0; }
.dsocial-admin-artist { align-items: center; display: flex; gap: 10px; min-width: 180px; }
.dsocial-admin-artist img { border-radius: 6px; height: 46px; object-fit: cover; width: 46px; }
.dsocial-admin-detail { align-items: start; display: grid; gap: 18px; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .7fr); }
.dsocial-admin-cover { aspect-ratio: 16 / 9; border-radius: 7px; display: block; margin-bottom: 22px; object-fit: cover; width: 100%; }
.dsocial-admin-photo-placeholder { border-radius: 6px; height: 46px; width: 46px; }
.dsocial-admin-photo-missing { align-items: center; background: linear-gradient(135deg, #edfaff, #fff2fa); border: 1px dashed #d8cde9; display: flex; flex-direction: column; justify-content: center; padding: 28px; text-align: center; }
.dsocial-admin-photo-missing > img { height: 58px; margin-bottom: 10px; object-fit: contain; width: 58px; }
.dsocial-admin-photo-missing form { display: flex; gap: 10px; margin-top: 16px; max-width: 620px; width: 100%; }
.dsocial-admin-preview-head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 18px; }
.dsocial-admin-preview-head h2 { font-size: 1.7rem; font-weight: 800; margin: 3px 0 0; }
.dsocial-admin-facts { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 22px; }
.dsocial-admin-facts > div { background: #f7f6fb; border-radius: 6px; padding: 11px; }
.dsocial-admin-facts dt { color: #79758a; font-size: .68rem; text-transform: uppercase; }
.dsocial-admin-facts dd { font-weight: 700; margin: 2px 0 0; overflow-wrap: anywhere; }
.dsocial-admin-preview h3 { font-size: .9rem; font-weight: 800; }
.dsocial-admin-biography { color: #5f5b70; line-height: 1.65; }
.dsocial-admin-socials { display: flex; flex-wrap: wrap; gap: 7px; }
.dsocial-admin-workflow { display: grid; gap: 18px; }
.dsocial-workflow-heading,
.dsocial-publication-head { align-items: center; display: flex; gap: 16px; justify-content: space-between; }
.dsocial-workflow-heading h2 { margin-bottom: 0; }
.dsocial-workflow-message { background: #f7f7fb; border-left: 4px solid #38bce0; border-radius: 0 7px 7px 0; padding: 15px 17px; }
.dsocial-workflow-message.is-success { background: #effaf4; border-left-color: #39aa72; }
.dsocial-workflow-message.is-rejected { background: #fff4f4; border-left-color: #dc5362; }
.dsocial-workflow-message strong { color: #18152e; display: block; font-size: .95rem; margin-bottom: 3px; }
.dsocial-workflow-message p { color: #68657a; font-size: .84rem; line-height: 1.45; margin: 0; }
.dsocial-rejection-copy { background: #fff; border: 1px solid #f0ced2; border-radius: 6px; color: #403848; font-size: .84rem; margin-top: 12px; padding: 12px; }
.dsocial-decision-actions { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dsocial-decision-actions form { margin: 0; }
.dsocial-decision-actions .btn { align-items: center; display: flex; justify-content: center; min-height: 46px; width: 100%; }
.dsocial-publication-panel { border-top: 1px solid #e4e2ec; padding-top: 19px; }
.dsocial-publication-head { margin-bottom: 14px; }
.dsocial-publication-head h3 { font-size: 1.08rem; font-weight: 800; margin: 2px 0 0; }
.dsocial-technical-cancel { border-top: 1px solid #eceaf1; color: #6c687a; padding-top: 15px; }
.dsocial-technical-cancel summary { color: #5f5a70; cursor: pointer; font-size: .8rem; font-weight: 800; }
.dsocial-technical-cancel p { font-size: .78rem; line-height: 1.45; margin: 10px 0; }
.dsocial-reject-modal { border: 0; border-radius: 8px; overflow: hidden; }
.dsocial-reject-modal::before { background: linear-gradient(90deg, #35bddf, #8468dc 52%, #df25a5); content: ""; height: 4px; inset: 0 0 auto; position: absolute; }
.dsocial-reject-modal .modal-header { align-items: flex-start; border-bottom: 1px solid #eceaf2; padding: 24px 24px 18px; }
.dsocial-reject-modal .modal-title { color: #18152e; font-size: 1.35rem; font-weight: 800; margin-top: 3px; }
.dsocial-reject-modal .modal-body { padding: 22px 24px; }
.dsocial-reject-modal .modal-body > p { color: #69657b; font-size: .88rem; }
.dsocial-reject-modal .modal-footer { border-top: 1px solid #eceaf2; gap: 8px; padding: 16px 24px 22px; }
.dsocial-reject-warning { background: #fff3dd; border-radius: 6px; color: #795419; font-size: .78rem; font-weight: 700; margin-top: 12px; padding: 10px 12px; }
.dsocial-admin-history { margin-top: 20px; }
.dsocial-history-list { display: grid; gap: 0; margin-top: 18px; }
.dsocial-history-list article { display: grid; gap: 12px; grid-template-columns: 16px minmax(0, 1fr); min-height: 64px; padding-bottom: 18px; position: relative; }
.dsocial-history-list article:not(:last-child)::before { background: #dfe3ed; content: ""; inset: 14px auto 0 7px; position: absolute; width: 2px; }
.dsocial-history-dot { background: #d92dab; border: 4px solid #f8dff3; border-radius: 50%; height: 16px; position: relative; width: 16px; z-index: 1; }
.dsocial-history-list strong, .dsocial-history-list small { display: block; }
.dsocial-history-list small { color: #777b91; font-size: .75rem; margin-top: 3px; }
.dsocial-history-list p { color: #555a72; margin: 7px 0 0; }
.dsocial-admin-socials a { background: #f0edf8; border-radius: 999px; color: #251577; font-size: .75rem; font-weight: 800; padding: 7px 10px; text-decoration: none; }
.dsocial-dashboard-card { background: linear-gradient(105deg, rgba(30,192,222,.1), #fff 50%, rgba(226,38,166,.1)); }
.dsocial-dashboard-card .smartlink-card-title img { height: 30px; object-fit: contain; width: 30px; }
.dsocial-dashboard-card .smartlink-card-title { margin-bottom: 1rem; }
.dsocial-dashboard-note,
.dsocial-dashboard-promo { color: #6d6982; font-size: .78rem; line-height: 1.45; margin: 12px 0 0; }
.dsocial-dashboard-card .dsocial-dashboard-promo + .vevo-credit-list { margin-top: 1rem; }
.admin-dsocial-alert { background: linear-gradient(105deg, rgba(35,190,220,.12), #fff 48%, rgba(226,38,166,.12)); }

@media (max-width: 991.98px) {
  .dsocial-hero,
  .dsocial-admin-detail { grid-template-columns: 1fr; }
  .dsocial-hero-art { display: none; }
  .dsocial-hero-copy { grid-template-columns: 1fr; }
  .dsocial-quota { margin: 0; }
  .dsocial-photo-band { grid-template-columns: 1fr; }
  .admin-metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-filter-bar form { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575.98px) {
  .dsocial-page-head,
  .admin-page-head { align-items: flex-start; flex-direction: column; }
  .dsocial-page-head .btn,
  .admin-page-head .btn { width: 100%; }
  .dsocial-hero { padding: 16px 17px; }
  .dsocial-form-band { padding: 22px 17px; }
  .dsocial-hero-copy,
  .dsocial-form-band-head { align-items: flex-start; }
  .dsocial-icon-shell { flex-basis: 52px; height: 52px; width: 52px; }
  .dsocial-icon-shell img { height: 34px; width: 34px; }
  .dsocial-requirements,
  .dsocial-empty { align-items: flex-start; flex-wrap: wrap; padding: 17px; }
  .dsocial-admin-detail { gap: 12px; }
  .dsocial-admin-preview,
  .dsocial-admin-workflow { padding: 16px; }
  .dsocial-workflow-heading { align-items: flex-start; }
  .dsocial-decision-actions { grid-template-columns: 1fr; }
  .dsocial-publication-head { align-items: flex-start; }
  .dsocial-reject-modal .modal-header,
  .dsocial-reject-modal .modal-body,
  .dsocial-reject-modal .modal-footer { padding-left: 18px; padding-right: 18px; }
  .dsocial-reject-modal .modal-footer { display: grid; grid-template-columns: 1fr; }
  .dsocial-reject-modal .modal-footer .btn { margin: 0; width: 100%; }
  .dsocial-requirements .btn { width: 100%; }
  .dsocial-request-row { align-items: flex-start; flex-wrap: wrap; gap: 12px; }
  .dsocial-request-photo { flex-basis: 64px; width: 64px; }
  .dsocial-request-main { flex: 1 1 calc(100% - 78px); }
  .dsocial-request-title { align-items: flex-start; flex-direction: column; gap: 5px; }
  .dsocial-request-actions { width: 100%; }
  .dsocial-request-actions form { flex: 1 1 180px; }
  .dsocial-request-actions form .btn { width: 100%; }
  .dsocial-admin-photo-missing form { flex-direction: column; }
  .dsocial-social-grid,
  .dsocial-admin-facts,
  .admin-metric-grid,
  .admin-filter-bar form { grid-template-columns: 1fr; }
  .dsocial-submit-bar { align-items: stretch; flex-direction: column; }
  .dsocial-submit-bar .btn { width: 100%; }
}

@media (max-width: 900px) {
  .user-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .vevo-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .account-overview-grid {
    grid-template-columns: 1fr;
  }

  .account-left-column,
  .account-side-column {
    min-width: 0;
  }

  .account-promo-section {
    grid-template-columns: 1fr;
  }

  .account-notifications-card {
    grid-column: auto;
  }

  .account-consumer-content {
    grid-template-columns: 1fr;
  }

  .account-consumer-content > img {
    justify-self: center;
    max-width: 150px;
  }

  .vevo-channel-list-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .vevo-channel-row-actions,
  .vevo-channel-row-actions .btn,
  .vevo-upload-cta,
  .vevo-action-button {
    width: 100%;
  }

  .vevo-channel-row-actions,
  .vevo-header-actions {
    min-width: 0;
    width: 100%;
  }

  .vevo-header-actions {
    justify-items: stretch;
  }

  .vevo-credit-inline {
    align-items: flex-start;
    flex-direction: column;
  }

  .wizard-actions {
    flex-direction: column-reverse;
  }

  .wizard-actions .btn {
    width: 100%;
  }

  .label-renewal-head {
    grid-template-columns: 1fr;
  }

  .label-renewal-card {
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
  }

  .label-renewal-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .label-renewal-actions form,
  .label-renewal-actions .btn {
    width: 100%;
  }

  .label-renewal-card .btn {
    justify-content: center;
  }

  .label-upgrade-summary {
    grid-template-columns: 1fr;
  }

  .discount-input-row {
    grid-template-columns: 1fr;
  }

  .discount-input-row .btn {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .content-surface {
    padding-inline: 1rem !important;
  }

  .user-wizard-card {
    border-radius: 16px;
    padding: 1rem;
    width: 100%;
  }

  .user-section-head h1 {
    font-size: clamp(2.35rem, 13vw, 3.8rem);
    overflow-wrap: anywhere;
  }

  .label-renewal-card {
    grid-template-columns: 1fr;
  }

  .label-upgrade-summary > div,
  .discount-checker {
    border-radius: 14px;
    padding: .85rem;
  }

  .discount-summary > div {
    align-items: flex-start;
    flex-direction: column;
    gap: .15rem;
  }

  .vevo-wizard-progress {
    gap: .35rem;
  }

  .user-card {
    border-radius: 16px;
    padding: 1rem;
  }

  .migration-alert {
    align-items: flex-start;
    border-radius: 16px;
    padding: 1rem;
  }

  .account-plan-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-plan-summary h2,
  .account-consumer-content h2 {
    font-size: clamp(2.1rem, 14vw, 3rem);
  }

  .account-dashboard-actions .vevo-action-button,
  .account-dashboard-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .account-promo-card {
    min-height: 0;
  }

  .account-promo-brand {
    align-items: flex-start;
    min-height: 0;
  }

  .account-promo-brand img {
    max-height: 46px;
    max-width: min(220px, 100%);
  }

  .vevo-form-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .vevo-video-table {
    min-width: 760px;
  }

  .dynamic-input-row,
  .direct-upload-actions {
    grid-template-columns: 1fr;
  }

  .dynamic-input-row .btn,
  .direct-upload-actions .btn {
    width: 100%;
  }
}

@media (max-width: 1399.98px) {
  body.account-menu-open {
    overflow: hidden;
  }

  .account-mobile-topbar {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--d-border);
    box-shadow: 0 14px 36px rgba(28, 18, 104, .06);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    left: 0;
    padding: .85rem 1rem;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 1030;
    backdrop-filter: blur(14px);
  }

  .account-mobile-brand .brand-logo-flow {
    width: 150px;
  }

  .account-mobile-menu-button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--d-border);
    border-radius: 14px;
    color: var(--d-text);
    display: inline-flex;
    font-weight: 900;
    gap: .65rem;
    min-height: 46px;
    padding: .65rem .85rem;
  }

  .account-menu-lines,
  .account-menu-lines::before,
  .account-menu-lines::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    width: 20px;
  }

  .account-menu-lines {
    position: relative;
  }

  .account-menu-lines::before,
  .account-menu-lines::after {
    left: 0;
    position: absolute;
  }

  .account-menu-lines::before {
    top: -7px;
  }

  .account-menu-lines::after {
    top: 7px;
  }

  .account-sidebar-backdrop {
    background: rgba(21, 20, 43, .38);
    inset: 0;
    position: fixed;
    z-index: 1040;
    backdrop-filter: blur(4px);
  }

  body.account-menu-open .account-sidebar-backdrop {
    display: block;
  }

  .dashboard-shell {
    display: block;
    min-height: auto;
  }

  .user-sidebar.sidebar {
    border-bottom: 0;
    border-inline-end: 1px solid var(--d-border);
    bottom: 0;
    box-shadow: 26px 0 70px rgba(28, 18, 104, .18);
    display: block;
    height: 100dvh;
    left: 0;
    max-width: min(88vw, 360px);
    overflow-x: visible;
    overflow-y: auto;
    padding: 1.35rem !important;
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform .24s ease;
    width: min(88vw, 360px);
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    pointer-events: none;
  }

  body.account-menu-open .user-sidebar.sidebar {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  [dir="rtl"] .user-sidebar.sidebar {
    border-inline-end: 0;
    border-inline-start: 1px solid var(--d-border);
    left: auto;
    right: 0;
    transform: translateX(105%);
  }

  [dir="rtl"] body.account-menu-open .user-sidebar.sidebar,
  body.account-menu-open[dir="rtl"] .user-sidebar.sidebar {
    transform: translateX(0);
  }

  .account-sidebar-close {
    align-items: center;
    background: #fff;
    border: 1px solid var(--d-border);
    border-radius: 999px;
    color: var(--d-muted);
    display: inline-flex;
    font-size: 1.35rem;
    height: 2.35rem;
    justify-content: center;
    position: absolute;
    right: .85rem;
    top: .85rem;
    width: 2.35rem;
  }

  [dir="rtl"] .account-sidebar-close {
    left: .85rem;
    right: auto;
  }

  .user-sidebar .brand-logo-flow {
    margin-top: .55rem;
  }

  .user-sidebar .dropdown {
    position: static;
  }

  .user-sidebar .user-language-menu {
    bottom: 5.5rem !important;
    left: 1rem !important;
    margin: 0 !important;
    max-height: min(430px, calc(100dvh - 9rem));
    overflow-y: auto;
    position: fixed !important;
    right: 1rem !important;
    top: auto !important;
    transform: none !important;
    width: auto;
    z-index: 1060;
  }

  .content-surface {
    padding-top: 1.4rem !important;
  }
}

@media (max-width: 620px) {
  .account-promo-card {
    gap: 1.05rem;
    padding-top: 1.55rem;
  }

  .account-promo-brand {
    align-items: center;
    min-height: 58px;
  }

  .account-promo-brand img {
    max-height: 48px;
  }

  .account-promo-brand img[alt="Radio Promoter"] {
    transform: translateY(3px);
  }

  .account-promo-brand img[alt="Monitor Radio"] {
    transform: translateY(2px);
  }
}

.smartlink-grid,
.smartlink-editor-shell {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.smartlink-credit-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(211, 34, 168, .16), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(31, 189, 219, .15), transparent 42%),
    #fff;
}

.smartlink-credit-card strong {
  color: var(--d-ink);
  display: block;
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 1;
  margin-top: 1rem;
}

.smartlink-list {
  display: grid;
  gap: .9rem;
}

.smartlink-row {
  align-items: center;
  border: 1px solid var(--d-border);
  border-radius: 18px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 1rem;
}

.smartlink-row strong,
.smartlink-meta {
  display: block;
}

.smartlink-meta {
  color: var(--d-muted);
  font-size: .9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smartlink-row-status,
.smartlink-row-actions {
  align-items: center;
  display: flex;
  gap: .5rem;
}

.smartlink-row-status .smartlink-status-badge {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: .76rem;
  font-weight: 900;
  gap: .4rem;
  line-height: 1;
  min-height: 28px;
  padding: .36rem .72rem;
  white-space: nowrap;
}

.smartlink-row-status .smartlink-status-badge::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: .42rem;
  width: .42rem;
}

.status-published { background: #dff6e5; color: #21743a; }
.status-requested { background: #e8f6ff; color: #21618c; }
.status-draft { background: #edf0f7; color: #4f5670; }
.status-pending_payment { background: #fff2cb; color: #8c5b00; }
.status-disabled { background: #ffe0e0; color: #9d2525; }
.status-rejected { background: #fce8ec; color: #a42443; }

.smartlink-rejection-status {
  display: inline-flex;
  position: relative;
}

.smartlink-rejection-tooltip {
  background: #17142f;
  border-radius: 6px;
  bottom: calc(100% + 10px);
  color: #fff;
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.45;
  max-width: min(320px, 80vw);
  min-width: 220px;
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(4px);
  transition: opacity .16s ease, transform .16s ease;
  visibility: hidden;
  white-space: normal;
  z-index: 30;
}

.smartlink-rejection-tooltip strong {
  color: #fff;
  display: block;
  font-size: .68rem;
  letter-spacing: 0;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.smartlink-rejection-status:hover .smartlink-rejection-tooltip,
.smartlink-rejection-status:focus .smartlink-rejection-tooltip,
.smartlink-rejection-status:focus-within .smartlink-rejection-tooltip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.user-nav-smartlink-link {
  align-items: center;
  display: inline-flex;
  gap: .65rem;
}

.user-nav-smartlink-link img {
  flex: 0 0 auto;
  height: 1.2rem;
  transition: transform .22s ease, filter .22s ease;
  width: 1.2rem;
}

.user-nav-smartlink-link:hover img,
.user-nav-smartlink-link:focus-visible img {
  filter: drop-shadow(0 6px 10px rgba(211, 34, 168, .26));
  transform: translateY(-2px) scale(1.08);
}

.smartlink-dashboard-grid,
.smartlink-admin-edit-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.smartlink-page-head {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.35rem;
}

.smartlink-page-head h1 {
  letter-spacing: 0;
}

.smartlink-page-head p {
  color: var(--d-muted);
  margin: .35rem 0 0;
  max-width: 760px;
}

.smartlink-admin-wide {
  grid-column: 1 / -1;
}

.smartlink-credit-panel {
  background:
    radial-gradient(circle at 12% 0%, rgba(85, 183, 223, .14), transparent 38%),
    radial-gradient(circle at 100% 0%, rgba(211, 34, 168, .12), transparent 40%),
    #fff;
}

.smartlink-credit-panel-hero {
  overflow: hidden;
  position: relative;
}

.smartlink-credit-panel-hero::before,
.smartlink-request-card::before {
  background: linear-gradient(90deg, #43c6e8, #d322a8);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.smartlink-card-title {
  align-items: center;
  display: flex;
  gap: .9rem;
}

.smartlink-card-title img {
  height: 2.1rem;
  object-fit: contain;
  width: 2.1rem;
}

.smartlink-card-title strong,
.smartlink-card-title h2 {
  color: var(--d-ink);
  display: block;
  font-size: 1.25rem;
  margin: 0;
}

.smartlink-credit-mini-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0;
}

.smartlink-credit-mini-grid div {
  border: 1px solid var(--d-border);
  border-radius: 16px;
  padding: 1rem;
}

.smartlink-credit-mini-grid strong,
.smartlink-credit-panel > strong {
  color: var(--d-ink);
  display: block;
  font-size: 2.1rem;
  line-height: 1;
}

.smartlink-credit-mini-grid span {
  color: var(--d-muted);
  display: block;
  font-weight: 850;
  margin-top: .3rem;
}

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

.smartlink-request-shell {
  display: grid;
  gap: 1rem;
}

.smartlink-request-card {
  overflow: hidden;
  padding-top: 1.7rem;
  position: relative;
}

.smartlink-product-card {
  background:
    radial-gradient(circle at 88% 8%, rgba(211, 34, 168, .08), transparent 32%),
    #fff;
  border: 1px solid var(--d-border);
  border-radius: 18px;
  cursor: pointer;
  display: grid;
  gap: .75rem;
  min-height: 190px;
  padding: 1.25rem;
  position: relative;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.smartlink-product-card input {
  position: absolute;
  opacity: 0;
}

.smartlink-product-card:has(input:checked) {
  border-color: rgba(211, 34, 168, .55);
  box-shadow: 0 18px 48px rgba(42, 22, 117, .12);
  transform: translateY(-1px);
}

.smartlink-product-card img {
  height: 2.7rem;
  object-fit: contain;
  width: 2.7rem;
}

.smartlink-product-card strong {
  font-size: 1.35rem;
}

.smartlink-product-card span {
  color: var(--d-muted);
}

.smartlink-form-section-head {
  margin-bottom: 1rem;
}

.smartlink-form-section-head h2 {
  font-size: 1.25rem;
  margin: 0;
}

.smartlink-source-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(67, 198, 232, .18), rgba(211, 34, 168, .18));
  border: 1px solid rgba(42, 22, 117, .08);
  border-radius: 999px;
  color: var(--d-ink);
  display: inline-flex;
  font-size: .68rem;
  font-weight: 900;
  height: 1.55rem;
  justify-content: center;
  margin-right: .35rem;
  min-width: 1.55rem;
  padding: 0 .35rem;
  vertical-align: middle;
}

.smartlink-source-note {
  color: var(--d-muted);
  font-size: .95rem;
  margin-top: 1rem;
}

.smartlink-live-preview {
  align-items: center;
  background:
    radial-gradient(circle at 0 0, rgba(67, 198, 232, .16), transparent 38%),
    radial-gradient(circle at 100% 0, rgba(211, 34, 168, .14), transparent 38%),
    #fff;
  border: 1px solid var(--d-border);
  border-radius: 16px;
  color: var(--d-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  gap: .1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  word-break: break-word;
}

.smartlink-live-preview strong {
  color: var(--d-ink);
}

.smartlink-domain-options {
  display: grid;
  gap: .65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.smartlink-domain-options label {
  align-items: center;
  border: 1px solid var(--d-border);
  border-radius: 14px;
  display: flex;
  gap: .55rem;
  min-height: 56px;
  padding: .8rem 1rem;
}

.smartlink-domain-options-polished label {
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
}

.smartlink-domain-options-polished span {
  display: grid;
  gap: .15rem;
}

.smartlink-domain-options-polished strong {
  color: var(--d-ink);
  font-size: .98rem;
}

.smartlink-domain-options-polished small {
  color: var(--d-muted);
  overflow-wrap: anywhere;
}

.smartlink-request-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.smartlink-empty-state {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.smartlink-empty-state img {
  height: 3.1rem;
  width: 3.1rem;
}

.smartlink-empty-state h2 {
  font-size: 1.25rem;
  margin: 0 0 .25rem;
}

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

.smartlink-row-polished {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.smartlink-row-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(67, 198, 232, .12), rgba(211, 34, 168, .12));
  border-radius: 14px;
  display: flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.smartlink-row-icon img {
  height: 1.7rem;
  object-fit: contain;
  width: 1.7rem;
}

.smartlink-row-main small {
  color: var(--d-muted);
  display: block;
  margin-top: .2rem;
  overflow-wrap: anywhere;
}

.smartlink-dashboard-grid-compact {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr);
}

.smartlink-overview-card {
  margin-top: .25rem;
}

.smartlink-credit-panel-compact,
.smartlink-luxury-panel-compact,
.smartlink-polished-card {
  background: linear-gradient(118deg, rgba(236, 250, 255, .96), #fff 48%, rgba(255, 239, 249, .92));
  border: 1px solid var(--d-border);
  box-shadow: 0 18px 46px rgba(42, 22, 117, .06);
}

.smartlink-credit-panel-compact,
.smartlink-luxury-panel-compact {
  border-radius: 20px;
  min-height: 228px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}

.smartlink-credit-panel-compact::after,
.smartlink-luxury-panel-compact::after {
  background: linear-gradient(90deg, #43c6e8, #8e72d8 52%, #d322a8);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 1.25rem;
  position: absolute;
  right: 1.25rem;
  top: 0;
}

.smartlink-credit-panel-compact::before,
.smartlink-polished-card::before {
  display: none;
}

.smartlink-overview-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.smartlink-card-title-clean {
  margin-bottom: 0;
}

.smartlink-card-title-clean strong {
  font-size: 1.35rem;
  font-weight: 950;
}

.smartlink-card-title-clean > div {
  display: grid;
  gap: .12rem;
}

.smartlink-card-title-clean > div > span {
  color: var(--d-muted);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.smartlink-overview-icon {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(126, 106, 211, .15);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(42, 22, 117, .08);
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.smartlink-overview-icon img {
  height: 2rem;
  object-fit: contain;
  width: 2rem;
}

.smartlink-overview-link {
  align-items: center;
  background: var(--d-indigo);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(42, 22, 117, .2);
  color: #fff;
  display: inline-flex;
  font-size: 1.45rem;
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
  width: 2.5rem;
}

.smartlink-overview-link-add::before,
.smartlink-overview-link-add::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.smartlink-overview-link-add::before {
  height: 2px;
  width: 14px;
}

.smartlink-overview-link-add::after {
  height: 14px;
  width: 2px;
}

.smartlink-overview-link:hover {
  background: var(--d-magenta);
  color: #fff;
  transform: translateY(-1px);
}

.smartlink-credit-panel-compact .smartlink-credit-mini-grid {
  margin: 1rem 0 .85rem;
}

.smartlink-credit-panel-compact .smartlink-credit-mini-grid div {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(126, 106, 211, .14);
  border-radius: 14px;
  min-height: 82px;
  padding: .85rem 1rem;
}

.smartlink-credit-panel-compact .smartlink-credit-mini-grid strong {
  font-size: 1.75rem;
}

.smartlink-overview-note {
  color: var(--d-muted);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.smartlink-luxury-panel-compact {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.smartlink-luxury-panel-compact.has-domain {
  border-color: rgba(36, 166, 93, .2);
}

.smartlink-luxury-icon {
  flex: 0 0 3rem;
}

.smartlink-luxury-icon img {
  height: 2rem;
  object-fit: contain;
  width: 2rem;
}

.smartlink-overview-link-payment {
  font-size: .9rem;
  font-weight: 900;
}

.smartlink-luxury-summary {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(126, 106, 211, .14);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem 0 .85rem;
  min-height: 82px;
  padding: .85rem 1rem;
}

.smartlink-luxury-summary > strong {
  color: var(--d-ink);
  display: block;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1.15;
  margin: 0 0 .3rem;
  overflow-wrap: anywhere;
}

.smartlink-luxury-summary .status-badge {
  align-self: flex-start;
  display: inline-flex;
  margin-top: .15rem;
}

.smartlink-luxury-placeholder {
  color: var(--d-purple);
  display: block;
  font-size: .85rem;
  font-weight: 850;
}

.smartlink-list-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(42, 22, 117, .05);
  padding: 1.05rem;
}

.smartlink-empty-state {
  background: linear-gradient(118deg, rgba(236, 250, 255, .72), #fff 48%, rgba(255, 239, 249, .66));
  border: 1px dashed rgba(126, 106, 211, .28);
  border-radius: 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 122px;
  padding: 1.1rem;
}

.smartlink-empty-icon {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(126, 106, 211, .14);
  border-radius: 14px;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  width: 3.5rem;
}

.smartlink-empty-icon img {
  height: 2.35rem;
  width: 2.35rem;
}

.smartlink-empty-copy {
  min-width: 0;
}

.smartlink-empty-state .btn {
  white-space: nowrap;
}

.smartlink-request-shell-polished {
  gap: 1.1rem;
}

.smartlink-polished-card {
  border-radius: 22px;
  padding: 1.2rem;
}

.smartlink-product-grid-balanced {
  gap: 1rem;
}

.smartlink-product-card-balanced {
  align-items: center;
  display: flex;
  gap: 1rem;
  min-height: 132px;
  padding: 1.05rem;
}

.smartlink-product-card-balanced > span:last-child {
  color: var(--d-ink);
  display: grid;
  gap: .25rem;
}

.smartlink-product-card-balanced strong {
  color: var(--d-ink);
  font-size: 1.18rem;
  line-height: 1.1;
}

.smartlink-product-card-balanced small {
  color: var(--d-muted);
  font-size: .95rem;
  font-weight: 750;
  line-height: 1.35;
}

.smartlink-product-mark {
  align-items: center;
  background: linear-gradient(135deg, rgba(67, 198, 232, .12), rgba(211, 34, 168, .13));
  border-radius: 16px;
  display: inline-flex;
  flex: 0 0 3.35rem;
  height: 3.35rem;
  justify-content: center;
  width: 3.35rem;
}

.smartlink-product-card .smartlink-product-mark img {
  height: 2rem;
  width: 2rem;
}

.smartlink-product-card .smartlink-product-mark-presave img {
  transform: translateY(-2px);
}

.smartlink-section-heading {
  margin-bottom: .85rem;
}

.smartlink-section-heading h2 {
  color: var(--d-ink);
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: 0;
  margin: .15rem 0 0;
}

.smartlink-source-choice-grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-presave-source-options].smartlink-source-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.smartlink-source-choice {
  align-items: center;
  background: rgba(255, 255, 255, .74);
  border: 1px solid var(--d-border);
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  gap: .7rem;
  min-height: 64px;
  padding: .8rem .9rem;
  position: relative;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.smartlink-source-choice input {
  position: absolute;
  opacity: 0;
}

.smartlink-source-choice svg {
  color: var(--d-blue);
  height: 1.6rem;
  width: 1.6rem;
}

.smartlink-source-choice svg path,
.smartlink-source-choice svg circle {
  fill: currentColor;
}

.smartlink-source-choice svg path[fill="none"] {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.smartlink-source-choice.is-spotify svg {
  color: #1db954;
}

.smartlink-source-choice.is-apple svg {
  color: #111225;
}

.smartlink-source-choice.is-barcode svg,
.smartlink-source-choice.is-link svg {
  color: var(--d-purple);
}

.smartlink-source-choice span {
  color: var(--d-ink);
  font-weight: 900;
}

.smartlink-source-logo {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(126, 106, 211, .14);
  border-radius: 12px;
  display: inline-flex;
  flex: 0 0 2.65rem;
  height: 2.65rem;
  justify-content: center;
  width: 2.65rem;
}

.smartlink-source-logo img {
  display: block;
  height: 1.75rem;
  object-fit: contain;
  width: 1.75rem;
}

.smartlink-source-choice.is-spotify .smartlink-source-logo {
  background: #1db954;
  border-color: #1db954;
}

.smartlink-source-choice.is-spotify .smartlink-source-logo img {
  filter: brightness(0) invert(1);
}

.smartlink-source-choice.is-apple .smartlink-source-logo {
  background: linear-gradient(145deg, #fa3158, #bd27d9);
  border-color: transparent;
}

.smartlink-source-choice.is-apple .smartlink-source-logo img {
  filter: brightness(0) invert(1);
}

.smartlink-source-choice.is-barcode .smartlink-source-logo,
.smartlink-source-choice.is-link .smartlink-source-logo {
  color: var(--d-purple);
}

.smartlink-source-choice:has(input:checked) {
  background: linear-gradient(135deg, rgba(67, 198, 232, .11), rgba(211, 34, 168, .11));
  border-color: rgba(211, 34, 168, .48);
  box-shadow: 0 14px 30px rgba(42, 22, 117, .08);
  transform: translateY(-1px);
}

.smartlink-single-input-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.smartlink-live-preview-polished {
  border-radius: 20px;
  font-size: clamp(1.15rem, 2.4vw, 1.75rem);
  margin-bottom: .95rem;
  padding: 1.15rem 1.25rem;
}

.smartlink-live-preview-polished strong {
  font-weight: 950;
}

.smartlink-domain-options-polished {
  gap: .85rem;
}

.smartlink-domain-options-polished label {
  align-items: center;
  display: grid;
  gap: .7rem;
  grid-template-columns: auto auto minmax(0, 1fr);
  background: rgba(255, 255, 255, .78);
  min-height: 86px;
  padding: .9rem 1rem;
}

.smartlink-domain-options-polished label > input {
  align-self: center;
  flex: 0 0 auto;
  height: 1rem;
  margin: 0;
  width: 1rem;
}

.smartlink-domain-options-polished label.is-owned-domain {
  border-color: rgba(36, 166, 93, .24);
}

.smartlink-domain-options-polished label:has(input:checked),
.smartlink-mini-option:has(input:checked) {
  background: linear-gradient(135deg, rgba(67, 198, 232, .1), rgba(211, 34, 168, .1));
  border-color: rgba(42, 22, 117, .24);
}

.smartlink-domain-option-link {
  align-items: center;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(126, 106, 211, .18);
  border-radius: 16px;
  color: inherit;
  display: grid;
  gap: .7rem;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 86px;
  padding: .9rem 1rem;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.smartlink-domain-option-link:hover {
  border-color: rgba(211, 34, 168, .4);
  box-shadow: 0 14px 30px rgba(42, 22, 117, .08);
  color: inherit;
  transform: translateY(-1px);
}

.smartlink-domain-option-copy {
  display: grid;
  gap: .15rem;
  min-width: 0;
}

.smartlink-domain-option-link strong {
  color: var(--d-ink);
  font-size: .98rem;
}

.smartlink-domain-option-link small {
  color: var(--d-muted);
  overflow-wrap: anywhere;
}

.smartlink-domain-option-icon,
.smartlink-domain-diamond,
.smartlink-mini-option-icon {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(126, 106, 211, .14);
  border-radius: 12px;
  display: inline-flex;
  height: 2.55rem;
  justify-content: center;
  width: 2.55rem;
}

.smartlink-domain-option-icon img,
.smartlink-domain-diamond img,
.smartlink-mini-option-icon img {
  height: 1.8rem;
  object-fit: contain;
  width: 1.8rem;
}

.smartlink-slug-mode {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.smartlink-luxury-config {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  margin-top: 1rem;
}

.smartlink-luxury-field,
.smartlink-luxury-slug-column {
  min-width: 0;
}

.smartlink-luxury-config .form-label {
  color: var(--d-ink);
  font-weight: 850;
  margin-bottom: .45rem;
}

.smartlink-mini-option {
  align-items: center;
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--d-border);
  border-radius: 16px;
  cursor: pointer;
  display: grid;
  gap: .65rem;
  grid-template-columns: auto auto minmax(0, 1fr);
  min-height: 68px;
  padding: .75rem .85rem;
}

.smartlink-mini-option > input[type="radio"] {
  align-self: center;
  flex: 0 0 1rem;
  height: 1rem;
  margin: 0;
  width: 1rem;
}

.smartlink-mini-option-copy {
  display: grid;
  gap: .1rem;
  min-width: 0;
}

.luxury-domain-purchase-card {
  display: grid;
  gap: 1.1rem;
}

.luxury-domain-purchase-hero,
.luxury-domain-purchase-form {
  background: linear-gradient(118deg, rgba(236, 250, 255, .96), #fff 48%, rgba(255, 239, 249, .92));
  border: 1px solid var(--d-border);
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(42, 22, 117, .06);
}

.luxury-domain-purchase-hero {
  align-items: center;
  display: flex;
  gap: 1.1rem;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}

.luxury-domain-purchase-hero::before {
  background: linear-gradient(90deg, #43c6e8, #8e72d8 52%, #d322a8);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 1.25rem;
  position: absolute;
  right: 1.25rem;
  top: 0;
}

.luxury-domain-diamond {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(126, 106, 211, .16);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(42, 22, 117, .1);
  display: inline-flex;
  flex: 0 0 5rem;
  height: 5rem;
  justify-content: center;
  width: 5rem;
}

.luxury-domain-diamond img {
  height: 3.65rem;
  object-fit: contain;
  width: 3.65rem;
}

.luxury-domain-purchase-hero > div {
  min-width: 0;
}

.luxury-domain-purchase-hero strong {
  color: var(--d-ink);
  display: block;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 950;
  line-height: 1;
  margin: .35rem 0;
}

.luxury-domain-purchase-hero p {
  color: var(--d-muted);
  font-weight: 750;
  margin: 0;
}

.luxury-domain-purchase-form {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  padding: 1.25rem;
}

.luxury-domain-purchase-form .form-label {
  color: var(--d-ink);
  font-weight: 900;
}

.luxury-domain-input {
  flex-wrap: nowrap;
}

.luxury-domain-input .input-group-text {
  background: #fff;
  color: var(--d-indigo);
  font-weight: 900;
  white-space: nowrap;
}

.luxury-domain-help {
  color: var(--d-muted);
  display: block;
  font-weight: 700;
  margin-top: .45rem;
}

.luxury-domain-availability {
  display: block;
  font-size: .88rem;
  font-weight: 850;
  min-height: 1.3rem;
  margin-top: .35rem;
}

.luxury-domain-availability.is-checking { color: var(--d-muted); }
.luxury-domain-availability.is-available { color: #21743a; }
.luxury-domain-availability.is-unavailable { color: #a32634; }

.luxury-domain-preview {
  align-content: center;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(126, 106, 211, .16);
  border-radius: 16px;
  display: grid;
  gap: .25rem;
  min-width: 0;
  padding: 1rem;
}

.luxury-domain-preview > span,
.luxury-domain-preview small {
  color: var(--d-muted);
  font-size: .82rem;
  font-weight: 800;
}

.luxury-domain-preview strong {
  color: var(--d-ink);
  font-size: clamp(1rem, 2vw, 1.35rem);
  overflow-wrap: anywhere;
}

.luxury-domain-preview b {
  color: var(--d-magenta);
}

.admin-luxury-title {
  align-items: center;
  display: flex;
  gap: .75rem;
  margin-bottom: 1rem;
}

.admin-luxury-title img {
  height: 2.4rem;
  object-fit: contain;
  width: 2.4rem;
}

.admin-luxury-stat img {
  display: block;
  height: 1.5rem;
  margin: 0 auto .2rem;
  object-fit: contain;
  width: 1.5rem;
}

.admin-luxury-field-label {
  align-items: center;
  display: inline-flex;
  gap: .45rem;
}

.admin-luxury-field-label img {
  height: 1.3rem;
  object-fit: contain;
  width: 1.3rem;
}

.smartlink-mini-option strong {
  color: var(--d-ink);
  font-size: .95rem;
}

.smartlink-mini-option small {
  color: var(--d-muted);
  overflow-wrap: anywhere;
}

.smartlink-existing-domain-field {
  align-items: center;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(36, 166, 93, .22);
  border-radius: 16px;
  display: flex;
  gap: .75rem;
  min-height: 68px;
  padding: .75rem .9rem;
}

.smartlink-existing-domain-icon {
  align-items: center;
  background: #dff6e5;
  border-radius: 50%;
  color: #21743a;
  display: inline-flex;
  flex: 0 0 2rem;
  font-size: .92rem;
  font-weight: 950;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.smartlink-existing-domain-field > span:last-child {
  display: grid;
  gap: .12rem;
  min-width: 0;
}

.smartlink-existing-domain-field strong {
  color: var(--d-ink);
  overflow-wrap: anywhere;
}

.smartlink-existing-domain-field small {
  color: var(--d-muted);
  font-weight: 700;
  line-height: 1.3;
}

.smartlink-custom-slug-field {
  margin-top: 1rem;
}

.smartlink-custom-slug-field .input-group {
  flex-wrap: nowrap;
}

.smartlink-custom-slug-field .input-group-text {
  max-width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smartlink-request-actions-polished {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 20px;
  padding: 1rem;
}

.smartlink-request-actions-polished .smartlink-terms-check {
  align-items: center;
  display: flex;
  gap: .65rem;
  line-height: 1.35;
  margin: 0;
  max-width: 680px;
}

.smartlink-request-actions-polished .smartlink-terms-check input {
  flex: 0 0 auto;
}

.smartlink-account-credit-card {
  background:
    radial-gradient(circle at 0 0, rgba(67, 198, 232, .16), transparent 42%),
    radial-gradient(circle at 100% 20%, rgba(211, 34, 168, .16), transparent 42%),
    #fff;
}

.smartlink-dashboard-credit-list {
  margin-top: 1rem;
}

.admin-smartlink-alert {
  background:
    radial-gradient(circle at 12% 18%, rgba(67, 198, 232, .16), transparent 38%),
    radial-gradient(circle at 88% 22%, rgba(211, 34, 168, .14), transparent 40%),
    #fff;
}

.label-plan-benefits {
  display: grid;
  gap: .55rem;
  margin: 1rem 0;
}

.label-plan-benefits div {
  align-items: center;
  background: rgba(255, 255, 255, .68);
  border: 1px solid var(--d-border);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: .65rem .75rem;
}

.label-plan-benefits span {
  color: var(--d-muted);
  font-weight: 820;
}

.smartlink-type-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.smartlink-type-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 22px;
  cursor: pointer;
  display: grid;
  gap: .8rem;
  min-height: 220px;
  padding: 1.5rem;
}

.smartlink-type-card input {
  position: absolute;
  opacity: 0;
}

.smartlink-type-card:has(input:checked) {
  border-color: rgba(211, 34, 168, .55);
  box-shadow: 0 22px 56px rgba(42, 22, 117, .12);
}

.smartlink-type-mark {
  align-items: center;
  background: linear-gradient(135deg, #55b7df, #d322a8);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.smartlink-type-grid > .btn {
  grid-column: 1 / -1;
  justify-self: start;
}

.smartlink-editor-card {
  min-width: 0;
}

.smartlink-tabs {
  background: #f4f6fb;
  border-radius: 999px;
  display: inline-flex;
  gap: .25rem;
  margin-bottom: 1.4rem;
  max-width: 100%;
  overflow-x: auto;
  padding: .3rem;
}

.smartlink-tabs button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--d-muted);
  font-weight: 800;
  padding: .7rem 1rem;
  white-space: nowrap;
}

.smartlink-tabs button.active {
  background: #fff;
  color: var(--d-ink);
  box-shadow: 0 8px 26px rgba(30, 22, 85, .08);
}

.smartlink-admin-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.smartlink-admin-tabs a {
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-ink);
  font-weight: 800;
  padding: .5rem .9rem;
  text-decoration: none;
}

.smartlink-admin-tabs a.active {
  background: var(--d-blue);
  border-color: var(--d-blue);
  color: #fff;
}

.dsocial-status.is-requested { background: #e6f7fd; color: #087e9c; }
.dsocial-status.is-pending_payment { background: #fff4d9; color: #8a6200; }
.dsocial-status.is-disabled { background: #f1f0f4; color: #6e6a79; }
.dsocial-status.is-active { background: #def5e8; color: #177646; }
.dsocial-status.is-rejected { background: #fce8ec; color: #a42443; }

.smartlink-admin-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}

.smartlink-admin-metrics > div,
.smartlink-admin-metrics > a {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
}

.smartlink-admin-metrics span,
.smartlink-admin-metrics strong { display: block; }
.smartlink-admin-metrics span { color: var(--d-muted); font-size: .76rem; font-weight: 800; }
.smartlink-admin-metrics strong { color: var(--d-ink); font-size: 1.65rem; margin-top: 4px; }

.smartlink-admin-filter-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.smartlink-admin-filter-tabs a {
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-ink);
  font-size: .8rem;
  font-weight: 800;
  padding: 8px 12px;
  text-decoration: none;
}

.smartlink-admin-filter-tabs a.active { background: var(--d-blue); border-color: var(--d-blue); color: #fff; }
.smartlink-admin-request { align-items: center; display: flex; gap: 10px; min-width: 210px; }
.smartlink-admin-request-icon { align-items: center; background: #f7f3fb; border: 1px solid var(--d-border); border-radius: 7px; display: inline-flex; flex: 0 0 42px; height: 42px; justify-content: center; width: 42px; }
.smartlink-admin-request-icon img { height: 27px; object-fit: contain; width: 27px; }
.smartlink-admin-request small { color: var(--d-muted); display: block; margin-top: 2px; }
.smartlink-admin-cell-note { color: var(--d-muted); display: block; font-size: .72rem; margin-top: 3px; max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.smartlink-admin-domain-head { align-items: end; display: flex; gap: 16px; justify-content: space-between; }
.smartlink-admin-domain-head img { height: 42px; object-fit: contain; width: 42px; }

.smartlink-admin-detail { align-items: start; }
.smartlink-admin-preview,
.smartlink-admin-workflow,
.smartlink-admin-history { border-radius: 8px; }
.smartlink-admin-detail-title { align-items: center; display: flex; gap: 12px; min-width: 0; }
.smartlink-admin-detail-title h2 { margin: 2px 0 0; overflow-wrap: anywhere; }
.smartlink-admin-facts { margin-top: 20px; }

.smartlink-admin-data-block,
.smartlink-admin-url-card {
  border: 1px solid var(--d-border);
  border-radius: 8px;
  margin-top: 18px;
  padding: 16px;
}

.smartlink-admin-data-block h3 { font-size: 1rem; margin: 5px 0 8px; }
.smartlink-admin-data-block p { margin: 7px 0 0; overflow-wrap: anywhere; }
.smartlink-admin-data-block a { overflow-wrap: anywhere; }
.smartlink-admin-url-card { background: linear-gradient(100deg, rgba(44, 188, 222, .08), #fff 48%, rgba(213, 34, 168, .08)); }
.smartlink-admin-url-card > span { color: var(--d-muted); display: block; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.smartlink-admin-url-card > strong { display: block; font-size: 1.05rem; margin-top: 5px; overflow-wrap: anywhere; }
.smartlink-admin-url-card > div { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 8px; }
.smartlink-admin-url-card > div span { color: var(--d-muted); font-size: .76rem; font-weight: 700; }

.smartlink-admin-operation-form {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.smartlink-admin-operation-wide { grid-column: 1 / -1; }
.smartlink-admin-decision-actions { border-top: 1px solid var(--d-border); margin-top: 18px; padding-top: 18px; }
.smartlink-admin-history { margin-top: 20px; }

.smartlink-manage-grid {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
}

.smartlink-manage-grid > * { min-width: 0; }

.smartlink-manage-card {
  background: #fff;
  border: 1px solid #e0deea;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(34, 21, 91, .04);
  overflow: hidden;
  padding: 22px;
}

.smartlink-manage-card-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.smartlink-manage-card-head h2 { margin: 2px 0 0; }
.smartlink-manage-facts { margin-top: 0; }
.smartlink-manage-workflow { display: grid; gap: 16px; }
.smartlink-manage-workflow .dsocial-workflow-message { margin: 0; }

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

.smartlink-manage-form .form-control { min-height: 44px; }

.smartlink-manage-form textarea.form-control {
  min-height: 112px;
  resize: vertical;
}

.smartlink-manage-form .btn,
.smartlink-manage-decision .btn {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 44px;
}

.smartlink-manage-decision {
  border-top: 1px solid var(--d-border);
  padding-top: 16px;
}

.smartlink-manage-decision .btn { width: 100%; }
.smartlink-manage-history { margin-top: 18px; }
.smartlink-manage-history h2 { font-size: 1.35rem; margin: 6px 0 18px; }
.smartlink-manage-empty { color: var(--d-muted); margin: 0; }

@media (max-width: 1180px) {
  .smartlink-manage-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .smartlink-manage-card { padding: 16px; }
  .smartlink-manage-card-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .smartlink-manage-facts,
  .smartlink-manage-form { grid-template-columns: 1fr; }
  .smartlink-manage-form .smartlink-admin-operation-wide { grid-column: auto; }
}

@media (max-width: 991.98px) {
  .smartlink-admin-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smartlink-admin-detail { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .smartlink-admin-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smartlink-admin-metrics > div,
  .smartlink-admin-metrics > a { padding: 12px; }
  .smartlink-admin-metrics strong { font-size: 1.35rem; }
  .smartlink-admin-domain-head { align-items: stretch; flex-direction: column; }
  .smartlink-admin-operation-form { grid-template-columns: 1fr; }
  .smartlink-admin-operation-wide { grid-column: auto; }
  .smartlink-row-status { align-items: flex-start; }
  .smartlink-rejection-tooltip { left: auto; right: 0; }
}

.smartlink-slug-box,
.smartlink-scan-card {
  border: 1px solid var(--d-border);
  border-radius: 18px;
  padding: 1rem;
}

.smartlink-toggle {
  align-items: center;
  display: flex;
  gap: .65rem;
  font-weight: 800;
}

.smartlink-store-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.smartlink-store-input {
  display: grid;
  gap: .35rem;
}

.smartlink-store-input span {
  color: var(--d-muted);
  font-weight: 800;
}

.smartlink-bio-block-row {
  border: 1px solid var(--d-border);
  border-radius: 18px;
  margin-bottom: .85rem;
  padding: 1rem;
}

.smartlink-editor-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.4rem;
}

.smartlink-publish-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem .9rem;
  justify-content: flex-end;
}

.smartlink-terms-check {
  align-items: center;
  display: flex;
  font-size: .86rem;
  gap: .45rem;
  margin: 0;
  max-width: 360px;
}

.smartlink-phone-preview {
  background: linear-gradient(180deg, #17123f, #271468);
  border-radius: 28px;
  color: #fff;
  padding: 1rem;
  position: sticky;
  top: 1.5rem;
}

.smartlink-public-card {
  background: #fff;
  border-radius: 24px;
  color: var(--d-ink);
  margin-top: 1rem;
  padding: 1rem;
  text-align: center;
}

.smartlink-public-card img {
  aspect-ratio: 1;
  border-radius: 18px;
  object-fit: cover;
  width: 100%;
}

.smartlink-preview-avatar,
.smartlink-preview-cover {
  background:
    radial-gradient(circle at 20% 20%, rgba(85, 183, 223, .32), transparent 36%),
    radial-gradient(circle at 80% 10%, rgba(211, 34, 168, .28), transparent 36%),
    #f5f7fb;
  aspect-ratio: 1;
  border-radius: 18px;
  width: 100%;
}

.smartlink-preview-avatar {
  border-radius: 999px;
  margin: 0 auto;
  width: 54%;
}

.smartlink-public-card button {
  background: var(--d-blue);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  padding: .75rem 1.4rem;
}

.smartlink-preview-destinations {
  display: grid;
  gap: .55rem;
  margin-top: 1rem;
}

.smartlink-preview-destinations span {
  align-items: center;
  background: #f6f8fc;
  border: 1px solid var(--d-border);
  border-radius: 14px;
  color: var(--d-ink);
  display: flex;
  font-size: .88rem;
  font-weight: 850;
  justify-content: space-between;
  padding: .7rem .8rem;
  text-align: left;
}

.smartlink-preview-destinations strong {
  background: var(--d-blue);
  border-radius: 999px;
  color: #fff;
  font-size: .76rem;
  padding: .38rem .62rem;
  white-space: nowrap;
}

.smartlink-public-body {
  background:
    radial-gradient(circle at 0% 0%, rgba(85, 183, 223, .28), transparent 35%),
    radial-gradient(circle at 100% 10%, rgba(211, 34, 168, .22), transparent 35%),
    #f6f7fb;
}

.smartlink-public-wrap {
  margin: 0 auto;
  max-width: 520px;
  min-height: 100vh;
  padding: 2rem 1rem;
}

.smartlink-public-hero {
  text-align: center;
}

.smartlink-public-logo {
  display: block;
  margin: 0 auto 2rem;
  max-width: 170px;
}

.smartlink-public-cover {
  aspect-ratio: 1;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(31, 22, 85, .16);
  object-fit: cover;
  width: min(82vw, 360px);
}

.smartlink-public-avatar {
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 28px 80px rgba(31, 22, 85, .16);
  object-fit: cover;
  width: min(48vw, 210px);
}

.smartlink-public-hero h1 {
  font-size: clamp(2.2rem, 8vw, 4rem);
  font-weight: 950;
  line-height: .96;
  margin: 1.4rem 0 .4rem;
}

.smartlink-public-desc {
  color: var(--d-muted);
}

.smartlink-public-countdown {
  background: linear-gradient(135deg, rgba(85, 183, 223, .16), rgba(211, 34, 168, .14));
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-ink);
  display: inline-flex;
  font-weight: 900;
  margin-top: .6rem;
  padding: .55rem 1rem;
}

.smartlink-public-stores {
  display: grid;
  gap: .75rem;
  margin-top: 1.5rem;
}

.smartlink-public-store {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 18px;
  color: var(--d-ink);
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  text-decoration: none;
}

.smartlink-public-store strong {
  background: var(--d-blue);
  border-radius: 999px;
  color: #fff;
  padding: .55rem 1rem;
}

.smartlink-public-empty,
.smartlink-public-text {
  color: var(--d-muted);
  text-align: center;
}

.smartlink-public-optin {
  align-items: stretch;
  flex-direction: column;
}

.smartlink-public-optin input[type="email"] {
  border: 1px solid var(--d-border);
  border-radius: 14px;
  padding: .8rem 1rem;
}

.smartlink-public-optin button {
  align-self: flex-start;
  background: var(--d-blue);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  padding: .65rem 1.1rem;
}

.smartlink-public-separator {
  border-color: var(--d-border);
  opacity: 1;
}

@media (max-width: 980px) {
  .smartlink-grid,
  .smartlink-editor-shell,
  .smartlink-type-grid,
  .smartlink-dashboard-grid,
  .smartlink-admin-edit-grid,
  .smartlink-product-grid,
  .smartlink-domain-options,
  .smartlink-source-choice-grid,
  .smartlink-single-input-grid,
  .smartlink-luxury-config,
  .smartlink-slug-mode,
  .luxury-domain-purchase-form {
    grid-template-columns: 1fr;
  }

  .smartlink-phone-preview {
    position: static;
  }
}

@media (max-width: 700px) {
  .smartlink-tabs {
    border-radius: 18px;
    display: flex;
  }

  .smartlink-store-grid {
    grid-template-columns: 1fr;
  }

  .smartlink-row {
    grid-template-columns: 1fr;
  }

  .smartlink-row-actions,
  .smartlink-row-status {
    flex-wrap: wrap;
  }

  .smartlink-empty-state {
    align-items: flex-start;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .smartlink-empty-state .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .smartlink-store-grid {
    grid-template-columns: 1fr;
  }

  .smartlink-page-head {
    align-items: flex-start;
  }

  .smartlink-product-card-balanced {
    min-height: 112px;
  }

  .smartlink-live-preview-polished {
    font-size: 1.08rem;
  }

  .smartlink-request-actions-polished {
    align-items: stretch;
  }

  .smartlink-request-actions-polished .btn {
    width: 100%;
  }
}

.invoice-page {
  max-width: 1080px;
  margin: 0 auto;
}

.invoice-actions {
  align-items: center;
  display: flex;
  gap: .75rem;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.invoice-shell {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(31, 22, 111, .09);
  color: var(--d-ink);
  overflow: hidden;
}

.invoice-top {
  align-items: flex-start;
  background:
    radial-gradient(circle at 12% 15%, rgba(76, 180, 225, .22), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(214, 31, 158, .18), transparent 34%),
    linear-gradient(135deg, #f8fcff 0%, #fff 52%, #fbf1ff 100%);
  border-bottom: 1px solid var(--d-border);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem;
}

.invoice-logo {
  display: block;
  max-width: 230px;
  width: 100%;
}

.invoice-brand p,
.invoice-title-block p,
.invoice-party-card p,
.invoice-footer p {
  color: var(--d-muted);
  margin: .3rem 0 0;
}

.invoice-title-block {
  text-align: right;
}

.invoice-title-block span,
.invoice-party-card span,
.invoice-meta-grid span {
  color: var(--d-pink);
  display: block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.invoice-title-block h1 {
  color: var(--d-blue);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 1000;
  margin: .15rem 0;
}

.invoice-parties {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 2rem 2.5rem 1rem;
}

.invoice-party-card {
  border: 1px solid var(--d-border);
  border-radius: 20px;
  padding: 1.25rem;
}

.invoice-party-card strong {
  display: block;
  font-size: 1.2rem;
  margin-top: .55rem;
}

.invoice-meta-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1rem 2.5rem;
}

.invoice-meta-grid div {
  background: #f8f9ff;
  border: 1px solid var(--d-border);
  border-radius: 18px;
  padding: 1rem;
}

.invoice-meta-grid strong {
  display: block;
  font-size: 1.08rem;
  margin-top: .35rem;
}

.invoice-table-wrap {
  padding: 1rem 2.5rem;
}

.invoice-table {
  border-collapse: collapse;
  width: 100%;
}

.invoice-table th {
  color: var(--d-muted);
  font-size: .85rem;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
}

.invoice-table th,
.invoice-table td {
  border-bottom: 1px solid var(--d-border);
  padding: 1rem .75rem;
}

.invoice-table th:nth-child(2),
.invoice-table td:nth-child(2) {
  text-align: center;
  width: 90px;
}

.invoice-table th:last-child,
.invoice-table td:last-child {
  text-align: right;
  width: 180px;
}

.invoice-summary {
  margin: 1rem 2.5rem 2rem auto;
  max-width: 360px;
}

.invoice-summary div {
  align-items: center;
  border-bottom: 1px solid var(--d-border);
  display: flex;
  justify-content: space-between;
  padding: .8rem 0;
}

.invoice-summary-total {
  border-bottom: 0 !important;
  color: var(--d-blue);
  font-size: 1.35rem;
  font-weight: 1000;
}

.invoice-footer {
  background: var(--d-soft);
  border-top: 1px solid var(--d-border);
  padding: 1.4rem 2.5rem;
}

.admin-inline-form {
  display: grid;
  gap: .45rem;
  grid-template-columns: minmax(150px, 1fr) minmax(160px, 1fr) minmax(220px, 1.2fr) auto;
  margin-bottom: .55rem;
  min-width: 720px;
}

.admin-inline-form .btn {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .invoice-actions,
  .invoice-top {
    align-items: stretch;
    flex-direction: column;
  }

  .invoice-title-block {
    text-align: left;
  }

  .invoice-parties,
  .invoice-meta-grid {
    grid-template-columns: 1fr;
  }

  .invoice-top,
  .invoice-parties,
  .invoice-meta-grid,
  .invoice-table-wrap,
  .invoice-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .invoice-summary {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    max-width: none;
  }
}

@media (max-width: 1399.98px) {
  body.account-menu-open {
    overflow: hidden;
  }

  .account-mobile-topbar {
    display: flex !important;
  }

  .account-sidebar-backdrop {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  body.account-menu-open .account-sidebar-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .dashboard-shell {
    display: block !important;
    grid-template-columns: 1fr !important;
  }

  .user-sidebar.sidebar {
    border-bottom: 0 !important;
    border-inline-end: 1px solid var(--d-border) !important;
    height: 100dvh !important;
    inset-block: 0 !important;
    left: 0 !important;
    max-width: min(88vw, 360px) !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    pointer-events: none !important;
    position: fixed !important;
    right: auto !important;
    transform: translateX(-105%) !important;
    visibility: hidden !important;
    width: min(88vw, 360px) !important;
    z-index: 1050 !important;
  }

  body.account-menu-open .user-sidebar.sidebar {
    pointer-events: auto !important;
    transform: translateX(0) !important;
    visibility: visible !important;
  }

  [dir="rtl"] .user-sidebar.sidebar {
    left: auto !important;
    right: 0 !important;
    transform: translateX(105%) !important;
  }

  [dir="rtl"] body.account-menu-open .user-sidebar.sidebar,
  body.account-menu-open[dir="rtl"] .user-sidebar.sidebar {
    transform: translateX(0) !important;
  }

  .account-sidebar-close {
    display: inline-flex !important;
  }
}

@media print {
  body {
    background: #fff !important;
  }

  .account-mobile-topbar,
  .account-sidebar-backdrop,
  .user-sidebar,
  .invoice-actions,
  .no-print {
    display: none !important;
  }

  .dashboard-shell {
    display: block !important;
  }

  .content-surface {
    background: #fff !important;
    padding: 0 !important;
  }

  .invoice-page {
    max-width: none;
  }

  .invoice-shell {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 1199.98px) {
  body.admin-menu-open {
    overflow: hidden;
  }

  .admin-mobile-menu-button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--d-border);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(28, 18, 104, .14);
    color: var(--d-text);
    display: inline-flex;
    font-weight: 950;
    gap: 14px;
    inset-block-start: 16px;
    inset-inline-end: 16px;
    min-height: 52px;
    padding: 0 18px;
    position: fixed;
    z-index: 1080;
  }

  .admin-menu-lines,
  .admin-menu-lines::before,
  .admin-menu-lines::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    width: 24px;
  }

  .admin-menu-lines {
    position: relative;
  }

  .admin-menu-lines::before,
  .admin-menu-lines::after {
    inset-inline-start: 0;
    position: absolute;
  }

  .admin-menu-lines::before {
    top: -8px;
  }

  .admin-menu-lines::after {
    top: 8px;
  }

  .admin-sidebar-backdrop {
    background: rgba(15, 18, 40, .42);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .2s ease;
    z-index: 1050;
  }

  body.admin-menu-open .admin-sidebar-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

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

  .admin-sidebar.sidebar {
    border-bottom: 0;
    border-inline-end: 1px solid var(--d-border);
    box-shadow: 0 22px 70px rgba(16, 21, 50, .24);
    display: block;
    height: 100dvh;
    inset-block: 0;
    inset-inline-start: 0;
    max-width: calc(100vw - 28px);
    overflow-y: auto;
    padding-top: 60px !important;
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform .24s ease;
    width: min(340px, calc(100vw - 28px));
    z-index: 1060;
  }

  body.admin-menu-open .admin-sidebar.sidebar {
    transform: translateX(0);
  }

  [dir="rtl"] .admin-sidebar.sidebar {
    transform: translateX(105%);
  }

  [dir="rtl"] body.admin-menu-open .admin-sidebar.sidebar {
    transform: translateX(0);
  }

  .admin-sidebar-close {
    align-items: center;
    background: #fff;
    border: 1px solid var(--d-border);
    border-radius: 999px;
    color: var(--d-text);
    display: flex;
    font-size: 1.45rem;
    font-weight: 700;
    height: 38px;
    inset-block-start: 14px;
    inset-inline-end: 14px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 38px;
  }

  .admin-content {
    padding-top: 86px !important;
  }
}

@media (max-width: 575.98px) {
  .admin-mobile-menu-button {
    border-radius: 16px;
    min-height: 48px;
    padding: 0 16px;
  }

  .admin-mobile-menu-button span:first-child {
    font-size: .95rem;
  }

  .admin-content {
    padding-inline: 16px !important;
  }

  .admin-sidebar.sidebar {
    max-width: calc(100vw - 20px);
    width: min(330px, calc(100vw - 20px));
  }
}

@media (min-width: 1200px) {
  .admin-mobile-menu-button,
  .admin-sidebar-backdrop,
  .admin-sidebar-close {
    display: none !important;
  }

  body.admin-menu-open {
    overflow: auto;
  }
}

.user-nav-charts-link {
  align-items: center;
  display: flex;
  gap: 10px;
}

.user-nav-charts-icon {
  align-items: end;
  display: inline-flex;
  gap: 2px;
  height: 18px;
  justify-content: center;
  width: 20px;
}

.user-nav-charts-icon i {
  background: linear-gradient(180deg, #25b9e4 0%, #df2db6 100%);
  border-radius: 2px 2px 0 0;
  display: block;
  width: 4px;
}

.user-nav-charts-icon i:nth-child(1) {
  height: 9px;
}

.user-nav-charts-icon i:nth-child(2) {
  height: 17px;
}

.user-nav-charts-icon i:nth-child(3) {
  height: 13px;
}

.user-nav-charts-icon {
  transition: filter .22s ease, transform .22s ease;
}

.user-nav-charts-link:hover .user-nav-charts-icon,
.user-nav-charts-link:focus-visible .user-nav-charts-icon {
  filter: drop-shadow(0 6px 10px rgba(57, 123, 224, .25));
  transform: translateY(-2px) scale(1.06);
}

.charts-page {
  color: #11142f;
  margin: 0 auto;
  max-width: 1540px;
}

.charts-page-header {
  align-items: flex-end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.charts-page-eyebrow {
  color: #cf25a8;
  display: block;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.charts-page-header h1 {
  font-size: 3.35rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.charts-page-header p {
  color: #6b6f88;
  font-size: 1rem;
  font-weight: 600;
  margin: 12px 0 0;
}

.charts-update-pill {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e5ef;
  border-radius: 999px;
  color: #343851;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .84rem;
  font-weight: 800;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
}

.charts-update-dot {
  background: #23ad70;
  border: 4px solid #dff5e9;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}

.charts-family-nav {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

.charts-family-filters {
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.charts-family-nav > a {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e4ef;
  border-radius: 8px;
  color: #171a37;
  display: flex;
  font-size: .98rem;
  font-weight: 850;
  gap: 13px;
  min-height: 70px;
  padding: 14px 18px;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.charts-family-nav > a:hover {
  border-color: #b9bdd4;
  transform: translateY(-1px);
}

.charts-family-nav > a.is-active {
  border-color: #d638b7;
  box-shadow: 0 10px 28px rgba(44, 33, 118, .09);
}

.charts-family-mark {
  align-items: end;
  background: #f6f3ff;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 42px;
  gap: 3px;
  height: 42px;
  justify-content: center;
  padding: 9px;
  width: 42px;
}

.charts-family-mark i {
  border-radius: 2px 2px 0 0;
  display: block;
  width: 5px;
}

.charts-family-mark i:nth-child(1) {
  height: 12px;
}

.charts-family-mark i:nth-child(2) {
  height: 24px;
}

.charts-family-mark i:nth-child(3) {
  height: 17px;
}

.charts-family-mark-radio i {
  background: #2a58ec;
}

.charts-family-mark-indie i {
  background: #d52bab;
}

.charts-family-mark-italiana i {
  background: #25a8d8;
}

.charts-family-mark img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.charts-family-mark-spotify {
  background: #e7f8ee;
  padding: 8px;
}

.charts-family-mark-indie,
.charts-family-mark-italiana {
  overflow: hidden;
  padding: 7px;
}

.charts-family-mark-indie {
  background: #fff0fb;
}

.charts-family-mark-italiana {
  background: #eefaff;
}

.charts-family-mark-indie img,
.charts-family-mark-italiana img {
  transform: scale(1.08);
}

.charts-family-mark-indie img {
  filter: url(#charts-family-indie-color);
}

.charts-family-mark-italiana img {
  filter: url(#charts-family-italiana-color);
}

.charts-toolbar {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e4ef;
  border-radius: 8px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 16px;
  min-height: 72px;
  padding: 12px 14px;
}

.charts-variant-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.charts-variant-nav a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #555a73;
  display: inline-flex;
  font-size: .84rem;
  font-weight: 850;
  min-height: 38px;
  padding: 0 14px;
  text-decoration: none;
}

.charts-variant-nav a:hover {
  background: #f5f5fa;
  color: #201578;
}

.charts-variant-nav a.is-active {
  background: #211477;
  color: #fff;
}

.charts-week-control {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.charts-week-control label {
  align-items: center;
  display: flex;
  gap: 9px;
}

.charts-week-control label > span {
  color: #777b91;
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.charts-week-control select {
  appearance: none;
  background: #f7f7fb;
  border: 1px solid #dfe2ec;
  border-radius: 8px;
  color: #151832;
  font-size: .84rem;
  font-weight: 850;
  min-height: 40px;
  padding: 0 34px 0 12px;
}

.charts-week-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe2ec;
  border-radius: 50%;
  color: #211477;
  display: inline-flex;
  font-size: 1.45rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 40px;
}

.charts-week-arrow:hover {
  background: #211477;
  border-color: #211477;
  color: #fff;
}

.charts-week-arrow.is-disabled {
  color: #b7bac8;
  cursor: default;
}

.charts-heading-band {
  align-items: center;
  background: linear-gradient(90deg, #eefbff 0%, #fff 48%, #fff0fa 100%);
  border: 1px solid #dfe4ee;
  border-radius: 8px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 14px;
  min-height: 112px;
  padding: 22px 26px;
  position: relative;
}

.charts-heading-band::before {
  background: linear-gradient(90deg, #25bbe2, #6d65d5 48%, #db2fb3);
  border-radius: 8px 8px 0 0;
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.charts-heading-band > div > span {
  color: #72768e;
  display: block;
  font-size: .76rem;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.charts-heading-band h2 {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0;
}

.charts-heading-band dl,
.charts-row-stats {
  display: flex;
  gap: 10px;
  margin: 0;
}

.charts-heading-band dl > div {
  background: rgba(255, 255, 255, .82);
  border: 1px solid #e0e3ec;
  border-radius: 8px;
  min-width: 150px;
  padding: 10px 13px;
}

.charts-heading-band dt,
.charts-row-stats dt {
  color: #777b91;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.charts-heading-band dd,
.charts-row-stats dd {
  color: #171a37;
  font-size: .9rem;
  font-weight: 900;
  margin: 2px 0 0;
}

.charts-list {
  display: grid;
  gap: 8px;
}

.charts-row {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e4ee;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 58px 46px 70px minmax(0, 1fr) auto;
  min-height: 94px;
  padding: 11px 16px 11px 12px;
}

.charts-row.is-top {
  border-inline-start: 4px solid #d52bab;
  box-shadow: 0 8px 24px rgba(27, 24, 77, .05);
  padding-inline-start: 9px;
}

.charts-position {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.charts-position strong {
  color: #12152f;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.charts-movement {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  min-height: 44px;
  transform: translateX(-10px);
}

.charts-movement img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.charts-movement span {
  color: #686c83;
  font-size: .68rem;
  font-weight: 900;
}

.charts-cover {
  align-items: center;
  background: #f2f3f8;
  border: 1px solid #e5e7ef;
  border-radius: 7px;
  display: flex;
  height: 70px;
  justify-content: center;
  overflow: hidden;
  width: 70px;
}

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

.charts-cover.is-empty span {
  color: #b22bac;
  font-size: 1.6rem;
}

.charts-track-copy {
  min-width: 0;
}

.charts-track-copy h3 {
  color: #12152f;
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.charts-track-copy p {
  color: #3e425b;
  font-size: .88rem;
  font-weight: 800;
  margin: 3px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.charts-track-copy span {
  color: #85889b;
  display: block;
  font-size: .76rem;
  font-weight: 650;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.charts-row-stats > div {
  align-items: center;
  background: #f7f7fb;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  min-width: 82px;
  padding: 7px 10px;
}

.charts-row.has-streams .charts-row-stats > div {
  min-width: 96px;
}

.charts-empty-state {
  align-items: center;
  background: #fff;
  border: 1px dashed #cfd3e2;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 180px;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

.charts-empty-state strong {
  color: #171a37;
  font-size: 1.05rem;
  font-weight: 900;
}

.charts-empty-state span {
  color: #777b91;
  margin-top: 5px;
}

@media (max-width: 991.98px) {
  .charts-page-header,
  .charts-heading-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .charts-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .charts-week-control {
    justify-content: space-between;
  }

  .charts-week-control label {
    flex: 1;
  }

  .charts-week-control select {
    width: 100%;
  }

  .charts-heading-band dl {
    width: 100%;
  }

  .charts-heading-band dl > div {
    flex: 1;
  }
}

@media (max-width: 575.98px) {
  .charts-page {
    min-width: 0;
  }

  .charts-page-header {
    gap: 14px;
    margin-bottom: 16px;
  }

  .charts-page-header h1 {
    font-size: 2rem;
  }

  .charts-page-header p {
    font-size: .88rem;
    margin-top: 8px;
  }

  .charts-update-pill {
    font-size: .75rem;
    min-height: 36px;
    padding: 0 12px;
    white-space: normal;
  }

  .charts-family-nav {
    display: flex;
    gap: 8px;
    margin-inline: -4px;
    overflow-x: auto;
    padding: 0 4px 4px;
    scrollbar-width: none;
  }

  .charts-family-nav::-webkit-scrollbar,
  .charts-variant-nav::-webkit-scrollbar {
    display: none;
  }

  .charts-family-nav > a {
    flex: 0 0 auto;
    font-size: .82rem;
    gap: 8px;
    min-height: 48px;
    padding: 8px 12px;
    white-space: nowrap;
  }

  .charts-family-mark {
    border-radius: 7px;
    flex-basis: 32px;
    gap: 2px;
    height: 32px;
    padding: 7px;
    width: 32px;
  }

  .charts-family-mark i {
    width: 4px;
  }

  .charts-family-mark i:nth-child(1) {
    height: 9px;
  }

  .charts-family-mark i:nth-child(2) {
    height: 18px;
  }

  .charts-family-mark i:nth-child(3) {
    height: 13px;
  }

  .charts-toolbar {
    min-height: 0;
    padding: 10px;
  }

  .charts-variant-nav {
    flex-wrap: nowrap;
    margin-inline: -2px;
    overflow-x: auto;
    padding: 0 2px 3px;
    scrollbar-width: none;
  }

  .charts-variant-nav a {
    flex: 0 0 auto;
    font-size: .76rem;
    min-height: 34px;
    padding: 0 12px;
    white-space: nowrap;
  }

  .charts-week-control {
    gap: 6px;
  }

  .charts-week-control label {
    min-width: 0;
  }

  .charts-week-control label > span {
    display: none;
  }

  .charts-week-control select {
    min-height: 38px;
  }

  .charts-week-arrow {
    flex: 0 0 38px;
    height: 38px;
    width: 38px;
  }

  .charts-heading-band {
    gap: 14px;
    min-height: 0;
    padding: 18px 14px 14px;
  }

  .charts-heading-band h2 {
    font-size: 1.45rem;
  }

  .charts-heading-band dl {
    display: grid;
    gap: 7px;
    grid-template-columns: minmax(92px, .7fr) minmax(0, 1.3fr);
  }

  .charts-heading-band dl > div {
    min-width: 0;
    padding: 8px 10px;
    width: auto;
  }

  .charts-heading-band dd {
    font-size: .78rem;
    white-space: nowrap;
  }

  .charts-list {
    gap: 7px;
  }

  .charts-row {
    align-items: center;
    column-gap: 7px;
    grid-template-areas: "position movement cover copy stats";
    grid-template-columns: 36px 28px 52px minmax(0, 1fr) 54px;
    grid-template-rows: auto;
    min-height: 78px;
    padding: 9px 10px 9px 7px;
  }

  .charts-row.is-top {
    padding-inline-start: 4px;
  }

  .charts-position {
    grid-area: position;
    transform: translateX(4px);
  }

  .charts-position strong {
    font-size: 1.25rem;
  }

  .charts-position.is-three-digits strong {
    font-size: 1.02rem;
  }

  .charts-movement {
    grid-area: movement;
    min-height: 36px;
    transform: translateX(-4px);
  }

  .charts-movement img {
    height: 22px;
    width: 22px;
  }

  .charts-movement span {
    font-size: .6rem;
  }

  .charts-cover {
    grid-area: cover;
    height: 52px;
    width: 52px;
  }

  .charts-track-copy {
    align-self: center;
    grid-area: copy;
  }

  .charts-track-copy h3 {
    font-size: .86rem;
    line-height: 1.15;
  }

  .charts-track-copy p {
    font-size: .73rem;
    margin-top: 2px;
  }

  .charts-track-copy span {
    font-size: .66rem;
    margin-top: 2px;
  }

  .charts-row-stats {
    align-self: stretch;
    flex-direction: column;
    gap: 4px;
    grid-area: stats;
    justify-content: center;
  }

  .charts-row-stats > div {
    align-items: center;
    background: #f7f7fb;
    border-radius: 5px;
    flex-direction: column;
    gap: 0;
    min-height: 29px;
    min-width: 54px;
    padding: 3px 4px;
  }

  .charts-row-stats dt {
    font-size: .47rem;
    line-height: 1.1;
    white-space: nowrap;
  }

  .charts-row-stats dd {
    font-size: .66rem;
    line-height: 1;
    margin: 2px 0 0;
  }

  .charts-row.has-streams {
    grid-template-columns: 36px 28px 52px minmax(0, 1fr) 76px;
  }

  .charts-row.has-streams .charts-row-stats > div {
    min-width: 76px;
  }

  .charts-row.has-streams .charts-row-stats dd {
    font-size: .6rem;
  }

  .charts-empty-state {
    min-height: 140px;
    padding: 22px 16px;
  }
}

@media (max-width: 991.98px) {
  .contact-reach-head,
  .contact-main-grid {
    grid-template-columns: 1fr;
  }

  .contact-reach-head {
    align-items: start;
    gap: 24px;
  }

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

  .contact-region:nth-child(3) {
    border-inline-start: 0;
  }

  .contact-region:nth-child(n + 3) {
    border-top: 1px solid var(--d-border);
  }
}

@media (max-width: 575.98px) {
  .contact-hero-inner {
    padding-bottom: 62px;
    padding-top: 66px;
  }

  .contact-hero h1 {
    font-size: 2.7rem;
  }

  .contact-quote {
    margin: 30px 0 28px;
    padding-inline-start: 18px;
  }

  .contact-reach,
  .contact-main {
    padding: 58px 0 64px;
  }

  .contact-region-grid {
    grid-template-columns: 1fr;
  }

  .contact-region + .contact-region {
    border-inline-start: 0;
    border-top: 1px solid var(--d-border);
  }

  .contact-office-head,
  .contact-form-card {
    padding: 24px;
  }

  .contact-map {
    aspect-ratio: 4 / 3;
    min-height: 250px;
  }
}

/* Admin console refresh */
.admin-app {
  background: #f5f6fb;
  color: #17152f;
}

.admin-app .admin-shell {
  grid-template-columns: 274px minmax(0, 1fr);
}

.admin-app .admin-sidebar {
  background: #fff;
  border-inline-end: 1px solid #e5e6ef;
  display: flex;
  flex-direction: column;
  padding: 24px 18px 20px;
  scrollbar-color: #d7d8e4 transparent;
  scrollbar-width: thin;
}

.admin-sidebar-brand {
  border-bottom: 1px solid #ececf3;
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  padding: 0 8px 18px;
}

.admin-sidebar-brand a {
  display: block;
  width: 168px;
}

.admin-sidebar-brand img {
  display: block;
  height: auto;
  max-width: 100%;
}

.admin-sidebar-brand > span {
  color: #858297;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.admin-app .admin-nav {
  align-content: start;
  display: grid;
  flex: 1;
  gap: 7px;
}

.admin-nav-home,
.admin-nav-section > summary {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #1d1a36;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr) 14px;
  min-height: 48px;
  padding: 7px 10px;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.admin-nav-home {
  grid-template-columns: 34px minmax(0, 1fr);
}

.admin-nav-distribution {
  margin: 0;
}

.admin-nav-distribution button {
  align-items: center;
  appearance: none;
  background: #f5f3fa;
  border: 1px solid #e2ddef;
  border-radius: 8px;
  color: #241574;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 48px;
  padding: 7px 10px;
  text-align: left;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
  width: 100%;
}

.admin-nav-distribution button:hover {
  background: #efebf8;
  border-color: #d5caec;
  color: #321f86;
  transform: translateY(-1px);
}

.admin-nav-distribution button:focus-visible {
  outline: 3px solid rgba(57, 186, 225, .34);
  outline-offset: 2px;
}

.admin-nav-distribution button > span:last-child {
  display: grid;
  line-height: 1.15;
}

.admin-nav-distribution strong {
  font-size: .9rem;
  font-weight: 800;
}

.admin-nav-distribution small {
  color: #777287;
  font-size: .65rem;
  font-weight: 650;
  margin-top: 3px;
}

.admin-nav-distribution .admin-nav-symbol {
  background: #ebe6f8;
  border-color: #d8cff0;
  color: #4a2ca3;
}

.admin-nav-home:hover,
.admin-nav-home.active,
.admin-nav-section > summary:hover,
.admin-nav-section[open] > summary {
  background: #f3f5fb;
  border-color: #e5e5ef;
  color: #211574;
}

.admin-nav-home.active {
  background: #eef9fd;
  border-color: #cfeaf4;
}

.admin-nav-home > span:last-child {
  display: grid;
  line-height: 1.15;
}

.admin-nav-home strong,
.admin-nav-section > summary > span:nth-child(2) {
  font-size: .9rem;
  font-weight: 800;
}

.admin-nav-home small {
  color: #817e91;
  font-size: .65rem;
  font-weight: 650;
  margin-top: 3px;
}

.admin-nav-symbol {
  align-items: center;
  background: #f0eff7;
  border: 1px solid #e5e2f1;
  border-radius: 7px;
  color: #291a7a;
  display: inline-flex;
  font-size: .7rem;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.admin-nav-symbol::before {
  background: currentColor;
  content: "";
  display: block;
  height: 17px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 17px;
}

.admin-nav-icon-dashboard::before {
  -webkit-mask-image: url("../img/admin-nav/layout-dashboard.svg");
  mask-image: url("../img/admin-nav/layout-dashboard.svg");
}

.admin-nav-icon-distribution::before {
  -webkit-mask-image: url("../img/admin-nav/disc.svg");
  mask-image: url("../img/admin-nav/disc.svg");
}

.admin-nav-icon-users::before {
  -webkit-mask-image: url("../img/admin-nav/users.svg");
  mask-image: url("../img/admin-nav/users.svg");
}

.admin-nav-icon-operations::before {
  -webkit-mask-image: url("../img/admin-nav/list-checks.svg");
  mask-image: url("../img/admin-nav/list-checks.svg");
}

.admin-nav-icon-video::before {
  -webkit-mask-image: url("../img/admin-nav/video.svg");
  mask-image: url("../img/admin-nav/video.svg");
}

.admin-nav-icon-link::before {
  -webkit-mask-image: url("../img/admin-nav/link-2.svg");
  mask-image: url("../img/admin-nav/link-2.svg");
}

.admin-nav-icon-megaphone::before {
  -webkit-mask-image: url("../img/admin-nav/megaphone.svg");
  mask-image: url("../img/admin-nav/megaphone.svg");
}

.admin-nav-icon-files::before {
  -webkit-mask-image: url("../img/admin-nav/files.svg");
  mask-image: url("../img/admin-nav/files.svg");
}

.admin-nav-icon-settings::before {
  -webkit-mask-image: url("../img/admin-nav/settings-2.svg");
  mask-image: url("../img/admin-nav/settings-2.svg");
}

.admin-nav-home.active .admin-nav-symbol,
.admin-nav-section[open] > summary .admin-nav-symbol {
  background: #241574;
  border-color: #241574;
  color: #fff;
}

.admin-nav-section {
  margin: 0;
}

.admin-nav-section > summary {
  cursor: pointer;
  list-style: none;
}

.admin-nav-section > summary::-webkit-details-marker {
  display: none;
}

.admin-nav-chevron {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  height: 7px;
  justify-self: center;
  opacity: .55;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
  width: 7px;
}

.admin-nav-section[open] .admin-nav-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}

.admin-nav-links {
  border-inline-start: 1px solid #e6e5ef;
  display: grid;
  gap: 2px;
  margin: 4px 0 4px 26px;
  padding: 3px 0 3px 17px;
}

.admin-app .admin-nav-links .nav-link {
  background: transparent;
  border-radius: 6px;
  color: #5d5970;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 8px 10px;
}

.admin-app .admin-nav-links .nav-link:hover {
  background: #f5f4f9;
  color: #241574;
}

.admin-app .admin-nav-links .nav-link.active {
  background: #eaf7fb;
  color: #241574;
  font-weight: 850;
}

.admin-sidebar-footer {
  border-top: 1px solid #ececf3;
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px 4px 0;
}

.admin-sidebar-footer > a {
  color: #625e74;
  font-size: .78rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.admin-sidebar-footer > a:hover {
  color: #241574;
}

.admin-app .admin-content {
  background: #f5f6fb;
  min-width: 0;
  padding: clamp(26px, 3vw, 44px);
}

.admin-dashboard-head,
.admin-section-head,
.admin-panel-title-row,
.admin-table-card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.admin-dashboard-head {
  gap: 28px;
  margin-bottom: 24px;
}

.admin-dashboard-head h1,
.admin-app .admin-page-head h1 {
  color: #11142f;
  font-size: clamp(2.05rem, 3.25vw, 3.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 4px 0 8px;
}

.admin-dashboard-head p,
.admin-app .admin-page-head p {
  color: #706d82;
  font-size: .98rem;
  margin: 0;
  max-width: 760px;
}

.admin-dashboard-head-meta {
  align-items: flex-end;
  display: grid;
  flex: 0 0 auto;
  gap: 7px;
  justify-items: end;
}

.admin-dashboard-head-meta > small,
.admin-version-inline {
  color: #817d91;
  font-size: .7rem;
  font-weight: 750;
}

.admin-system-chip {
  align-items: center;
  background: #fff;
  border: 1px solid #dedee9;
  border-radius: 999px;
  color: #343049;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 800;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  white-space: nowrap;
}

.admin-system-chip i {
  background: #31b97a;
  border: 4px solid #def5ea;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.admin-app .admin-page-head {
  gap: 24px;
  margin-bottom: 22px;
}

.admin-app .section-eyebrow {
  color: #d925a6;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.admin-stat-grid-overview {
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.admin-app .admin-stat-card {
  background: #fff;
  border: 1px solid #e1e2eb;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(31, 24, 93, .045);
  min-width: 0;
  padding: 17px 18px;
}

.admin-app .admin-stat-card span {
  color: #777488;
  font-size: .69rem;
  font-weight: 850;
  min-height: 0;
  text-transform: uppercase;
}

.admin-app .admin-stat-card strong {
  color: #211574;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1.15;
  margin-top: 5px;
  overflow-wrap: anywhere;
}

.admin-app .admin-stat-card small {
  color: #8a8798;
  display: block;
  font-size: .68rem;
  font-weight: 650;
  margin-top: 7px;
}

.admin-app .admin-stat-card .admin-stat-currency {
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
}

.admin-dashboard-section {
  margin-top: 34px;
}

.admin-section-head {
  gap: 24px;
  margin-bottom: 14px;
}

.admin-section-head h2 {
  color: #15132e;
  font-size: 1.55rem;
  font-weight: 850;
  margin: 3px 0 0;
}

.admin-section-head > p {
  color: #777487;
  font-size: .8rem;
  margin: 0;
  text-align: right;
}

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

.admin-work-card {
  background: #fff;
  border: 1px solid #e0e1eb;
  border-radius: 8px;
  color: #191630;
  min-height: 196px;
  overflow: hidden;
  padding: 19px;
  position: relative;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.admin-work-card::before {
  background: #2ab9dc;
  content: "";
  height: 4px;
  inset: 0 0 auto;
  position: absolute;
}

.admin-work-card.is-smartlink::before { background: #dd27a9; }
.admin-work-card.is-dsocial::before { background: #8259dc; }
.admin-work-card.is-label::before { background: #2d2686; }

.admin-work-card:hover {
  border-color: #c9c6df;
  box-shadow: 0 18px 38px rgba(35, 24, 103, .08);
  color: #191630;
  transform: translateY(-2px);
}

.admin-work-card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.admin-work-card-head span {
  color: #d328a5;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.admin-work-card-head strong {
  align-items: center;
  background: #f1eff7;
  border-radius: 999px;
  color: #241574;
  display: inline-flex;
  font-size: .9rem;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 9px;
}

.admin-work-card h3 {
  font-size: 1.16rem;
  font-weight: 850;
  margin: 11px 0 15px;
}

.admin-work-facts {
  border-bottom: 1px solid #ecebf2;
  border-top: 1px solid #ecebf2;
  display: flex;
  gap: 15px;
  margin-bottom: 13px;
  padding: 11px 0;
}

.admin-work-facts span {
  color: #7c788b;
  display: grid;
  font-size: .65rem;
  font-style: normal;
  font-weight: 700;
  gap: 2px;
}

.admin-work-facts b {
  color: #211d3b;
  font-size: 1rem;
}

.admin-work-card em {
  color: #241574;
  font-size: .76rem;
  font-style: normal;
  font-weight: 850;
}

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

.admin-app .admin-panel,
.admin-table-card,
.admin-form-panel,
.admin-guidance-panel {
  background: #fff;
  border: 1px solid #e0e1ea;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(35, 28, 89, .04);
}

.admin-activity-panel,
.admin-table-panel,
.admin-system-panel {
  min-width: 0;
  padding: 20px;
}

.admin-panel-title-row {
  gap: 16px;
  margin-bottom: 14px;
}

.admin-app .admin-panel-title-row h3 {
  color: #19162f;
  font-size: 1.06rem;
  font-weight: 850;
  margin: 0;
}

.admin-panel-title-row > a {
  color: #241574;
  font-size: .73rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.admin-activity-list {
  display: grid;
}

.admin-activity-list > a {
  align-items: center;
  border-top: 1px solid #ececf2;
  color: #1c1934;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-width: 0;
  padding: 11px 0;
  text-decoration: none;
}

.admin-activity-list > a:first-child {
  border-top: 0;
  padding-top: 2px;
}

.admin-activity-list > a > span {
  display: grid;
  min-width: 0;
}

.admin-activity-list strong {
  font-size: .82rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-activity-list small {
  color: #827e90;
  font-size: .7rem;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-status,
.admin-app .status-pill {
  align-items: center;
  background: #f0eff5;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #656174;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .63rem;
  font-style: normal;
  font-weight: 850;
  height: auto;
  justify-content: center;
  line-height: 1;
  min-height: 25px;
  padding: 6px 9px;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
}

.admin-status.active,
.admin-status.approved,
.admin-status.published,
.admin-status.paid,
.admin-status.completed,
.admin-status.ready,
.admin-status.succeeded { background: #e5f7ed; color: #187146; }
.admin-status.requested,
.admin-status.new,
.admin-status.submitted,
.admin-status.pending_setup { background: #e5f6fc; color: #087d9c; }
.admin-status.pending,
.admin-status.pending_payment,
.admin-status.in_progress,
.admin-status.in_review,
.admin-status.scheduled { background: #fff3d9; color: #896000; }
.admin-status.rejected,
.admin-status.failed,
.admin-status.past_due { background: #fde9eb; color: #a73143; }
.admin-status.suspended,
.admin-status.cancelled,
.admin-status.expired,
.admin-status.archived { background: #efeff3; color: #666271; }

.admin-health-list,
.admin-quick-links {
  display: grid;
}

.admin-health-list > div,
.admin-quick-links > a {
  align-items: center;
  border-top: 1px solid #ececf2;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 42px;
}

.admin-health-list > div:first-child,
.admin-quick-links > a:first-child { border-top: 0; }
.admin-health-list span { color: #575367; font-size: .78rem; }
.admin-health-list strong { font-size: .68rem; }
.admin-health-list strong.ready { color: #168052; }
.admin-health-list strong.missing { color: #ae394b; }
.admin-quick-links > a { color: #29243e; font-size: .78rem; font-weight: 750; text-decoration: none; }
.admin-quick-links > a span { color: #d426a6; font-size: 1rem; }

.admin-app .admin-table-card {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;
}

.admin-app .admin-table-card-head {
  gap: 18px;
  margin: 0;
  padding: 19px 20px 15px;
}

.admin-table-card-head h2 {
  color: #18152e;
  font-size: 1.2rem;
  font-weight: 850;
  margin: 3px 0 0;
}

.admin-app .table-responsive {
  scrollbar-color: #d7d5e2 transparent;
  scrollbar-width: thin;
}

.admin-app .table {
  --bs-table-bg: transparent;
  --bs-table-hover-bg: #fafafd;
  color: #28243d;
  font-size: .78rem;
}

.admin-app .table > :not(caption) > * > * {
  border-bottom-color: #ebeaf1;
  padding: 12px 14px;
  vertical-align: middle;
}

.admin-app .table thead th {
  background: #f7f7fa;
  color: #777386;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-app .admin-table-card .table thead th:first-child,
.admin-app .admin-table-card .table tbody td:first-child { padding-inline-start: 20px; }
.admin-app .admin-table-card .table thead th:last-child,
.admin-app .admin-table-card .table tbody td:last-child { padding-inline-end: 20px; }
.admin-app .admin-table-card .table tbody tr:last-child td { border-bottom: 0; }

.admin-empty-cell {
  color: #858192 !important;
  padding: 28px 20px !important;
  text-align: center;
}

.admin-code {
  background: #f1eff7;
  border-radius: 5px;
  color: #241574;
  font-size: .72rem;
  padding: 4px 6px;
}

.admin-credit-value {
  color: #211574;
  font-size: 1rem;
  font-weight: 850;
}

.admin-form-panel,
.admin-guidance-panel {
  padding: 22px;
}

.admin-form-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}

.admin-form-layout-narrow {
  grid-template-columns: minmax(0, 820px);
}

.admin-form-panel h2,
.admin-guidance-panel h2 {
  color: #19162f;
  font-size: 1.25rem;
  font-weight: 850;
  margin: 3px 0 8px;
}

.admin-form-panel > p,
.admin-guidance-panel > p {
  color: #747184;
  font-size: .82rem;
}

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

.admin-credit-form-grid {
  grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(130px, .45fr));
}

.admin-app .form-label,
.admin-form-panel label:not(.form-check-label),
.admin-guidance-panel label:not(.form-check-label) {
  color: #29263e;
  font-size: .75rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.admin-app .form-control,
.admin-app .form-select {
  border-color: #dedee8;
  border-radius: 7px;
  color: #272339;
  font-size: .82rem;
  min-height: 43px;
}

.admin-app textarea.form-control { min-height: 112px; }
.admin-app .form-control:focus,
.admin-app .form-select:focus { border-color: #7a6dcc; box-shadow: 0 0 0 3px rgba(91, 71, 184, .1); }

.admin-toggle-field,
.admin-choice-field {
  align-items: flex-start;
  background: #f8f8fb;
  border: 1px solid #e4e3eb;
  border-radius: 7px;
  display: flex;
  gap: 10px;
  padding: 13px;
}

.admin-toggle-field .form-check-input,
.admin-choice-field .form-check-input {
  flex: 0 0 auto;
  margin-top: 2px;
}

.admin-choice-field span {
  display: grid;
}

.admin-choice-field small,
.admin-toggle-field small {
  color: #777386;
  font-size: .69rem;
  line-height: 1.35;
}

.admin-form-divider {
  border-top: 1px solid #e8e7ef;
  margin: 20px 0;
}

.admin-form-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}

.admin-back-link {
  color: #565267;
  font-size: .78rem;
  font-weight: 750;
  text-decoration: none;
}

.admin-file-picker {
  align-items: center;
  background: #f8f8fb;
  border: 1px dashed #ccc9dc;
  border-radius: 7px;
  display: grid;
  gap: 4px;
  padding: 20px;
}

.admin-file-picker span { font-size: .85rem; font-weight: 800; }
.admin-file-picker small { color: #7a7689; font-size: .72rem; }

.admin-row-form,
.admin-wallet-form {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: minmax(118px, .6fr) minmax(150px, 1fr) auto;
  min-width: 390px;
}

.admin-wallet-form { grid-template-columns: 80px minmax(150px, 1fr) auto; min-width: 330px; }
.admin-row-form .form-control,
.admin-row-form .form-select,
.admin-wallet-form .form-control { min-height: 35px; }

.admin-app .alert {
  border-radius: 7px;
  font-size: .82rem;
}

.admin-app .btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 800;
  gap: 6px;
  justify-content: center;
  line-height: 1.1;
  min-height: 39px;
  padding-inline: 16px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.admin-app .btn-sm {
  min-height: 34px;
  padding-inline: 12px;
}

.admin-channel-overview {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}

.admin-channel-overview-link {
  background: #fff;
  border: 1px solid #e0e1ea;
  border-radius: 8px;
  color: #242039;
  display: grid;
  gap: 3px;
  min-height: 92px;
  padding: 16px 18px;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.admin-channel-overview-link:hover {
  border-color: #bbb6d7;
  box-shadow: 0 12px 28px rgba(35, 28, 89, .06);
  color: #211574;
  transform: translateY(-1px);
}

.admin-channel-overview-link.is-active {
  background: #eef9fd;
  border-color: #bfe6f2;
}

.admin-channel-overview-link span {
  color: #777386;
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.admin-channel-overview-link strong {
  color: #211574;
  font-size: 1.65rem;
  line-height: 1.1;
}

.admin-channel-console-card {
  overflow: hidden;
}

.admin-channel-filter-grid {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(170px, .7fr) minmax(250px, 1.35fr) minmax(180px, .8fr) auto;
  padding: 0 20px 20px;
}

.admin-channel-filter-actions {
  display: flex;
  gap: 8px;
}

.admin-channel-console-list {
  border-top: 1px solid #ebeaf1;
}

.admin-channel-console-item {
  border-bottom: 1px solid #ebeaf1;
}

.admin-channel-console-item:last-child {
  border-bottom: 0;
}

.admin-channel-console-item > summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(235px, 1.35fr) minmax(205px, 1fr) 120px 135px auto;
  list-style: none;
  padding: 16px 20px;
  transition: background-color .18s ease;
}

.admin-channel-console-item > summary::-webkit-details-marker {
  display: none;
}

.admin-channel-console-item > summary:hover,
.admin-channel-console-item[open] > summary {
  background: #fafafd;
}

.admin-channel-console-identity,
.admin-channel-console-account,
.admin-channel-console-credits {
  display: grid;
  min-width: 0;
}

.admin-channel-console-identity strong,
.admin-channel-console-account strong {
  color: #1d1935;
  font-size: .84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-channel-console-identity small,
.admin-channel-console-account small,
.admin-channel-console-credits small {
  color: #858193;
  font-size: .68rem;
  margin-top: 3px;
}

.admin-channel-console-credits strong {
  color: #211574;
  font-size: .9rem;
}

.admin-channel-console-action {
  align-items: center;
  color: #241574;
  display: inline-flex;
  font-size: .73rem;
  font-weight: 850;
  gap: 8px;
  justify-content: flex-end;
  white-space: nowrap;
}

.admin-channel-console-action::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 7px;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
  width: 7px;
}

.admin-channel-console-item[open] .admin-channel-console-action::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.admin-channel-console-body {
  background: #fafafd;
  border-top: 1px solid #ebeaf1;
  padding: 18px 20px 20px;
}

.admin-channel-console-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-bottom: 15px;
}

.admin-channel-console-meta span {
  color: #777386;
  font-size: .72rem;
  font-weight: 700;
}

.admin-channel-console-meta a {
  color: #241574;
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
}

.admin-channel-edit-grid {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(170px, .8fr) minmax(190px, .85fr) minmax(260px, 1.35fr) auto;
}

.admin-channel-suspend-panel {
  border-top: 1px solid #e7e5ed;
  margin-top: 18px;
  padding-top: 15px;
}

.admin-channel-suspend-panel > summary {
  color: #a73143;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 850;
  list-style: none;
  width: max-content;
}

.admin-channel-suspend-panel > summary::-webkit-details-marker {
  display: none;
}

.admin-channel-suspend-form {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(240px, 1fr) auto;
  margin-top: 12px;
  max-width: 720px;
}

.admin-channel-empty {
  color: #858192;
  padding: 34px 20px;
  text-align: center;
}

@media (max-width: 1499.98px) {
  .admin-stat-grid-overview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1199.98px) {
  .admin-app .admin-shell { grid-template-columns: 1fr; }
  .admin-app .admin-sidebar { padding: 66px 18px 20px !important; }
  .admin-app .admin-sidebar-brand { padding-top: 4px; }
  .admin-app .admin-content { padding-top: 86px; }
}

@media (max-width: 991.98px) {
  .admin-activity-grid,
  .admin-operations-grid,
  .admin-form-layout { grid-template-columns: 1fr; }
  .admin-credit-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-credit-form-grid > :first-child { grid-column: 1 / -1; }
  .admin-channel-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-channel-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-channel-filter-actions { grid-column: 1 / -1; }
  .admin-channel-console-item > summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .admin-channel-console-identity { grid-column: 1; grid-row: 1; }
  .admin-channel-console-account { grid-column: 1; grid-row: 2; }
  .admin-channel-console-credits { grid-column: 1; grid-row: 3; }
  .admin-channel-console-item > summary > .admin-status { grid-column: 2; grid-row: 1; justify-self: end; }
  .admin-channel-console-action { grid-column: 2; grid-row: 2 / span 2; }
  .admin-channel-edit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-channel-edit-grid > :nth-child(3) { grid-column: 1 / -1; }
}

@media (max-width: 767.98px) {
  .admin-app .admin-content { padding: 82px 16px 28px !important; }
  .admin-dashboard-head,
  .admin-app .admin-page-head,
  .admin-section-head { align-items: flex-start; flex-direction: column; }
  .admin-dashboard-head-meta { align-items: flex-start; justify-items: start; }
  .admin-section-head > p { text-align: left; }
  .admin-stat-grid-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-work-grid { grid-template-columns: 1fr; }
  .admin-work-card { min-height: 0; }
  .admin-app .admin-page-head .btn { width: 100%; }
  .admin-form-grid,
  .admin-credit-form-grid { grid-template-columns: 1fr; }
  .admin-credit-form-grid > :first-child { grid-column: auto; }
  .admin-form-actions { align-items: stretch; flex-direction: column-reverse; }
  .admin-form-actions .btn { width: 100%; }
  .admin-table-card-head { align-items: flex-start; flex-direction: column; }
  .admin-app .admin-table-card-head { padding: 17px 16px 13px; }
  .admin-activity-panel,
  .admin-table-panel,
  .admin-system-panel,
  .admin-form-panel,
  .admin-guidance-panel { padding: 17px; }
  .admin-channel-filter-grid { grid-template-columns: 1fr; padding: 0 16px 17px; }
  .admin-channel-filter-actions { grid-column: auto; }
  .admin-channel-filter-actions .btn { flex: 1; }
  .admin-channel-console-item > summary { gap: 10px 14px; padding: 15px 16px; }
  .admin-channel-console-account { grid-column: 1; grid-row: 2; }
  .admin-channel-console-credits { grid-column: 1; grid-row: 3; }
  .admin-channel-console-item > summary > .admin-status { grid-column: 2; grid-row: 1; }
  .admin-channel-console-action { grid-column: 2; grid-row: 2 / span 2; }
  .admin-channel-console-body { padding: 16px; }
  .admin-channel-edit-grid,
  .admin-channel-suspend-form { grid-template-columns: 1fr; }
  .admin-channel-edit-grid > :nth-child(3) { grid-column: auto; }
  .admin-channel-edit-grid .btn,
  .admin-channel-suspend-form .btn { width: 100%; }
}

@media (max-width: 479.98px) {
  .admin-stat-grid-overview { grid-template-columns: 1fr; }
  .admin-system-chip { white-space: normal; }
  .admin-activity-list > a { align-items: flex-start; }
  .admin-work-facts { flex-wrap: wrap; }
  .admin-dashboard-head h1,
  .admin-app .admin-page-head h1 { font-size: 2rem; }
  .admin-channel-overview { grid-template-columns: 1fr; }
  .admin-channel-console-action span { display: none; }
}

/* Keep the admin navigation in one mode at every intermediate viewport. */
@media (max-width: 1399.98px) {
  body.admin-app.admin-menu-open {
    overflow: hidden;
  }

  .admin-app .admin-shell {
    display: block !important;
    grid-template-columns: 1fr !important;
  }

  .admin-app .admin-mobile-menu-button {
    display: inline-flex !important;
  }

  .admin-app .admin-sidebar-backdrop {
    display: block !important;
    opacity: 0;
    pointer-events: none;
  }

  .admin-app.admin-menu-open .admin-sidebar-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .admin-app .admin-sidebar.sidebar {
    border-bottom: 0 !important;
    border-inline-end: 1px solid var(--d-border) !important;
    box-shadow: 18px 0 44px rgba(20, 18, 54, .16);
    display: flex !important;
    flex-direction: column;
    height: 100dvh !important;
    inset-block: 0 !important;
    inset-inline-start: 0 !important;
    max-width: calc(100vw - 28px) !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 66px 18px 20px !important;
    pointer-events: none;
    position: fixed !important;
    transform: translateX(-105%) !important;
    transition: transform .24s ease, visibility .24s ease;
    visibility: hidden;
    width: min(340px, calc(100vw - 28px)) !important;
    z-index: 1202;
  }

  [dir="rtl"] .admin-app .admin-sidebar.sidebar {
    transform: translateX(105%) !important;
  }

  .admin-app.admin-menu-open .admin-sidebar.sidebar {
    pointer-events: auto;
    transform: translateX(0) !important;
    visibility: visible;
  }

  .admin-app .admin-sidebar-close {
    display: inline-flex !important;
  }

  .admin-app .admin-content {
    padding-top: 86px;
  }
}

@media (min-width: 1400px) {
  body.admin-app.admin-menu-open {
    overflow: auto;
  }

  .admin-app .admin-shell {
    display: block !important;
    min-height: 100dvh;
    padding-inline-start: 274px;
  }

  .admin-app .admin-mobile-menu-button,
  .admin-app .admin-sidebar-backdrop,
  .admin-app .admin-sidebar-close {
    display: none !important;
  }

  .admin-app .admin-sidebar.sidebar {
    bottom: 0 !important;
    height: 100dvh !important;
    inset-inline-start: 0 !important;
    max-width: none !important;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: auto;
    position: fixed !important;
    top: 0 !important;
    transform: none !important;
    visibility: visible;
    width: 274px !important;
    z-index: 1100;
  }

  .admin-app .admin-content {
    min-height: 100dvh;
    width: 100%;
  }
}

/* D-Social request detail: isolated from generic administration card rules. */
.admin-app .dsocial-manage-grid {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
}

.admin-app .dsocial-manage-grid > * {
  min-width: 0;
}

.admin-app .dsocial-manage-card {
  background: #fff;
  border: 1px solid #e0deea;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(34, 21, 91, .04);
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.admin-app .dsocial-manage-media {
  align-items: center;
  background: #f7f6fb;
  display: flex;
  height: clamp(300px, 34vw, 520px);
  justify-content: center;
  overflow: hidden;
}

.admin-app .dsocial-manage-cover {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.admin-app .dsocial-manage-photo-missing {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  justify-content: center;
  padding: 28px;
  text-align: center;
  width: 100%;
}

.admin-app .dsocial-manage-photo-missing > img {
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.admin-app .dsocial-manage-photo-missing form {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 620px;
  width: 100%;
}

.admin-app .dsocial-manage-photo-missing .btn {
  min-height: 44px;
  white-space: nowrap;
}

.admin-app .dsocial-manage-content,
.admin-app .dsocial-manage-workflow,
.admin-app .dsocial-manage-history {
  padding: 22px;
}

.admin-app .dsocial-manage-content .dsocial-admin-preview-head,
.admin-app .dsocial-manage-workflow .dsocial-workflow-heading,
.admin-app .dsocial-manage-workflow .dsocial-publication-head {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.admin-app .dsocial-manage-content .dsocial-admin-preview-head h2,
.admin-app .dsocial-manage-workflow h2,
.admin-app .dsocial-manage-workflow h3,
.admin-app .dsocial-manage-history h2 {
  margin: 4px 0 0;
}

.admin-app .dsocial-manage-content .dsocial-admin-facts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 22px;
}

.admin-app .dsocial-manage-content .dsocial-admin-facts > div {
  background: #f7f6fb;
  border-radius: 7px;
  min-width: 0;
  padding: 13px 14px;
}

.admin-app .dsocial-manage-content .dsocial-admin-facts dd {
  overflow-wrap: anywhere;
}

.admin-app .dsocial-manage-content .dsocial-admin-biography {
  color: #5f5b78;
  line-height: 1.65;
  margin: 8px 0 18px;
}

.admin-app .dsocial-manage-content .dsocial-admin-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-app .dsocial-manage-workflow {
  display: grid;
  gap: 16px;
}

.admin-app .dsocial-manage-workflow .dsocial-workflow-message,
.admin-app .dsocial-manage-workflow .dsocial-publication-panel,
.admin-app .dsocial-manage-workflow .dsocial-technical-cancel {
  margin: 0;
}

.admin-app .dsocial-manage-workflow .dsocial-decision-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-app .dsocial-manage-workflow .dsocial-decision-actions form,
.admin-app .dsocial-manage-workflow .dsocial-decision-actions .btn {
  margin: 0;
  width: 100%;
}

.admin-app .dsocial-manage-workflow .form-control,
.admin-app .dsocial-manage-workflow .btn {
  max-width: 100%;
}

.admin-app .dsocial-manage-history {
  margin-top: 18px;
}

.admin-app .dsocial-manage-history .dsocial-history-list {
  margin-top: 18px;
}

@media (max-width: 1180px) {
  .admin-app .dsocial-manage-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-app .dsocial-manage-media {
    height: clamp(300px, 52vw, 560px);
  }
}

@media (max-width: 700px) {
  .admin-app .dsocial-manage-media {
    height: clamp(240px, 78vw, 430px);
  }

  .admin-app .dsocial-manage-content,
  .admin-app .dsocial-manage-workflow,
  .admin-app .dsocial-manage-history {
    padding: 16px;
  }

  .admin-app .dsocial-manage-photo-missing {
    padding: 20px 16px;
  }

  .admin-app .dsocial-manage-photo-missing form,
  .admin-app .dsocial-manage-content .dsocial-admin-facts,
  .admin-app .dsocial-manage-workflow .dsocial-decision-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-app .dsocial-manage-content .dsocial-admin-preview-head,
  .admin-app .dsocial-manage-workflow .dsocial-workflow-heading,
  .admin-app .dsocial-manage-workflow .dsocial-publication-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Authentication pages */
.auth-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(19, 173, 222, .13), transparent 27%),
    radial-gradient(circle at 92% 88%, rgba(216, 16, 160, .12), transparent 30%),
    linear-gradient(145deg, #f7f8fc 0%, #f4f1fb 48%, #f6f9fd 100%);
  min-height: auto;
  overflow: hidden;
  padding: clamp(34px, 4vw, 58px) 0 clamp(30px, 3.2vw, 48px);
  position: relative;
}

.auth-page::before,
.auth-page::after {
  border: 1px solid rgba(126, 106, 211, .13);
  border-radius: 999px;
  content: "";
  pointer-events: none;
  position: absolute;
}

.auth-page::before {
  height: 360px;
  inset-inline-start: -160px;
  top: 12%;
  width: 360px;
}

.auth-page::after {
  bottom: -210px;
  height: 440px;
  inset-inline-end: -160px;
  width: 440px;
}

.auth-page-container {
  max-width: 1180px;
  position: relative;
  z-index: 1;
}

.auth-shell {
  background: #fff;
  border: 1px solid rgba(225, 227, 239, .95);
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(28, 18, 104, .13);
  display: grid;
  grid-template-areas: "content visual";
  grid-template-columns: minmax(420px, .96fr) minmax(0, 1.04fr);
  min-height: 690px;
  overflow: hidden;
}

.auth-page--register .auth-shell {
  min-height: 790px;
}

.auth-page--forgot .auth-shell {
  min-height: 640px;
}

.auth-visual {
  background: linear-gradient(135deg, #cf1b9d, #795cdf 58%, #16aedf);
  min-height: 100%;
  overflow: hidden;
  position: relative;
  grid-area: visual;
}

.auth-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  position: absolute;
  width: 100%;
}

.auth-visual--register img {
  object-position: 59% center;
}

.auth-visual--forgot img {
  object-position: 54% center;
}

.auth-visual::after {
  background:
    linear-gradient(180deg, rgba(17, 8, 60, .02), rgba(17, 8, 60, .18)),
    linear-gradient(90deg, rgba(216, 16, 160, .12), transparent 44%, rgba(19, 173, 222, .1));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.auth-visual-glow {
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  bottom: 34px;
  box-shadow: 0 18px 60px rgba(21, 20, 43, .13);
  height: 10px;
  inset-inline: 34px;
  position: absolute;
  z-index: 1;
}

.auth-content {
  align-items: center;
  display: flex;
  grid-area: content;
  min-width: 0;
  padding: clamp(36px, 5vw, 66px);
}

.auth-content-inner {
  margin: auto;
  max-width: 470px;
  width: 100%;
}

.auth-content h1 {
  color: var(--d-text);
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0;
}

.auth-intro {
  color: var(--d-muted);
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 1rem 0 0;
}

.auth-alert {
  border: 0;
  border-radius: 16px;
  margin: 1.25rem 0 0;
  padding: .9rem 1rem;
}

.auth-method-switch {
  background: #f2f3f9;
  border: 1px solid #e8eaf3;
  border-radius: 17px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.7rem;
  padding: 5px;
}

.auth-method-tab {
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: var(--d-muted);
  font-size: .92rem;
  font-weight: 850;
  min-height: 44px;
  padding: .65rem .8rem;
  transition: background-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.auth-method-tab:hover {
  color: var(--d-indigo);
}

.auth-method-tab.is-active {
  background: #fff;
  box-shadow: 0 8px 24px rgba(28, 18, 104, .1);
  color: var(--d-indigo);
}

.auth-method-tab:focus-visible {
  outline: 3px solid rgba(19, 173, 222, .28);
  outline-offset: 2px;
}

.auth-method-panel {
  margin-top: 1.5rem;
}

.auth-method-copy {
  background: linear-gradient(135deg, rgba(19, 173, 222, .08), rgba(216, 16, 160, .07));
  border: 1px solid rgba(126, 106, 211, .14);
  border-radius: 16px;
  margin-bottom: 1rem;
  padding: 1rem 1.05rem;
}

.auth-method-copy h2 {
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 .35rem;
}

.auth-method-copy p {
  color: var(--d-muted);
  font-size: .91rem;
  line-height: 1.55;
  margin: 0;
}

.auth-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.65rem;
}

.auth-method-panel .auth-form {
  margin-top: 0;
}

.auth-field {
  min-width: 0;
}

.auth-field .form-label {
  color: var(--d-text);
  font-size: .91rem;
  font-weight: 800;
  margin-bottom: .45rem;
}

.auth-field .form-control {
  background: #fff;
  border: 1px solid #dfe3ef;
  border-radius: 15px;
  font-size: 1rem;
  min-height: 56px;
  padding: .82rem 1rem;
}

.auth-field .form-control:hover {
  border-color: #cbd1e2;
}

.auth-field .form-control:focus {
  border-color: var(--d-cyan);
  box-shadow: 0 0 0 .22rem rgba(19, 173, 222, .14);
}

.auth-field input[type="email"] {
  direction: ltr;
  text-align: left;
}

.auth-field .form-text {
  color: var(--d-muted);
  margin-top: .45rem;
}

.auth-turnstile {
  display: grid;
  max-width: 100%;
  min-height: 65px;
  min-width: 0;
  overflow: visible;
  width: 100%;
}

.auth-turnstile-widget,
.auth-turnstile-status {
  grid-area: 1 / 1;
  max-width: 100%;
  width: 100%;
}

.auth-turnstile-status {
  align-items: center;
  background: #f8f9fc;
  border: 1px solid #dfe3ef;
  border-radius: 10px;
  color: var(--d-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: .82rem;
  gap: .65rem 1rem;
  justify-content: space-between;
  line-height: 1.35;
  min-height: 65px;
  padding: .7rem .8rem;
  position: relative;
  z-index: 2;
}

.auth-turnstile-status[hidden] {
  display: none;
}

.auth-turnstile-retry {
  background: #fff;
  border: 1px solid rgba(28, 18, 104, .24);
  border-radius: 999px;
  color: var(--d-indigo);
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 850;
  min-height: 34px;
  padding: .38rem .8rem;
}

.auth-turnstile-retry:hover,
.auth-turnstile-retry:focus-visible {
  border-color: var(--d-indigo);
}

.auth-submit:disabled {
  cursor: not-allowed;
  opacity: .62;
}

.auth-submit {
  border: 0;
  min-height: 56px;
  width: 100%;
}

.auth-links {
  align-items: center;
  border-top: 1px solid var(--d-border);
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.15rem;
  justify-content: center;
  margin-top: 1.55rem;
  padding-top: 1.25rem;
}

.auth-links a {
  font-size: .9rem;
  font-weight: 780;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.auth-links--single {
  justify-content: flex-start;
}

.rtl .auth-shell {
  direction: ltr;
  grid-template-areas: "visual content";
}

.rtl .auth-content {
  direction: rtl;
  text-align: right;
}

.rtl .auth-visual {
  direction: ltr;
}

@media (max-width: 991.98px) {
  .auth-page {
    min-height: auto;
    padding: 30px 0 42px;
  }

  .auth-page-container {
    max-width: 760px;
  }

  .auth-shell,
  .auth-page--register .auth-shell,
  .auth-page--forgot .auth-shell {
    grid-template-areas: "visual" "content";
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .rtl .auth-shell {
    grid-template-areas: "visual" "content";
  }

  .auth-visual {
    min-height: 300px;
  }

  .auth-visual img {
    object-position: 56% 38%;
  }

  .auth-visual--register img {
    object-position: 56% 34%;
  }

  .auth-visual--forgot img {
    object-position: 53% 34%;
  }

  .auth-content {
    padding: 42px clamp(28px, 7vw, 64px) 48px;
  }

  .auth-content-inner {
    max-width: 540px;
  }
}

@media (max-width: 575.98px) {
  .auth-page {
    padding: 16px 0 28px;
  }

  .auth-page-container {
    padding-inline: 12px;
  }

  .auth-shell {
    border-radius: 22px;
  }

  .auth-visual {
    min-height: 205px;
  }

  .auth-visual-glow {
    bottom: 18px;
    inset-inline: 20px;
  }

  .auth-content {
    padding: 30px 20px 34px;
  }

  .auth-content h1 {
    font-size: clamp(2rem, 12vw, 2.65rem);
  }

  .auth-intro {
    font-size: .96rem;
    line-height: 1.55;
  }

  .auth-method-switch {
    margin-top: 1.35rem;
  }

  .auth-method-tab {
    font-size: .84rem;
    padding-inline: .55rem;
  }

  .auth-method-panel,
  .auth-form {
    margin-top: 1.25rem;
  }

  .auth-method-panel .auth-form {
    margin-top: 0;
  }

  .auth-field .form-control,
  .auth-submit {
    min-height: 54px;
  }

  .auth-links {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auth-method-tab {
    transition: none;
  }
}
