:root {
  --purple: #7B2FFF;
  --purple-dark: #5A18CB;
  --purple-50: #F7F3FF;
  --purple-100: #EDE3FF;
  --ink: #11111A;
  --soft: #4D4D5D;
  --muted: #747487;
  --line: #E4E2E9;
  --surface: #F6F6F8;
  --night: #111019;
  --green: #2FD18B;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: white; color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(100% - 40px, 1120px); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--purple); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

/* Navigation */
.newsletter-nav { position: sticky; z-index: 50; top: 0; padding: 18px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.newsletter-nav .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.3rem; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.brand img { width: 34px; height: 21px; object-fit: contain; }
.newsletter-nav nav { display: flex; align-items: center; gap: 26px; color: var(--soft); font-size: .78rem; font-weight: 700; }
.newsletter-nav nav a { transition: color .2s; white-space: nowrap; }
.newsletter-nav nav a:hover { color: var(--purple); }
.newsletter-nav .nav-subscribe { padding: 9px 14px; border-radius: 999px; background: var(--ink); color: white; }
.newsletter-nav .nav-subscribe:hover { background: var(--purple); color: white; }

/* Editorial hub */
.archive-hero { padding: 88px 0 76px; background: radial-gradient(circle at 82% 20%, #EDE3FF, transparent 32%), var(--surface); }
.archive-hero-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.archive-hero h1, .issue-hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.8rem, 7vw, 5.5rem); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
.archive-hero-layout > p { margin: 0 0 8px; color: var(--soft); font-size: 1.02rem; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: .85rem; }

.latest-section { padding: 72px 0 82px; }
.live-badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #EAFBF4; color: #16724D; font-size: .66rem; font-weight: 800; }
.live-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(47,209,139,.12); }
.latest-card { display: grid; grid-template-columns: minmax(0, 1.3fr) .7fr; min-height: 400px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 28px 75px rgba(26,17,43,.09); }
.latest-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(34px, 5vw, 60px); }
.edition-meta { margin: 0 0 22px; color: var(--purple); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.latest-copy h2 { max-width: 680px; margin: 0 0 18px; font-size: clamp(2.15rem, 4.5vw, 4rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.latest-copy > p:not(.edition-meta) { max-width: 650px; margin: 0; color: var(--soft); font-size: 1rem; }
.latest-details { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 24px; color: var(--muted); font-size: .7rem; }
.latest-details span { display: flex; align-items: center; gap: 7px; }
.latest-details span::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--purple); }
.primary-link { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 34px; color: var(--purple); font-size: .82rem; font-weight: 800; }
.primary-link span { transition: transform .2s; }
.primary-link:hover span { transform: translateX(4px); }
.latest-signal { position: relative; display: flex; align-items: flex-end; justify-content: flex-end; padding: 35px; overflow: hidden; background: radial-gradient(circle at 25% 25%, #A66EFF 0, #7B2FFF 38%, #4C139D 100%); color: white; }
.latest-signal::before { content: ''; position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: scale(1.25); }
.latest-signal::after { content: ''; position: absolute; inset: -25% 20% 22% -45%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.latest-signal img { position: absolute; top: 50%; left: 50%; width: min(58%, 220px); opacity: .88; filter: brightness(0) invert(1); transform: translate(-50%, -50%); }
.latest-signal span { position: relative; z-index: 1; font-size: .75rem; font-weight: 800; letter-spacing: .09em; line-height: 1.3; text-align: right; text-transform: uppercase; }

.archive { padding: 84px 0 100px; background: var(--surface); }
.year-group + .year-group { margin-top: 55px; }
.year-marker { display: flex; align-items: center; gap: 15px; margin-bottom: 16px; color: var(--purple); font-size: .72rem; font-weight: 800; }
.year-marker i { height: 1px; flex: 1; background: var(--line); }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.edition-card { display: flex; min-height: 275px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: white; transition: border-color .25s, box-shadow .25s, transform .25s; }
.edition-card:hover { border-color: #C5A6FF; box-shadow: 0 18px 45px rgba(28,18,47,.08); transform: translateY(-3px); }
.edition-card time { color: var(--purple); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.edition-card h3 { margin: 28px 0 12px; font-size: 1.5rem; letter-spacing: -.035em; line-height: 1.15; }
.edition-card p { margin: 0; color: var(--muted); font-size: .85rem; }
.edition-card > span { margin-top: auto; padding-top: 28px; color: var(--purple); font-size: .76rem; font-weight: 800; }
.archive-empty { display: flex; align-items: center; gap: 22px; padding: 28px; border: 1px dashed #D1CCD9; border-radius: 15px; background: white; }
.archive-empty span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--purple-50); color: var(--purple); font-size: .72rem; font-weight: 800; }
.archive-empty p { margin: 0; color: var(--muted); font-size: .84rem; }
.empty-state { padding: 60px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); text-align: center; }
.empty-state h2 { margin: 0 0 10px; }
.empty-state p { margin: 0; color: var(--muted); }

.podcast-section { padding: 90px 0 105px; background: var(--night); color: white; }
.section-heading-light .eyebrow { color: #CDB5FF; }
.section-heading-light > p { color: #9D99A6; }
.podcast-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.podcast-public-card { overflow: hidden; border: 1px solid #35313E; border-radius: 17px; background: #191721; }
.podcast-thumbnail { position: relative; display: block; width: 100%; padding: 0; border: 0; aspect-ratio: 16/9; overflow: hidden; background: radial-gradient(circle at 70% 20%, #9F6AFF 0, #6623D5 35%, #241436 100%); color: white; cursor: pointer; }
.podcast-thumbnail::before, .podcast-thumbnail::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transition: transform .5s; }
.podcast-thumbnail::before { width: 72%; aspect-ratio: 1; top: -38%; right: -12%; }
.podcast-thumbnail::after { width: 58%; aspect-ratio: 1; bottom: -43%; left: -10%; }
.podcast-thumbnail:hover::before { transform: scale(1.08); }
.podcast-thumbnail:focus-visible { outline: 3px solid #CDB5FF; outline-offset: -3px; }
.podcast-art { position: absolute; z-index: 1; inset: 0; display: flex; align-items: flex-start; justify-content: space-between; padding: 28px; }
.podcast-art img { width: 62px; max-height: 38px; object-fit: contain; filter: brightness(0) invert(1); }
.podcast-art small { color: rgba(255,255,255,.78); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.play-button { position: absolute; z-index: 1; top: 50%; left: 50%; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(123,47,255,.9); color: white; font-size: .85rem; transform: translate(-50%, -50%); backdrop-filter: blur(8px); }
.play-label { position: absolute; z-index: 1; right: 24px; bottom: 20px; color: rgba(255,255,255,.86); font: 800 .64rem Arial,Helvetica,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.podcast-player { display: block; width: 100%; border: 0; aspect-ratio: 16/9; background: #08070B; }
.podcast-public-copy { padding: 27px; }
.podcast-public-copy > p { margin: 0 0 10px; color: #B999FF; font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.podcast-public-copy h3 { margin: 0 0 10px; font-size: 1.3rem; letter-spacing: -.025em; line-height: 1.2; }
.podcast-public-copy > span { display: block; color: #A7A3AE; font-size: .82rem; }
.podcast-public-copy > a { display: inline-block; margin-top: 21px; color: #CDB5FF; font-size: .75rem; font-weight: 800; }
.podcast-empty { padding: 40px; border: 1px dashed #46414E; border-radius: 16px; color: #9D99A6; text-align: center; }
.podcast-empty p { margin: 0; }

/* Editorial discovery */
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.editorial-discovery { position: relative; z-index: 5; margin-top: -32px; }
.discovery-shell { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 22px 60px rgba(27,18,45,.1); backdrop-filter: blur(18px); }
.discovery-search { display: grid; grid-template-columns: 24px 1fr auto; gap: 12px; align-items: center; min-height: 56px; padding: 0 16px; border: 1px solid #DCD8E2; border-radius: 11px; background: #FBFAFC; transition: border-color .2s, box-shadow .2s; }
.discovery-search:focus-within { border-color: #B993FF; box-shadow: 0 0 0 4px rgba(123,47,255,.08); }
.discovery-search svg { width: 20px; fill: none; stroke: var(--purple); stroke-linecap: round; stroke-width: 1.8; }
.discovery-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: .9rem; }
.discovery-search input::placeholder { color: #8A8793; }
.discovery-search kbd { padding: 4px 7px; border: 1px solid #D8D4DE; border-radius: 6px; background: white; color: #77727E; font: 700 .58rem Arial,Helvetica,sans-serif; box-shadow: 0 1px 0 #D1CCD8; }
.discovery-topics { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; overflow: visible; padding: 1px 1px 3px; }
.discovery-topics::-webkit-scrollbar { display: none; }
.topic-chip { flex: 0 0 auto; padding: 8px 12px; border: 1px solid #E0DDE5; border-radius: 999px; background: white; color: #696573; font: 700 .68rem Arial,Helvetica,sans-serif; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.topic-chip:hover { border-color: #C6A7FF; color: var(--purple); transform: translateY(-1px); }
.topic-chip.active { border-color: var(--purple); background: var(--purple); color: white; }
.discovery-status { margin: 10px 3px 0; color: #898592; font-size: .64rem; }
.discovery-results { margin-top: 14px; padding-top: 14px; border-top: 1px solid #E9E6ED; }
.discovery-results-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 9px; color: #77727E; font-size: .64rem; }
.discovery-results-heading strong { color: var(--ink); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.discovery-results-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.discovery-result { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; min-width: 0; padding: 12px; border: 1px solid #E2DEE7; border-radius: 10px; background: #FCFBFD; color: var(--ink); text-align: left; cursor: pointer; transition: border-color .2s,background .2s,transform .2s; }
.discovery-result:hover { border-color: #C8AAFF; background: #F9F5FF; transform: translateY(-1px); }
.discovery-result-type { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 9px; background: var(--purple-50); color: var(--purple); font: 800 .58rem Arial,Helvetica,sans-serif; text-transform: uppercase; }
.discovery-result-copy { display: grid; min-width: 0; }
.discovery-result-copy strong { overflow: hidden; font: 700 .75rem/1.25 Arial,Helvetica,sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.discovery-result-copy small { margin-top: 3px; overflow: hidden; color: #898491; font: .61rem Arial,Helvetica,sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.discovery-result-arrow { color: var(--purple); font-size: .8rem; }
.discovery-result-empty { grid-column: 1/-1; margin: 0; padding: 18px; border: 1px dashed #D8D2DE; border-radius: 10px; color: #77727E; font-size: .72rem; text-align: center; }

/* Navigable timeline */
.archive { overflow: hidden; padding: 95px 0 105px; }
.timeline-heading { margin-bottom: 32px; }
.timeline-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 8px; }
.timeline-years { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.timeline-years::-webkit-scrollbar { display: none; }
.timeline-year { padding: 8px 13px; border: 1px solid #DCD8E2; border-radius: 999px; background: white; color: #716D79; font: 800 .66rem Arial,Helvetica,sans-serif; cursor: pointer; }
.timeline-year.active { border-color: #CDB5FF; background: var(--purple-50); color: var(--purple); }
.timeline-arrows { display: flex; flex: 0 0 auto; gap: 7px; }
.timeline-arrows button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #DCD8E2; border-radius: 50%; background: white; color: var(--ink); font: 700 1rem Arial,Helvetica,sans-serif; cursor: pointer; transition: border-color .2s, color .2s, transform .2s; }
.timeline-arrows button:hover { border-color: #B993FF; color: var(--purple); transform: translateY(-1px); }
.timeline-viewport { margin-right: calc((100vw - min(100vw - 40px,1120px))/ -2); overflow-x: auto; padding: 18px max(40px,calc((100vw - 1120px)/2)) 24px 2px; outline: none; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.timeline-viewport::-webkit-scrollbar { display: none; }
.timeline-viewport:focus-visible { border-radius: 14px; box-shadow: inset 0 0 0 2px #B993FF; }
.timeline-track { position: relative; display: flex; width: max-content; min-width: 100%; gap: 18px; padding: 0 0 5px; }
.timeline-track::before { content: ''; position: absolute; z-index: 0; top: 80px; right: 0; left: 0; height: 1px; background: linear-gradient(90deg,var(--purple),#CDB5FF 45%,#D7D3DD); }
.timeline-entry { position: relative; display: grid; width: clamp(300px,31vw,360px); flex: 0 0 auto; grid-template-rows: 58px 44px 1fr; color: inherit; scroll-snap-align: start; }
.timeline-date { display: flex; align-items: baseline; gap: 8px; color: var(--purple); }
.timeline-date strong { font-size: 2rem; font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.timeline-date small { font-size: .64rem; font-weight: 800; letter-spacing: .09em; }
.timeline-node { position: relative; z-index: 2; display: block; width: 13px; height: 13px; margin: 16px 0 0 13px; border: 3px solid white; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 1px var(--purple),0 0 0 7px rgba(123,47,255,.08); }
.timeline-entry article { display: flex; min-height: 300px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 14px 36px rgba(26,17,43,.04); transition: border-color .25s, box-shadow .25s, transform .3s; }
.timeline-entry:hover article { border-color: #C5A6FF; box-shadow: 0 24px 52px rgba(38,20,66,.1); transform: translateY(-6px); }
.timeline-card-top,.timeline-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--purple); font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.timeline-card-top span:last-child { color: #9A95A1; }
.timeline-entry h3 { margin: 34px 0 13px; font-size: 1.55rem; letter-spacing: -.04em; line-height: 1.1; }
.timeline-entry article > p { margin: 0; color: var(--muted); font-size: .82rem; }
.timeline-card-bottom { margin-top: auto; padding-top: 30px; border-top: 1px solid #EFEDF2; color: #898490; letter-spacing: 0; text-transform: none; }
.timeline-card-bottom span { max-width: 205px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.timeline-card-bottom strong { color: var(--purple); white-space: nowrap; }
.has-editorial-motion .timeline-entry { opacity: 0; transform: translateY(20px); }
.has-editorial-motion .timeline-entry.is-visible { opacity: 1; transform: none; transition: opacity .55s ease,transform .55s cubic-bezier(.22,1,.36,1); transition-delay: var(--timeline-delay,0ms); }
.timeline-empty { margin-top: 28px; padding: 30px; border: 1px dashed #CFC9D6; border-radius: 15px; background: white; color: var(--muted); text-align: center; }

/* Podcast player and local library */
.podcast-experience { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); gap: 16px; align-items: stretch; }
.podcast-stage,.podcast-library { overflow: hidden; border: 1px solid #35313E; border-radius: 18px; background: #191721; }
.podcast-stage { min-width: 0; }
.podcast-stage-player { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #09080D; }
.podcast-stage-cover { position: absolute; inset: 0; width: 100%; padding: 0; border: 0; overflow: hidden; background: radial-gradient(circle at 75% 15%,#A975FF 0,#6B28DB 31%,#21142E 78%); color: white; cursor: pointer; }
.podcast-stage-cover::before,.podcast-stage-cover::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.podcast-stage-cover::before { width: 64%; aspect-ratio: 1; top: -42%; right: -8%; }
.podcast-stage-cover::after { width: 48%; aspect-ratio: 1; bottom: -38%; left: -12%; }
.podcast-stage-cover:focus-visible { outline: 3px solid #D8C5FF; outline-offset: -3px; }
.podcast-stage-brand { position: absolute; z-index: 2; top: 30px; right: 32px; left: 32px; display: flex; align-items: center; justify-content: space-between; }
.podcast-stage-brand img { width: 64px; filter: brightness(0) invert(1); }
.podcast-stage-brand small { color: rgba(255,255,255,.76); font: 800 .63rem Arial,Helvetica,sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.podcast-stage-signal { position: absolute; z-index: 1; top: 50%; left: 50%; display: flex; height: 110px; align-items: center; gap: 11px; transform: translate(-50%,-50%); }
.podcast-stage-signal i { width: 7px; border-radius: 99px; background: rgba(255,255,255,.22); animation: signal-wave 1.4s ease-in-out infinite alternate; }
.podcast-stage-signal i:nth-child(1),.podcast-stage-signal i:nth-child(5) { height: 36px; }
.podcast-stage-signal i:nth-child(2),.podcast-stage-signal i:nth-child(4) { height: 72px; animation-delay: -.5s; }
.podcast-stage-signal i:nth-child(3) { height: 108px; animation-delay: -.9s; }
@keyframes signal-wave { to { transform: scaleY(.55); background: rgba(255,255,255,.5); } }
.podcast-stage-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.podcast-stage-copy { padding: 28px 30px 30px; }
.podcast-stage-copy > p { margin: 0 0 9px; color: #B999FF; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.podcast-stage-copy h3 { margin: 0 0 10px; font-size: clamp(1.5rem,2.7vw,2.2rem); letter-spacing: -.04em; line-height: 1.08; }
.podcast-stage-copy > span { display: block; color: #AAA5B0; font-size: .84rem; }
.podcast-stage-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 19px; border-top: 1px solid #302D37; color: #8F8998; font-size: .67rem; }
.podcast-stage-copy a { color: #CDB5FF; font-weight: 800; white-space: nowrap; }
.podcast-library { display: flex; min-height: 0; flex-direction: column; }
.podcast-library-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; padding: 22px; border-bottom: 1px solid #35313E; }
.podcast-library-heading > div { display: grid; }
.podcast-library-heading span { color: #B999FF; font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.podcast-library-heading strong { margin-top: 3px; font-size: .95rem; }
.podcast-library-heading small { color: #85808D; font-size: .6rem; }
.podcast-library-search { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: center; margin: 10px 10px 2px; padding: 10px 11px; border: 1px solid #393440; border-radius: 9px; background: #121018; }
.podcast-library-search:focus-within { border-color: #7451A9; box-shadow: 0 0 0 3px rgba(123,47,255,.1); }
.podcast-library-search svg { width: 16px; fill: none; stroke: #B999FF; stroke-linecap: round; stroke-width: 1.8; }
.podcast-library-search input { min-width: 0; border: 0; outline: 0; background: transparent; color: white; font: .68rem Arial,Helvetica,sans-serif; }
.podcast-library-search input::placeholder { color: #77717F; }
.podcast-queue { max-height: 560px; overflow-y: auto; padding: 8px; scrollbar-color: #4A4454 transparent; scrollbar-width: thin; }
.podcast-queue-item { display: grid; width: 100%; grid-template-columns: 34px 1fr 28px; gap: 11px; align-items: center; padding: 15px 13px; border: 1px solid transparent; border-radius: 11px; background: transparent; color: white; text-align: left; cursor: pointer; transition: background .2s,border-color .2s,transform .2s; }
.podcast-queue-item:hover { background: #221F2A; transform: translateX(2px); }
.podcast-queue-item.active { border-color: #573591; background: #241D30; }
.podcast-queue-index { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: #2A2631; color: #AFA9B7; font: 800 .62rem Arial,Helvetica,sans-serif; }
.podcast-queue-item.active .podcast-queue-index { background: var(--purple); color: white; }
.podcast-queue-copy { display: grid; min-width: 0; }
.podcast-queue-copy small { color: #B999FF; font: 800 .57rem Arial,Helvetica,sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.podcast-queue-copy strong { margin: 3px 0; overflow: hidden; font: 700 .76rem/1.25 Arial,Helvetica,sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.podcast-queue-copy > span { overflow: hidden; color: #85808D; font: .59rem Arial,Helvetica,sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.podcast-queue-play { color: #B999FF; font-size: .65rem; }
.podcast-search-empty { margin: auto; padding: 35px 22px; color: #8D8795; font-size: .75rem; text-align: center; }

.editorial-cta { padding: 85px 0; }
.editorial-cta-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,430px); align-items: center; gap: clamp(45px,8vw,95px); padding: 48px; border-radius: 20px; background: var(--purple-50); }
.editorial-cta-copy { max-width: 540px; }
.editorial-cta-card h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.05em; line-height: 1; }
.editorial-cta-card p:not(.eyebrow) { margin: 0; color: var(--muted); }
.newsletter-form { position: relative; display: grid; }
.newsletter-form > label:first-child { margin-bottom: 7px; color: #45414D; font-size: .72rem; font-weight: 800; }
.newsletter-form > input[type="email"] { width: 100%; height: 50px; margin-bottom: 14px; padding: 0 14px; border: 1px solid #D3CADF; border-radius: 9px; outline: none; background: white; color: var(--ink); font: inherit; }
.newsletter-form > input[type="email"]:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(123,47,255,.11); }
.newsletter-form > input.input-error { border-color: #D95662; }
.newsletter-consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin-bottom: 16px; color: #625E6A; font-size: .7rem; line-height: 1.45; }
.newsletter-consent input { margin-top: 3px; accent-color: var(--purple); }
.newsletter-consent.consent-error { color: #B53844; }
.newsletter-form button { width: 100%; min-height: 48px; border: 0; border-radius: 9px; background: var(--purple); color: white; font: inherit; font-size: .8rem; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.newsletter-form button:hover { background: var(--purple-dark); transform: translateY(-1px); }
.newsletter-form button:disabled { cursor: wait; opacity: .75; transform: none; }
.form-note { min-height: 18px; margin: 10px 0 0 !important; color: var(--muted) !important; font-size: .67rem; }
.form-note-success { color: #14754C !important; }
.form-note-error { color: #B53844 !important; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

/* Article page */
.article-toolbar { padding: 15px 0; border-bottom: 1px solid var(--line); background: white; }
.article-toolbar .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.article-toolbar a:hover { color: var(--purple); }
.issue-hero { padding: 78px 0 58px; background: var(--surface); }
.issue-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 32px; color: var(--muted); font-size: .78rem; }
.issue-meta strong { color: var(--ink); }
.article-shell { display: grid; grid-template-columns: minmax(0,720px) 260px; gap: 90px; padding: 72px 0 70px; }
.article-lead { margin: 0 0 42px; padding-bottom: 38px; border-bottom: 1px solid var(--line); color: var(--soft); font-size: 1.2rem; }
.article-body h2 { margin: 52px 0 16px; font-size: 2rem; letter-spacing: -.04em; line-height: 1.15; }
.article-body h3 { margin: 35px 0 12px; font-size: 1.25rem; }
.article-body p, .article-body li { color: #3F3E49; }
.article-body ul { padding-left: 22px; }
.article-body li { margin-bottom: 9px; }
.article-body blockquote { margin: 38px 0; padding: 24px 28px; border-left: 3px solid var(--purple); background: var(--purple-50); color: #3C285E; font-size: 1.08rem; }
.article-body a { color: var(--purple); text-decoration: underline; }
.article-aside { position: sticky; top: 105px; align-self: start; }
.author-card, .podcast-card { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.author-card span, .podcast-card span { color: var(--purple); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.author-card h2, .podcast-card h2 { margin: 12px 0 4px; font-size: 1rem; }
.author-card p, .podcast-card p { margin: 0; color: var(--muted); font-size: .76rem; }
.reviewed { margin-top: 16px !important; padding-top: 16px; border-top: 1px solid var(--line); }
.podcast-card { margin-top: 16px; border-color: #2B2832; background: var(--night); color: white; }
.podcast-card p { color: #AAA5B0; }
.podcast-card a { display: inline-flex; margin-top: 18px; padding: 10px 13px; border-radius: 8px; background: var(--purple); font-size: .72rem; font-weight: 800; }
.podcast-embed { margin: 50px 0; overflow: hidden; border-radius: 16px; aspect-ratio: 16/9; background: #111; }
.podcast-embed iframe { width: 100%; height: 100%; border: 0; }
.issue-mindmap { padding: 80px 0 95px; border-top: 1px solid var(--line); background: #F8F7FA; }
.mindmap-section-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.6fr); gap: 70px; align-items: end; margin-bottom: 30px; }
.mindmap-section-heading h2 { max-width: 680px; margin: 0; font-size: clamp(2.2rem,5vw,4.2rem); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.mindmap-section-heading>p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.review-mindmap { border-top: 1px solid #DED5EC; background: #F8F4FF; }
.review-page { background: #FBFAFC; }
.review-nav { position: relative; }
.review-private-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 999px; background: var(--purple-50); color: var(--purple); font-size: .65rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.review-private-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 4px rgba(123,47,255,.1); }
.review-notice { padding: 16px 0; border-bottom: 1px solid #D9C8F8; background: #F2EAFF; color: #432477; }
.review-notice .container { display: flex; align-items: center; gap: 22px; }
.review-notice strong { flex: 0 0 auto; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.review-notice p { margin: 0; font-size: .76rem; }
.review-hero { background: radial-gradient(circle at 82% 12%, #E8D9FF, transparent 33%), var(--surface); }
.review-article-shell { padding-bottom: 90px; }
.review-jump { display: flex; justify-content: center; margin-top: 16px; padding: 13px 16px; border-radius: 9px; background: var(--purple); color: white; font-size: .73rem; font-weight: 800; }
.review-comments { padding: 85px 0 100px; border-top: 1px solid var(--line); background: white; }
.review-comments-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,430px); gap: clamp(55px,8vw,100px); align-items: start; }
.review-comment-list > h2, .review-form h2 { margin: 0 0 26px; font-size: clamp(2rem,4vw,3rem); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.review-thread { display: grid; gap: 12px; }
.review-comment { padding: 22px 24px; border: 1px solid var(--line); border-radius: 14px; background: #FCFBFD; }
.review-comment > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.review-comment strong { font-size: .82rem; }
.review-comment time { color: var(--muted); font-size: .64rem; }
.review-comment p { margin: 12px 0 0; color: #484650; font-size: .85rem; }
.review-comment > span { display: inline-flex; margin-top: 14px; padding: 4px 8px; border-radius: 999px; background: #E5F8EF; color: #16724D; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.review-comment.is-resolved { opacity: .72; }
.review-empty { padding: 28px; border: 1px dashed #D1CCD9; border-radius: 14px; color: var(--muted); font-size: .82rem; }
.review-form { position: sticky; top: 28px; display: grid; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.review-form label { display: grid; gap: 7px; margin-bottom: 15px; color: #4D4954; font-size: .72rem; font-weight: 800; }
.review-form input, .review-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #D7D3DC; border-radius: 9px; outline: none; background: white; color: var(--ink); font: inherit; font-size: .82rem; }
.review-form input:focus, .review-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(123,47,255,.1); }
.review-form textarea { resize: vertical; line-height: 1.55; }
.review-form button { min-height: 48px; border: 0; border-radius: 9px; background: var(--purple); color: white; font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.review-form button:hover { background: var(--purple-dark); }
.review-form small { margin-top: 11px; color: var(--muted); font-size: .63rem; text-align: center; }
.review-feedback { margin: -8px 0 18px; padding: 11px 13px; border-radius: 8px; font-size: .72rem; }
.review-feedback.success { background: #E5F8EF; color: #16724D; }
.review-feedback.error { background: #FFF0F1; color: #A8323E; }
.reading-navigation { padding: 0 0 90px; }
.reading-navigation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.reading-link { display: flex; min-height: 150px; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: white; transition: border-color .2s, transform .2s; }
.reading-link:hover { border-color: #C5A6FF; transform: translateY(-2px); }
.reading-link > span { color: var(--purple); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reading-link strong { font-size: 1rem; line-height: 1.3; }
.reading-link-next { text-align: right; }
.reading-home { display: flex; align-items: center; justify-content: center; min-height: 90px; border: 1px dashed #D1CCD9; border-radius: 14px; color: var(--purple); font-size: .78rem; font-weight: 800; }

.issue-footer { padding: 35px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.issue-footer .container { display: flex; justify-content: space-between; gap: 20px; }
.issue-footer .container > div { display: flex; gap: 22px; }
.unsubscribe-card { width: min(100% - 40px,560px); margin: 100px auto; padding: 40px; border: 1px solid var(--line); border-radius: 20px; text-align: center; }
.unsubscribe-card h1 { letter-spacing: -.04em; }
.unsubscribe-card p { color: var(--muted); }
.button { display: inline-flex; padding: 12px 17px; border: 0; border-radius: 9px; background: var(--purple); color: white; font-weight: 800; cursor: pointer; }

@media (max-width: 850px) {
  .newsletter-nav .container { flex-wrap: wrap; }
  .newsletter-nav nav { width: 100%; gap: 20px; overflow-x: auto; padding-bottom: 2px; }
  .archive-hero-layout, .latest-card, .article-shell { grid-template-columns: 1fr; }
  .archive-hero-layout { gap: 28px; }
  .latest-signal { min-height: 250px; }
  .article-shell { gap: 45px; }
  .article-aside { position: static; }
  .mindmap-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .podcast-grid { grid-template-columns: 1fr; }
  .editorial-cta-card { grid-template-columns: 1fr; gap: 32px; }
  .newsletter-form { max-width: 520px; }
  .review-comments-layout { grid-template-columns: 1fr; }
  .review-form { position: static; max-width: 580px; }
  .podcast-experience { grid-template-columns: 1fr; }
  .podcast-queue { max-height: 390px; }
  .timeline-viewport { margin-right: -20px; padding-right: 20px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .newsletter-nav { padding: 14px 0; }
  .newsletter-nav nav { gap: 16px; font-size: .7rem; }
  .newsletter-nav .nav-subscribe { padding: 6px 10px; }
  .archive-hero, .issue-hero { padding: 58px 0 45px; }
  .archive-hero h1, .issue-hero h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .latest-section, .archive, .podcast-section { padding: 65px 0; }
  .issue-mindmap { padding: 65px 0 75px; }
  .latest-copy { padding: 28px 23px; }
  .latest-signal { min-height: 205px; }
  .archive-grid, .reading-navigation-grid { grid-template-columns: 1fr; }
  .edition-card { min-height: 250px; padding: 25px; }
  .editorial-cta { padding: 55px 0; }
  .editorial-cta-card { padding: 30px 24px; }
  .article-shell { padding-top: 50px; }
  .issue-footer .container { flex-direction: column; }
  .empty-state { padding: 38px 22px; }
  .review-notice .container { align-items: flex-start; flex-direction: column; gap: 4px; }
  .review-comments { padding: 60px 0 70px; }
  .review-form { padding: 24px 20px; }
  .review-comment > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .editorial-discovery { margin-top: -20px; }
  .discovery-shell { padding: 12px; border-radius: 14px; }
  .discovery-search { grid-template-columns: 21px 1fr; min-height: 52px; }
  .discovery-search kbd { display: none; }
  .discovery-topics { flex-wrap: nowrap; margin-right: -12px; overflow-x: auto; padding-right: 12px; padding-bottom: 7px; }
  .discovery-results-list { grid-template-columns: 1fr; }
  .timeline-toolbar { align-items: flex-start; flex-direction: column; }
  .timeline-arrows { align-self: flex-end; }
  .timeline-entry { width: min(82vw,330px); }
  .timeline-entry article { min-height: 285px; padding: 23px; }
  .podcast-stage-copy { padding: 23px 21px 24px; }
  .podcast-stage-copy > div { align-items: flex-start; flex-direction: column; gap: 9px; }
  .podcast-stage-brand { top: 20px; right: 20px; left: 20px; }
  .podcast-stage-brand small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .podcast-stage-signal i { animation: none; }
  .has-editorial-motion .timeline-entry { opacity: 1; transform: none; }
  .timeline-viewport { scroll-behavior: auto; }
}
