/* Newsroom treatment for method, legal, support, compare, and error surfaces. */
.newsroom-static {
  font-size: 17px;
  line-height: 1.6;
}

.newsroom-static .nr-static-main {
  min-height: 72vh;
  background:
    radial-gradient(circle at 78% 3%, rgba(21, 116, 238, .16), transparent 28%),
    #020b13;
}

.newsroom-static .nr-static-main > .section:first-child {
  min-height: 390px;
  display: flex;
  align-items: end;
  padding-block: 92px 58px !important;
  border-bottom: 1px solid #354d61;
  background:
    linear-gradient(90deg, rgba(1, 7, 13, .98), rgba(2, 13, 24, .78) 62%, rgba(2, 12, 22, .52)),
    radial-gradient(circle at 86% 36%, rgba(28, 124, 255, .24), transparent 30%);
}

.newsroom-static .nr-static-main > .section:first-child .shell { width: min(1320px, calc(100% - 64px)); }
.newsroom-static .nr-static-main > .section:first-child .kicker { font-size: .82rem; font-weight: 900; }
.newsroom-static .nr-static-main > .section:first-child .h-lg {
  max-width: 980px;
  margin: 10px 0 0;
  font-size: clamp(54px, 6.8vw, 96px);
  line-height: .94;
  overflow-wrap: anywhere;
}
.newsroom-static .nr-static-main > .section:first-child .lede,
.newsroom-static .nr-static-main > .section:first-child .measure {
  max-width: 820px;
  color: #d6dde2 !important;
  font: 1.18rem/1.55 Georgia, "Times New Roman", serif;
}

.newsroom-static .nr-static-main > .section:not(:first-child) {
  padding-block: 58px !important;
  border-bottom: 1px solid #263f53;
  background: #03101a;
}
.newsroom-static .nr-static-main > .section:nth-child(even) { background: #05131f; }
.newsroom-static .nr-static-main > .section:last-child { padding-bottom: 78px !important; }
.newsroom-static .nr-static-main > .section .shell { width: min(1320px, calc(100% - 64px)); }
.newsroom-static .section-head { margin-bottom: 27px; }
.newsroom-static .section-head .label { color: #ff4653; font-size: .78rem; font-weight: 900; letter-spacing: .13em; }
.newsroom-static .section-head .h-sm,
.newsroom-static .section-head .h-md { font-size: clamp(30px, 3.4vw, 48px); line-height: 1.06; overflow-wrap: anywhere; }
.newsroom-static .section-head .rule { border-color: #3a5368; }
.newsroom-static .measure { max-width: 78ch; font-size: 1.02rem; line-height: 1.72; }

.newsroom-static .statline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: none !important;
  margin-top: 34px;
  padding: 0;
  border: 1px solid #3c556a;
  background: #3c556a;
}
.newsroom-static .statline .stat {
  min-width: 0;
  min-height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  padding: 20px 24px;
  background: linear-gradient(145deg, #0b2135, #061521);
}
.newsroom-static .statline .num,
.newsroom-static .statline .label { max-width: 100%; overflow-wrap: anywhere; }
.newsroom-static .statline .num { color: white; font: 1.7rem Georgia, serif; }
.newsroom-static .statline .label { color: #93a5b3; font-size: .76rem; }

.newsroom-static .ledger { max-width: none !important; border-color: #3d566b; }
.newsroom-static .ledger-head { min-height: 52px; align-items: center; padding: 15px 22px; }
.newsroom-static .ledger-row { min-height: 86px; padding: 19px 22px; background: linear-gradient(90deg, #071927, #04111a); }
.newsroom-static .ledger-row .measure { color: #bdc8d0 !important; font-size: .96rem !important; }
.newsroom-static .cite-box { max-width: none !important; padding: 31px 35px; border-left: 4px solid #ec2635; }
.newsroom-static .cite-box .label { color: #ff5360; }
.newsroom-static .notice { padding: 17px 20px; border-left: 4px solid #ec2635; }
.newsroom-static .btn { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border-radius: 2px; font-weight: 850; }
.newsroom-static .btn:not(.btn--ghost) { border-color: #ef3441; background: #b5101c; }

/* Compare is a destination, not a legacy form floating on an empty page. */
.newsroom-compare .nr-static-main > .section:first-child { min-height: 430px; }
.newsroom-compare .nr-static-main > .section:nth-child(2) { padding-top: 52px !important; }
.newsroom-compare .compare-pick { grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr); gap: 22px; margin-bottom: 24px; }
.newsroom-compare .compare-pick .controls { padding: 0; border: 0; background: transparent; }
.newsroom-compare .compare-pick input {
  width: 100% !important;
  min-height: 62px;
  padding: 0 18px;
  border: 1px solid #526b7f;
  border-radius: 3px;
  background: #020d16;
  color: white;
  font-size: 1rem;
}
.newsroom-compare .vsmark { color: #ff4653; font: 2rem Georgia, serif; }
.newsroom-compare .compare-pick .folder-sheet { border-radius: 2px; background: #071827; box-shadow: 0 22px 45px rgba(0, 0, 0, .48); }
.newsroom-compare .cmp-hit { color: #e6ebee !important; }
.newsroom-compare .cmp-hit:hover { background: #0a2134 !important; }
.newsroom-compare #cmp-hint { min-height: 84px; display: grid; place-items: center; margin: 0; border: 1px dashed #3e586d; color: #93a5b3; }
.newsroom-compare .compare-grid { gap: 15px; }
.newsroom-compare .nr-compare-file { margin: 0; border: 1px solid #40596d; background: linear-gradient(145deg,#0b2135,#06131f); }
.newsroom-compare .nr-compare-id { display: block; padding: 12px 18px; border-bottom: 1px solid #40596d; color: #73b9ff; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.newsroom-compare .nr-compare-file-body { padding: 28px; }
.newsroom-compare .cmp-stat { border-color: #30485b; }
.newsroom-compare .agree-row { grid-template-columns: minmax(0, 1fr) 120px 120px 90px; }

/* Support keeps its working checkout but speaks the same visual language. */
.newsroom-support .nr-static-main > .section:first-child .grid-2 { grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr); gap: 70px; }
.newsroom-support .support-checkout { padding: 29px; border: 1px solid #456078; background: rgba(4, 18, 29, .92); box-shadow: 0 24px 55px rgba(0,0,0,.34); }
.newsroom-support .support-checkout--closed { margin-top: 28px; border-left: 5px solid #ec2635; box-shadow: none; }
.newsroom-support .support-checkout--closed .label { color: #ff5d68; }
.newsroom-support .support-checkout--closed h2 { margin: 8px 0 5px; color: #fff; font: 1.55rem/1.15 Georgia,serif; }
.newsroom-support .support-checkout--closed p { margin: 0; color: #b8c6cf; line-height: 1.55; }
.newsroom-support .support-periods span,
.newsroom-support .tier,
.newsroom-support .support-custom { border-color: #496277; background: #071827; color: white; }
.newsroom-support .support-periods input:checked + span,
.newsroom-support .tier.on { border-color: #f12d3a; background: #a90f19; color: white; }
.newsroom-support .support-custom input { color: white; }
.newsroom-support .nr-support-proof { padding: 34px; border: 1px solid #4c6477; border-top: 5px solid #ec2635; background: linear-gradient(145deg,#0b2135,#06131f); box-shadow: 0 25px 60px rgba(0,0,0,.35); }
.newsroom-support .nr-support-proof > span { color: #ff5360; font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.newsroom-support .nr-support-proof > strong { display: block; margin: 18px 0; color: white; font: 2rem/1.16 Georgia,serif; }
.newsroom-support .nr-support-proof > p { color: #bbc7cf; font-size: 1rem; line-height: 1.6; }
.newsroom-support .nr-support-proof > small { display: block; padding-top: 17px; border-top: 1px solid #354e63; color: #8fa2b1; font-size: .82rem; line-height: 1.5; }
.support-contact-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr); gap: 64px; align-items: start; }
.support-contact-rules { display: grid; gap: 1px; margin-top: 28px; border: 1px solid #405a6f; background: #405a6f; }
.support-contact-rules article { display: grid; gap: 4px; padding: 17px 19px; background: #071827; }
.support-contact-rules b { color: #fff; font: 1.05rem Georgia,serif; }
.support-contact-rules span { color: #9fb0bc; font-size: .83rem; line-height: 1.5; }
.support-contact-form { display: grid; gap: 16px; padding: 30px; border: 1px solid #496479; border-top: 5px solid #ec2635; background: linear-gradient(145deg,#0b2135,#06131f); box-shadow: 0 24px 55px rgba(0,0,0,.3); }
.support-contact-form label { display: grid; gap: 6px; color: #a9b8c2; font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.support-contact-form label small { color: #7f94a3; font-size: .68rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.support-contact-form input,.support-contact-form select,.support-contact-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #526c80; border-radius: 0; background: #020d16; color: #fff; font: 1rem/1.35 "Segoe UI",sans-serif; letter-spacing: 0; text-transform: none; }
.support-contact-form textarea { min-height: 155px; resize: vertical; }
.support-contact-form input:focus,.support-contact-form select:focus,.support-contact-form textarea:focus { outline: 3px solid rgba(76,164,255,.35); outline-offset: 1px; border-color: #6db7ff; }
.support-contact-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.support-contact-form .btn { justify-self: start; border: 0; cursor: pointer; }
.support-contact-privacy { margin: 0; color: #8fa2b1; font-size: .76rem; line-height: 1.5; }
.support-honeypot { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; white-space: nowrap!important; }
.support-request-receipt,.support-request-unavailable { margin-bottom: 18px; padding: 24px 27px; border: 1px solid #4e6b80; border-left: 5px solid #2c9c6c; background: #09271f; }
.support-request-receipt > span { display: block; color: #83dcb2; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.support-request-receipt > strong { display: block; margin: 7px 0; color: #fff; font: 1.55rem ui-monospace,SFMono-Regular,Consolas,monospace; }
.support-request-receipt p,.support-request-unavailable p { margin: 0; color: #bbcbc4; line-height: 1.55; }
.support-request-unavailable { border-left-color: #ec2635; background: #2a1014; }
.support-request-unavailable strong { display: block; margin-bottom: 5px; color: #fff; font: 1.25rem Georgia,serif; }
.newsroom-support .merch { gap: 14px; }
.newsroom-support .merch .item { padding: 20px; border: 1px solid #3b5368; background: linear-gradient(145deg,#0b2135,#06131f); }
.newsroom-support .merch .canvas { border-color: #435e75; background: #020d16; }
.nr-merch-status,.nr-merch-promise { width: 82%; padding: 24px; border: 1px solid #4a6377; border-top: 6px solid #ec2635; background: #071827; box-shadow: 0 18px 35px rgba(0,0,0,.35); }
.nr-merch-status span,.nr-merch-status small,.nr-merch-promise small { display: block; color: #8fa4b4; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nr-merch-status b { display: block; margin: 16px 0; color: white; font: 2rem/1 Georgia,serif; }
.nr-merch-type { display: flex; align-items: center; gap: 15px; color: white; font: 900 2.2rem/1 "Segoe UI",sans-serif; }
.nr-merch-type span:first-child { color: #68b5ff; }.nr-merch-type span:last-child { color: #ff5360; }.nr-merch-type i { color: #60788b; font-style: normal; }
.nr-merch-promise b,.nr-merch-promise strong { display: block; color: white; font: 900 1.55rem/1.05 "Segoe UI",sans-serif; }.nr-merch-promise strong { color: #ff4653; }.nr-merch-promise small { margin-top: 18px; }

/* Long-form legal and methods pages remain readable, but no longer leave the brand. */
.newsroom-legal .nr-static-main > .section:not(:first-child) .shell { max-width: 980px; }
.newsroom-legal .cite-box ul { margin: 14px 0 0; padding-left: 20px; }
.newsroom-legal .cite-box li { margin: 8px 0; }
.newsroom-sources .nr-static-main > .section:not(:first-child) .shell { max-width: 1160px; }
.newsroom-sources .nr-static-main > .section:first-child .statline { max-width: 1120px !important; }

/* Corrections are a chronology, not an undifferentiated activity feed. */
.newsroom-corrections .nr-static-main > .section:first-child .statline { max-width: 1040px !important; }
.nr-correction-principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.nr-correction-principles article { padding: 25px; border: 1px solid #3d566b; border-top: 4px solid #ec2635; background: linear-gradient(145deg,#0b2135,#06131f); }
.nr-correction-principles strong { display: block; color: white; font: 1.35rem/1.15 Georgia,serif; }
.nr-correction-principles p { margin-top: 12px; color: #bdc8d0; line-height: 1.62; }
.nr-correction-ledger { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.nr-correction-entry { border: 1px solid #3d566b; border-left: 5px solid #ec2635; background: linear-gradient(100deg,#071927,#04111a); }
.nr-correction-entry > header { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding: 24px 26px; border-bottom: 1px solid #324b60; }
.nr-correction-entry h3 { margin: 5px 0 0; color: white; font: clamp(1.55rem,2.4vw,2.2rem)/1.08 Georgia,serif; }
.nr-correction-entry header > a { color: #72b9ff; font-weight: 850; white-space: nowrap; }
.nr-correction-links { display: grid; justify-items: end; gap: 7px; }
.nr-correction-links a { color: #72b9ff; font-size: .78rem; font-weight: 850; white-space: nowrap; }
.nr-correction-entry dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; border-bottom: 1px solid #324b60; }
.nr-correction-entry dl > div { padding: 15px 26px; border-right: 1px solid #324b60; }
.nr-correction-entry dl > div:last-child { border-right: 0; }
.nr-correction-entry dt { color: #91a4b3; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.nr-correction-entry dd { margin: 3px 0 0; color: white; font-weight: 750; }
.nr-correction-entry h4 { margin: 22px 26px 8px; color: #ff5360; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.nr-correction-entry ul { margin: 0; padding: 0 30px 25px 48px; color: #c9d2d9; }
.nr-correction-entry li + li { margin-top: 6px; }
.nr-correction-evidence { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 4px; border-top: 1px solid #324b60; background: #324b60; }
.nr-correction-evidence h4 { grid-column: 1/-1; margin: 0; padding: 17px 26px; background: #071927; }
.nr-correction-evidence>a { display: grid; gap: 5px; padding: 20px 25px; background: #04111a; color: #d5dee4; }
.nr-correction-evidence>a>span,.nr-correction-evidence>a>small { color: #8fa4b4; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nr-correction-evidence>a>strong { color: #fff; font: 1.15rem/1.25 Georgia,serif; }
.nr-correction-evidence>a>p { margin: 5px 0 0; color: #b9c6cf; font-size: .82rem; line-height: 1.5; }

.newsroom-not-found .nr-static-main > .section:first-child { min-height: 620px; align-items: center; }
.newsroom-not-found .nr-static-main > .section:first-child .shell { max-width: 900px; }
.newsroom-embeds h1,
.newsroom-embeds h2,
.newsroom-embeds h3 { overflow-wrap: anywhere; }
.nr-static-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

@media (max-width: 900px) {
  .newsroom-static .nr-static-main > .section:first-child .shell,
  .newsroom-static .nr-static-main > .section .shell { width: min(100% - 36px, 1320px); }
  .newsroom-static .statline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsroom-compare .compare-pick { grid-template-columns: 1fr; }
  .newsroom-compare .vsmark { min-height: 34px; display: grid; place-items: center; }
  .newsroom-compare .compare-grid { grid-template-columns: 1fr; }
  .newsroom-support .nr-static-main > .section:first-child .grid-2 { grid-template-columns: 1fr; gap: 34px; }
  .support-contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .nr-correction-principles { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .newsroom-static { font-size: 16px; }
  .newsroom-static .nr-static-main > .section:first-child { min-height: 460px; padding-block: 66px 42px !important; }
  .newsroom-static .nr-static-main > .section:first-child .h-lg { font-size: 48px; }
  .newsroom-static .nr-static-main > .section:not(:first-child) { padding-block: 44px !important; }
  .newsroom-static .statline { grid-template-columns: 1fr 1fr; }
  .newsroom-static .statline .stat { min-height: 92px; padding: 16px; }
  .newsroom-static .ledger-head { display: none; }
  .newsroom-static .ledger-row { padding: 18px 16px; }
  .newsroom-static .cite-box { padding: 25px 19px; }
  .newsroom-compare .agree-row { grid-template-columns: 1fr 72px 72px; }
  .newsroom-compare .agree-row > :last-child { display: none; }
  .newsroom-support .support-checkout { padding: 22px 17px; }
  .support-contact-form { padding: 22px 17px; }
  .support-contact-pair { grid-template-columns: 1fr; }
  .newsroom-support .merch { grid-template-columns: 1fr; }
  .nr-correction-entry > header { display: block; padding: 21px 18px; }
  .nr-correction-entry header > a { display: inline-block; margin-top: 14px; white-space: normal; }
  .nr-correction-links { justify-items: start; margin-top: 14px; }
  .nr-correction-links a { white-space: normal; }
  .nr-correction-entry dl { grid-template-columns: 1fr; }
  .nr-correction-entry dl > div { padding: 12px 18px; border-right: 0; border-bottom: 1px solid #324b60; }
  .nr-correction-entry dl > div:last-child { border-bottom: 0; }
  .nr-correction-entry h4 { margin-inline: 18px; }
  .nr-correction-entry ul { padding-inline: 38px 18px; }
  .nr-correction-evidence { grid-template-columns: 1fr; }
}
