:root {
  --bg: #070707;
  --surface: #111;
  --fg: #f3f3f3;
  --muted: #8a8a8a;
  --subtle: #5c5c5c;
  --primary: #e10600;
  --primary-fg: #fff7f7;
  --border: #1f1f1f;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Syne", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; background: var(--bg); color: var(--fg); font-family: var(--font); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; color: inherit; }
.wrap { max-width: 72rem; margin: 0 auto; padding: 0 1rem; }
.kicker { font-size: 0.6875rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -0.03em; text-wrap: balance; }
.display { font-size: clamp(2.75rem, 8.6vw, 7.5rem); line-height: 0.92; text-transform: uppercase; letter-spacing: -0.03em; margin: 0.75rem 0 0; }
.title { font-size: clamp(1.75rem, 4vw, 3.25rem); line-height: 1.05; margin: 0.5rem 0 0; }
.muted { color: var(--muted); }
.subtle { color: var(--subtle); }
.mono { font-family: var(--mono); font-size: 0.6875rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
header.site { position: sticky; top: 0; z-index: 40; background: rgba(7,7,7,.95); border-bottom: 1px solid var(--border); backdrop-filter: blur(10px); }
header.site .bar { display: flex; align-items: center; gap: 1rem; height: 4.25rem; }
.logo { font-family: var(--display); font-weight: 600; letter-spacing: 0.1em; }
.logo span { color: var(--primary); }
nav.desk { display: none; gap: 1.5rem; margin-left: 2rem; }
nav.desk a { font-size: 0.6875rem; letter-spacing: 0.18em; text-transform: uppercase; }
nav.desk a:hover, nav.desk a.on { color: var(--primary); }
.grow { margin-left: auto; display: flex; align-items: center; gap: 0.35rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; height: 2.75rem; padding: 0 1.25rem; border-radius: 0.5rem; border: 0; background: var(--fg); color: var(--bg); font-weight: 500; cursor: pointer; }
.btn:hover { opacity: 0.92; }
.btn.lg { height: 3rem; padding: 0 1.75rem; }
.btn.out { background: transparent; color: var(--fg); border: 1px solid var(--border); }
.btn.ghost { background: transparent; color: var(--fg); }
.btn.accent { background: var(--primary); color: var(--primary-fg); }
.btn.full { width: 100%; }
.icon { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; background: none; border: 0; color: var(--fg); cursor: pointer; position: relative; }
.badge { position: absolute; top: 0.35rem; right: 0.35rem; width: 1rem; height: 1rem; border-radius: 99px; background: var(--primary); color: var(--primary-fg); font-size: 0.5625rem; display: grid; place-items: center; }
.hero { position: relative; border-bottom: 1px solid var(--border); padding: 4rem 0; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(7,7,7,.3), rgba(7,7,7,.75), #070707); }
.hero .wrap { position: relative; }
.grid-2 { display: grid; gap: 2.5rem; margin-top: 2rem; }
.card { background: rgba(7,7,7,.8); border-radius: 0.75rem; padding: 0.5rem; box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.card img.cover { aspect-ratio: 1; object-fit: cover; border-radius: 0.5rem; width: 100%; }
.play { width: 2.75rem; height: 2.75rem; border-radius: 99px; background: var(--primary); color: var(--primary-fg); border: 0; cursor: pointer; display: grid; place-items: center; flex-shrink: 0; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 32rem; border-top: 1px solid var(--border); padding-top: 1.5rem; margin-top: 3rem; }
.section { border-bottom: 1px solid var(--border); padding: 5rem 0; }
.cards { display: grid; gap: 1rem; margin-top: 2.5rem; }
.beat { display: flex; flex-direction: column; }
.beat .cover-wrap { position: relative; }
.beat img { aspect-ratio: 1; object-fit: cover; border-radius: 0.75rem; width: 100%; }
.flash { margin: 0 auto; max-width: 72rem; padding: 0.75rem 1rem; }
.flash.err { color: var(--primary); }
.flash.ok { color: var(--fg); }
.form { display: grid; gap: 0.75rem; max-width: 28rem; }
label { font-size: 0.6875rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
input, textarea, select { height: 2.75rem; padding: 0 0.75rem; background: #1a1a1a; border: 1px solid var(--border); border-radius: 0.5rem; width: 100%; }
textarea { height: 8rem; padding-top: 0.75rem; }
.row { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center; }
.lic { display: flex; flex-direction: column; padding: 1.25rem; border-radius: 0.75rem; box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.lic.hi { background: var(--surface); }
.lic ul { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: 0.5rem; color: var(--muted); font-size: 0.9rem; }
footer.site { border-top: 1px solid var(--border); padding: 4rem 0 6rem; }
footer.site .cols { display: grid; gap: 2rem; }
footer.site a:hover { color: var(--primary); }
.player { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: rgba(7,7,7,.95); border-top: 1px solid var(--border); padding: 0.75rem 0 calc(0.75rem + env(safe-area-inset-bottom)); }
.player .inner { display: flex; align-items: center; gap: 0.75rem; }
.player img { width: 3rem; height: 3rem; object-fit: cover; border-radius: 0.25rem; }
.link:hover { color: var(--primary); }
hr.line { border: 0; border-top: 1px solid var(--border); }
.feat { display: grid; gap: 1px; background: var(--border); }
.feat article { background: var(--bg); padding: 2rem; }
@media (min-width: 768px) {
  .grid-2 { grid-template-columns: 7fr 5fr; align-items: end; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .lics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  footer.site .cols { grid-template-columns: 2fr 1fr 1fr; }
}
@media (min-width: 1024px) {
  nav.desk { display: flex; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .lics { grid-template-columns: repeat(4, 1fr); }
  .feat { grid-template-columns: repeat(3, 1fr); }
  .hide-lg { display: none; }
}
@media (max-width: 1023px) {
  .desk-only { display: none; }
}
.player-meta { flex: 1; min-width: 0; display: grid; gap: 0.35rem; }
.player-meta strong { font-size: 0.875rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-line { display: flex; align-items: center; gap: 0.5rem; }
.player-line .mono { min-width: 2.25rem; }
#hss-player-seek { -webkit-appearance: none; appearance: none; height: 4px; padding: 0; border: 0; border-radius: 99px; background: #2a2a2a; flex: 1; cursor: pointer; }
#hss-player-seek::-webkit-slider-thumb { -webkit-appearance: none; width: 12px; height: 12px; border-radius: 99px; background: #e10600; }