:root {
  color-scheme: light;
  --bg: #183021;
  --bg-strong: #fffaf0;
  --surface: rgba(255, 250, 240, 0.78);
  --surface-hover: rgba(255, 250, 240, 0.9);
  --surface-strong: rgba(24, 54, 38, 0.9);
  --text: #16241b;
  --title-green: #0b2f1d;
  --muted: #2f3d34;
  --faint: #657266;
  --line: rgba(24, 54, 38, 0.24);
  --primary: #1e5d36;
  --primary-soft: rgba(30, 93, 54, 0.15);
  --positive: #b83a26;
  --positive-soft: rgba(184, 58, 38, 0.14);
  --warning: #f4e8cf;
  --brand-yellow: #fffaf0;
  --brand-red: #b83a26;
  --brand-blue: #1e5d36;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow: 0 24px 72px rgba(7, 22, 38, 0.22);
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hero-image: url("assets/fantasy-gems-logo.png?v=20260527-fg-logo");
  --field-image: url("assets/infield-grass-dirt.svg");
  --field-photo: url("assets/lou-cecala-field.jpg?v=20260522-grass-dirt");
  --dirt-photo: url("assets/infield-dirt.jpg?v=20260522-grass-dirt");
  --main-bg-photo: url("assets/main-background-baseball-grass.jpeg?v=20260526-bg-visible");
  --page-bg:
    linear-gradient(90deg, rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.66) 46%, rgba(255, 250, 240, 0.22)),
    radial-gradient(ellipse at 82% 48%, rgba(30, 128, 54, 0.28) 0 20%, rgba(30, 128, 54, 0.12) 42%, transparent 66%),
    linear-gradient(180deg, rgba(18, 86, 39, 0.18), rgba(18, 86, 39, 0.06) 48%, rgba(131, 75, 31, 0.18)),
    var(--main-bg-photo),
    linear-gradient(135deg, #dae4c2 0%, #6d8848 52%, #2f4b27 100%);
  --page-bg-size: cover, cover, cover, cover, cover;
  --page-bg-position: center, center, center, center top, center;
  --hero-overlay:
    linear-gradient(90deg, rgba(255, 250, 240, 0.76), rgba(255, 250, 240, 0.26) 48%, rgba(255, 250, 240, 0.02) 76%),
    linear-gradient(180deg, rgba(13, 62, 28, 0.04), rgba(131, 75, 31, 0.05));
  --hero-pattern: none;
  --hero-pattern-size: auto;
  --button-radius: 999px;
  --content-max: 1180px;
  --shadow-soft: 0 1px 0 rgba(255, 255, 255, 0.6), 0 12px 28px rgba(24, 54, 38, 0.12);
  --shadow-card: 0 1px 0 rgba(255, 255, 255, 0.62), 0 18px 38px rgba(24, 54, 38, 0.14), 0 44px 90px rgba(7, 22, 38, 0.12);
  --shadow-raised: 0 1px 0 rgba(255, 255, 255, 0.72), 0 24px 54px rgba(24, 54, 38, 0.18), 0 70px 120px rgba(7, 22, 38, 0.16);
  --shadow-deep: 0 2px 0 rgba(255, 255, 255, 0.56), 0 28px 70px rgba(24, 54, 38, 0.2), 0 80px 150px rgba(7, 22, 38, 0.18);
  --inset-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 -1px 0 rgba(24, 54, 38, 0.08);
  --paper-texture:
    repeating-linear-gradient(0deg, rgba(24, 54, 38, 0.026) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, rgba(131, 75, 31, 0.024) 0 1px, transparent 1px 9px);
  --infield-texture:
    repeating-linear-gradient(112deg, transparent 0 31px, rgba(131, 75, 31, 0.08) 32px 33px),
    repeating-linear-gradient(16deg, transparent 0 48px, rgba(30, 93, 54, 0.055) 49px 50px);
  --app-bg: #071116;
  --app-bg-strong: #030809;
  --app-surface: rgba(16, 24, 19, 0.9);
  --app-surface-soft: rgba(246, 248, 232, 0.12);
  --app-lime: #7fe18a;
  --app-blue: #65c3ff;
  --app-cream: #f8faf1;
  --app-muted: rgba(248, 250, 241, 0.72);
}

body[data-design="noir"] {
  color-scheme: light;
  --bg: #183021;
  --bg-strong: #fffaf0;
  --surface: rgba(255, 250, 240, 0.78);
  --surface-strong: rgba(24, 54, 38, 0.94);
  --text: #16241b;
  --title-green: #0b2f1d;
  --muted: #3d4a40;
  --faint: #717c72;
  --line: rgba(24, 54, 38, 0.28);
  --primary: #1e5d36;
  --primary-soft: rgba(30, 93, 54, 0.14);
  --positive: #b83a26;
  --positive-soft: rgba(184, 58, 38, 0.12);
  --warning: #dfeaf6;
  --radius-sm: 2px;
  --radius-md: 2px;
  --radius-lg: 2px;
  --shadow: 0 18px 0 rgba(0, 87, 184, 0.14);
  --font-body: Georgia, "Times New Roman", serif;
  --font-display: Georgia, "Times New Roman", serif;
  --page-bg:
    linear-gradient(115deg, rgba(255, 250, 240, 0.86), rgba(255, 250, 240, 0.42)),
    var(--dirt-photo),
    var(--field-photo);
  --page-bg-size: cover, min(520px, 42vw) auto, cover;
  --page-bg-position: center, right bottom, center center;
  --hero-overlay: linear-gradient(90deg, rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.62) 54%, rgba(255, 250, 240, 0.22));
  --hero-pattern: none;
  --hero-pattern-size: auto;
  --button-radius: 2px;
}

body[data-design="terminal"] {
  --bg: #071f55;
  --bg-strong: #04123b;
  --surface: rgba(5, 31, 85, 0.92);
  --surface-strong: rgba(4, 18, 59, 0.98);
  --text: #f8fbff;
  --title-green: #dff4df;
  --muted: #cfd8e6;
  --faint: #9aa9bf;
  --line: rgba(255, 255, 255, 0.24);
  --primary: #8fb7ff;
  --primary-soft: rgba(143, 183, 255, 0.16);
  --positive: #78b991;
  --positive-soft: rgba(120, 185, 145, 0.12);
  --warning: #dfeaf6;
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
  --font-body: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --font-display: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --page-bg:
    linear-gradient(180deg, #071f55, #04123b);
  --hero-overlay: linear-gradient(90deg, rgba(4, 18, 59, 0.95), rgba(5, 31, 85, 0.86) 58%, rgba(4, 18, 59, 0.42));
  --hero-pattern: none;
  --hero-pattern-size: auto;
  --button-radius: 0;
}

body[data-design="atlas"] {
  color-scheme: light;
  --bg: #183021;
  --bg-strong: #fffaf0;
  --surface: rgba(255, 250, 240, 0.78);
  --surface-strong: rgba(24, 54, 38, 0.92);
  --text: #16241b;
  --title-green: #0b2f1d;
  --muted: #3f4f43;
  --faint: #747d72;
  --line: rgba(24, 54, 38, 0.22);
  --primary: #1e5d36;
  --primary-soft: rgba(30, 93, 54, 0.14);
  --positive: #b83a26;
  --positive-soft: rgba(184, 58, 38, 0.14);
  --warning: #dfeaf6;
  --radius-sm: 6px;
  --radius-md: 18px;
  --radius-lg: 32px;
  --shadow: 0 18px 60px rgba(0, 58, 145, 0.22);
  --font-body: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  --font-display: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  --page-bg:
    linear-gradient(120deg, rgba(30, 93, 54, 0.12), rgba(255, 250, 240, 0.48) 42%),
    var(--dirt-photo),
    var(--field-photo);
  --page-bg-size: cover, min(520px, 42vw) auto, cover;
  --page-bg-position: center, right bottom, center center;
  --hero-overlay: linear-gradient(90deg, rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.62) 50%, rgba(255, 250, 240, 0.22));
  --hero-pattern: none;
  --hero-pattern-size: auto;
  --button-radius: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 85%;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--page-bg);
  background-attachment: fixed;
  background-position: var(--page-bg-position);
  background-size: var(--page-bg-size);
  color: var(--text);
  font-family: var(--font-body);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.12), rgba(255, 250, 240, 0.18) 34%, rgba(255, 250, 240, 0.34) 100%),
    radial-gradient(circle at 92% 20%, transparent 0 62px, rgba(184, 58, 38, 0.13) 63px 66px, transparent 67px),
    radial-gradient(circle at 93% 20%, transparent 0 88px, rgba(184, 58, 38, 0.08) 89px 92px, transparent 93px),
    linear-gradient(118deg, transparent 0 62%, rgba(255, 255, 255, 0.42) 62.2% 63%, transparent 63.2%);
  background-size: 180px 180px, auto, auto, auto, auto;
  opacity: 0.44;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.18), rgba(131, 75, 31, 0.08)),
    linear-gradient(135deg, transparent 48.9%, rgba(255, 255, 255, 0.62) 49.16% 49.48%, transparent 49.76%),
    linear-gradient(45deg, transparent 50.52%, rgba(255, 255, 255, 0.54) 50.82% 51.14%, transparent 51.44%),
    radial-gradient(ellipse at 50% 108%, rgba(154, 91, 45, 0.72) 0 18%, rgba(154, 91, 45, 0.34) 32%, transparent 58%),
    radial-gradient(ellipse at 50% 62%, rgba(26, 110, 54, 0.32), transparent 62%),
    var(--infield-texture);
  background-size: auto, min(1180px, 132vw) min(820px, 96vw), min(1180px, 132vw) min(820px, 96vw), min(1120px, 120vw) min(520px, 74vw), cover, 240px 240px, 320px 320px;
  background-position: center, center bottom, center bottom, center bottom, center, center, center;
  opacity: 0.28;
  mix-blend-mode: multiply;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(24, 54, 38, 0.18);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(255, 250, 240, 0.68));
  background-size: 160px 160px, auto;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 46px rgba(24, 54, 38, 0.18), 0 32px 90px rgba(7, 22, 38, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px) saturate(1.12);
  text-shadow: none;
}

.site-header::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: -2px;
  left: clamp(18px, 4vw, 54px);
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(98, 58, 28, 0.18), rgba(206, 148, 81, 0.55), rgba(92, 50, 23, 0.18)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.28) 18px 20px);
  box-shadow: 0 2px 8px rgba(98, 58, 28, 0.18);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-lockup strong,
.brand-lockup small {
  display: block;
  line-height: 1.1;
}

.brand-lockup strong {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.12rem);
  letter-spacing: 0;
}

.brand-lockup small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 250, 240, 0.72);
  border-radius: 50%;
  background:
    rgba(255, 250, 240, 0.64)
    var(--hero-image) center / cover no-repeat;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.58), 0 14px 30px rgba(24, 54, 38, 0.26), 0 0 0 4px rgba(255, 250, 240, 0.32);
  backdrop-filter: blur(14px) saturate(1.08);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  color: var(--muted);
  font-size: 0.92rem;
}

.header-nav a {
  padding: 8px 0;
}

.header-nav a[href$="workbook-download.html"],
.header-nav a[href="/workbook-download.html"] {
  border: 1px solid rgba(30, 93, 54, 0.28);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(30, 93, 54, 0.1);
  color: var(--primary);
  font-weight: 900;
  box-shadow: var(--shadow-soft);
}

.header-nav a:hover,
.header-nav a:focus-visible,
.header-nav a[aria-current="page"] {
  color: var(--text);
}

.hero-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  min-height: calc(86svh - 76px);
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px) clamp(34px, 6vw, 64px);
  border-bottom: 1px solid rgba(24, 54, 38, 0.18);
  background:
    var(--hero-overlay),
    var(--main-bg-photo) center / cover no-repeat;
  box-shadow: inset 0 -54px 92px rgba(24, 54, 38, 0.12);
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    var(--paper-texture),
    linear-gradient(118deg, transparent 0 53%, rgba(30, 93, 54, 0.09) 53.2% 54%, transparent 54.2%),
    repeating-linear-gradient(102deg, transparent 0 38px, rgba(131, 75, 31, 0.048) 39px 40px);
  background-size: 170px 170px, auto, 260px 260px;
  opacity: 0.08;
  mix-blend-mode: multiply;
}

.hero-shell::after {
  content: "";
  display: none;
  position: absolute;
  inset: 124px 0 0;
  pointer-events: none;
  background:
    var(--hero-pattern);
  background-size: var(--hero-pattern-size);
  mask-image: linear-gradient(90deg, #000 0 44%, transparent 78%);
}

.hero-shade {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(transparent, rgba(255, 250, 240, 0.08));
  pointer-events: none;
}

.hero-inner,
.hero-art,
.signal-board {
  position: relative;
  z-index: 1;
}

.hero-inner {
  max-width: 820px;
  padding: clamp(22px, 3.2vw, 38px);
  border: 1px solid rgba(255, 250, 240, 0.46);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 240, 0.3);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5),
    0 24px 72px rgba(7, 22, 38, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(8px) saturate(1.16);
  -webkit-backdrop-filter: blur(8px) saturate(1.16);
}

.hero-art {
  display: none;
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: center;
  width: min(42vw, 540px);
  min-width: 320px;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.1), rgba(7, 22, 38, 0.12)),
    var(--main-bg-photo) center / cover no-repeat;
  box-shadow: var(--shadow-deep), inset 0 1px 0 rgba(255, 255, 255, 0.54), inset 0 -22px 52px rgba(7, 22, 38, 0.18);
  overflow: hidden;
}

.hero-art::before,
.hero-art::after {
  display: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: #7c1f13;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--title-green);
  font-family: var(--font-display);
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.38);
}

.hero-inner h1 {
  color: #071f15;
  text-shadow: 0 1px 0 rgba(255, 250, 240, 0.78), 0 16px 34px rgba(255, 250, 240, 0.28);
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(1.5rem, 4.5vw, 3.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  color: #17251c;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 800;
  line-height: 1.55;
  text-shadow: 0 1px 0 rgba(255, 250, 240, 0.74);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--button-radius);
  font-weight: 800;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 10px 22px rgba(24, 54, 38, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.68), 0 16px 34px rgba(24, 54, 38, 0.18);
}

.button.primary {
  border-color: rgba(255, 250, 240, 0.52);
  background: rgba(30, 93, 54, 0.88);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.42), 0 16px 44px rgba(7, 22, 38, 0.18), 0 28px 64px rgba(30, 93, 54, 0.14);
  backdrop-filter: blur(12px);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 250, 240, 0.78);
  backdrop-filter: blur(12px);
}

.workbook-hero-button {
  border-color: rgba(30, 93, 54, 0.38);
  background:
    linear-gradient(135deg, rgba(30, 93, 54, 0.96), rgba(17, 87, 45, 0.9));
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.42), 0 18px 48px rgba(30, 93, 54, 0.22), 0 30px 70px rgba(7, 22, 38, 0.16);
  backdrop-filter: blur(12px);
}

.signal-board {
  align-self: end;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    var(--paper-texture),
    rgba(255, 250, 240, 0.8);
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
  backdrop-filter: blur(12px);
}

.signal-board span,
.signal-board strong {
  display: block;
}

.signal-board strong {
  margin: 8px 0;
  font-size: 1.65rem;
  line-height: 1;
}

.board-label,
.signal-board span:last-of-type {
  color: var(--muted);
  font-size: 0.88rem;
}

.meter {
  height: 8px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
}

.meter i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(30, 93, 54, 0.92), rgba(184, 58, 38, 0.72), rgba(255, 250, 240, 0.76));
}

main {
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(255, 250, 240, 0.88));
  background-size: 180px 180px, auto;
}

.section-index {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: var(--content-max);
  margin: -28px auto 0;
  overflow: hidden;
  border: 1px solid rgba(24, 54, 38, 0.2);
  border-radius: var(--radius-md);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(246, 239, 225, 0.9));
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-raised), var(--inset-highlight);
  backdrop-filter: blur(16px) saturate(1.08);
}

.section-index a {
  display: grid;
  gap: 4px;
  min-height: 68px;
  align-content: center;
  border-right: 1px solid rgba(24, 54, 38, 0.14);
  padding: 12px 16px;
  color: var(--text);
  font-weight: 900;
}

.section-index a:last-child {
  border-right: 0;
}

.section-index a:hover,
.section-index a:focus-visible {
  background: rgba(30, 93, 54, 0.09);
  box-shadow: inset 0 0 0 1px rgba(30, 93, 54, 0.12), inset 0 -10px 22px rgba(30, 93, 54, 0.06);
}

.section-index span {
  color: var(--positive);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 8vw, 112px) clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(24, 54, 38, 0.14);
  overflow: hidden;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    var(--paper-texture),
    linear-gradient(118deg, transparent 0 58%, rgba(131, 75, 31, 0.04) 58.2% 58.8%, transparent 59%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 34px);
  background-size: 190px 190px, auto, 100% 120px;
  opacity: 0.58;
  mix-blend-mode: multiply;
}

.section > .section-heading,
.section > .tracker-entry,
.section > .workbook-spotlight,
.section > .search-box,
.section > .filters,
.section > .featured-post,
.section > .post-grid,
.section > .app-bridge,
.section > .subscribe-panel,
.section > .trust-grid {
  position: relative;
  z-index: 1;
  max-width: var(--content-max);
  margin-right: auto;
  margin-left: auto;
}

.tracker-entry-section,
.subscribe-section {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.97), rgba(246, 239, 225, 0.96));
  box-shadow: inset 0 24px 60px rgba(255, 255, 255, 0.38), inset 0 -24px 54px rgba(131, 75, 31, 0.05);
}

.workbook-feature-section {
  background:
    linear-gradient(180deg, rgba(246, 239, 225, 0.98), rgba(255, 250, 240, 0.96));
  box-shadow: inset 0 26px 60px rgba(131, 75, 31, 0.06), inset 0 -20px 56px rgba(30, 93, 54, 0.05);
}

.latest-section {
  background: rgba(255, 253, 248, 0.98);
  box-shadow: inset 0 20px 50px rgba(255, 255, 255, 0.44), inset 0 -26px 70px rgba(24, 54, 38, 0.055);
}

.app-bridge-section {
  background: linear-gradient(180deg, rgba(239, 246, 239, 0.98), rgba(255, 250, 240, 0.96));
  box-shadow: inset 0 28px 70px rgba(30, 93, 54, 0.065), inset 0 -24px 62px rgba(7, 22, 38, 0.06);
}

.trust-section {
  background: rgba(255, 250, 240, 0.98);
  box-shadow: inset 0 24px 60px rgba(255, 255, 255, 0.46), inset 0 -28px 72px rgba(131, 75, 31, 0.055);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
  border-left: 4px solid rgba(30, 93, 54, 0.72);
  padding-left: 18px;
}

.section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(1rem, 2.35vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.65;
  text-shadow: 0 1px 14px rgba(255, 255, 255, 0.46);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-chip {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background:
    var(--paper-texture),
    rgba(255, 250, 240, 0.78);
  background-size: 120px 120px, auto;
  color: var(--muted);
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 8px 16px rgba(24, 54, 38, 0.07);
  backdrop-filter: blur(10px);
}

.filter-chip.active,
.filter-chip:hover,
.filter-chip:focus-visible {
  border-color: color-mix(in srgb, var(--primary) 72%, white 0%);
  background: var(--primary-soft);
  color: var(--text);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 12px 22px rgba(24, 54, 38, 0.12);
}

.featured-post {
  margin-bottom: 22px;
}

.featured-card,
.post-card,
.command-panel,
.growth-steps article,
.trust-grid article,
.article-toc,
.article-sources,
.author-card,
.empty-state {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(246, 239, 225, 0.76));
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
  backdrop-filter: blur(16px) saturate(1.08);
}

.featured-card,
.post-card,
.trust-grid article,
.subscribe-panel,
.article-shell,
.takeaways {
  position: relative;
  overflow: hidden;
}

.featured-card::before,
.post-card::before,
.trust-grid article::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(184, 58, 38, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 250, 240, 0.86), rgba(255, 250, 240, 0.46)),
    linear-gradient(45deg, transparent 42%, rgba(184, 58, 38, 0.42) 43% 45%, transparent 46%),
    linear-gradient(-45deg, transparent 42%, rgba(184, 58, 38, 0.36) 43% 45%, transparent 46%);
  opacity: 0.36;
  pointer-events: none;
}

.post-card::after {
  display: none;
}

.search-box {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin-bottom: 18px;
}

.search-box span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.search-box input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  background:
    var(--paper-texture),
    rgba(255, 250, 240, 0.88);
  background-size: 120px 120px, auto;
  color: var(--text);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 12px 28px rgba(24, 54, 38, 0.08);
  backdrop-filter: blur(12px);
}

.search-box input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-soft);
}

.featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  min-height: 300px;
  overflow: hidden;
  box-shadow: var(--shadow-raised), var(--inset-highlight);
}

.featured-copy,
.featured-meta {
  padding: clamp(22px, 4vw, 38px);
}

.featured-copy h3 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 3.6vw, 3rem);
  line-height: 1.02;
}

.featured-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.featured-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(180deg, rgba(24, 54, 38, 0.94), rgba(16, 41, 29, 0.96)),
    var(--infield-texture);
  background-size: auto, 220px 220px, 280px 280px;
  color: rgba(248, 251, 255, 0.92);
}

.featured-meta p {
  margin: 0;
  color: rgba(248, 251, 255, 0.82);
  line-height: 1.55;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag,
.sample-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.sample-badge {
  color: var(--bg-strong);
  background: rgba(33, 98, 70, 0.76);
}

.featured-meta .tag,
.subscribe-panel .tag {
  color: rgba(248, 251, 255, 0.82);
}

.read-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(30, 93, 54, 0.88);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.36), 0 12px 24px rgba(24, 54, 38, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.read-link:hover,
.read-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(20, 77, 43, 0.94);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.46), 0 17px 34px rgba(24, 54, 38, 0.2);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.post-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-top: 4px solid rgba(30, 93, 54, 0.28);
  box-shadow: var(--shadow-soft), var(--inset-highlight);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--primary) 54%, white 0%);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.95), rgba(246, 239, 225, 0.86));
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
}

.post-card h3 {
  margin: 14px 0 12px;
  font-size: 1.35rem;
  line-height: 1.12;
}

.post-card p,
.post-meta,
.queue-item p,
.growth-steps p,
.command-panel p,
.trust-grid p,
.empty-state p {
  color: var(--muted);
  line-height: 1.55;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 26px;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.82rem;
}

.design-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.design-option {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.14);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.design-option:hover,
.design-option:focus-visible,
.design-option.selected {
  transform: translateY(-3px);
  border-color: var(--primary);
  background: var(--primary-soft);
}

.design-option strong,
.design-option span:not(.swatch) {
  display: block;
}

.design-option strong {
  margin: 16px 0 8px;
  font-size: 1.25rem;
}

.design-option span:not(.swatch) {
  color: var(--muted);
  line-height: 1.55;
}

.swatch {
  display: block;
  width: 100%;
  height: 74px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.signal-swatch {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(15, 53, 96, 0.24)),
    rgba(255, 255, 255, 0.16);
}

.wire-swatch {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(16, 36, 90, 0.42));
}

.ledger-swatch {
  background:
    linear-gradient(135deg, rgba(7, 31, 85, 0.84), rgba(33, 98, 70, 0.44));
}

.atlas-swatch {
  background:
    linear-gradient(135deg, rgba(248, 251, 255, 0.24), rgba(33, 98, 70, 0.34));
}

.autopilot-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.command-panel {
  padding: 24px;
}

.command-panel h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.command-panel code {
  display: block;
  margin-top: 18px;
  overflow-x: auto;
  border-radius: var(--radius-sm);
  padding: 16px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--positive);
  line-height: 1.55;
  white-space: pre-wrap;
}

.queue-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.queue-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.queue-item strong {
  display: block;
  margin-bottom: 8px;
}

.growth-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.growth-steps article {
  padding: 24px;
}

.growth-steps span {
  color: var(--positive);
  font-weight: 900;
}

.growth-steps h3 {
  margin: 18px 0 10px;
  font-size: 1.28rem;
}

.section-heading.compact {
  max-width: 690px;
}

.section-heading.compact h2 {
  font-size: clamp(1.9rem, 3.8vw, 3.2rem);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.trust-grid article {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 210px;
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.trust-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 93, 54, 0.34);
  box-shadow: var(--shadow-card), var(--inset-highlight);
}

.trust-grid strong {
  font-size: 1.18rem;
}

.trust-grid a {
  width: fit-content;
  color: var(--primary);
  font-weight: 900;
}

.app-bridge-section {
  padding-top: clamp(58px, 8vw, 112px);
}

.app-bridge,
.app-landing-hero,
.article-app-cta {
  color: var(--app-cream);
  background:
    linear-gradient(135deg, rgba(127, 225, 138, 0.12), transparent 34%),
    linear-gradient(150deg, var(--app-bg), #0b1519 58%, #10252e);
}

.app-bridge {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(248, 250, 241, 0.18);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 5vw, 58px);
  box-shadow: 0 1px 0 rgba(248, 250, 241, 0.16), 0 32px 82px rgba(3, 8, 9, 0.36), 0 88px 150px rgba(3, 8, 9, 0.2);
}

.app-bridge::before,
.app-landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 46%, rgba(101, 195, 255, 0.08) 46.2% 46.8%, transparent 47%),
    repeating-linear-gradient(112deg, transparent 0 34px, rgba(248, 250, 241, 0.035) 35px 36px);
  opacity: 0.82;
}

.app-bridge-copy,
.app-preview,
.app-landing-copy,
.app-feature-list,
.app-subscribe-panel {
  position: relative;
  z-index: 1;
}

.app-eyebrow {
  color: var(--app-blue);
}

.app-bridge h2,
.app-landing-copy h1,
.article-app-cta h2 {
  max-width: 760px;
  margin-bottom: 14px;
  color: var(--app-cream);
  text-shadow: none;
}

.app-bridge h2 {
  font-size: clamp(1rem, 2.4vw, 2.3rem);
  line-height: 1.08;
}

.app-bridge p:not(.eyebrow),
.app-landing-copy p:not(.eyebrow),
.article-app-cta p:not(.eyebrow),
.app-feature-list p {
  color: var(--app-muted);
  line-height: 1.7;
}

.app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button.app-primary {
  border-color: rgba(127, 225, 138, 0.42);
  background: linear-gradient(135deg, rgba(127, 225, 138, 0.96), rgba(70, 166, 72, 0.9));
  color: #07100e;
  box-shadow: 0 16px 44px rgba(127, 225, 138, 0.18);
}

.button.app-secondary {
  border-color: rgba(248, 250, 241, 0.28);
  background: rgba(248, 250, 241, 0.08);
  color: var(--app-cream);
}

.button.app-primary:hover,
.button.app-primary:focus-visible,
.button.app-secondary:hover,
.button.app-secondary:focus-visible {
  transform: translateY(-2px);
}

.app-preview {
  display: grid;
  gap: 16px;
  min-width: 0;
  border: 1px solid rgba(248, 250, 241, 0.18);
  border-radius: 22px;
  padding: clamp(16px, 3vw, 24px);
  background: rgba(3, 8, 9, 0.58);
  box-shadow: inset 0 1px 0 rgba(248, 250, 241, 0.14), inset 0 -18px 38px rgba(0, 0, 0, 0.16), 0 24px 66px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px) saturate(1.08);
}

.app-preview-header,
.app-stat-row,
.app-decision {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.app-preview-header {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(248, 250, 241, 0.14);
}

.app-preview-header span,
.app-stat-row span,
.app-decision span,
.trade-side span,
.app-feature-list span {
  color: var(--app-muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.app-preview-header strong,
.app-stat-row strong,
.app-decision strong,
.trade-side strong {
  color: var(--app-cream);
}

.app-preview-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.app-preview-tabs span {
  min-height: 30px;
  border: 1px solid rgba(248, 250, 241, 0.14);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--app-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.app-preview-tabs .active {
  border-color: rgba(127, 225, 138, 0.5);
  background: rgba(127, 225, 138, 0.12);
  color: var(--app-lime);
}

.trade-matchup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.trade-side {
  display: grid;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(248, 250, 241, 0.14);
  border-radius: 16px;
  padding: 14px;
  background: var(--app-surface-soft);
}

.trade-side strong {
  font-size: 0.98rem;
  line-height: 1.25;
}

.trade-versus {
  align-self: center;
  color: var(--app-blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.value-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(248, 250, 241, 0.12);
}

.value-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--app-blue), var(--app-lime));
}

.value-bar.alt i {
  background: linear-gradient(90deg, var(--app-lime), #e9bd62);
}

.app-stat-row,
.app-decision {
  border: 1px solid rgba(248, 250, 241, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(248, 250, 241, 0.07);
}

.app-decision {
  border-color: rgba(101, 195, 255, 0.38);
  background: rgba(101, 195, 255, 0.1);
}

.tracker-entry-section {
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(44px, 6vw, 74px);
}

.tracker-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  max-width: var(--content-max);
  margin: 0 auto;
  border: 1px solid rgba(24, 54, 38, 0.18);
  border-radius: var(--radius-md);
  padding: clamp(22px, 4vw, 34px);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(246, 239, 225, 0.78));
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
}

.tracker-entry h2 {
  max-width: 820px;
  margin-bottom: 10px;
  font-size: clamp(0.9rem, 1.9vw, 1.7rem);
  line-height: 1.12;
}

.tracker-entry p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.65;
}

.tracker-entry-actions {
  display: grid;
  gap: 10px;
  min-width: min(100%, 240px);
}

.tracker-entry-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  background:
    var(--paper-texture),
    rgba(255, 250, 240, 0.82);
  background-size: 120px 120px, auto;
  color: var(--text);
  font-weight: 900;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 9px 18px rgba(24, 54, 38, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tracker-entry-actions a:hover,
.tracker-entry-actions a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(30, 93, 54, 0.32);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.68), 0 14px 28px rgba(24, 54, 38, 0.14);
}

.tracker-entry-actions a:first-child {
  border-color: rgba(30, 93, 54, 0.32);
  background: rgba(30, 93, 54, 0.88);
  color: #fff;
}

.workbook-feature-section {
  padding-top: clamp(52px, 7vw, 86px);
  padding-bottom: clamp(52px, 7vw, 86px);
}

.workbook-spotlight,
.article-workbook-cta {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(30, 93, 54, 0.26);
  border-radius: var(--radius-lg);
  background:
    var(--paper-texture),
    linear-gradient(135deg, rgba(255, 250, 240, 0.94), rgba(244, 232, 207, 0.84)),
    linear-gradient(90deg, rgba(30, 93, 54, 0.12), rgba(184, 58, 38, 0.1));
  background-size: 170px 170px, auto, auto;
  box-shadow: var(--shadow-raised), var(--inset-highlight);
  backdrop-filter: blur(16px) saturate(1.08);
}

.workbook-spotlight {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.44fr) auto;
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(24px, 5vw, 44px);
}

.workbook-spotlight::before,
.article-workbook-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 56%, rgba(30, 93, 54, 0.08) 56.2% 56.8%, transparent 57%),
    repeating-linear-gradient(108deg, transparent 0 30px, rgba(131, 75, 31, 0.07) 31px 32px);
}

.workbook-spotlight::after,
.article-workbook-cta::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(24, 54, 38, 0.12);
  filter: blur(16px);
  opacity: 0.58;
  pointer-events: none;
}

.workbook-spotlight-copy,
.workbook-spotlight-prices,
.workbook-spotlight-button,
.article-workbook-cta > * {
  position: relative;
  z-index: 1;
}

.workbook-spotlight h2,
.article-workbook-cta h2 {
  max-width: 760px;
  margin-bottom: 12px;
  color: var(--title-green);
}

.workbook-spotlight h2 {
  font-size: clamp(1.15rem, 2.8vw, 2.2rem);
  line-height: 1.08;
}

.workbook-spotlight p:not(.eyebrow),
.article-workbook-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.65;
}

.workbook-spotlight-prices {
  display: grid;
  gap: 10px;
}

.workbook-spotlight-prices span {
  display: grid;
  gap: 2px;
  border-left: 3px solid rgba(30, 93, 54, 0.42);
  padding-left: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
}

.workbook-spotlight-prices strong {
  color: var(--title-green);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1;
}

.tracker-main {
  min-height: calc(100svh - 76px);
}

.tracker-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.48fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  overflow: hidden;
  min-height: calc(82svh - 76px);
  padding: clamp(62px, 9vw, 118px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(95deg, rgba(255, 250, 240, 0.95), rgba(255, 250, 240, 0.74) 52%, rgba(255, 250, 240, 0.32)),
    var(--field-image);
  background-size: cover;
}

.tracker-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 56%, rgba(30, 93, 54, 0.12) 56.4% 57.2%, transparent 57.6%),
    repeating-linear-gradient(112deg, transparent 0 42px, rgba(24, 54, 38, 0.045) 43px 44px);
}

.tracker-hero-copy,
.tracker-board-visual {
  position: relative;
  z-index: 1;
}

.tracker-hero-copy h1 {
  max-width: 940px;
  font-size: clamp(1.5rem, 4vw, 3.6rem);
}

.tracker-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.24rem);
  font-weight: 800;
  line-height: 1.65;
}

.tracker-board-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(18px, 3vw, 26px);
  background:
    var(--paper-texture),
    rgba(255, 250, 240, 0.76);
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-raised), var(--inset-highlight);
  backdrop-filter: blur(18px) saturate(1.08);
}

.tracker-board-visual span {
  min-height: 58px;
  border: 1px solid rgba(24, 54, 38, 0.16);
  border-radius: var(--radius-sm);
  padding: 14px;
  background:
    var(--paper-texture),
    rgba(255, 250, 240, 0.66);
  background-size: 120px 120px, auto;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tracker-board-visual strong {
  grid-column: 1 / -1;
  margin-top: 8px;
  color: var(--text);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1;
}

.tracker-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tracker-summary-grid article {
  border-top: 2px solid rgba(30, 93, 54, 0.28);
  padding-top: 18px;
}

.tracker-summary-grid span,
.tracker-table td span {
  display: block;
  color: var(--faint);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tracker-summary-grid strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.tracker-summary-grid p,
.tracker-method p,
.tracker-sources li {
  color: var(--muted);
  line-height: 1.7;
}

.tracker-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    var(--paper-texture),
    rgba(255, 250, 240, 0.82);
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
  backdrop-filter: blur(16px) saturate(1.08);
}

.tracker-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
}

.tracker-table th,
.tracker-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.tracker-table th {
  color: var(--positive);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tracker-table td {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.tracker-table tr:last-child td {
  border-bottom: 0;
}

.tracker-table tr:hover td {
  background: rgba(30, 93, 54, 0.06);
}

.tracker-table strong {
  display: block;
  color: var(--text);
}

.tracker-table-section .read-link {
  margin-top: 18px;
}

.tracker-method {
  border-block: 1px solid var(--line);
}

.tracker-sources ul {
  display: grid;
  gap: 12px;
  max-width: 980px;
  padding-left: 18px;
}

.tracker-sources a,
.tracker-sources strong {
  color: var(--text);
  font-weight: 900;
}

.tracker-sources span {
  display: block;
}

.tracker-app-cta {
  max-width: min(calc(100% - 40px), var(--content-max));
  margin: 0 auto clamp(48px, 7vw, 88px);
}

.subscribe-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 5vw, 48px);
  background:
    linear-gradient(180deg, rgba(24, 54, 38, 0.94), rgba(15, 42, 28, 0.96)),
    var(--infield-texture);
  background-size: auto, 220px 220px, 300px 300px;
  color: var(--bg-strong);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.14), 0 28px 76px rgba(24, 54, 38, 0.28), 0 82px 140px rgba(7, 22, 38, 0.16);
  backdrop-filter: blur(18px) saturate(1.08);
}

.subscribe-panel h2 {
  max-width: 720px;
  margin-bottom: 12px;
  font-size: clamp(1rem, 2.25vw, 2rem);
  line-height: 1.1;
}

.subscribe-panel p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(248, 251, 255, 0.82);
  line-height: 1.7;
}

.subscribe-form {
  display: grid;
  gap: 10px;
}

.subscribe-form label {
  color: rgba(248, 251, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.subscribe-form div {
  display: flex;
  gap: 10px;
}

.subscribe-form input {
  min-width: 0;
  flex: 1 1 auto;
  min-height: 50px;
  border: 1px solid rgba(248, 251, 255, 0.3);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--bg-strong);
  outline: none;
}

.subscribe-form input::placeholder {
  color: rgba(248, 251, 255, 0.52);
}

.subscribe-form button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(33, 98, 70, 0.86);
  color: var(--bg-strong);
  font-weight: 900;
}

.subscribe-form > p {
  margin: 0;
  color: rgba(248, 251, 255, 0.7) !important;
  font-size: 0.88rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background:
    var(--paper-texture),
    rgba(255, 250, 240, 0.78);
  background-size: 160px 160px, auto;
  color: var(--muted);
  font-size: 0.88rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.site-footer a {
  color: var(--text);
}

.workbook-main {
  min-height: calc(100svh - 76px);
  padding: clamp(42px, 7vw, 84px) clamp(20px, 5vw, 72px);
}

.workbook-hero,
.workbook-details {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}

.workbook-hero {
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.workbook-hero.compact {
  align-items: center;
  min-height: 56svh;
}

.workbook-hero h1 {
  margin-bottom: 14px;
}

.workbook-hero p:not(.eyebrow),
.workbook-details p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.7;
}

.workbook-hero-panel {
  display: grid;
  align-content: end;
  min-height: 240px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(31, 93, 54, 0.2);
  border-radius: var(--radius-md);
  background:
    var(--paper-texture),
    linear-gradient(145deg, rgba(255, 250, 240, 0.86), rgba(237, 244, 229, 0.76)),
    radial-gradient(circle at 85% 16%, rgba(30, 93, 54, 0.16), transparent 34%);
  background-size: 150px 150px, auto, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
  backdrop-filter: blur(16px) saturate(1.08);
}

.workbook-hero-panel span {
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.workbook-hero-panel strong {
  margin: 8px 0;
  color: var(--title-green);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.workbook-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.workbook-plan {
  display: grid;
  gap: 22px;
  align-content: space-between;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(31, 93, 54, 0.22);
  border-radius: var(--radius-md);
  background:
    var(--paper-texture),
    rgba(255, 250, 240, 0.88);
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
  backdrop-filter: blur(18px) saturate(1.06);
}

.workbook-plan.featured {
  border-color: rgba(30, 93, 54, 0.46);
  background:
    var(--paper-texture),
    linear-gradient(145deg, rgba(255, 250, 240, 0.92), rgba(225, 240, 216, 0.88)),
    radial-gradient(circle at 92% 10%, rgba(31, 93, 54, 0.18), transparent 30%);
  background-size: 150px 150px, auto, auto;
  box-shadow: var(--shadow-raised), var(--inset-highlight);
}

.workbook-plan h2 {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.workbook-price {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-dark);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1;
}

.workbook-plan p,
.workbook-plan li {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.6;
}

.workbook-plan ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.workbook-plan button {
  width: 100%;
  cursor: pointer;
}

.workbook-plan button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.workbook-status {
  max-width: 1180px;
  margin: 18px auto clamp(30px, 5vw, 54px);
  color: var(--muted);
  font-weight: 800;
}

.workbook-status[data-state="error"],
[data-claim-status][data-state="error"] {
  color: #9f2f1f;
}

.workbook-reviews {
  max-width: 1180px;
  margin: 0 auto clamp(28px, 5vw, 54px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(31, 93, 54, 0.22);
  border-radius: var(--radius-md);
  background:
    var(--paper-texture),
    linear-gradient(145deg, rgba(255, 250, 240, 0.92), rgba(237, 244, 229, 0.82));
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
  backdrop-filter: blur(18px) saturate(1.06);
}

.workbook-reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.workbook-reviews-heading h2 {
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
}

.workbook-reviews-heading p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.6;
}

.review-controls {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.review-controls button,
.review-dots button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--button-radius);
  background: rgba(255, 250, 240, 0.78);
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.review-controls button {
  padding: 0 14px;
}

.review-carousel-window {
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform 420ms ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 100%;
  min-height: 260px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(31, 93, 54, 0.2);
  border-radius: var(--radius-md);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(246, 239, 225, 0.86));
  background-size: 150px 150px, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.review-rating {
  color: var(--positive);
  font-size: 1rem;
  letter-spacing: 0;
}

.review-card blockquote {
  max-width: 860px;
  margin: 0;
  color: var(--title-green);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.4vw, 2.35rem);
  font-weight: 900;
  line-height: 1.12;
}

.review-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  color: var(--muted);
  font-weight: 800;
}

.review-card footer strong {
  color: var(--text);
}

.review-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.review-dots button {
  width: 12px;
  min-height: 12px;
  padding: 0;
  border-radius: 999px;
  color: transparent;
  box-shadow: none;
}

.review-dots button[aria-current="true"] {
  width: 30px;
  background: var(--primary);
}

.workbook-details {
  align-items: start;
  padding-top: clamp(20px, 4vw, 44px);
  border-top: 1px solid rgba(31, 93, 54, 0.18);
}

[data-download-slot] .button {
  width: 100%;
  margin-bottom: 12px;
}

.article-header {
  position: sticky;
}

.article-main {
  min-height: calc(100svh - 76px);
  padding: clamp(46px, 8vw, 92px) clamp(20px, 5vw, 72px);
}

.article-shell {
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 46px);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(246, 239, 225, 0.78));
  background-size: 170px 170px, auto;
  box-shadow: var(--shadow-deep), var(--inset-highlight);
  backdrop-filter: blur(18px) saturate(1.08);
}

.article-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.article-shell h1 {
  max-width: 900px;
  font-size: clamp(1.2rem, 3vw, 2.9rem);
}

.article-deck {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.7;
}

.share-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 22px 0 28px;
}

.share-bar span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.share-bar a,
.share-bar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 13px;
  background:
    var(--paper-texture),
    rgba(255, 250, 240, 0.82);
  background-size: 120px 120px, auto;
  color: var(--text);
  font-weight: 800;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.58), 0 8px 16px rgba(24, 54, 38, 0.08);
  backdrop-filter: blur(10px);
}

.share-bar a:hover,
.share-bar a:focus-visible,
.share-bar button:hover,
.share-bar button:focus-visible {
  border-color: var(--primary);
  background: var(--primary-soft);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.58), 0 12px 22px rgba(24, 54, 38, 0.12);
}

.affiliate-note {
  margin: 14px 0 24px;
  max-width: 820px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.affiliate-note strong {
  color: var(--text);
}

.tracker-affiliate-note {
  margin: 18px clamp(20px, 5vw, 72px) 0;
}

.affiliate-player-link {
  color: var(--primary-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(31, 93, 54, 0.42);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.affiliate-player-link:hover,
.affiliate-player-link:focus-visible {
  color: var(--blue);
  text-decoration-color: currentColor;
}

.article-toc {
  display: grid;
  gap: 14px;
  margin: 28px 0;
  padding: 20px;
  box-shadow: var(--shadow-soft), var(--inset-highlight);
}

.article-toc strong {
  color: var(--positive);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.article-toc div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-toc a {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  background: rgba(255, 250, 240, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.article-toc a:hover,
.article-toc a:focus-visible {
  border-color: var(--primary);
  color: var(--text);
}

.article-body {
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.article-body section {
  margin: 0 -14px;
  border-bottom: 1px solid rgba(24, 54, 38, 0.16);
  border-radius: var(--radius-sm);
  padding: 30px 14px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.34), rgba(255, 250, 240, 0.06)),
    var(--paper-texture);
  background-size: auto, 140px 140px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.article-body h2 {
  max-width: 820px;
  margin-bottom: 12px;
  padding-left: 14px;
  border-left: 4px solid rgba(30, 93, 54, 0.5);
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
}

.article-body p,
.article-body li,
.article-sources li {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.takeaways {
  margin: 30px 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(246, 239, 225, 0.8));
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
  backdrop-filter: blur(16px) saturate(1.08);
}

.takeaways h2 {
  margin-bottom: 12px;
}

.article-sources {
  margin: 30px 0;
  padding: 22px;
}

.article-sources h2 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.article-sources ul {
  display: grid;
  gap: 12px;
  padding-left: 18px;
}

.article-sources a,
.article-sources strong {
  display: inline-block;
  margin-right: 8px;
  color: var(--text);
  font-weight: 900;
}

.article-sources span {
  display: block;
}

.rankings {
  display: grid;
  gap: 28px;
  margin: 34px 0;
}

.ranking-block {
  min-width: 0;
}

.ranking-block h2 {
  margin-bottom: 10px;
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
}

.ranking-block > p {
  max-width: 790px;
  color: var(--muted);
  line-height: 1.7;
}

.ranking-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    var(--paper-texture),
    var(--surface);
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
  backdrop-filter: blur(16px) saturate(1.08);
}

.ranking-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  table-layout: fixed;
}

.ranking-table th,
.ranking-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.ranking-table tr:last-child td {
  border-bottom: 0;
}

.ranking-table th {
  color: var(--positive);
  font-size: 0.74rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ranking-table td {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.rank-cell {
  width: 72px;
  color: var(--text) !important;
  font-weight: 900;
}

.player-cell {
  width: 260px;
}

.player-cell strong,
.player-cell span {
  display: block;
}

.player-cell strong {
  color: var(--text);
  font-size: 1rem;
}

.player-cell span {
  margin-top: 5px;
  color: var(--faint);
}

.author-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 36px 0;
  padding: 22px;
}

.author-avatar {
  width: 78px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background:
    rgba(255, 255, 255, 0.16)
    var(--hero-image) center / cover no-repeat;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 12px 28px rgba(24, 54, 38, 0.14);
  backdrop-filter: blur(14px) saturate(1.08);
}

.author-card h2 {
  margin-bottom: 8px;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
}

.author-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.related-posts {
  margin-top: 44px;
}

.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-app-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 34px 0;
  overflow: hidden;
  border: 1px solid rgba(248, 250, 241, 0.18);
  border-radius: var(--radius-md);
  padding: clamp(20px, 4vw, 30px);
  box-shadow: 0 22px 64px rgba(3, 8, 9, 0.22);
}

.article-workbook-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  margin: 34px 0;
  padding: clamp(20px, 4vw, 30px);
}

.article-workbook-cta h2 {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.12;
}

.article-app-cta h2 {
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  line-height: 1.12;
}

.article-app-cta p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
}

.app-main {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.56), rgba(255, 250, 240, 0.82)),
    var(--field-image);
  background-size: cover;
}

.app-landing-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.7fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px) clamp(42px, 7vw, 78px);
}

.app-landing-copy {
  max-width: 880px;
}

.app-landing-copy h1 {
  font-size: clamp(1.5rem, 4vw, 3.6rem);
  line-height: 1.02;
}

.app-landing-copy p:not(.eyebrow) {
  max-width: 660px;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
}

.app-preview-large {
  align-self: center;
}

.app-detail-section {
  background: rgba(255, 250, 240, 0.72);
}

.app-feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
  color: var(--text);
}

.app-feature-list article {
  min-width: 0;
  border-top: 2px solid rgba(30, 93, 54, 0.24);
  padding-top: 18px;
}

.app-feature-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--primary);
}

.app-feature-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.app-feature-list p {
  color: var(--muted);
}

.app-subscribe-section {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.78), rgba(255, 250, 240, 0.46));
}

.app-subscribe-panel {
  border-color: rgba(248, 250, 241, 0.18);
  background:
    linear-gradient(135deg, rgba(101, 195, 255, 0.12), transparent 34%),
    linear-gradient(150deg, var(--app-bg), #101918);
}

.about-main {
  padding: clamp(46px, 8vw, 92px) clamp(20px, 5vw, 72px);
}

.about-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.42fr);
  gap: clamp(26px, 5vw, 60px);
  max-width: var(--content-max);
  margin: 0 auto;
}

.about-copy h1 {
  font-size: clamp(1.4rem, 3.5vw, 3.2rem);
}

.about-copy {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 46px);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.08);
}

.about-copy p,
.about-copy li {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.about-copy section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.about-sidebar {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 16px;
}

.about-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(1.08);
}

.about-panel strong,
.about-panel a {
  display: block;
}

.about-panel a {
  margin-top: 10px;
  color: var(--primary);
  font-weight: 900;
}

body.article-page {
  --research-bg: #07111f;
  --research-bg-2: #0b1726;
  --research-panel: rgba(15, 23, 42, 0.92);
  --research-panel-soft: rgba(21, 32, 50, 0.82);
  --research-card: rgba(248, 250, 252, 0.96);
  --research-text: #eef4fb;
  --research-muted: #a9b7c7;
  --research-charcoal: #111827;
  --research-line: rgba(226, 232, 240, 0.14);
  --research-accent: #4ade80;
  --research-accent-2: #38bdf8;
  --research-warn: #f59e0b;
  --research-risk: #fb7185;
  --text: var(--research-text);
  --muted: var(--research-muted);
  --title-green: var(--research-text);
  --line: var(--research-line);
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.82), rgba(7, 17, 31, 0.92) 42%, rgba(6, 16, 27, 0.98)),
    linear-gradient(135deg, transparent 48.85%, rgba(255, 255, 255, 0.72) 49.14% 49.48%, transparent 49.78%),
    linear-gradient(45deg, transparent 50.52%, rgba(255, 255, 255, 0.64) 50.84% 51.18%, transparent 51.5%),
    linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.22) 49.96% 50.04%, transparent 50.2%),
    radial-gradient(ellipse at 50% 108%, rgba(154, 91, 45, 0.9) 0 17%, rgba(118, 71, 38, 0.76) 30%, transparent 56%),
    radial-gradient(ellipse at 50% 60%, rgba(27, 119, 58, 0.7), rgba(18, 78, 42, 0.62) 46%, transparent 76%),
    var(--field-photo);
  background-attachment: fixed;
  background-position: center, center bottom, center bottom, center bottom, center bottom, center, center;
  background-size: cover, min(1280px, 144vw) min(900px, 112vw), min(1280px, 144vw) min(900px, 112vw), min(920px, 110vw) min(680px, 100vw), min(1220px, 138vw) min(560px, 82vw), cover, cover;
  color: var(--research-text);
}

body.article-page::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(226, 232, 240, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(226, 232, 240, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 28%);
  background-size: 44px 44px, 44px 44px, auto;
  opacity: 0.54;
  mix-blend-mode: normal;
}

body.article-page::after {
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0), rgba(7, 17, 31, 0.72)),
    linear-gradient(135deg, transparent 48.92%, rgba(255, 255, 255, 0.32) 49.2% 49.42%, transparent 49.72%),
    linear-gradient(45deg, transparent 50.58%, rgba(255, 255, 255, 0.28) 50.88% 51.1%, transparent 51.4%),
    repeating-linear-gradient(112deg, transparent 0 42px, rgba(74, 222, 128, 0.04) 43px 44px);
  background-size: cover, min(1280px, 144vw) min(900px, 112vw), min(1280px, 144vw) min(900px, 112vw), 240px 240px;
  background-position: center, center bottom, center bottom, center;
  opacity: 0.42;
  mix-blend-mode: normal;
}

.article-page .site-header {
  border-bottom-color: rgba(226, 232, 240, 0.1);
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.9), rgba(7, 17, 31, 0.72));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), inset 0 -1px 0 rgba(226, 232, 240, 0.08);
}

.article-page .site-header::after {
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.25), rgba(74, 222, 128, 0.82), rgba(56, 189, 248, 0.24));
  box-shadow: 0 0 24px rgba(74, 222, 128, 0.24);
}

.article-page .brand-lockup strong,
.article-page .header-nav a,
.article-page .site-footer a {
  color: var(--research-text);
}

.article-page .brand-lockup small,
.article-page .site-footer,
.article-page .site-footer span {
  color: var(--research-muted);
}

.article-page .brand-mark,
.article-page .author-avatar {
  border-color: rgba(226, 232, 240, 0.2);
  background:
    rgba(248, 250, 252, 0.92)
    var(--hero-image) center / cover no-repeat;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26), 0 0 0 4px rgba(74, 222, 128, 0.08);
}

.article-page .header-nav a[href$="workbook-download.html"],
.article-page .header-nav a[href="/workbook-download.html"] {
  border-color: rgba(74, 222, 128, 0.28);
  background: rgba(74, 222, 128, 0.12);
  color: var(--research-accent);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.article-page .article-main {
  min-height: calc(100svh - 76px);
  padding: clamp(24px, 5vw, 72px) clamp(16px, 4vw, 44px) clamp(42px, 8vw, 96px);
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.18), rgba(7, 17, 31, 0.7) 32%, rgba(7, 17, 31, 0.88)),
    linear-gradient(135deg, transparent 48.9%, rgba(255, 255, 255, 0.2) 49.18% 49.42%, transparent 49.72%),
    linear-gradient(45deg, transparent 50.58%, rgba(255, 255, 255, 0.17) 50.88% 51.1%, transparent 51.4%),
    radial-gradient(ellipse at 50% 110%, rgba(154, 91, 45, 0.46) 0 18%, rgba(118, 71, 38, 0.32) 32%, transparent 58%),
    radial-gradient(circle at 50% 4%, rgba(74, 222, 128, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.86), rgba(6, 16, 27, 0.95));
  background-size: cover, min(1280px, 144vw) min(900px, 112vw), min(1280px, 144vw) min(900px, 112vw), min(1220px, 138vw) min(560px, 82vw), auto, auto;
  background-position: center, center bottom, center bottom, center bottom, center, center;
}

.article-page .article-shell {
  max-width: 1120px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: var(--research-text);
  backdrop-filter: none;
}

.article-page .article-shell > :not(.article-wide):not(.article-hero) {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.article-page .article-wide {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.article-page .article-hero {
  position: relative;
  max-width: 1080px;
  margin: 0 auto clamp(24px, 4vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 28px;
  padding: clamp(28px, 6vw, 72px);
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.86) 58%, rgba(9, 34, 31, 0.9)),
    radial-gradient(circle at 86% 14%, rgba(74, 222, 128, 0.22), transparent 30%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 34px 90px rgba(0, 0, 0, 0.36);
}

.article-page .article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 58%, rgba(74, 222, 128, 0.12) 58.2% 58.6%, transparent 58.8%),
    repeating-linear-gradient(110deg, transparent 0 34px, rgba(226, 232, 240, 0.045) 35px 36px);
  opacity: 0.88;
}

.article-page .article-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.article-page h1,
.article-page h2,
.article-page h3 {
  color: var(--research-text);
  text-shadow: none;
}

.article-page .article-shell h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.25rem, 6vw, 5.1rem);
  line-height: 0.96;
}

.article-page .article-deck {
  max-width: 720px;
  color: #dbe6f2;
  font-size: clamp(1.13rem, 2.1vw, 1.45rem);
  font-weight: 750;
  line-height: 1.58;
}

.article-page .article-kicker,
.article-page .article-byline,
.article-page .research-label-row,
.article-page .player-profile-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-page .article-kicker {
  margin-bottom: 18px;
}

.article-page .article-byline {
  margin: 30px 0 0;
  padding: 0;
}

.article-page .article-byline div {
  min-width: min(100%, 160px);
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.055);
}

.article-page .article-byline dt {
  margin-bottom: 4px;
  color: var(--research-muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-page .article-byline dd {
  margin: 0;
  color: #fff;
  font-weight: 900;
}

.article-page .tag,
.article-page .sample-badge {
  border: 1px solid rgba(226, 232, 240, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: #dbe6f2;
}

.article-page .sample-badge,
.article-page .article-kicker .tag:first-child {
  border-color: rgba(74, 222, 128, 0.34);
  background: rgba(74, 222, 128, 0.12);
  color: var(--research-accent);
}

.article-page .share-bar,
.article-page .affiliate-note {
  margin-top: 18px;
  margin-bottom: 18px;
}

.article-page .share-bar a,
.article-page .share-bar button,
.article-page .article-toc a {
  border-color: rgba(226, 232, 240, 0.12);
  background: rgba(15, 23, 42, 0.76);
  color: #f8fafc;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.article-page .share-bar a:hover,
.article-page .share-bar button:hover,
.article-page .article-toc a:hover {
  border-color: rgba(74, 222, 128, 0.38);
  background: rgba(74, 222, 128, 0.12);
}

.article-page .affiliate-note {
  color: var(--research-muted);
}

.article-page .affiliate-note strong,
.article-page .affiliate-player-link {
  color: var(--research-accent);
}

.article-page .takeaways,
.article-page .article-toc,
.article-page .author-card,
.article-page .article-sources,
.article-page .fantasy-disclaimer {
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.74);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(1.08);
}

.article-page .takeaways {
  margin-top: clamp(24px, 4vw, 42px);
  margin-bottom: clamp(20px, 4vw, 38px);
  padding: clamp(22px, 4vw, 32px);
}

.article-page .takeaways h2 {
  margin-bottom: 14px;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.article-page .takeaways li,
.article-page .article-body p,
.article-page .article-body li,
.article-page .article-sources li {
  color: #d6e0ec;
  font-size: 1.08rem;
  line-height: 1.85;
}

.article-page .article-toc {
  padding: 18px;
}

.article-page .article-toc strong {
  color: var(--research-accent);
}

.article-page .player-profiles {
  margin-top: clamp(34px, 6vw, 62px);
  margin-bottom: clamp(30px, 5vw, 54px);
}

.article-page .player-profiles > div:first-child {
  max-width: 720px;
  margin: 0 auto 18px;
}

.article-page .player-profiles h2,
.article-page .related-posts h2 {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.article-page .player-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.article-page .player-profile-card {
  display: grid;
  gap: 14px;
  min-height: 260px;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 22px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(226, 232, 240, 0.94));
  color: #111827;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.article-page .player-profile-card h3 {
  margin: 0;
  color: #07111f;
  font-size: 1.38rem;
  line-height: 1.12;
}

.article-page .player-profile-card p {
  margin: 0;
  color: #334155;
  line-height: 1.62;
}

.article-page .player-profile-top {
  justify-content: space-between;
  align-items: center;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 900;
}

.trade-badge,
.research-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.trade-badge.buy {
  background: rgba(34, 197, 94, 0.16);
  color: #166534;
}

.trade-badge.hold {
  background: rgba(14, 165, 233, 0.14);
  color: #075985;
}

.trade-badge.sell {
  background: rgba(244, 63, 94, 0.14);
  color: #9f1239;
}

.research-label {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(15, 23, 42, 0.07);
  color: #334155;
}

.research-label.dynasty-target {
  background: rgba(79, 70, 229, 0.12);
  color: #3730a3;
}

.research-label.stash-now {
  background: rgba(34, 197, 94, 0.13);
  color: #166534;
}

.research-label.high-risk {
  background: rgba(244, 63, 94, 0.13);
  color: #9f1239;
}

.research-label.power-upside {
  background: rgba(245, 158, 11, 0.16);
  color: #92400e;
}

.research-label.speed-target {
  background: rgba(14, 165, 233, 0.14);
  color: #075985;
}

.article-page .rankings {
  margin-top: clamp(34px, 6vw, 62px);
  margin-bottom: clamp(30px, 5vw, 54px);
}

.article-page .ranking-block {
  margin-bottom: 34px;
}

.article-page .ranking-block > h2,
.article-page .ranking-block > p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.article-page .ranking-block > h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.article-page .ranking-block > p {
  color: var(--research-muted);
}

.article-page .ranking-table-wrap {
  border-color: rgba(226, 232, 240, 0.12);
  background: rgba(15, 23, 42, 0.86);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.3);
}

.article-page .ranking-table {
  min-width: 1080px;
}

.article-page .ranking-table th {
  background: rgba(2, 6, 23, 0.88);
  color: var(--research-accent);
  position: sticky;
  top: 0;
}

.article-page .ranking-table td {
  border-bottom-color: rgba(226, 232, 240, 0.1);
  color: #d7e0ec;
}

.article-page .ranking-table strong,
.article-page .player-cell strong {
  color: #fff;
}

.article-page .player-cell span,
.article-page .tracker-table td span {
  color: var(--research-muted);
}

.article-page .fantasy-read-cell {
  min-width: 190px;
}

.article-page .fantasy-read-cell .research-label-row {
  margin-top: 8px;
}

.article-page .ranking-table .research-label {
  border-color: rgba(226, 232, 240, 0.1);
  background: rgba(255, 255, 255, 0.08);
  color: #dbeafe;
}

.article-page .ranking-table .trade-badge.buy {
  background: rgba(74, 222, 128, 0.14);
  color: #86efac;
}

.article-page .ranking-table .trade-badge.hold {
  background: rgba(56, 189, 248, 0.14);
  color: #7dd3fc;
}

.article-page .ranking-table .trade-badge.sell {
  background: rgba(251, 113, 133, 0.16);
  color: #fda4af;
}

.article-page .article-body {
  border-top: 0;
}

.article-page .article-body section {
  margin: 0 0 clamp(28px, 5vw, 48px);
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.article-page .article-body h2 {
  max-width: 720px;
  border-left-color: var(--research-accent);
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.article-page .article-mid-cta,
.article-page .article-bottom-cta {
  border: 1px solid rgba(74, 222, 128, 0.18);
  border-radius: 26px;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(74, 222, 128, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.88));
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.article-page .article-body .article-mid-cta {
  width: min(980px, calc(100vw - 40px));
  margin: clamp(34px, 6vw, 58px) 0 clamp(36px, 6vw, 62px) 50%;
  transform: translateX(-50%);
}

.article-page .article-mid-cta,
.article-page .article-bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.article-page .article-mid-cta h2,
.article-page .article-bottom-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
}

.article-page .article-mid-cta p:not(.eyebrow),
.article-page .article-bottom-cta p:not(.eyebrow) {
  max-width: 690px;
  margin: 0;
  color: #cbd5e1;
  line-height: 1.65;
}

.article-page .button.primary {
  border-color: rgba(74, 222, 128, 0.4);
  background: linear-gradient(135deg, #4ade80, #22c55e);
  color: #052e16;
  box-shadow: 0 18px 36px rgba(34, 197, 94, 0.18);
}

.article-page .button.secondary,
.article-page .article-cta-form button {
  border: 1px solid rgba(226, 232, 240, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.article-page .article-sources,
.article-page .author-card {
  margin-top: 34px;
  padding: 22px;
}

.article-page .article-sources h2,
.article-page .author-card h2 {
  color: #fff;
}

.article-page .article-sources a,
.article-page .article-sources strong {
  color: var(--research-accent);
}

.article-page .author-card {
  grid-template-columns: 72px minmax(0, 1fr);
}

.article-page .related-posts {
  margin-top: clamp(40px, 7vw, 72px);
}

.article-page .related-posts .section-heading {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.article-page .related-grid .post-card {
  border-color: rgba(226, 232, 240, 0.12);
  background: rgba(15, 23, 42, 0.76);
  color: var(--research-text);
}

.article-page .related-grid .post-card h3 {
  color: #fff;
}

.article-page .related-grid .post-card p,
.article-page .post-meta {
  color: var(--research-muted);
}

.article-page .article-bottom-cta {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr) auto;
  margin-top: clamp(38px, 7vw, 76px);
}

.article-page .article-cta-form {
  display: grid;
  gap: 10px;
}

.article-page .article-cta-form label {
  color: var(--research-muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-page .article-cta-form div {
  display: flex;
  gap: 10px;
}

.article-page .article-cta-form input {
  min-width: 0;
  flex: 1 1 auto;
  min-height: 48px;
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 999px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
}

.article-page .article-cta-form input::placeholder {
  color: rgba(226, 232, 240, 0.45);
}

.article-page .article-cta-form button {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 16px;
  font-weight: 900;
}

.article-page .article-cta-form > p {
  margin: 0;
  color: var(--research-muted);
  font-size: 0.88rem;
}

.article-page .fantasy-disclaimer {
  margin-top: 34px;
  padding: 20px;
}

.article-page .fantasy-disclaimer strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.article-page .fantasy-disclaimer p {
  margin: 0;
  color: var(--research-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.article-page .site-footer {
  border-top-color: rgba(226, 232, 240, 0.1);
  background: rgba(7, 17, 31, 0.94);
}

/* Keep article pages in the same light baseball-field visual system as the homepage. */
body.article-page {
  --research-text: #16241b;
  --research-muted: #2f3d34;
  --research-charcoal: #16241b;
  --research-line: rgba(24, 54, 38, 0.24);
  --research-accent: #1e5d36;
  --research-accent-2: #b83a26;
  --text: #16241b;
  --muted: #2f3d34;
  --title-green: #0b2f1d;
  --line: rgba(24, 54, 38, 0.24);
  background: var(--page-bg);
  background-attachment: fixed;
  background-position: var(--page-bg-position);
  background-size: var(--page-bg-size);
  color: var(--text);
}

body.article-page::before {
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.12), rgba(255, 250, 240, 0.18) 34%, rgba(255, 250, 240, 0.34) 100%),
    radial-gradient(circle at 92% 20%, transparent 0 62px, rgba(184, 58, 38, 0.13) 63px 66px, transparent 67px),
    radial-gradient(circle at 93% 20%, transparent 0 88px, rgba(184, 58, 38, 0.08) 89px 92px, transparent 93px),
    linear-gradient(118deg, transparent 0 62%, rgba(255, 255, 255, 0.42) 62.2% 63%, transparent 63.2%);
  background-size: 180px 180px, auto, auto, auto, auto;
  opacity: 0.44;
  mix-blend-mode: normal;
}

body.article-page::after {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.18), rgba(131, 75, 31, 0.08)),
    linear-gradient(135deg, transparent 48.9%, rgba(255, 255, 255, 0.62) 49.16% 49.48%, transparent 49.76%),
    linear-gradient(45deg, transparent 50.52%, rgba(255, 255, 255, 0.54) 50.82% 51.14%, transparent 51.44%),
    radial-gradient(ellipse at 50% 108%, rgba(154, 91, 45, 0.72) 0 18%, rgba(154, 91, 45, 0.34) 32%, transparent 58%),
    radial-gradient(ellipse at 50% 62%, rgba(26, 110, 54, 0.32), transparent 62%),
    var(--infield-texture);
  background-size: auto, min(1180px, 132vw) min(820px, 96vw), min(1180px, 132vw) min(820px, 96vw), min(1120px, 120vw) min(520px, 74vw), cover, 240px 240px, 320px 320px;
  background-position: center, center bottom, center bottom, center bottom, center, center, center;
  opacity: 0.28;
  mix-blend-mode: multiply;
}

.article-page .site-header {
  border-bottom-color: rgba(24, 54, 38, 0.18);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(255, 250, 240, 0.68));
  background-size: 160px 160px, auto;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 46px rgba(24, 54, 38, 0.18), 0 32px 90px rgba(7, 22, 38, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.55);
}

.article-page .site-header::after {
  background:
    linear-gradient(90deg, rgba(98, 58, 28, 0.18), rgba(206, 148, 81, 0.55), rgba(92, 50, 23, 0.18)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.28) 18px 20px);
  box-shadow: 0 3px 16px rgba(98, 58, 28, 0.16);
}

.article-page .brand-lockup strong,
.article-page .header-nav a,
.article-page .site-footer a {
  color: var(--text);
}

.article-page .brand-lockup small,
.article-page .site-footer,
.article-page .site-footer span {
  color: var(--muted);
}

.article-page .brand-mark,
.article-page .author-avatar {
  border-color: rgba(24, 54, 38, 0.2);
  background:
    rgba(255, 250, 240, 0.86)
    var(--hero-image) center / cover no-repeat;
  box-shadow: 0 12px 36px rgba(24, 54, 38, 0.16), 0 0 0 4px rgba(255, 250, 240, 0.5);
}

.article-page .header-nav a[href$="workbook-download.html"],
.article-page .header-nav a[href="/workbook-download.html"] {
  border-color: var(--line);
  background: rgba(255, 250, 240, 0.78);
  color: var(--primary);
  box-shadow: var(--shadow-soft);
}

.article-page .article-main {
  background: transparent;
}

.article-page .article-shell {
  color: var(--text);
}

.article-page .article-hero,
.article-page .takeaways,
.article-page .article-toc,
.article-page .author-card,
.article-page .article-sources,
.article-page .fantasy-disclaimer,
.article-page .article-mid-cta,
.article-page .article-bottom-cta,
.article-page .related-grid .post-card {
  border-color: var(--line);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(246, 239, 225, 0.78));
  background-size: 150px 150px, auto;
  box-shadow: var(--shadow-card), var(--inset-highlight);
  backdrop-filter: blur(14px) saturate(1.05);
}

.article-page .article-hero::before {
  background:
    linear-gradient(118deg, transparent 0 58%, rgba(30, 93, 54, 0.09) 58.2% 59%, transparent 59.2%),
    repeating-linear-gradient(110deg, transparent 0 34px, rgba(24, 54, 38, 0.045) 35px 36px);
  opacity: 0.42;
}

.article-page h1,
.article-page h2,
.article-page h3,
.article-page .article-shell h1,
.article-page .article-body h2,
.article-page .article-sources h2,
.article-page .author-card h2,
.article-page .related-grid .post-card h3,
.article-page .fantasy-disclaimer strong {
  color: var(--title-green);
}

.article-page .article-deck,
.article-page .takeaways li,
.article-page .article-body p,
.article-page .article-body li,
.article-page .article-sources li,
.article-page .article-sources span,
.article-page .author-card p:not(.eyebrow),
.article-page .related-grid .post-card p,
.article-page .post-meta,
.article-page .fantasy-disclaimer p,
.article-page .article-mid-cta p:not(.eyebrow),
.article-page .article-bottom-cta p:not(.eyebrow),
.article-page .affiliate-note,
.article-page .article-cta-form > p,
.article-page .article-cta-form label {
  color: var(--muted);
}

.article-page .article-byline div,
.article-page .share-bar a,
.article-page .share-bar button,
.article-page .article-toc a,
.article-page .button.secondary,
.article-page .article-cta-form button {
  border-color: var(--line);
  background: rgba(255, 250, 240, 0.78);
  color: var(--text);
  box-shadow: var(--shadow-soft);
}

.article-page .article-byline dt {
  color: var(--faint);
}

.article-page .article-byline dd,
.article-page .ranking-table strong,
.article-page .player-cell strong {
  color: var(--text);
}

.article-page .tag,
.article-page .sample-badge {
  border-color: var(--line);
  background: rgba(30, 93, 54, 0.1);
  color: var(--primary);
}

.article-page .sample-badge,
.article-page .article-kicker .tag:first-child,
.article-page .article-toc strong,
.article-page .affiliate-note strong,
.article-page .affiliate-player-link,
.article-page .article-sources a,
.article-page .article-sources strong {
  color: var(--primary);
}

.article-page .share-bar a:hover,
.article-page .share-bar button:hover,
.article-page .article-toc a:hover {
  border-color: var(--primary);
  background: var(--primary-soft);
}

.article-page .article-body h2 {
  border-left-color: var(--primary);
}

.article-page .ranking-table-wrap {
  border-color: var(--line);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(246, 239, 225, 0.78));
  box-shadow: var(--shadow-card), var(--inset-highlight);
}

.article-page .ranking-table th {
  background: rgba(24, 54, 38, 0.92);
  color: #fffaf0;
}

.article-page .ranking-table td {
  border-bottom-color: var(--line);
  color: var(--muted);
}

.article-page .ranking-table .research-label {
  border-color: rgba(24, 54, 38, 0.12);
  background: rgba(24, 54, 38, 0.07);
  color: var(--muted);
}

.article-page .button.primary {
  border-color: rgba(30, 93, 54, 0.24);
  background: rgba(30, 93, 54, 0.88);
  color: #fffaf0;
  box-shadow: 0 18px 36px rgba(30, 93, 54, 0.18);
}

.article-page .article-cta-form input {
  border-color: var(--line);
  background: rgba(255, 250, 240, 0.72);
  color: var(--text);
}

.article-page .article-cta-form input::placeholder {
  color: var(--faint);
}

.article-page .site-footer {
  border-top-color: rgba(24, 54, 38, 0.18);
  background:
    var(--paper-texture),
    linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(255, 250, 240, 0.72));
}

body[data-design="pulse"] .hero-shell {
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
}

body[data-design="pulse"] .featured-card {
  box-shadow: var(--shadow);
}

body[data-design="noir"] .site-header {
  min-height: 86px;
  border-bottom: 1px solid rgba(16, 36, 90, 0.28);
  background: transparent;
  backdrop-filter: none;
}

body[data-design="noir"] .brand-mark {
  border-radius: 0;
  background:
    rgba(255, 255, 255, 0.16)
    var(--hero-image) center / cover no-repeat;
  box-shadow: none;
}

body[data-design="noir"] .hero-shell {
  grid-template-columns: 1fr;
  align-items: center;
  min-height: calc(92svh - 86px);
  border-bottom: 2px solid var(--text);
}

body[data-design="noir"] .hero-shell::after {
  opacity: 0.45;
  mask-image: none;
}

body[data-design="noir"] .hero-inner {
  max-width: 980px;
}

body[data-design="noir"] h1 {
  max-width: 980px;
  font-size: clamp(1.6rem, 5vw, 4.6rem);
  line-height: 1.02;
}

body[data-design="noir"] .hero-copy {
  max-width: 740px;
  color: var(--text);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

body[data-design="noir"] .signal-board {
  display: grid;
  grid-template-columns: minmax(130px, 0.3fr) minmax(220px, 0.4fr) minmax(220px, 0.3fr);
  gap: 18px;
  max-width: 980px;
  padding: 18px 0;
  border-width: 2px 0;
  border-color: var(--text);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-design="noir"] .meter {
  grid-column: 1 / -1;
  background: rgba(17, 18, 22, 0.18);
}

body[data-design="noir"] .section {
  border-bottom: 2px solid var(--line);
}

body[data-design="noir"] .featured-card {
  grid-template-columns: 1fr;
  min-height: auto;
  border-width: 2px 0;
  border-radius: 0;
  background: transparent;
}

body[data-design="noir"] .featured-meta {
  background: var(--text);
  color: var(--bg-strong);
}

body[data-design="noir"] .featured-meta p,
body[data-design="noir"] .featured-meta .tag {
  color: #f7efdf;
}

body[data-design="noir"] .post-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-design="noir"] .post-card,
body[data-design="noir"] .queue-item,
body[data-design="noir"] .growth-steps article,
body[data-design="noir"] .command-panel {
  border-width: 2px 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-design="terminal"] .site-header {
  min-height: 64px;
  background: transparent;
}

body[data-design="terminal"] .brand-mark {
  border-radius: 0;
  background:
    rgba(255, 255, 255, 0.12)
    var(--hero-image) center / cover no-repeat;
  box-shadow: 0 0 0 1px var(--primary);
}

body[data-design="terminal"] .hero-shell {
  min-height: calc(88svh - 64px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

body[data-design="terminal"] .hero-shell::after {
  opacity: 0.55;
  mask-image: none;
}

body[data-design="terminal"] h1 {
  max-width: 980px;
  font-size: clamp(1.3rem, 3.5vw, 3.3rem);
  line-height: 0.98;
  text-transform: uppercase;
}

body[data-design="terminal"] .hero-copy,
body[data-design="terminal"] .section-heading p:not(.eyebrow),
body[data-design="terminal"] .featured-copy p,
body[data-design="terminal"] .post-card p {
  font-size: 0.98rem;
}

body[data-design="terminal"] .signal-board {
  border-color: var(--primary);
  background: rgba(5, 31, 85, 0.92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 0 36px rgba(0, 87, 184, 0.14);
}

body[data-design="terminal"] .featured-card {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
}

body[data-design="terminal"] .featured-meta {
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.28);
}

body[data-design="terminal"] .post-grid {
  grid-template-columns: 1fr;
}

body[data-design="terminal"] .post-card {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(120px, 0.2fr) minmax(0, 1fr) minmax(180px, 0.28fr);
  gap: 18px;
  border-left: 3px solid var(--primary);
}

body[data-design="terminal"] .post-card .post-meta {
  display: block;
}

body[data-design="terminal"] .tag,
body[data-design="terminal"] .sample-badge {
  border: 1px solid var(--line);
  border-radius: 0;
}

body[data-design="atlas"] .site-header {
  background: transparent;
}

body[data-design="atlas"] .brand-mark {
  border-radius: 35% 65% 40% 60%;
  background:
    rgba(255, 255, 255, 0.16)
    var(--hero-image) center / cover no-repeat;
  box-shadow: 0 12px 36px rgba(0, 87, 184, 0.22);
}

body[data-design="atlas"] .hero-shell {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.48fr);
  align-items: center;
  min-height: calc(90svh - 76px);
  background-position: center;
}

body[data-design="atlas"] .hero-shell::after {
  opacity: 0.6;
  mask-image: linear-gradient(90deg, #000 0 60%, transparent 92%);
}

body[data-design="atlas"] h1 {
  max-width: 840px;
  font-size: clamp(1.5rem, 3.6vw, 3.5rem);
  line-height: 1.02;
}

body[data-design="atlas"] .hero-copy {
  max-width: 670px;
  color: #314b51;
}

body[data-design="atlas"] .featured-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

body[data-design="atlas"] .featured-meta {
  background: var(--surface-strong);
}

body[data-design="atlas"] .post-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-design="atlas"] .post-card:nth-child(3n + 1) {
  min-height: 360px;
}

/* Glass-card restoration over the baseball background */
body[data-design="glass"] {
  --glass-bg: rgba(255, 250, 240, 0.58);
  --glass-bg-strong: rgba(255, 250, 240, 0.72);
  --glass-bg-soft: rgba(255, 250, 240, 0.42);
  --glass-line: rgba(255, 255, 255, 0.6);
  --glass-shadow: 0 24px 70px rgba(7, 22, 38, 0.2);
  --main-bg-photo: url("assets/main-background-baseball-grass.jpeg?v=20260526-bg-visible");
  --page-bg:
    linear-gradient(90deg, rgba(255, 250, 240, 0.62), rgba(255, 250, 240, 0.2) 56%, rgba(255, 250, 240, 0.08)),
    linear-gradient(180deg, rgba(255, 250, 240, 0.08), rgba(255, 250, 240, 0.28)),
    var(--main-bg-photo),
    linear-gradient(135deg, #dfe8c9, #587842);
  --page-bg-size: cover, cover, cover, cover;
  --page-bg-position: center, center, center top, center;
  --hero-overlay:
    linear-gradient(90deg, rgba(255, 250, 240, 0.36), rgba(255, 250, 240, 0.16) 58%, rgba(255, 250, 240, 0.06));
  background: var(--page-bg);
  background-attachment: fixed;
  background-position: var(--page-bg-position);
  background-size: var(--page-bg-size);
}

body[data-design="glass"]::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.06), rgba(255, 250, 240, 0.14)),
    radial-gradient(ellipse at 50% 110%, rgba(154, 91, 45, 0.2), transparent 54%);
  opacity: 0.28;
}

body[data-design="glass"]::after {
  background:
    linear-gradient(135deg, transparent 48.9%, rgba(255, 255, 255, 0.45) 49.12% 49.44%, transparent 49.78%),
    linear-gradient(45deg, transparent 50.58%, rgba(255, 255, 255, 0.38) 50.86% 51.14%, transparent 51.42%);
  background-position: center bottom;
  background-size: min(1120px, 132vw) min(760px, 96vw);
  opacity: 0.22;
  mix-blend-mode: normal;
}

body[data-design="glass"] .site-header,
body[data-design="glass"] .hero-inner,
body[data-design="glass"] .tracker-entry,
body[data-design="glass"] .workbook-spotlight,
body[data-design="glass"] .latest-controls,
body[data-design="glass"] .featured-card,
body[data-design="glass"] .post-card,
body[data-design="glass"] .app-bridge,
body[data-design="glass"] .subscribe-panel,
body[data-design="glass"] .trust-grid article,
body[data-design="glass"] .search-box input,
body[data-design="glass"] .filter-chip {
  border: 1px solid var(--glass-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 250, 240, 0.12)),
    var(--glass-bg);
  box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
}

body[data-design="glass"] .site-header {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.74), rgba(255, 250, 240, 0.5));
}

body[data-design="glass"] .site-header::after {
  opacity: 0.22;
}

body[data-design="glass"] .hero-shell,
body[data-design="glass"] .hero-shell.glass-home {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: calc(82svh - 76px);
  padding: clamp(70px, 10vw, 130px) clamp(18px, 6vw, 72px);
  overflow: hidden;
  background:
    var(--hero-overlay),
    var(--main-bg-photo) center top / cover no-repeat !important;
  isolation: isolate;
}

body[data-design="glass"] .hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 18% 42%, rgba(255, 250, 240, 0.32), transparent 42%),
    linear-gradient(180deg, transparent 68%, rgba(255, 250, 240, 0.24));
  pointer-events: none;
}

body[data-design="glass"] .hero-shade,
body[data-design="glass"] .hero-art,
body[data-design="glass"] .signal-board,
body[data-design="glass"] .section-index,
body[data-design="glass"] .field-map,
body[data-design="glass"] .movement-section,
body[data-design="glass"] .hero-topline,
body[data-design="glass"] .heading-rule,
body[data-design="glass"] .post-card-number,
body[data-design="glass"] .tier-badge,
body[data-design="glass"] .card-signal,
body[data-design="glass"] .feature-scorecard,
body[data-design="glass"] .card-media {
  display: none !important;
}

body[data-design="glass"] .hero-inner {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0;
  padding: clamp(26px, 5vw, 54px);
  border-radius: 26px;
  clip-path: none !important;
}

body[data-design="glass"] .hero-inner::before,
body[data-design="glass"] .hero-inner::after,
body[data-design="glass"] .featured-card::before,
body[data-design="glass"] .post-card::before,
body[data-design="glass"] .post-card::after,
body[data-design="glass"] .workbook-spotlight::before,
body[data-design="glass"] .workbook-spotlight::after,
body[data-design="glass"] .app-bridge::before,
body[data-design="glass"] .subscribe-panel::before {
  display: none !important;
}

body[data-design="glass"] .hero-inner h1 {
  max-width: 720px;
  margin-top: 12px;
  color: #09291a;
  font-size: clamp(3rem, 7.2vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

body[data-design="glass"] .hero-copy {
  max-width: 660px;
  color: #1c3326;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

body[data-design="glass"] .hero-proof-strip {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 250, 240, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

body[data-design="glass"] .section {
  background: transparent !important;
}

body[data-design="glass"] .tracker-entry,
body[data-design="glass"] .workbook-spotlight,
body[data-design="glass"] .app-bridge,
body[data-design="glass"] .subscribe-panel {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  border-radius: 26px;
  clip-path: none !important;
}

body[data-design="glass"] .workbook-spotlight,
body[data-design="glass"] .app-bridge,
body[data-design="glass"] .subscribe-panel {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.7), rgba(255, 250, 240, 0.38)),
    var(--glass-bg-soft);
}

body[data-design="glass"] .latest-section {
  padding-top: clamp(52px, 8vw, 98px);
}

body[data-design="glass"] .magazine-heading,
body[data-design="glass"] .section-heading {
  max-width: 860px;
}

body[data-design="glass"] .magazine-heading h2,
body[data-design="glass"] .section-heading h2 {
  color: #09291a;
  letter-spacing: 0;
}

body[data-design="glass"] .latest-controls {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 22px;
}

body[data-design="glass"] .search-box {
  max-width: none;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body[data-design="glass"] .search-box input {
  min-height: 52px;
  background: rgba(255, 250, 240, 0.52);
}

body[data-design="glass"] .filter-chip {
  background: rgba(255, 250, 240, 0.46);
}

body[data-design="glass"] .filter-chip.active,
body[data-design="glass"] .filter-chip:hover,
body[data-design="glass"] .filter-chip:focus-visible {
  border-color: rgba(30, 93, 54, 0.54);
  background: rgba(30, 93, 54, 0.15);
}

body[data-design="glass"] .featured-card,
body[data-design="glass"] .post-card {
  clip-path: none !important;
}

body[data-design="glass"] .featured-card {
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  border-radius: 26px;
}

body[data-design="glass"] .featured-meta {
  border-left: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 250, 240, 0.34);
  color: var(--text);
}

body[data-design="glass"] .feature-ledger dt,
body[data-design="glass"] .feature-ledger dd,
body[data-design="glass"] .featured-meta .tag {
  color: var(--text);
}

body[data-design="glass"] .post-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)) !important;
  gap: clamp(18px, 2.6vw, 28px) !important;
}

body[data-design="glass"] .post-card {
  display: flex !important;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-radius: 22px;
  color: var(--text);
}

body[data-design="glass"] .post-card:hover,
body[data-design="glass"] .post-card:focus-visible,
body[data-design="glass"] .featured-card:hover,
body[data-design="glass"] .featured-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 30px 86px rgba(7, 22, 38, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

body[data-design="glass"] .post-card h3 {
  margin: 0;
  color: #09291a;
  font-size: clamp(1.24rem, 2.2vw, 1.72rem);
  line-height: 1.08;
}

body[data-design="glass"] .post-card p {
  margin: 0;
  color: #263c2f;
  line-height: 1.6;
}

body[data-design="glass"] .stat-chip,
body[data-design="glass"] .tag,
body[data-design="glass"] .sample-badge,
body[data-design="glass"] .premium-badge {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 250, 240, 0.48);
  color: #163421;
}

body[data-design="glass"] .app-preview {
  border-color: rgba(255, 255, 255, 0.48);
  background:
    linear-gradient(180deg, rgba(24, 54, 38, 0.88), rgba(16, 41, 29, 0.86));
  box-shadow: 0 22px 54px rgba(7, 22, 38, 0.2);
}

body[data-design="glass"] .trust-grid {
  align-items: stretch;
}

@media (max-width: 980px) {
  body[data-design="glass"] .hero-shell,
  body[data-design="glass"] .hero-shell.glass-home {
    min-height: auto;
    padding-block: clamp(48px, 13vw, 86px);
  }

  body[data-design="glass"] .tracker-entry,
  body[data-design="glass"] .workbook-spotlight,
  body[data-design="glass"] .app-bridge,
  body[data-design="glass"] .subscribe-panel,
  body[data-design="glass"] .featured-card {
    grid-template-columns: 1fr;
  }

  body[data-design="glass"] .featured-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.46);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  body[data-design="glass"] {
    background-attachment: scroll;
  }

  body[data-design="glass"] .hero-shell,
  body[data-design="glass"] .hero-shell.glass-home {
    padding: 42px 16px 54px;
  }

  body[data-design="glass"] .hero-inner {
    padding: 24px;
    border-radius: 22px;
  }

  body[data-design="glass"] .hero-inner h1 {
    font-size: clamp(2.55rem, 14vw, 4.8rem);
  }

  body[data-design="glass"] .hero-proof-strip {
    grid-template-columns: 1fr;
  }

  body[data-design="glass"] .post-card,
  body[data-design="glass"] .featured-card,
  body[data-design="glass"] .tracker-entry,
  body[data-design="glass"] .workbook-spotlight,
  body[data-design="glass"] .app-bridge,
  body[data-design="glass"] .subscribe-panel {
    border-radius: 20px;
  }
}

/* Real licensed baseball imagery */
.real-article-media {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.42);
  box-shadow: 0 18px 48px rgba(7, 22, 38, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.real-article-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.real-article-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 10px;
  background: linear-gradient(180deg, transparent, rgba(7, 22, 38, 0.76));
  color: rgba(255, 250, 240, 0.92);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.35;
}

.real-article-media figcaption a {
  color: #fffaf0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.post-card-media {
  width: 100%;
  min-height: 150px;
  aspect-ratio: 16 / 10;
  margin-bottom: 4px;
}

.featured-card-media {
  min-height: 240px;
  height: 100%;
}

.article-page .article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.62fr);
  gap: clamp(20px, 4vw, 38px);
  align-items: stretch;
}

.article-hero-media {
  z-index: 1;
  min-height: 340px;
  align-self: stretch;
}

.player-profile-photo {
  width: 100%;
  min-height: 150px;
  aspect-ratio: 4 / 3;
}

.baseball-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.baseball-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 22px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 250, 240, 0.12)),
    rgba(255, 250, 240, 0.56);
  box-shadow: 0 20px 54px rgba(7, 22, 38, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.58);
  color: var(--text);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
}

.baseball-card:hover,
.baseball-card:focus-visible {
  transform: translateY(-3px);
}

.baseball-card-rank,
.baseball-card-position,
.baseball-card-team {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  border: 1px solid rgba(24, 54, 38, 0.16);
  border-radius: 999px;
  padding: 3px 9px;
  background: rgba(255, 250, 240, 0.58);
  color: #173421;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.baseball-card-image {
  display: block;
}

.baseball-card-image .real-article-media {
  min-height: 190px;
  aspect-ratio: 4 / 5;
}

.baseball-card-nameplate {
  display: grid;
  gap: 4px;
}

.baseball-card-nameplate strong {
  color: #09291a;
  font-size: clamp(1.18rem, 2vw, 1.52rem);
  line-height: 1.05;
}

.baseball-card-nameplate span,
.baseball-card-takeaway {
  color: #263c2f;
  line-height: 1.48;
}

.baseball-card-scores,
.baseball-card-badges,
.featured-stat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.card-score-circle,
.scouting-stat-chip,
.baseball-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 30px;
  border: 1px solid rgba(24, 54, 38, 0.14);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 250, 240, 0.54);
  color: #173421;
  font-size: 0.72rem;
  font-weight: 900;
}

.card-score-circle {
  flex-direction: column;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.card-score-circle b {
  font-size: 1.16rem;
}

.card-score-circle em,
.scouting-stat-chip span {
  font-style: normal;
  color: var(--muted);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.featured-prospect-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  width: 100%;
  max-width: 1080px;
  margin: clamp(28px, 5vw, 54px) auto;
  align-items: stretch;
}

.featured-prospect-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 22px;
  padding: clamp(20px, 4vw, 34px);
  background: rgba(255, 250, 240, 0.56);
  box-shadow: 0 20px 54px rgba(7, 22, 38, 0.16);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
}

.lineup-label {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-prospect-copy h3 {
  margin: 0;
  color: #09291a;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1;
}

.featured-prospect-copy p {
  margin: 0;
  color: #263c2f;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .article-page .article-hero,
  .featured-prospect-panel,
  .baseball-profile-grid {
    grid-template-columns: 1fr;
  }

  .article-hero-media,
  .featured-card-media {
    min-height: 260px;
  }
}

@media (max-width: 720px) {
  .post-card-media,
  .player-profile-photo,
  .baseball-card-image .real-article-media {
    min-height: 180px;
  }

  .article-hero-media {
    min-height: 240px;
  }

  .real-article-media figcaption {
    position: static;
    background: rgba(7, 22, 38, 0.8);
  }
}
