
:root {
  --bg: #061009;
  --bg-2: #08140d;
  --panel: rgba(10, 21, 14, 0.82);
  --panel-2: rgba(16, 30, 20, 0.95);
  --line: rgba(130, 214, 168, 0.12);
  --line-2: rgba(130, 214, 168, 0.24);
  --text: #ecf6ef;
  --muted: #99b1a2;
  --accent: #41df85;
  --accent-2: #83f1b1;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(59, 212, 123, 0.08), transparent 22%),
    linear-gradient(180deg, #040906 0%, #07110b 48%, #050805 100%);
  min-height: 100vh;
}
a { color: var(--accent-2); text-decoration: none; }
a:hover { color: white; }
.shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.glass {
  background: linear-gradient(180deg, rgba(12, 24, 16, 0.92), rgba(9, 18, 13, 0.8));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.bg-orb {
  position: fixed; border-radius: 999px; filter: blur(80px); opacity: .18; pointer-events: none; z-index: 0;
}
.bg-orb-a { width: 280px; height: 280px; background: var(--accent); top: -80px; right: 5%; }
.bg-orb-b { width: 220px; height: 220px; background: #0ea45e; bottom: 10%; left: -80px; }
.site-header {
  position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center;
  width: min(1180px, calc(100% - 32px)); margin: 18px auto 0; padding: 16px 18px;
  border: 1px solid var(--line); border-radius: 18px; background: rgba(8, 15, 10, 0.72); backdrop-filter: blur(14px);
}
.brand-wrap { display: flex; align-items: center; gap: 10px; }
.brand { color: white; font-weight: 800; letter-spacing: -0.04em; }
.brand-pill { font-size: 12px; color: var(--accent); border: 1px solid var(--line-2); padding: 4px 9px; border-radius: 999px; }
.site-nav { display: flex; gap: 18px; }
.site-nav a { color: var(--muted); font-weight: 600; }
.site-nav a:hover { color: white; }
main { position: relative; z-index: 1; padding-bottom: 150px; }
.hero {
  display: grid; grid-template-columns: 1.5fr .75fr; gap: 22px; align-items: stretch; padding-top: 72px;
}
.hero-copy, .hero-panel { border-radius: 28px; padding: 28px; }
.hero-copy {
  background: linear-gradient(135deg, rgba(12,22,15,.9), rgba(7,13,9,.8));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: var(--accent-2); }
.hero h1, .section h2, .contact-card h2 { margin: 0; letter-spacing: -0.05em; line-height: .96; }
.hero h1 { font-size: clamp(2.3rem, 5vw, 4.5rem); max-width: 12ch; }
.hero-text { color: var(--muted); max-width: 60ch; margin: 18px 0 0; font-size: 1.02rem; }
.hero-actions { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.btn {
  padding: 12px 18px; border-radius: 999px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-2);
}
.btn-primary { background: var(--accent); color: #041108; }
.btn-primary:hover { color: #041108; filter: brightness(1.05); }
.btn-secondary { color: white; background: rgba(255,255,255,0.03); }
.hero-panel { display: grid; gap: 14px; align-content: center; }
.stat-row {
  display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,0.02);
}
.stat-row span { color: var(--muted); }
.stat-row strong { font-size: 1.05rem; }
.section { padding-top: 74px; }
.section-head {
  display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 18px; flex-wrap: wrap;
}
.section h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.toolbar { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.search-wrap input {
  width: min(250px, 72vw); padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line);
  background: rgba(255,255,255,0.03); color: white; outline: none;
}
.search-wrap input::placeholder { color: #90a897; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border: 1px solid var(--line); background: rgba(255,255,255,0.03); color: var(--muted); border-radius: 999px;
  padding: 10px 12px; font-weight: 700; cursor: pointer; transition: .18s ease;
}
.chip.active, .chip:hover { color: #031008; background: var(--accent); border-color: var(--accent); }
.list-head {
  display: grid; grid-template-columns: minmax(280px, 1.4fr) minmax(180px, 1fr) minmax(220px, .9fr);
  gap: 16px; padding: 14px 18px; border-radius: 18px; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
}
.media-list { display: grid; gap: 12px; margin-top: 14px; }
.media-row {
  display: grid; grid-template-columns: minmax(280px, 1.4fr) minmax(180px, 1fr) minmax(220px, .9fr);
  gap: 16px; align-items: center; padding: 16px 18px; border-radius: 22px; border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(9, 17, 12, 0.96), rgba(7, 13, 9, 0.92));
}
.media-main { display: flex; align-items: center; gap: 14px; min-width: 0; }
.track-art {
  width: 62px; height: 62px; border-radius: 16px; display: grid; place-items: center; font-weight: 800; color: #031108;
  background: linear-gradient(135deg, #83f1b1, #2bd271 58%, #0e8f4d);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}
.track-copy { min-width: 0; }
.track-title { font-weight: 800; letter-spacing: -0.03em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.track-sub { color: var(--muted); margin-top: 4px; font-size: .94rem; }
.meta-wrap { display: grid; gap: 10px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  padding: 6px 10px; border-radius: 999px; background: rgba(65,223,133,0.08); border: 1px solid rgba(65,223,133,0.14); color: var(--accent-2); font-size: 12px; font-weight: 700;
}
.meta-note { color: var(--muted); font-size: .94rem; line-height: 1.45; }
.preview-wrap { display: grid; gap: 10px; }
.row-actions { display: flex; align-items: center; gap: 10px; }
.play-btn {
  border: 0; border-radius: 999px; padding: 11px 14px; min-width: 88px; font-weight: 800; cursor: pointer;
  background: var(--accent); color: #021108;
}
.play-btn.is-playing { background: white; }
.duration-pill {
  color: var(--muted); font-size: .92rem; border: 1px solid var(--line); border-radius: 999px; padding: 8px 10px;
}
.wave {
  position: relative; height: 48px; border-radius: 12px; border: 1px solid var(--line); overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
}
.wave canvas { width: 100%; height: 100%; display: block; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card { border-radius: 28px; padding: 24px; }
.contact-card h3 { margin-top: 0; }
.global-player {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 30; border-radius: 24px; padding: 14px 16px;
  display: flex; justify-content: space-between; gap: 18px; align-items: center;
}
.player-main { display: flex; gap: 12px; align-items: center; min-width: 0; }
.player-art {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; font-weight: 800; color: #031108;
  background: linear-gradient(135deg, #83f1b1, #2bd271 58%, #0e8f4d);
}
.player-meta { min-width: 0; }
.player-kicker, .player-sub { color: var(--muted); font-size: .88rem; }
.player-title { font-size: 1.02rem; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-controls { display: flex; align-items: center; gap: 14px; flex: 1; }
.icon-btn {
  width: 48px; height: 48px; border-radius: 999px; border: 0; background: var(--accent); color: #031108; font-weight: 900; cursor: pointer;
}
.timeline-wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; width: 100%; }
input[type="range"] { width: 100%; accent-color: var(--accent); }
.hidden { display: none !important; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .list-head, .media-row { grid-template-columns: 1fr; }
  .list-head { display: none; }
  .preview-wrap { margin-top: 4px; }
  .contact-grid { grid-template-columns: 1fr; }
  .global-player { flex-direction: column; align-items: stretch; }
}
@media (max-width: 720px) {
  .site-header { flex-direction: column; gap: 12px; align-items: flex-start; }
  .site-nav { flex-wrap: wrap; }
  .hero { padding-top: 34px; }
  .hero-copy, .hero-panel, .contact-card { padding: 20px; border-radius: 24px; }
  .media-row { padding: 14px; }
  .track-art { width: 54px; height: 54px; border-radius: 14px; }
  .row-actions { flex-wrap: wrap; }
}
