:root {
  --bg: #fbfbff;
  --surface: #ffffff;
  --surface-2: #f4f6ff;
  --ink: #10122c;
  --muted: #6c7287;
  --line: #e6e8f3;
  --primary: #7c3aed;
  --pink: #ec4899;
  --blue: #2563eb;
  --green: #10b981;
  --orange: #f97316;
  --red: #ef4444;
  --shadow: 0 20px 50px rgba(18, 25, 54, .10);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(236,72,153,.14), transparent 30rem),
    radial-gradient(circle at 8% 2%, rgba(124,58,237,.12), transparent 26rem),
    var(--bg);
  color: var(--ink);
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 92px);
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(230,232,243,.82);
}
.brand { display: inline-flex; gap: 12px; align-items: center; font-weight: 900; font-size: 25px; letter-spacing: -.04em; }
.brand span span { color: var(--primary); }
.logo-bars { display: inline-flex; gap: 3px; align-items: center; }
.logo-bars i { width: 5px; border-radius: 999px; background: linear-gradient(180deg, var(--pink), var(--primary), var(--blue)); display: block; }
.logo-bars i:nth-child(1) { height: 18px; background: linear-gradient(180deg,#fb7185,#f97316); }
.logo-bars i:nth-child(2) { height: 29px; }
.logo-bars i:nth-child(3) { height: 38px; }
.logo-bars i:nth-child(4) { height: 29px; background: linear-gradient(180deg,#a855f7,#2563eb); }
.logo-bars i:nth-child(5) { height: 18px; background: linear-gradient(180deg,#38bdf8,#7c3aed); }
.main-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; color: #25284b; }
.main-nav a:hover { color: var(--primary); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.ghost-button, .admin-link, .secondary-button, .category-card button, .popular-searches button {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.74);
  color: var(--ink);
  border-radius: 14px;
  padding: 11px 15px;
  font-weight: 800;
  cursor: pointer;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 16px;
  padding: 14px 20px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary), var(--pink));
  box-shadow: 0 16px 28px rgba(124, 58, 237, .25);
}
.primary-button.small { padding: 11px 15px; font-size: 14px; }
.secondary-button { display: inline-flex; align-items: center; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(340px, 1.06fr);
  gap: clamp(30px, 5vw, 72px);
  padding: 48px clamp(20px, 6vw, 96px) 26px;
  align-items: center;
}
.hero-copy h1 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.075em;
  margin: 20px 0;
}
.hero-copy h1 span { background: linear-gradient(135deg, var(--primary), var(--pink)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy p { max-width: 640px; font-size: clamp(18px, 2vw, 23px); line-height: 1.48; color: #515877; margin: 0 0 28px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #f43f5e; font-weight: 900; background: #fff; border: 1px solid var(--line); padding: 9px 13px; border-radius: 999px; box-shadow: 0 10px 28px rgba(17,24,39,.06); }
.eyebrow strong { color: var(--ink); }
.live-dot { width: 8px; height: 8px; border-radius: 999px; background: #fb3158; box-shadow: 0 0 0 5px rgba(251,49,88,.14); }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-card { min-height: 410px; border-radius: 34px; box-shadow: var(--shadow); overflow: hidden; background: #14152e; border: 1px solid rgba(255,255,255,.36); }
.hero-visual { position: relative; height: 100%; min-height: 410px; padding: 34px; display: flex; align-items: flex-end; color: white; isolation: isolate; }
.stage-lights, .stage-lights:before, .stage-lights:after { position: absolute; inset: 0; content: ""; z-index: -1; }
.stage-lights { background: linear-gradient(135deg, rgba(18, 18, 46, .25), rgba(14,14,30,.92)), radial-gradient(circle at 72% 20%, #ec4899, transparent 20rem), radial-gradient(circle at 20% 25%, #2563eb, transparent 18rem), linear-gradient(45deg,#0f1028,#291046); }
.stage-lights:before { background: repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 62px); opacity: .4; }
.stage-lights:after { background: radial-gradient(ellipse at bottom, rgba(0,0,0,.82), transparent 42%); }
.hero-visual h2 { margin: 6px 0; font-size: clamp(28px, 4vw, 46px); letter-spacing: -.04em; }
.hero-visual p, .hero-visual small { margin: 0; color: rgba(255,255,255,.78); font-weight: 700; }
.badge { display: inline-flex; border-radius: 999px; padding: 6px 10px; font-weight: 900; font-size: 12px; letter-spacing: .03em; }
.badge.live { background: #fb3158; color: white; }
.hero-visual .badge { position: absolute; top: 24px; right: 24px; }
.play-fab { position: absolute; right: 28px; bottom: 35px; width: 66px; height: 66px; border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); border: 2px solid rgba(255,255,255,.65); font-size: 24px; cursor: pointer; }
.search-shell { padding: 22px clamp(20px, 6vw, 96px); }
.search-bar { display: flex; align-items: center; gap: 12px; max-width: 920px; background: white; border: 1px solid #dfe3f1; border-radius: 999px; padding: 0 18px; box-shadow: 0 14px 35px rgba(17,24,39,.05); }
.search-bar span { color: var(--muted); font-size: 22px; }
.search-bar input { width: 100%; height: 58px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.popular-searches { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; color: var(--muted); font-size: 14px; }
.popular-searches button, .category-card button { padding: 8px 12px; font-weight: 700; font-size: 13px; }
.search-results { margin-top: 16px; max-width: 920px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.result-item { display: flex; justify-content: space-between; gap: 16px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.result-item:last-child { border-bottom: 0; }
.result-item strong { display: block; }
.result-item p { color: var(--muted); margin: 4px 0 0; font-size: 14px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; padding: 22px clamp(20px, 6vw, 96px); }
.category-grid .section-heading { grid-column: 1 / -1; }
.category-card { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: 0 12px 28px rgba(17,24,39,.04); }
.category-card strong { display: block; margin-bottom: 14px; }
.category-card div { display: flex; gap: 8px; flex-wrap: wrap; }
.content-section { padding: 26px clamp(20px, 6vw, 96px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.section-heading h2 { font-size: clamp(25px, 3vw, 36px); letter-spacing: -.04em; margin: 0; }
.section-heading p { color: var(--muted); margin: 7px 0 0; }
.section-heading a { color: var(--primary); font-weight: 900; }
.card-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; overflow-x: auto; padding-bottom: 10px; }
.media-card, .podcast-card, .video-card, .seo-section, .trust-band { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 36px rgba(17,24,39,.06); overflow: hidden; }
.card-art { min-height: 150px; display: flex; flex-direction: column; justify-content: end; padding: 16px; color: #fff; position: relative; overflow: hidden; }
.card-art:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(255,255,255,.35), transparent 7rem), repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 32px); }
.card-art .badge { position: absolute; top: 12px; left: 12px; }
.card-art strong { font-size: 24px; line-height: 1; text-transform: uppercase; letter-spacing: -.04em; position: relative; }
.card-art small { position: relative; margin-top: 5px; font-weight: 800; opacity: .86; }
.card-body { padding: 15px; }
.card-body h3, .podcast-card h3, .video-card h3 { margin: 0 0 6px; font-size: 16px; }
.card-body p, .podcast-card p, .video-card p { margin: 0 0 12px; color: var(--muted); font-size: 14px; line-height: 1.38; }
.mini-play { border: 0; border-radius: 999px; padding: 9px 12px; color: #fff; background: #11152f; font-weight: 900; cursor: pointer; }
.accent-blue .card-art, .cover.accent-blue { background: linear-gradient(135deg,#2563eb,#0f172a); }
.accent-orange .card-art, .cover.accent-orange { background: linear-gradient(135deg,#f97316,#dc2626); }
.accent-purple .card-art, .cover.accent-purple { background: linear-gradient(135deg,#7c3aed,#be185d); }
.accent-pink .card-art, .cover.accent-pink { background: linear-gradient(135deg,#ec4899,#312e81); }
.accent-red .card-art, .cover.accent-red { background: linear-gradient(135deg,#ef4444,#991b1b); }
.accent-green .card-art, .cover.accent-green { background: linear-gradient(135deg,#10b981,#064e3b); }
.accent-violet .card-art, .cover.accent-violet { background: linear-gradient(135deg,#8b5cf6,#4c1d95); }
.accent-navy .card-art, .cover.accent-navy { background: linear-gradient(135deg,#111827,#312e81); }
.split-content { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 0 clamp(20px, 6vw, 96px); }
.split-content .content-section { padding: 26px 0; }
.podcast-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.podcast-card { display: grid; grid-template-columns: 86px 1fr; gap: 14px; padding: 12px; align-items: center; }
.cover { height: 86px; border-radius: 18px; display: grid; place-items: center; color: white; font-size: 26px; font-weight: 900; }
.podcast-card small { color: #515877; font-weight: 800; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.video-card { padding: 12px; }
.video-thumb { height: 120px; border-radius: 18px; background: linear-gradient(135deg,#0f1028,#ec4899); display: grid; place-items: center; color: white; position: relative; margin-bottom: 12px; }
.video-thumb span { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.5); }
.video-thumb small { position: absolute; right: 10px; bottom: 10px; font-weight: 900; }
.trust-band { margin: 26px clamp(20px, 6vw, 96px); padding: 28px; display: flex; justify-content: space-between; gap: 24px; align-items: center; background: linear-gradient(135deg,#ffffff,#f3e8ff); }
.trust-copy { display: flex; align-items: center; gap: 18px; }
.globe { width: 74px; height: 74px; border-radius: 24px; display: grid; place-items: center; color: white; font-size: 40px; background: linear-gradient(135deg,var(--primary),var(--pink)); }
.trust-copy h2 { margin: 0 0 7px; letter-spacing: -.04em; }
.trust-copy p { margin: 0; color: var(--muted); max-width: 640px; }
.stats { display: flex; gap: 22px; flex-wrap: wrap; }
.stats strong { font-size: 26px; }
.stats span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.seo-section { margin: 26px clamp(20px, 6vw, 96px) 42px; padding: 34px; }
.seo-section h2 { font-size: clamp(28px, 4vw, 48px); letter-spacing: -.06em; margin: 0 0 12px; }
.seo-section p { color: var(--muted); line-height: 1.7; max-width: 920px; }
.seo-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.seo-links a { padding: 10px 14px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--line); font-weight: 800; }
.player-dock { position: fixed; right: 28px; bottom: 24px; z-index: 60; min-width: min(430px, calc(100vw - 40px)); display: grid; grid-template-columns: 62px 1fr auto auto; gap: 14px; align-items: center; padding: 12px; border-radius: 24px; color: white; background: rgba(17, 24, 39, .94); box-shadow: 0 25px 70px rgba(17,24,39,.34); border: 1px solid rgba(255,255,255,.1); }
.now-art { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg,#2563eb,#7c3aed); font-size: 28px; }
.player-dock strong { display: block; }
.player-dock p { margin: 3px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }
.player-dock button { border: 0; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.12); color: white; cursor: pointer; }
.site-footer { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; padding: 42px clamp(20px, 6vw, 96px); border-top: 1px solid var(--line); background: rgba(255,255,255,.72); }
.site-footer p, .site-footer a { color: var(--muted); }
.site-footer a { display: block; margin-top: 8px; }
.footer-brand { font-size: 21px; }
@media (max-width: 1080px) {
  .main-nav { display: none; }
  .hero, .split-content { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-band { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 720px) {
  .site-header { padding: 14px 18px; }
  .brand { font-size: 20px; }
  .header-actions .ghost-button, .admin-link { display: none; }
  .hero { padding-top: 34px; }
  .category-grid, .podcast-list, .video-grid, .site-footer { grid-template-columns: 1fr; }
  .hero-card, .hero-visual { min-height: 320px; }
  .player-dock { left: 14px; right: 14px; bottom: 14px; }
}
