/* Vote Files action newsroom. The 1536px desktop composition follows the approved mockup. */
.newsroom-home {
  --ink: #f3f0e8;
  --muted: #91a0af;
  --dim: #637383;
  --night: #01070d;
  --navy: #03111d;
  --panel: #071827;
  --panel-2: #0b2034;
  --line: #294155;
  --line-soft: rgba(116, 151, 179, .24);
  --blue: #1676ff;
  --blue-bright: #62b7ff;
  --red: #ec1828;
  --gold: #cda866;
  --max: 1536px;
  margin: 0;
  background: #00050a;
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.34;
}

.newsroom-home::after { display: none; }
.newsroom-home * { box-sizing: border-box; }
.newsroom-home a { color: inherit; text-decoration: none; }
.newsroom-home img { display: block; max-width: 100%; }
.newsroom-home button, .newsroom-home input { font: inherit; }
.newsroom-home h1, .newsroom-home h2, .newsroom-home h3, .newsroom-home p { margin-top: 0; }
.newsroom-home .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Shared newsroom chrome */
.newsroom-home .topbar { min-height: 54px; background: #000; border-bottom: 1px solid #27384a; color: var(--ink); }
.nr-chrome { width: min(var(--max), 100%); max-width: 100%; min-width: 0; height: 54px; margin: auto; padding: 0 23px; display: flex; align-items: center; gap: 24px; overflow: hidden; }
.nr-brand { display: flex; align-items: center; gap: 10px; min-width: 355px; }
.nr-brand-main { display: flex; align-items: center; gap: 6px; font-family: Impact, "Arial Black", sans-serif; font-size: 27px; letter-spacing: .025em; line-height: 1; }
.nr-brand-star { width: 21px; height: 21px; display: grid; place-items: center; clip-path: polygon(50% 0,61% 34%,98% 35%,68% 57%,79% 94%,50% 72%,21% 94%,32% 57%,2% 35%,39% 34%); background: white; color: #06111a; font-size: 10px; }
.nr-flag-bars { display: grid; gap: 3px; width: 22px; }
.nr-flag-bars i { display: block; height: 4px; }
.nr-flag-bars i:nth-child(1) { background: var(--blue); }.nr-flag-bars i:nth-child(2) { background: white; }.nr-flag-bars i:nth-child(3) { background: var(--red); }
.nr-edition { padding-left: 6px; display: grid; gap: 1px; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.nr-edition small { color: #0980fa; font-size: 11px; letter-spacing: .35em; }
.nr-nav { min-width: 0; max-width: 100%; display: flex; gap: 24px; margin-left: auto; white-space: nowrap; }
.nr-nav a { color: #c3c8cd; font-size: 11px; }
.nr-nav a:hover { color: white; }
.nr-nav-search { width: min(395px, 26vw); position: relative; }
.nr-nav-search input { width: 100%; height: 34px; padding: 0 39px 0 14px; border: 1px solid #33465b; border-radius: 4px; color: white; background: #030a12; font-size: 11px; }
.nr-nav-search button { position: absolute; right: 1px; top: 1px; width: 36px; height: 32px; border: 0; background: none; color: white; cursor: pointer; }
.nr-search-suggest{position:absolute;z-index:200;right:0;top:45px;width:min(470px,calc(100vw - 28px));overflow:hidden;border:1px solid #496176;background:#020d16;box-shadow:0 18px 45px rgba(0,0,0,.55)}.nr-search-suggest[hidden]{display:none}.nr-search-suggest>a{display:block;padding:12px 15px;border-bottom:1px solid #263e51;color:white;text-decoration:none}.nr-search-suggest>a:hover{background:#0a2134}.nr-search-suggest span{display:block;color:#72b7ff;font-size:.68rem;font-weight:900;text-transform:uppercase}.nr-search-suggest strong{display:block;margin-top:3px;font:1rem/1.2 Georgia,serif}.nr-search-suggest small{display:block;margin-top:3px;overflow:hidden;color:#aebbc4;font-size:.73rem;white-space:nowrap;text-overflow:ellipsis}.nr-search-suggest .nr-search-all{border-bottom:0;background:#a90f19;color:white;font-size:.78rem;font-weight:900;text-transform:uppercase}.nr-search-suggest>p{margin:0;padding:18px;color:#aebbc4}
.nr-country { height: 34px; min-width: 158px; display: flex; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid #33465b; border-radius: 4px; color: #d7dade; font-size: 11px; }
.nr-country i { font-style: normal; font-size: 16px; }.nr-country b { margin-left: auto; font-weight: 400; }

.nr-main { width: min(var(--max), 100%); margin: auto; overflow: hidden; background: radial-gradient(circle at 40% 20%, rgba(0, 91, 180, .08), transparent 31%), var(--night); border-inline: 1px solid #172b3d; }

/* Open files and live record */
.nr-open-files { height: 33px; display: grid; grid-template-columns: 170px 1fr 150px; align-items: stretch; border-bottom: 1px solid var(--line); background: #030c14; }
.nr-open-files > strong { display: flex; align-items: center; gap: 10px; padding-left: 23px; background: linear-gradient(90deg, #8b1d18, #b03a28); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.nr-open-files > strong span { font-size: 18px; }.nr-open-files > small { align-self: center; color: var(--muted); font-size: 10px; text-align: right; padding-right: 22px; }
.nr-open-scroll { display: flex; min-width: 0; align-items: center; overflow: hidden; }
.nr-open-scroll a { display: flex; gap: 7px; align-items: center; height: 100%; padding: 0 18px; border-right: 1px solid var(--line-soft); font-size: 10px; white-space: nowrap; }
.nr-open-scroll a:hover span { color: var(--blue-bright); }.nr-open-scroll small { color: var(--dim); font-size: 8px; text-transform: uppercase; }
.nr-open-empty { color: var(--muted); padding-left: 20px; font-size: 10px; white-space: nowrap; }
.nr-livebar { height: 35px; display: grid; grid-template-columns: 158px 1fr 140px; align-items: center; border-bottom: 1px solid var(--line); background: #020c14; }
.nr-livebar > strong { height: 100%; display: flex; align-items: center; padding-left: 23px; background: linear-gradient(90deg, #8c0c14, #601018); text-transform: uppercase; letter-spacing: .17em; font-size: 10px; }
.nr-live-content { min-width: 0; display: flex; align-items: center; gap: 18px; padding: 0 18px; overflow: hidden; color: var(--muted); font-size: 9px; white-space: nowrap; }
.nr-live-content .nr-verified { color: #b8c0c8; border-inline: 1px solid var(--line); padding-inline: 18px; }.nr-live-content a::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 12px; border-radius: 50%; background: #f4f6f8; }
.nr-live-all { color: #77aeef; font-size: 9px; text-align: right; padding-right: 21px; }
.nr-preview-badge { position: fixed; z-index: 100; right: 16px; bottom: 16px; padding: 7px 10px; background: #ffce3b; color: #15100a; font-size: 9px; font-weight: 900; text-transform: uppercase; }

/* Opening command center */
.nr-command { height: 286px; display: grid; grid-template-columns: 22% 35% 28% 15%; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 35% 30%, rgba(12, 93, 180, .18), transparent 27%), #010a12; }
.nr-intro { position: relative; z-index: 2; padding: 17px 14px 11px 22px; background: linear-gradient(90deg, rgba(1,8,14,.98), rgba(1,8,14,.82), rgba(1,8,14,.2)); }
.nr-intro h1 { margin-bottom: 9px; font: 400 40px/.96 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.nr-intro > p { max-width: 315px; margin-bottom: 7px; color: #eceae3; font: 15px/1.18 Georgia, serif; }
.nr-intro > small { display: block; max-width: 270px; color: var(--muted); font-size: 8px; }
.nr-location { display: flex; gap: 9px; margin-top: 11px; }.nr-location input { width: 184px; height: 31px; border: 1px solid #3c5064; border-radius: 4px; padding: 0 10px; background: #05101a; color: white; font-size: 10px; }.nr-location button { height: 31px; padding: 0 15px; border: 1px solid #f0333f; border-radius: 4px; background: #ba101b; color: white; font-size: 10px; cursor: pointer; }.nr-intro em { display: block; margin-top: 5px; color: #7e8c99; font-size: 7px; font-style: normal; }
.nr-atlas { position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(ellipse at center, rgba(0,96,220,.21), transparent 64%); }
.nr-atlas::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #010a12 0, transparent 11%, transparent 88%, #010a12 100%), radial-gradient(circle at center, transparent 30%, rgba(1,7,13,.38)); pointer-events: none; }
.nr-atlas > img { position: relative; z-index: 1; width: 96%; max-height: 258px; filter: drop-shadow(0 0 15px rgba(13,107,255,.45)) saturate(1.2); }
.nr-atlas-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(30,108,186,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(30,108,186,.24) 1px, transparent 1px); background-size: 18px 18px; mask-image: radial-gradient(ellipse, #000 20%, transparent 72%); }
.nr-atlas-legend { position: absolute; z-index: 3; left: 22px; bottom: 6px; display: flex; gap: 26px; color: var(--muted); font-size: 8px; }.nr-atlas-legend span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #d6e4ef; }.nr-atlas-legend .blue::before { background: var(--blue); }.nr-atlas-legend .red::before { background: var(--red); }
.nr-national-brief { position: relative; overflow: hidden; margin: 9px 0 9px 0; border: 1px solid #3c5368; border-radius: 8px 0 0 8px; background: #07131d; }
.nr-national-brief > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) brightness(.74); }
.nr-national-brief::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(1,8,14,.96) 58%); }
.nr-national-brief > div { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 13px; }
.nr-national-brief span { display: inline-block; padding: 5px 8px; background: #aa1019; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.nr-national-brief h2 { max-width: 330px; margin: 7px 0 3px; font: 22px/1.02 Georgia, serif; }.nr-national-brief p { width: 80%; margin: 0; color: #d3d7da; font-size: 9px; }.nr-national-brief a { position: absolute; right: 0; bottom: 0; color: #75b4ff; font-size: 8px; }
.nr-stat-rail { margin: 9px 4px 9px 0; border: 1px solid #3c5368; border-left: 0; border-radius: 0 7px 7px 0; overflow: hidden; background: #06111c; }
.nr-stat-rail a { min-height: 88px; display: grid; grid-template-columns: 45px 1fr 10px; align-items: center; gap: 8px; padding: 8px 9px; border-bottom: 1px solid #2b4053; }.nr-stat-rail a:last-child { border-bottom: 0; }.nr-stat-rail a:hover { background: #0a1d2f; }.nr-stat-rail i { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #294054; border-radius: 5px; color: white; font-size: 21px; font-style: normal; }.nr-stat-rail span { min-width: 0; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.nr-stat-rail strong { display: block; margin: 4px 0 2px; overflow: hidden; color: #eae9e4; font: 19px/1 Georgia, serif; text-transform: none; letter-spacing: 0; white-space: nowrap; text-overflow: ellipsis; }.nr-stat-rail small { display: block; overflow: hidden; color: var(--muted); font-size: 8px; letter-spacing: 0; text-transform: none; white-space: nowrap; text-overflow: ellipsis; }.nr-stat-rail b { color: white; font-size: 24px; font-weight: 300; }

/* Five ranked topics */
.nr-topic-deck { padding: 0 23px 9px; border-bottom: 1px solid var(--line); background: #020c14; }
.nr-topic-deck > header { height: 37px; display: flex; align-items: center; gap: 18px; }.nr-topic-deck > header p { margin: 0; color: #d1d6da; font-size: 9px; }.nr-topic-deck > header a { color: #75b1f6; font-size: 9px; }
.nr-topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.nr-topic-card { min-width: 0; height: 249px; overflow: hidden; border: 1px solid #415569; border-radius: 5px; background: #04111b; }
.nr-topic-media { position: relative; display: block; height: 147px; overflow: hidden; }.nr-topic-media::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, #04111b); }.nr-topic-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.nr-topic-card:hover img { transform: scale(1.035); }.nr-topic-media > small { position: absolute; z-index: 2; right: 7px; top: 6px; color: rgba(255,255,255,.68); font-size: 7px; }.nr-rank { position: absolute; z-index: 3; left: 7px; top: 0; width: 28px; height: 31px; display: grid; place-items: center; background: var(--blue); box-shadow: 0 0 16px rgba(16,118,255,.7); font: 24px/1 Georgia, serif; }.nr-topic-card--red .nr-rank { background: var(--red); box-shadow: 0 0 16px rgba(236,24,40,.65); }
.nr-topic-copy { position: relative; z-index: 3; margin-top: -25px; padding: 0 11px 7px; }.nr-topic-copy h2 { margin: 0 0 2px; font: 19px/1 Georgia, serif; }.nr-topic-copy h2 a:hover { color: var(--blue-bright); }.nr-topic-copy > strong { display: block; color: #62a9ff; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.nr-topic-card--red .nr-topic-copy > strong { color: #ff5762; }.nr-topic-copy > p { height: 18px; margin: 2px 0 3px; color: #cbd3d9; font-size: 8px; overflow: hidden; }.nr-topic-copy > div { display: flex; align-items: center; gap: 6px; padding-top: 4px; border-top: 1px solid #26394a; color: var(--muted); font-size: 8px; }.nr-topic-copy > div span:not(:last-of-type)::after { content: "•"; margin-left: 6px; }.nr-spark { margin-left: auto; width: 70px; height: 17px; background: linear-gradient(135deg, transparent 0 8%, #1577ff 9% 10%, transparent 11% 18%, #1577ff 19% 20%, transparent 21% 30%, #1577ff 31% 32%, transparent 33% 42%, #1577ff 43% 44%, transparent 45% 55%, #1577ff 56% 57%, transparent 58% 67%, #1577ff 68% 69%, transparent 70% 79%, #1577ff 80% 81%, transparent 82%); border-bottom: 1px solid rgba(21,119,255,.45); }.nr-topic-card--red .nr-spark { filter: hue-rotate(125deg) saturate(2); }.nr-coverage-link { display: block; margin-top: 4px; overflow: hidden; color: #7f94a8; font-size: 7px; white-space: nowrap; text-overflow: ellipsis; }

/* Midterm voting priority */
.nr-midterm-lead{display:grid;grid-template-columns:185px minmax(300px,1fr) minmax(330px,.72fr) 230px;gap:25px;align-items:center;padding:28px 31px;border-block:1px solid #526b7d;background:radial-gradient(circle at 13% 50%,rgba(35,131,241,.19),transparent 18%),linear-gradient(112deg,#061b2d 0 64%,#0b1620 64%);color:#fff}.nr-midterm-date{padding-right:24px;border-right:1px solid #526b7d}.nr-midterm-date>span,.nr-midterm-copy>span,.nr-midterm-lead form>label{display:block;color:#83c4ff;font-size:.67rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.nr-midterm-date>strong{display:block;margin:7px 0 4px;font:1.8rem Georgia,serif}.nr-midterm-date>strong b{color:#fff;font-size:3.15rem;font-weight:400}.nr-midterm-date>small{color:#93a7b5}.nr-midterm-copy>span{color:#ff4a57}.nr-midterm-copy h2{margin:6px 0 7px;font:2.15rem/.98 Georgia,serif;letter-spacing:-.035em}.nr-midterm-copy p{margin:0;color:#adbdc8;font-size:.86rem;line-height:1.5}.nr-midterm-lead form>div{display:flex;margin-top:8px}.nr-midterm-lead input{min-width:0;flex:1;min-height:47px;padding:0 12px;border:1px solid #597387;border-radius:0;background:#020d16;color:#fff}.nr-midterm-lead input:focus{border-color:#80c4ff;outline:3px solid rgba(59,148,234,.24)}.nr-midterm-lead button{min-height:47px;padding:0 14px;border:1px solid #ef3f4e;background:#bc1521;color:#fff;font-size:.69rem;font-weight:900;text-transform:uppercase;cursor:pointer}.nr-midterm-lead form>small{display:block;margin-top:7px;color:#7f95a5;font-size:.68rem;line-height:1.35}.nr-midterm-lead>a{padding:15px 16px;border:1px solid #667d8f;color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.nr-midterm-lead>a span{float:right;color:#ff4c59}@media(max-width:1050px){.nr-midterm-lead{grid-template-columns:170px 1fr 1fr}.nr-midterm-lead>a{grid-column:2/-1}}@media(max-width:720px){.nr-midterm-lead{grid-template-columns:1fr;padding:24px 18px}.nr-midterm-date{padding:0 0 18px;border-right:0;border-bottom:1px solid #526b7d}.nr-midterm-lead>a{grid-column:1}.nr-midterm-lead form>div{display:grid}.nr-midterm-lead button{padding-inline:10px}}

/* Action tracker and visual briefs */
.nr-dashboard-row { min-height: 192px; display: grid; grid-template-columns: 44% 56%; padding: 8px 23px 11px; border-bottom: 1px solid var(--line); background: #020b13; }
.nr-action-tracker { padding-right: 14px; border-right: 1px solid #324759; }.nr-visual-brief { padding-left: 14px; }
.nr-action-tracker > header, .nr-visual-brief > header { height: 23px; display: flex; align-items: baseline; gap: 9px; }.nr-action-tracker header h2, .nr-visual-brief header h2 { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.nr-action-tracker header h2 b { margin-left: 5px; padding: 3px 4px; background: var(--red); font-size: 7px; }.nr-action-tracker header span, .nr-visual-brief header span { color: var(--muted); font-size: 8px; }.nr-action-tracker header a, .nr-visual-brief header a { margin-left: auto; color: #75b1f6; font-size: 8px; }
.nr-action-tracker > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }.nr-action-tracker article { position: relative; height: 143px; overflow: hidden; padding: 10px 9px; border: 1px solid #394f62; border-radius: 4px; background: #061521; }.nr-action-tracker article img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; filter: saturate(.55); }.nr-action-tracker article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #061521 10%, rgba(6,21,33,.76), rgba(6,21,33,.26)); }.nr-action-tracker article > *:not(img) { position: relative; z-index: 2; }.nr-action-tracker h3 { margin: 0 0 4px; font: 15px/1.1 Georgia, serif; }.nr-action-tracker p { height: 48px; margin-bottom: 6px; color: #c7ced4; font: 9px/1.35 Georgia, serif; overflow: hidden; }.nr-action-tracker small { display: block; min-height: 25px; padding-top: 4px; border-top: 1px solid #314252; color: #9aabb8; font-size: 7px; }.nr-action-tracker article a { color: #68adff; font-size: 8px; }
.nr-visual-brief > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }.nr-visual-brief > div > a { position: relative; height: 143px; overflow: hidden; border: 1px solid #3b5064; border-radius: 4px; background: #07131c; }.nr-visual-brief img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.68) saturate(.72); }.nr-visual-brief > div > a::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, #06111a); }.nr-visual-brief i { position: absolute; z-index: 2; left: 50%; top: 42%; width: 32px; height: 32px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid white; border-radius: 50%; background: rgba(0,0,0,.48); font-size: 11px; font-style: normal; }.nr-visual-brief strong, .nr-visual-brief small { position: absolute; z-index: 2; left: 8px; right: 6px; bottom: 25px; font: 13px Georgia, serif; }.nr-visual-brief small { bottom: 8px; color: var(--muted); font: 7px "Segoe UI", sans-serif; }

.nr-vote-preview { min-height: 65px; display: grid; grid-template-columns: 27% 21% 30% 22%; align-items: center; margin: 8px 23px; padding: 8px 18px 8px 46px; border: 1px solid #374e62; border-radius: 5px; background: linear-gradient(90deg, #061522, #030c14); }.nr-vote-preview > div strong { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }.nr-vote-preview > div span, .nr-vote-preview > p { color: var(--muted); font-size: 8px; }.nr-vote-preview > p { margin: 0; line-height: 1.5; }.nr-vote-preview form { display: flex; height: 34px; }.nr-vote-preview input { min-width: 0; flex: 1; padding: 0 12px; border: 1px solid #344a5e; background: #06111b; color: white; font-size: 9px; }.nr-vote-preview button { border: 0; padding: 0 13px; background: linear-gradient(90deg,#1766d5,#244cc7); color: white; font-size: 8px; }.nr-vote-preview nav { display: grid; grid-template-columns: repeat(3,1fr); }.nr-vote-preview nav a { display: flex; gap: 8px; align-items: center; justify-content: center; min-height: 38px; border-left: 1px solid #35495b; font-size: 17px; }.nr-vote-preview nav span { font-size: 9px; }.nr-vote-preview nav small { display: block; color: var(--muted); font-size: 7px; }

/* Rich continuing scroll */
.nr-scroll-intro { padding: 80px 24px 38px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(16,105,209,.2), transparent 46%), #020b13; }.nr-scroll-intro span, .nr-long-head span, .nr-court-feature > span, .nr-scotus header span, .nr-orders > span, .nr-p2025 > span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.nr-scroll-intro h2 { margin: 8px 0 5px; font: 40px Georgia, serif; }.nr-scroll-intro p { max-width: 760px; margin: auto; color: var(--muted); }
.nr-long-section { padding: 48px 24px; border-top: 1px solid var(--line); background: #020b13; }.nr-long-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 23px; }.nr-long-head h2 { margin: 5px 0 0; font: 34px Georgia, serif; }.nr-long-head p { max-width: 490px; margin: 0; color: var(--muted); }
.nr-claim-strip{display:grid;grid-template-columns:minmax(320px,1.15fr) minmax(280px,.85fr) auto;gap:34px;align-items:center;padding:30px 34px;border-top:1px solid #496174;border-bottom:1px solid #496174;background:linear-gradient(108deg,#0b2438 0 48%,#07131f 48% 100%)}.nr-claim-strip span{color:#ff4655;font-size:.7rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.nr-claim-strip h2{max-width:680px;margin:7px 0 0;font:2.1rem/1.03 Georgia,serif;letter-spacing:-.025em}.nr-claim-strip p{margin:0;color:#afbfca;font-size:.86rem;line-height:1.55}.nr-claim-strip>a{min-width:238px;padding:15px 17px;border:1px solid #ef4050;background:#bd1422;color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.nr-claim-strip>a b{float:right;font-size:1rem}
.nr-action-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #3b5368; }.nr-action-grid article { min-height: 260px; padding: 24px 28px; border-right: 1px solid #3b5368; border-bottom: 1px solid #3b5368; background: linear-gradient(145deg, #0a2037, #071521); }.nr-action-grid article:nth-child(even) { border-right: 0; border-top: 4px solid var(--red); }.nr-action-grid article:nth-child(odd) { border-top: 4px solid var(--blue); }.nr-action-grid article > div:first-child { display: flex; justify-content: space-between; color: #67b2ff; font-size: 9px; font-weight: 800; text-transform: uppercase; }.nr-action-grid article > div:first-child strong { color: #d6dce1; }.nr-action-grid h3 { min-height: 58px; margin: 21px 0 12px; font: 26px/1.04 Georgia, serif; }.nr-action-grid h3 a:hover { color: var(--blue-bright); }.nr-action-grid dl { margin: 0; border-top: 1px solid #30465a; }.nr-action-grid dl div { display: grid; grid-template-columns: 122px 1fr; padding: 9px 0; border-bottom: 1px solid #263c4f; }.nr-action-grid dt { color: #8094a8; font-size: 8px; font-weight: 800; text-transform: uppercase; }.nr-action-grid dd { margin: 0; color: #e0e5e9; font-size: 10px; }.nr-action-grid article > a { display: block; margin-top: 13px; color: white; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nr-court-section { display: grid; grid-template-columns: 39% 61%; padding: 0; }.nr-court-feature { position: sticky; top: 0; min-height: 610px; overflow: hidden; padding: 330px 42px 40px; background: #06131e; }.nr-court-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.47) saturate(.7); }.nr-court-feature::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,#020b13 75%); }.nr-court-feature > *:not(img) { position: relative; z-index: 2; }.nr-court-feature h2 { margin: 7px 0; font: 43px Georgia, serif; }.nr-court-feature p { max-width: 430px; color: #bac5cc; }.nr-case-list { padding: 25px 28px; }.nr-case-list article { min-height: 130px; padding: 18px 0; border-bottom: 1px solid #334b5e; }.nr-case-list article > div { display: flex; justify-content: space-between; color: #63aefc; font-size: 8px; text-transform: uppercase; }.nr-case-list h3 { margin: 10px 0 5px; font: 20px Georgia, serif; }.nr-case-list p { margin-bottom: 8px; color: #aebbc5; font-size: 10px; }.nr-case-list a { color: #68afff; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.nr-scotus { padding: 0; background: #090d11; }.nr-scotus > header { height: 310px; position: relative; overflow: hidden; display: flex; align-items: end; padding: 38px 45px; }.nr-scotus header img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.47) saturate(.58); }.nr-scotus header::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,7,12,.95), rgba(2,7,12,.25)), linear-gradient(0deg, rgba(2,7,12,.85), transparent); }.nr-scotus header > div { position: relative; z-index: 2; max-width: 600px; }.nr-scotus header h2 { margin: 8px 0 5px; font: 42px Georgia, serif; }.nr-scotus header p { color: #c5cbc9; }.nr-scotus > div { display: grid; grid-template-columns: repeat(3,1fr); }.nr-scotus article { min-height: 235px; padding: 28px 30px; border-right: 1px solid #4c463a; background: linear-gradient(145deg,#0a1720,#080d12); }.nr-scotus article > span { color: var(--gold); font-size: 8px; font-weight: 800; text-transform: uppercase; }.nr-scotus article h3 { min-height: 52px; margin: 16px 0 10px; font: 23px Georgia, serif; }.nr-scotus article p { min-height: 52px; color: #aeb8bc; font-size: 10px; }.nr-scotus article a { color: var(--gold); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.nr-executive { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: #e9ecee; color: #07111d; }.nr-orders, .nr-p2025 { min-height: 390px; padding: 35px; border: 1px solid #b6c0c8; background: #f5f6f6; }.nr-orders h2, .nr-p2025 h2 { margin: 8px 0 20px; font: 34px Georgia, serif; }.nr-orders > a { display: grid; grid-template-columns: 75px 1fr 100px; gap: 13px; padding: 15px 0; border-top: 1px solid #c5cdd3; }.nr-orders > a b { color: #176bcf; }.nr-orders > a time { color: #5f6d79; text-align: right; }.nr-p2025 > p { color: #596977; }.nr-p2025 > div { display: grid; grid-template-columns: 110px 1fr 45px; gap: 12px; align-items: center; margin: 17px 0; font-size: 10px; }.nr-p2025 i { height: 8px; background: #d7dde2; }.nr-p2025 i b { display: block; height: 100%; background: linear-gradient(90deg,#1479f6,#ef2736); }.nr-p2025 > a { display: block; margin-top: 25px; color: #125fbf; font-weight: 800; text-transform: uppercase; }
.nr-rollcalls { background: #061321; }.nr-rollcalls > div { border: 1px solid #40576a; }.nr-rollcalls > div a { display: grid; grid-template-columns: 125px 120px 1fr 62px 62px 105px; align-items: center; min-height: 57px; padding: 0 18px; border-bottom: 1px solid #2e4558; }.nr-rollcalls > div a:hover { background: #0a2033; }.nr-rollcalls time { color: var(--muted); font-size: 9px; }.nr-rollcalls a > strong { color: #68b2ff; }.nr-rollcalls a > span { overflow: hidden; color: #c2ccd3; white-space: nowrap; text-overflow: ellipsis; }.nr-rollcalls a > b { font: 19px Georgia, serif; }.nr-rollcalls a > b small { display: block; color: var(--muted); font: 7px "Segoe UI",sans-serif; text-transform: uppercase; }.nr-rollcalls a > em { color: white; font-size: 9px; font-style: normal; font-weight: 800; text-align: right; text-transform: uppercase; }
.nr-empty { padding: 30px; color: var(--muted); }

.newsroom-home .footer { border-top: 1px solid #263d50; background: #02080e; color: var(--muted); }.newsroom-home .footer,.newsroom-detail .footer{max-width:100%;overflow:hidden}.nr-footer-inner { width: min(var(--max), 100%); max-width:100%; min-width:0; min-height: 74px; margin: auto; padding: 17px 24px; display: grid; grid-template-columns: 220px 1fr 310px; align-items: center; gap: 25px; }.nr-footer-inner > div strong { display: block; color: white; letter-spacing: .1em; }.nr-footer-inner > div span { font-size: 8px; }.nr-footer-inner p { margin: 0; font-size: 9px; }.nr-footer-inner nav { min-width:0;display: flex; flex-wrap:wrap;gap: 20px; justify-content: end; font-size: 9px; }.nr-footer-inner small { grid-column: 1/-1; font-size: 7px; }

@media (max-width: 1240px) {
  .nr-brand { min-width: 250px; }.nr-nav { gap: 13px; }.nr-country { display: none; }
  .nr-command { grid-template-columns: 25% 42% 33%; height: 330px; }.nr-stat-rail { display: none; }
  .nr-topic-card { height: 260px; }.nr-topic-media { height: 154px; }
  .nr-dashboard-row { grid-template-columns: 1fr; gap: 18px; }.nr-action-tracker { padding-right: 0; border-right: 0; }.nr-visual-brief { padding-left: 0; }
}

@media (max-width: 900px) {
  .newsroom-home .topbar { min-height: 57px; }.nr-chrome { height: auto; min-height: 57px; padding: 9px 14px; flex-wrap: wrap; gap: 8px 15px; }.nr-brand { min-width: 0; }.nr-brand-main { font-size: 21px; }.nr-edition { display: none; }.nr-nav { order: 3; width: 100%; gap: 18px; overflow-x: auto; }.nr-nav a { padding: 5px 0; }.nr-nav-search { margin-left: auto; width: 180px; }
  .nr-open-files { grid-template-columns: 120px 1fr; }.nr-open-files > strong { padding-left: 14px; }.nr-open-files > small { display: none; }.nr-open-empty { display: none; }.nr-livebar { grid-template-columns: 112px 1fr; }.nr-livebar > strong { padding-left: 14px; }.nr-live-all { display: none; }.nr-live-content a:nth-of-type(n+3) { display: none; }
  .nr-command { height: auto; grid-template-columns: 1fr 1fr; }.nr-intro { min-height: 290px; padding: 26px 20px; }.nr-atlas { min-height: 290px; }.nr-national-brief { height: 260px; margin: 0; border-radius: 0; grid-column: 1/-1; }.nr-topic-grid { grid-template-columns: 1fr 1fr; }.nr-topic-card { height: 270px; }.nr-topic-media { height: 165px; }
  .nr-dashboard-row { padding-inline: 14px; }.nr-vote-preview { grid-template-columns: 1fr 1fr; gap: 15px; margin-inline: 14px; padding-left: 18px; }.nr-vote-preview nav { grid-column: 1/-1; }
  .nr-long-head { display: block; }.nr-long-head p { margin-top: 10px; }.nr-action-grid { grid-template-columns: 1fr; }.nr-action-grid article { border-right: 0; }.nr-court-section { grid-template-columns: 1fr; }.nr-court-feature { position: relative; min-height: 420px; padding-top: 240px; }.nr-scotus > div { grid-template-columns: 1fr; }.nr-scotus article { border-bottom: 1px solid #4c463a; }.nr-executive { grid-template-columns: 1fr; }.nr-rollcalls > div a { grid-template-columns: 100px 100px 1fr 50px 50px; }.nr-rollcalls a > em { display: none; }
}

@media (max-width: 620px) {
  .nr-nav-search { width: 150px; }.nr-flag-bars { display: none; }
  .nr-live-content { gap: 10px; }.nr-live-content .nr-verified, .nr-live-content a { display: none; }
  .nr-command { display: block; }.nr-intro { min-height: 300px; }.nr-intro h1 { font-size: 42px; }.nr-atlas { min-height: 260px; }.nr-national-brief { height: 270px; }
  .nr-topic-deck { padding-inline: 12px; }.nr-topic-grid { grid-template-columns: 1fr; }.nr-topic-card { height: 298px; }.nr-topic-media { height: 190px; }.nr-topic-copy { margin-top: -26px; }
  .nr-action-tracker > div { grid-template-columns: 1fr; }.nr-action-tracker article { height: 148px; }.nr-visual-brief > div { grid-template-columns: 1fr 1fr; }.nr-visual-brief > div > a { height: 165px; }
  .nr-vote-preview { grid-template-columns: 1fr; }.nr-vote-preview > p { display: none; }.nr-vote-preview nav { grid-column: auto; }.nr-scroll-intro { padding-top: 55px; }.nr-scroll-intro h2 { font-size: 32px; }.nr-long-section { padding: 35px 14px; }.nr-action-grid article { padding: 20px; }.nr-court-section { padding: 0; }.nr-court-feature h2, .nr-scotus header h2 { font-size: 34px; }.nr-scotus > header { height: 350px; padding: 28px 20px; }.nr-executive { padding: 14px; }.nr-orders, .nr-p2025 { padding: 25px 20px; }.nr-orders > a { grid-template-columns: 65px 1fr; }.nr-orders > a time { display: none; }.nr-rollcalls > div a { grid-template-columns: 82px 85px 1fr; padding: 9px; }.nr-rollcalls a > b { display: none; }.nr-footer-inner { grid-template-columns: 1fr; }.nr-footer-inner p, .nr-footer-inner nav, .nr-footer-inner small { grid-column: auto; justify-content: start; }
}

/* Final visual balancing after mockup comparison. */
.nr-court-feature { min-height: 520px; padding-top: 285px; }
.nr-case-list article { min-height: 116px; padding-block: 16px; }
.nr-court-feature img { filter: brightness(.52) saturate(.72); }
.nr-scotus header img { filter: brightness(.57) saturate(.66); }
.nr-scotus header::after { background: linear-gradient(90deg, rgba(2,7,12,.92), rgba(2,7,12,.18)), linear-gradient(0deg, rgba(2,7,12,.78), transparent); }
.nr-executive { background: #020b13; color: var(--ink); }
.nr-orders, .nr-p2025 { border-color: #375064; background: linear-gradient(145deg,#0a1d2d,#06121d); }
.nr-orders > a { border-color: #2f4558; }.nr-orders > a b { color: #63afff; }.nr-orders > a time, .nr-p2025 > p { color: var(--muted); }
.nr-p2025 i { background: #1d3447; }.nr-p2025 > a { color: #67afff; }

@media (max-width: 900px) { .nr-court-feature { min-height: 420px; padding-top: 240px; } }

/* Readability-first revision: approved patriotic map command center. */
.newsroom-home { font-size: 16px; }
.nr-chrome { height: 64px; padding-inline: 30px; }
.newsroom-home .topbar { min-height: 64px; }
.nr-brand { min-width: 385px; }
.nr-brand-main { font-size: 31px; }
.nr-edition { font-size: 11px; }
.nr-nav { gap: 28px; }
.nr-nav a, .nr-country { font-size: 12px; }
.nr-nav-search input { height: 39px; font-size: 12px; }
.nr-nav-search button { height: 37px; }
.nr-country { height: 39px; }

@media (max-width: 1500px) {
  .nr-brand { min-width: 325px; }
  .nr-nav { gap: 16px; }
  .nr-nav-search { width: min(245px, 18vw); }
  .nr-country { display: none; }
}

.nr-open-files { height: 40px; grid-template-columns: 190px 1fr 170px; }
.nr-open-files > strong, .nr-open-scroll a, .nr-open-empty, .nr-open-files > small { font-size: 11px; }
.nr-livebar { height: 43px; grid-template-columns: 178px 1fr 160px; }
.nr-livebar > strong, .nr-live-content, .nr-live-all { font-size: 11px; }

.nr-command {
  position: relative;
  isolation: isolate;
  height: 440px;
  grid-template-columns: 29% 49% 22%;
  background: #010812 url('/img/newsroom/public-record-brand-v2.webp') 65% 44% / cover no-repeat;
}
.nr-command::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,6,13,.50), rgba(0,9,18,.08) 27%, rgba(0,9,18,.06) 70%, rgba(0,6,13,.54)), linear-gradient(0deg, rgba(0,5,11,.48), transparent 45%, rgba(0,5,11,.2));
}
.nr-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 20px 42px 42px;
  background: linear-gradient(90deg, rgba(1,7,14,.96), rgba(1,8,15,.76) 75%, transparent);
}
.nr-intro h1 { margin-bottom: 18px; font-size: 50px; line-height: .97; }
.nr-intro > p { max-width: 375px; margin-bottom: 12px; font-size: 18px; line-height: 1.3; }
.nr-intro > small { max-width: 345px; font-size: 11px; line-height: 1.45; }
.nr-location { gap: 10px; margin-top: 20px; }
.nr-location input { width: 205px; height: 44px; padding-inline: 14px; font-size: 13px; }
.nr-location button { height: 44px; padding-inline: 19px; font-size: 12px; font-weight: 800; }
.nr-intro em { margin-top: 8px; font-size: 10px; }
.nr-atlas { background: radial-gradient(ellipse at center, rgba(0,101,225,.26), transparent 67%); }
.nr-atlas > img { width: 99%; max-height: 390px; filter: drop-shadow(0 0 24px rgba(13,107,255,.58)) saturate(1.25); }
.nr-atlas-grid { background-size: 24px 24px; }
.nr-atlas-legend { left: 28px; bottom: 17px; gap: 30px; font-size: 10px; }
.nr-atlas-legend span::before { width: 9px; height: 9px; }
.nr-stat-rail { margin: 26px 20px 26px 0; border-left: 1px solid #3c5368; border-radius: 8px; background: rgba(3,14,25,.91); }
.nr-stat-rail a { min-height: 128px; grid-template-columns: 52px 1fr 12px; gap: 12px; padding: 14px 15px; }
.nr-stat-rail i { width: 47px; height: 47px; font-size: 24px; }
.nr-stat-rail span { font-size: 10px; }
.nr-stat-rail strong { margin: 7px 0 4px; font-size: 25px; }
.nr-stat-rail small { font-size: 10px; }

.nr-national-strip {
  display: grid;
  grid-template-columns: 42% 34% 24%;
  min-height: 284px;
  margin: 18px 30px;
  overflow: hidden;
  border: 1px solid #40566a;
  border-radius: 7px;
  background: linear-gradient(135deg, #0a1d2e, #05111c);
}
.nr-national-strip figure { min-height: 282px; margin: 0; overflow: hidden; }
.nr-national-strip figure img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 47%; filter: brightness(.74) saturate(.86); }
.nr-national-strip article { position: relative; padding: 31px 34px; border-inline: 1px solid #304659; }
.nr-national-strip article > span { display: inline-block; padding: 6px 9px; background: #ae1019; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nr-national-strip h2 { margin: 16px 0 10px; font: 30px/1.05 Georgia, serif; }
.nr-national-strip article p { margin-bottom: 12px; color: #c9d1d7; font-size: 14px; line-height: 1.45; }
.nr-national-strip article small { color: var(--muted); font-size: 10px; }
.nr-national-strip article > a { position: absolute; left: 34px; bottom: 27px; color: #70b4ff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.nr-national-strip aside { padding: 27px 25px; }
.nr-national-strip aside > strong { display: block; margin-bottom: 8px; font: 22px Georgia, serif; }
.nr-national-strip aside > a:not(.nr-brief-all) { display: block; position: relative; padding: 12px 0 12px 17px; border-bottom: 1px solid #2a4053; color: #d4dce2; font-size: 11px; line-height: 1.35; }
.nr-national-strip aside i { position: absolute; left: 0; top: 17px; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.nr-national-strip .nr-brief-all { display: block; margin-top: 16px; color: #70b4ff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.nr-saved-area{margin:18px 30px;border:1px solid #466075;border-top:5px solid #1479ff;background:radial-gradient(circle at 88% 0,rgba(224,29,44,.13),transparent 30%),#061521}.nr-saved-area[hidden]{display:none}.nr-saved-shell{padding:28px}.nr-saved-shell>header{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:20px}.nr-saved-shell>header span,.nr-saved-shell>div>span{color:#ff4b58;font-size:.75rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.nr-saved-shell h2{margin:6px 0 3px;font:2.2rem Georgia,serif}.nr-saved-shell p{margin:0;color:#aebbc4}.nr-saved-shell nav{display:flex;align-items:center;gap:9px}.nr-saved-shell nav a,.nr-saved-shell nav button,.nr-saved-shell>a{padding:12px 14px;border:1px solid #486176;background:#091d2e;color:white;font-size:.75rem;font-weight:850}.nr-saved-shell nav button{cursor:pointer}.nr-saved-grid{display:grid;grid-template-columns:1fr 34%;gap:14px}.nr-saved-officials{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.nr-saved-officials>a{min-height:112px;display:grid;grid-template-columns:70px 1fr;gap:12px;align-items:center;padding:12px;border:1px solid #344e62;background:#081a29;color:white}.nr-saved-portrait{width:70px;height:88px;margin:0;background:#0b2032}.nr-saved-portrait img{width:100%;height:100%;object-fit:cover}.nr-saved-officials span,.nr-saved-case>span{display:block;color:#79bbff;font-size:.65rem;font-weight:900;text-transform:uppercase}.nr-saved-officials strong{display:block;margin:5px 0;font:1.05rem Georgia,serif}.nr-saved-officials small{color:#aebbc4;font-size:.7rem}.nr-saved-case{display:flex;flex-direction:column;justify-content:center;padding:20px;border:1px solid #344e62;border-top:4px solid #ec2635;background:#081a29;color:white}.nr-saved-case>strong{margin:9px 0;font:1.2rem Georgia,serif}.nr-saved-case p{font-size:.82rem}.nr-saved-case small{margin-top:10px;color:#ff6470;font-size:.7rem;font-weight:850}.nr-saved-shell>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:25px}.nr-saved-shell>div:first-child p{max-width:690px}.nr-saved-shell>a{display:inline-block;margin-top:16px;background:#ae101a}

.nr-topic-deck { padding: 0 30px 20px; }
.nr-topic-deck > header { height: 54px; }
.nr-topic-deck > header h2 { margin: 0; font-size: 18px; letter-spacing: .08em; text-transform: uppercase; }
.nr-topic-deck > header h2::first-letter { color: var(--red); }
.nr-topic-deck > header p, .nr-topic-deck > header a { font-size: 12px; }
.nr-topic-deck > header a { margin-left: auto; }
.nr-topic-grid { grid-template-columns: repeat(6, 1fr); gap: 16px; }
.nr-topic-card { grid-column: span 3; height: 380px; }
.nr-topic-card:nth-child(n+3) { grid-column: span 2; }
.nr-topic-media { height: 246px; }
.nr-topic-media > small { right: 10px; top: 9px; font-size: 9px; }
.nr-rank { left: 11px; width: 40px; height: 45px; font-size: 31px; }
.nr-topic-copy { margin-top: -36px; padding: 0 19px 12px; }
.nr-topic-copy h2 { margin-bottom: 6px; font-size: 31px; }
.nr-topic-copy > strong { font-size: 10px; }
.nr-topic-copy > p { height: 39px; margin: 5px 0 7px; font-size: 12px; line-height: 1.45; }
.nr-topic-copy > div { gap: 9px; padding-top: 7px; font-size: 10px; }
.nr-coverage-link { margin-top: 7px; font-size: 10px; }

.nr-dashboard-row { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding: 18px 30px 25px; }
.nr-action-tracker { padding-right: 0; border-right: 0; }
.nr-visual-brief { padding-left: 0; }
.nr-action-tracker > header, .nr-visual-brief > header { height: 39px; }
.nr-action-tracker header h2, .nr-visual-brief header h2 { font-size: 17px; }
.nr-action-tracker header h2 b { font-size: 9px; }
.nr-action-tracker header span, .nr-visual-brief header span, .nr-action-tracker header a, .nr-visual-brief header a { font-size: 11px; }
.nr-action-tracker > div { gap: 14px; }
.nr-action-tracker article { height: 212px; padding: 20px 18px; }
.nr-action-tracker h3 { margin-bottom: 9px; font-size: 24px; }
.nr-action-tracker p { height: 65px; margin-bottom: 9px; font-size: 13px; }
.nr-action-tracker small { min-height: 35px; padding-top: 7px; font-size: 10px; }
.nr-action-tracker article a { font-size: 10px; }
.nr-visual-brief > div { gap: 12px; }
.nr-visual-brief > div > a { height: 210px; }
.nr-visual-brief i { width: 43px; height: 43px; font-size: 14px; }
.nr-visual-brief strong { left: 13px; bottom: 38px; font-size: 19px; }
.nr-visual-brief small { left: 13px; bottom: 14px; font-size: 10px; }
.nr-vote-preview { min-height: 92px; margin: 2px 30px 20px; padding: 13px 20px 13px 30px; }
.nr-vote-preview > div strong { font-size: 15px; }
.nr-vote-preview > div span, .nr-vote-preview > p { font-size: 11px; }
.nr-vote-preview form { height: 42px; }
.nr-vote-preview input { font-size: 11px; }
.nr-vote-preview button { font-size: 10px; }
.nr-vote-preview nav a { min-height: 48px; font-size: 20px; }
.nr-vote-preview nav span { font-size: 11px; }
.nr-vote-preview nav small { font-size: 9px; }

@media (max-width: 1240px) {
  .nr-command { height: 425px; grid-template-columns: 31% 45% 24%; }
  .nr-stat-rail { display: block; margin-right: 12px; }
  .nr-intro { padding-left: 28px; }
  .nr-intro h1 { font-size: 44px; }
  .nr-national-strip { grid-template-columns: 40% 36% 24%; margin-inline: 20px; }
  .nr-national-strip h2 { font-size: 26px; }
}

@media (max-width: 900px) {
  .newsroom-home .topbar { min-height: 64px; }
  .nr-chrome { height: auto; min-height: 64px; }
  .nr-brand { min-width: 0; width: auto; }
  .nr-nav { scrollbar-width: none; }
  .nr-nav::-webkit-scrollbar { display: none; }
  .nr-command { height: auto; grid-template-columns: 42% 58%; }
  .nr-intro { min-height: 360px; padding: 35px 24px; }
  .nr-intro h1 { font-size: 43px; }
  .nr-atlas { min-height: 360px; }
  .nr-stat-rail { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-radius: 0; border-inline: 0; }
  .nr-stat-rail a { min-height: 112px; border-right: 1px solid #2b4053; border-bottom: 0; }
  .nr-national-strip { grid-template-columns: 1fr 1fr; min-height: 0; margin: 15px; }
  .nr-national-strip figure { min-height: 270px; }
  .nr-national-strip aside { grid-column: 1 / -1; border-top: 1px solid #304659; }
  .nr-saved-grid{grid-template-columns:1fr}.nr-saved-officials{grid-template-columns:1fr 1fr}.nr-saved-shell>header{display:block}.nr-saved-shell nav{margin-top:18px;flex-wrap:wrap}
  .nr-topic-deck { padding-inline: 15px; }
  .nr-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nr-topic-card, .nr-topic-card:nth-child(n+3) { grid-column: auto; }
  .nr-topic-card { height: 340px; }
  .nr-topic-media { height: 210px; }
  .nr-topic-copy h2 { font-size: 26px; }
  .nr-dashboard-row { padding-inline: 15px; }
  .nr-visual-brief > div { grid-template-columns: repeat(3, 1fr); }
  .nr-visual-brief > div > a { height: 195px; }
  .nr-vote-preview { margin-inline: 15px; padding-left: 20px; }
}

@media (max-width: 620px) {
  .nr-chrome { padding-inline: 14px; }
  .nr-brand { min-width: 0; width: auto; }
  .nr-command { display: block; }
  .nr-intro { min-height: 340px; padding: 36px 22px 28px; }
  .nr-intro h1 { font-size: 44px; }
  .nr-intro > p { font-size: 17px; }
  .nr-location { display: grid; grid-template-columns: 1fr; }
  .nr-location input, .nr-location button { width: 100%; }
  .nr-atlas { min-height: 305px; }
  .nr-atlas-legend { left: 15px; right: 15px; justify-content: space-between; gap: 8px; font-size: 8px; }
  .nr-stat-rail { display: block; }
  .nr-stat-rail a { min-height: 96px; border-right: 0; border-bottom: 1px solid #2b4053; }
  .nr-national-strip { display: block; margin: 12px; }
  .nr-national-strip figure { height: 230px; min-height: 0; }
  .nr-national-strip article { min-height: 320px; padding: 28px 22px; border: 0; border-top: 1px solid #304659; }
  .nr-national-strip h2 { font-size: 28px; }
  .nr-national-strip article > a { left: 22px; bottom: 25px; }
  .nr-national-strip aside { padding: 25px 22px; }
  .nr-saved-area{margin:12px}.nr-saved-shell{padding:22px}.nr-saved-shell h2{font-size:1.85rem}.nr-saved-officials{grid-template-columns:1fr}.nr-saved-shell nav{display:grid}.nr-saved-shell nav a,.nr-saved-shell nav button{text-align:center}.nr-saved-shell>div:first-child{display:block}
  .nr-topic-deck { padding-inline: 12px; }
  .nr-topic-deck > header { height: auto; min-height: 60px; }
  .nr-topic-grid { grid-template-columns: 1fr; }
  .nr-topic-card { height: 370px; }
  .nr-topic-media { height: 238px; }
  .nr-topic-copy h2 { font-size: 30px; }
  .nr-topic-copy > p { font-size: 12px; }
  .nr-action-tracker > div { grid-template-columns: 1fr; }
  .nr-action-tracker article { height: 210px; }
  .nr-visual-brief > div { grid-template-columns: 1fr 1fr; }
  .nr-visual-brief > div > a { height: 190px; }
  .nr-vote-preview { margin-inline: 12px; }
}

/* Final legibility pass: news-site scale with a 16px minimum for meaningful copy. */
.newsroom-home {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.48;
}
.nr-nav a, .nr-nav-search input, .nr-country { font-size: .8125rem; }
.nr-brand-main { flex-shrink: 0; white-space: nowrap; }
.nr-open-files > strong, .nr-open-scroll a, .nr-open-empty, .nr-open-files > small,
.nr-livebar > strong, .nr-live-content, .nr-live-all { font-size: .75rem; }
.nr-open-scroll small { font-size: .6875rem; }
.nr-intro > small { max-width: 360px; color: #b6c1cb; font-size: 1rem; line-height: 1.5; }
.nr-intro em { color: #a4b1bd; font-size: .8125rem; }
.nr-location input, .nr-location button { font-size: .9375rem; }
.nr-location input { flex: 1 1 auto; width: auto; min-width: 0; }
.nr-location button { flex: 0 0 auto; white-space: nowrap; }
.nr-atlas-legend { font-size: .75rem; }
.nr-stat-rail span { font-size: .75rem; line-height: 1.25; }
.nr-stat-rail strong { font-size: 1.65rem; line-height: 1.05; }
.nr-stat-rail small { color: #aebbc6; font-size: .8125rem; line-height: 1.3; white-space: normal; }

.nr-national-strip { min-height: 330px; }
.nr-national-strip figure { min-height: 328px; }
.nr-national-strip article { min-height: 328px; }
.nr-national-strip article > span { font-size: .75rem; }
.nr-national-strip h2 { font-size: 2rem; line-height: 1.08; }
.nr-national-strip article p { font-size: 1rem; line-height: 1.55; }
.nr-national-strip article small { font-size: .8125rem; }
.nr-national-strip article > a, .nr-national-strip .nr-brief-all { font-size: .8125rem; }
.nr-national-strip aside > strong { font-size: 1.65rem; }
.nr-national-strip aside > a:not(.nr-brief-all) { padding-block: 15px; font-size: .9375rem; line-height: 1.5; }
.nr-national-strip aside i { top: 23px; }

.nr-topic-deck > header { min-height: 64px; height: auto; }
.nr-topic-deck > header h2 { font-size: 1.25rem; }
.nr-topic-deck > header p, .nr-topic-deck > header a { font-size: .875rem; }
.nr-topic-card { height: auto; min-height: 430px; display: flex; flex-direction: column; }
.nr-topic-media { height: 270px; flex-shrink: 0; }
.nr-topic-media > small { font-size: .75rem; }
.nr-topic-copy { margin-top: -39px; padding: 0 21px 16px; flex: 1; display: flex; flex-direction: column; }
.nr-topic-copy h2 { font-size: 2rem; line-height: 1.05; overflow-wrap: anywhere; }
.nr-topic-copy > strong { font-size: .8125rem; flex-wrap: wrap; }
.nr-topic-copy > p { height: auto; min-height: 48px; overflow: visible; font-size: .9375rem; line-height: 1.5; }
.nr-topic-copy > div { font-size: .8125rem; }
.nr-coverage-link { font-size: .75rem; white-space: normal; overflow-wrap: anywhere; }

.nr-action-tracker > header, .nr-visual-brief > header { min-height: 48px; height: auto; }
.nr-action-tracker header h2, .nr-visual-brief header h2 { font-size: 1.25rem; }
.nr-action-tracker header h2 b { font-size: .75rem; }
.nr-action-tracker header span, .nr-visual-brief header span,
.nr-action-tracker header a, .nr-visual-brief header a { font-size: .875rem; }
.nr-action-tracker article { height: 255px; padding: 23px 21px; }
.nr-action-tracker h3 { font-size: 1.65rem; }
.nr-action-tracker p { height: 75px; font-size: 1rem; line-height: 1.5; }
.nr-action-tracker small { min-height: 42px; font-size: .8125rem; line-height: 1.4; }
.nr-action-tracker article a { font-size: .8125rem; }
.nr-visual-brief > div > a { height: 235px; }
.nr-visual-brief strong { bottom: 47px; font-size: 1.4rem; }
.nr-visual-brief small { bottom: 17px; font-size: .875rem; }
.nr-vote-preview { min-height: 108px; }
.nr-vote-preview > div strong { font-size: 1.0625rem; }
.nr-vote-preview > div span, .nr-vote-preview > p { font-size: .875rem; line-height: 1.45; }
.nr-vote-preview input, .nr-vote-preview button, .nr-vote-preview nav span { font-size: .8125rem; }
.nr-vote-preview nav small { font-size: .75rem; }

.nr-scroll-intro p, .nr-long-head p, .nr-court-feature p, .nr-scotus header p,
.nr-p2025 > p, .nr-footer-inner p { font-size: 1rem; line-height: 1.55; }
.nr-scroll-intro span, .nr-long-head span, .nr-court-feature > span, .nr-scotus header span,
.nr-orders > span, .nr-p2025 > span { font-size: .8125rem; }
.nr-action-grid article { min-height: 310px; }
.nr-action-grid article > div:first-child { font-size: .75rem; }
.nr-action-grid h3 { min-height: 68px; font-size: 1.8rem; line-height: 1.1; }
.nr-action-grid dt { font-size: .75rem; }
.nr-action-grid dd { font-size: .9375rem; line-height: 1.45; }
.nr-action-grid article > a { font-size: .8125rem; }
.nr-case-list article { min-height: 155px; padding-block: 21px; }
.nr-case-list article > div { font-size: .75rem; }
.nr-case-list h3 { font-size: 1.5rem; line-height: 1.18; }
.nr-case-list p { font-size: .9375rem; line-height: 1.5; }
.nr-case-list a { font-size: .8125rem; }
.nr-scotus article { min-height: 285px; }
.nr-scotus article > span, .nr-scotus article a { font-size: .75rem; }
.nr-scotus article h3 { font-size: 1.55rem; line-height: 1.15; }
.nr-scotus article p { font-size: .9375rem; line-height: 1.5; }
.nr-orders > a, .nr-p2025 > div { font-size: .9375rem; }
.nr-p2025 > a { font-size: .875rem; }
.nr-rollcalls > div a { min-height: 72px; }
.nr-rollcalls time { font-size: .75rem; }
.nr-rollcalls a > span { font-size: .9375rem; }
.nr-rollcalls a > b small { font-size: .6875rem; }
.nr-rollcalls a > em { font-size: .75rem; }
.nr-footer-inner > div span, .nr-footer-inner nav { font-size: .8125rem; }
.nr-footer-inner small { font-size: .75rem; }

@media (max-width: 1240px) {
  .nr-national-strip { min-height: 350px; }
  .nr-national-strip figure, .nr-national-strip article { min-height: 348px; }
  .nr-stat-rail strong { font-size: 1.45rem; }
  .nr-stat-rail small { font-size: .75rem; }
}

@media (max-width: 1320px) {
  .nr-brand { min-width: 300px; }
  .nr-nav { gap: 17px; }
  .nr-country { display: none; }
}

@media (max-width: 900px) {
  .nr-national-strip figure { min-height: 310px; }
  .nr-national-strip article { min-height: 365px; }
  .nr-topic-card { min-height: 420px; }
  .nr-topic-media { height: 255px; }
  .nr-visual-brief > div > a { height: 225px; }
}

@media (max-width: 620px) {
  .newsroom-home { font-size: 16px; }
  .nr-intro { min-height: 385px; }
  .nr-intro > small { font-size: .9375rem; }
  .nr-atlas-legend { font-size: .6875rem; }
  .nr-stat-rail a { min-height: 120px; }
  .nr-stat-rail strong { font-size: 1.55rem; }
  .nr-stat-rail small { font-size: .8125rem; }
  .nr-national-strip article { min-height: 390px; }
  .nr-national-strip aside > a:not(.nr-brief-all) { font-size: .9375rem; }
  .nr-topic-deck > header { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; padding-block: 12px; }
  .nr-topic-deck > header p { grid-column: 1 / -1; }
  .nr-topic-card { min-height: 435px; }
  .nr-topic-media { height: 260px; }
  .nr-topic-copy > p { min-height: 52px; }
  .nr-action-tracker > header, .nr-visual-brief > header { flex-wrap: wrap; padding-block: 8px; }
  .nr-action-tracker article { height: 250px; }
  .nr-visual-brief > div { grid-template-columns: 1fr; }
  .nr-visual-brief > div > a { height: 245px; }
  .nr-vote-preview { min-height: 120px; }
  .nr-action-grid article { min-height: 340px; }
  .nr-case-list article { min-height: 175px; }
}
.nr-stage{display:inline-flex;align-items:center;padding:4px 7px;border:1px solid #3d7bc3;background:#102f4e;color:#9bcbff;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.nr-stage--blocked{border-color:#d45b64;background:#42151b;color:#ff9da5}.nr-stage--challenged{border-color:#de8b2c;background:#3d2910;color:#ffc779}.nr-stage--completed{border-color:#3c9a6d;background:#123a29;color:#93e2ba}.nr-stage--proposed{border-color:#7b8791;background:#27313a;color:#d6dce1}.nr-stage--rejected{border-color:#865a91;background:#321d38;color:#dfafe9}
.nr-daily{padding:20px 30px;background:radial-gradient(circle at 8% 0,rgba(30,119,225,.18),transparent 31%),#020c15;color:white}.nr-daily[hidden]{display:none}.nr-daily-shell{overflow:hidden;border:1px solid #466176;border-top:6px solid #1479ff;background:#071827;box-shadow:0 14px 35px rgba(0,0,0,.22)}.nr-daily-shell>header{display:grid;grid-template-columns:1fr 250px;gap:35px;align-items:end;padding:29px 31px;border-bottom:1px solid #385064}.nr-daily-shell>header>div>span,.nr-daily-area header>span{color:#ff4e5b;font-size:.76rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.nr-daily-shell>header h2{margin:6px 0 5px;font:2.6rem/1 Georgia,serif}.nr-daily-shell>header p{margin:0;color:#aebbc4}.nr-daily-shell>header aside{display:grid;grid-template-columns:64px 1fr;align-items:center;padding-left:25px;border-left:1px solid #3b5365}.nr-daily-shell>header aside b{grid-row:1/3;font:3rem Georgia,serif}.nr-daily-shell>header aside span{color:#bdc8d0}.nr-daily-shell>header aside a{color:#79bbff;font-size:.75rem;font-weight:850;text-transform:uppercase}.nr-daily-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(350px,.7fr)}.nr-daily-updates{display:grid;grid-template-columns:1fr 1fr;border-right:1px solid #385064}.nr-daily-item{min-height:220px;display:flex;flex-direction:column;padding:23px;border-right:1px solid #2d4558;border-bottom:1px solid #2d4558;color:white}.nr-daily-item.is-new{background:linear-gradient(145deg,rgba(184,16,29,.2),transparent 62%)}.nr-daily-item>div{display:flex;justify-content:space-between;align-items:center;gap:10px}.nr-daily-item time{color:#9fadb8;font-size:.75rem}.nr-daily-item>strong{margin:15px 0 8px;font:1.45rem/1.1 Georgia,serif}.nr-daily-item p{margin:0;color:#b9c4cc;font-size:.92rem;line-height:1.45}.nr-daily-item>small{margin-top:auto;padding-top:16px;color:#ff6571;font-weight:800}.nr-daily-area{padding:24px}.nr-daily-area header{padding-bottom:15px;border-bottom:1px solid #324b5e}.nr-daily-area h3{margin:5px 0 0;font:1.7rem Georgia,serif}.nr-daily-area header>a{display:inline-block;margin-top:10px;color:#79bbff;font-size:.72rem;font-weight:850}.nr-daily-area>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.nr-daily-area>div>a{padding:13px;border:1px solid #30495c;background:#0a1e2e;color:white}.nr-daily-area>div span,.nr-daily-case>span{display:block;color:#78baff;font-size:.64rem;font-weight:900;text-transform:uppercase}.nr-daily-area>div strong{display:block;margin:5px 0;font:1rem Georgia,serif}.nr-daily-area>div small{color:#aebbc4;font-size:.7rem}.nr-daily-case{display:block;margin-top:10px;padding:15px;border:1px solid #405569;border-top:4px solid #e32635;background:#0a1e2e;color:white}.nr-daily-case>strong{display:block;margin:7px 0;font:1.05rem Georgia,serif}.nr-daily-case p{margin:0;color:#b7c2ca;font-size:.8rem}.nr-daily-case small{display:block;margin-top:8px;color:#ff737e;font-size:.7rem;font-weight:800}.nr-daily-none{grid-column:1/-1;padding:25px}.nr-daily-none strong{font:1.35rem Georgia,serif}.nr-daily-none p{color:#aebbc4}.nr-daily-none a{color:#79bbff;font-weight:800}.nr-daily-loading{padding:25px;color:#aebbc4}.nr-daily-shell>footer{display:flex;justify-content:space-between;gap:25px;padding:16px 30px;border-top:1px solid #385064;color:#9eacb7;font-size:.78rem}.nr-daily-shell>footer nav{display:flex;gap:20px}.nr-daily-shell>footer a{color:#9fcfff;font-weight:800}.nr-topic-copy>strong{display:flex;align-items:center;gap:8px}
.nr-topic-copy>.nr-home-signals{display:grid;grid-template-columns:auto auto 1fr;gap:8px;align-items:center}.nr-topic-copy>.nr-home-signals span{white-space:nowrap}.nr-topic-copy>.nr-home-signals span:last-child{overflow:hidden;color:#ff6571;font-weight:900;text-align:right;text-overflow:ellipsis}.nr-topic-copy>.nr-home-signals b{color:white;font-size:1rem}.nr-topic-copy>.nr-home-signals span:not(:last-of-type)::after{content:"";margin:0}
.nr-topic-card--brief .nr-home-signals{grid-template-columns:auto minmax(0,1fr)}.nr-topic-card--brief .nr-home-signals span{white-space:normal}.nr-topic-card--brief .nr-home-signals span:last-child{grid-column:1/-1;overflow:visible;text-align:left;text-overflow:clip}
.nr-topic-media--brief{isolation:isolate;background:#061522;border-bottom:1px solid #4e6374}.nr-topic-media--brief>img{position:absolute;inset:0;z-index:0}.nr-topic-media--brief::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(2,9,15,.9),rgba(2,9,15,.24) 72%),linear-gradient(0deg,#04111b 0,rgba(4,17,27,.83) 42%,rgba(4,17,27,.05) 82%)}.nr-topic-media--brief::after{display:none}.nr-breaking-question{position:absolute;z-index:2;inset:56px 18px 20px;display:flex;flex-direction:column;justify-content:flex-end;max-width:92%;text-shadow:0 2px 10px rgba(0,0,0,.9)}.nr-breaking-question>span{color:#ff7b84;font-size:.72rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.nr-breaking-question>strong{display:block;margin:7px 0;color:#fff;font:clamp(1.05rem,1.3vw,1.4rem)/1.13 Georgia,serif}.nr-breaking-question>em{color:#d4dde3;font-size:.72rem;font-style:normal}.nr-topic-card--brief .nr-topic-copy{margin-top:0;padding-top:12px}.nr-topic-card--brief .nr-topic-copy>p{height:auto;min-height:48px}.nr-topic-card--brief .nr-coverage-link{color:#9fcfff}
@media(max-width:900px){.nr-daily{padding-inline:15px}.nr-daily-shell>header{grid-template-columns:1fr 210px}.nr-daily-grid{grid-template-columns:1fr}.nr-daily-updates{border-right:0}.nr-daily-area{border-top:1px solid #385064}}
@media(max-width:620px){.nr-daily{padding:12px}.nr-daily-shell>header{display:block;padding:24px 21px}.nr-daily-shell>header h2{font-size:2.1rem}.nr-daily-shell>header aside{margin-top:20px;padding:16px 0 0;border-left:0;border-top:1px solid #3b5365}.nr-daily-updates{grid-template-columns:1fr}.nr-daily-item{min-height:205px}.nr-daily-area{padding:21px}.nr-daily-area>div{grid-template-columns:1fr}.nr-daily-shell>footer{display:block;padding:16px 21px}.nr-daily-shell>footer nav{margin-top:9px;justify-content:space-between}.nr-topic-copy>.nr-home-signals{grid-template-columns:1fr 1fr}.nr-topic-copy>.nr-home-signals span:last-child{grid-column:1/-1;text-align:left}}
@media(max-width:900px){.nr-claim-strip{grid-template-columns:1fr 1fr}.nr-claim-strip>a{grid-column:1/-1;width:max-content}}
@media(max-width:620px){.nr-claim-strip{grid-template-columns:1fr;padding:25px 20px}.nr-claim-strip h2{font-size:1.75rem}.nr-claim-strip>a{grid-column:auto;width:100%;min-width:0}}
