@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: block !important;
  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 {
  width: 100%;
  color: #fff;
  background: #050505;
  padding-bottom: 8.5rem;
}

.siteFooter {
  position: relative;
  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;
}

.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;
}

@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: 100vh;
}

.authMain {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 100vh;
  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;
}

.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: 8.5rem;
  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;
}

.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;
}

.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: 100vh;
  padding-bottom: 0;
  background: #fff;
  color: #050505;
}

.leaderboardPage {
  padding-bottom: 8.5rem;
}

.artistPage {
  padding-bottom: 8.5rem;
}

#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,
.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 {
  background:
    radial-gradient(circle at top left, rgba(255, 204, 0, 0.12), transparent 24rem),
    linear-gradient(180deg, #070708 0%, #0e0e11 16%, #141418 54%, #0b0b0d 100%);
  color: #f5f1e8;
}

.artistPageWebsite .artistShell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 7rem;
}

.artistWebsiteHero {
  position: relative;
  min-height: 100svh;
  padding: 0 0 clamp(3rem, 8vw, 5rem);
  background:
    linear-gradient(115deg, rgba(8, 8, 10, 0.92) 0%, rgba(8, 8, 10, 0.76) 44%, rgba(8, 8, 10, 0.5) 100%),
    var(--artist-website-image) center/cover no-repeat,
    #08080a;
  color: #fffdf8;
}

.artistWebsiteOverlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 204, 0, 0.18), transparent 22rem),
    linear-gradient(180deg, rgba(8, 8, 10, 0.12) 0%, rgba(8, 8, 10, 0.55) 78%, rgba(8, 8, 10, 0.88) 100%);
  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: 1rem clamp(1.25rem, 4vw, 3rem);
  background: rgba(8, 8, 10, 0.48);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

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

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

.artistWebsiteBrand strong {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  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.45rem;
}

.artistWebsiteNav a {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  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;
  backdrop-filter: blur(14px);
}

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

.artistWebsiteHeroInner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  align-content: end;
  align-items: end;
  gap: 2rem;
  width: min(100%, 86rem);
  min-height: calc(100svh - 5.5rem);
  margin: 0 auto;
  padding-left: clamp(1.25rem, 4vw, 3rem);
  padding-right: clamp(1.25rem, 4vw, 3rem);
  padding-top: clamp(4rem, 11vw, 8rem);
}

.artistWebsiteHeroMain {
  display: grid;
  gap: 1.35rem;
}

.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(3.6rem, 11vw, 8.5rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.artistWebsiteSummary {
  width: min(100%, 40rem);
  margin: 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.8;
}

.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(3rem, 8vw, 6rem) clamp(1.25rem, 4vw, 3rem);
  isolation: isolate;
}

.artistWebsiteSection::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 11, 13, 0.68), rgba(11, 11, 13, 0.88)),
    var(--artist-website-image) center/cover no-repeat;
  opacity: 0.12;
  filter: grayscale(1) contrast(0.7) brightness(1.12);
  transform: scale(1.06);
  pointer-events: none;
  z-index: -1;
}

.artistWebsiteSection:nth-of-type(even)::after {
  opacity: 0.2;
  background:
    linear-gradient(180deg, rgba(29, 24, 10, 0.5), rgba(11, 11, 13, 0.92)),
    var(--artist-website-image) center/cover no-repeat;
}

.artistWebsiteSectionHeader {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.5rem;
  width: min(100%, 86rem);
  margin-left: auto;
  margin-right: auto;
}

.artistWebsiteSectionHeader h2 {
  margin: 0;
  color: #fff8ee;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.artistWebsiteBioSection,
.artistWebsiteMusicSection,
.artistWebsiteMerchSection,
.artistWebsiteSubscribeSection,
.artistWebsiteBookingSection,
.artistWebsiteContactSection {
  position: relative;
}

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

.artistWebsiteBioGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: 1rem;
  width: min(100%, 86rem);
  margin: 0 auto;
}

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

.artistWebsiteBioCopy p,
.artistWebsiteBioCard p,
.artistWebsiteEmptyState p {
  margin: 0;
  color: rgba(245, 241, 232, 0.78);
  line-height: 1.75;
}

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

.artistWebsiteBioCard {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.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: #fff8ee;
  font-size: 1.65rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

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

.artistPageWebsite .artistSongList,
.artistPageWebsite .paidArtistMerchGrid,
.artistPageWebsite .bookingPanel,
.artistPageWebsite .paidArtistMessage {
  width: min(100%, 86rem);
  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(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

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

.artistPageWebsite .paidArtistMerchCard {
  overflow: hidden;
  border-width: 1px;
}

.artistPageWebsite .paidArtistMerchCard span,
.artistPageWebsite .paidArtistMerchCard strong {
  padding-left: 0;
  padding-right: 0;
}

.artistPageWebsite .paidArtistMessage {
  align-items: end;
  padding: 0;
  border: 0;
  background: transparent;
}

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

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

.artistPageWebsite .artistSongMeta button {
  font-size: 1.2rem;
}

.artistPageWebsite .artistSongMeta button,
.artistPageWebsite .paidArtistMessage h2,
.artistPageWebsite .bookingRate,
.artistPageWebsite .bookingSummary dd {
  color: #fff8ee;
}

.artistPageWebsite .artistSongMeta span,
.artistPageWebsite .paidArtistMessage p,
.artistPageWebsite .bookingSummary p,
.artistPageWebsite .bookingSummary dt,
.artistPageWebsite .bookingCalendarTitle {
  color: rgba(245, 241, 232, 0.72);
}

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

.artistPageWebsite .bookingDate {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff8ee;
}

.artistPageWebsite .bookingDate span {
  color: rgba(245, 241, 232, 0.68);
}

.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);
}

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

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

.artistWebsiteSubscribeCopy h2 {
  margin: 0;
  color: #fff8ee;
  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: 1.6rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}

.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 {
    flex-direction: column;
    align-items: flex-start;
  }

  .artistWebsiteNav {
    justify-content: flex-start;
  }

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

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

  .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 {
    width: 100%;
    text-align: center;
  }

  .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;
}

.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.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.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;
}

.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;
}

.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%;
}

.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: 1 / 1;
  overflow: hidden;
  width: min(100%, 24rem);
  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%;
}

.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;
}

.accountSettingsPanel:first-child {
  grid-row: span 3;
}

.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 {
  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);
}

.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,
  .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,
  .analyticsMetricGrid,
  .analyticsGrid,
  .dashboardGrid,
  .beatStudioWorkspace,
  .beatStudioGrid,
  .createOptionGrid,
  .accountSettingsGrid,
  .accountSettingsFormGrid,
  .challengeHero {
    grid-template-columns: 1fr;
  }

  .sectionHeader,
  .panelHeader,
  .libraryHeader,
  .trackCardHead,
  .leaderboardCardHeader {
    flex-direction: column;
    align-items: stretch;
  }

  .dashboardSectionHeader {
    display: grid;
    align-items: start;
  }

  .dashboardSubnav {
    border-radius: 1.25rem;
  }

  .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;
  }

  .accountSettingsPanel:first-child {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .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: 1fr;
  }

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

  .customPlayerTimeline,
  .customPlayerVolume {
    width: 100%;
  }

  .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;
  }

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

  .beatStudioCoverButton,
  .beatStudioCover {
    min-height: 12rem;
  }
}

@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;
  }

  .page {
    padding-bottom: 11rem;
  }

  .bottomPlayerInner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bottomPlayerArt {
    width: 3.8rem;
    height: 3.8rem;
  }
}
