:root {
  --bg: #07111f;
  --bg2: #0d1b2e;
  --panel: rgba(12, 22, 37, 0.82);
  --panel-2: rgba(17, 31, 51, 0.88);
  --text: #eef4ff;
  --muted: #a8b7cc;
  --accent: #4fe3c1;
  --accent-2: #7aa7ff;
  --line: rgba(255,255,255,0.10);
  --shadow: 0 24px 80px rgba(0,0,0,0.35);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(122,167,255,0.24), transparent 34%),
    radial-gradient(circle at 80% 0%, rgba(79,227,193,0.18), transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, #0a1526 42%, #08101b 100%);
  min-height: 100vh;
}
.wrap { max-width: 1180px; margin: 0 auto; padding: 28px 20px 44px; }
.topbar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 18px; background: rgba(8, 16, 27, 0.42); border: 1px solid var(--line);
  border-radius: 999px; backdrop-filter: blur(18px); box-shadow: var(--shadow);
}
.topbar.searchable { border-radius: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: 0.4px; }
.logo {
  width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center;
  color: #05111c; background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 28px rgba(79,227,193,0.25);
}
.brand-mark {
  display: grid;
  grid-template-columns: repeat(3, 6px);
  gap: 3px;
  align-items: end;
}
.brand-mark span {
  display: block;
  width: 6px;
  border-radius: 999px;
  background: #07111f;
}
.brand-mark span:nth-child(1) { height: 8px; }
.brand-mark span:nth-child(2) { height: 16px; }
.brand-mark span:nth-child(3) { height: 11px; }
.nav { display: flex; gap: 20px; color: var(--muted); font-size: 14px; }
.nav a { color: inherit; text-decoration: none; }
.search {
  flex: 1;
  max-width: 360px;
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
  color: var(--muted);
}
.search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
}
.search input::placeholder { color: #8ea0b8; }
.hero { display: grid; grid-template-columns: 1.4fr 0.9fr; gap: 22px; margin-top: 22px; }
.panel { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.hero-main { padding: 36px; position: relative; overflow: hidden; }
.hero-main::after { content:""; position:absolute; inset:auto -80px -90px auto; width:260px; height:260px; border-radius:50%; background: radial-gradient(circle, rgba(79,227,193,0.20), transparent 64%); pointer-events:none; }
.eyebrow { color: var(--accent); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 14px; }
h1 { font-size: clamp(40px, 6vw, 68px); line-height: 0.96; margin: 0; max-width: 10ch; }
.lede { margin: 18px 0 0; color: var(--muted); max-width: 58ch; font-size: 17px; line-height: 1.7; }
.actions { display:flex; gap:12px; margin-top:26px; flex-wrap:wrap; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:12px 18px;
  border-radius:999px; text-decoration:none; font-weight:600; border:1px solid var(--line);
}
.btn.primary { background: linear-gradient(135deg, var(--accent), #9ef0df); color:#041018; border-color:transparent; }
.btn.secondary { color: var(--text); background: rgba(255,255,255,0.03); }
.sidebar { padding: 22px; display:grid; gap:16px; align-content:start; }
.mini-card { background: var(--panel-2); border: 1px solid var(--line); border-radius: 18px; padding: 16px; }
.mini-card h3, .section h2 { margin: 0 0 8px; font-size: 16px; }
.mini-card p, .track-meta, .section p { margin:0; color: var(--muted); line-height:1.6; font-size:14px; }
.stats { display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stat { padding:14px; border-radius:18px; background: rgba(255,255,255,0.03); border:1px solid var(--line); }
.stat strong { display:block; font-size:20px; margin-bottom:4px; }
.section { margin-top:22px; padding:24px; }
.grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:16px; }
.album { padding:14px; border-radius:18px; background: rgba(255,255,255,0.03); border:1px solid var(--line); text-decoration:none; color:inherit; }
.art { aspect-ratio: 1 / 1; border-radius:14px; margin-bottom:12px; background: linear-gradient(145deg, rgba(122,167,255,0.92), rgba(79,227,193,0.76)), radial-gradient(circle at 30% 30%, rgba(255,255,255,0.5), transparent 26%); position:relative; overflow:hidden; }
.art::after { content:""; position:absolute; inset:16px; border-radius:12px; border:1px solid rgba(255,255,255,0.24); }
.track { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 0; border-bottom:1px solid var(--line); }
.track:last-child { border-bottom:0; }
.track.compact { padding: 10px 0; }
.track-title { font-weight:600; }
.track-sub { color: var(--muted); font-size:13px; margin-top:4px; }
.player { display:grid; grid-template-columns: 52px 1fr auto; gap:12px; align-items:center; padding:14px; border-radius:18px; background: rgba(255,255,255,0.04); border:1px solid var(--line); }
.disc { width:52px; height:52px; border-radius:50%; background: radial-gradient(circle at 50% 50%, #07111f 0 18%, transparent 19%), conic-gradient(from 90deg, var(--accent), var(--accent-2), var(--accent)); box-shadow: 0 0 0 4px rgba(255,255,255,0.06); }
.bar { height: 7px; border-radius:999px; background: rgba(255,255,255,0.08); overflow:hidden; margin-top:10px; }
.bar span { display:block; height:100%; width:52%; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
footer { color: var(--muted); text-align:center; font-size:13px; margin-top:26px; padding-bottom:8px; }
.footer-links { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-top: 10px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-meta { margin-top: 10px; color: #7f90a6; }
.site-footer {
  margin-top: 18px;
  padding: 18px 20px 4px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.site-footer strong { display: block; margin-bottom: 6px; }
.site-footer p { margin: 0; }
.meta-row { display:flex; gap:10px; flex-wrap:wrap; color: var(--muted); font-size: 13px; margin-top: 14px; }
.chip { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.03); }
.subgrid { display:grid; grid-template-columns: 1.1fr 0.9fr; gap:14px; margin-top: 16px; }
.list-panel { padding: 16px; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid var(--line); }
.small-link { color: var(--accent); text-decoration: none; }
@media (max-width: 920px) {
  .hero, .grid { grid-template-columns: 1fr; }
  .subgrid { grid-template-columns: 1fr; }
  .nav { display:none; }
  .topbar { border-radius: 24px; }
}
