:root {
  color-scheme: dark;
  --bg: #08080c;
  --surface: #111117;
  --surface-2: #191921;
  --text: #f8f7fb;
  --muted: #aaa7b3;
  --line: rgba(255,255,255,.11);
  --purple: #8d24ff;
  --pink: #ff2c91;
  --orange: #ff8a16;
  --gradient: linear-gradient(115deg,var(--purple),var(--pink) 55%,var(--orange));
  --header-height: 62px;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { background: var(--bg); }
body { margin: 0; min-height: 100vh; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.site-main { min-height: calc(100vh - var(--header-height)); }

.site-header {
  position: sticky; top: 0; z-index: 1000; height: var(--header-height); display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(16px, 4vw, 54px); border-bottom: 1px solid var(--line); background: rgba(8,8,12,.88); backdrop-filter: blur(20px);
}
.site-brand { display: inline-flex; align-items: center; }
.site-brand img { width: 96px; height: 56px; border-radius: 10px; object-fit: cover; object-position: center; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 3vw, 30px); color: #d8d6df; font-size: .94rem; }
.site-nav a:hover { color: #fff; }
.site-nav__account { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); }
.page-feed .site-header { border-bottom: 1px solid rgba(255,255,255,.08); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 32px clamp(20px, 5vw, 70px); border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.page-feed .site-footer { display: none; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; font-weight: 750; }
.button:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.11); }
.button--primary { border: 0; background: var(--gradient); box-shadow: 0 10px 35px rgba(233,37,147,.2); }
.button--primary:hover { filter: brightness(1.08); }
.button--danger { border-color: rgba(255,80,101,.35); color: #ff8796; }
.button.is-active { background: #fff; color: #0b0b0f; }
.eyebrow { display: inline-block; margin-bottom: 8px; background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.flash-stack { position: fixed; top: calc(var(--header-height) + 14px); left: 50%; z-index: 1300; width: min(92vw, 580px); transform: translateX(-50%); }
.flash { padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(20,20,28,.96); box-shadow: var(--shadow); }
.flash--success { border-color: rgba(70,231,157,.4); }
.flash--error { border-color: rgba(255,75,102,.45); }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 2000; transform: translateX(-50%); padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(20,20,28,.96); box-shadow: var(--shadow); }

.feed-shell { position: relative; width: min(100%, 700px); margin: 0 auto; background: #000; }
.feed-welcome { position: absolute; inset: 0; z-index: 120; min-height: calc(100svh - var(--header-height)); display: grid; place-items: center; padding: clamp(84px, 12vh, 130px) 24px 46px; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 20%, rgba(141,36,255,.23), transparent 46%), #08080c; opacity: 1; visibility: visible; transition: opacity .42s ease, visibility .42s ease; touch-action: pan-y; }
.feed-welcome[hidden] { display: none; }
.feed-welcome.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.feed-welcome__content { width: min(100%, 580px); display: grid; justify-items: center; gap: clamp(14px, 1.3vw, 18px); }
.feed-welcome__content img { width: min(190px, 48vw); border-radius: 30px; }
.feed-welcome__content h1 { max-width: 620px; margin: 4px 0 0; font-size: clamp(2rem, 7vw, 4.2rem); line-height: .98; }
.feed-welcome__content h1 span { display: block; white-space: nowrap; }
.feed-welcome__content p { max-width: 560px; margin: 0; color: #c7c3ce; font-size: clamp(.96rem, 2.8vw, 1.08rem); line-height: 1.55; }
.feed-welcome__promises { width: min(100%, 510px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 2px 0 4px; }
.feed-welcome__promise { display: grid; justify-items: center; align-content: center; gap: 1px; min-height: 58px; padding: 8px 10px; border: 1px solid transparent; border-radius: 16px; background: linear-gradient(#101016,#101016) padding-box, var(--gradient) border-box; box-shadow: 0 12px 32px rgba(141,36,255,.14); }
.feed-welcome__promise strong { white-space: nowrap; font-size: .96rem; font-weight: 900; letter-spacing: .02em; }
.feed-welcome__promise strong span { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: 1.2rem; }
.feed-welcome__promise small { color: #bdb9c5; font-size: .72rem; }
.feed-welcome__actions { width: min(100%, 510px); display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.feed-welcome__actions .button { flex: 1 1 220px; max-width: 250px; }
.feed-welcome__create { margin: 0; }
.feed-welcome__discover { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: #fff; }
.feed-welcome__discover:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.11); }
.feed-shell.has-welcome-open .feed-floating-controls, .feed-shell.has-welcome-open .feed-search, .feed-shell.has-welcome-open .active-filter { opacity: 0; visibility: hidden; pointer-events: none; }
.feed-shell.has-welcome-open .reel-feed { overflow: hidden; }
.reel-feed { height: calc(100svh - var(--header-height)); overflow-y: auto; overscroll-behavior-y: contain; scroll-snap-type: y mandatory; scrollbar-width: none; }
.reel-feed::-webkit-scrollbar { display: none; }
.reel-card { position: relative; min-height: calc(100svh - var(--header-height)); scroll-snap-align: start; scroll-snap-stop: always; background: #000; }
.reel-media { position: relative; width: 100%; height: calc(100svh - var(--header-height)); overflow: hidden; background: radial-gradient(circle at 35% 15%, #2b1051, #050507 62%); }
.reel-media > video, .reel-audio-cover { width: 100%; height: 100%; object-fit: cover; }
.reel-audio-cover { position: absolute; inset: 0; }
.reel-audio-cover img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.95); }
.reel-audio-cover--empty { background: radial-gradient(circle at 50% 38%, rgba(255,44,145,.45), rgba(141,36,255,.23) 34%, #09090d 72%); }
.reel-audio-pulse { position: absolute; left: 50%; top: 46%; width: 105px; aspect-ratio: 1; transform: translate(-50%,-50%); border: 2px solid rgba(255,255,255,.8); border-radius: 50%; box-shadow: 0 0 0 22px rgba(255,44,145,.12), 0 0 0 45px rgba(141,36,255,.09); }
.reel-audio-pulse::after { content: "♪"; position: absolute; inset: 0; display: grid; place-items: center; font-size: 2.7rem; }
.reel-audio { position: absolute; z-index: 8; left: 18px; right: 92px; bottom: 150px; width: calc(100% - 110px); height: 42px; opacity: .9; }
.reel-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.08) 40%, rgba(0,0,0,.2) 58%, rgba(0,0,0,.92) 100%); pointer-events: none; }
.reel-sound-toggle { position: absolute; z-index: 7; right: 16px; top: 64px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(0,0,0,.38); backdrop-filter: blur(10px); cursor: pointer; }
.reel-sound-toggle.is-active { background: #fff; color: #000; }

.reel-actions { position: absolute; z-index: 10; right: 12px; bottom: 78px; display: grid; justify-items: center; gap: 12px; }
.reel-artist-avatar { width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; overflow: hidden; background: var(--gradient); font-weight: 900; }
.reel-artist-avatar img { width: 100%; height: 100%; object-fit: cover; }
.reel-action { width: 58px; display: grid; justify-items: center; gap: 2px; border: 0; background: none; cursor: pointer; text-shadow: 0 2px 7px #000; }
.reel-action > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(0,0,0,.3); backdrop-filter: blur(8px); font-size: 1.35rem; }
.reel-action small { font-size: .68rem; font-weight: 800; }
.reel-action.is-active > span { background: #fff; color: #e42482; text-shadow: none; }
.reel-action:disabled { opacity: .55; }

.reel-copy { position: absolute; z-index: 8; left: 18px; right: 86px; bottom: 22px; text-shadow: 0 2px 10px #000; }
.reel-artist-name { display: inline-block; margin-bottom: 6px; font-weight: 900; }
.reel-title { display: block; margin-bottom: 7px; font-size: 1.14rem; font-weight: 850; }
.reel-copy p { max-width: 530px; margin: 0 0 9px; color: #eceaf0; font-size: .9rem; line-height: 1.4; }
.reel-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .8rem; font-weight: 760; }
.reel-stage { padding: 4px 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(0,0,0,.28); }

.feed-floating-controls { position: fixed; z-index: 40; top: calc(var(--header-height) + 13px); left: 50%; width: min(calc(100% - 28px), 672px); transform: translateX(-50%); display: flex; align-items: flex-start; justify-content: space-between; pointer-events: none; }
.feed-floating-controls > * { pointer-events: auto; }
.feed-picker { position: relative; }
.feed-picker summary { display: inline-flex; gap: 7px; align-items: center; padding: 8px 10px; border-radius: 999px; background: rgba(0,0,0,.25); backdrop-filter: blur(10px); cursor: pointer; list-style: none; font-size: .86rem; font-weight: 820; text-shadow: 0 2px 7px #000; }
.feed-picker summary::-webkit-details-marker { display: none; }
.feed-picker__menu { display: grid; min-width: 135px; margin-top: 6px; padding: 6px; border: 1px solid var(--line); border-radius: 15px; background: rgba(14,14,19,.92); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.feed-picker__menu a { padding: 9px 11px; border-radius: 10px; font-size: .84rem; }
.feed-picker__menu a:hover, .feed-picker__menu a.is-active { background: #fff; color: #09090d; }
.feed-search-toggle { width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(0,0,0,.32); backdrop-filter: blur(10px); font-size: 1.4rem; cursor: pointer; }
.feed-search { position: fixed; z-index: 60; top: calc(var(--header-height) + 62px); left: 50%; width: min(calc(100% - 28px), 560px); transform: translateX(-50%); padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(15,15,21,.86); backdrop-filter: blur(22px); box-shadow: var(--shadow); }
.feed-search:not([hidden]) { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.feed-search input { min-width: 0; height: 44px; padding: 0 13px; border: 1px solid var(--line); border-radius: 13px; background: rgba(0,0,0,.38); color: #fff; outline: none; }
.feed-search input:focus { border-color: rgba(255,255,255,.42); }
.feed-search button { padding: 0 16px; border: 0; border-radius: 13px; background: #fff; color: #09090d; font-weight: 850; cursor: pointer; }
.feed-search__suggestions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 7px; }
.feed-search__suggestions a { padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.08); font-size: .8rem; }
.feed-search:not([hidden]) ~ .active-filter { top: calc(var(--header-height) + 126px); }
.active-filter { position: fixed; z-index: 45; top: calc(var(--header-height) + 62px); left: 50%; transform: translateX(-50%); display: flex; gap: 7px; align-items: center; }
.active-filter span, .active-filter a { padding: 6px 9px; border-radius: 999px; background: #fff; color: #09090d; font-size: .76rem; font-weight: 800; }
.active-filter a { background: rgba(0,0,0,.5); color: #fff; }

.reel-comments { position: absolute; z-index: 30; left: 0; right: 0; bottom: 0; max-height: min(68%, 620px); padding: 16px; border-radius: 24px 24px 0 0; background: rgba(14,14,20,.97); backdrop-filter: blur(22px); box-shadow: 0 -22px 60px rgba(0,0,0,.4); }
.reel-comments__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.reel-comments__head button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.09); font-size: 1.2rem; cursor: pointer; }
.reel-comments__list { max-height: 330px; overflow-y: auto; padding-right: 4px; }
.reel-comments__list article { padding: 9px 0; border-bottom: 1px solid var(--line); }
.reel-comments__list p { margin: 4px 0; color: #dddbe2; font-size: .87rem; line-height: 1.4; }
.reel-comments__list small, .reel-comments__empty { color: var(--muted); font-size: .72rem; }
.reel-comment-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 12px; }
.reel-comment-form textarea { min-height: 46px; max-height: 100px; resize: vertical; padding: 11px 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.06); color: #fff; }
.reel-comment-form button { padding: 0 14px; border: 0; border-radius: 13px; background: #fff; color: #09090d; font-weight: 850; }
.feed-sentinel { height: 1px; }
.feed-empty, .simple-state { min-height: calc(100svh - var(--header-height)); display: grid; align-content: center; justify-items: center; gap: 12px; padding: 40px 24px; text-align: center; background: radial-gradient(circle at 50% 20%, rgba(141,36,255,.18), transparent 48%); }
.feed-empty img { width: 180px; border-radius: 30px; }
.feed-empty h1, .simple-state h1 { max-width: 650px; margin: 4px 0; font-size: clamp(2rem, 6vw, 4rem); line-height: 1; }
.feed-empty p { max-width: 560px; margin: 0 0 10px; color: var(--muted); }

.detail-layout { width: min(1180px, calc(100% - 32px)); margin: 34px auto 70px; display: grid; grid-template-columns: minmax(360px, 560px) 1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.detail-reel .reel-card, .detail-reel .reel-media { min-height: min(780px, calc(100svh - 110px)); height: min(780px, calc(100svh - 110px)); border-radius: 28px; }
.detail-info h1 { margin: 0 0 10px; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: .98; }
.detail-info > p { color: #cfccd5; line-height: 1.75; }
.detail-artist { display: inline-block; margin: 3px 0 18px; font-weight: 850; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 26px; }
.detail-tags a { padding: 7px 10px; border-radius: 999px; background: var(--surface-2); color: #ddd9e3; font-size: .82rem; }

.artist-hero { width: min(1100px, calc(100% - 36px)); margin: 60px auto; display: grid; grid-template-columns: 220px 1fr; gap: clamp(28px, 6vw, 72px); align-items: center; }
.artist-avatar { width: 220px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; display: grid; place-items: center; background: var(--gradient); box-shadow: 0 20px 70px rgba(255,44,145,.18); font-size: 5rem; font-weight: 900; }
.artist-avatar img { width: 100%; height: 100%; object-fit: cover; }
.artist-hero h1 { margin: 0; font-size: clamp(2.5rem, 7vw, 6rem); line-height: .94; }
.artist-hero__copy > p { max-width: 720px; color: #cbc8d1; line-height: 1.65; }
.artist-location { color: var(--muted) !important; }
.artist-counts, .artist-actions, .artist-links { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; margin-top: 20px; }
.artist-counts span { color: var(--muted); font-size: .9rem; }
.artist-counts strong { color: #fff; font-size: 1.15rem; }
.artist-links a { color: #d6d2dd; font-size: .85rem; text-decoration: underline; text-underline-offset: 4px; }
.artist-content { width: min(1100px, calc(100% - 36px)); margin: 48px auto; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
.section-heading h2 { margin: 0; font-size: 2rem; }
.profile-reel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.profile-reel-tile { position: relative; aspect-ratio: 9 / 14; overflow: hidden; border-radius: 18px; background: var(--surface-2); }
.profile-reel-tile img, .profile-reel-tile video { width: 100%; height: 100%; object-fit: cover; }
.profile-reel-tile__fallback { display: grid; width: 100%; height: 100%; place-items: center; background: radial-gradient(circle, rgba(255,44,145,.5), rgba(141,36,255,.18), #0c0c11); font-size: 3rem; }
.profile-reel-tile__shade { position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(0,0,0,.88)); }
.profile-reel-tile strong, .profile-reel-tile small { position: absolute; z-index: 2; left: 13px; right: 13px; bottom: 34px; }
.profile-reel-tile small { bottom: 13px; color: #d7d3dc; font-size: .75rem; }
.track-list { display: grid; gap: 10px; }
.track-row { display: grid; grid-template-columns: 62px minmax(150px,1fr) minmax(220px,380px) auto; gap: 15px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.track-row__cover { width: 62px; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: var(--gradient); font-size: 1.5rem; }
.track-row__cover img { width: 100%; height: 100%; object-fit: cover; }
.track-row div:nth-child(2) { display: grid; gap: 4px; }
.track-row small { color: var(--muted); }
.track-row audio { width: 100%; height: 38px; }
.empty-copy { color: var(--muted); }

.page-auth .site-main { display: grid; align-items: center; }
.auth-shell { width: min(1050px, calc(100% - 32px)); margin: 50px auto; display: grid; grid-template-columns: 1fr minmax(360px, 520px); gap: clamp(35px, 8vw, 100px); align-items: center; }
.auth-shell--compact { display: block; width: min(520px, calc(100% - 32px)); }
.auth-brand { text-align: center; }
.auth-brand img { width: min(360px, 80%); margin: 0 auto; border-radius: 40px; }
.auth-brand p { color: var(--muted); font-size: 1.15rem; }
.auth-card { padding: clamp(24px, 5vw, 46px); border: 1px solid var(--line); border-radius: 28px; background: rgba(18,18,24,.92); box-shadow: var(--shadow); }
.auth-card h1 { margin: 0 0 10px; font-size: clamp(2.1rem, 6vw, 3.7rem); line-height: 1; }
.auth-card > p { color: var(--muted); line-height: 1.55; }
.form-stack { display: grid; gap: 14px; margin-top: 24px; }
.form-stack label { display: grid; gap: 7px; color: #d8d5dd; font-size: .85rem; font-weight: 720; }
.form-stack input, .form-stack textarea, .form-stack select { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 13px; background: #0d0d12; color: #fff; outline: none; }
.form-stack input:focus, .form-stack textarea:focus { border-color: rgba(255,255,255,.45); }
.check-row { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.check-row input { width: 18px !important; min-height: 18px !important; margin-top: 2px; accent-color: var(--pink); }
.form-error { margin: 10px 0; padding: 11px 13px; border: 1px solid rgba(255,78,103,.42); border-radius: 12px; background: rgba(255,52,82,.08); color: #ffb3bd; }
.auth-switch { margin: 18px 0 0; color: var(--muted); font-size: .88rem; }
.auth-switch a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 820px) {
  :root { --header-height: 58px; }
  .site-header { padding: 0 12px; }
  .site-brand img { width: 90px; height: 52px; }
  .site-nav { gap: 12px; font-size: .8rem; }
  .site-nav > a:first-child { display: none; }
  .site-nav__account { padding: 7px 10px; }
  .feed-shell { width: 100%; }
  .feed-welcome { position: fixed; min-height: 100svh; padding: calc(var(--header-height) + 36px) 22px max(34px, env(safe-area-inset-bottom)); }
  .feed-welcome__content img { width: min(150px, 40vw); }
  .feed-welcome__promises { width: min(100%, 300px); gap: 8px; }
  .feed-welcome__promise { padding-inline: 7px; }
  .feed-welcome__promise strong { font-size: .86rem; }
  .feed-welcome__promise strong span { font-size: 1.08rem; }
  .feed-welcome__promise small { font-size: .66rem; }
  .feed-welcome__actions { width: min(100%, 280px); }
  .feed-welcome__actions .button { flex-basis: 100%; max-width: none; }
  .reel-card, .reel-media { min-height: calc(100svh - var(--header-height)); height: calc(100svh - var(--header-height)); }
  .page-feed .site-header {
    position: fixed; left: 50%; width: 100%; transform: translateX(-50%);
    padding: 0 14px; border-bottom: 0; background: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.56) 62%, transparent); backdrop-filter: none;
  }
  .page-feed .site-main { min-height: 100svh; }
  .page-feed .reel-feed { height: 100svh; }
  .page-feed .reel-card { min-height: 100svh; }
  .page-feed .reel-media { height: 100svh; }
  .page-feed .feed-empty { min-height: 100svh; padding-top: calc(var(--header-height) + 40px); }
  .reel-copy { left: 14px; right: 76px; bottom: max(15px, env(safe-area-inset-bottom)); }
  .reel-copy p { font-size: .84rem; }
  .reel-actions { right: 7px; bottom: max(72px, calc(env(safe-area-inset-bottom) + 58px)); gap: 9px; }
  .reel-action { width: 54px; }
  .reel-action > span { width: 39px; height: 39px; }
  .reel-artist-avatar { width: 45px; height: 45px; }
  .reel-audio { left: 14px; bottom: 142px; width: calc(100% - 100px); }
  .detail-layout { grid-template-columns: 1fr; margin-top: 14px; }
  .detail-reel .reel-card, .detail-reel .reel-media { min-height: calc(100svh - 90px); height: calc(100svh - 90px); border-radius: 20px; }
  .detail-info { padding: 0 4px; }
  .artist-hero { grid-template-columns: 1fr; justify-items: center; text-align: center; margin-top: 35px; }
  .artist-avatar { width: 150px; }
  .artist-counts, .artist-actions, .artist-links { justify-content: center; }
  .profile-reel-grid { grid-template-columns: repeat(2, 1fr); }
  .track-row { grid-template-columns: 54px 1fr auto; }
  .track-row audio { grid-column: 1 / -1; }
  .auth-shell { grid-template-columns: 1fr; }
  .auth-brand { display: none; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 470px) {
  .profile-reel-grid { gap: 6px; }
  .profile-reel-tile { border-radius: 12px; }
  .feed-search { top: calc(var(--header-height) + 57px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
