/* ============================================================
   星夜伴眠电台 · 全局样式
   深色夜空 · 玻璃拟态 · 柔和星光
   ============================================================ */

:root {
  --bg: #070a16;
  --bg2: #0d1226;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --border: rgba(255, 255, 255, 0.09);
  --text: #eef0fb;
  --text-dim: #a3a9c6;
  --text-faint: #6b7090;
  --accent: #8b7cf6;
  --accent2: #f0a6ca;
  --accent3: #7dd3fc;
  --gold: #f5c26b;
  --radius: 18px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  padding-bottom: 120px;
  color: var(--text);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background:
    radial-gradient(1200px 800px at 85% -10%, rgba(124, 96, 255, 0.16), transparent 60%),
    radial-gradient(1000px 700px at -10% 30%, rgba(125, 211, 252, 0.10), transparent 55%),
    radial-gradient(900px 900px at 50% 120%, rgba(240, 166, 202, 0.10), transparent 60%),
    var(--bg);
}

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
::selection { background: rgba(139, 124, 246, 0.4); }
:focus-visible { outline: 2px solid var(--accent3); outline-offset: 2px; }

/* 滚动条 */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.12); border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.22); }

#starfield { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
main { position: relative; z-index: 1; }
.site-header { position: sticky; top: 0; z-index: 30; }

.glass {
  background: var(--panel);
  border: 1px solid var(--border);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

/* ---------- 顶栏 ---------- */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  background: rgba(9, 11, 22, 0.55);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border-bottom: 1px solid var(--border);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; letter-spacing: 0.5px; }
.brand-mark {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff8e6, #f5c26b 55%, #c98a3d);
  font-size: 17px; box-shadow: 0 0 18px rgba(245, 194, 107, 0.5);
}
.main-nav { display: flex; gap: 6px; }
.nav-link { padding: 8px 14px; border-radius: 999px; font-size: 14px; color: var(--text-dim); transition: all 0.25s; }
.nav-link:hover { color: var(--text); background: var(--panel); }
.nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(139, 124, 246, 0.35), rgba(240, 166, 202, 0.28));
  box-shadow: inset 0 0 0 1px var(--border);
}

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 999px; font-weight: 600; font-size: 15px;
  border: 1px solid transparent; transition: all 0.28s; cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, #8b7cf6, #a06bf0 55%, #f0a6ca);
  color: #fff; box-shadow: 0 8px 30px rgba(139, 124, 246, 0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 38px rgba(139, 124, 246, 0.55); }
.btn-ghost { background: rgba(255, 255, 255, 0.06); border-color: var(--border); color: var(--text); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.11); transform: translateY(-2px); }

/* ---------- Hero ---------- */
.hero { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 60px 20px 36px; }
.hero-moon {
  position: relative; width: 96px; height: 96px; border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, #fffdf2, #ffe9b0 40%, #f5c26b 62%, #d6943f 100%);
  box-shadow: 0 0 44px 10px rgba(245, 194, 107, 0.32), 0 0 130px 44px rgba(139, 124, 246, 0.22);
  animation: floaty 6s ease-in-out infinite;
}
.hero-moon::before { content: ''; position: absolute; left: 22px; top: 26px; width: 14px; height: 14px; border-radius: 50%; background: rgba(201, 138, 61, 0.35); }
.hero-moon::after { content: ''; position: absolute; right: 18px; bottom: 20px; width: 22px; height: 22px; border-radius: 50%; background: rgba(201, 138, 61, 0.28); }
.hero-eyebrow { font-size: 12px; letter-spacing: 0.32em; color: var(--gold); text-transform: uppercase; margin: 26px 0 14px; opacity: 0.85; }
.hero-title { font-size: clamp(30px, 5.4vw, 52px); font-weight: 800; letter-spacing: 0.5px; line-height: 1.22; }
.hero-title span {
  background: linear-gradient(90deg, var(--accent2), var(--accent3));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { max-width: 560px; color: var(--text-dim); margin-top: 16px; font-size: 15px; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; justify-content: center; }

@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- 区块 ---------- */
.section { max-width: 1120px; margin: 0 auto; padding: 34px 20px; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.section-head h2 { font-size: 22px; font-weight: 800; letter-spacing: 0.3px; }
.section-more { color: var(--accent3); font-size: 13px; opacity: 0.9; transition: all 0.2s; }
.section-more:hover { opacity: 1; text-decoration: underline; }
.section-note { color: var(--text-faint); font-size: 13px; }

.scroll-x { scrollbar-width: none; }
.scroll-x::-webkit-scrollbar { display: none; }

/* ---------- 明星选择 ---------- */
.star-picker { display: flex; gap: 14px; overflow-x: auto; padding: 6px 4px 14px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.chip {
  flex: 0 0 auto; scroll-snap-align: start; display: flex; align-items: center; gap: 12px;
  padding: 12px 18px 12px 12px; border-radius: 999px; cursor: pointer; user-select: none;
  border: 1px solid var(--border); transition: all 0.28s;
}
.chip:hover { transform: translateY(-3px); border-color: rgba(255, 255, 255, 0.22); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3); }
.chip-emoji {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; font-size: 22px;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.06));
}
.chip strong { display: block; font-size: 15px; }
.chip em { font-style: normal; display: block; font-size: 12px; color: var(--text-dim); margin-top: 1px; }

/* ---------- 封面 ---------- */
.cover-art { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; border-radius: inherit; }
.cover-emoji { font-size: 40px; filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.35)); transition: transform 0.4s; }
.card:hover .cover-emoji, .top-row:hover .cover-emoji, .audio-row:hover .cover-emoji { transform: scale(1.12) rotate(-6deg); }

/* ---------- 圆播放按钮 ---------- */
.btn-round {
  display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: #fff; z-index: 2;
  background: linear-gradient(135deg, #8b7cf6, #a06bf0 60%, #f0a6ca);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 0 6px rgba(255, 255, 255, 0.12);
  transition: all 0.28s;
}
.btn-round:hover { transform: scale(1.08); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45), 0 0 0 8px rgba(255, 255, 255, 0.18); }
.btn-round.sm { width: 44px; height: 44px; flex: 0 0 auto; }
.btn-round svg { width: 22px; height: 22px; }
.btn-round.sm svg { width: 18px; height: 18px; }

/* ---------- 音频卡片 ---------- */
.audio-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); gap: 18px; }
.card {
  position: relative; border-radius: 20px; overflow: hidden; cursor: pointer;
  background: var(--panel); border: 1px solid var(--border);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1), box-shadow 0.3s, border-color 0.3s;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45); border-color: rgba(255, 255, 255, 0.16); }
.card.playing { border-color: rgba(139, 124, 246, 0.7); box-shadow: 0 0 0 1px rgba(139, 124, 246, 0.5), 0 18px 44px rgba(0, 0, 0, 0.45); }
.card-cover { position: relative; height: 168px; }
.card-cover .btn-round { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0.92); opacity: 0.94; }
.card:hover .card-cover .btn-round { transform: translate(-50%, -50%) scale(1.06); }
.badge-type {
  position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 11px; border-radius: 999px;
  font-size: 11px; font-weight: 700; color: #fff;
  background: rgba(10, 12, 24, 0.55); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.18);
}
.card-body { padding: 14px 16px 16px; }
.card-title { font-size: 15.5px; font-weight: 700; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-meta { font-size: 12px; color: var(--text-dim); margin-top: 4px; }
.card-blessing {
  font-size: 12.5px; color: var(--text-faint); margin-top: 8px; padding-left: 8px;
  border-left: 2px solid rgba(139, 124, 246, 0.5);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* ---------- 榜单 ---------- */
.top-list { display: flex; flex-direction: column; gap: 12px; }
.top-row { display: flex; align-items: center; gap: 14px; padding: 10px 14px; border-radius: 16px; cursor: pointer; transition: all 0.25s; background: var(--panel); border: 1px solid var(--border); }
.top-row:hover { background: var(--panel-strong); transform: translateX(4px); }
.top-row.playing { border-color: rgba(139, 124, 246, 0.7); background: rgba(139, 124, 246, 0.08); }
.top-rank { width: 28px; text-align: center; font-weight: 800; color: var(--text-faint); font-variant-numeric: tabular-nums; flex: 0 0 auto; }
.top-row.playing .top-rank { color: var(--accent3); }
.top-cover { position: relative; width: 52px; height: 52px; border-radius: 12px; flex: 0 0 auto; overflow: hidden; }
.top-cover .cover-emoji { font-size: 24px; }
.top-info { flex: 1; min-width: 0; }
.top-info h3 { font-size: 14.5px; font-weight: 650; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top-info p { font-size: 12px; color: var(--text-dim); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top-plays { font-size: 12px; color: var(--text-faint); font-variant-numeric: tabular-nums; flex: 0 0 auto; }
.type-chip {
  display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 11px;
  background: rgba(139, 124, 246, 0.18); color: #c9b6ff; border: 1px solid rgba(139, 124, 246, 0.3);
}

/* ---------- 明星专区页 ---------- */
.star-hero { max-width: 1120px; margin: 0 auto; padding: 38px 20px 8px; display: flex; gap: 28px; align-items: center; }
.star-hero-cover { position: relative; width: 150px; height: 150px; border-radius: 34px; flex: 0 0 auto; overflow: hidden; box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.14); }
.star-hero-cover .cover-emoji { font-size: 66px; }
.star-hero-info .hero-eyebrow { margin: 0 0 10px; }
.star-hero-info h1 { font-size: clamp(28px, 5vw, 42px); font-weight: 800; line-height: 1.2; }
.star-tag { display: inline-block; margin-top: 10px; padding: 4px 12px; border-radius: 999px; font-size: 12.5px; background: rgba(255, 255, 255, 0.08); border: 1px solid var(--border); color: var(--text-dim); }
.star-desc { margin-top: 12px; color: var(--text-dim); font-size: 14.5px; max-width: 560px; }
.star-stats { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-size: 13px; color: var(--text-dim); }
.star-stats .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--text-faint); }
.star-stats strong { color: var(--text); font-size: 15px; }

.star-switcher { display: flex; gap: 10px; overflow-x: auto; padding: 24px 4px 6px; }
.star-switch { flex: 0 0 auto; padding: 9px 16px; border-radius: 999px; background: var(--panel); border: 1px solid var(--border); font-size: 14px; transition: all 0.25s; }
.star-switch:hover { border-color: rgba(255, 255, 255, 0.25); }
.star-switch.active { background: linear-gradient(135deg, #8b7cf6, #a06bf0 60%, #f0a6ca); color: #fff; border-color: transparent; box-shadow: 0 6px 20px rgba(139, 124, 246, 0.4); }

.filter-bar { display: flex; gap: 10px; margin: 16px 0 20px; flex-wrap: wrap; }
.filter { padding: 8px 18px; border-radius: 999px; font-size: 13.5px; background: transparent; border: 1px solid var(--border); color: var(--text-dim); transition: all 0.25s; }
.filter:hover { color: var(--text); }
.filter.active { background: rgba(139, 124, 246, 0.2); color: #cfc3ff; border-color: rgba(139, 124, 246, 0.5); }

.audio-list { display: flex; flex-direction: column; gap: 12px; }
.audio-row { display: flex; align-items: center; gap: 16px; padding: 14px 16px; border-radius: 18px; cursor: pointer; transition: all 0.28s; background: var(--panel); border: 1px solid var(--border); }
.audio-row:hover { background: var(--panel-strong); transform: translateY(-2px); }
.audio-row.playing { border-color: rgba(139, 124, 246, 0.7); background: rgba(139, 124, 246, 0.08); }
.audio-row .btn-round { flex: 0 0 auto; }
.row-cover { position: relative; width: 64px; height: 64px; border-radius: 14px; flex: 0 0 auto; overflow: hidden; }
.row-cover .cover-emoji { font-size: 28px; }
.row-info { flex: 1; min-width: 0; }
.row-title-line { display: flex; align-items: center; gap: 10px; }
.row-title-line h3 { font-size: 15.5px; font-weight: 700; }
.row-author { font-size: 12px; color: var(--text-dim); margin-top: 3px; }
.row-blessing { font-size: 12.5px; color: var(--text-faint); margin-top: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.empty { padding: 60px 20px; text-align: center; color: var(--text-faint); }

/* ---------- 投稿页 ---------- */
.submit-page { max-width: 1120px; margin: 0 auto; }
.submit-hero { text-align: center; padding: 56px 20px 8px; }
.submit-hero h1 { font-size: clamp(26px, 4.5vw, 42px); font-weight: 800; line-height: 1.25; }
.submit-hero p { color: var(--text-dim); margin-top: 14px; }
.submit-hero .hero-eyebrow { margin-bottom: 14px; }
.steps-grid { margin: 34px auto 0; padding: 0 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.step { position: relative; padding: 26px 22px 24px; border-radius: 20px; }
.step-num { position: absolute; top: 18px; right: 20px; font-size: 40px; font-weight: 800; line-height: 1; color: rgba(255, 255, 255, 0.07); }
.step h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: 13.5px; color: var(--text-dim); }
.rules { margin: 26px 20px 0; padding: 30px; border-radius: 24px; }
.rules h2 { font-size: 20px; margin-bottom: 16px; }
.rules ul { list-style: none; display: grid; gap: 12px; }
.rules li { padding-left: 28px; position: relative; font-size: 14px; color: var(--text-dim); }
.rules li::before {
  content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, #8b7cf6, #f0a6ca); box-shadow: 0 0 10px rgba(139, 124, 246, 0.6);
}
.rules li strong { color: var(--text); }
.submit-cta { margin: 26px 20px 0; padding: 36px; border-radius: 24px; text-align: center; }
.submit-cta h2 { font-size: 22px; margin-bottom: 10px; }
.submit-cta p { color: var(--text-dim); font-size: 14px; margin-bottom: 20px; }
.submit-cta p a { color: var(--accent3); }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- 播放器 ---------- */
.player {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: rgba(10, 12, 24, 0.86);
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  border-top: 1px solid var(--border);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.5);
}
.player.is-idle .ctl-play { opacity: 0.55; }
.player.is-idle .player-cover { opacity: 0.7; }

.player-progress { position: absolute; top: -3px; left: 0; right: 0; height: 6px; cursor: pointer; touch-action: none; }
.player-progress-bar { position: absolute; inset: 0; height: 100%; background: rgba(255, 255, 255, 0.08); }
.player-progress-fill { height: 100%; width: 0; position: relative; background: linear-gradient(90deg, #8b7cf6, #f0a6ca); box-shadow: 0 0 12px rgba(139, 124, 246, 0.7); border-radius: 0 6px 6px 0; }
.player-progress-fill::after {
  content: ''; position: absolute; right: -4px; top: 50%; transform: translateY(-50%);
  width: 12px; height: 12px; border-radius: 50%; background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); opacity: 0; transition: opacity 0.2s;
}
.player:hover .player-progress-fill::after, .player.is-active .player-progress-fill::after { opacity: 1; }

.player-main { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; gap: 16px; padding: 14px 18px; }
.player-track { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.player-cover {
  position: relative; width: 54px; height: 54px; border-radius: 50%; flex: 0 0 auto; overflow: hidden;
  display: grid; place-items: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.player-cover .cover-emoji { font-size: 22px; }
.player-cover::before {
  content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; margin: -6px 0 0 -6px;
  border-radius: 50%; background: #0c0e1c; border: 2px solid rgba(255, 255, 255, 0.25); z-index: 2;
}
.player-cover.spinning { animation: spin 8s linear infinite; }
.player-meta { min-width: 0; }
.player-title { font-size: 14px; font-weight: 650; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-sub { font-size: 12px; color: var(--text-dim); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.player-controls { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.ctl { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--text); transition: all 0.22s; font-size: 15px; flex: 0 0 auto; }
.ctl:hover { background: rgba(255, 255, 255, 0.1); transform: scale(1.06); }
.ctl-play {
  width: 52px; height: 52px; color: #fff;
  background: linear-gradient(135deg, #8b7cf6, #a06bf0 60%, #f0a6ca);
  box-shadow: 0 8px 22px rgba(139, 124, 246, 0.45);
}
.ctl-play:hover { box-shadow: 0 10px 28px rgba(139, 124, 246, 0.6); }
.ctl.active { color: var(--accent3); }
.ctl svg { width: 20px; height: 20px; }
.ctl-play svg { width: 24px; height: 24px; }

.player-time { font-size: 12px; color: var(--text-dim); font-variant-numeric: tabular-nums; white-space: nowrap; flex: 0 0 auto; }
.player-time .sep { margin: 0 4px; color: var(--text-faint); }
.player-extra { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.volume { display: flex; align-items: center; gap: 4px; }
.volume input { width: 74px; accent-color: #8b7cf6; cursor: pointer; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 120px; transform: translate(-50%, 16px); z-index: 60;
  padding: 11px 20px; border-radius: 999px; font-size: 13.5px; color: var(--text);
  background: rgba(20, 24, 44, 0.92); border: 1px solid var(--border); backdrop-filter: blur(14px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
  opacity: 0; pointer-events: none; transition: all 0.3s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------- 页脚 ---------- */
.site-footer { position: relative; z-index: 1; text-align: center; padding: 44px 20px 20px; color: var(--text-faint); font-size: 13px; }
.site-footer p + p { margin-top: 6px; }
.site-footer a { color: var(--accent3); }

/* ---------- 滚动显现 ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- 响应式 ---------- */
@media (max-width: 720px) {
  body { padding-bottom: 112px; }
  .hero { padding: 44px 16px 26px; }
  .hero-moon { width: 74px; height: 74px; }
  .main-nav .nav-link { padding: 8px 10px; font-size: 13px; }
  .brand-name { font-size: 15px; }
  .audio-grid { grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); gap: 12px; }
  .card-cover { height: 150px; }
  .card-body { padding: 12px 13px 14px; }
  .player-main { gap: 10px; padding: 12px 12px; }
  .player-time { display: none; }
  .volume { display: none; }
  .player-track { flex: 1 1 0; }
  .player-cover { width: 46px; height: 46px; }
  .player-controls { gap: 4px; }
  .ctl-play { width: 46px; height: 46px; }
  .star-hero { flex-direction: column; text-align: center; gap: 18px; }
  .star-hero-cover { width: 116px; height: 116px; border-radius: 26px; }
  .star-stats { justify-content: center; }
  .top-plays { display: none; }
  .submit-cta { padding: 26px 18px; }
  .rules { padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-moon, .player-cover.spinning { animation: none; }
}
