@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Montserrat:wght@400;700;900&display=swap");

:root {
  --background: #050505;
  --foreground: #ffffff;
  --muted: #8b8b8b;
  --font-display: "Montserrat", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  color: var(--foreground);
  background: #050505;
  font-family: var(--font-display);
  overflow-x: hidden;
}

a,
button,
input,
select,
textarea {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

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

img {
  max-width: 100%;
}

::selection {
  background: #ffcc00;
  color: #050505;
}

audio {
  color-scheme: dark;
}

.page {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
  color: #fff;
  background: #050505;
  padding-bottom: 0;
}

.page > main {
  flex: 1 0 auto;
}

.siteFooter {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.92), rgba(5, 5, 5, 0.98)),
    radial-gradient(circle at top left, rgba(255, 204, 0, 0.12), transparent 32%);
}

.siteFooterInner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 2rem;
  max-width: 78rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
}

.siteFooterBrandBlock {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.siteFooterBrand {
  color: #ffcc00;
  text-decoration: none;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.siteFooterSummary,
.siteFooterContact,
.siteFooterBottom p,
.policyMeta,
.policySection p,
.policySection li {
  color: #c8c8c8;
  font-size: 0.98rem;
  line-height: 1.7;
}

.siteFooterContact {
  max-width: 36rem;
}

.siteFooterContact a,
.siteFooterColumn a,
.policySection a,
.policyIntro a {
  color: #fff3b8;
}

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

.siteFooterColumn {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.siteFooterColumn h2 {
  margin: 0 0 0.25rem;
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.siteFooterColumn a {
  text-decoration: none;
  font-size: 0.95rem;
}

.siteFooterBottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 1.5rem 2rem;
}

.siteFooterBottom p {
  max-width: 78rem;
  margin: 0 auto;
  font-size: 0.84rem;
}

body:has(.bottomPlayer:not(:empty)) .siteFooterBottom {
  padding-bottom: 9rem;
}

.legalPage .page,
.legalPage.page {
  padding-bottom: 0;
}

.policyShell {
  max-width: 78rem;
  margin: 0 auto;
  padding: 8rem 1.5rem 4rem;
}

.policyIntro {
  display: grid;
  gap: 1rem;
  max-width: 58rem;
  margin-bottom: 2rem;
}

.policyIntro h1 {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.policyIntro p {
  margin: 0;
}

.policyLayout {
  display: grid;
  grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.policyToc,
.policyArticle {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  background: rgba(17, 17, 17, 0.92);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.policyToc {
  position: sticky;
  top: 6.5rem;
  display: grid;
  gap: 0.75rem;
  padding: 1.4rem;
}

.policyToc h2 {
  margin: 0;
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.policyToc a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.45;
}

.policyArticle {
  display: grid;
  gap: 2rem;
  padding: 1.6rem;
}

.policySection {
  display: grid;
  gap: 0.9rem;
}

.policySection h2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.policySection ul {
  margin: 0;
  padding-left: 1.2rem;
}

.policySection li + li,
.policySection p + p {
  margin-top: 0.6rem;
}

.planTermsTable {
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  overflow: hidden;
}

.planTermsRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1.5fr);
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.planTermsRow:first-child {
  border-top: 0;
}

.planTermsHead {
  background: rgba(255, 204, 0, 0.08);
  color: #ffef9b;
  font-family: var(--font-mono), monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.planTermsRow span {
  font-size: 0.95rem;
  line-height: 1.65;
}

.planGlossary {
  display: grid;
  gap: 1rem;
}

.planGlossaryCard {
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.02);
}

.planGlossaryCard h3 {
  margin: 0;
  color: #ffcc00;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.planGlossaryCard p,
.planGlossaryCard li {
  color: #d2d2d2;
  font-size: 0.97rem;
  line-height: 1.7;
}

#record-label-agreement {
  background: #fff;
  color: #050505;
}

#record-label-agreement .policyMeta,
#record-label-agreement .policyIntro p,
#record-label-agreement .policySection p,
#record-label-agreement .policySection li,
#record-label-agreement .planGlossaryCard p,
#record-label-agreement .planGlossaryCard li {
  color: #111;
}

#record-label-agreement .policyIntro a,
#record-label-agreement .policySection a {
  color: #050505;
  text-decoration-color: rgba(5, 5, 5, 0.35);
}

#record-label-agreement .policyToc,
#record-label-agreement .policyArticle,
#record-label-agreement .planGlossaryCard {
  border-color: #dcdcdc;
  background: #fff;
  color: #050505;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

#record-label-agreement .policyToc h2,
#record-label-agreement .planGlossaryCard h3 {
  color: #050505;
}

#record-label-agreement .policyToc a {
  color: #111;
}

#record-label-agreement .planTermsTable {
  border-color: #dcdcdc;
}

#record-label-agreement .planTermsRow {
  border-top-color: #e7e7e7;
  background: #fff;
}

#record-label-agreement .planTermsHead {
  background: #f3f3f3;
  color: #050505;
}

@media (max-width: 900px) {
  .siteFooterInner,
  .policyLayout {
    grid-template-columns: 1fr;
  }

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

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

  .policyToc {
    position: static;
  }
}

@media (max-width: 640px) {
  .siteFooterGrid {
    grid-template-columns: 1fr;
  }

  .siteFooterInner,
  .policyShell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .policyArticle,
  .policyToc {
    padding: 1.15rem;
    border-radius: 1.2rem;
  }
}

.heroShell {
  position: relative;
  min-height: 100vh;
  background: #050505;
  overflow: hidden;
}

.heroNav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.4rem 1.5rem;
  background: #ffcc00;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}

.heroBrand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #050505;
  text-decoration: none;
}

.heroBrandMark {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #050505;
  color: #fff;
}

.heroBrandIcon {
  width: 0.9rem;
  height: 0.9rem;
}

.heroBrandText {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.heroMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}

.heroNavPanel {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.heroMenuLink {
  color: #050505;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.heroNavActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.heroNavToggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid #050505;
  border-radius: 999px;
  background: transparent;
  color: #050505;
  cursor: pointer;
}

.heroNavToggle span {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.heroNavNavOpen .heroNavToggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.heroNavNavOpen .heroNavToggle span:nth-child(2) {
  opacity: 0;
}

.heroNavNavOpen .heroNavToggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.heroNavButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  border: 1px solid #050505;
  border-radius: 999px;
  background: #050505;
  color: #ffcc00;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.heroNavIconButton {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.heroNavAccountIcon {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.heroNavButton:hover {
  background: #fff2b8;
  color: #050505;
}

.heroBackdrop,
.heroVignette {
  position: absolute;
  inset: 0;
}

.heroBackdrop {
  background-image: url("https://images.unsplash.com/photo-1590602847861-f357a9332bbc?q=80&w=2000&auto=format&fit=crop");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.28;
  transform: scale(1.03);
}

.heroVignette {
  background:
    radial-gradient(circle at center, rgba(5, 5, 5, 0) 10%, rgba(5, 5, 5, 0.92) 85%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.58), rgba(5, 5, 5, 0.68));
}

.heroMain {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 8rem 1.5rem 4rem;
  text-align: center;
}

.heroContent {
  max-width: 70rem;
  margin: 0 auto;
}

.heroKicker,
.sectionKicker,
.panelKicker,
.resultsKicker,
.metricLabel,
.trackDetailLabel,
.emptyKicker {
  margin: 0;
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.heroKicker {
  color: #ffcc00;
}

.heroTitle {
  margin: 0.8rem 0 0;
  font-size: clamp(4.4rem, 12vw, 10rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.heroAccent {
  color: #ffcc00;
}

.heroSubtitle {
  max-width: 35rem;
  margin: 1.4rem auto 0;
  color: #b6b6b6;
  font-size: 0.98rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.heroStats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.25rem;
}

.heroStat {
  display: grid;
  place-items: center;
  width: 6rem;
  height: 6rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: #0a0a0a;
}

.heroStatValue {
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.heroStatLabel {
  margin-top: 0.18rem;
  color: #8e8e8e;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.heroPrimary,
.heroSecondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 15rem;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.heroPrimary {
  border: 1px solid #ffcc00;
  color: #fff;
  box-shadow: 0 0 16px rgba(255, 204, 0, 0.18);
}

.heroPrimary:hover {
  background: #ffcc00;
  color: #050505;
  box-shadow: 0 0 28px rgba(255, 204, 0, 0.42);
}

.heroSecondary {
  border: 1px solid #4a4a4a;
  color: #fff;
}

.heroSecondary:hover {
  border-color: #fff;
  background: #fff;
  color: #050505;
}

.scrollCue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  opacity: 0.58;
  transform: translateX(-50%);
}

.scrollLine {
  width: 1px;
  height: 2rem;
  background: #fff;
}

.scrollText {
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.spacer {
  width: 100%;
  height: 8rem;
  background: transparent;
}

.archiveSection {
  width: 100%;
  padding: 3rem 1.5rem 6rem;
  background: #fff;
  color: #050505;
}

.archiveInner {
  max-width: 84rem;
  margin: 0 auto;
}

.sectionHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #e7e7e7;
}

.sectionKicker,
.panelKicker,
.resultsKicker,
.metricLabel,
.trackDetailLabel,
.emptyKicker {
  color: #787878;
}

.sectionTitle {
  margin: 0.5rem 0 0;
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 900;
  text-transform: uppercase;
}

.sectionAccent {
  color: #ffcc00;
}

.sectionMeta {
  margin: 0.75rem 0 0;
  color: #6d6d6d;
  font-size: 0.88rem;
  line-height: 1.7;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.sectionAction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.35rem;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #fff;
  color: #4f4f4f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.sectionAction:hover {
  border-color: #050505;
  color: #050505;
  background: #f6f6f6;
}

.metricGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.metricCard {
  padding: 1.4rem;
  border: 1px solid #ececec;
  border-radius: 1.75rem;
  background: #fafafa;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.metricValue {
  margin: 0.55rem 0 0.28rem;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.metricDetail {
  margin: 0;
  color: #767676;
  font-size: 0.92rem;
  line-height: 1.5;
}

.archiveGrid {
  display: grid;
  grid-template-columns: minmax(0, 23rem) minmax(0, 1fr);
  gap: 2.25rem;
  margin-top: 2.6rem;
}

.panel {
  position: sticky;
  top: 2rem;
  align-self: start;
  padding: 1.55rem;
  border: 1px solid #ececec;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.08);
}

.panelHeader,
.libraryHeader,
.trackCardHead,
.fieldLabelRow,
.toggleRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.panelTitle,
.resultsTitle {
  margin: 0.45rem 0 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.panelText,
.resultsMeta {
  margin: 0.75rem 0 0;
  color: #676767;
  font-size: 0.9rem;
  line-height: 1.65;
}

.modeSwitch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0.22rem;
  border-radius: 999px;
  background: #efefef;
}

.modeButton {
  min-width: 5.8rem;
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #666;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.modeButtonActive {
  background: #ffcc00;
  color: #050505;
}

.form,
.fieldBlock,
.controlCard,
.toggleList,
.libraryColumn {
  display: grid;
  gap: 0.9rem;
}

.archiveGrid > .libraryColumn:only-child {
  grid-column: 1 / -1;
}

.form {
  margin-top: 1.4rem;
}

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

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

.fieldLabel {
  font-size: 0.92rem;
  font-weight: 700;
}

.fieldHint {
  color: #8a8a8a;
  font-size: 0.8rem;
}

.textArea,
.textInput,
.selectInput {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 1.3rem;
  background: #f6f6f6;
  color: #050505;
  font: inherit;
  outline: none;
}

.textArea,
.textInput {
  padding: 1rem 1.05rem;
}

.textArea {
  min-height: 12rem;
  resize: vertical;
}

.textArea::placeholder,
.textInput::placeholder {
  color: #9b9b9b;
}

.textArea:focus,
.textInput:focus,
.selectInput:focus {
  border-color: #ffcc00;
  box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.18);
}

.controlCard {
  padding: 1rem 1.05rem;
  border: 1px solid #e4e4e4;
  border-radius: 1.3rem;
  background: #f6f6f6;
}

.selectInput {
  padding: 0;
  border: 0;
  background: transparent;
}

.selectInput option {
  color: #050505;
}

.toggleRow {
  align-items: center;
  color: #4f4f4f;
}

.toggleRow input {
  width: 1rem;
  height: 1rem;
  accent-color: #ffcc00;
}

.noticeBox {
  padding: 1rem 1.05rem;
  border-radius: 1.3rem;
  border: 1px solid #ececec;
  line-height: 1.6;
}

.noticeBox p {
  margin: 0;
}

.noticeInfo {
  background: #f6f6f6;
  color: #3d3d3d;
}

.noticeError {
  background: #fff2f4;
  border-color: #ffd6dc;
  color: #8c2438;
}

.actionRow,
.trackActionRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.primaryButton,
.secondaryButton,
.ghostButton,
.primaryLink,
.secondaryLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.3rem;
  border-radius: 999px;
  text-decoration: none;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.primaryButton,
.primaryLink {
  border: 1px solid #050505;
  background: #050505;
  color: #ffcc00;
}

.secondaryButton,
.secondaryLink {
  border: 1px solid #050505;
  background: #fff;
  color: #050505;
}

.ghostButton {
  border: 1px solid #d7d7d7;
  background: #f4f4f4;
  color: #4d4d4d;
}

.primaryButton:hover,
.secondaryButton:hover,
.ghostButton:hover,
.primaryLink:hover,
.secondaryLink:hover {
  transform: translateY(-1px);
}

.primaryButton:disabled,
.secondaryButton:disabled {
  opacity: 0.66;
  cursor: not-allowed;
}

.activeTrackAction {
  background: #ffcc00;
  color: #050505;
  border-color: #ffcc00;
}

.trackActionMuted {
  display: inline-flex;
  align-items: center;
  padding: 0.92rem 0;
  color: #8c8c8c;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.libraryHeader {
  align-items: end;
}

.trackGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  gap: 1.5rem;
}

.trackCard {
  display: grid;
  gap: 0.9rem;
}

.trackVisual {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background: #f3f3f3;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.trackImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.trackCard:hover .trackImage {
  transform: scale(1.08) rotate(1deg);
}

.trackFallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #5d5d5d;
  font-family: var(--font-mono), monospace;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.trackOverlayButton,
.trackOverlayMuted {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 220ms ease;
}

.trackOverlayButton {
  border: 0;
  padding: 0;
  cursor: pointer;
}

.trackCard:hover .trackOverlayButton,
.trackCard:hover .trackOverlayMuted {
  opacity: 1;
}

.playButton,
.playButtonDisabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.playButton {
  background: #ffcc00;
  color: #050505;
  box-shadow: 0 0 28px rgba(255, 204, 0, 0.5);
}

.playButtonDisabled {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #0f0f0f;
  color: #fff;
}

.statusPill {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  font-family: var(--font-mono), monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.statusComplete {
  background: #0f0f0f;
  color: #fff;
}

.statusStreaming {
  background: #0f0f0f;
  color: #ffcc00;
}

.statusQueued {
  background: #ffcc00;
  color: #050505;
}

.statusError {
  background: #7b2941;
  color: #fff;
}

.statusNeutral {
  background: #1c1c1c;
  color: #fff;
}

.trackBody {
  display: grid;
  gap: 0.8rem;
  padding: 0 0.15rem;
}

.trackTitle {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
}

.emptyState {
  padding: 3rem 1.5rem;
  border: 1px dashed #d9d9d9;
  text-align: center;
}

.emptyText {
  max-width: 34rem;
  margin: 0.8rem auto 0;
  color: #6d6d6d;
  line-height: 1.8;
}

.bottomPlayer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.28);
}

.bottomPlayer:empty {
  display: none;
}

.bottomPlayerInner {
  display: grid;
  grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  max-width: 84rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.bottomPlayerMetaBlock {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.bottomPlayerArt {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.9rem;
  background: #111;
  flex: 0 0 auto;
}

.bottomPlayerArtImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottomPlayerPlaceholderArt {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.bottomPlayerTextBlock {
  min-width: 0;
}

.bottomPlayerKicker {
  margin: 0;
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.bottomPlayerTitle {
  margin: 0.28rem 0 0;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bottomPlayerMeta {
  margin: 0.35rem 0 0;
  color: #8f8f8f;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bottomPlayerAudio {
  width: 100%;
  min-width: 0;
}

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

.customPlayerControls {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(8rem, 12rem);
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.customPlayerPlay,
.customPlayerVolumeButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  border: 1px solid rgba(255, 204, 0, 0.55);
  border-radius: 999px;
  background: #ffcc00;
  color: #050505;
  cursor: pointer;
  font-family: var(--font-mono), monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.customPlayerPlay:disabled,
.customPlayerVolumeButton:disabled {
  opacity: 0.82;
  cursor: default;
}

.customPlayerPlay {
  width: 2.75rem;
}

.customPlayerPlayActive {
  background: #fff;
  border-color: #fff;
}

.customPlayerIcon {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.customPlayerIconVolume,
.customPlayerIconMuted {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.customPlayerIconPause,
.customPlayerIconMuted,
.customPlayerPlayActive .customPlayerIconPlay,
.customPlayerVolumeMuted .customPlayerIconVolume {
  display: none;
}

.customPlayerPlayActive .customPlayerIconPause,
.customPlayerVolumeMuted .customPlayerIconMuted {
  display: block;
}

.customPlayerTimeline,
.customPlayerVolume {
  display: grid;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.customPlayerTimeline {
  grid-template-columns: 2.8rem minmax(0, 1fr) 2.8rem;
}

.customPlayerVolume {
  grid-template-columns: auto minmax(0, 1fr);
}

.customPlayerTime {
  color: #b8b8b8;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
}

.customPlayerRange,
.customPlayerVolumeRange {
  --player-progress: 0%;
  --player-volume: 80%;
  width: 100%;
  height: 0.5rem;
  appearance: none;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
}

.customPlayerRange:disabled,
.customPlayerVolumeRange:disabled {
  opacity: 0.82;
  cursor: default;
}

.customPlayerRange {
  background: linear-gradient(90deg, #ffcc00 var(--player-progress), #2b2b2b var(--player-progress));
}

.customPlayerVolumeRange {
  background: linear-gradient(90deg, #ffcc00 var(--player-volume), #2b2b2b var(--player-volume));
}

.customPlayerRange::-webkit-slider-thumb,
.customPlayerVolumeRange::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  border: 2px solid #050505;
  border-radius: 999px;
  background: #ffcc00;
  box-shadow: 0 0 0 2px #ffcc00;
}

.customPlayerRange::-moz-range-thumb,
.customPlayerVolumeRange::-moz-range-thumb {
  width: 0.85rem;
  height: 0.85rem;
  border: 2px solid #050505;
  border-radius: 999px;
  background: #ffcc00;
  box-shadow: 0 0 0 2px #ffcc00;
}

.customPlayerAudio {
  display: none;
}

.bottomPlayerEmpty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  color: #fff;
}

.bottomPlayerEmptyText {
  margin: 0;
  color: #9a9a9a;
  font-size: 0.9rem;
}

.authPage {
  padding-bottom: 0;
}

.authShell {
  display: grid;
  min-height: 0;
}

.authMain {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 8rem 1.5rem 4rem;
}

.authCard {
  width: min(100%, 34rem);
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2rem;
  background: rgba(5, 5, 5, 0.82);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.authKicker {
  margin: 0;
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.authTitle {
  margin: 0.75rem 0 0;
  color: #fff;
  font-size: clamp(2.5rem, 7vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.authSubtitle {
  margin: 1rem 0 0;
  color: #b6b6b6;
  font-size: 0.95rem;
  line-height: 1.8;
}

.authTabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 1.5rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.authTab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  color: #d7d7d7;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.authTabActive {
  background: #ffcc00;
  color: #050505;
}

.authNotice {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.authNoticeInfo {
  border: 1px solid rgba(255, 204, 0, 0.32);
  background: rgba(255, 204, 0, 0.12);
  color: #ffe27a;
}

.authNoticeError {
  border: 1px solid rgba(255, 122, 144, 0.38);
  background: rgba(123, 41, 65, 0.38);
  color: #ffd6dc;
}

.authGoogleBlock {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
}

.authDivider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.2rem;
  color: #969696;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.authDivider::before,
.authDivider::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.authForm {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
}

.authField {
  display: grid;
  gap: 0.45rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.authField input {
  width: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
  text-transform: none;
  letter-spacing: 0;
}

.authField input:focus {
  border-color: #ffcc00;
  box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.16);
}

.authButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.35rem;
  padding: 1rem 1.3rem;
  border: 1px solid #ffcc00;
  border-radius: 999px;
  background: #ffcc00;
  color: #050505;
  cursor: pointer;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.authButton:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 28px rgba(255, 204, 0, 0.36);
}

.newsPage,
.articlePage {
  padding-bottom: 0;
}

.articlePage {
  min-height: 100vh;
  background: #fff;
  color: #050505;
}

.articlePage .heroNav {
  position: relative;
}

.newsHeroShell {
  min-height: 72vh;
}

.newsHeroMain {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 72vh;
  padding: 8rem 1.5rem 4rem;
  text-align: center;
}

.newsHeroContent {
  max-width: 62rem;
  margin: 0 auto;
}

.newsHeroTitle {
  margin: 0.8rem 0 0;
  color: #fff;
  font-size: clamp(4rem, 11vw, 9rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.newsSection {
  width: 100%;
  padding: 5rem 1.5rem 6rem;
  background: #fff;
  color: #050505;
}

.newsInner {
  max-width: 84rem;
  margin: 0 auto;
}

.articleGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 2.5rem;
}

.articleCard {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.08);
}

.articleThumbLink {
  display: block;
  color: inherit;
  text-decoration: none;
}

.articleThumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #111;
}

.articleThumbFallback {
  display: grid;
  place-items: center;
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.articleCardBody {
  padding: 1.35rem;
}

.articleDate {
  margin: 0;
  color: #7a7a7a;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.articleCardTitle {
  margin: 0.65rem 0 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.articleCardTitle a {
  color: #050505;
  text-decoration: none;
}

.articleCardTitle a:hover {
  color: #8a6b00;
}

.articleExcerpt {
  margin: 0.9rem 0 0;
  color: #666;
  line-height: 1.75;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 3rem;
}

.paginationLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  height: 2.8rem;
  padding: 0 0.8rem;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  color: #050505;
  text-decoration: none;
  font-family: var(--font-mono), monospace;
  font-size: 0.8rem;
  font-weight: 700;
}

.paginationLinkActive,
.paginationLink:hover {
  border-color: #ffcc00;
  background: #ffcc00;
}

.articleDek {
  max-width: 46rem;
  margin: 1.1rem auto 0;
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.8;
}

.standardArticle {
  width: 100%;
  padding: 3.5rem 1.5rem 5rem;
  background: #fff;
  color: #050505;
}

.standardArticleInner,
.commentsInner {
  max-width: 48rem;
  margin: 0 auto;
}

.articleBackLink {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.5rem;
  color: #6d6d6d;
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
}

.articleBackLink:hover {
  color: #050505;
}

.standardArticleTitle {
  margin: 0.8rem 0 0;
  color: #050505;
  font-size: clamp(2.1rem, 4.6vw, 3.75rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.articleByline {
  margin: 0.9rem 0 0;
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.articleByline span:first-child {
  color: #050505;
}

.standardArticleDek {
  margin: 1rem 0 0;
  color: #626262;
  font-size: 1rem;
  line-height: 1.75;
}

.standardArticleImage {
  display: block;
  width: 100%;
  max-height: 32rem;
  margin: 2.2rem 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 2rem;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
}

.articleBody {
  margin-top: 2.4rem;
  font-size: 1.08rem;
  line-height: 2;
}

.articleBody p {
  margin: 0 0 1.6rem;
}

.articleBody .articleSources {
  margin-top: 2.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e7e7e7;
  color: #707070;
  font-size: 0.84rem;
  line-height: 1.75;
}

.commentsSection {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #e9e9e9;
}

.commentsHeader {
  margin-bottom: 1.5rem;
}

.commentsTitle {
  margin: 0.45rem 0 0;
  color: #050505;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.commentsMeta {
  margin: 0.75rem 0 0;
  color: #6d6d6d;
  line-height: 1.7;
}

.commentForm {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid #e7e7e7;
  border-radius: 1.5rem;
  background: #fafafa;
}

.commentForm .authField {
  color: #050505;
}

.commentForm .authField input,
.commentForm .authField textarea {
  width: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid #e4e4e4;
  border-radius: 1.1rem;
  background: #fff;
  color: #050505;
  outline: none;
  resize: vertical;
}

.commentForm .authField input:focus,
.commentForm .authField textarea:focus {
  border-color: #ffcc00;
  box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.16);
}

.commentForm .authButton {
  width: auto;
  justify-self: start;
}

.commentEmptyState {
  margin-top: 1rem;
  padding: 1.4rem;
  border: 1px dashed #d9d9d9;
  border-radius: 1.5rem;
  text-align: center;
}

.storePage {
  min-height: 100vh;
  padding-bottom: 0;
  background: #fff;
  color: #050505;
}

.beatsPage {
  min-height: 100vh;
  padding-bottom: 0;
  background: #fff;
  color: #050505;
}

.storePage .heroNav,
.beatsPage .heroNav {
  position: relative;
}

.storeShell,
.beatsShell {
  width: 100%;
  padding: 4rem 1.5rem 6rem;
  background:
    radial-gradient(circle at top right, rgba(255, 204, 0, 0.18), transparent 28rem),
    #fff;
}

.storeIntro,
.storeLayout,
.beatsIntro,
.beatsGrid {
  max-width: 84rem;
  margin: 0 auto;
}

.storeIntro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
}

.beatsIntro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  align-items: start;
  gap: 0.8rem;
}

.beatsIntro .storeTitle,
.beatsIntro .storeSubtitle,
.beatsIntro .sectionKicker {
  text-align: left;
}

.storeIntroCopy {
  display: grid;
  gap: 0.8rem;
}

.storeIntroActions {
  display: grid;
  justify-items: end;
  gap: 0.8rem;
  max-width: 24rem;
}

.storeActionNote {
  margin: 0;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
  text-align: right;
}

.storeTitle {
  margin: 0.55rem 0 0;
  color: #050505;
  font-size: clamp(2.8rem, 8vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
  font-weight: 900;
  text-transform: uppercase;
}

.storeSubtitle {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #626262;
  font-size: 1rem;
  line-height: 1.8;
}

.storeStatusRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.3rem;
}

.storeStatusChip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  font-family: var(--font-mono), monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storeStatusChipActive {
  border: 1px solid #050505;
  background: #050505;
  color: #ffcc00;
}

.storeStatusChipMuted {
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  color: #666;
}

.storeTemplateSection {
  display: grid;
  gap: 1rem;
  max-width: 84rem;
  margin: 2.25rem auto 0;
}

.storeTemplateHeader {
  margin-bottom: 0;
}

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

.storeTemplateCard {
  display: grid;
  gap: 0.85rem;
  padding: 1.2rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.14) 0%, rgba(255, 204, 0, 0) 42%),
    linear-gradient(145deg, #ffffff 0%, #faf8ee 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.storeTemplateCard h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.storeTemplateCard p:last-of-type {
  margin: 0;
  color: #666;
  line-height: 1.75;
}

.storeTemplateCard .secondaryLink {
  justify-self: start;
}

.storeLayout {
  display: grid;
  grid-template-columns: minmax(12rem, 15rem) minmax(0, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  align-items: start;
}

.storeFilters {
  position: sticky;
  top: 1.25rem;
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid #e7e7e7;
  border-radius: 1.75rem;
  background: #fafafa;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.08);
}

.storeFilterBlock {
  display: grid;
  gap: 0.8rem;
}

.storeFilterTitle {
  margin: 0;
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storeCheckRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  background: #fff;
  color: #4f4f4f;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.storeCheckRow input {
  width: 1rem;
  height: 1rem;
  accent-color: #ffcc00;
}

.storeRange {
  width: 100%;
  accent-color: #ffcc00;
}

.storeSelect {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  outline: none;
}

.storeProductsColumn {
  min-width: 0;
}

.storeToolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  color: #666;
  font-family: var(--font-mono), monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.storeToolbar p {
  margin: 0;
}

.storeGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.storeProductCard {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
  font-family: Arial, sans-serif;
}

.storeProductLink {
  display: block;
  color: inherit;
  text-decoration: none;
}

.storeProductImage {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #111;
}

.storeProductBody {
  padding: 0.8rem;
}

.storeProductCategory {
  margin: 0;
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.storeProductTitle {
  margin: 0.35rem 0 0;
  color: #050505;
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.storeProductPrice {
  margin: 0.5rem 0 0;
  color: #050505;
  font-size: 0.9rem;
  font-weight: 400;
}

.storeEmpty {
  margin-top: 1rem;
  padding: 2rem 1.5rem;
  border: 1px dashed #d9d9d9;
  border-radius: 1.5rem;
  text-align: center;
}

.beatsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.beatCard {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
  font-family: Arial, sans-serif;
}

.beatCoverButton {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #f1f1f1;
  cursor: pointer;
}

.beatCover {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.beatCoverFallback {
  display: grid;
  place-items: center;
  color: #555;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.beatCoverButton:disabled,
.beatTitle button:disabled {
  cursor: not-allowed;
}

.beatCoverButton:disabled .beatCover {
  filter: grayscale(1);
}

.beatPlayPill {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: #ffcc00;
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.beatBody {
  display: grid;
  gap: 0.45rem;
  padding: 0.8rem;
}

.beatTitle {
  margin: 0;
}

.beatTitleRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.75rem;
}

.beatTitle button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #050505;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}

.beatTitle button:hover {
  color: #9b7800;
}

.beatTitle button:disabled:hover {
  color: #050505;
}

.beatFavoriteButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  color: transparent;
  cursor: pointer;
  font-size: 0;
}

.beatFavoriteButton::before {
  content: "♡";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #050505;
  font-size: 1.15rem;
  line-height: 1;
  transform: translate(-50%, -54%);
}

.beatFavoriteButtonActive {
  border-color: #ffcc00;
  background: #ffcc00;
}

.beatFavoriteButtonActive::before {
  content: "♥";
  transform: translate(-50%, -52%);
}

.beatFavoriteButton:disabled {
  cursor: wait;
  opacity: 0.68;
}

.beatMeta {
  margin: 0;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.5;
}

.productPage {
  min-height: 100vh;
  padding-bottom: 0;
  background: #fff;
  color: #050505;
}

.productPage .heroNav {
  position: relative;
}

.productShell {
  max-width: 84rem;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 6rem;
}

.productDetail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.productGallery {
  display: grid;
  gap: 0.9rem;
}

.productMainImage {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background: #111;
}

.productThumbGrid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(4.75rem, 5.25rem);
  gap: 0.65rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #f3f3f3;
  scroll-snap-type: x proximity;
}

.productThumbButton {
  display: block;
  padding: 0;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 120ms ease, transform 120ms ease, box-shadow 120ms ease;
  scroll-snap-align: start;
}

.productThumbButton.is-active {
  border-color: #050505;
  box-shadow: 0 0 0 1px #050505;
}

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

.productThumbButton:focus-visible {
  outline: 2px solid #050505;
  outline-offset: 2px;
}

.productThumbButton img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.productInfo {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background: #fafafa;
}

.productTitle {
  margin: 0;
  color: #050505;
  font-family: Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.06em;
}

.productPrice {
  margin: 0;
  color: #050505;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.productDescription {
  margin: 0;
  color: #555;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}

.productOptions {
  display: grid;
  gap: 0.9rem;
  margin-top: 0.5rem;
}

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

.productOptionField {
  display: grid;
  gap: 0.4rem;
  color: #050505;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
}

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

.productOptionField select,
.productOptionField input {
  width: 100%;
  padding: 0.85rem 0.9rem;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #fff;
  color: #050505;
  font: inherit;
  outline: none;
}

.productAvailability {
  display: grid;
  gap: 0.9rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e7e7e7;
}

.productAvailabilityHeader {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.productAvailabilityTitle {
  margin: 0;
  color: #050505;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.productAvailabilityCount {
  margin: 0;
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
}

.productAvailabilityGroup {
  display: grid;
  gap: 0.45rem;
}

.productAvailabilityLabel {
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.productAvailabilityChips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.productAvailabilityChip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.72rem;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1;
}

.productCartButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  border: 1px solid #050505;
  border-radius: 2px;
  background: #050505;
  color: #fff;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
}

.productCartNotice {
  margin: 0;
  color: #246b36;
  font-family: Arial, sans-serif;
}

.pricingPage {
  min-height: 100vh;
  padding-bottom: 0;
  background: #fff;
  color: #050505;
}

.storePage,
.beatsPage,
.productPage,
.pricingPage {
  min-height: 0;
}

.pricingPage .heroNav {
  position: relative;
}

.pricingShell {
  width: 100%;
  padding: 4rem 1.5rem 6rem;
  background:
    linear-gradient(135deg, rgba(255, 204, 0, 0.16), transparent 30rem),
    #fff;
}

.pricingIntro,
.pricingGrid,
.labelPlans,
.pricingNote {
  max-width: 84rem;
  margin: 0 auto;
}

.pricingTitle {
  max-width: 58rem;
  margin: 0.55rem 0 0;
  color: #050505;
  font-size: clamp(2.9rem, 8vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
  font-weight: 900;
  text-transform: uppercase;
}

.pricingSubtitle {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #626262;
  font-size: 1rem;
  line-height: 1.8;
}

.pricingGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.pricingCard {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto minmax(8.5rem, 1fr) auto;
  align-content: start;
  gap: 1rem;
  min-height: 100%;
  padding: 1.4rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.07);
}

.pricingCardFeatured {
  border-color: #ffcc00;
  background: #050505;
  color: #fff;
}

.pricingBadge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: #ffcc00;
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pricingPlanName {
  margin: 0;
  font-size: 2.4em;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.pricingPlanDescription {
  margin: 0;
  color: #666;
  line-height: 1.7;
}

.pricingCardFeatured .pricingPlanDescription {
  color: #cfcfcf;
}

.pricingAmount {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  padding-top: 0.5rem;
}

.pricingAmount span {
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.pricingSaleStack {
  display: grid;
  gap: 0.2rem;
}

.pricingAmount .pricingRegularPrice {
  width: fit-content;
  color: #777;
  font-size: 1rem;
  letter-spacing: 0;
  text-decoration: line-through;
}

.pricingAmount .pricingSalePrice {
  font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.pricingAmount small {
  color: #777;
  font-weight: 700;
}

.pricingCardFeatured .pricingAmount small {
  color: #ffcc00;
}

.pricingFeaturesBox {
  min-height: 8.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ededed;
}

.pricingCardFeatured .pricingFeaturesBox {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.pricingFeatures {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricingFeatures li {
  color: #555;
  line-height: 1.5;
}

.pricingFeatures li::before {
  content: "•";
  margin-right: 0.5rem;
  color: #ffcc00;
  font-weight: 900;
}

.pricingFeatureLink {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #ffcc00;
  text-underline-offset: 0.18rem;
}

.pricingCardFeatured .pricingFeatures li {
  color: #e7e7e7;
}

.pricingButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  margin-top: auto;
  padding: 0.95rem 1.1rem;
  border: 1px solid #050505;
  border-radius: 999px;
  background: #050505;
  color: #ffcc00;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pricingCardFeatured .pricingButton {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #050505;
}

.pricingActionForm {
  display: grid;
  align-self: end;
  margin: 0;
}

.pricingActionForm .pricingButton {
  width: 100%;
  cursor: pointer;
  font-family: inherit;
}

.labelPlans {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.5rem;
  background: #050505;
  color: #fff;
}

.labelPlansHeader {
  display: grid;
  gap: 0.7rem;
}

.labelPlans .sectionKicker {
  color: #ffcc00;
}

.labelPlansHeader h2 {
  max-width: 48rem;
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.labelPlansHeader p {
  max-width: 42rem;
  margin: 0;
  color: #d5d5d5;
  line-height: 1.7;
}

.labelPlansControls {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.labelPlansTermPicker {
  display: grid;
  gap: 0.45rem;
  min-width: 16rem;
  color: #d5d5d5;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.labelPlansTermPicker select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.8rem;
  background: #101010;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.labelPlansTermNote {
  margin: 0;
  color: #d5d5d5;
  line-height: 1.7;
}

.pricingFinePrint {
  max-width: 58rem;
  margin: 0;
  color: #c7c7c7;
  font-size: 0.92rem;
  line-height: 1.7;
}

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

.labelPlanCard {
  border-color: rgba(255, 255, 255, 0.16);
  background: #101010;
  box-shadow: none;
}

.labelPlanCard .pricingPlanDescription,
.labelPlanCard .pricingFeatures li,
.labelPlanCard .pricingAmount small {
  color: #d5d5d5;
}

.labelPlanCard .pricingFeaturesBox {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.labelPlanCard .pricingButton {
  width: 100%;
  border-color: #ffcc00;
  background: #ffcc00;
  color: #050505;
}

.labelPlanAmount span {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.pricingNote {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.5rem;
  background: #fafafa;
}

.pricingNote h2 {
  max-width: 46rem;
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.pricingNote .heroPrimary {
  justify-self: start;
  background: #050505;
  border-color: #050505;
  color: #ffcc00;
}

.pricingNote .heroPrimary:hover {
  background: #ffcc00;
  border-color: #ffcc00;
  color: #050505;
}

.leaderboardPage,
.artistPage,
.supportPage,
.accountPage {
  min-height: 0;
  padding-bottom: 0;
  background: #fff;
  color: #050505;
}

.leaderboardPage {
  padding-bottom: 0;
}

.artistPage {
  padding-bottom: 0;
}

#dashboard-create-beat .dashboardShell {
  padding-bottom: 14.5rem;
}

.leaderboardPage .heroNav,
.artistPage .heroNav,
.supportPage .heroNav,
.accountPage .heroNav {
  position: relative;
}

.leaderboardShell,
.artistShell,
.supportShell,
.accountShell,
.dashboardShell {
  width: 100%;
  padding: 4rem 1.5rem 6rem;
  background:
    radial-gradient(circle at top left, rgba(255, 204, 0, 0.18), transparent 24rem),
    #fff;
}

.artistPagePaid .artistShell {
  padding-top: 0;
}

.leaderboardIntro,
.leaderboardPrize,
.leaderboardCard,
.artistProfileCard,
.supportIntro,
.supportCard,
.accountCard,
.dashboardHero,
.dashboardSubnav,
.dashboardNotice,
.dashboardOverview,
.dashboardGrid {
  max-width: 62rem;
  margin: 0 auto;
}

.dashboardHero {
  width: 100%;
  max-width: 62rem;
}

.dashboardHero p {
  max-width: 100%;
}

.leaderboardIntro,
.supportIntro {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.leaderboardIntro h1,
.supportIntro h1,
.accountCard h1 {
  margin: 0;
  color: #050505;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.08em;
  font-weight: 900;
  text-transform: uppercase;
}

.leaderboardIntro p,
.supportIntro p,
.supportCard p,
.accountCard p {
  margin: 0;
  color: #555;
  line-height: 1.8;
}

.leaderboardPrize {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid #050505;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.78), transparent 10rem),
    linear-gradient(135deg, #ffcc00 0%, #f1a900 42%, #050505 42%, #050505 100%);
  color: #050505;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}

.leaderboardPrize::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(90deg, rgba(5, 5, 5, 0.12) 0 1px, transparent 1px 5.5rem),
    repeating-linear-gradient(0deg, rgba(5, 5, 5, 0.08) 0 1px, transparent 1px 5.5rem);
  opacity: 0.35;
}

.leaderboardPrizeCopy {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  max-width: 38rem;
}

.leaderboardPrizeCopy span,
.leaderboardPrizeMeta span,
.leaderboardPrizeBadge span {
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.leaderboardPrizeCopy strong {
  color: #fff;
  font-size: clamp(4rem, 14vw, 10rem);
  line-height: 0.9;
  letter-spacing: -0.12em;
  font-weight: 900;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.35);
}

.leaderboardPrizeCopy p {
  max-width: 32rem;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

.leaderboardPrizeBadge {
  display: grid;
  place-items: center;
  align-self: center;
  width: clamp(8rem, 18vw, 12rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 204, 0, 0.55);
  border-radius: 999px;
  background: #050505;
  color: #ffcc00;
  box-shadow: inset 0 0 0 0.7rem rgba(255, 204, 0, 0.1), 0 24px 60px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.leaderboardPrizeBadge strong {
  color: #fff;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.75;
  letter-spacing: -0.1em;
}

.leaderboardPrizeMeta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.leaderboardPrizeMeta span {
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #050505;
}

.leaderboardCard {
  display: grid;
  gap: 1.25rem;
  padding: 1.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.07);
}

.leaderboardCardHeader {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.leaderboardCardHeader h2 {
  margin: 0.4rem 0 0;
  color: #050505;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.leaderboardCardHeader p,
.leaderboardLoginNote p {
  margin: 0;
  color: #666;
  line-height: 1.7;
}

.leaderboardList {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leaderboardRow,
.leaderboardUserOutside {
  display: grid;
  grid-template-columns: 4.75rem 4.5rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid #ececec;
  border-radius: 0.9rem;
  background: #fafafa;
}

.leaderboardRowCurrent,
.leaderboardUserOutside {
  border-color: #ffcc00;
  background: #fff8d6;
}

.leaderboardUserOutside {
  margin-top: 0.35rem;
}

.leaderboardUserOutside::before {
  content: "Your rank outside the top 50";
  grid-column: 1 / -1;
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.leaderboardRank {
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.82rem;
  font-weight: 700;
}

.leaderboardCover {
  width: 4.5rem;
  aspect-ratio: 1;
  border-radius: 0.65rem;
  object-fit: cover;
  background: #eaeaea;
}

.leaderboardPlayTarget {
  width: 4.5rem;
  padding: 0;
  border: 0;
  border-radius: 0.65rem;
  background: transparent;
  cursor: pointer;
}

.leaderboardPlayTarget:hover .leaderboardCover {
  transform: scale(1.04);
}

.leaderboardTrackMeta {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.leaderboardSongButton {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #050505;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  overflow-wrap: anywhere;
}

.leaderboardSongButton:hover {
  color: #9b7800;
}

.leaderboardArtist {
  min-width: 0;
  color: #666;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.leaderboardArtist:hover {
  color: #050505;
}

.leaderboardLoginNote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 1rem;
  background: #fafafa;
}

.artistProfileCard {
  display: grid;
  grid-template-columns: minmax(12rem, 22rem) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.07);
}

.paidArtistHero {
  position: relative;
  display: grid;
  min-height: clamp(34rem, 72vh, 48rem);
  overflow: hidden;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(6rem, 12vw, 10rem) max(1.5rem, calc((100vw - 84rem) / 2)) clamp(3rem, 7vw, 6rem);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.62), rgba(5, 5, 5, 0.2)),
    radial-gradient(circle at 78% 28%, rgba(255, 204, 0, 0.34), transparent 18rem),
    var(--artist-hero-image) center / cover;
  color: #fff;
  box-shadow: none;
}

.paidArtistHeroContent {
  display: grid;
  align-content: end;
  gap: 1.1rem;
  max-width: 58rem;
}

.paidArtistProfileImage {
  width: clamp(6rem, 14vw, 10rem);
  aspect-ratio: 1;
  border: 3px solid #ffcc00;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
}

.paidArtistHero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4.5rem, 13vw, 12rem);
  line-height: 0.82;
  letter-spacing: -0.12em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.42);
}

.paidArtistHero p {
  max-width: 38rem;
  margin: 0;
  color: #f4f4f4;
  line-height: 1.8;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.34);
}

.paidArtistHeroActions,
.paidArtistSocials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.paidArtistSocials a,
.paidArtistSocials span,
.paidArtistSocials button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.paidArtistSocials button {
  appearance: none;
  cursor: pointer;
}

.artistFollowButton {
  justify-self: start;
  width: fit-content;
  padding: 0.85rem 1.25rem;
  border: 1px solid #ffcc00;
  border-radius: 999px;
  background: #ffcc00;
  color: #050505;
  cursor: pointer;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(255, 204, 0, 0.22);
}

.artistFollowButtonActive {
  background: #050505;
  color: #ffcc00;
}

.artistFollowButton:disabled {
  opacity: 0.65;
  cursor: wait;
}

.artistBrowserIntro {
  display: grid;
  gap: 0.8rem;
  max-width: 84rem;
  margin: 0 auto 2.5rem;
}

.artistBrowserIntro h1 {
  margin: 0;
  color: #050505;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.08em;
  font-weight: 900;
  text-transform: uppercase;
}

.artistBrowserIntro p {
  margin: 0;
  color: #555;
  line-height: 1.8;
}

.artistBrowserGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  max-width: 84rem;
  margin: 0 auto;
}

.artistBrowserCard {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
}

.artistBrowserLink {
  display: grid;
  gap: 0.75rem;
  color: #050505;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

.artistBrowserThumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #eee;
}

.artistBrowserLink span {
  display: block;
  padding: 0 0.8rem 0.85rem;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 400;
}

.artistProfileCover {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1rem;
  object-fit: cover;
}

.artistProfileBody {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.artistProfileBody h1 {
  margin: 0;
  color: #050505;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.08em;
  font-weight: 900;
  text-transform: uppercase;
}

.artistProfileBody p {
  margin: 0;
  color: #555;
  line-height: 1.8;
}

.artistProfileActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.artistProfileActionButton {
  appearance: none;
}

.artistProfileSong {
  color: #050505 !important;
  font-size: 1.3rem;
  font-weight: 700;
}

.artistSongsSection {
  display: grid;
  gap: 1rem;
  max-width: 62rem;
  margin: 2rem auto 0;
  padding: 1.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.07);
}

.paidArtistSection {
  width: 100%;
  max-width: 84rem;
  margin: 2rem auto 0;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.artistPageWebsite {
  --artist-website-hero-image: url("https://images.unsplash.com/photo-1514525253161-7a46d19cd819?q=80&w=2400&auto=format&fit=crop");
  --artist-website-texture-image: url("https://images.unsplash.com/photo-1508973379184-7517410fb0bc?q=80&w=2200&auto=format&fit=crop");
  --artist-website-footer-image: url("https://images.unsplash.com/photo-1499364615650-ec38552f4f34?q=80&w=2200&auto=format&fit=crop");
  --artist-site-dark: #090909;
  --artist-site-ink: #111111;
  --artist-site-paper: #fbfaf4;
  --artist-site-warm: #efe5c4;
  --artist-site-accent: #ffcc00;
  background: var(--artist-site-paper);
  color: var(--artist-site-ink);
}

.artistPageWebsite .artistShell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 calc(7rem + var(--artist-player-clearance, 8rem));
}

.artistWebsiteHero {
  position: relative;
  min-height: 96svh;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.62) 42%, rgba(5, 5, 5, 0.22) 72%, rgba(5, 5, 5, 0.04) 100%),
    var(--artist-website-hero-image) center/cover no-repeat,
    #08080a;
  color: #fffdf8;
}

.artistWebsiteOverlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.08) 0%, rgba(8, 8, 10, 0.18) 58%, rgba(8, 8, 10, 0.9) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 6.5rem);
  pointer-events: none;
}

.artistWebsiteChrome,
.artistWebsiteHeroInner {
  position: relative;
  z-index: 1;
}

.artistWebsiteChrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  margin: 0;
  padding: 1.05rem clamp(1.25rem, 4vw, 3.5rem);
  background: rgba(5, 5, 5, 0.62);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.artistWebsiteBrand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.artistWebsiteBrandMark {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0;
  background: linear-gradient(135deg, #ffcc00 0%, #f1f1f1 100%);
  box-shadow: 0 0 22px rgba(255, 204, 0, 0.4);
}

.artistWebsiteBrand strong,
.artistWebsiteBrand span {
  display: block;
}

.artistWebsiteBrand strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.artistWebsiteBrand span {
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.artistWebsiteNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
}

.artistWebsiteNavToggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 253, 248, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fffdf8;
  cursor: pointer;
}

.artistWebsiteNavToggle span {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.artistWebsiteNavOpen .artistWebsiteNavToggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.artistWebsiteNavOpen .artistWebsiteNavToggle span:nth-child(2) {
  opacity: 0;
}

.artistWebsiteNavOpen .artistWebsiteNavToggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.artistWebsiteNav a {
  padding: 0.7rem 0.8rem;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  color: #fffdf8;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.artistWebsiteNav a:hover {
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffcc00;
}

.artistWebsiteHeroInner {
  display: grid;
  grid-template-columns: minmax(0, 64rem);
  align-content: end;
  align-items: end;
  width: min(100%, 94rem);
  min-height: calc(96svh - 5.5rem);
  margin: 0 auto;
  padding: clamp(7rem, 12vw, 10rem) clamp(1.25rem, 5vw, 4.5rem) clamp(3rem, 7vw, 6rem);
}

.artistWebsiteHeroMain {
  display: grid;
  gap: 1.2rem;
  max-width: 64rem;
}

.artistWebsiteHeroSide {
  display: grid;
  gap: 1rem;
  justify-self: end;
  width: min(100%, 24rem);
}

.artistWebsiteEyebrow {
  margin: 0;
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.artistWebsiteHero h1 {
  width: min(100%, 12ch);
  margin: 0;
  font-size: clamp(4.2rem, 13vw, 12rem);
  line-height: 0.78;
  letter-spacing: -0.1em;
  font-weight: 900;
  text-transform: uppercase;
  text-wrap: balance;
}

.artistWebsiteSummary {
  width: min(100%, 45rem);
  margin: 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
}

.artistWebsiteHeroActions,
.artistWebsiteMeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.artistWebsiteMailingButton {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fffdf8;
}

.artistWebsiteMailingButton:hover {
  border-color: rgba(255, 204, 0, 0.6);
  color: #ffcc00;
}

.artistWebsiteMeta span {
  color: rgba(255, 253, 248, 0.72);
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artistWebsiteSpotlight,
.artistWebsiteQuickLinks {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.artistWebsiteSpotlight {
  overflow: hidden;
}

.artistWebsiteSpotlightImage {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.artistWebsiteSpotlightBody {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.artistWebsiteSpotlightLabel {
  margin: 0;
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artistWebsiteSpotlightBody strong {
  color: #fffdf8;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.artistWebsiteSpotlightBody p {
  margin: 0;
  color: rgba(255, 253, 248, 0.76);
  line-height: 1.7;
}

.artistWebsiteQuickLinks {
  display: grid;
}

.artistWebsiteQuickLinks a {
  display: block;
  padding: 0.95rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fffdf8;
  text-decoration: none;
  font-family: var(--font-mono), monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.artistWebsiteQuickLinks a:first-child {
  border-top: 0;
}

.artistWebsiteQuickLinks a:hover {
  color: #ffcc00;
  background: rgba(255, 255, 255, 0.04);
}

.artistWebsiteSection {
  position: relative;
  overflow: clip;
  width: 100%;
  margin: 0;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 5vw, 4.5rem);
  background: var(--artist-site-paper);
  color: #111111;
  isolation: isolate;
}

.artistWebsiteSection::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(251, 250, 244, 0.88), rgba(251, 250, 244, 0.96)),
    repeating-linear-gradient(90deg, rgba(5, 5, 5, 0.035) 0 1px, transparent 1px 4.5rem),
    var(--artist-website-texture-image) center/cover no-repeat;
  opacity: 0.18;
  filter: grayscale(1) contrast(0.7) brightness(1.18);
  transform: scale(1.04);
  pointer-events: none;
  z-index: -1;
}

.artistWebsiteGallerySection,
.artistWebsiteEventsSection,
.artistWebsiteSubscribeSection {
  background: #14110a;
  color: #fff8ee;
}

.artistWebsiteGallerySection::after,
.artistWebsiteEventsSection::after,
.artistWebsiteSubscribeSection::after {
  opacity: 0.34;
  background:
    linear-gradient(180deg, rgba(20, 17, 10, 0.82), rgba(20, 17, 10, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 4.5rem),
    var(--artist-website-texture-image) center/cover no-repeat;
  filter: grayscale(1) contrast(0.75) brightness(0.8);
}

.artistWebsiteSectionHeader {
  display: grid;
  grid-template-columns: minmax(0, 0.28fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
  width: min(100%, 94rem);
  margin-left: auto;
  margin-right: auto;
}

.artistWebsiteSectionHeader h2 {
  margin: 0;
  color: currentColor;
  font-size: clamp(2.8rem, 6vw, 6.8rem);
  line-height: 0.86;
  letter-spacing: -0.09em;
  font-weight: 900;
  text-transform: uppercase;
  text-wrap: balance;
}

.artistWebsiteBioSection,
.artistWebsiteAboutSection,
.artistWebsiteMusicSection,
.artistWebsiteMerchSection,
.artistWebsiteGallerySection,
.artistWebsiteEventsSection,
.artistWebsiteNewsSection,
.artistWebsiteSubscribeSection,
.artistWebsiteBookingSection,
.artistWebsiteContactSection {
  position: relative;
}

.artistWebsiteBioSection::before,
.artistWebsiteAboutSection::before,
.artistWebsiteMusicSection::before,
.artistWebsiteMerchSection::before,
.artistWebsiteGallerySection::before,
.artistWebsiteEventsSection::before,
.artistWebsiteNewsSection::before,
.artistWebsiteSubscribeSection::before,
.artistWebsiteBookingSection::before,
.artistWebsiteContactSection::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 0;
  background: linear-gradient(90deg, rgba(255, 204, 0, 0.42), rgba(255, 255, 255, 0));
}

.artistWebsiteBioGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.48fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  width: min(100%, 94rem);
  margin: 0 auto;
}

.artistWebsiteBioCopy,
.artistWebsiteBioCard,
.artistWebsiteEmptyState {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.artistWebsiteBioCopy p,
.artistWebsiteBioCard p,
.artistWebsiteEmptyState p {
  margin: 0;
  color: color-mix(in srgb, currentColor 72%, transparent);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.75;
}

.artistWebsiteBioCopy {
  display: grid;
  gap: 1rem;
}

.artistWebsiteBioCard {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  padding: 1.2rem 0 0 1.5rem;
  border-top: 1px solid #111;
  border-left: 0;
}

.artistWebsiteBioCard span {
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artistWebsiteBioCard strong {
  color: currentColor;
  font-size: 1.65rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.artistWebsiteGalleryGrid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-auto-rows: minmax(13rem, 18vw);
  gap: 0;
  width: min(100%, 94rem);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.artistWebsiteGalleryItem {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 13rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111;
  color: #fff8ee;
  cursor: zoom-in;
}

.artistWebsiteGalleryItemLarge {
  grid-column: span 1;
  grid-row: span 2;
}

.artistWebsiteGalleryItem img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.88;
  transition: transform 500ms ease, opacity 220ms ease;
}

.artistWebsiteGalleryItem:hover img {
  opacity: 1;
  transform: scale(1.04);
}

.artistWebsiteGalleryItem span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.8rem 0.9rem 0.9rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  font-family: var(--font-mono), monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: left;
  text-transform: uppercase;
}

.artistWebsiteEventList,
.artistWebsiteNewsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 94rem);
  margin: 0 auto;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.artistWebsiteEventCard,
.artistWebsiteNewsCard {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  min-height: 15rem;
  padding: clamp(1.1rem, 3vw, 2rem);
  border: 0;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  background: transparent;
  backdrop-filter: blur(12px);
}

.artistWebsiteNewsCard {
  background: transparent;
  color: #111111;
}

.artistWebsiteEventCard span,
.artistWebsiteNewsCard span {
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artistWebsiteEventCard strong {
  color: #fff8ee;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.82;
  letter-spacing: -0.09em;
}

.artistWebsiteEventCard p,
.artistWebsiteNewsCard p {
  margin: 0;
  color: color-mix(in srgb, currentColor 72%, transparent);
  line-height: 1.7;
}

.artistWebsiteNewsCard h3 {
  margin: 0;
  color: #111111;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.artistWebsiteFooter {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 0.7fr));
  gap: 2rem;
  padding: clamp(3rem, 7vw, 5rem) clamp(1.25rem, 5vw, 4.5rem) calc(8rem + env(safe-area-inset-bottom));
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.88)),
    var(--artist-website-footer-image) center/cover no-repeat;
  color: #fff8ee;
}

.artistWebsiteFooterBrand,
.artistWebsiteFooterColumn {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.artistWebsiteFooterBrand strong {
  color: #ffcc00;
  font-size: clamp(2.4rem, 8vw, 7rem);
  line-height: 0.78;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}

.artistWebsiteFooterBrand p {
  max-width: 32rem;
  margin: 0;
  color: rgba(255, 248, 238, 0.72);
  line-height: 1.7;
}

.artistWebsiteFooterColumn h2 {
  margin: 0 0 0.3rem;
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.artistWebsiteFooterColumn a {
  color: rgba(255, 248, 238, 0.82);
  text-decoration: none;
}

.artistWebsiteFooterColumn a:hover {
  color: #ffcc00;
}

.artistPageWebsite .artistSongsSection,
.artistPageWebsite .paidArtistSection {
  max-width: none;
  margin-top: 0;
}

.artistPageWebsite .artistSongList,
.artistPageWebsite .paidArtistMerchGrid,
.artistPageWebsite .bookingPanel,
.artistPageWebsite .paidArtistMessage {
  width: min(100%, 94rem);
  margin-left: auto;
  margin-right: auto;
}

.artistPageWebsite .storeEmpty {
  width: min(100%, 86rem);
  margin: 0 auto;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.artistPageWebsite .artistSongRow,
.artistPageWebsite .paidArtistMerchCard,
.artistPageWebsite .bookingSummary,
.artistPageWebsite .bookingCalendar,
.artistPageWebsite .paidArtistMessage {
  border-radius: 0;
  border-color: rgba(5, 5, 5, 0.18);
  background: transparent;
  box-shadow: none;
}

.artistPageWebsite .artistSongRow {
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.4rem 0;
  border-width: 0 0 1px;
}

.artistPageWebsite .paidArtistMerchCard {
  overflow: hidden;
  border-width: 0 0 1px;
  background: transparent;
  color: #050505;
}

.artistPageWebsite .paidArtistMerchCard span,
.artistPageWebsite .paidArtistMerchCard strong {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  color: #050505;
}

.artistPageWebsite .paidArtistVideoCard {
  background: #fff;
  color: #050505;
}

.artistPageWebsite .paidArtistVideoCard strong {
  color: #050505;
}

.artistPageWebsite .paidArtistMessage {
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem) 0;
  border: 0;
  background: transparent;
}

.artistPageWebsite .paidArtistMessage p {
  max-width: 34rem;
}

.artistPageWebsite .artistSongCoverButton,
.artistPageWebsite .artistSongCover {
  width: 7rem;
  border-radius: 0;
}

.artistPageWebsite .artistSongMeta button {
  font-size: clamp(1.4rem, 3vw, 2.8rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.artistPageWebsite .artistSongMeta button,
.artistPageWebsite .paidArtistMessage h2 {
  color: #111111;
}

.artistPageWebsite .artistSongMeta span,
.artistPageWebsite .paidArtistMessage p {
  color: #555555;
}

.artistPageWebsite .bookingPolicy {
  border-color: rgba(255, 204, 0, 0.26);
  background: rgba(255, 204, 0, 0.1);
  color: #453400 !important;
}

.artistPageWebsite .bookingDate:has(input:checked) {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #050505;
}

.artistPageWebsite .bookingDate:has(input:checked) span {
  color: rgba(5, 5, 5, 0.7);
}

.artistPageWebsite .bookingSummary,
.artistPageWebsite .bookingCalendar {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(5, 5, 5, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.artistPageWebsite .bookingRate {
  color: #111111;
}

.artistPageWebsite .bookingSummary p,
.artistPageWebsite .bookingSummary dt,
.artistPageWebsite .bookingCalendarTitle {
  color: #555555;
}

.artistPageWebsite .bookingSummary dd {
  color: #111111;
}

.artistPageWebsite .bookingDate {
  border-color: rgba(5, 5, 5, 0.18);
  background: transparent;
  color: #111111;
}

.artistPageWebsite .bookingDate span {
  color: #666666;
}

.artistWebsiteSubscribeSection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 28rem);
  gap: 1.25rem;
  align-items: center;
  width: 100%;
  margin: 0;
}

.artistWebsiteSubscribeCopy {
  display: grid;
  gap: 0.8rem;
}

.artistWebsiteSubscribeCopy h2 {
  margin: 0;
  color: currentColor;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.artistWebsiteSubscribeCopy p:last-child {
  margin: 0;
  max-width: 34rem;
  color: rgba(245, 241, 232, 0.76);
  line-height: 1.8;
}

.artistWebsiteSubscribeForm {
  display: grid;
  gap: 0.9rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.artistWebsiteSubscribeForm label {
  display: grid;
  gap: 0.45rem;
}

.artistWebsiteSubscribeForm label span {
  color: rgba(245, 241, 232, 0.72);
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artistWebsiteSubscribeForm input {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  color: #fff8ee;
  font-size: 1rem;
}

.artistWebsiteSubscribeForm input::placeholder {
  color: rgba(245, 241, 232, 0.46);
}

.artistPageWebsite .bottomPlayer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 9, 10, 0.92);
  backdrop-filter: blur(14px);
}

@media (max-width: 900px) {
  .artistWebsiteChrome {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
  }

  .artistWebsiteNav {
    display: grid;
    grid-column: 1 / -1;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding-top: 0.3rem;
    opacity: 0;
    transform: translateY(-0.45rem);
    transition:
      max-height 260ms ease,
      opacity 200ms ease,
      transform 220ms ease;
  }

  .artistWebsiteNavOpen .artistWebsiteNav {
    gap: 0;
    max-height: 22rem;
    opacity: 1;
    transform: translateY(0);
  }

  .artistWebsiteNavToggle {
    display: inline-flex;
  }

  .artistWebsiteNav a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    background: transparent;
    text-align: left;
    backdrop-filter: none;
  }

  .artistWebsiteNav a:hover {
    background: transparent;
  }

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

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

  .artistWebsiteGalleryGrid,
  .artistWebsiteEventList,
  .artistWebsiteNewsGrid,
  .artistWebsiteFooter {
    grid-template-columns: 1fr;
  }

  .artistWebsiteGalleryItemLarge {
    grid-column: auto;
    grid-row: auto;
  }

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

  .artistWebsiteHeroSide {
    justify-self: start;
    width: min(100%, 28rem);
  }

  .artistPageWebsite .artistSongRow {
    grid-template-columns: 5rem minmax(0, 1fr);
  }

  .artistPageWebsite .artistSongCoverButton,
  .artistPageWebsite .artistSongCover {
    width: 5rem;
  }
}

@media (max-width: 640px) {
  .artistWebsiteHero {
    min-height: auto;
  }

  .artistWebsiteHeroInner {
    min-height: auto;
    padding-top: 3.5rem;
  }

  .artistWebsiteNav a {
    font-size: 0.7rem;
  }

  .artistWebsiteHeroActions,
  .artistWebsiteMeta {
    align-items: stretch;
  }

  .artistPageWebsite .artistSongRow {
    grid-template-columns: 4rem minmax(0, 1fr);
  }

  .artistPageWebsite .artistSongCoverButton,
  .artistPageWebsite .artistSongCover {
    width: 4rem;
  }
}

.artistPagePaid .artistSongsSection {
  margin-top: 2.5rem;
}

.paidArtistSection .artistSongsHeader {
  display: grid;
  justify-items: start;
  gap: 0.45rem;
  margin-bottom: 1rem;
  text-align: left;
}

.paidArtistSection .artistSongsHeader h2 {
  width: 100%;
  text-align: left;
}

.artistSongsHeader h2 {
  margin: 0.4rem 0 0;
  color: #050505;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.artistSongList {
  display: grid;
  gap: 0.7rem;
}

.artistSongRow {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 0.85rem;
  border: 1px solid #ececec;
  border-radius: 0.9rem;
  background: #fafafa;
}

.artistSongCoverButton {
  width: 4.5rem;
  padding: 0;
  border: 0;
  border-radius: 0.65rem;
  background: transparent;
  cursor: pointer;
}

.artistSongCover {
  display: block;
  width: 4.5rem;
  aspect-ratio: 1;
  border-radius: 0.65rem;
  object-fit: cover;
}

.artistSongMeta {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.artistSongMeta button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #050505;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.artistSongMeta button:hover {
  color: #9b7800;
}

.artistSongMeta span {
  color: #666;
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.paidArtistMerchGrid,
.paidArtistVideoGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.paidArtistGalleryGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 11rem));
  gap: 0.75rem;
}

.paidArtistMerchCard,
.paidArtistVideoCard {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background: #fff;
  color: #050505;
  text-decoration: none;
  font-family: Arial, sans-serif;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
}

.paidArtistSection .artistSongList {
  grid-template-columns: repeat(auto-fit, minmax(min(22rem, 100%), 1fr));
}

.paidArtistSection .artistSongRow {
  grid-template-columns: 5.25rem minmax(0, 1fr);
  padding: 1rem;
}

.paidArtistSection .artistSongCoverButton,
.paidArtistSection .artistSongCover {
  width: 5.25rem;
}

.paidArtistMerchCard img,
.paidArtistVideoCard img,
.paidArtistGalleryButton img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.paidArtistGalleryButton {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: transparent;
  cursor: zoom-in;
}

.paidArtistGalleryButton img {
  aspect-ratio: 1;
  border-radius: 2px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
}

.paidArtistGalleryButton:hover img {
  filter: contrast(1.08) saturate(1.08);
}

.paidArtistMerchCard span,
.paidArtistMerchCard strong,
.paidArtistVideoCard span,
.paidArtistVideoCard strong {
  display: block;
  padding: 0 0.8rem;
}

.paidArtistMerchCard span,
.paidArtistVideoCard strong {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.paidArtistMerchCard strong {
  margin: 0.4rem 0 0.8rem;
  font-size: 0.9rem;
  font-weight: 400;
}

.paidArtistVideoCard {
  position: relative;
}

.paidArtistVideoCard span {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: #ffcc00;
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.paidArtistVideoCard strong {
  margin-bottom: 0.8rem;
}

.paidArtistEventList {
  display: grid;
  gap: 0.75rem;
}

.paidArtistEvent {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) minmax(0, 12rem);
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 1rem;
  background: #fafafa;
}

.paidArtistEvent span {
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.paidArtistEvent strong {
  color: #050505;
  font-size: 1rem;
}

.paidArtistEvent p {
  margin: 0;
  color: #666;
  text-align: right;
}

.paidArtistMessage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.paidArtistMessage h2 {
  margin: 0.4rem 0;
  color: #050505;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.paidArtistMessage p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.bookingPanel {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
  gap: 1rem;
}

.bookingSummary,
.bookingCalendar {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
}

.bookingRate {
  margin: 0;
  color: #050505;
  font-size: clamp(2.4rem, 6vw, 4.7rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.bookingSummary p {
  margin: 0;
  color: #555;
  line-height: 1.65;
}

.bookingSummary dl {
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.bookingSummary dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid #ececec;
}

.bookingSummary dt,
.bookingSummary dd {
  margin: 0;
}

.bookingSummary dt,
.bookingCalendarTitle {
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bookingSummary dd {
  color: #050505;
  font-weight: 700;
}

.bookingPolicy {
  padding: 0.9rem;
  border: 1px solid #f0df9d;
  border-radius: 2px;
  background: #fff8d9;
  color: #453400 !important;
}

.bookingCalendarTitle {
  margin: 0;
}

.bookingDateGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.bookingDate {
  display: grid;
  gap: 0.3rem;
  min-height: 5rem;
  padding: 0.9rem;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: #fafafa;
  color: #050505;
  cursor: pointer;
}

.bookingDate input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bookingDate span {
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bookingDate strong {
  align-self: end;
  font-size: 1.35rem;
  line-height: 1;
}

.bookingDate:has(input:checked) {
  border-color: #050505;
  background: #050505;
  color: #ffcc00;
}

.bookingDate:has(input:checked) span {
  color: #fff;
}

.bookingDateUnavailable {
  opacity: 0.45;
  cursor: not-allowed;
}

.mailingListModal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 1.5rem;
}

.mailingListModalOpen {
  display: grid;
}

.mailingListBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(10px);
}

.mailingListDialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(100%, 34rem);
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2px;
  background:
    radial-gradient(circle at top right, rgba(255, 204, 0, 0.24), transparent 14rem),
    #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.mailingListDialog h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.mailingListDialog p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.mailingListClose {
  justify-self: end;
  border: 1px solid #050505;
  border-radius: 999px;
  background: #050505;
  color: #ffcc00;
  cursor: pointer;
  font-family: var(--font-mono), monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 0.6rem 0.75rem;
  text-transform: uppercase;
}

.mailingListForm {
  display: grid;
  gap: 0.9rem;
}

.mailingListForm label {
  display: grid;
  gap: 0.45rem;
  color: #555;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mailingListForm input {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #fff;
  color: #050505;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.mailingListNotice {
  padding: 0.85rem;
  border-radius: 2px;
  line-height: 1.5;
}

.mailingListNoticeSuccess {
  border: 1px solid #d7ead7;
  background: #f0fff0;
  color: #245b24;
}

.mailingListNoticeError {
  border: 1px solid #ffd6dc;
  background: #fff2f4;
  color: #8c2438;
}

.galleryViewer {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: none;
  place-items: center;
  padding: 1.5rem;
}

.galleryViewerOpen {
  display: grid;
}

.galleryViewerBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.82);
  backdrop-filter: blur(10px);
}

.galleryViewerDialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(100%, 68rem);
}

.galleryViewerDialog img {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 2px;
  background: #050505;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.galleryViewerClose {
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: #ffcc00;
  color: #050505;
  cursor: pointer;
  font-family: var(--font-mono), monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 0.65rem 0.85rem;
  text-transform: uppercase;
}

.supportCard,
.accountCard {
  display: grid;
  gap: 1.3rem;
  padding: 1.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.07);
}

.supportCard h2 {
  margin: 0.4rem 0;
  color: #050505;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 900;
}

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

.supportField {
  display: grid;
  gap: 0.45rem;
  color: #555;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.supportFieldFull,
.supportSubmit {
  grid-column: 1 / -1;
}

.supportField input,
.supportField select,
.supportField textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #dcdcdc;
  border-radius: 0.8rem;
  background: #fff;
  color: #050505;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.supportField select {
  cursor: pointer;
}

.supportField textarea {
  resize: vertical;
}

.agreementSignPanel {
  border: 1px solid #e4e4e4;
  background: #fafafa;
}

.agreementNotice,
.agreementLoginPrompt {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 0.8rem;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.agreementNoticeSuccess {
  border-color: #b7dec1;
  background: #f2fbf4;
  color: #174b25;
}

.agreementPostSignActions {
  margin-top: 1rem;
}

.agreementNoticeError {
  border-color: #e5b2b2;
  background: #fff3f3;
  color: #7a1717;
}

.agreementSignatureForm {
  margin-top: 1.2rem;
}

.agreementSignatureField {
  align-items: start;
}

.agreementSignaturePad {
  width: 100%;
  min-height: 13rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.8rem;
  background:
    linear-gradient(transparent calc(100% - 3.2rem), rgba(5, 5, 5, 0.16) calc(100% - 3.2rem)),
    #fff;
  overflow: hidden;
  touch-action: none;
}

.agreementSignaturePad canvas {
  display: block;
  width: 100%;
  height: 13rem;
  cursor: crosshair;
}

.agreementClearButton {
  width: fit-content;
}

.agreementCheckbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #303030;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.agreementCheckbox input {
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.agreementValueSnapshot {
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid #dcdcdc;
  border-radius: 0.8rem;
  background: #fff;
}

.agreementValueSnapshot h3 {
  margin: 0 0 0.9rem;
  color: #050505;
  font-size: 1rem;
}

.agreementValueSnapshot dl {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 0.9rem;
}

.agreementValueSnapshot dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #eeeeee;
}

.agreementValueSnapshot dt,
.agreementValueSnapshot dd {
  margin: 0;
}

.agreementValueSnapshot dt {
  color: #555;
  font-size: 0.84rem;
}

.agreementValueSnapshot dd {
  color: #050505;
  font-weight: 800;
}

.supportHidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.labelBenefitsIntro,
.labelBenefitsNotice {
  margin-bottom: 2rem;
}

.labelBenefitsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 84rem;
  margin: 0 auto 2rem;
}

.labelBenefitsCard {
  align-content: start;
}

.labelBenefitsList {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.labelBenefitsList li {
  color: #555;
  line-height: 1.6;
}

.labelBenefitsList li::before {
  content: "•";
  margin-right: 0.5rem;
  color: #ffcc00;
  font-weight: 900;
}

.accountPlanBox {
  display: grid;
  gap: 0.35rem;
  padding: 1.1rem;
  border: 1px solid #ececec;
  border-radius: 1rem;
  background: #fafafa;
}

.accountPlanBox span {
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.accountPlanBox strong {
  color: #050505;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}

.accountActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.darkActionRow .primaryLink,
.darkActionRow .secondaryLink {
  color: #ffcc00;
}

.darkActionRow .primaryLink {
  border-color: #050505;
  background: #050505;
}

.darkActionRow .secondaryLink {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.darkActionRow .secondaryLink:hover {
  border-color: rgba(255, 204, 0, 0.45);
  background: rgba(255, 204, 0, 0.08);
}

.dashboardHero {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.dashboardHero h1 {
  margin: 0;
  color: #050505;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.08em;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboardHero p {
  max-width: 100%;
  margin: 0;
  color: #555;
  line-height: 1.8;
}

.dashboardSubnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
  padding: 0.65rem;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.dashboardSubnav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  color: #555;
  text-decoration: none;
  font-family: var(--font-mono), monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dashboardSubnav a:hover,
.dashboardSubnavActive {
  background: #050505;
  color: #ffcc00 !important;
}

.websiteStartPage {
  min-height: 100vh;
  padding: 1.5rem;
  background: #fff;
}

.websiteStartBack {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
}

.websiteStartMain {
  min-height: calc(100vh - 3rem);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 2.5rem;
  padding: 3rem 0;
}

.websiteStartCard {
  width: min(100%, 26rem);
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}

.websiteStartIntro {
  margin: 0;
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
}

.websiteStartFormMinimal {
  width: 100%;
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.websiteStartSwatches {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.websiteStartSwatch {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
}

.websiteStartSwatch span {
  color: #555;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.websiteStartSwatch input[type="color"] {
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.websiteGeneratedOutput {
  width: min(100%, 74rem);
  display: grid;
  gap: 1.5rem;
}

.websiteGeneratedHeader {
  display: grid;
  gap: 0.55rem;
  text-align: center;
}

.websiteGeneratedHeader h2,
.websiteGeneratedCodeHeader h3 {
  margin: 0;
}

.websiteGeneratedDescription {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

.websiteGeneratedTimestamp {
  margin: 0;
  color: #666;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.websiteGeneratedPreviewWrap {
  border: 1px solid #e7e7e7;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.websiteGeneratedPreview {
  display: block;
  width: 100%;
  min-height: 42rem;
  border: 0;
  background: #fff;
}

@media (max-width: 900px) {
  .websiteGeneratedPreview {
    min-height: 28rem;
  }
}

.dashboardNotice {
  margin-bottom: 1.2rem;
}

.dashboardOverview,
.dashboardPanel {
  display: grid;
  gap: 1.2rem;
  padding: 1.35rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.07);
}

.dashboardShell > .dashboardPanel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dashboardSectionHeader {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.dashboardSectionHeader h2,
.dashboardPanel h2 {
  margin: 0.4rem 0 0;
  color: #050505;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.dashboardSectionHeader span {
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dashboardMetricGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.dashboardMetricCard {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fafafa;
}

.dashboardMetricCard p,
.dashboardMetricCard span {
  margin: 0;
  color: #666;
  line-height: 1.5;
}

.dashboardMetricCard p {
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dashboardMetricCard strong {
  color: #050505;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.dashboardGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1rem;
  margin-top: 1rem;
}

.referralOverview,
.referralMetricGrid,
.referralDashboardGrid,
.referralTablePanel {
  margin-top: 1rem;
}

#referrals .dashboardHero,
#referrals .dashboardSubnav,
#referrals .dashboardNotice,
#referrals .dashboardOverview,
#referrals .dashboardMetricGrid,
#referrals .dashboardGrid,
#referrals .dashboardPanel {
  width: min(100%, 62rem);
  margin-left: auto;
  margin-right: auto;
}

.referralHeroPanel {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 204, 0, 0.16), rgba(255, 255, 255, 0) 42%),
    #fff;
}

.referralHeroGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: stretch;
}

.referralInviteCard {
  display: grid;
  gap: 1rem;
  align-content: space-between;
  min-height: 100%;
  padding: 1.2rem;
  border: 1px solid #111;
  border-radius: 8px;
  background: #050505;
  color: #fff;
}

.referralInviteCard p,
.referralPanelText {
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.referralInviteCard p {
  color: #f1f1f1;
  font-size: 1.05rem;
}

.referralInviteBadge {
  width: fit-content;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 204, 0, 0.45);
  border-radius: 999px;
  background: rgba(255, 204, 0, 0.1);
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.referralShareActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.referralInviteCard .primaryButton {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #050505;
}

.referralInviteCard .secondaryLink {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.referralCopyStack {
  display: grid;
  gap: 0.8rem;
}

.referralCopyBox {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fafafa;
}

.referralLinkBox {
  align-content: space-between;
}

.referralCopyBox span {
  color: #666;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.referralCopyBox strong {
  overflow-wrap: anywhere;
  color: #050505;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.3;
}

.referralCopyBox .primaryButton,
.referralCopyBox .secondaryButton {
  width: fit-content;
}

.referralWithdrawForm,
.referralRuleList {
  display: grid;
  gap: 0.9rem;
}

.referralActionGrid {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.referralWithdrawForm .primaryButton {
  width: fit-content;
}

.referralRuleList p {
  display: grid;
  grid-template-columns: minmax(8rem, 0.45fr) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin: 0;
  padding: 0.85rem;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fafafa;
  color: #555;
  line-height: 1.6;
}

.referralRuleList strong {
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.referralRuleList span {
  min-width: 0;
}

.referralTableWrap {
  overflow-x: auto;
  border: 1px solid #ececec;
  border-radius: 8px;
}

.referralTable {
  width: 100%;
  min-width: 34rem;
  border-collapse: collapse;
}

.referralTable th,
.referralTable td {
  padding: 0.85rem;
  border-bottom: 1px solid #ececec;
  color: #555;
  text-align: left;
  vertical-align: top;
}

.referralTable tbody tr:last-child td {
  border-bottom: 0;
}

.referralTable th {
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dashboardNotificationList {
  display: grid;
  gap: 0.75rem;
}

.dashboardNotificationList p {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0.9rem 0.9rem 0.9rem 1.15rem;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fafafa;
  color: #555;
  line-height: 1.65;
}

.dashboardNotificationList p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.35rem;
  background: #e11919;
}

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

.merchCatalogPanel,
.merchDetailPanel,
.merchVariantPanel {
  max-width: 62rem;
}

.merchDashboardHero {
  display: grid;
  gap: 1.25rem;
}

.merchDashboardIntro {
  display: grid;
  gap: 0.65rem;
}

.merchHeroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.merchHeroActions .primaryButton,
.merchHeroActions .secondaryLink {
  justify-content: center;
}

.merchSnapshotRow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.merchSnapshotCard {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border: 1px solid #ececec;
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 249, 249, 0.96)),
    radial-gradient(circle at top left, rgba(255, 204, 0, 0.18), transparent 12rem);
}

.merchSnapshotCard span,
.merchDashboardCardEyebrow,
.merchDashboardMeta {
  color: #666;
  font-family: var(--font-mono), monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.merchSnapshotCard strong {
  color: #050505;
  font-size: clamp(1.3rem, 3vw, 2.3rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.merchSnapshotCard small {
  color: #777;
  font-size: 0.88rem;
  line-height: 1.55;
}

.merchCatalogLead {
  margin: 0.75rem 0 0;
  color: #666;
  font-size: 0.94rem;
  line-height: 1.7;
}

.merchDashboardGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.merchDashboardCard {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: #fff;
  color: #050505;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.merchDashboardCard:hover {
  border-color: #050505;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.09);
}

.merchDashboardCard img,
.merchDashboardImageFallback {
  width: 100%;
  aspect-ratio: 1 / 0.88;
  object-fit: cover;
  background: #f4f4f4;
}

.merchDashboardImageFallback {
  display: grid;
  place-items: center;
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.merchDashboardCardBody {
  display: grid;
  gap: 0.48rem;
  padding: 0.8rem;
  align-content: start;
}

.merchDashboardCardTop,
.merchDetailActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.merchDashboardCardTop strong {
  color: #050505;
  font-size: 0.92rem;
}

.merchStatusPill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0.38rem 0.52rem;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: #f5f5f5;
  color: #555;
  font-family: var(--font-mono), monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.merchStatusLive {
  border-color: rgba(31, 106, 42, 0.22);
  background: #ecf8ec;
  color: #1f6a2a;
}

.merchStatusPending {
  border-color: rgba(128, 87, 0, 0.18);
  background: #fff4dd;
  color: #805700;
}

.merchStatusMuted {
  border-color: rgba(109, 101, 88, 0.16);
  background: #f2f0ec;
  color: #6d6558;
}

.merchDashboardCard h3,
.merchDetailCopy h2 {
  margin: 0;
  color: #050505;
  font-size: 0.94rem;
  line-height: 1.24;
}

.merchDashboardCard p,
.merchDetailCopy p {
  margin: 0;
  color: #666;
  line-height: 1.48;
}

.merchDashboardCard p {
  font-size: 0.88rem;
}

.merchDashboardMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  margin-top: 0.05rem;
}

.merchDashboardMeta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #7a7a7a;
}

.merchDashboardMeta span::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 999px;
  background: #ffcc00;
  flex-shrink: 0;
}

.merchDetailActions {
  width: 100%;
  max-width: 62rem;
  margin: 0 auto 1rem;
  justify-content: flex-start;
}

.merchDetailLayout {
  display: grid;
  grid-template-columns: minmax(13rem, 0.72fr) minmax(0, 1.28fr);
  gap: 1.2rem;
  align-items: start;
}

.merchDetailMedia img,
.merchDetailMedia .merchDashboardImageFallback {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.merchDetailCopy,
.merchDetailMeta {
  display: grid;
  gap: 0.9rem;
}

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

.merchDetailMeta div,
.merchVariantTableRow {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fafafa;
}

.merchDetailMeta dt {
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.merchDetailMeta dd {
  margin: 0;
  color: #050505;
  overflow-wrap: anywhere;
}

.merchVariantTable {
  display: grid;
  gap: 0.6rem;
  max-height: 28rem;
  overflow-y: auto;
  padding-right: 0.25rem;
  overscroll-behavior: contain;
}

.merchVariantTableRow {
  grid-template-columns: minmax(0, 1fr) 6rem minmax(8rem, 0.38fr);
  align-items: center;
}

.merchVariantTableRow span {
  font-weight: 800;
  text-align: right;
}

.merchVariantTableRow small {
  color: #777;
  text-align: right;
  overflow-wrap: anywhere;
}

.createHubPanel {
  max-width: 72rem;
}

.beatStudioPanel,
.beatLibraryPanel,
.merchStatusPanel,
.merchBuilderGrid,
.merchStudioShell,
.merchTemplatePanel {
  max-width: 72rem;
}

.beatStudioWorkspace {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
}

.beatStudioGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  align-items: start;
  align-content: start;
}

.beatStudioForm {
  align-content: start;
}

.beatStudioForm textarea {
  min-height: 12rem;
}

.beatStudioHintBlock p {
  margin: 0;
}

.beatStudioHint {
  color: #555;
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  text-transform: none;
}

.beatStudioActionRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.beatStudioStats {
  display: grid;
  gap: 1rem;
}

.beatStudioPanel {
  background: #fff;
  max-width: none;
  min-height: 100%;
  grid-template-rows: auto 1fr;
  align-content: stretch;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.beatLibraryPanel {
  gap: 0;
  padding: 0;
  background: #050505;
  max-width: none;
  min-height: 100%;
  grid-template-rows: auto 1fr;
  align-content: stretch;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.beatLibraryPanel > .dashboardSectionHeader {
  padding: 1.35rem 1.35rem 1rem;
}

.beatLibraryPanel .dashboardSectionHeader h2,
.beatLibraryPanel .dashboardPanel h2,
.beatLibraryPanel strong {
  color: #fff;
}

.beatLibraryPanel .sectionKicker,
.beatLibraryPanel .dashboardSectionHeader span,
.beatLibraryPanel .beatStudioMeta,
.beatLibraryPanel .beatStudioPrompt,
.beatLibraryPanel .beatStudioEmpty p {
  color: rgba(255, 255, 255, 0.72);
}

.beatLibraryPanel .ghostButton {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.beatLibraryPanel .ghostButton:hover {
  border-color: rgba(255, 204, 0, 0.4);
  background: rgba(255, 204, 0, 0.12);
}

.beatLibraryPanel .beatStudioCard {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.beatStudioLibraryGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: start;
  min-height: 100%;
  max-height: clamp(24rem, 68vh, 42rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(255, 204, 0, 0.55) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.beatStudioLibraryGrid::-webkit-scrollbar {
  width: 0.55rem;
}

.beatStudioLibraryGrid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.beatStudioLibraryGrid::-webkit-scrollbar-thumb {
  background: rgba(255, 204, 0, 0.55);
}

.beatStudioCard {
  overflow: hidden;
  display: grid;
  grid-template-columns: 8.75rem minmax(0, 1fr);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.beatStudioCard + .beatStudioCard {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.beatStudioCoverButton {
  position: relative;
  display: block;
  width: 100%;
  min-height: 8.75rem;
  padding: 0;
  border: 0;
  background: #0d0d0d;
  cursor: pointer;
}

.beatStudioCoverButton:disabled {
  cursor: default;
}

.beatStudioCover {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 8.75rem;
  aspect-ratio: auto;
  object-fit: cover;
}

.beatStudioCoverFallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #555;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.beatStudioStatus {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.46rem 0.66rem;
  border-radius: 999px;
  font-family: var(--font-mono), monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.beatStudioStatus.is-ready {
  background: #ffcc00;
  color: #050505;
}

.beatStudioStatus.is-pending {
  background: rgba(5, 5, 5, 0.85);
  color: #fff;
}

.beatStudioStatus.is-error {
  background: #fff2f4;
  color: #8c2438;
}

.beatStudioCardBody {
  display: grid;
  gap: 0.58rem;
  padding: 1rem 1.35rem 1rem 1rem;
  align-content: center;
}

.beatStudioCardHeader {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: start;
}

.beatStudioCardHeader h3 {
  margin: 0;
  color: #050505;
  font-size: 0.98rem;
  line-height: 1.2;
}

.beatStudioPlayButton {
  white-space: nowrap;
}

.beatStudioPrompt,
.beatStudioError,
.beatStudioEmpty p {
  margin: 0;
  line-height: 1.6;
}

.beatStudioPrompt {
  color: #555;
  font-size: 0.92rem;
}

.beatStudioMeta {
  margin: 0;
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.beatStudioError {
  color: #8c2438;
  font-size: 0.82rem;
}

.beatStudioEmpty {
  min-height: 12rem;
}

.beatStudioEmpty strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #050505;
}

.beatLibraryPanel .merchHistoryEmpty {
  margin: 0 1.35rem 1.35rem;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.82);
}

.beatLibraryPanel .beatStudioEmpty strong {
  color: #fff;
}

.beatLibraryPanel .beatStudioCardBody {
  padding-right: 1.35rem;
}

.beatLibraryPanel .beatStudioPlayButton {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.beatLibraryPanel .beatStudioPlayButton:disabled {
  opacity: 0.72;
}

.beatLibraryPanel .beatStudioCardHeader h3 {
  color: #fff;
}

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

.merchStatusCard {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 1rem;
  background: #fafafa;
}

.merchStatusCard span,
.merchBlueprintPreview dt {
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.merchStatusCard strong {
  color: #050505;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.merchStatusCard p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.merchBuilderGrid {
  grid-template-columns: minmax(18rem, 0.88fr) minmax(0, 1.12fr);
}

.merchTemplatePanel,
.merchCreatePanel,
.merchCreateForm,
.merchStudioShell,
.merchStudioMain,
.merchCanvasPanel {
  align-content: start;
}

.merchStudioShell {
  display: grid;
  grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
  gap: 1rem;
}

.merchStudioSidebar,
.merchCanvasPanel,
.merchPromptComposer {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 1rem;
  background: #fafafa;
}

.merchStudioSidebar {
  align-content: start;
}

.merchStudioSidebarIntro,
.merchCanvasHeader {
  display: grid;
  gap: 0.45rem;
}

.merchStudioSidebarIntro h2,
.merchCanvasHeader h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.merchStudioMain {
  display: grid;
  gap: 1rem;
}

.merchHistoryList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-content: start;
}

.merchHistoryEmpty {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 8rem;
  padding: 1rem;
  border: 1px dashed #d5d5d5;
  border-radius: 1rem;
  color: #666;
  text-align: center;
  line-height: 1.6;
}

.merchHistoryCard {
  display: grid;
  gap: 0.45rem;
  padding: 0.55rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.95rem;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.merchHistoryCard:hover {
  transform: translateY(-1px);
  border-color: #050505;
}

.merchHistoryCard.is-active {
  border-color: #050505;
  box-shadow: 0 0 0 2px rgba(255, 204, 0, 0.28);
}

.merchHistoryThumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0.7rem;
  background-color: #f1f1f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.merchHistoryMeta {
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.merchStudioActions {
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
}

.merchStudioActions .secondaryLink,
.merchStudioActions .primaryButton {
  width: 100%;
}

.merchFinishForm {
  display: grid;
}

.merchBlueprintPreview {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 1rem;
  background: #fafafa;
}

.merchBlueprintImage {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 1rem;
  background:
    radial-gradient(circle at top, rgba(255, 204, 0, 0.24), transparent 48%),
    linear-gradient(180deg, #ffffff, #f4f4f4);
}

.merchBlueprintPreview h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.merchBlueprintPreview p {
  margin: 0;
  color: #555;
  line-height: 1.75;
}

.merchBlueprintMeta {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

.merchBlueprintMeta div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.65rem;
  border-top: 1px solid #e7e7e7;
}

.merchBlueprintMeta dd {
  margin: 0;
  color: #050505;
  font-weight: 700;
}

.merchVariantGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
  gap: 0.35rem;
  max-height: 22rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.merchVariantCard {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.55rem;
  border: 1px solid #ececec;
  border-radius: 0.55rem;
  background: #fafafa;
  cursor: pointer;
}

.merchVariantCard input {
  width: 0.9rem;
  height: 0.9rem;
  accent-color: #ffcc00;
}

.merchVariantCard strong {
  color: #050505;
  min-width: 0;
  font-size: 0.76rem;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.merchVariantCard span {
  color: #666;
  font-size: 0.64rem;
  line-height: 1;
  white-space: nowrap;
}

.merchVariantCard:has(input:checked) {
  border-color: #050505;
  background: #fff8d6;
}

.merchToggleRow .storeCheckRow {
  justify-content: flex-start;
}

.merchFieldHint {
  display: block;
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.86rem;
  line-height: 1.5;
}

.merchFieldHintError {
  color: #9b1c1c;
}

.merchPricingSummary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.merchPricingStat {
  display: grid;
  gap: 0.12rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid #ececec;
  border-radius: 0.6rem;
  background: #fafafa;
}

.merchPricingStat span {
  color: #444;
  font-size: 0.68rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.merchPricingStat strong {
  color: #050505;
  font-size: 0.88rem;
  line-height: 1.15;
}

.merchPricingStatAccent {
  border-color: #ded5a6;
  background: #fff8d6;
}

.merchPricingStatAccent strong {
  font-size: 0.92rem;
}

.merchPricingStatus {
  grid-column: 1 / -1;
  margin-top: 0.1rem;
  font-size: 0.74rem;
  line-height: 1.35;
}

.merchEditorLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
  gap: 1rem;
  align-items: start;
}

.merchEditorPanel,
.merchEditorControls {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 1rem;
  background: #fafafa;
}

.merchEditorHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.merchEditorHeader h3,
.merchEditorControlsHeader h3 {
  margin: 0;
  color: #050505;
  font-size: 1.25rem;
  line-height: 1.1;
}

.merchEditorHeaderMeta,
.merchEditorFooter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.merchEditorHeaderMeta span,
.merchEditorFooter span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  color: #555;
  font-size: 0.82rem;
  line-height: 1;
}

.merchEditorStage {
  position: relative;
  min-height: 34rem;
  border: 1px solid #ececec;
  border-radius: 1.2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(255, 204, 0, 0.18), transparent 38%),
    linear-gradient(180deg, #fcfcfc, #efefef);
}

.merchEditorProductImage,
.merchEditorProductFallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.merchEditorProductImage {
  object-fit: contain;
}

.merchEditorProductFallback {
  display: grid;
  place-items: center;
  color: #777;
  font-family: var(--font-mono), monospace;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.merchEditorPrintArea {
  position: absolute;
  left: var(--editor-box-center-x);
  top: var(--editor-box-center-y);
  width: var(--editor-box-width);
  aspect-ratio: var(--editor-box-ratio);
  transform: translate(-50%, -50%);
  border: 2px dashed rgba(5, 5, 5, 0.32);
  border-radius: 1rem;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  cursor: grab;
  touch-action: none;
}

.merchEditorDragging .merchEditorPrintArea {
  cursor: grabbing;
}

.merchEditorPrintAreaPreview {
  border-color: transparent;
  cursor: default;
}

.merchEditorPrintArea:focus-visible {
  outline: none;
  border-color: rgba(5, 5, 5, 0.68);
  box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.22);
}

.merchEditorEmpty {
  position: absolute;
  inset: 0;
}

.merchEditorDesign {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform-origin: center center;
  pointer-events: auto;
  user-select: none;
  touch-action: none;
  cursor: grab;
  filter: drop-shadow(0 0.9rem 1.3rem rgba(0, 0, 0, 0.22));
}

.merchEditorDragging .merchEditorDesign {
  cursor: grabbing;
}

.merchEditorEmpty {
  display: none;
}

.merchEditorControlsHeader {
  display: grid;
  gap: 0.4rem;
}

.merchEditorControlsHeader p {
  margin: 0;
  color: #666;
  font-size: 0.92rem;
  line-height: 1.6;
}

.merchEditorControl {
  display: grid;
  gap: 0.45rem;
}

.merchEditorControlTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.4;
}

.merchEditorControlTop strong {
  color: #050505;
  font-size: 0.88rem;
  font-family: var(--font-mono), monospace;
}

.merchEditorControl input[type="range"] {
  width: 100%;
  accent-color: #ffcc00;
}

.merchEditorActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.merchEditorAction {
  appearance: none;
  border: 1px solid #dadada;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  padding: 0.7rem 1rem;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.merchEditorAction:hover {
  border-color: #050505;
  background: #fff8d6;
  transform: translateY(-1px);
}

.merchEditorAction:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.merchPromptComposer {
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.08) 0%, rgba(255, 255, 255, 0) 68%),
    #fafafa;
}

.merchPromptField textarea {
  min-height: 8rem;
}

.merchPromptActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.merchLoadingModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.merchLoadingModalBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.5);
  backdrop-filter: blur(4px);
}

.merchLoadingModalDialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 24rem);
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.14) 0%, rgba(255, 255, 255, 0.98) 46%),
    #ffffff;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
  text-align: center;
}

.merchLoadingModalDialog strong {
  display: block;
  color: #050505;
  font-size: 1.1rem;
  line-height: 1.2;
}

.merchLoadingModalDialog p {
  margin: 0.55rem 0 0;
  color: #4d4d4d;
  font-size: 0.92rem;
  line-height: 1.6;
}

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

.createOptionCard {
  display: grid;
  gap: 1rem;
  min-height: 19rem;
  padding: 1.2rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.14) 0%, rgba(255, 204, 0, 0) 42%),
    linear-gradient(145deg, #ffffff 0%, #faf8ee 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.createOptionTop {
  display: grid;
  gap: 0.7rem;
}

.createOptionEyebrow {
  margin: 0;
  color: #6b5400;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.createOptionCard h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 900;
  text-transform: uppercase;
}

.createOptionDescription {
  margin: 0;
  color: #555;
  line-height: 1.75;
}

.createOptionFooter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.createOptionFooter span {
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.coverStudioPanel {
  max-width: 60rem;
  margin: 0 auto;
}

.coverCreditBadge {
  display: grid;
  gap: 0.18rem;
  min-width: 7.25rem;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 244, 204, 0.88) 0%, rgba(255, 255, 255, 0.96) 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.coverCreditBadge span {
  color: #555;
  font-family: var(--font-mono), monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverCreditBadge strong {
  color: #111;
  font-size: 1.15rem;
  line-height: 1;
}

.coverCreditBadgeInline {
  text-align: left;
}

.coverStudioStack,
.coverCanvasPanel,
.coverComposerForm {
  display: grid;
  gap: 1rem;
}

.coverStudioStack {
  justify-items: center;
}

.coverCanvasSurface {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: var(--cover-canvas-aspect-ratio, 1 / 1);
  overflow: hidden;
  width: min(100%, var(--cover-canvas-width, 24rem));
  max-height: 30rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at top, rgba(255, 204, 0, 0.2), transparent 32%),
    linear-gradient(160deg, #f8f7f1 0%, #efebe1 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.coverCanvasSurface img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coverCanvasSurface img[hidden] {
  display: none !important;
}

.coverCanvasPanel {
  justify-items: center;
  width: 100%;
}

.coverCanvasPlaceholder {
  display: grid;
  gap: 0.7rem;
  padding: 2rem;
  text-align: center;
}

.coverCanvasPlaceholder strong {
  color: #050505;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 900;
  text-transform: uppercase;
}

.coverCanvasPlaceholder span,
.coverCanvasNote {
  color: #555;
  line-height: 1.7;
}

.coverCanvasNote {
  width: min(100%, 24rem);
  margin: 0;
  text-align: center;
}

.coverCanvasPlaceholderHidden {
  display: none;
}

.coverComposerForm {
  width: min(100%, 52rem);
}

.coverComposerTopRow {
  display: grid;
  grid-template-columns: minmax(14rem, 16rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  width: 100%;
}

.coverCanvasHeading {
  display: grid;
  gap: 0.75rem;
  justify-items: start;
}

.coverHeaderGraphicType {
  min-width: min(100%, 13rem);
  margin: 0;
}

.coverHeaderGraphicType select {
  min-height: 2.35rem;
  padding: 0.52rem 0.72rem;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverPromptField {
  margin: 0;
  grid-column: auto;
}

.coverPromptField .textArea {
  min-height: 8.5rem;
}

.coverUploadRow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  justify-items: start;
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid #ececec;
  border-radius: 1rem;
  background: #fafafa;
}

.coverUploadPlus {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid #050505;
  border-radius: 999px;
  background: #050505;
  color: #ffcc00;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.coverUploadCopy {
  display: grid;
  gap: 0.35rem;
}

.coverUploadCopy strong {
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.coverUploadCopy p {
  margin: 0;
  color: #555;
  font-size: 0.88rem;
  line-height: 1.5;
}

.coverReferenceList {
  display: grid;
  gap: 0.7rem;
  width: 100%;
}

.coverReferenceItem {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem;
  border: 1px solid #ececec;
  border-radius: 1rem;
  background: #fafafa;
}

.coverReferenceThumb {
  width: 4rem;
  height: 4rem;
  border-radius: 0.85rem;
  background-color: #ece7d7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coverReferenceMeta {
  display: grid;
  gap: 0.3rem;
}

.coverReferenceMeta strong {
  color: #050505;
  font-size: 0.95rem;
}

.coverReferenceMeta span {
  color: #666;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverProgress {
  display: grid;
  gap: 0.55rem;
  width: 100%;
}

.coverProgressBar {
  overflow: hidden;
  height: 0.7rem;
  border-radius: 999px;
  background: #ece7d7;
}

.coverProgressBar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #050505 0%, #ffcc00 100%);
}

.coverProgress p {
  margin: 0;
  color: #555;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverComposerActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.coverPrimaryRail {
  display: inline-flex;
  align-items: stretch;
  min-height: 3.2rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  overflow: hidden;
  background: #f7f3ea;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.coverPrimaryRail .primaryButton {
  border-radius: 0;
  padding-inline: 1.4rem;
  box-shadow: none;
}

.coverFinePrint {
  margin: 0.15rem 0 0;
  color: #666;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.6;
}

.coverIconButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 999px;
}

.coverActionTools {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.coverProjectModal {
  position: fixed;
  inset: 0;
  z-index: 40;
}

.coverProjectModalBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.45);
  backdrop-filter: blur(8px);
}

.coverProjectModalDialog {
  position: relative;
  width: min(100% - 2rem, 68rem);
  max-height: calc(100vh - 4rem);
  margin: 2rem auto;
  padding: 1.25rem;
  overflow: auto;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.4rem;
  background: #fbfaf6;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.coverProjectModalHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.coverProjectModalGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13.5rem, 1fr));
  gap: 1rem;
  align-items: start;
}

.coverProjectCard {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  text-align: left;
  padding: 0.8rem;
  border: 1px solid #ece7d7;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}

.coverProjectCard.active {
  border-color: #050505;
  background: #fff9df;
}

.coverProjectThumb {
  aspect-ratio: 1 / 1;
  border-radius: 0.9rem;
  background-color: #ece7d7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coverProjectMeta {
  display: grid;
  gap: 0.18rem;
  align-content: start;
  min-width: 0;
}

.coverProjectMeta strong {
  color: #111;
  font-size: 0.92rem;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.coverProjectMeta span {
  color: #666;
  font-size: 0.76rem;
  line-height: 1.4;
}

.coverProjectEmpty {
  display: grid;
  place-items: center;
  min-height: 11rem;
  border: 1px dashed #d7cfbf;
  border-radius: 1rem;
  background: #fff;
  color: #666;
  text-align: center;
  padding: 1rem;
}

.coverCreditBadgeInline {
  min-width: 8.6rem;
  padding: 0.7rem 1rem 0.72rem;
  border: 0;
  border-left: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 250, 238, 0.98) 0%, rgba(245, 238, 220, 0.94) 100%);
  box-shadow: none;
}

.coverCreditBadgeInline span {
  color: #6c6555;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}

.coverCreditBadgeInline strong {
  font-size: 1.05rem;
}

.coverIconButton svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke: currentColor;
  stroke-width: 2.1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coverIconButton:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.coverUploadPlus:hover,
.coverComposerActions .primaryButton:hover,
.coverComposerActions .ghostButton:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.analyticsFullPanel,
.analyticsGrid {
  max-width: 72rem;
}

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

.analyticsGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem auto 0;
}

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

.analyticsRangeControls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.analyticsFormula {
  max-width: 44rem;
  margin: 0.5rem 0 0;
  color: #555;
  font-size: 0.92rem;
  line-height: 1.7;
}

.analyticsRangeControls label {
  display: grid;
  gap: 0.35rem;
  color: #6d6d6d;
  font-family: var(--font-mono), monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.analyticsRangeSelect,
.analyticsDateInput {
  min-height: 2.65rem;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #fff;
  color: #050505;
  font: inherit;
  letter-spacing: 0.04em;
  padding: 0 0.85rem;
}

.analyticsPulseBoard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  gap: 0.85rem;
  padding: 1.1rem;
  border: 1px solid #ececec;
  border-radius: 2px;
  background:
    radial-gradient(circle at top left, rgba(255, 204, 0, 0.2), transparent 16rem),
    linear-gradient(135deg, rgba(5, 5, 5, 0.04), transparent 42%),
    #fafafa;
}

.analyticsPulseCard {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
  min-height: 7.4rem;
  padding: 0.85rem;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
}

.analyticsPulseCard:focus {
  outline: 2px solid #ffcc00;
  outline-offset: 3px;
}

.analyticsPulseDial {
  display: grid;
  place-items: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #fff 0 52%, transparent 54%),
    conic-gradient(#ffcc00 var(--signal), #171717 var(--signal));
  color: #050505;
  box-shadow: inset 0 0 0 1px #e5e5e5;
}

.analyticsPulseDial strong {
  margin-top: 0.25rem;
  font-size: 1.1rem;
  line-height: 1;
}

.analyticsPulseDial span {
  margin-top: -1.2rem;
  color: #666;
  font-family: var(--font-mono), monospace;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.analyticsPulseCard p {
  margin: 0;
  color: #050505;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.analyticsPulseTooltip {
  position: absolute;
  right: 0.75rem;
  bottom: calc(100% - 0.2rem);
  z-index: 10;
  display: grid;
  gap: 0.35rem;
  min-width: 11rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 204, 0, 0.7);
  border-radius: 2px;
  background: #050505;
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.35rem);
  transition: opacity 160ms ease, transform 160ms ease;
}

.analyticsPulseTooltip::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: -0.42rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #050505;
  border-right: 1px solid rgba(255, 204, 0, 0.7);
  border-bottom: 1px solid rgba(255, 204, 0, 0.7);
  transform: rotate(45deg);
}

.analyticsPulseCard:hover .analyticsPulseTooltip,
.analyticsPulseCard:focus .analyticsPulseTooltip,
.analyticsPulseCard:focus-within .analyticsPulseTooltip {
  opacity: 1;
  transform: translateY(0);
}

.analyticsPulseTooltip strong {
  color: #ffcc00;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.analyticsPulseTooltip span {
  color: #fff;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.analyticsList {
  display: grid;
  gap: 0.75rem;
}

.analyticsList div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fafafa;
}

.analyticsList strong {
  color: #050505;
}

.analyticsList span {
  color: #666;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.analyticsCopy {
  margin: 0;
  color: #555;
  line-height: 1.8;
}

.accountSettingsGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 1rem;
  max-width: 62rem;
  margin: 0 auto;
}

.accountSettingsPanel {
  align-content: start;
}

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

.accountAvatarPanel,
.accountSecurityPanel {
  grid-column: auto;
}

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

.accountAvatarPanel {
  gap: 1rem;
}

.accountAvatarUploader {
  display: grid;
  gap: 1rem;
}

.accountAvatarUploader img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border: 1px solid #dcdcdc;
  border-radius: 1rem;
  background: #111;
}

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

.accountSettingsPanel .primaryButton,
.accountSettingsPanel .secondaryButton,
.accountSettingsPanel .dangerButton {
  justify-self: start;
}

.dangerButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.3rem;
  border: 1px solid #e11919;
  border-radius: 999px;
  background: #e11919;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.accountDangerPanel {
  grid-column: 1 / -1;
  border-color: #ffd6dc;
  background: #fffafa;
}

.accountDangerPanel strong {
  color: #e11919;
}

.dashboardChallengePanel {
  max-width: 62rem;
  margin: 0 auto;
}

.dashboardChallengeGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1rem;
}

.dashboardChallengeCard {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 19rem;
  align-content: end;
  padding: 1rem;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

.dashboardChallengeCard::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.1), rgba(5, 5, 5, 0.82));
}

.dashboardChallengeCard img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.dashboardChallengeCard:hover img {
  transform: scale(1.04);
}

.dashboardChallengeCard span {
  width: fit-content;
  margin-bottom: 0.6rem;
  padding: 0.5rem 0.65rem;
  border-radius: 999px;
  background: #ffcc00;
  color: #050505;
  font-family: var(--font-mono), monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dashboardChallengeCard strong {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.08em;
  font-weight: 900;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.46);
}

.distributionPanel {
  width: 100%;
  max-width: 62rem;
  margin: 0 auto;
}

.distributionPanel + .distributionPanel {
  margin-top: 1.1rem;
}

.distributionHeroPanel {
  padding: 1rem 1.15rem;
}

.distributionHeroPanel .dashboardSectionHeader {
  align-items: center;
}

.distributionHeroPanel .primaryButton {
  min-width: max-content;
}

.distributionAnalyticsPanel {
  gap: 0.95rem;
}

.distributionAnalyticsGroups {
  display: grid;
  gap: 0.9rem;
}

.distributionAnalyticsGroup {
  display: grid;
  gap: 0.5rem;
}

.distributionAnalyticsGroup h3 {
  margin: 0;
  color: #333;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.distributionAnalyticsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.distributionAnalyticsCard {
  display: grid;
  gap: 0.25rem;
  min-height: 6.35rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fafafa;
}

.distributionAnalyticsCard p,
.distributionAnalyticsCard span {
  margin: 0;
  color: #666;
  line-height: 1.35;
}

.distributionAnalyticsCard p {
  font-family: var(--font-mono), monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.distributionAnalyticsCard strong {
  color: #050505;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.distributionAnalyticsCard span {
  font-size: 0.78rem;
}

.distributionAnalyticsNote {
  margin: 0;
  max-width: 46rem;
  color: #666;
  font-size: 0.86rem;
  line-height: 1.55;
}

.distributionDetailGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.9fr);
  gap: 1.1rem;
}

.distributionProjectsPanel,
.distributionStreamsPanel {
  min-width: 0;
}

.distributionStreamsPanel {
  align-content: start;
}

.distributionStreamChart {
  overflow: hidden;
  padding: 0.35rem 0 0;
}

.distributionStreamChart svg {
  display: block;
  width: 100%;
  height: auto;
}

.distributionChartGrid line {
  stroke: #e7e7e7;
  stroke-width: 1;
  stroke-dasharray: 3 4;
}

.distributionChartAxis text {
  fill: #777;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.72rem;
}

.distributionChartLine {
  fill: none;
  stroke: #ffcc00;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.distributionChartPoint {
  fill: #fff;
  stroke: #ffcc00;
  stroke-width: 3;
}

.distributionChartLegend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  color: #666;
  font-size: 0.78rem;
}

.distributionChartLegend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.distributionChartLegend i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #ffcc00;
}

.distributionChartLegendMuted {
  background: transparent !important;
  border-top: 2px dashed #bbb;
  border-radius: 0 !important;
  height: 0 !important;
}

.distributionArtworkBlock {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fafafa;
}

.distributionArtworkBlock h3 {
  margin: 0.35rem 0 0;
  color: #050505;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.distributionCoverMode {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.distributionCoverMode label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #333;
  font-weight: 700;
}

.distributionCoverCatalog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: 0.8rem;
}

.distributionCoverOption {
  display: grid;
  gap: 0.5rem;
  padding: 0.65rem;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
}

.distributionCoverOption:has(input:checked) {
  border-color: #050505;
  box-shadow: 0 0 0 2px rgba(255, 204, 0, 0.65);
}

.distributionCoverOption img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  background: #eee;
}

.distributionCoverOption input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.distributionCoverOption span {
  color: #333;
  font-size: 0.8rem;
  line-height: 1.35;
}

.distributionSubmissionList {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fff;
}

.distributionSubmissionRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 0.45fr) minmax(7rem, 0.35fr) minmax(10rem, 0.55fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.distributionSubmissionRow:last-child {
  border-bottom: 0;
}

.distributionSubmissionRow:nth-child(even) {
  background: #fafafa;
}

.distributionSubmissionTitle {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.distributionSubmissionTitle strong,
.distributionSubmissionTitle small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.distributionSubmissionRow span,
.distributionSubmissionRow small {
  color: #666;
}

.distributionSubmissionRow > span,
.distributionSubmissionRow > small {
  font-size: 0.86rem;
}

.distributionProjectsPanel .distributionSubmissionRow {
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 0.25rem 0.75rem;
}

.distributionProjectsPanel .distributionSubmissionRow > span:first-of-type {
  grid-column: 1;
  grid-row: 2;
}

.distributionProjectsPanel .distributionSubmissionRow > span:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.distributionProjectsPanel .distributionSubmissionRow > small {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  text-align: right;
}

.distributionCommandPanel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.44fr);
  gap: 1rem;
  align-items: end;
  padding: 1.35rem;
  border: 1px solid #111;
  border-radius: 6px;
  background: #050505;
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.distributionCommandCopy {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.distributionCommandCopy .sectionKicker {
  color: #ffcc00;
}

.distributionCommandCopy h2 {
  margin: 0;
  max-width: 11ch;
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 4.75rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.distributionCommandCopy p {
  margin: 0;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.55;
}

.distributionCommandStatus {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.distributionCommandStatus strong,
.distributionCommandStatus small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.distributionCommandStatus strong {
  color: #fff;
  font-size: 0.92rem;
}

.distributionCommandStatus small {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.distributionStatusDot {
  width: 0.72rem;
  height: 0.72rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #777;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.distributionStatusLive {
  background: #42d392;
  box-shadow: 0 0 0 4px rgba(66, 211, 146, 0.15);
}

.distributionCommandActions {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.distributionCommandActions .secondaryLink {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.distributionStatsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.distributionStatTile {
  display: grid;
  gap: 0.35rem;
  min-height: 7rem;
  padding: 0.95rem;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background: #fff;
}

.distributionStatTile span,
.distributionStatTile small {
  color: #666;
}

.distributionStatTile span {
  font-family: var(--font-mono), monospace;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.distributionStatTile strong {
  color: #050505;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.distributionStatTile small {
  align-self: end;
  font-size: 0.78rem;
}

.distributionPipelinePanel {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 6px;
  background: #fff;
}

.distributionPipelineSteps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.distributionPipelineStep {
  position: relative;
  display: grid;
  gap: 0.3rem;
  padding: 0.75rem 0.8rem;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background: #fafafa;
}

.distributionPipelineStep::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  border-radius: 6px 6px 0 0;
  background: #ddd;
}

.distributionPipelineStepActive::before {
  background: #ffcc00;
}

.distributionPipelineStep span {
  color: #666;
  font-family: var(--font-mono), monospace;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.distributionPipelineStep strong {
  color: #050505;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 900;
}

.distributionCatalogPanel,
.distributionReportPanel {
  border-radius: 6px;
}

.distributionStatusPill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  padding: 0.32rem 0.55rem;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #f7f7f7;
  color: #555 !important;
  font-family: var(--font-mono), monospace;
  font-size: 0.64rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.distributionStatusPillSynced {
  border-color: rgba(66, 211, 146, 0.42);
  background: rgba(66, 211, 146, 0.12);
  color: #14613e !important;
}

.distributionSubmissionMeta {
  color: #555 !important;
}

.distributionUploadPanel {
  display: grid;
  gap: 1.15rem;
  padding: 1.15rem;
  border-radius: 6px;
}

.distributionBuilderSteps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.distributionBuilderSteps span {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fafafa;
  color: #333;
  font-family: var(--font-mono), monospace;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.distributionUploadPanel .accountSettingsFormGrid {
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 6px;
  background: #fcfcfc;
}

.distributionUploadPanel .supportField input,
.distributionUploadPanel .supportField select {
  border-radius: 6px;
}

#dashboard-music-distribution .dashboardShell {
  width: min(100%, 100rem);
  margin: 0 auto;
  padding-right: clamp(1rem, 4vw, 2rem);
  padding-left: clamp(1rem, 4vw, 2rem);
}

#dashboard-music-distribution .dashboardHero {
  width: 100%;
  max-width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.36fr);
  align-items: center;
  min-height: 13rem;
  margin-bottom: 1rem;
}

.distributionHeroCopy {
  display: grid;
  gap: 0.8rem;
}

.distributionHeroArt {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 12rem;
}

.distributionHeroArt::before,
.distributionHeroArt::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.distributionHeroArt::before {
  width: 20rem;
  height: 6rem;
}

.distributionHeroArt::after {
  width: 13rem;
  height: 3.7rem;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.3), rgba(255, 204, 0, 0.04) 58%, transparent 60%);
}

.distributionHeroArt span {
  position: relative;
  z-index: 1;
  color: #e8e8e8;
  font-size: 8.5rem;
  line-height: 1;
  text-shadow: 0 18px 24px rgba(0, 0, 0, 0.16);
}

#dashboard-music-distribution .dashboardSubnav {
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
}

#dashboard-music-distribution .distributionPanel + .distributionPanel {
  margin-top: 1rem;
}

.distributionPanel {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.distributionCommandPanel {
  grid-template-columns: max-content minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  padding: 0.95rem 1.15rem;
  border: 1px solid #e0e3e8;
  border-radius: 8px;
  background: #fff;
  color: #050505;
  box-shadow: none;
}

.distributionCommandIcon {
  display: grid;
  place-items: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 999px;
  background: #050505;
  color: #ffcc00;
  font-size: 1.85rem;
  line-height: 1;
}

.distributionCommandCopy h2 {
  max-width: none;
  color: #050505;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.distributionCommandCopy p {
  color: #666;
  font-size: 0.92rem;
}

.distributionCommandStatus {
  display: none;
}

.distributionCommandActions {
  grid-column: auto;
  align-items: center;
}

.distributionCommandActions .primaryButton {
  min-height: 2.85rem;
  border-radius: 999px;
  background: #050505;
  color: #ffcc00;
}

.distributionCommandActions .secondaryLink {
  min-height: 2.85rem;
  border-color: #e4e4e4;
  border-radius: 999px;
  color: #050505;
}

.distributionOverviewPanel {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.15rem;
  border: 1px solid #e6e8ed;
  border-radius: 8px;
  background: #fff;
}

.distributionOverviewPanel .dashboardSectionHeader {
  align-items: center;
}

.distributionOverviewPanel .dashboardSectionHeader h2,
.distributionCatalogPanel .dashboardSectionHeader h2,
.distributionReportPanel .dashboardSectionHeader h2,
.distributionActivityPanel .dashboardSectionHeader h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  letter-spacing: -0.05em;
}

.distributionOverviewPanel .dashboardSectionHeader p {
  margin: 0.25rem 0 0;
  color: #777;
  font-size: 0.9rem;
}

.distributionDateButton {
  min-height: 2.35rem;
  padding: 0 0.9rem;
  border: 1px solid #dfe3ea;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-weight: 700;
}

.distributionStatsGrid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0;
}

.distributionStatTile {
  position: relative;
  color: inherit;
  text-decoration: none;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0.15rem 0.8rem;
  min-height: 6.6rem;
  padding: 1rem;
  border-color: #e7e9ee;
  border-radius: 8px;
  overflow: hidden;
}

.distributionStatTile:hover {
  border-color: #ffcc00;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.distributionMetricIcon {
  grid-row: 1 / span 3;
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid #ffcc00;
  border-radius: 8px;
  background: #fff8d7;
}

.distributionMetricIcon::before {
  color: #050505;
  font-style: normal;
  font-size: 1.05rem;
  font-weight: 900;
}

.distributionMetricIcon-play::before { content: "▷"; }
.distributionMetricIcon-money::before { content: "$"; }
.distributionMetricIcon-audience::before { content: "◎"; }
.distributionMetricIcon-store::before { content: "▤"; }
.distributionMetricIcon-heart::before { content: "♡"; }
.distributionMetricIcon-playlist::before { content: "≡"; }

.distributionStatTile span {
  align-self: end;
  color: #777;
  font-size: 0.62rem;
}

.distributionStatTile strong {
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.distributionStatTile small {
  align-self: start;
}

.distributionStatTile em {
  grid-column: 1 / -1;
  height: 0.9rem;
  margin-top: 0.35rem;
  background: linear-gradient(90deg, transparent 0 10%, #ffcc00 10% 11%, transparent 11% 24%, #ffcc00 24% 25%, transparent 25% 37%, #ffcc00 37% 38%, transparent 38% 52%, #ffcc00 52% 53%, transparent 53% 68%, #ffcc00 68% 69%, transparent 69% 100%);
  border-bottom: 1px solid #ffcc00;
}

.distributionDetailGrid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.95fr) minmax(20rem, 0.82fr);
  margin-top: 1rem;
}

.distributionCatalogPanel,
.distributionReportPanel,
.distributionActivityPanel {
  border: 1px solid #e6e8ed;
  border-radius: 8px;
  box-shadow: none;
}

.distributionPanelLink {
  color: #d7a700;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.distributionActivityList {
  display: grid;
  gap: 1rem;
}

.distributionActivityItem {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  gap: 0.75rem;
  align-items: center;
}

.distributionActivityIcon {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background: #050505;
  color: #ffcc00;
  font-style: normal;
  font-weight: 900;
}

.distributionActivityIconGood {
  color: #42d392;
}

.distributionActivityItem strong,
.distributionActivityItem small {
  display: block;
}

.distributionActivityItem strong {
  color: #050505;
  font-size: 0.86rem;
}

.distributionActivityItem small,
.distributionActivityItem span {
  color: #777;
  font-size: 0.78rem;
}

.distributionActivityButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  margin-top: 0.25rem;
  border: 1px solid #e6e8ed;
  border-radius: 8px;
  color: #050505;
  font-weight: 800;
  text-decoration: none;
}

.challengeHero,
.challengeRulesPanel,
.challengeSubmitPanel {
  max-width: 62rem;
  margin: 0 auto 1rem;
}

.challengeHero {
  display: grid;
  grid-template-columns: minmax(12rem, 20rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid #e6e6e6;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.07);
}

.challengeHero img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2px;
  object-fit: cover;
}

.challengeHero h1,
.challengeSubmitPanel h2 {
  margin: 0.4rem 0;
  color: #050505;
  font-size: clamp(2.1rem, 6vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.challengeHero p {
  margin: 0;
  color: #555;
  line-height: 1.8;
}

.challengeFilePicker {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 0.85rem;
  border: 1px dashed #bdbdbd;
  border-radius: 2px;
  background: #fafafa;
  cursor: pointer;
}

.challengeFilePicker input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.challengeFilePickerButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
  background: #050505;
  color: #ffcc00;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.challengeFilePickerName {
  min-width: 0;
  color: #555;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.challengeUploadProgress {
  display: grid;
  gap: 0.55rem;
}

.challengeUploadProgressTrack {
  overflow: hidden;
  height: 0.75rem;
  border-radius: 999px;
  background: #e8e8e8;
}

.challengeUploadProgressTrack span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: #ffcc00;
  transition: width 160ms ease;
}

.challengeUploadProgress p {
  margin: 0;
  color: #555;
  font-family: var(--font-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dashboardPeoplePanel {
  max-width: 62rem;
  margin: 0 auto;
}

.dashboardPeopleGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 1rem;
}

.dashboardPersonCard {
  display: grid;
  gap: 0.75rem;
  color: #050505;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

.dashboardPersonCard img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2px;
  object-fit: cover;
  background: #eee;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
}

.dashboardPersonCard span {
  display: block;
  font-size: 0.98rem;
  line-height: 1.2;
}

.dashboardPersonCard:hover span {
  text-decoration: underline;
}

.challengeRulesList {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.1rem;
  color: #555;
  line-height: 1.7;
}

.challengeRulesList li::marker {
  color: #e11919;
}

.challengeScoreBox {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid #f0df9d;
  border-radius: 2px;
  background: #fff8d9;
}

.challengeScoreBox h3 {
  margin: 0;
  color: #050505;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.challengeScoreBox p {
  margin: 0 0 0.55rem;
  color: #453400;
  line-height: 1.65;
}

.challengeScoreBox p:last-child {
  margin-bottom: 0;
}

.noticeBox code {
  color: inherit;
  font-family: var(--font-mono), monospace;
}

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

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

  .storeIntro,
  .storeLayout {
    grid-template-columns: 1fr;
  }

  .storeIntroActions {
    justify-items: start;
    max-width: none;
  }

  .storeActionNote {
    text-align: left;
  }

  .storeFilters {
    position: static;
  }

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

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

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

  .merchStatusGrid,
  .merchBuilderGrid,
  .merchStudioShell,
  .merchEditorLayout,
  .merchMetricGrid,
  .merchSnapshotRow,
  .merchDashboardGrid,
  .merchDetailLayout,
  .labelPlansGrid,
  .labelBenefitsGrid {
    grid-template-columns: 1fr;
  }

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

  .productThumbGrid {
    grid-auto-columns: minmax(4.25rem, 4.75rem);
  }

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

  .panel {
    position: static;
  }
}

@media (max-width: 900px) {
  .metricGrid,
  .formGrid,
  .dashboardMetricGrid,
  .referralHeroGrid,
  .referralActionGrid,
  .distributionAnalyticsGrid,
  .analyticsMetricGrid,
  .analyticsGrid,
  .dashboardGrid,
  .beatStudioWorkspace,
  .beatStudioGrid,
  .createOptionGrid,
  .accountSettingsGrid,
  .accountSettingsFormGrid,
  .challengeHero {
    grid-template-columns: 1fr;
  }

  .merchDetailMeta,
  .merchVariantTableRow,
  .distributionCommandPanel,
  .distributionStatsGrid,
  .distributionPipelineSteps,
  .distributionBuilderSteps,
  .distributionDetailGrid,
  .distributionSubmissionRow {
    grid-template-columns: 1fr;
  }

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

  .distributionCommandActions {
    grid-column: auto;
    justify-content: stretch;
  }

  .distributionCommandActions .primaryButton,
  .distributionCommandActions .secondaryLink {
    width: 100%;
    justify-content: center;
  }

  .distributionHeroPanel .dashboardSectionHeader {
    align-items: flex-start;
  }

  .distributionHeroPanel .primaryButton {
    width: 100%;
    justify-content: center;
  }

  .distributionProjectsPanel .distributionSubmissionRow > span:first-of-type,
  .distributionProjectsPanel .distributionSubmissionRow > span:nth-of-type(2),
  .distributionProjectsPanel .distributionSubmissionRow > small {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    text-align: left;
  }

  .merchVariantTableRow span,
  .merchVariantTableRow small {
    text-align: left;
  }

  .sectionHeader,
  .panelHeader,
  .libraryHeader,
  .trackCardHead,
  .leaderboardCardHeader {
    flex-direction: column;
    align-items: stretch;
  }

  .dashboardSectionHeader {
    display: grid;
    align-items: start;
  }

  .dashboardSubnav {
    border-radius: 1.25rem;
  }

  .referralRuleList p {
    grid-template-columns: 1fr;
  }

  .referralCopyBox .primaryButton,
  .referralCopyBox .secondaryButton,
  .referralShareActions .primaryButton,
  .referralShareActions .secondaryLink,
  .referralWithdrawForm .primaryButton {
    width: 100%;
  }

  .coverComposerActions {
    justify-content: center;
  }

  .coverPrimaryRail,
  .coverActionTools {
    width: 100%;
    justify-content: center;
  }

  .coverPrimaryRail {
    border-radius: 1.15rem;
    flex-wrap: wrap;
  }

  .coverPrimaryRail .primaryButton {
    flex: 1 1 100%;
    border-radius: 0;
  }

  .coverCreditBadgeInline {
    width: 100%;
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    text-align: center;
  }

  .coverUploadRow {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

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

  .analyticsList div {
    display: grid;
  }

  .analyticsList span {
    text-align: left;
  }

  .accountProfilePanel,
  .accountAvatarPanel,
  .accountSecurityPanel,
  .accountMembershipPanel,
  .accountDangerPanel {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .merchDashboardGrid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 420px) {
  .trackGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .heroNav {
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .heroNavToggle {
    display: inline-flex;
  }

  .heroNavPanel {
    display: none;
    flex: 1 1 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding-top: 0.35rem;
  }

  .heroNav.heroNavNavOpen .heroNavPanel {
    display: flex;
  }

  .heroMenu,
  .heroNavActions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .heroMenu {
    gap: 0.35rem;
  }

  .heroMenuLink {
    display: block;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.14);
    text-align: left;
  }

  .heroNavActions {
    padding-top: 0.35rem;
  }

  .heroSubtitle {
    letter-spacing: 0.08em;
  }

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

  .heroPrimary,
  .heroSecondary,
  .sectionAction,
  .primaryButton,
  .secondaryButton,
  .ghostButton,
  .primaryLink,
  .secondaryLink {
    width: 100%;
  }

  .heroStat {
    width: 5.5rem;
    height: 5.5rem;
  }

  .bottomPlayerInner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem 0.75rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .bottomPlayerMetaBlock {
    gap: 0.65rem;
  }

  .customPlayerControls {
    display: contents;
  }

  .customPlayerPlay {
    grid-column: 2;
    grid-row: 1;
    width: 2.6rem;
    height: 2.6rem;
    align-self: center;
  }

  .customPlayerTimeline {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    grid-template-columns: 2.35rem minmax(0, 1fr) 2.35rem;
    gap: 0.45rem;
  }

  .customPlayerVolume {
    display: none;
  }

  .bottomPlayerKicker,
  .bottomPlayerMeta {
    display: none;
  }

  .bottomPlayerTitle {
    margin-top: 0;
    font-size: 0.98rem;
  }

  .customPlayerTime {
    font-size: 0.62rem;
  }

  .customPlayerRange,
  .customPlayerVolumeRange {
    height: 0.42rem;
  }

  .bottomPlayerEmpty {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .leaderboardRow,
  .leaderboardUserOutside {
    grid-template-columns: 3.8rem 4rem minmax(0, 1fr);
  }

  .leaderboardCover {
    width: 4rem;
  }

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

  .leaderboardPrizeBadge {
    justify-self: start;
  }

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

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

  .paidArtistMerchGrid,
  .paidArtistVideoGrid {
    grid-template-columns: 1fr;
  }

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

  .paidArtistSection .artistSongList {
    grid-template-columns: 1fr;
  }

  .paidArtistEvent,
  .paidArtistMessage {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .paidArtistMessage {
    display: grid;
  }

  .storeStatusRow {
    justify-content: center;
  }

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

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

  .paidArtistEvent p {
    text-align: left;
  }

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

  .storeTemplateGrid,
  .merchHistoryList {
    grid-template-columns: 1fr;
  }

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

  .merchEditorStage {
    min-height: 27rem;
  }

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

  .beatStudioLibraryGrid {
    grid-template-columns: 1fr;
    max-height: min(28rem, 58vh);
  }

  .beatStudioCard {
    grid-template-columns: 5rem minmax(0, 1fr);
    min-height: 5rem;
  }

  .beatStudioCoverButton,
  .beatStudioCover {
    min-height: 5rem;
  }

  .beatStudioCardBody {
    gap: 0.35rem;
    padding: 0.65rem 0.85rem;
  }

  .beatStudioCardHeader {
    gap: 0.45rem;
  }

  .beatStudioCardHeader h3 {
    font-size: 0.86rem;
    line-height: 1.15;
  }

  .beatStudioPrompt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .beatStudioMeta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.54rem;
    letter-spacing: 0.1em;
  }

  .beatStudioStatus {
    top: 0.45rem;
    left: 0.45rem;
    padding: 0.3rem 0.42rem;
    font-size: 0.48rem;
    letter-spacing: 0.08em;
  }

  .beatStudioPlayButton {
    width: auto;
    min-height: 0;
    padding: 0.42rem 0.58rem;
    font-size: 0.66rem;
  }
}

@media (max-width: 460px) {
  .storeTemplateGrid,
  .storeGrid,
  .beatsGrid,
  .artistBrowserGrid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .heroMain {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .archiveSection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heroTitle {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }

  .spacer {
    height: 4.5rem;
  }

  .heroMenu {
    gap: 0.8rem;
  }

  .heroMenuLink {
    font-size: 0.64rem;
  }

  .bottomPlayerInner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bottomPlayerArt {
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 0.72rem;
  }

  .bottomPlayerPlaceholderArt {
    font-size: 0.52rem;
    letter-spacing: 0.14em;
  }

  .customPlayerRange::-webkit-slider-thumb,
  .customPlayerVolumeRange::-webkit-slider-thumb {
    width: 0.86rem;
    height: 0.86rem;
  }

  .customPlayerRange::-moz-range-thumb,
  .customPlayerVolumeRange::-moz-range-thumb {
    width: 0.74rem;
    height: 0.74rem;
  }
}

.studioArtistSite {
  /* Replace this with a 2400 x 1350 image for the Studio artist hero. */
  --studio-hero-image: url("https://images.unsplash.com/photo-1516280440614-37939bbacd81?q=80&w=2400&auto=format&fit=crop");
  --studio-editorial-image: url("https://images.unsplash.com/photo-1508973379184-7517410fb0bc?q=80&w=1800&auto=format&fit=crop");
  --studio-texture-image: url("https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?q=80&w=2200&auto=format&fit=crop");
  --studio-footer-image: url("https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?q=80&w=2200&auto=format&fit=crop");
  --studio-ink: #12100c;
  --studio-paper: #fbf8ef;
  --studio-cream: #f4ead3;
  --studio-gold: #d99b15;
  --studio-rust: #743f25;
  --studio-night: #111111;
  min-height: 100vh;
  overflow: hidden;
  background: var(--studio-night);
  color: var(--studio-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.studioArtistSite h1,
.studioArtistSite h2,
.studioArtistSite h3,
.studioArtistSite p {
  margin: 0;
}

.studioArtistHeader {
  position: fixed;
  z-index: 60;
  top: 1.25rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(94vw, 82rem);
  padding: 0.75rem 0.9rem;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 10, 10, 0.78);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  backdrop-filter: blur(20px);
}

.studioArtistWordmark {
  display: grid;
  gap: 0.12rem;
  min-width: 10rem;
  color: #ffffff;
  text-decoration: none;
}

.studioArtistWordmark span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studioArtistWordmark small,
.studioArtistKicker {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.studioArtistWordmark small {
  color: rgba(255, 255, 255, 0.72);
}

.studioArtistNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.7rem, 1.6vw, 1.35rem);
}

.studioArtistNav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.studioArtistNav a:hover {
  color: #ffffff;
}

.studioArtistNavToggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
}

.studioArtistNavToggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0.25rem auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.studioArtistNavOpen .studioArtistNavToggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.studioArtistNavOpen .studioArtistNavToggle span:nth-child(2) {
  opacity: 0;
}

.studioArtistNavOpen .studioArtistNavToggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.studioArtistHero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(21rem, 33rem);
  gap: clamp(2rem, 5vw, 5rem);
  min-height: 100svh;
  align-items: center;
  padding: clamp(8rem, 13vw, 10rem) clamp(1.25rem, 5vw, 5rem) clamp(4rem, 8vw, 6rem);
  isolation: isolate;
}

.studioArtistHeroImage {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.64) 50%, rgba(0, 0, 0, 0.22)),
    var(--studio-hero-image) center / cover no-repeat;
}

.studioArtistHero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 38%;
  background: linear-gradient(0deg, var(--studio-paper), transparent);
  content: "";
}

.studioArtistHeroContent {
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
  width: min(100%, 58rem);
  color: #ffffff;
}

.studioArtistHeroContent h1 {
  max-width: 9.5ch;
  font-size: clamp(4.3rem, 13vw, 11.5rem);
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: uppercase;
}

.studioArtistHeroContent p:not(.studioArtistKicker) {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.studioArtistHeroCollage {
  position: relative;
  display: grid;
  gap: 1rem;
  align-self: stretch;
  min-height: min(72vh, 43rem);
}

.studioArtistPosterFrame {
  position: relative;
  min-height: 26rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.64)),
    var(--studio-editorial-image) center / cover no-repeat;
}

.studioArtistPosterFrame::before {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  content: "";
}

.studioArtistPosterFrame span {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  left: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
}

.studioArtistHeroRelease {
  position: absolute;
  right: clamp(0.8rem, 3vw, 2rem);
  bottom: clamp(3.7rem, 8vw, 6rem);
  display: grid;
  gap: 0.75rem;
  width: min(88%, 22rem);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 0.85rem;
  background: rgba(17, 17, 17, 0.46);
  color: #ffffff;
  backdrop-filter: blur(18px);
}

.studioArtistHeroRelease > span,
.studioArtistSectionTitle > span,
.studioArtistSectionNumber {
  color: var(--studio-gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.studioArtistHeroRelease button {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.studioArtistHeroRelease img {
  width: 5.2rem;
  aspect-ratio: 1;
  object-fit: cover;
}

.studioArtistHeroRelease strong {
  font-size: 1.1rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.studioArtistUtilityRail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.38);
}

.studioArtistUtilityRail a {
  min-height: 4.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1rem 0.75rem;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.studioArtistUtilityRail a:last-child {
  border-right: 0;
}

.studioArtistHeroActions,
.studioArtistContact,
.studioArtistFooter nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.studioArtistPrimaryLink,
.studioArtistSecondaryLink,
.studioArtistSite .primaryButton {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--studio-ink);
  border-radius: 0;
  padding: 0.82rem 1.1rem;
  background: var(--studio-ink);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.studioArtistSecondaryLink {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

button.studioArtistSecondaryLink {
  cursor: pointer;
}

.studioArtistSignalStrip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(18, 16, 12, 0.14);
  border-bottom: 1px solid rgba(18, 16, 12, 0.14);
  background: var(--studio-gold);
}

.studioArtistSignalStrip a {
  display: grid;
  gap: 0.4rem;
  min-height: 7rem;
  align-content: center;
  border-right: 1px solid rgba(18, 16, 12, 0.18);
  padding: 1.1rem;
  color: var(--studio-ink);
  text-decoration: none;
}

.studioArtistSignalStrip span {
  color: color-mix(in srgb, var(--studio-rust) 86%, #000000 14%);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studioArtistSignalStrip strong {
  font-size: clamp(1rem, 1.8vw, 1.55rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.studioArtistSignalStrip a:last-child {
  border-right: 0;
}

.studioArtistIntro,
.studioArtistMusic,
.studioArtistGallery,
.studioArtistMerch,
.studioArtistBookingSubscribe,
.studioArtistContact,
.studioArtistFooter {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem);
}

.studioArtistIntro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 0.85fr) minmax(14rem, 0.55fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: stretch;
  background: var(--studio-paper);
}

.studioArtistSectionTitle {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.studioArtistIntro h2,
.studioArtistSectionLead h2,
.studioArtistEventsNews h2,
.studioArtistBookingSubscribe h2,
.studioArtistContact h2 {
  font-size: clamp(2.25rem, 5.5vw, 5rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.studioArtistIntroCopy {
  display: grid;
  align-content: start;
  gap: 1.15rem;
  border-left: 1px solid rgba(18, 16, 12, 0.16);
  padding-left: clamp(1rem, 3vw, 2.2rem);
  color: #312a20;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.studioArtistEditorialImage {
  min-height: 28rem;
  background:
    linear-gradient(rgba(18, 16, 12, 0.02), rgba(18, 16, 12, 0.08)),
    var(--studio-editorial-image) center / cover no-repeat;
}

.studioArtistMusic {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 6vw, 5rem);
  background:
    linear-gradient(90deg, #ffffff 0 50%, color-mix(in srgb, var(--studio-paper) 62%, #ffffff 38%) 50% 100%);
}

.studioArtistSectionLead {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.studioArtistSectionLead p:last-child,
.studioArtistMuted,
.studioArtistEmpty {
  color: #675c4f;
  line-height: 1.65;
}

.studioArtistTrackList {
  display: grid;
  border-top: 1px solid rgba(18, 16, 12, 0.16);
}

.studioArtistTrack {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid rgba(18, 16, 12, 0.16);
  padding: 1rem 0;
  transition: padding 180ms ease, background 180ms ease;
}

.studioArtistTrack:hover {
  padding-right: 1rem;
  padding-left: 1rem;
  background: color-mix(in srgb, var(--studio-paper) 72%, #ffffff 28%);
}

.studioArtistTrackCover {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #111111;
  cursor: pointer;
}

.studioArtistTrackCover img,
.studioArtistGalleryItem img,
.studioArtistMerchGrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studioArtistTrack div {
  display: grid;
  gap: 0.35rem;
}

.studioArtistTrack div button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--studio-ink);
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.studioArtistTrack div span {
  color: #776b5e;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studioArtistGallery {
  background:
    linear-gradient(rgba(251, 248, 239, 0.94), rgba(251, 248, 239, 0.96)),
    var(--studio-texture-image) center / cover no-repeat;
}

.studioArtistGalleryGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 2rem;
}

.studioArtistGalleryItem {
  position: relative;
  min-height: 19rem;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #151515;
  color: #ffffff;
  cursor: pointer;
}

.studioArtistGalleryFeature {
  grid-column: span 2;
  grid-row: span 2;
}

.studioArtistGalleryItem span {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

.studioArtistColorBand {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(217, 155, 21, 0.28), transparent 26rem),
    color-mix(in srgb, var(--studio-rust) 82%, #000000 18%);
  color: #ffffff;
  isolation: isolate;
}

.studioArtistColorBand::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(116, 63, 37, 0.76), rgba(116, 63, 37, 0.9)),
    var(--studio-texture-image) center / cover no-repeat;
  opacity: 0.34;
  content: "";
}

.studioArtistEvents,
.studioArtistNews,
.studioArtistNewsList,
.studioArtistEventList {
  display: grid;
  gap: 1rem;
}

.studioArtistEvents,
.studioArtistNews,
.studioArtistSubscribePanel,
.studioArtistBookingPanel {
  position: relative;
}

.studioArtistEventList article,
.studioArtistNewsList article {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 1rem;
}

.studioArtistEventList span,
.studioArtistNewsList span {
  color: var(--studio-gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studioArtistEventList strong,
.studioArtistNewsList h3 {
  display: block;
  margin-top: 0.35rem;
  color: #ffffff;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  text-transform: uppercase;
}

.studioArtistEventList p,
.studioArtistNewsList p {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.studioArtistMerch {
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.96)),
    var(--studio-texture-image) center / cover no-repeat;
}

.studioArtistMerchGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.studioArtistMerchGrid a {
  display: grid;
  gap: 0.8rem;
  border-bottom: 2px solid rgba(18, 16, 12, 0.16);
  padding-bottom: 0.95rem;
  color: var(--studio-ink);
  text-decoration: none;
}

.studioArtistMerchGrid img {
  aspect-ratio: 4 / 5;
  background: #f0f0f0;
}

.studioArtistMerchGrid span {
  font-weight: 900;
  text-transform: uppercase;
}

.studioArtistMerchGrid strong {
  color: var(--studio-rust);
}

.studioArtistBookingSubscribe {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 4vw, 3rem);
  overflow: hidden;
  background:
    linear-gradient(rgba(244, 234, 211, 0.94), rgba(244, 234, 211, 0.9)),
    var(--studio-editorial-image) center / cover no-repeat;
}

.studioArtistSubscribePanel,
.studioArtistBookingPanel {
  display: grid;
  align-content: start;
  gap: 1.25rem;
  border-top: 4px solid var(--studio-ink);
  padding-top: 1.25rem;
}

.studioArtistSubscribePanel form,
.studioArtistBookingForm {
  display: grid;
  gap: 0.85rem;
}

.studioArtistSubscribePanel label {
  display: grid;
  gap: 0.35rem;
  color: #4d4234;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studioArtistSubscribePanel input {
  min-height: 3.15rem;
  border: 1px solid rgba(18, 16, 12, 0.22);
  border-radius: 0;
  padding: 0 0.95rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--studio-ink);
  font-size: 1rem;
}

.studioArtistBookingRate {
  display: grid;
  gap: 0.2rem;
}

.studioArtistBookingRate strong {
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  line-height: 0.95;
}

.studioArtistBookingRate span {
  color: #635643;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studioArtistContact {
  justify-content: space-between;
  background: #ffffff;
}

.studioArtistFooter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(16rem, 1.5fr) repeat(3, minmax(8rem, 0.6fr));
  gap: 2rem;
  overflow: hidden;
  background: #111111;
  color: #ffffff;
  isolation: isolate;
}

.studioArtistFooterLegal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1.1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.studioArtistFooter::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.78)),
    var(--studio-footer-image) center / cover no-repeat;
  opacity: 0.68;
  content: "";
}

.studioArtistFooter strong {
  display: block;
  margin-bottom: 0.8rem;
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.studioArtistFooter p {
  max-width: 26rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.studioArtistFooter nav {
  align-content: start;
  align-items: flex-start;
  flex-direction: column;
}

.studioArtistFooter a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.studioArtistFooter a:hover {
  color: #ffffff;
}

.studioArtistEmpty {
  border-top: 1px solid rgba(18, 16, 12, 0.16);
  padding-top: 1rem;
}

@media (max-width: 940px) {
  .studioArtistHeader {
    top: 0;
    width: 100%;
    border-width: 0 0 1px;
  }

  .studioArtistNavToggle {
    display: block;
  }

  .studioArtistNav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    transform: translateY(-0.65rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(17, 17, 17, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: max-height 260ms ease, opacity 180ms ease, transform 220ms ease, padding 220ms ease, visibility 0s linear 260ms;
  }

  .studioArtistNavOpen .studioArtistNav {
    max-height: 32rem;
    padding: 0.35rem 1rem 1rem;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  .studioArtistNav a {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.9rem 0;
  }

  .studioArtistIntro,
  .studioArtistHero,
  .studioArtistMusic,
  .studioArtistColorBand,
  .studioArtistBookingSubscribe,
  .studioArtistFooter {
    grid-template-columns: 1fr;
  }

  .studioArtistHeroRelease {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
  }

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

  .studioArtistSignalStrip a {
    border-bottom: 1px solid rgba(18, 16, 12, 0.14);
  }

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

@media (max-width: 640px) {
  .studioArtistHero {
    min-height: 86svh;
    padding-top: 7rem;
  }

  .studioArtistHeroContent h1 {
    font-size: clamp(3.25rem, 18vw, 5rem);
  }

  .studioArtistSignalStrip,
  .studioArtistUtilityRail {
    grid-template-columns: 1fr;
  }

  .studioArtistSignalStrip a,
  .studioArtistUtilityRail a {
    min-height: 3.8rem;
    border-right: 0;
  }

  .studioArtistIntroCopy {
    border-left: 0;
    padding-left: 0;
  }

  .studioArtistEditorialImage {
    min-height: 18rem;
  }

  .studioArtistIntro,
  .studioArtistMusic,
  .studioArtistGallery,
  .studioArtistMerch,
  .studioArtistBookingSubscribe,
  .studioArtistContact,
  .studioArtistFooter,
  .studioArtistColorBand {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .studioArtistGalleryGrid,
  .studioArtistMerchGrid {
    grid-template-columns: 1fr;
  }

  .studioArtistGalleryFeature {
    grid-column: auto;
    grid-row: auto;
  }

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

  .studioArtistTrackCover {
    width: 4rem;
    height: 4rem;
  }

  .studioArtistContact {
    align-items: flex-start;
  }
}
