:root {
  --alerts-header-offset: 74px;
  --ff-border: rgba(255,255,255,.11);
  --ff-panel: rgba(255,255,255,.042);
  --ff-muted: rgb(161 161 170);
  --ff-copy: rgb(212 212 216);
  --ff-rose: rgb(251 113 133);
  --ff-emerald: rgb(52 211 153);
  --ff-sky: rgb(56 189 248);
  --ff-amber: rgb(251 191 36);
  --ff-violet: rgb(196 181 253);
}

@media (max-width: 767px) {
  :root { --alerts-header-offset: 118px; }
}

html { scroll-behavior: smooth; }
body.alerts-article-page {
  padding-top: var(--alerts-header-offset) !important;
  background:
    radial-gradient(circle at 50% -12%, rgba(251,113,133,.075), transparent 28%),
    radial-gradient(circle at 16% 36%, rgba(245,158,11,.030), transparent 26%),
    radial-gradient(circle at 88% 34%, rgba(255,255,255,.020), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.018) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #030303 0%, #070707 44%, #010101 100%) !important;
  background-size: auto, auto, auto, 42px 42px, auto;
  background-attachment: fixed;
  color: rgb(244 244 245) !important;
}
body.alerts-article-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px),
    radial-gradient(circle at 50% 34%, rgba(251,113,133,.030), transparent 34%);
  background-size: 52px 52px, 52px 52px, auto;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.40), rgba(0,0,0,.22) 58%, transparent 92%);
}
.focus-ring:focus-visible { outline: 3px solid rgba(251,113,133,.45); outline-offset: 3px; }
.alerts-header-glass {
  border-bottom: 1px solid rgba(212,212,216,.13);
  background:
    linear-gradient(180deg, rgba(5,5,5,.88), rgba(5,5,5,.64)),
    radial-gradient(circle at top left, rgba(251,113,133,.055), transparent 34%);
  box-shadow: 0 16px 42px rgba(0,0,0,.34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.hero-glow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(251,113,133,.075), transparent 24%),
    radial-gradient(circle at 76% 20%, rgba(196,181,253,.055), transparent 24%),
    radial-gradient(circle at 38% 0%, rgba(255,255,255,.045), transparent 28%),
    linear-gradient(180deg, #101010 0%, #050505 66%, #010101 100%);
  border-bottom: 1px solid rgba(251,113,133,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), inset 0 -80px 120px rgba(0,0,0,.52), 0 30px 90px rgba(0,0,0,.42);
}
.hero-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0%, transparent 46%, rgba(251,113,133,.045) 47%, transparent 56%);
  background-size: 48px 48px, 48px 48px, auto;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.42) 62%, transparent 100%);
}
.divider-fade { height: 1px; background: linear-gradient(to right, transparent, rgba(148,163,184,.4), transparent); }
.article-shell {
  border: 1px solid var(--ff-border);
  background: rgba(255,255,255,.038);
  box-shadow: 0 24px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.085);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.article-prose { width: min(100%, 780px); margin-inline: auto; }
.article-wide { width: 100%; margin-block: 2.75rem; }
.article-copy p { margin-top: 1.25rem; line-height: 1.9; color: var(--ff-copy); }
.article-copy h2 { margin-top: 3.25rem; font-size: clamp(1.55rem, 2vw, 2rem); line-height: 1.25; font-weight: 650; color: white; scroll-margin-top: calc(var(--alerts-header-offset) + 1rem); }
.article-copy h3 { margin-top: 2rem; font-size: 1.25rem; line-height: 1.35; font-weight: 650; color: white; }
.article-copy ul, .article-copy ol { margin-top: 1.25rem; margin-left: 1.25rem; color: var(--ff-copy); }
.article-copy li { margin-top: .7rem; padding-left: .25rem; line-height: 1.75; }
.article-copy a { color: var(--ff-rose); text-decoration: underline; text-decoration-color: rgba(251,113,133,.45); text-underline-offset: 3px; }
.article-copy a:hover { color: white; text-decoration-color: rgba(255,255,255,.55); }
.article-copy blockquote { margin-top: 1.75rem; border-left: 3px solid rgba(248,113,113,.62); padding: .15rem 0 .15rem 1.15rem; color: rgb(226 232 240); font-size: 1.08rem; line-height: 1.9; }
.article-copy sup a { text-decoration: none; font-weight: 700; }
.lede { font-size: 1.16rem; line-height: 1.9; color: rgb(228 228 231); }
.eyebrow { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: rgb(244 114 182); }
.callout { margin-top: 2rem; border: 1px solid var(--ff-border); padding: 1.25rem; background: rgba(15,23,42,.48); }
.callout p { margin-top: .55rem !important; }
.callout-warning { border-color: rgba(248,113,113,.28); background: linear-gradient(180deg, rgba(127,29,29,.22), rgba(15,23,42,.52)); }
.callout-info { border-color: rgba(52,211,153,.22); background: linear-gradient(180deg, rgba(16,185,129,.09), rgba(15,23,42,.45)); }
.callout-evidence { border-color: rgba(56,189,248,.24); background: linear-gradient(180deg, rgba(14,116,144,.12), rgba(15,23,42,.45)); }
.callout-projection { border-color: rgba(196,181,253,.25); background: linear-gradient(180deg, rgba(109,40,217,.13), rgba(15,23,42,.47)); }
.callout-correction { border-color: rgba(251,191,36,.24); background: linear-gradient(180deg, rgba(146,64,14,.13), rgba(15,23,42,.47)); }
.callout-title { font-size: .84rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; color: white; }
.status-badge { display: inline-flex; align-items: center; gap: .35rem; border: 1px solid currentColor; padding: .32rem .58rem; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; line-height: 1; white-space: nowrap; }
.status-current { color: rgb(110 231 183); background: rgba(16,185,129,.08); }
.status-pilot { color: rgb(125 211 252); background: rgba(14,165,233,.08); }
.status-announced { color: rgb(253 230 138); background: rgba(245,158,11,.08); }
.status-withdrawn { color: rgb(253 164 175); background: rgba(244,63,94,.08); }
.status-projection { color: rgb(216 180 254); background: rgba(168,85,247,.08); }
.status-unsupported { color: rgb(212 212 216); background: rgba(161,161,170,.08); }
.system-diagram { border: 1px solid var(--ff-border); background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)); padding: 1.2rem; }
.system-diagram__flow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); align-items: stretch; gap: .75rem; }
.system-node { position: relative; min-height: 132px; border: 1px solid rgba(255,255,255,.12); background: rgba(2,6,23,.62); padding: 1rem; }
.system-node:not(:last-child)::after { content: "→"; position: absolute; right: -.72rem; top: 50%; transform: translate(50%,-50%); z-index: 2; color: rgb(251 113 133); font-weight: 800; }
.system-node strong { display: block; color: white; }
.system-node span { display: block; margin-top: .55rem; color: rgb(161 161 170); font-size: .86rem; line-height: 1.55; }
.layer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.layer-card { border: 1px solid var(--ff-border); background: rgba(2,6,23,.55); padding: 1.15rem; }
.layer-card h3 { margin-top: 0; }
.layer-card ul { margin-top: .75rem; }
.product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--ff-border); background: linear-gradient(180deg, rgba(255,255,255,.048), rgba(255,255,255,.022)); }
.product-card__media { min-height: 190px; display: grid; place-items: center; padding: 1.25rem; border-bottom: 1px solid var(--ff-border); background:
  linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px),
  radial-gradient(circle at 30% 25%, rgba(251,113,133,.16), transparent 40%),
  radial-gradient(circle at 75% 70%, rgba(196,181,253,.13), transparent 44%),
  #050505;
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
}
.product-card__media svg { width: min(100%, 230px); height: 150px; }
.product-card__media {
  position: relative;
  overflow: hidden;
  padding: 0;
  aspect-ratio: 16 / 9;
  min-height: 190px;
}

.product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.product-card__image--cover {
  object-fit: cover;
}

.product-card__image--contain {
  object-fit: contain !important;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  padding: .45rem;
  background:
    radial-gradient(circle at 30% 25%, rgba(251,113,133,.14), transparent 42%),
    radial-gradient(circle at 75% 70%, rgba(196,181,253,.11), transparent 46%),
    #050505;
}

.product-card__image--condor {
  object-position: center center;
  padding: .85rem 1.15rem;
}

.product-card__image--wide {
  padding: .25rem;
}

.product-card__image--portrait {
  padding: .7rem 1.25rem;
}
.product-card__content { padding: 1.25rem; }
.product-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
.product-card h3 { margin-top: 0; font-size: 1.28rem; }
.product-card p { font-size: .96rem; line-height: 1.7; }
.product-facts { margin-top: 1rem; display: grid; gap: .72rem; }
.product-facts div { display: grid; grid-template-columns: 115px 1fr; gap: .75rem; padding-top: .72rem; border-top: 1px solid rgba(255,255,255,.08); }
.product-facts dt { color: rgb(161 161 170); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.product-facts dd { color: rgb(212 212 216); font-size: .9rem; line-height: 1.55; }
.technical-details { margin-top: 1rem; border-top: 1px solid rgba(255,255,255,.09); }
.technical-details summary { cursor: pointer; padding: .95rem 0 0; color: rgb(244 244 245); font-weight: 700; }
.technical-details__body { padding-top: .5rem; color: rgb(161 161 170); font-size: .9rem; line-height: 1.65; }
.table-scroll { overflow-x: auto; border: 1px solid var(--ff-border); background: rgba(2,6,23,.45); }
.table-scroll:focus-visible { outline: 3px solid rgba(56,189,248,.35); outline-offset: 3px; }
.table-scroll table { min-width: 820px; width: 100%; border-collapse: collapse; }
.table-scroll caption { padding: 1rem; text-align: left; color: white; font-weight: 750; }
.table-scroll th, .table-scroll td { padding: .9rem 1rem; border-top: 1px solid rgba(255,255,255,.08); text-align: left; vertical-align: top; }
.table-scroll th { color: white; background: rgba(255,255,255,.045); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.table-scroll td { color: rgb(212 212 216); font-size: .9rem; line-height: 1.55; }
.projection-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.projection-card { border: 1px solid rgba(196,181,253,.23); background: linear-gradient(180deg, rgba(109,40,217,.12), rgba(255,255,255,.022)); padding: 1.2rem; }
.projection-card h3 { margin-top: .85rem; }
.projection-score-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .6rem; margin-top: 1rem; }
.projection-score-grid div { border: 1px solid rgba(255,255,255,.09); background: rgba(2,6,23,.46); padding: .75rem; }
.projection-score-grid span { display: block; color: rgb(161 161 170); font-size: .72rem; line-height: 1.4; }
.projection-score-grid strong { display: block; margin-top: .35rem; color: white; font-size: 1.05rem; }
.records-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem 1rem; }
.records-grid li { margin-top: 0; border-top: 1px solid rgba(255,255,255,.08); padding-top: .75rem; }
.source-list { counter-reset: source; margin-left: 0 !important; list-style: none !important; }
.source-list li { position: relative; margin-top: .9rem; padding: .85rem .9rem .85rem 3.25rem; border: 1px solid rgba(255,255,255,.08); background: rgba(2,6,23,.42); overflow-wrap: anywhere; }
.source-list li::before { counter-increment: source; content: counter(source); position: absolute; left: .9rem; top: .82rem; display: grid; place-items: center; width: 1.55rem; height: 1.55rem; border: 1px solid rgba(251,113,133,.45); color: rgb(251 113 133); font-size: .72rem; font-weight: 800; }
.revision-history { border-top: 1px solid rgba(255,255,255,.1); margin-top: 3rem; padding-top: 1.5rem; }
.revision-history div { display: grid; grid-template-columns: 160px 1fr; gap: 1rem; padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.07); }
.revision-history dt { color: white; font-weight: 700; }
.revision-history dd { color: rgb(161 161 170); }
.video-consent { position: relative; aspect-ratio: 16/9; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--ff-border); background:
  radial-gradient(circle at 30% 30%, rgba(251,113,133,.18), transparent 38%),
  radial-gradient(circle at 72% 68%, rgba(196,181,253,.15), transparent 42%),
  linear-gradient(180deg,#0b0b0b,#020202); }
.video-consent__inner { max-width: 560px; padding: 1.5rem; text-align: center; }
.video-consent button { margin-top: 1rem; border: 1px solid rgba(251,113,133,.55); background: rgb(185 28 28); color: white; padding: .75rem 1rem; font-weight: 750; }
.video-consent iframe { width: 100%; height: 100%; border: 0; }
.alerts-footer { border-top: 1px solid rgba(212,212,216,.13); background: radial-gradient(circle at top left, rgba(251,113,133,.045), transparent 34%), radial-gradient(circle at bottom right, rgba(245,158,11,.022), transparent 32%), linear-gradient(180deg, rgba(5,5,5,.76), rgba(2,2,2,.98)); }
.ecosystem-link { transition: opacity .18s ease, transform .18s ease; }
.ecosystem-link:hover { opacity: .86; transform: translateY(-1px); }
@media (max-width: 900px) {
  .product-grid, .projection-grid, .layer-grid { grid-template-columns: 1fr; }
  .system-diagram__flow { grid-template-columns: 1fr; }
  .system-node:not(:last-child)::after { content: "↓"; right: auto; top: auto; left: 50%; bottom: -.82rem; transform: translate(-50%,50%); }
}
@media (max-width: 700px) {
  .article-shell { border-left: 0; border-right: 0; }
  .product-facts div { grid-template-columns: 1fr; gap: .25rem; }
  .projection-score-grid { grid-template-columns: 1fr; }
  .records-grid { grid-template-columns: 1fr; }
  .revision-history div { grid-template-columns: 1fr; gap: .35rem; }
}
@media print {
  body.alerts-article-page { padding-top: 0 !important; background: white !important; color: black !important; }
  .alerts-header-glass, .alerts-footer, .video-consent, .back-link { display: none !important; }
  .article-shell, .product-card, .projection-card, .callout, .table-scroll { box-shadow: none !important; backdrop-filter: none !important; background: white !important; color: black !important; border-color: #bbb !important; }
  .article-copy p, .article-copy li, .article-copy td, .article-copy dd { color: #111 !important; }
  .article-copy h1, .article-copy h2, .article-copy h3, .article-copy strong { color: #000 !important; }
  a { color: #000 !important; text-decoration: underline !important; }
}

/* Polls & Back ecosystem footer logo */
.pollsandback-footer-link {
  align-self: center;
  justify-self: center;
  width: fit-content;
  background: #f6f1e8;
  line-height: 0;
}

.pollsandback-footer-logo {
  display: block;
  width: 150px;
  height: auto;
}
