:root {
  --bg: #07050d;
  --card: rgba(16, 13, 27, .78);
  --card-strong: rgba(22, 17, 37, .94);
  --surface: rgba(255,255,255,.055);
  --surface-2: rgba(255,255,255,.085);
  --line: rgba(255,255,255,.11);
  --text: #fffafd;
  --muted: #b8adc2;
  --pink: #ff4f9a;
  --pink-2: #ff7ab7;
  --violet: #8f62ff;
  --blue: #3da8ff;
  --green: #4de3a4;
  --shadow: 0 32px 100px rgba(0,0,0,.58);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }

.page-backdrop { position: fixed; inset: 0; overflow: hidden; pointer-events: none; }
.backdrop-photo {
  position: absolute;
  inset: -40px;
  background: linear-gradient(rgba(8,4,15,.73), rgba(8,4,15,.92)), url('/avatar.jpg') center/cover;
  filter: blur(32px) saturate(1.25);
  transform: scale(1.12);
  opacity: .48;
}
.aurora { position: absolute; border-radius: 50%; filter: blur(95px); opacity: .32; animation: drift 10s ease-in-out infinite alternate; }
.aurora-a { width: 420px; height: 420px; left: -150px; top: -100px; background: #ff3f9b; }
.aurora-b { width: 480px; height: 480px; right: -200px; top: 25%; background: #7d4fff; animation-delay: -3s; }
.aurora-c { width: 350px; height: 350px; left: 20%; bottom: -200px; background: #ff7fc6; animation-delay: -6s; }
.stars {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255,255,255,.55) 0 1px, transparent 1.5px);
  background-size: 45px 45px, 73px 73px;
  background-position: 0 0, 19px 31px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px 16px;
}
.profile-card {
  width: min(100%, 520px);
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(24,18,39,.88), rgba(9,7,17,.83));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.profile-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 180px;
  background: linear-gradient(180deg, rgba(255,99,171,.10), transparent);
  pointer-events: none;
}
.card-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.official-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #f1eaf5;
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(77,227,164,.10), 0 0 18px rgba(77,227,164,.78);
}
.icon-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
  color: white;
  cursor: pointer;
  transition: .2s ease;
}
.icon-button:hover { background: rgba(255,255,255,.10); transform: translateY(-1px); }
.icon-button:active { transform: scale(.95); }
.icon-button svg { width: 19px; fill: currentColor; }

.hero { position: relative; z-index: 1; text-align: center; padding: 22px 8px 18px; }
.avatar-stage {
  width: 154px;
  height: 154px;
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
}
.avatar-glow {
  position: absolute;
  inset: 15px;
  border-radius: 42px;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  filter: blur(28px);
  opacity: .56;
}
.avatar-frame {
  position: relative;
  z-index: 3;
  width: 126px;
  height: 126px;
  padding: 4px;
  overflow: hidden;
  border-radius: 38px;
  background: linear-gradient(145deg, #fff, rgba(255,255,255,.15) 22%, var(--pink) 55%, var(--violet));
  box-shadow: 0 18px 45px rgba(255,58,147,.24), inset 0 0 0 1px rgba(255,255,255,.3);
}
.avatar-frame img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 34px; }
.orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  animation: spin 12s linear infinite;
}
.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 15px rgba(255,255,255,.9);
}
.orbit-one { inset: 3px; }
.orbit-one::before { left: 18px; top: 12px; background: var(--pink); }
.orbit-one::after { right: 10px; bottom: 28px; background: var(--violet); }
.orbit-two { inset: 14px; animation-direction: reverse; animation-duration: 8s; border-style: dashed; opacity: .45; }
.orbit-two::before { right: 18px; top: 6px; width: 5px; height: 5px; }
.orbit-two::after { left: 8px; bottom: 22px; width: 5px; height: 5px; }
.online-indicator {
  position: absolute;
  z-index: 4;
  right: 9px;
  bottom: 20px;
  width: 22px;
  height: 22px;
  border: 4px solid #100c19;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(77,227,164,.6);
}
.brand-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .3em;
  color: #ff83bd;
}
h1 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: clamp(31px, 8vw, 45px);
  line-height: 1.12;
  letter-spacing: -1.6px;
  text-shadow: 0 8px 28px rgba(255,79,154,.16);
}
.verified-badge { width: 28px; height: 28px; display: inline-flex; filter: drop-shadow(0 7px 15px rgba(53,164,255,.35)); }
.verified-badge svg { width: 100%; height: 100%; }
.verified-shape { fill: #2da9ff; }
.verified-check { fill: white; }
.role {
  margin: 11px 0 0;
  color: #e9ddea;
  font-size: 13px;
  font-weight: 700;
}
.role span { color: var(--pink-2); padding: 0 5px; }
.bio {
  max-width: 400px;
  margin: 15px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.hero-actions { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 20px; }
.primary-cta,
.secondary-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: .2s ease;
}
.primary-cta {
  border: 0;
  background: linear-gradient(135deg, var(--pink), #ff6ba9 48%, var(--violet));
  color: white;
  box-shadow: 0 15px 32px rgba(255,75,151,.28);
}
.primary-cta svg { width: 20px; fill: currentColor; }
.secondary-cta { border: 1px solid var(--line); background: rgba(255,255,255,.055); color: white; }
.primary-cta:hover,
.secondary-cta:hover { transform: translateY(-2px); }
.primary-cta:active,
.secondary-cta:active { transform: scale(.98); }

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 5px 0 16px;
}
.quick-stats > div {
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}
.stat-label,
.section-eyebrow {
  display: block;
  margin-bottom: 6px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9d8fa7;
}
.quick-stats strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }

.section-block {
  margin-top: 14px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: rgba(255,255,255,.045);
}
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 13px; }
.section-heading.compact { margin-bottom: 12px; }
.section-heading h2,
.music-copy h2 { margin: 0; font-size: 15px; letter-spacing: -.25px; }
.mb-brand { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.mb-icon { width: 25px; height: 22px; position: relative; display: inline-block; }
.mb-icon i { position: absolute; width: 14px; height: 5px; border-radius: 2px; transform: rotate(-35deg); background: #e93051; }
.mb-icon i:nth-child(1) { left: 1px; top: 3px; }
.mb-icon i:nth-child(2) { left: 7px; top: 8px; }
.mb-icon i:nth-child(3) { left: 12px; top: 13px; }
.bank-panel {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border-radius: 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,125,179,.25), transparent 34%),
    linear-gradient(135deg, rgba(50,14,30,.95), rgba(20,12,28,.96));
  border: 1px solid rgba(255,112,164,.17);
}
.bank-orb { position: absolute; width: 120px; height: 120px; right: -48px; bottom: -58px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--violet)); filter: blur(18px); opacity: .35; }
.bank-row { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.bank-row:last-of-type { border-bottom: 0; }
.bank-row span { color: #bdaebe; font-size: 11px; }
.bank-row strong { text-align: right; font-size: 12px; }
.account-row strong { font-size: 20px; letter-spacing: .08em; color: #fff0f6; }
.copy-bank {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 45px;
  margin-top: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: white;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.copy-bank svg { width: 17px; fill: currentColor; }
.copy-bank:active { transform: scale(.985); }

.social-grid { display: grid; gap: 10px; }
.social-card {
  min-height: 65px;
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  text-decoration: none;
  transition: .2s ease;
}
.social-card.tiktok {
  background: linear-gradient(135deg, rgba(20,17,26,.96), rgba(41,14,31,.88));
  border-color: rgba(255,86,154,.18);
}
.social-card.tiktok:hover { transform: translateY(-2px); border-color: rgba(255,86,154,.42); }
.social-card.disabled { opacity: .42; }
.social-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.055);
  font-size: 20px;
  font-weight: 900;
}
.social-icon svg { width: 22px; fill: white; }
.social-info { min-width: 0; }
.social-info strong { display: block; font-size: 13px; }
.social-info small { display: block; margin-top: 4px; color: #a89baa; font-size: 11px; }
.social-arrow { color: #c8bac9; font-size: 16px; }

.music-section {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr) auto;
  align-items: center;
  gap: 13px;
}
.music-cover {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255,79,154,.28), rgba(143,98,255,.25));
}
.music-disc {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, #17111f 0 3px, #2b1e37 4px 6px);
  box-shadow: 0 8px 18px rgba(0,0,0,.28);
  animation: spin 7s linear infinite;
  animation-play-state: paused;
}
.music-section.playing .music-disc { animation-play-state: running; }
.music-disc span { width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--violet)); }
.music-copy { min-width: 0; }
.music-copy p { margin: 5px 0 0; color: #9f92a2; font-size: 11px; }
.music-controls { display: flex; gap: 7px; }
.music-controls button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.055);
  color: white;
  cursor: pointer;
}
.music-controls button:first-child { background: linear-gradient(135deg, var(--pink), var(--violet)); border: 0; }
.music-controls svg { width: 17px; fill: currentColor; }

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 17px;
  padding: 14px 4px 2px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #817484;
  font-size: 10px;
}
footer p { margin: 0; }
.footer-brand { letter-spacing: .18em; font-weight: 900; }

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 20;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  padding: 11px 15px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(19,13,26,.95);
  box-shadow: 0 20px 45px rgba(0,0,0,.38);
  color: white;
  font-size: 11px;
  transition: .22s ease;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
#youtubeMount iframe { position: fixed; width: 1px; height: 1px; opacity: .001; pointer-events: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes drift { to { transform: translate3d(35px, 26px, 0) scale(1.12); } }

@media (max-width: 460px) {
  .page-shell { padding: 14px 10px; }
  .profile-card { border-radius: 28px; padding: 14px; }
  .quick-stats { grid-template-columns: 1fr; }
  .quick-stats > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .quick-stats .stat-label { margin-bottom: 0; }
  .hero-actions { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; }
  .music-section { grid-template-columns: 48px minmax(0,1fr); }
  .music-controls { grid-column: 1 / -1; }
  .music-controls button { width: 100%; }
}

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