@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap");

:root {
  --pink: #f8b4c8;
  --pink-light: #ffe0ec;
  --pink-mid: #f48fb1;
  --pink-soft: #f06292;
  --pink-glow: rgba(233, 30, 99, 0.28);
  --dark: #1a1a1a;
  --accent: #e91e63;
  --accent-deep: #c2185b;
  --gray: #4a4a4a;
  --muted: #737373;
  --white: #ffffff;
  --font-sans: "Inter", system-ui, sans-serif;
  --font-display: "Outfit", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --max-width: 72rem;
  --border: rgba(233, 30, 99, 0.32);
  --shadow: 0 20px 25px -5px rgba(233, 30, 99, 0.2);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: linear-gradient(160deg, var(--pink-light) 0%, var(--pink) 40%, var(--pink-mid) 100%);
  color: var(--dark);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

button, input { font: inherit; color: inherit; }

button { cursor: pointer; border: none; background: none; }

[hidden] { display: none !important; }

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border: 8px solid var(--pink-soft);
  background: rgba(255, 192, 212, 0.45);
}

.site-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.site-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 700px;
  transform: translate(-50%, -50%);
  border: 50px solid rgba(233, 30, 99, 0.22);
  border-radius: 50%;
  filter: blur(64px);
}

.site-bg::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(233, 30, 99, 0.18);
  border-radius: 50%;
  filter: blur(48px);
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, #f48fb1 0%, #ec407a 50%, #e91e63 100%);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid rgba(194, 24, 91, 0.5);
  padding: 1.5rem;
  box-shadow: 0 4px 24px rgba(233, 30, 99, 0.35);
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo-wrap { display: flex; align-items: center; gap: 0.75rem; }

.logo-mark {
  width: 2rem;
  height: 2rem;
  background: var(--dark);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 0.875rem;
  font-style: italic;
  text-transform: uppercase;
}

.logo-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.125rem;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: var(--white);
}

.logo-sub {
  font-family: var(--font-mono);
  font-size: 9px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.nav-btn {
  position: relative;
  padding: 0.25rem 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s;
}

.nav-btn:hover,
.nav-btn.is-active { color: var(--white); }

.nav-btn.is-active { font-weight: 700; }

.nav-btn.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--white);
  animation: pulse 2s infinite;
}

.clock {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
}

.clock-label {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.95);
}

.clock-time { letter-spacing: 0.1em; }

/* Hero */
.hero {
  position: relative;
  z-index: 10;
  padding: 3rem 1.5rem;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(255, 192, 212, 0.95) 0%, rgba(244, 143, 177, 0.55) 100%);
}

.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.hero-kicker {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(4rem, 12vw, 6.875rem);
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-top: 1rem;
}

.hero-title-outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--dark);
}

.hero-quote {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-style: italic;
  color: var(--muted);
  max-width: 28rem;
}

.hero-card {
  width: 100%;
  max-width: 28rem;
  background: rgba(255, 200, 220, 0.75);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(233, 30, 99, 0.4);
  padding: 1.5rem;
  box-shadow: 0 8px 30px rgba(233, 30, 99, 0.18);
}

.hero-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
}

.label-muted { color: var(--muted); }

.card-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.card-text {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.625;
}

.btn-row { display: flex; gap: 0.75rem; margin-top: 1rem; flex-wrap: wrap; }

.btn {
  padding: 0.625rem 1.5rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-dark { background: var(--accent); color: var(--white); }
.btn-dark:hover { background: var(--accent-deep); }

.btn-outline {
  border: 1px solid var(--accent);
  color: var(--accent);
  background: rgba(255, 255, 255, 0.5);
}
.btn-outline:hover { background: var(--accent); color: var(--white); border-color: var(--accent); }

.btn-accent { background: var(--accent); color: var(--white); }
.btn-accent:hover { background: #d81557; }

.btn-disabled {
  background: #f5f5f5;
  color: #a3a3a3;
  cursor: not-allowed;
  border: 1px solid rgba(26, 26, 26, 0.05);
}

/* Main */
.main {
  flex: 1;
  position: relative;
  z-index: 10;
  padding: 3rem 1.5rem;
}

.panel { animation: fadeIn 0.4s ease-out; }

.section-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.section-sub { font-size: 0.75rem; color: var(--muted); margin-top: 0.125rem; }

.card {
  background: rgba(255, 192, 212, 0.55);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(233, 30, 99, 0.35);
  padding: 1.5rem;
  box-shadow: 0 4px 24px rgba(233, 30, 99, 0.12);
}

.card-solid {
  background: rgba(255, 220, 232, 0.9);
  border-color: rgba(233, 30, 99, 0.38);
}

.album-detail {
  background: linear-gradient(180deg, rgba(255, 200, 220, 0.95) 0%, rgba(248, 180, 200, 0.9) 100%);
}

/* Bio */
.bio-intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}

.portrait-wrap {
  position: relative;
  width: 100%;
  max-width: 280px;
  flex-shrink: 0;
}

.portrait-frame {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.15);
  background: var(--white);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}

.portrait-wrap:hover img { transform: scale(1.05); }

.portrait-badge {
  position: absolute;
  bottom: -0.75rem;
  right: -0.75rem;
  background: var(--dark);
  color: var(--white);
  border: 1px solid var(--white);
  padding: 0.25rem 0.75rem;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s infinite;
}

.bio-content { flex: 1; }

.pill-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }

.pill {
  padding: 0.25rem 0.625rem;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pill-accent {
  background: rgba(233, 30, 99, 0.1);
  border: 1px solid rgba(233, 30, 99, 0.25);
  color: var(--accent);
}

.pill-neutral {
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--muted);
}

.bio-heading {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.bio-heading span { color: var(--accent); }

.bio-text {
  font-size: 0.875rem;
  color: var(--gray);
  line-height: 1.625;
  margin-bottom: 1rem;
}

.stats { display: flex; flex-wrap: wrap; gap: 1.5rem; font-family: var(--font-mono); font-size: 0.75rem; color: var(--muted); }
.stat { display: flex; align-items: center; gap: 0.5rem; }
.stat strong { color: #404040; font-weight: 600; }

.filter-row { display: flex; flex-wrap: wrap; gap: 0.375rem; }

.filter-btn {
  padding: 0.5rem 1rem;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid rgba(26, 26, 26, 0.15);
  background: var(--white);
  color: #525252;
  transition: all 0.2s;
}

.filter-btn:hover { border-color: var(--accent); color: var(--accent); }
.filter-btn.is-active { background: var(--accent); color: var(--white); border-color: var(--accent); }

.timeline {
  position: relative;
  border-left: 1px solid var(--border);
  margin-left: 0.75rem;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.timeline-item { position: relative; }

.timeline-dot {
  position: absolute;
  left: -31px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-dot::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dark);
}

.timeline-item:hover .timeline-dot { border-color: var(--accent); }
.timeline-item:hover .timeline-dot::after { background: var(--accent); }

.timeline-card {
  background: rgba(255, 200, 220, 0.75);
  border: 1px solid rgba(233, 30, 99, 0.3);
  padding: 1.5rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.timeline-item:hover .timeline-card {
  border-color: rgba(233, 30, 99, 0.55);
  box-shadow: 0 4px 20px rgba(233, 30, 99, 0.08);
}

.timeline-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.timeline-year {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: 0.05em;
}

.timeline-tag {
  padding: 0.125rem 0.5rem;
  background: rgba(233, 30, 99, 0.1);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
}

.timeline-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
}

.timeline-item:hover .timeline-title { color: var(--accent); }

.timeline-desc { font-size: 0.75rem; color: var(--gray); line-height: 1.625; }

/* Discography */
.disc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.album-list { display: flex; flex-direction: column; gap: 0.75rem; }

.album-btn {
  width: 100%;
  text-align: left;
  padding: 1rem;
  border: 1px solid rgba(233, 30, 99, 0.15);
  background: rgba(255, 200, 220, 0.65);
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.2s;
}

.album-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(233, 30, 99, 0.45);
  box-shadow: 0 4px 16px rgba(233, 30, 99, 0.1);
}

.album-btn.is-active {
  background: rgba(255, 255, 255, 0.98);
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.25);
}

.album-thumb {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(233, 30, 99, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.album-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; }

.album-thumb-lp {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(233, 30, 99, 0.15), rgba(233, 30, 99, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 0.75rem;
  color: var(--accent);
}

.album-info { flex: 1; min-width: 0; }

.album-info-top { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; }

.album-name {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.album-btn:hover .album-name { color: var(--accent); }

.album-year { font-family: var(--font-mono); font-size: 10px; color: #a3a3a3; flex-shrink: 0; }

.album-meta { font-size: 11px; color: #a3a3a3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 0.125rem; }

/* Tape deck */
.deck {
  background: #171717;
  color: #f5f5f5;
  padding: 1.5rem;
  border: 1px solid #262626;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.deck-glow {
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: 12rem;
  height: 12rem;
  background: rgba(233, 30, 99, 0.1);
  border-radius: 50%;
  filter: blur(48px);
  pointer-events: none;
}

.deck-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #262626;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  position: relative;
}

.deck-label { font-family: var(--font-mono); font-size: 10px; color: #a3a3a3; text-transform: uppercase; letter-spacing: 0.05em; }

.deck-status {
  font-family: var(--font-mono);
  font-size: 10px;
  color: #737373;
}

.deck-status.live {
  color: var(--accent);
  background: rgba(233, 30, 99, 0.1);
  border: 1px solid rgba(233, 30, 99, 0.2);
  padding: 0.125rem 0.625rem;
}

.tape-shell {
  background: #0a0a0a;
  border: 1px solid #262626;
  padding: 1rem;
  position: relative;
}

.tape-body {
  max-width: 280px;
  margin: 0 auto;
  aspect-ratio: 1.6 / 1;
  background: #1e1b1b;
  border: 4px solid #262626;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tape-label {
  background: var(--pink);
  color: var(--dark);
  padding: 0.5rem;
  border-bottom: 2px solid rgba(233, 30, 99, 0.3);
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tape-label-top { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 8px; color: #737373; }
.tape-label-top span:first-child { color: var(--accent); font-weight: 800; letter-spacing: 0.1em; }

.tape-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  border-bottom: 1px solid rgba(233, 30, 99, 0.1);
  padding-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tape-reels {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 35%;
  padding: 0 2rem;
}

.reel {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #0a0a0a;
  border: 1px solid #262626;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tape-reel {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px dashed rgba(233, 30, 99, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tape-reel.spinning { animation: spin 4s linear infinite; }

.tape-reel::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #262626;
}

.tape-window {
  width: 3rem;
  height: 1rem;
  background: rgba(10, 10, 10, 0.8);
  border: 1px solid #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 7px;
  color: #737373;
}

.tape-snippet {
  margin-top: 1rem;
  text-align: center;
  padding: 0.5rem 1rem;
  min-height: 56px;
  background: rgba(23, 23, 23, 0.5);
  border: 1px solid #171717;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tape-snippet p {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  font-style: italic;
}

.tape-snippet span {
  font-family: var(--font-mono);
  font-size: 9px;
  color: #737373;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

.deck-controls {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.progress-wrap { flex: 1; }

.progress-labels {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 9px;
  color: #737373;
  margin-bottom: 0.25rem;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background: #0a0a0a;
  border-radius: 999px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: var(--accent);
  width: 0%;
  transition: width 0.15s;
}

.deck-btns { display: flex; align-items: center; gap: 0.75rem; }

.mode-toggle {
  display: flex;
  gap: 0.375rem;
  background: #0a0a0a;
  padding: 0.375rem;
  border: 1px solid #262626;
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
}

.mode-toggle span { padding: 0.25rem 0.5rem; color: #737373; }
.mode-toggle span.active { color: var(--accent); font-weight: 700; background: #171717; border: 1px solid #262626; }

.track-list { display: flex; flex-direction: column; gap: 0.25rem; }

.track-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  border: 1px solid transparent;
  border-radius: 2px;
  text-decoration: none;
  color: inherit;
}

.track-link:hover {
  background: rgba(233, 30, 99, 0.08);
  border-color: rgba(233, 30, 99, 0.25);
  transform: translateX(4px);
}

.track-snippet {
  font-size: 10px;
  color: var(--accent);
  font-family: var(--font-mono);
  font-style: italic;
  margin-top: 0.25rem;
  line-height: 1.4;
}

.yt-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--white);
  background: var(--accent);
  padding: 0.35rem 0.6rem;
  white-space: nowrap;
}

.highlight-link {
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.highlight-link:hover {
  background: rgba(233, 30, 99, 0.15);
  transform: translateY(-1px);
}

.track-left { display: flex; align-items: center; gap: 0.75rem; min-width: 0; }

.track-num { font-family: var(--font-mono); font-size: 0.75rem; color: #a3a3a3; font-weight: 700; width: 1rem; }

.track-name { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.track-right { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }

.track-dur { font-family: var(--font-mono); font-size: 10px; color: #a3a3a3; }

.play-sm {
  padding: 0.375rem;
  background: #f5f5f5;
  color: #737373;
  transition: all 0.2s;
}

.play-sm:hover,
.play-sm.is-active { background: rgba(233, 30, 99, 0.1); color: var(--accent); }

.highlights { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.highlight {
  padding: 0.25rem 0.625rem;
  background: rgba(233, 30, 99, 0.05);
  border: 1px solid rgba(233, 30, 99, 0.15);
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--accent);
  font-weight: 600;
}

.album-detail-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

/* Lyrics */
.quote-box {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 1.5rem;
}

.quote-mark {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 120px;
  line-height: 1;
  color: rgba(233, 30, 99, 0.1);
  font-family: Georgia, serif;
  user-select: none;
}

.quote-inner { max-width: 36rem; margin: 0 auto; position: relative; }

.quote-text {
  font-family: var(--font-display);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.625;
  color: #262626;
}

.quote-source {
  margin-top: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.search-wrap { position: relative; width: 100%; max-width: 16rem; }

.search-input {
  width: 100%;
  padding: 0.625rem 1rem;
  background: var(--white);
  border: 1px solid rgba(26, 26, 26, 0.15);
  font-size: 0.75rem;
}

.search-input:focus {
  outline: none;
  border-color: rgba(233, 30, 99, 0.4);
  box-shadow: 0 0 0 1px rgba(233, 30, 99, 0.4);
}

.lyrics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.lyric-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.2s;
}

.lyric-card:hover { border-color: rgba(233, 30, 99, 0.6); }

.lyric-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; }

.copy-btn {
  opacity: 0;
  padding: 0.375rem;
  background: #fafafa;
  transition: opacity 0.2s, background 0.2s;
}

.lyric-card:hover .copy-btn { opacity: 1; }
.copy-btn:hover { background: rgba(233, 30, 99, 0.1); }

.lyric-text { font-size: 0.75rem; color: #404040; line-height: 1.625; }

.lyric-footer {
  border-top: 1px solid var(--border);
  padding-top: 0.75rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 10px;
  color: #a3a3a3;
}

.lyric-song { color: var(--accent); font-weight: 700; text-transform: uppercase; }

.empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 1rem;
}

/* Trivia */
.panel[hidden] { display: none !important; }

.trivia-wrap { max-width: 42rem; margin: 0 auto; padding-bottom: 2rem; }

.trivia-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.trivia-progress {
  width: 100%;
  height: 4px;
  background: rgba(229, 229, 229, 0.5);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.trivia-progress-fill { height: 100%; background: var(--accent); transition: width 0.3s; }

.trivia-question {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.375;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.trivia-hint {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}

.trivia-options { display: flex; flex-direction: column; gap: 0.75rem; }

.trivia-option {
  width: 100%;
  text-align: left;
  padding: 1rem;
  border: 1px solid rgba(26, 26, 26, 0.15);
  background: var(--white);
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s;
}

.trivia-option:hover:not(:disabled) { border-color: var(--accent); background: rgba(233, 30, 99, 0.05); }
.trivia-option.is-selected { border-color: var(--dark); background: rgba(233, 30, 99, 0.1); font-weight: 700; box-shadow: 0 0 0 1px var(--dark); }
.trivia-option.is-correct { border-color: #10b981; background: #ecfdf5; color: #065f46; font-weight: 700; }
.trivia-option.is-wrong { border-color: var(--accent); background: rgba(233, 30, 99, 0.1); color: var(--accent); font-weight: 700; }
.trivia-option.is-dim { opacity: 0.6; background: rgba(250, 250, 250, 0.5); color: #a3a3a3; }

.trivia-explanation {
  margin-top: 1rem;
  padding: 1rem;
  background: rgba(233, 30, 99, 0.05);
  border: 1px solid rgba(233, 30, 99, 0.2);
  animation: slideUp 0.3s ease-out;
}

.trivia-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
  margin-top: 1.5rem;
}

.trivia-footer .btn {
  min-width: 140px;
  text-align: center;
}

.trivia-score { font-family: var(--font-mono); font-size: 10px; color: #a3a3a3; }

.trophy {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(233, 30, 99, 0.1);
  border: 1px solid rgba(233, 30, 99, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.score-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  max-width: 20rem;
  margin: 1.5rem auto;
  padding: 1rem;
  background: rgba(233, 30, 99, 0.05);
  border: 1px solid rgba(233, 30, 99, 0.2);
  text-align: center;
}

.score-grid span {
  display: block;
  font-family: var(--font-mono);
  font-size: 9px;
  color: #a3a3a3;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.score-grid p {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.25rem;
}

.score-correct { color: #059669; }
.score-pct { color: var(--accent); }

/* Footer */
.footer {
  position: relative;
  z-index: 10;
  margin-top: auto;
  border-top: 1px solid var(--border);
  background: rgba(248, 143, 177, 0.7);
  padding: 2rem 1.5rem;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: #737373;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-dots { display: flex; gap: 1rem; }

.footer-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.2);
}

.footer-dots span:first-child { background: var(--accent); }

.stack > * + * { margin-top: 1rem; }
.stack-lg > * + * { margin-top: 1.5rem; }
.stack-xl > * + * { margin-top: 2rem; }

.text-center { text-align: center; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@keyframes pulse { 50% { opacity: 0.5; } }

::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--pink); }
::-webkit-scrollbar-thumb { background: rgba(233, 30, 99, 0.45); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(233, 30, 99, 0.65); }

@media (min-width: 640px) {
  .section-head { flex-direction: row; align-items: center; }
  .deck-controls { flex-direction: row; align-items: center; }
}

@media (min-width: 768px) {
  .header { padding-left: 3rem; padding-right: 3rem; }
  .hero { padding: 4rem 3rem; }
  .main { padding-left: 3rem; padding-right: 3rem; }
  .header-inner { flex-direction: row; }
  .hero-grid { flex-direction: row; }
  .bio-intro { flex-direction: row; align-items: center; }
  .lyrics-grid { grid-template-columns: 1fr 1fr; }
  .quote-text { font-size: 1.125rem; }
  .card { padding: 2.5rem; }
}

@media (min-width: 1024px) {
  .clock { display: flex; }
  .disc-grid { grid-template-columns: 5fr 7fr; }
  .footer-inner { flex-direction: row; }
}
