
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');

:root{
  --bg1:#0b1f3a;
  --bg2:#0f2a4d;
  --bg3:#08162a;
  --panel:rgba(255,255,255,.06);
  --panel-2:rgba(255,255,255,.08);
  --stroke:rgba(255,255,255,.12);
  --muted:rgba(255,255,255,.68);
  --muted-2:rgba(255,255,255,.52);
  --green:#16a34a;
  --green-2:#22c55e;
  --red:#dc2626;
  --red-2:#ef4444;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Cairo', Arial, Helvetica, sans-serif;
  color:#0b1f3a;
  background:#fff;
  min-height:100vh;
}
.inside-app-shell body{
  padding-bottom:96px
}
.inside-app-shell{
  scrollbar-width:none
}
.inside-app-shell::-webkit-scrollbar{
  width:0;
  height:0
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1280px,calc(100% - 32px));margin-inline:auto}
.row{display:flex}
.between{justify-content:space-between}
.center{align-items:center}
.wrap{flex-wrap:wrap}
.gap{gap:12px}
.grow{flex:1}
.skip-link{
  position:absolute;top:12px;right:12px;z-index:100;
  padding:12px 16px;border-radius:0;
  background:#fff;color:#08162a;
  transform:translateY(-200%);transition:transform .2s ease
}
.skip-link:focus-visible{transform:translateY(0)}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background:linear-gradient(135deg,var(--bg1) 0%, var(--bg2) 60%, var(--bg3) 100%);
  border-bottom:1px solid var(--stroke);
  color:#fff;
}
.topbar .container{padding:18px 0; gap:20px}
.brand{gap:12px}
.menu-toggle{
  display:none;flex-direction:column;justify-content:center;gap:5px;
  width:48px;height:48px;border:1px solid rgba(255,255,255,.18);
  border-radius:0;background:rgba(255,255,255,.04);padding:0 12px
}
.menu-toggle span{
  display:block;width:100%;height:2px;border-radius:0;background:#fff
}
.brand-mark{
  width:44px;height:44px;border-radius:0;
  display:grid;place-items:center;font-weight:900;font-size:22px;
  background:var(--green); box-shadow:0 10px 22px rgba(20,83,45,.35);
}
.brand-name{font-size:30px;font-weight:900;line-height:1}
.brand-sub{font-size:12px;color:var(--muted-2);margin-top:4px}
.nav{display:flex;gap:18px;flex-wrap:wrap;color:rgba(255,255,255,.88)}
.nav a:hover,.section-link:hover{color:#4ade80}
.actions{gap:12px}
.mobile-nav{
  display:none;
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(8,22,42,.98)
}
.mobile-nav.is-open{display:block}
.mobile-nav-inner{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;
  padding:18px 0 22px
}
.mobile-nav a{
  padding:14px 16px;border-radius:0;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)
}

.btn{
  border:none; cursor:pointer; color:#fff; font-weight:700;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:0; padding:12px 18px; transition:.2s ease;
}
.btn-icon{
  min-width:52px;
  font-size:22px;
  line-height:1
}
.btn-icon-wide{
  font-size:26px;
  letter-spacing:0
}
.btn:hover{transform:translateY(-1px)}
.btn-outline{
  background:transparent;border:1px solid rgba(255,255,255,.18); color:rgba(255,255,255,.88)
}
.btn-outline:hover{background:rgba(255,255,255,.05)}
.btn-live{background:var(--red)}
.btn-live:hover{background:var(--red-2)}
.btn-green{background:var(--green)}
.btn-green:hover{background:var(--green-2)}
.btn-soft{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16)}
.btn-soft:hover{background:rgba(255,255,255,.12)}
.btn-white{background:#fff;color:#000}
.btn-outline-light{background:transparent;border:1px solid rgba(255,255,255,.22)}
a:focus-visible,
button:focus-visible{
  outline:3px solid #facc15;
  outline-offset:3px
}

.breaking-bar{
  border-bottom:1px solid var(--stroke);
  background:linear-gradient(180deg, rgba(20,83,45,.32), transparent);
}
.breaking-content{display:flex;align-items:center;gap:14px;padding:14px 0}
.badge{
  display:inline-flex;align-items:center;justify-content:center;
  padding:7px 14px;border-radius:0;font-weight:800
}
.badge-live{background:var(--red)}
.badge-live.is-hidden{display:none}
.ticker{color:rgba(255,255,255,.84);overflow:hidden;white-space:nowrap;opacity:1;transition:opacity .22s ease,transform .22s ease}
.ticker:not(.is-visible){opacity:.45;transform:translateY(4px)}
.ticker-link{display:inline-flex;align-items:center;gap:10px;max-width:100%;color:inherit;text-decoration:none;vertical-align:middle}
.ticker-link:hover .ticker-title,.ticker-link:focus-visible .ticker-title{color:var(--green);text-decoration:underline}
.ticker-source{display:inline-flex;align-items:center;flex:0 0 auto;color:var(--green);font-weight:800}
.ticker-source::after{content:"|";margin-inline-start:10px;color:rgba(255,255,255,.35);font-weight:400}
.ticker-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.main-space{padding:34px 0 48px}
.hero-grid{
  display:grid;
  grid-template-columns:1.45fr .9fr;
  gap:24px;
}
.hero-grid.single-col,
.two-col.single-col{
  grid-template-columns:1fr;
}
.hero-card,.panel,.story-card,.app-panel{
  border:1px solid var(--stroke);
  background:var(--panel);
  border-radius:0;
  box-shadow:0 18px 40px rgba(0,0,0,.22);
}
.hero-card{position:relative;overflow:hidden}
.hero-slider-track{position:relative;min-height:520px}
.hero-image-wrap{position:relative;min-height:520px;overflow:hidden;border-radius:0}
.hero-slider .hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  transition:opacity .5s ease
}
.hero-slider .hero-slide.is-active{
  opacity:1;
  pointer-events:auto
}
.hero-static .hero-slider-track,
.hero-static .hero-image-wrap{min-height:520px}
.hero-image{width:100%;height:520px;object-fit:cover}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(11,31,58,.08) 0%, rgba(11,31,58,.44) 42%, rgba(11,31,58,.92) 100%);
}
.hero-content{
  position:absolute;inset-inline:0;bottom:0;padding:30px 30px 70px;z-index:2;
}
.hero-slide-overlay-link{position:absolute;inset:0;z-index:1}
.hero-content h1{font-size:48px;line-height:1.22;margin:10px 0 0;max-width:980px}
.hero-content p{max-width:760px;color:rgba(255,255,255,.78);line-height:1.9;margin:16px 0 0}
.hero-slider-controls{
  position:absolute;
  inset-inline:24px;
  bottom:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  z-index:5;
  pointer-events:none
}
.hero-arrow,
.hero-dot{
  pointer-events:auto;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(15,23,42,.7);
  color:#fff;
  cursor:pointer
}
.hero-arrow{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  font-size:34px;
  line-height:1
}
.hero-arrow:hover,
.hero-dot:hover,
.hero-dot.is-active{
  background:var(--green)
}
.hero-dots{
  display:flex;
  gap:8px;
  align-items:center;
  justify-content:center
}
.hero-dot{
  width:12px;
  height:12px;
  padding:0;
  border-radius:0
}
.pill{display:inline-flex;padding:7px 12px;border-radius:0;font-size:12px;font-weight:800}
.pill.green{background:var(--green)}
.side-stack{display:flex;flex-direction:column;gap:24px}
.panel{padding:20px}
.panel h2{margin:0 0 14px;font-size:24px}
.inner-panel{
  padding:18px;border-radius:0;background:rgba(15,23,42,.62)
}
.small-muted{font-size:14px;color:rgba(255,255,255,.68)}
.small-muted span:last-child{text-align:left}
.show-title{font-size:28px;font-weight:800;margin-top:10px}
.panel p{line-height:1.8;color:rgba(255,255,255,.72)}
.air-badge{
  font-size:12px; padding:7px 12px; border-radius:0; font-weight:800
}
.air-badge.live{background:rgba(220,38,38,.18);color:#fca5a5}
.live-now-label{
  margin-top:18px;
  color:#86efac;
  font-size:12px;
  font-weight:900
}
.player-note{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin:0 0 18px;font-size:13px;color:rgba(255,255,255,.72)
}
.player-note a{
  color:#86efac;
  font-weight:700
}
.player-note a:hover{color:#bbf7d0}
.clip-list{display:flex;flex-direction:column;gap:12px}
.clip-item{
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.05);
  border-radius:0;padding:14px;
}
.clip-item small{display:block;color:rgba(255,255,255,.52);margin-top:4px}
.clip-item span{
  background:rgba(255,255,255,.1);padding:7px 11px;border-radius:0;font-size:12px;color:rgba(255,255,255,.78)
}
.clips-section{
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.04);
  padding:22px;
  box-shadow:0 18px 40px rgba(0,0,0,.18)
}
.clips-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.clip-card{
  min-width:0;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(15,23,42,.52);
  transition:transform .2s ease,border-color .2s ease,background .2s ease
}
.clip-card:not(.is-disabled):hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.22);
  background:rgba(15,23,42,.68)
}
.clip-card-button{
  width:100%;
  height:100%;
  display:block;
  padding:0;
  border:0;
  font-family:'Cairo', Arial, Helvetica, sans-serif;
  color:inherit;
  text-align:inherit;
  cursor:pointer;
  background:transparent
}
.clip-card-button:disabled{
  cursor:default
}
.clip-poster{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  background:rgba(255,255,255,.06)
}
.clip-poster img,
.clip-preview-video,
.clip-poster-fallback{
  width:100%;
  height:100%;
  object-fit:cover
}
.clip-poster-fallback{
  display:grid;
  place-items:center;
  background:
    linear-gradient(135deg, rgba(34,197,94,.26), rgba(15,23,42,.72)),
    radial-gradient(circle at 70% 25%, rgba(255,255,255,.18), transparent 30%)
}
.clip-poster-fallback span{
  font-size:28px;
  font-weight:900;
  color:rgba(255,255,255,.9)
}
.clip-play{
  position:absolute;
  inset:50% auto auto 50%;
  transform:translate(-50%,-50%);
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#fff;
  font-size:28px;
  box-shadow:0 16px 34px rgba(0,0,0,.3)
}
.clip-card.is-disabled .clip-play{
  background:rgba(255,255,255,.18);
  color:rgba(255,255,255,.62)
}
.clip-duration{
  position:absolute;
  left:12px;
  bottom:12px;
  padding:7px 10px;
  background:rgba(0,0,0,.64);
  color:#fff;
  font-size:12px;
  font-weight:800
}
.clip-card-body{
  padding:16px;
  font-family:'Cairo', Arial, Helvetica, sans-serif
}
.clip-card-body .meta{
  justify-content:flex-start;
  margin-bottom:10px
}
.clip-card-body h3{
  margin:0;
  font-family:'Cairo', Arial, Helvetica, sans-serif;
  font-weight:800;
  font-size:23px;
  line-height:1.45
}
.clip-card-body p{
  margin:10px 0 0;
  color:rgba(255,255,255,.62);
  line-height:1.7
}
.sticky-radio{
  position:fixed;
  left:24px;
  right:24px;
  bottom:18px;
  z-index:80;
  pointer-events:none
}
.sticky-radio-inner{
  max-width:720px;
  margin-inline:auto;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(8,24,45,.94);
  box-shadow:0 18px 42px rgba(0,0,0,.34);
  backdrop-filter:blur(14px);
  pointer-events:auto
}
.sticky-radio-toggle{
  width:48px;
  height:48px;
  border:0;
  background:var(--green);
  color:#fff;
  font-size:20px;
  font-weight:900;
  cursor:pointer
}
.sticky-radio.is-playing .sticky-radio-toggle{background:var(--red)}
.sticky-radio-copy{min-width:0}
.sticky-radio-kicker{
  display:flex;
  align-items:center;
  gap:7px;
  color:#86efac;
  font-size:12px;
  font-weight:900;
  margin-bottom:4px
}
.sticky-radio-kicker span{
  width:8px;
  height:8px;
  background:var(--red);
  display:inline-block
}
.sticky-radio-copy strong,
.sticky-radio-copy small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.sticky-radio-copy strong{font-size:18px}
.sticky-radio-copy small{
  margin-top:3px;
  color:rgba(255,255,255,.64)
}
.sticky-radio-link{
  color:#bbf7d0;
  font-weight:900;
  border:1px solid rgba(187,247,208,.28);
  padding:10px 12px
}
.radio-page-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:22px;
  align-items:stretch
}
.radio-page-lower{margin-top:22px}
.radio-hero-panel{padding:30px}
.radio-hero-panel h1{
  margin:18px 0 8px;
  font-size:54px;
  line-height:1.2
}
.radio-hero-panel p{
  margin:0;
  max-width:720px;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.9
}
.radio-now-card{
  margin-top:24px;
  padding:18px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(15,23,42,.46)
}
.radio-now-card span,
.radio-now-card small{
  display:block;
  color:rgba(255,255,255,.58)
}
.radio-now-card strong{
  display:block;
  margin:8px 0;
  font-size:30px;
  line-height:1.35
}
.radio-page-actions{
  margin-top:22px;
  display:flex;
  gap:12px;
  flex-wrap:wrap
}
.radio-side-panel{padding:24px}
.radio-side-panel h2{margin-top:0}
.test-player-page .section-space{
  min-height:100vh;
  display:flex;
  align-items:center
}
.test-player-panel h1{
  max-width:760px
}
.test-now-card strong{
  overflow-wrap:anywhere
}
.test-diagnostics-panel .radio-status-list strong{
  overflow-wrap:anywhere;
  text-align:left
}
.radio-status-list,
.radio-schedule-list,
.radio-clip-list{
  display:grid;
  gap:12px
}
.radio-status-list div,
.radio-schedule-item,
.radio-clip-item{
  border:1px solid rgba(255,255,255,.1);
  background:rgba(15,23,42,.44);
  padding:14px
}
.radio-status-list span,
.radio-schedule-item span,
.radio-clip-item small{
  display:block;
  color:rgba(255,255,255,.58);
  margin-top:5px
}
.radio-schedule-item{
  display:block;
  color:#fff
}
.radio-schedule-item:hover{border-color:rgba(134,239,172,.34)}
.radio-clip-item span{
  display:inline-block;
  margin-bottom:8px;
  padding:5px 8px;
  background:rgba(0,0,0,.34);
  color:#fff;
  font-size:12px;
  font-weight:900
}
.clip-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.76)
}
.clip-modal.is-open{display:flex}
body.modal-open{overflow:hidden}
.clip-modal-panel{
  position:relative;
  width:min(960px,100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  border:1px solid rgba(255,255,255,.16);
  background:#08162a;
  box-shadow:0 30px 70px rgba(0,0,0,.5)
}
.clip-modal-close{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(15,23,42,.85);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer
}
.clip-modal-video{
  width:100%;
  max-height:70vh;
  background:#000
}
.clip-modal-body{
  padding:20px 22px 24px
}
.clip-modal-body h2{
  margin:8px 0 0;
  font-size:30px;
  line-height:1.35
}
.clip-modal-body p{
  margin:12px 0 0;
  color:rgba(255,255,255,.68);
  line-height:1.8
}

.section-space{margin-top:36px}
.section-head h2{margin:0;font-size:34px}
.section-link{color:#4ade80;font-weight:700}

.story-grid{
  margin-top:18px;
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px
}
.story-link{display:block;height:100%}
.story-card{overflow:hidden;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.story-link .story-card{height:100%}
.story-card-linked:hover,
.story-link:hover .story-card{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.2);
  background:rgba(255,255,255,.07)
}
.story-card img{height:220px;width:100%;object-fit:cover}
.story-body{padding:16px}
.meta{
  display:flex;justify-content:space-between;align-items:center;
  color:rgba(255,255,255,.55);font-size:12px;margin-bottom:12px
}
.story-time{text-align:right}
.tag{
  padding:7px 11px;border-radius:0;background:rgba(255,255,255,.1);color:rgba(255,255,255,.78)
}
.story-body h3{margin:0;font-size:24px;line-height:1.45}
.story-body p{color:rgba(255,255,255,.68);line-height:1.75}

.article-page{padding:42px 0 54px}
.article-stream{
  display:grid;
  gap:54px
}
.article-shell{max-width:1120px;margin-inline:auto}
.article-stream-item{
  scroll-margin-top:96px
}
.article-header{
  max-width:920px;
  margin-inline:auto;
  padding:18px 0 28px
}
.article-back{
  display:inline-flex;
  margin-bottom:18px;
  color:#86efac;
  font-weight:800
}
.article-back:hover{color:#bbf7d0}
.article-header h1{
  margin:16px 0 0;
  font-size:58px;
  line-height:1.2;
  max-width:980px
}
.article-deck{
  margin:18px 0 0;
  color:rgba(255,255,255,.78);
  font-size:22px;
  line-height:1.85
}
.article-meta{
  margin-top:18px;
  color:rgba(255,255,255,.58);
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap
}
.article-figure{
  margin:0;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.04);
  box-shadow:0 18px 40px rgba(0,0,0,.22)
}
.article-figure img{
  width:100%;
  height:min(620px,60vw);
  min-height:320px;
  object-fit:cover
}
.article-figure figcaption{
  padding:12px 16px;
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.7
}
.article-layout{
  display:grid;
  grid-template-columns:minmax(0,720px) minmax(280px,1fr);
  gap:28px;
  align-items:start;
  margin-top:32px
}
.article-layout-stream{
  display:block;
  max-width:820px;
  margin-inline:auto
}
.article-body{
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.05);
  padding:28px;
  box-shadow:0 18px 40px rgba(0,0,0,.18)
}
.article-body,
.article-body p,
.article-body li{
  color:rgba(255,255,255,.84);
  font-size:20px;
  line-height:2
}
.article-body p{margin:0 0 22px}
.article-body h2,
.article-body h3,
.article-body h4{
  color:#fff;
  line-height:1.4;
  margin:32px 0 14px
}
.article-body h2{font-size:32px}
.article-body h3{font-size:26px}
.article-body a{
  color:#4ade80;
  font-weight:800;
  text-decoration:underline;
  text-decoration-color:rgba(74,222,128,.45);
  text-underline-offset:4px
}
.article-body a:hover{
  color:#86efac;
  text-decoration-color:#86efac
}
.article-body img{
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:cover;
  margin:24px 0;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05)
}
.article-body figure{
  margin:28px 0
}
.article-body figure img{
  margin:0
}
.article-body figcaption{
  padding:10px 0 0;
  color:rgba(255,255,255,.58);
  font-size:14px;
  line-height:1.7
}
.article-body .social-embed{
  margin:28px 0;
  width:100%
}
.article-body .social-embed iframe{
  width:100%;
  min-height:420px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05)
}
.article-body .social-embed-x{
  display:flex;
  justify-content:center;
  overflow:hidden
}
.article-body .twitter-tweet{
  color:#0f172a;
  margin-inline:auto
}
.article-body blockquote{
  margin:28px 0;
  padding:18px 22px;
  border-right:4px solid var(--green-2);
  background:rgba(34,197,94,.08);
  color:rgba(255,255,255,.9);
  font-size:24px;
  line-height:1.8
}
.article-side{position:sticky;top:104px}
.article-side h2{font-size:24px}
.article-stream-divider{
  max-width:1120px;
  width:100%;
  margin:8px auto 0;
  display:flex;
  align-items:center;
  gap:18px;
  color:#15803d;
  font-weight:900
}
.article-stream-divider::before,
.article-stream-divider::after{
  content:"";
  height:1px;
  flex:1;
  background:#dbe3ef
}
.article-stream-sentinel{
  height:1px
}
.related-list{
  display:grid;
  gap:14px
}
.related-list .story-card img{height:150px}
.related-list .story-body h3{font-size:19px}
.related-list .story-body p{font-size:14px}
.article-loading,
.article-error{
  max-width:760px;
  margin:40px auto;
  text-align:center
}
.article-error h1{font-size:40px;margin:0 0 12px}
.article-error p{font-size:18px;margin-bottom:22px}

.section-page{
  padding:42px 0 54px
}
.section-page-header{
  margin-bottom:24px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.05);
  padding:26px;
  box-shadow:0 18px 40px rgba(0,0,0,.18)
}
.section-page-header h1{
  margin:14px 0 0;
  font-size:52px;
  line-height:1.2
}
.section-page-header p{
  margin:14px 0;
  max-width:760px;
  color:rgba(255,255,255,.74);
  line-height:1.9;
  font-size:18px
}
.section-list-grid{
  margin-top:0
}
.section-empty{
  padding:24px
}

.two-col{
  display:grid;grid-template-columns:1fr .9fr;gap:24px
}
.presenter-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:16px
}
.presenter-link{display:block;height:100%}
.presenter-card{
  border:1px solid rgba(255,255,255,.1);
  background:rgba(15,23,42,.52);
  border-radius:0;
  padding:18px;
  min-height:100%;
  transition:transform .2s ease,border-color .2s ease,background .2s ease
}
.presenter-link .presenter-card{height:100%}
.presenter-card-linked:hover,
.presenter-link:hover .presenter-card{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.2);
  background:rgba(15,23,42,.68)
}
.avatar-box{
  width:72px;
  height:72px;
  border-radius:0;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  background:linear-gradient(135deg, rgba(34,197,94,.35), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:26px;
  font-weight:900
}
.presenter-photo{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:0;
  margin-bottom:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06)
}
.presenter-card h3{margin:0;font-size:22px}
.presenter-card p{margin:8px 0;color:rgba(255,255,255,.68)}
.presenter-card small{display:block;color:rgba(255,255,255,.6);line-height:1.7}

.presenter-page{padding:42px 0 54px}
.presenter-profile{max-width:1180px;margin-inline:auto}
.presenter-hero{
  display:flex;
  flex-direction:row;
  gap:26px;
  align-items:flex-start;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.05);
  box-shadow:0 18px 40px rgba(0,0,0,.22);
  padding:28px
}
.presenter-portrait{
  flex:0 0 clamp(220px, 26vw, 300px);
  height:clamp(220px, 26vw, 300px);
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1)
}
.presenter-portrait img{
  width:100%;
  height:100%;
  object-fit:cover
}
.presenter-profile-initials{
  width:100%;
  height:100%;
  font-size:76px
}
.presenter-intro{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  padding:8px 4px;
  min-width:0
}
.presenter-intro h1{
  margin:16px 0 0;
  font-size:54px;
  line-height:1.2
}
.presenter-role{
  margin:16px 0 0;
  color:rgba(255,255,255,.82);
  font-size:24px;
  line-height:1.7
}
.presenter-program{
  margin-top:20px;
  color:#86efac;
  font-weight:900;
  font-size:18px
}
.presenter-summary{
  max-width:620px;
  margin:16px 0 0;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.9
}
.presenter-summary p{
  margin:0 0 12px
}
.presenter-summary p:last-child{
  margin-bottom:0
}
.presenter-info{
  margin-top:16px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(15,23,42,.52)
}
.presenter-info strong{
  display:block;
  color:rgba(255,255,255,.58);
  font-size:13px;
  margin-bottom:6px
}
.presenter-info span{
  color:#fff;
  font-size:18px;
  font-weight:800
}
.presenter-content-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:start;
  margin-top:22px
}
.presenter-sidebar h2{
  margin-top:0
}
.presenter-sidebar{
  position:sticky;
  top:104px;
  padding:20px
}
.presenter-posts{
  margin-top:0
}
.presenter-post-list{
  display:grid;
  gap:22px;
  margin-top:0
}
.presenter-post{
  padding:24px
}
.presenter-post h3{
  margin:12px 0 0;
  font-size:34px;
  line-height:1.35
}
.presenter-post-media{
  width:100%;
  max-height:560px;
  object-fit:cover;
  margin-top:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05)
}
video.presenter-post-media{
  height:auto;
  background:#000
}
.presenter-post-body{
  margin-top:20px
}
.presenter-post-body,
.presenter-post-body p,
.presenter-post-body li{
  color:rgba(255,255,255,.82);
  font-size:19px;
  line-height:2
}
.presenter-post-body p{margin:0 0 18px}
.presenter-post-body a{
  color:#86efac;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:4px
}
.presenter-posts-empty{
  margin-top:36px;
  padding:24px
}
.presenter-posts-empty h2{margin-top:0}

.app-panel{
  background:linear-gradient(135deg, #2f8a3b 0%, #14532d 100%);
  padding:24px;
  box-shadow:0 24px 48px rgba(20,83,45,.3);
}
.app-panel h2{font-size:40px;margin:0}
.app-panel p{color:rgba(255,255,255,.9);line-height:1.9}
.feature-box{
  background:rgba(255,255,255,.1);border-radius:0;padding:16px;margin-top:12px
}
.feature-box strong{display:block;margin-bottom:6px}
.feature-box span{color:rgba(255,255,255,.82)}
.top-gap{margin-top:18px}

.footer{
  margin-top:40px;border-top:1px solid var(--stroke);background:rgba(255,255,255,.05)
}
.footer-grid{
  display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px;padding:34px 0
}
.footer p,.footer li{color:rgba(255,255,255,.62);line-height:1.8}
.footer ul{list-style:none;padding:0;margin:12px 0 0}

/* White page canvas */
.breaking-bar{
  background:#fff;
  border-bottom:1px solid #dbe3ef;
  color:#0b1f3a
}
.ticker{color:#24364d}
.ticker-source{color:#15803d}
.ticker-source::after{color:rgba(11,31,58,.28)}
.ticker-link:hover .ticker-title,
.ticker-link:focus-visible .ticker-title{color:#15803d}

.section-head h2,
.story-body h3,
.panel h2,
.show-title,
.section-page-header h1,
.presenter-card h3,
.presenter-hero h1,
.presenter-post h3,
.presenter-sidebar h2,
.article-header h1,
.article-side h2,
.article-error h1{
  color:#0b1f3a
}

.hero-card,
.panel,
.story-card,
.clips-section,
.section-page-header,
.presenter-card,
.presenter-post,
.presenter-sidebar,
.article-body,
.article-figure{
  border-color:#dbe3ef;
  background:#fff;
  box-shadow:0 18px 40px rgba(11,31,58,.1);
  color:#0b1f3a
}
.hero-content,
.hero-content h1,
.hero-content p{
  color:#fff
}
.panel p,
.story-body p,
.section-page-header p,
.article-deck,
.article-meta,
.article-figure figcaption,
.article-body,
.article-body p,
.article-body li,
.article-body figcaption,
.presenter-summary,
.presenter-summary p,
.presenter-post-body,
.presenter-post-body p,
.presenter-post-body li,
.footer p,
.footer li{
  color:#334155
}
.meta,
.small-muted,
.clip-item small,
.presenter-info strong{
  color:#64748b
}
.tag,
.clip-item span{
  background:#eef4f1;
  color:#14532d
}
.story-card-linked:hover,
.story-link:hover .story-card{
  border-color:#a7c5b5;
  background:#f8fbfa
}
.article-back,
.section-link,
.article-body a,
.player-note a,
.presenter-post-body a{
  color:#15803d
}
.article-back:hover,
.section-link:hover,
.article-body a:hover,
.player-note a:hover,
.presenter-post-body a:hover{
  color:#14532d
}
.article-body a{
  text-decoration-color:rgba(21,128,61,.42)
}
.article-body a:hover{
  text-decoration-color:#14532d
}
.article-body h2,
.article-body h3,
.article-body h4,
.article-body blockquote{
  color:#0b1f3a
}
.article-body img,
.article-body .social-embed iframe,
.presenter-post-media{
  border-color:#dbe3ef;
  background:#f8fafc
}

.inner-panel,
.clip-card,
.presenter-info{
  background:#f8fafc;
  border-color:#dbe3ef;
  color:#0b1f3a
}
.inner-panel .small-muted,
.inner-panel p,
.player-note{
  color:#334155
}

.footer{
  background:#0b1f3a;
  border-top:0;
  color:#fff
}

@media (max-width: 1100px){
  .nav,.actions{display:none}
  .menu-toggle{display:flex}
  .hero-grid,.two-col,.story-grid{grid-template-columns:1fr 1fr}
  .clips-grid{grid-template-columns:repeat(2,1fr)}
  .radio-page-grid{grid-template-columns:1fr}
  .hero-content h1{font-size:38px}
  .article-header h1{font-size:44px}
  .article-layout{grid-template-columns:1fr}
  .article-side{position:static}
  .presenter-content-grid{grid-template-columns:1fr}
  .presenter-sidebar{position:static}
  .presenter-intro h1{font-size:44px}
}
@media (max-width: 760px){
  .topbar .container,.breaking-content,.actions{flex-wrap:wrap}
  .mobile-nav-inner{grid-template-columns:1fr}
  .hero-grid,.two-col,.story-grid,.presenter-grid,.footer-grid{grid-template-columns:1fr}
  .clips-grid{grid-template-columns:1fr}
  .sticky-radio{left:10px;right:10px;bottom:10px}
  .sticky-radio-inner{
    grid-template-columns:auto minmax(0,1fr);
    gap:10px;
    padding:10px
  }
  .sticky-radio-link{display:none}
  .sticky-radio-copy strong{font-size:15px}
  .sticky-radio-copy small{font-size:12px}
  .radio-hero-panel h1{font-size:40px}
  .radio-page-actions .btn{width:100%;justify-content:center}
  .hero-image,.hero-image-wrap{height:400px;min-height:400px}
  .hero-content h1{font-size:30px}
  .section-head h2{font-size:28px}
  .brand-name{font-size:24px}
  .player-note{flex-direction:column;align-items:flex-start}
  .article-page{padding-top:28px}
  .article-header h1{font-size:34px}
  .article-deck{font-size:18px}
  .article-body{padding:22px}
  .article-body,
  .article-body p,
  .article-body li{font-size:18px}
  .article-body .social-embed iframe{min-height:260px}
  .article-figure img{height:360px}
  .presenter-page{padding-top:28px}
  .presenter-hero{flex-direction:column;padding:18px}
  .presenter-portrait{flex:0 0 auto;width:100%}
  .presenter-portrait,
  .presenter-portrait img,
  .presenter-profile-initials{height:280px}
  .presenter-intro h1{font-size:36px}
  .presenter-post h3{font-size:26px}
  .presenter-post{padding:20px}
  .presenter-post-body,
  .presenter-post-body p,
  .presenter-post-body li{font-size:18px}
  .clip-modal{padding:12px}
  .clip-modal-body h2{font-size:24px}
}
