:root {
  color-scheme: light;
  --paper: #f6f5f0;
  --ink: #242622;
  --muted: #6b6d66;
  --blue: #274de8;
  --line: #dedfd7;
  --soft: #eceee5;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible, textarea:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
button:disabled { cursor: wait; }
button[aria-pressed=true]:disabled { cursor: default; }
[hidden] { display: none !important; }
.page { max-width: 1600px; margin: auto; padding: 0 52px; }
.masthead { height: 120px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.monogram { width: 49px; height: 49px; display: flex; align-items: center; justify-content: center; background: var(--ink); color: var(--paper); border-radius: 13px; font-weight: 700; letter-spacing: -3px; font-size: 36px; padding-bottom: 5px; padding-right: 3px; }
.monogram span { color: #a3b6ff; }
.brand-name { font-size: 14px; line-height: 1.17; font-weight: 700; letter-spacing: -.35px; }
.edition { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.edition-dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; }
main { display: block; }
.poll { text-align: center; width: 100%; min-height: calc(100svh - 210px); padding: 22px 0 35px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; justify-content: center; align-items: center; gap: 14px; font-size: 11px; letter-spacing: 2.3px; font-weight: 700; margin: 0 0 25px; }
.versus { font-family: var(--serif); font-size: 17px; font-style: italic; font-weight: 400; letter-spacing: 0; color: var(--muted); }
h1 { font-size: clamp(64px, 6.8vw, 104px); font-weight: 600; line-height: .99; letter-spacing: -6px; margin: 0 auto 25px; }
h1:focus { outline: none; }
h1 em { font-family: var(--serif); font-weight: 400; color: var(--blue); letter-spacing: -6px; }
.intro { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0 0 32px; }
.mobile-break { display: none; }
.choices { display: flex; justify-content: center; gap: 15px; margin: 0 auto; max-width: 420px; width: 100%; }
.vote { display: grid; grid-template-columns: 32px auto; grid-template-rows: 32px auto; align-content: center; justify-content: center; column-gap: 13px; row-gap: 6px; width: 194px; min-height: 107px; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: transparent; transition: transform .18s, background .18s, box-shadow .18s, border-color .18s; }
.vote > span:first-of-type { font-size: 25px; font-weight: 600; text-align: left; letter-spacing: -.7px; }
.thumb { width: 31px; height: 31px; align-self: center; transition: transform .18s; }
.thumb-down { transform: rotate(180deg); }
.vote-note { grid-column: 1/-1; font-size: 11px; opacity: .8; }
.vote-yes { background: var(--blue); color: #fff; border-color: var(--blue); }
.vote:not(:disabled):hover { transform: translateY(-4px); box-shadow: 0 8px 20px #2528230c; }
.vote-no:not(:disabled):hover { background: var(--soft); border-color: #b1b5a7; }
.vote:not(:disabled):active { transform: translateY(0); }
.vote:disabled { opacity: .55; }
.voted .vote { min-height: 75px; }
.voted .vote[aria-pressed=false] { opacity: .4; cursor: default; }
.voted .vote[aria-pressed=true] { opacity: 1; box-shadow: 0 0 0 3px var(--paper), 0 0 0 4px var(--blue); }
.voted .vote-note { display: none; }
.status { font-size: 12px; line-height: 1.6; color: var(--muted); margin: 19px auto 0; min-height: 20px; max-width: 420px; }
.status.error { color: #a23e27; }
.retry { border: 0; border-bottom: 1px solid currentColor; color: var(--blue); background: none; padding: 7px 1px; font-size: 13px; }
.after-vote { max-width: 400px; width: 100%; margin: 22px auto 0; animation: appear .4s ease both; }
.verdict { font-family: var(--serif); font-style: italic; font-size: 21px; margin: 0 0 21px; }
.result-labels { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); margin-bottom: 9px; }
.result-labels strong { font-size: 17px; color: var(--ink); font-weight: 600; letter-spacing: -.5px; }
.result-bar { display: flex; gap: 4px; height: 7px; border-radius: 5px; overflow: hidden; background: var(--line); }
.result-bar span { transition: width .65s ease; }
.result-bar span:first-child { background: var(--blue); }
.result-bar span:last-child { background: #949b87; }
.vote-count { font-size: 11px; color: var(--muted); margin: 11px 0 21px; }
.share { display: inline-flex; gap: 18px; align-items: center; padding: 12px 19px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); border-radius: 50px; font-size: 13px; }
.share:hover { background: #3e423a; }
.share svg { width: 16px; height: 16px; }
.share-status { font-size: 12px; color: var(--muted); margin: 10px 0 0; }
.share-status:empty { display: none; }
.sr-result { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.footer { min-height: 90px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: 11px; }
.origin { display: flex; align-items: center; gap: 9px; }
.origin svg { width: 13px; height: 15px; color: #a84936; }
.about-link { text-decoration: none; font-size: 12px; color: var(--ink); }
.about-link span { margin-left: 8px; }
.about-link:hover { text-decoration: underline; }
.about { border-top: 1px solid var(--line); }
.about:not([open]) { height: 0; border: 0; overflow: hidden; }
.about > summary { padding: 22px 0; cursor: pointer; font-size: 13px; color: var(--muted); }
.about-content { max-width: 640px; margin: 35px auto 80px; }
.about-content .eyebrow { justify-content: flex-start; font-size: 10px; }
.about h2 { font-size: 48px; line-height: 1.07; letter-spacing: -2px; font-weight: 500; margin: 0 0 24px; }
.about h3 { font-size: 17px; margin-top: 30px; }
.about p { font-size: 15px; color: #5d6157; line-height: 1.85; }
.about .about-note { font-size: 12px; }
.about a { color: var(--blue); text-underline-offset: 4px; }
.skip-link { position: absolute; left: 20px; top: -100px; background: var(--ink); color: white; padding: 10px; z-index: 10; }
.skip-link:focus { top: 10px; }
.no-script { font-size: 13px; color: #a23e27; }
.matchup { gap: 12px; letter-spacing: 1.8px; }
.analytics-choice { max-width: 400px; margin: 18px auto 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.analytics-choice label { display: flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; }
.analytics-choice input { width: 14px; height: 14px; accent-color: var(--blue); margin: 0; }
.analytics-choice input:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.analytics-choice p { margin: 3px 0 0; font-size: 10px; }
.analytics-choice a { text-underline-offset: 3px; }
#analytics-status:empty { display: none; }
.news-jump { display: inline-block; align-self: center; font-size: 11px; text-decoration: none; margin-top: 28px; color: var(--muted); }
.news-jump span { margin-left: 10px; }
.news-jump:hover { color: var(--blue); }
.news { padding: 64px 0 58px; border-top: 1px solid var(--line); max-width: 1050px; margin: auto; scroll-margin-top: 28px; }
.news-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 36px; gap: 20px; }
.news .eyebrow { justify-content: flex-start; font-size: 10px; margin-bottom: 14px; color: var(--muted); }
.news h2 { font-size: 42px; font-weight: 500; letter-spacing: -1.8px; margin: 0; }
.news-updated { font-size: 11px; color: var(--muted); margin: 0 0 5px; }
.news-item { display: grid; grid-template-columns: 175px 1fr; gap: 35px; padding: 29px 0; border-top: 1px solid var(--line); }
.news-meta { display: flex; flex-direction: column; gap: 11px; padding-top: 5px; color: var(--muted); font-size: 11px; }
.news-category { font-size: 9px; letter-spacing: 1px; color: var(--blue); font-weight: 700; }
.news h3 { font-size: 22px; font-weight: 500; letter-spacing: -.6px; line-height: 1.35; margin: 0 0 11px; }
.news h3 a { text-decoration: none; }
.news h3 a:hover { color: var(--blue); }
.news h3 span { font-size: 17px; color: var(--muted); white-space: nowrap; }
.news-item p { font-size: 13px; line-height: 1.75; color: var(--muted); max-width: 680px; margin: 0 0 11px; }
.news-source { font-size: 10px; color: var(--muted); }
.news-note { font-size: 11px; line-height: 1.7; color: var(--muted); margin: 20px 0 0; }
#copy-fallback { margin: 15px auto; text-align: left; font-size: 12px; }
#share-text { width: 100%; margin-top: 8px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 8px; font: inherit; line-height: 1.6; resize: vertical; }
@keyframes appear { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1500px) {
  h1 { font-size: 110px; }
  .poll { padding-top: 35px; padding-bottom: 55px; }
}
@media (max-width: 700px) {
  .page { padding: 0 24px; }
  .masthead { height: 95px; }
  .monogram { width: 42px; height: 42px; font-size: 32px; border-radius: 11px; }
  .brand-name { font-size: 12px; }
  .edition { font-size: 10px; }
  .edition-dot { width: 5px; height: 5px; }
  .brand { gap: 10px; }
  .poll { min-height: calc(100svh - 145px); padding: 24px 0 32px; }
  h1 { font-size: clamp(59px, 12vw, 78px); letter-spacing: -3.7px; line-height: 1.01; margin-bottom: 24px; }
  h1 em { letter-spacing: -3.5px; }
  .eyebrow { margin-bottom: 24px; font-size: 10px; }
  .intro { font-size: 13px; margin-bottom: 28px; }
  .choices { gap: 12px; max-width: 340px; }
  .vote { width: calc(50% - 6px); min-height: 99px; border-radius: 14px; }
  .vote > span:first-of-type { font-size: 23px; }
  .vote-note { font-size: 10px; }
  .footer { min-height: 90px; font-size: 10px; align-items: center; }
  .origin { max-width: 175px; line-height: 1.65; gap: 8px; }
  .origin svg { flex-shrink: 0; }
  .about-link { white-space: nowrap; font-size: 11px; }
  .after-vote { max-width: 330px; }
  .about h2 { font-size: 40px; }
  .about-content { margin-top: 20px; }
  .voted h1 { font-size: clamp(53px, 10.5vw, 70px); }
  .voted .poll { padding-top: 16px; }
  .voted .intro { margin-bottom: 23px; }
  .voted .eyebrow { margin-bottom: 18px; }
  .matchup { gap: 8px; letter-spacing: .9px; font-size: 9px; }
  .analytics-choice { font-size: 10px; }
  .analytics-choice p { font-size: 9px; }
  .news { padding: 42px 0; }
  .news-heading { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
  .news h2 { font-size: 34px; letter-spacing: -1.2px; }
  .news-item { grid-template-columns: 1fr; gap: 13px; padding: 24px 0; }
  .news-meta { flex-direction: row; justify-content: space-between; align-items: center; padding: 0; }
  .news h3 { font-size: 21px; }
}
@media (max-width: 380px) {
  .edition { display: none; }
  .page { padding: 0 20px; }
  .mobile-break { display: block; }
  h1 { font-size: 57px; }
  .footer { gap: 10px; }
  .origin { max-width: 150px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none !important; transition: none !important; }
}
