:root {
  --black: #080708;
  --ink: #111015;
  --charcoal: #1A171C;
  --steel: #2D2930;
  --cream: #F7E7C5;
  --paper: #FFF6DF;
  --orange: #FF5A1F;
  --red: #E01638;
  --green: #A7FF4F;
  --gold: #FFCC33;
  --muted: #A89D8A;
  --display: Impact, Haettenschweiler, "Arial Black", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: var(--body);
  line-height: 1.4;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(130deg, rgba(8,7,8,1) 0%, rgba(17,16,21,1) 58%, rgba(38,18,12,1) 100%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .09;
  background-image:
    linear-gradient(rgba(247,231,197,.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247,231,197,.3) 1px, transparent 1px);
  background-size: 52px 52px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 34px)); margin: 0 auto; }
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8,7,8,.88);
  border-bottom: 1px solid rgba(247,231,197,.16);
  backdrop-filter: blur(14px);
}
.navin { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 0; }
.brand { display: flex; gap: 12px; align-items: center; min-width: 0; }
.brand img { width: 46px; height: 46px; }
.brand strong { display: block; font-family: var(--display); font-size: 24px; line-height: .9; }
.brand span { display: block; color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.navlinks { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.navlinks a, .navlinks button {
  color: rgba(247,231,197,.82);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.hero { padding: 68px 0 42px; }
.grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: 42px; align-items: center; }
.eyebrow, .badge, .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(167,255,79,.28);
  color: var(--green);
  background: rgba(167,255,79,.08);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .8px;
}
h1, h2, h3 {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0;
}
h1 { font-size: clamp(60px, 9vw, 128px); line-height: .82; margin: 20px 0 18px; }
h2 { font-size: clamp(40px, 5vw, 72px); line-height: .92; margin: 0 0 14px; }
h3 { font-size: 32px; line-height: .96; margin: 12px 0 8px; }
.accent { color: var(--green); }
.lead { font-size: 20px; color: rgba(247,231,197,.8); max-width: 720px; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 999px;
  padding: 12px 17px;
  border: 2px solid rgba(247,231,197,.18);
  background: rgba(247,231,197,.07);
  color: var(--cream);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .55px;
  cursor: pointer;
}
.btn.primary { background: var(--orange); border-color: var(--orange); color: var(--black); }
.btn.green { background: var(--green); border-color: var(--green); color: var(--black); }
.btn.red { background: var(--red); border-color: var(--red); color: #fff; }
.phone {
  max-width: 390px;
  margin: 0 auto;
  border: 10px solid #2c272f;
  border-radius: 42px;
  padding: 14px;
  background: #060506;
  box-shadow: 0 28px 80px rgba(0,0,0,.46);
}
.screen { border-radius: 30px; overflow: hidden; background: #111015; border: 1px solid rgba(247,231,197,.14); }
.video-card { aspect-ratio: 9 / 16; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(155deg, #19141a, #080708 72%); }
.episode-title { font-family: var(--display); font-size: 48px; line-height: .9; text-transform: uppercase; }
.platform-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; padding: 10px; background: #080708; }
.platform-row a { text-align: center; border-radius: 10px; padding: 9px 3px; background: rgba(247,231,197,.08); font-size: 11px; font-weight: 950; }
.ticker { overflow: hidden; border-block: 1px solid rgba(247,231,197,.15); background: #0d0b0f; }
.ticker div { min-width: max-content; padding: 13px 0; color: var(--orange); font-family: var(--display); font-size: 30px; text-transform: uppercase; animation: ticker 24s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }
section { padding: 56px 0; }
.sectionhead { display: flex; justify-content: space-between; gap: 22px; align-items: end; margin-bottom: 22px; }
.sectionhead p { max-width: 540px; margin: 0; color: rgba(247,231,197,.72); }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card, .panel {
  background: rgba(247,231,197,.07);
  border: 1px solid rgba(247,231,197,.16);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.card p, .muted { color: rgba(247,231,197,.68); }
.episode-thumb {
  min-height: 188px;
  border-radius: 8px;
  border: 1px solid rgba(247,231,197,.16);
  background: linear-gradient(145deg, #111015, #2a1512);
  display: flex;
  align-items: flex-end;
  padding: 18px;
}
.episode-thumb b { font-family: var(--display); font-size: 34px; line-height: .9; text-transform: uppercase; }
.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.form-grid { display: grid; gap: 12px; }
label { display: grid; gap: 6px; color: rgba(247,231,197,.72); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .6px; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(247,231,197,.24);
  border-radius: 8px;
  background: rgba(8,7,8,.72);
  color: var(--cream);
  padding: 13px 12px;
  font: inherit;
}
textarea { min-height: 112px; resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; text-transform: none; letter-spacing: 0; font-weight: 700; }
.checkbox input { width: auto; margin-top: 4px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.errors { border-left: 4px solid var(--red); background: rgba(224,22,56,.12); padding: 12px 14px; margin-bottom: 14px; border-radius: 8px; }
.notice { border-left: 4px solid var(--green); background: rgba(167,255,79,.09); padding: 12px 14px; border-radius: 8px; color: rgba(247,231,197,.86); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px 9px; border-bottom: 1px solid rgba(247,231,197,.13); text-align: left; vertical-align: top; }
th { color: rgba(247,231,197,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
.admin-layout { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; }
.sidebar { background: #0d0b0e; border-right: 1px solid rgba(247,231,197,.14); padding: 22px; }
.sidebar .brand { margin-bottom: 26px; }
.admin-nav { display: grid; gap: 5px; }
.admin-nav a { padding: 11px 12px; border-radius: 8px; color: rgba(247,231,197,.72); font-weight: 950; text-transform: uppercase; font-size: 12px; letter-spacing: .8px; }
.admin-nav a:hover { background: rgba(255,90,31,.15); color: #fff; }
.admin-main { padding: 26px; min-width: 0; }
.admin-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.admin-top h1 { font-size: clamp(48px, 7vw, 76px); margin: 0; }
.stat-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.stat b { display: block; color: var(--orange); font-family: var(--display); font-size: 38px; margin-top: 6px; }
.split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 16px; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; }
.small { font-size: 12px; color: rgba(247,231,197,.58); }
.nowrap { white-space: nowrap; }
footer { padding: 42px 0 66px; border-top: 1px solid rgba(247,231,197,.14); color: rgba(247,231,197,.6); }

@media (max-width: 920px) {
  .grid, .twocol, .split, .admin-layout { grid-template-columns: 1fr; }
  .cards, .stat-grid { grid-template-columns: 1fr; }
  .sectionhead { display: block; }
  .navlinks { display: none; }
  .hero { padding-top: 44px; }
  .admin-main { padding: 18px; }
  .sidebar { position: relative; }
}
