:root {
  --bg: #0b0b10;
  --panel: #181820;
  --panel-soft: #23232b;
  --text: #ffffff;
  --muted: #a8a8b2;
  --muted-strong: #d3d3dc;
  --accent: #9a1f9f;
  --profile-hero-avatar-width: clamp(122px, 27vw, 154px);
  --profile-hero-avatar-height: clamp(172px, 38vw, 218px);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background-color: #202024;
}

body {
  font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  color-scheme: dark;
  background:
    radial-gradient(780px 520px at 0% 36%, rgba(40, 95, 98, 0.22), transparent 64%),
    radial-gradient(740px 520px at 100% 100%, rgba(95, 38, 113, 0.2), transparent 62%),
    linear-gradient(180deg, #202024 0%, #17181d 48%, #15161b 100%);
}

a {
  color: inherit;
}

.page {
  width: min(580px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 16px clamp(13px, 3vw, 22px) calc(92px + env(safe-area-inset-bottom, 0px));
  overflow-x: hidden;
}

.floating-cta {
  position: fixed;
  left: max(28px, env(safe-area-inset-left, 0px));
  right: max(28px, env(safe-area-inset-right, 0px));
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 6px;
  width: min(512px, calc(100% - 56px));
  min-height: 34px;
  margin: 0 auto;
  padding: 0 8px 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(22, 22, 28, 0.96);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.floating-cta-link {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  min-width: 0;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.soundseed-mini-mark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.soundseed-mini-mark-icon {
  display: block;
  width: 17px;
  height: 17px;
  object-fit: contain;
  flex-shrink: 0;
}

.soundseed-mini-mark-wordmark {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.floating-cta-logo {
  flex: 0 0 auto;
  gap: 5px;
}

.floating-cta-logo .soundseed-mini-mark-icon {
  width: 15px;
  height: 15px;
}

.floating-cta-logo .soundseed-mini-mark-wordmark {
  font-size: 11px;
}

.floating-cta-text {
  display: inline-flex;
  align-items: center;
  height: 100%;
  min-width: max-content;
  font-size: clamp(0.6rem, 1.45vw, 0.66rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.floating-cta-close {
  appearance: none;
  display: inline-grid;
  align-self: center;
  flex: 0 0 22px;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.floating-cta-close-icon {
  display: block;
  width: 13px;
  height: 13px;
}

.store-link,
.secondary-link,
.follow-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.store-link {
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #3b3b42;
  font-size: 0.74rem;
}

.secondary-link {
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.profile-layout {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: clamp(10px, 2.4vw, 18px);
}

.profile-layout > :not(.artist-page-backdrop) {
  position: relative;
  z-index: 1;
}

.profile-layout-intro-target {
  opacity: 0;
  pointer-events: none;
  transition: opacity 620ms ease;
}

.profile-layout-intro-reveal {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 620ms ease;
}

.profile-layout-ready.profile-layout-no-entrance .profile-hero-media,
.profile-layout-ready.profile-layout-no-entrance .profile-hero-avatar,
.profile-layout-ready.profile-layout-no-entrance .profile-copy h1,
.profile-layout-ready.profile-layout-no-entrance .stats,
.profile-layout-ready.profile-layout-no-entrance .joined,
.profile-layout-ready.profile-layout-no-entrance .section-nav-shell,
.profile-layout-ready.profile-layout-no-entrance .content-section,
.profile-layout-ready.profile-layout-no-entrance .profile-footer {
  animation: none;
  opacity: 1;
  transform: none;
}

.profile-layout-ready.profile-layout-no-entrance .profile-hero-avatar {
  transform: translateY(-22px);
}

.profile-intro {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: clamp(22px, 6vw, 56px);
  background: transparent;
  pointer-events: none;
  --profile-avatar-place-x: 0px;
  --profile-avatar-place-y: calc(-50vh + clamp(166px, 27vh, 226px));
  --profile-avatar-place-scale: 0.78;
}

.profile-intro-heading {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 9vw, 5.45rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
}

.profile-intro-hero-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: min(580px, 100%);
  overflow: hidden;
  background-position: center 20%;
  background-size: cover;
  opacity: 0;
  filter: blur(40px) saturate(1.12);
  transform: translateX(-50%) scale(1.18);
  transform-origin: center top;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 34%, rgba(0, 0, 0, 0.42) 58%, transparent 86%);
  mask-image: linear-gradient(180deg, #000 0%, #000 34%, rgba(0, 0, 0, 0.42) 58%, transparent 86%);
  transition: opacity 900ms ease;
}

.profile-intro-avatar-placing .profile-intro-hero-backdrop {
  opacity: 0.5;
}

.profile-intro-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(8px);
  animation: profile-word-fade-in 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--intro-word-delay);
  will-change: opacity, transform;
}

.profile-intro-exiting .profile-intro-word {
  animation-name: profile-word-fade-away;
  animation-duration: 420ms;
  animation-delay: var(--intro-word-exit-delay);
  animation-timing-function: cubic-bezier(0.64, 0, 0.78, 0);
  opacity: 1;
  transform: translateY(0);
}

.profile-intro-avatar-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
  width: clamp(156.4px, 34.62vw, 197.4px);
  transform: translateY(-2vh);
  animation: profile-intro-avatar-drift 640ms cubic-bezier(0.22, 1, 0.36, 1) 740ms forwards;
  will-change: transform;
}

.profile-intro-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 0.706;
  border-radius: 999px;
  background: var(--panel-soft);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  animation: profile-intro-avatar-in 680ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: opacity, transform;
}

.profile-intro-avatar.image-loaded {
  animation: profile-intro-avatar-in 680ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.profile-intro-avatar-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2b2b35, #4a1f51);
  color: #fff;
  font-size: clamp(2rem, 7vw, 3.2rem);
  font-weight: 900;
}

.profile-intro-avatar-placing .profile-intro-avatar,
.profile-intro-avatar-placing .profile-intro-avatar.image-loaded {
  opacity: 1;
  animation: profile-intro-avatar-place 780ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.profile-intro-avatar-pulsing .profile-intro-avatar {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: profile-intro-avatar-pulse 1850ms ease-in-out infinite;
}

.profile-intro-loading-text {
  height: 20px;
  margin: 24px 0 0;
  color: rgba(205, 205, 214, 0.74);
  font-size: clamp(0.92rem, 2.3vw, 1.08rem);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0;
  transform: translateY(4px);
  animation: profile-loading-text-in 360ms ease 980ms forwards;
}

.profile-intro-avatar-placing .profile-intro-loading-text {
  animation: profile-loading-text-out 180ms ease forwards;
}

.profile-intro-dot {
  opacity: 0.18;
  animation: profile-loading-dot 1.25s ease-in-out infinite;
}

.profile-intro-dot-2 {
  animation-delay: 160ms;
}

.profile-intro-dot-3 {
  animation-delay: 320ms;
}

.artist-page-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.12);
  transition: opacity 320ms ease;
}

.artist-page-backdrop::before {
  content: "";
  position: absolute;
  inset: -28px;
  background: inherit;
  filter: blur(30px) saturate(1.28) brightness(1.12);
  transform: scale(1.06);
}

.artist-page-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 18, 24, 0.5), rgba(18, 18, 24, 0.68)),
    rgba(18, 18, 24, 0.08);
}

.artist-page-backdrop.is-visible {
  opacity: 1;
}

.profile-header {
  position: relative;
  display: grid;
  min-height: clamp(248px, 63vw, 392px);
  margin: calc((16px + clamp(10px, 2.4vw, 18px)) * -1) calc(clamp(13px, 3vw, 22px) * -1) clamp(8px, 2vw, 14px);
  overflow: hidden;
  place-items: end center;
}

.profile-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: transparent;
}

.profile-hero-image,
.profile-hero-fallback {
  width: 100%;
  height: 100%;
}

.profile-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.5;
  filter: blur(40px) saturate(1.12);
  transform: scale(1.18);
  transform-origin: center top;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 34%, rgba(0, 0, 0, 0.42) 58%, transparent 86%);
  mask-image: linear-gradient(180deg, #000 0%, #000 34%, rgba(0, 0, 0, 0.42) 58%, transparent 86%);
}

.profile-hero-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2b2b35, #4a1f51);
  color: #fff;
  font-size: clamp(5rem, 22vw, 9rem);
  font-weight: 900;
}

.skeleton-content-section {
  opacity: 1;
  transition: opacity 220ms ease;
}

.skeleton-content-section.is-fading {
  opacity: 0;
}

.profile-copy {
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-width: 0;
  width: min(100%, 520px);
  padding: clamp(76px, 22vw, 158px) clamp(13px, 3vw, 22px) 14px;
  color: #fff;
  filter: none;
  opacity: 1;
  text-align: center;
}

.profile-hero-avatar {
  display: block;
  width: var(--profile-hero-avatar-width);
  height: var(--profile-hero-avatar-height);
  margin: 0 auto 6px;
  border: 0;
  border-radius: 999px;
  background: var(--panel-soft);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.34);
  object-fit: cover;
  filter: none;
  opacity: 1;
  transform: translateY(-22px);
}

.profile-layout-ready .profile-hero-media {
  opacity: 1;
  animation: none;
}

.profile-layout-ready .profile-hero-avatar {
  opacity: 1;
  animation: none;
}

.profile-layout-ready .profile-copy h1 {
  opacity: 0;
  transform: translateY(8px);
  animation: profile-hero-detail-in 420ms ease 520ms forwards;
}

.profile-layout-ready .stats {
  opacity: 0;
  transform: translateY(7px);
  animation: profile-hero-detail-in 420ms ease 740ms forwards;
}

.profile-layout-ready .joined {
  opacity: 0;
  transform: translateY(7px);
  animation: profile-hero-detail-in 420ms ease 900ms forwards;
}

.profile-layout-ready .section-nav-shell,
.profile-layout-ready .content-section,
.profile-layout-ready .profile-footer,
.floating-cta {
  opacity: 0;
  transform: translateY(12px);
  animation: profile-content-fade-in 560ms ease 1160ms forwards;
}

.profile-hero-avatar-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2b2b35, #4a1f51);
  color: #fff;
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  font-weight: 900;
}

.avatar {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--panel-soft);
  object-fit: cover;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.3);
}

.avatar-fallback,
.art-fallback,
.artist-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2b2b35, #4a1f51);
  color: #fff;
  font-weight: 900;
}

.avatar-fallback {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.image-loading,
.skeleton-block,
.skeleton-line {
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.08) 46%, rgba(255, 255, 255, 0) 64%),
    rgba(255, 255, 255, 0.055);
  background-size: 220% 100%;
  animation: skeleton-shimmer 1.35s ease-in-out infinite;
}

.image-loaded {
  animation: image-in 220ms ease-out both;
}

.skeleton-line {
  display: block;
  height: 12px;
  border-radius: 999px;
}

.skeleton-circle {
  border-radius: 999px;
}

.skeleton-title {
  width: min(250px, 72%);
  height: 30px;
  margin: 0 auto;
}

.skeleton-row {
  display: flex;
  justify-content: center;
  gap: clamp(9px, 2.3vw, 14px);
  margin-top: 12px;
}

.skeleton-stat {
  width: 82px;
}

.skeleton-joined {
  width: min(220px, 66%);
  margin: 12px auto 0;
}

.skeleton-pill {
  width: 100%;
  height: 34px;
}

.skeleton-card-title {
  width: 54%;
  margin-top: 8px;
}

.skeleton-card-meta {
  width: 74%;
  margin-top: 7px;
}

.skeleton-section-heading {
  align-items: center;
}

.skeleton-section-title {
  width: min(126px, 34%);
  height: 22px;
}

.skeleton-footer-powered {
  width: 74px;
  height: 8px;
}

.skeleton-footer-logo {
  width: 136px;
  height: 22px;
}

.skeleton-footer-icon {
  width: 20px;
  height: 20px;
}

h1 {
  margin: 0;
  font-size: clamp(1.36rem, 4.6vw, 2.04rem);
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.profile-copy h1 {
  font-size: clamp(1.9rem, 7vw, 3.15rem);
  color: #fff;
  opacity: 1;
  filter: none;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.username {
  margin: 7px 0 0;
  color: #fff;
  font-size: clamp(0.86rem, 2vw, 0.98rem);
  font-weight: 700;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(9px, 2.3vw, 14px);
  margin-top: 7px;
  color: var(--muted);
  font-size: clamp(0.8rem, 1.9vw, 0.92rem);
  font-weight: 500;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.stat strong {
  color: #fff;
  font-weight: 900;
}

.joined {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: clamp(0.74rem, 1.55vw, 0.84rem);
  font-weight: 500;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.follow-pill {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 34px;
  margin-top: 4px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: clamp(0.76rem, 1.55vw, 0.86rem);
}

.store-link,
.follow-pill,
.section-nav-pill,
.artist-card-button,
.artist-see-all,
.footer-cta-link,
.footer-store-link,
.floating-cta-link,
.floating-cta-close {
  transform: scale(1);
  transform-origin: center center;
  transition: transform 115ms ease, box-shadow 115ms ease, background-color 115ms ease, border-color 115ms ease;
  will-change: transform;
}

.store-link:active,
.store-link.is-pressing,
.follow-pill:active,
.follow-pill.is-pressing,
.section-nav-pill:active,
.section-nav-pill.is-pressing,
.artist-card-button:active,
.artist-card-button.is-pressing,
.artist-see-all:active,
.artist-see-all.is-pressing,
.footer-cta-link:active,
.footer-cta-link.is-pressing,
.footer-store-link:active,
.footer-store-link.is-pressing,
.floating-cta-link:active,
.floating-cta-link.is-pressing,
.floating-cta-close:active,
.floating-cta-close.is-pressing {
  transform: scale(0.965);
}

.content-section + .content-section {
  margin-top: clamp(24px, 4.6vw, 34px);
}

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

.section-nav-shell {
  position: relative;
  z-index: 2;
  min-height: 62px;
  margin: calc(clamp(24px, 4.6vw, 34px) * -0.18) calc(clamp(13px, 3vw, 22px) * -1) clamp(22px, 4vw, 28px);
}

.section-nav-shell.is-fixed {
  z-index: 300;
}

.section-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 62px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(13, 13, 18, 0);
  box-shadow: none;
  transition: background-color 140ms ease-out, box-shadow 140ms ease-out;
}

.section-nav-shell.is-fixed .section-nav {
  position: fixed;
  top: 0;
  z-index: 200;
  background: rgba(18, 18, 24, 0.66);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.section-nav-pills {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 0 clamp(13px, 3vw, 22px);
  scrollbar-width: none;
}

.section-nav-pills::-webkit-scrollbar {
  display: none;
}

.section-nav-pill {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  max-width: none;
  border: 0;
  border-radius: 8px;
  background: rgba(34, 36, 42, 0.82);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: clamp(0.94rem, 2.5vw, 1.08rem);
  font-weight: 640;
  line-height: 1;
  padding: 0 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-nav-pill.is-active {
  background: rgba(255, 255, 255, 0.12);
}

.section-heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.12rem, 2.7vw, 1.35rem);
  letter-spacing: 0;
}

.collection-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(126px, 35%);
  gap: clamp(13px, 2.8vw, 18px);
  margin: 0 calc(clamp(13px, 3vw, 22px) * -1);
  padding: 0 clamp(13px, 3vw, 22px) 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: clamp(13px, 3vw, 22px);
  scrollbar-width: none;
}

.collection-row::-webkit-scrollbar {
  display: none;
}

.collection-card,
.artist-card {
  display: block;
  text-decoration: none;
}

.collection-card {
  scroll-snap-align: start;
  min-width: 0;
}

.collection-art {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.86;
  overflow: visible;
}

.collection-image,
.art-fallback {
  position: absolute;
  inset: 0;
  width: 76%;
  height: 100%;
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.34);
  object-fit: cover;
}

.collection-image.image-loading,
.artist-image.image-loading,
.avatar.image-loading {
  color: transparent;
}

.collection-image-1,
.art-fallback {
  z-index: 3;
  left: 0;
}

.collection-image-2 {
  z-index: 2;
  left: 18%;
  opacity: 0.92;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.42);
}

.collection-image-3 {
  z-index: 1;
  left: 34%;
  opacity: 0.82;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.48);
}

.collection-art-1 .collection-image-1 {
  width: 100%;
}

.collection-art-2 .collection-image-1,
.collection-art-2 .collection-image-2 {
  width: 82%;
}

.art-fallback {
  font-size: 1rem;
}

.card-title,
.artist-name {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(0.8rem, 1.85vw, 0.92rem);
  line-height: 1.12;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.card-meta,
.artist-subtitle {
  display: block;
  margin-top: 4px;
  color: var(--muted-strong);
  font-size: clamp(0.68rem, 1.5vw, 0.78rem);
  line-height: 1.25;
  font-weight: 800;
}

.artist-name,
.artist-subtitle {
  padding-left: 3px;
}

.artist-subtitle {
  display: -webkit-box;
  font-weight: 600;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.artist-row {
  --artist-card-width: clamp(166px, 39%, 220px);
  --artist-action-width: 72px;
  display: flex;
  align-items: start;
  gap: clamp(14px, 3vw, 20px);
  margin: 0 calc(clamp(13px, 3vw, 22px) * -1);
  padding: 0 clamp(13px, 3vw, 22px) 8px;
  overflow-x: auto;
  overflow-anchor: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: clamp(13px, 3vw, 22px);
  scrollbar-width: none;
}

.artist-row::-webkit-scrollbar {
  display: none;
}

.artist-card {
  min-width: 0;
  align-self: start;
  scroll-snap-align: start;
}

.artist-row > .artist-card,
.artist-visual-shell > .artist-card {
  flex: 0 0 var(--artist-card-width);
}

.artist-row > .artist-tile {
  flex: 0 0 var(--artist-card-width);
  width: var(--artist-card-width);
}

.artist-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  scroll-snap-align: start;
  transition:
    flex-basis 280ms cubic-bezier(0.22, 1, 0.36, 1) 95ms,
    width 280ms cubic-bezier(0.22, 1, 0.36, 1) 95ms;
  will-change: flex-basis, width;
}

.artist-tile.is-actions-expanded {
  flex-basis: calc(var(--artist-card-width) + var(--artist-action-width) - 9px);
  width: calc(var(--artist-card-width) + var(--artist-action-width) - 9px);
  transition-delay: 0ms;
}

.artist-visual-shell {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  contain: paint;
  transform: translateZ(0);
}

.artist-visual-shell > .artist-card {
  position: relative;
  z-index: 2;
}

.artist-tile > .artist-name,
.artist-tile > .artist-subtitle {
  width: var(--artist-card-width);
}

.artist-card-button {
  appearance: none;
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.artist-card-button:focus {
  outline: none;
}

.artist-card-button:focus-visible .artist-media {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.artist-media,
.artist-card > .artist-fallback,
.artist-see-all-grid {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  background: var(--panel);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.artist-media {
  position: relative;
  display: block;
  overflow: hidden;
}

.artist-service-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 var(--artist-action-width);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: var(--artist-action-width);
  margin-left: -9px;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  background: rgba(22, 24, 30, 0.9);
  box-shadow: none;
  opacity: 0;
  padding-left: 9px;
  pointer-events: none;
  transform: translate3d(-10px, 0, 0);
  transform-origin: left center;
  transition: opacity 170ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.artist-tile.is-actions-expanded .artist-service-actions {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.artist-service-link {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #fff;
  opacity: 0;
  text-decoration: none;
  transform: translateX(-6px);
  transform-origin: center center;
  transition: opacity 110ms ease, transform 150ms ease, background-color 140ms ease;
}

.artist-service-link:active,
.artist-service-link.is-pressing {
  transform: translateX(0) scale(0.86);
}

.artist-service-link:focus {
  outline: none;
}

.artist-service-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.74);
  outline-offset: 2px;
}

.artist-tile.is-actions-visible .artist-service-link:not(:active):not(.is-pressing) {
  opacity: 1;
  transform: translateX(0);
}

.artist-tile.is-actions-visible .artist-service-link {
  opacity: 1;
}

.artist-service-icon {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.artist-service-icon-spotify {
  width: 33px;
  height: 33px;
}

.artist-service-icon-apple-music {
  border-radius: 0;
}

.artist-card img,
.artist-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: outline-color 160ms ease;
}

.artist-fallback {
  display: grid;
  place-items: center;
}

.artist-preview-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 3px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  animation: artist-preview-spin 780ms linear infinite;
  pointer-events: none;
}

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

.preview-progress-bar {
  position: absolute;
  right: 8%;
  bottom: 9px;
  left: 8%;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.preview-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #fff;
  transform-origin: left center;
  transition: transform 160ms linear;
}

.artist-see-all {
  appearance: none;
  display: block;
  color: #fff;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.artist-see-all-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 4px;
  overflow: hidden;
}

.artist-see-all-image {
  min-width: 0;
  min-height: 0;
  border-radius: 7px;
}

.artist-fallback {
  font-size: 1.15rem;
}

.footer-cta {
  display: grid;
  justify-self: stretch;
  justify-items: center;
  gap: 4px;
  padding-top: 8px;
  margin-bottom: 18px;
  text-align: center;
}

.footer-cta-logo {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 12px;
}

.footer-cta-logo .soundseed-mini-mark-icon {
  width: 22px;
  height: 22px;
}

.footer-cta-logo .soundseed-mini-mark-wordmark {
  font-size: 16px;
}

.footer-cta-title,
.footer-cta-subtitle {
  margin: 0;
  color: #fff;
  line-height: 1.15;
}

.footer-cta-title {
  font-size: clamp(1.12rem, 2.7vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0;
}

.footer-cta-subtitle {
  color: var(--muted-strong);
  font-size: clamp(0.82rem, 1.8vw, 0.94rem);
  font-weight: 700;
}

.footer-cta-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.footer-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.footer-cta-apple-icon {
  display: block;
  width: 13px;
  height: 13px;
  object-fit: contain;
  transform: translateY(-1px);
}

.footer-cta-arrow {
  display: block;
  width: 16px;
  height: 16px;
}

.profile-footer {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-powered {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-logo {
  display: block;
  width: 136px;
  height: auto;
}

.footer-store-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 12px;
}

.footer-store-link {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .profile-layout-ready,
  .floating-cta,
  .profile-intro-word,
  .profile-intro-hero-backdrop,
  .profile-intro-avatar-wrap,
  .profile-intro-avatar,
  .profile-intro-loading-text,
  .profile-intro-dot,
  .profile-layout-ready .profile-hero-media,
  .profile-layout-ready .profile-hero-avatar,
  .profile-layout-ready .profile-copy h1,
  .profile-layout-ready .stats,
  .profile-layout-ready .joined,
  .profile-layout-ready .section-nav-shell,
  .profile-layout-ready .content-section,
  .profile-layout-ready .profile-footer {
    animation: none;
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  .store-link,
  .follow-pill,
  .section-nav-pill,
  .artist-card-button,
  .artist-see-all,
  .footer-cta-link,
  .footer-store-link,
  .floating-cta-link,
  .floating-cta-close {
    transition: none;
    will-change: auto;
  }

  .artist-tile,
  .artist-service-actions,
  .artist-service-link {
    transition: none;
    will-change: auto;
  }
}

.footer-store-link img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-google-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
}

.profile-card {
  min-height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(21, 21, 29, 0.72);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.download-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.state,
.empty-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.state {
  min-height: 440px;
  padding: 32px;
}

.empty-panel {
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-weight: 800;
}

.status-text {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: 140% 0;
  }
  100% {
    background-position: -80% 0;
  }
}

@keyframes image-in {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 1;
  }
}

@keyframes profile-word-fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes profile-word-fade-away {
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

@keyframes profile-intro-avatar-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes profile-intro-avatar-drift {
  from {
    transform: translateY(-2vh);
  }
  to {
    transform: translateY(-5vh);
  }
}

@keyframes profile-intro-avatar-place {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform:
      translate(
        var(--profile-avatar-place-x),
        var(--profile-avatar-place-y)
      )
      scale(var(--profile-avatar-place-scale));
  }
}

@keyframes profile-intro-avatar-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.4);
  }
  50% {
    transform: scale(1.025);
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.46);
  }
}

@keyframes profile-loading-text-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes profile-loading-text-out {
  to {
    opacity: 0;
    transform: translateY(-3px);
  }
}

@keyframes profile-loading-dot {
  0%,
  80%,
  100% {
    opacity: 0.18;
  }
  35% {
    opacity: 1;
  }
}

@keyframes profile-hero-detail-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes profile-content-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.public-sfa-artist-page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: clamp(390px, 66svh, 640px);
  overflow: visible;
  background: transparent;
}

.public-sfa-artist-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  object-fit: cover;
  background: #202024;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 54%, rgba(0, 0, 0, 0.72) 68%, rgba(0, 0, 0, 0.22) 84%, transparent 96%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 54%, rgba(0, 0, 0, 0.72) 68%, rgba(0, 0, 0, 0.22) 84%, transparent 96%, transparent 100%);
}

.public-sfa-artist-hero-fallback {
  color: #f6f6f6;
  font-size: clamp(64px, 16vw, 180px);
  font-weight: 800;
}

.public-sfa-artist-hero-content {
  position: absolute;
  left: max(22px, env(safe-area-inset-left, 0px));
  right: max(22px, env(safe-area-inset-right, 0px));
  bottom: 30px;
  display: flex;
  justify-content: center;
}

.public-sfa-artist-name {
  margin: 0;
  max-width: min(1040px, 100%);
  color: #f8f8f8;
  font-size: clamp(42px, 10vw, 112px);
  font-weight: 800;
  line-height: 0.88;
  text-align: center;
  text-shadow: 0 8px 42px rgba(0, 0, 0, 0.68);
  overflow-wrap: anywhere;
}

.public-sfa-join-backdrop {
  position: fixed;
  inset: 0;
  z-index: 4;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(246, 248, 255, 0.08);
  backdrop-filter: blur(10px) saturate(1.04);
  -webkit-backdrop-filter: blur(10px) saturate(1.04);
  animation: public-sfa-join-backdrop-in 180ms ease both;
}

.public-sfa-join-backdrop.is-closing {
  animation: public-sfa-join-backdrop-out 180ms ease both;
}

.public-sfa-join-tile {
  position: absolute;
  left: 50%;
  bottom: max(-58px, calc(env(safe-area-inset-bottom, 0px) - 58px));
  z-index: 5;
  width: 138px;
  min-height: 48px;
  border-radius: 24px;
  background: rgba(14, 18, 28, 0.46);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px) saturate(1.08) brightness(0.58);
  -webkit-backdrop-filter: blur(30px) saturate(1.08) brightness(0.58);
  overflow: hidden;
  transform: translateX(-50%);
  transition:
    bottom 430ms cubic-bezier(0.22, 1, 0.36, 1),
    width 360ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.public-sfa-join-tile.is-expanded {
  bottom: clamp(145px, 24svh, 225px);
  width: min(500px, calc(100vw - 48px));
  min-height: 284px;
  padding: 10px 24px 18px;
  border-radius: 31px;
}

.public-sfa-join-tile.is-closing {
  bottom: max(-58px, calc(env(safe-area-inset-bottom, 0px) - 58px));
  width: 138px;
  min-height: 48px;
  padding: 0;
  transition:
    bottom 430ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 260ms cubic-bezier(0.4, 0, 1, 1),
    padding 260ms cubic-bezier(0.4, 0, 1, 1),
    width 280ms cubic-bezier(0.4, 0, 1, 1) 170ms,
    border-radius 240ms ease 150ms,
    background 220ms ease,
    box-shadow 220ms ease;
}

.public-sfa-join-top-row {
  position: relative;
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.public-sfa-join-button {
  min-width: 138px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  background: transparent;
  color: #f4f6ff;
  font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.public-sfa-join-button:disabled {
  cursor: default;
}

.public-sfa-join-close {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #eef1ff;
  display: inline-grid;
  place-items: center;
  transform: translateY(-50%);
  cursor: pointer;
}

.public-sfa-join-close .floating-cta-close-icon {
  width: 26px;
  height: 26px;
}

.public-sfa-join-panel {
  width: 100%;
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px) scale(0.96);
  transform-origin: top center;
  pointer-events: none;
  overflow: hidden;
  transition:
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease 80ms,
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.public-sfa-join-tile.is-expanded .public-sfa-join-panel {
  max-height: 230px;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.public-sfa-join-tile.is-closing .public-sfa-join-panel {
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px) scale(0.96);
  pointer-events: none;
  transition:
    opacity 190ms ease,
    transform 240ms cubic-bezier(0.4, 0, 1, 1),
    max-height 260ms cubic-bezier(0.4, 0, 1, 1);
}

.public-sfa-join-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 6px;
  transform-origin: top center;
  animation: public-sfa-join-content-in 260ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.public-sfa-join-tile.is-closing .public-sfa-join-form {
  animation: public-sfa-join-content-out 220ms cubic-bezier(0.4, 0, 1, 1) both;
}

.public-sfa-join-tile.is-closing .public-sfa-join-close {
  opacity: 0;
  transform: translateY(-50%) scale(0.84);
  transition:
    opacity 140ms ease,
    transform 170ms cubic-bezier(0.4, 0, 1, 1);
}

.public-sfa-join-form h2,
.public-sfa-join-form p {
  margin: 0;
  text-align: center;
}

.public-sfa-join-form h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.public-sfa-join-form p {
  min-height: 17px;
  color: rgba(246, 248, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.public-sfa-join-form p.is-error {
  color: #ff8d8d;
}

.public-sfa-join-form input {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 46px;
  text-align: center;
  outline: none;
}

.public-sfa-join-form input::placeholder {
  color: rgba(174, 181, 200, 0.7);
  font-weight: 600;
}

.public-sfa-phone-input-shell {
  min-height: 46px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: visible;
}

.public-sfa-country-code-button {
  min-height: 46px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  padding: 0 14px 0 0;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 46px;
  cursor: pointer;
}

.public-sfa-country-code-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: rgba(246, 248, 255, 0.62);
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.public-sfa-phone-input-shell input {
  min-width: 0;
  flex: 1;
  width: 100%;
  text-align: left;
}

.public-sfa-country-selector-layer {
  position: fixed;
  inset: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  animation: public-sfa-country-selector-layer-in 180ms ease both;
}

.public-sfa-country-selector-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: rgba(3, 5, 10, 0.36);
  cursor: default;
  animation: public-sfa-country-selector-backdrop-in 180ms ease both;
}

.public-sfa-country-selector-card {
  position: relative;
  width: min(100%, 430px);
  max-height: min(68vh, 540px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 20, 25, 0.98);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  padding: 22px 14px 16px;
  overflow: hidden;
  transform-origin: center center;
  animation: public-sfa-country-selector-card-in 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.public-sfa-country-selector-layer.is-closing {
  animation: public-sfa-country-selector-layer-out 180ms ease both;
}

.public-sfa-country-selector-layer.is-closing .public-sfa-country-selector-backdrop {
  animation: public-sfa-country-selector-backdrop-out 180ms ease both;
}

.public-sfa-country-selector-layer.is-closing .public-sfa-country-selector-card {
  animation: public-sfa-country-selector-card-out 180ms ease both;
}

.public-sfa-country-selector-card h2 {
  margin: 0 0 14px;
  color: #f6f8ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.public-sfa-country-code-list {
  max-height: calc(min(68vh, 540px) - 76px);
  overflow-y: auto;
  padding: 0 6px 4px;
}

.public-sfa-country-code-option {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  padding: 0 14px;
  background: transparent;
  color: rgba(246, 248, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  text-align: left;
  transform-origin: center center;
  transition:
    background 150ms ease,
    transform 150ms cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

.public-sfa-country-code-option:hover {
  background: rgba(255, 255, 255, 0.06);
}

.public-sfa-country-code-option.is-selected {
  background: rgba(255, 255, 255, 0.1);
}

.public-sfa-country-code-option.is-sinking {
  animation: public-sfa-country-code-option-sink 170ms cubic-bezier(0.2, 0, 0.2, 1) both;
}

.public-sfa-country-code-option-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}

.public-sfa-country-code-option-dial {
  color: rgba(246, 248, 255, 0.72);
  font-weight: 700;
}

.public-sfa-join-form button[type="submit"] {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #0e1320;
  font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.public-sfa-join-form button[type="submit"].is-pending {
  opacity: 0.44;
  cursor: default;
}

.public-sfa-resend-code {
  min-height: 28px;
  border: 0;
  background: transparent;
  color: rgba(246, 248, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

@keyframes public-sfa-join-backdrop-in {
  from {
    opacity: 0;
    backdrop-filter: blur(0px) saturate(1);
    -webkit-backdrop-filter: blur(0px) saturate(1);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(10px) saturate(1.04);
    -webkit-backdrop-filter: blur(10px) saturate(1.04);
  }
}

@keyframes public-sfa-join-backdrop-out {
  from {
    opacity: 1;
    backdrop-filter: blur(10px) saturate(1.04);
    -webkit-backdrop-filter: blur(10px) saturate(1.04);
  }
  to {
    opacity: 0;
    backdrop-filter: blur(0px) saturate(1);
    -webkit-backdrop-filter: blur(0px) saturate(1);
  }
}

@keyframes public-sfa-join-content-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes public-sfa-join-content-out {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(-8px) scale(0.94);
  }
}

@keyframes public-sfa-country-selector-layer-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes public-sfa-country-selector-layer-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes public-sfa-country-selector-backdrop-in {
  from {
    background: rgba(3, 5, 10, 0);
  }
  to {
    background: rgba(3, 5, 10, 0.36);
  }
}

@keyframes public-sfa-country-selector-backdrop-out {
  from {
    background: rgba(3, 5, 10, 0.36);
  }
  to {
    background: rgba(3, 5, 10, 0);
  }
}

@keyframes public-sfa-country-selector-card-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes public-sfa-country-selector-card-out {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(6px) scale(0.99);
  }
}

@keyframes public-sfa-country-code-option-sink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 760px) {
  .page {
    padding-top: 16px;
  }

  .stats {
    gap: 14px;
  }

  .collection-row {
    grid-auto-columns: minmax(122px, 39%);
  }

  .artist-row {
    --artist-card-width: clamp(154px, 39%, 220px);
  }
}

@media (max-width: 430px) {
  .collection-row {
    grid-auto-columns: minmax(116px, 40%);
  }

  .artist-row {
    --artist-card-width: clamp(148px, 39%, 210px);
    --artist-action-width: 68px;
  }

  .follow-pill {
    width: 100%;
  }
}
