:root {
  --ink: #172026;
  --muted: #5b6870;
  --paper: #f6f3ed;
  --card: #fffdf9;
  --line: #ded9cf;
  --teal-950: #073f3b;
  --teal-800: #0b5d56;
  --teal-650: #087c70;
  --teal-100: #dff4ef;
  --red: #b42318;
  --gold: #c98a16;
  --score-low: #38a169;
  --score-midlow: #9fba38;
  --score-mid: #d6b62f;
  --score-high: #e48a2b;
  --score-danger: #d44b3e;
  --header-logo-width: 5.25rem;
  --header-logo-height: 6rem;
}

html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at 10% 0%, rgba(8, 124, 112, .08), transparent 28rem),
    var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
  background: var(--teal-950);
  color: white;
  border-bottom: 4px solid #d49a31;
}
.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: .7rem;
}
.brand-lockup { display: flex; align-items: center; gap: .75rem; }
.brand-mark {
  width: var(--header-logo-width);
  height: var(--header-logo-height);
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.18));
}
.brand-mark img,
.brand-shield-inline {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-shield-inline { width: var(--header-logo-width); height: var(--header-logo-height); flex: 0 0 auto; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.brand-name em { color: #ffd68a; font-style: normal; }
.brand-name { font-size: 1.15rem; font-weight: 850; letter-spacing: -.025em; }
.brand-network { color: #a8d9d1; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.35rem; font-size: .85rem; }
.main-nav a { color: #d8efea; text-decoration: none; }
.main-nav a:hover { color: white; }
.nav-disclosure {
  padding: .5rem .75rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
}

.hero {
  padding: .7rem 0 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(15rem, .45fr);
  gap: 2rem;
  align-items: center;
}
.eyebrow {
  color: #ffd68a;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .73rem;
  font-weight: 800;
}
.hero h1 {
  max-width: none;
  margin-top: .3rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.55vw, 2.3rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.hero-copy { margin-top: .55rem; max-width: 70ch; color: #c7e2dd; font-size: .86rem; line-height: 1.5; }
.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; }
.newsletter-form { display: grid; gap: .5rem; }
.newsletter-copy { display: flex; align-items: baseline; gap: .55rem; }
.newsletter-copy strong { color: white; font-size: .82rem; }
.newsletter-copy span { color: #b9d8d3; font-size: .69rem; }
.newsletter-fields { display: flex; gap: .45rem; }
.newsletter-fields input[type="email"] { min-width: 0; flex: 1; border: 1px solid rgba(255,255,255,.28); border-radius: .5rem; background: white; color: var(--ink); padding: .58rem .7rem; font-size: .78rem; }
.newsletter-fields button { border: 0; border-radius: .5rem; background: #ffd68a; color: #3e2a06; padding: .58rem .8rem; font-size: .75rem; font-weight: 850; cursor: pointer; }
.newsletter-fields button:hover { background: #ffe2a9; }
.newsletter-privacy { color: #9fc9c2; font-size: .63rem; }
.newsletter-unavailable { margin: 0; color: #7f1d1d; font-size: .72rem; font-weight: 750; }
.newsletter-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: -.55rem 0 1.35rem;
  padding: .6rem .75rem;
  border: 1px solid #c7ddd8;
  border-radius: .65rem;
  background: #edf7f4;
  color: #45615d;
  font-size: .72rem;
}
.newsletter-strip strong { color: var(--teal-950); }
.newsletter-strip form { display: flex; flex: 0 1 25rem; gap: .4rem; }
.newsletter-strip input { min-width: 0; flex: 1; border: 1px solid #9fc3bd; border-radius: .42rem; background: white; padding: .42rem .55rem; font-size: .72rem; }
.newsletter-strip button { border: 0; border-radius: .42rem; background: var(--teal-800); color: white; padding: .42rem .65rem; font-size: .68rem; font-weight: 850; cursor: pointer; }
.hero-meta {
  border-left: 1px solid rgba(255,255,255,.2);
  padding-left: 1.5rem;
  color: #d8efea;
  font-size: .82rem;
}
.hero-meta strong { display: block; color: white; font-size: 1.1rem; margin-bottom: .15rem; }

.content-shell { max-width: 80rem; margin-inline: auto; padding: 2rem 1rem 4rem; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 12px 35px rgba(33, 45, 43, .08);
}
.trust-item { padding: 1rem 1.1rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-link { color: inherit; text-decoration: none; transition: background .15s ease; }
.trust-link:hover { background: #edf7f4; }
.trust-label { display: block; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.trust-value { display: block; margin-top: .2rem; font-weight: 750; font-size: .88rem; }

.safety-note {
  display: flex;
  align-items: center;
  gap: .7rem;
  background: #fff7df;
  border: 1px solid #ebd48e;
  border-radius: .8rem;
  padding: .85rem 1rem;
  margin-bottom: 1.5rem;
  color: #684b0b;
  font-size: .86rem;
}

.method-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.1rem 1.25rem;
  margin-bottom: 1.5rem;
}
.method-bottom { margin-top: 2rem; margin-bottom: 0; }
.method-disclosure summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}
.method-disclosure summary::-webkit-details-marker { display: none; }
.method-disclosure summary::after {
  content: "+";
  margin-left: auto;
  color: var(--teal-800);
  font-size: 1.5rem;
  font-weight: 500;
}
.method-disclosure[open] summary::after { content: "–"; }
.method-summary-stamp { width: 6.5rem; height: auto; transform: rotate(-3deg); }
.method-summary-copy strong { display: block; font-size: .95rem; }
.method-summary-copy span { display: block; margin-top: .15rem; color: var(--muted); font-size: .75rem; }
.method-body { padding-top: 1rem; border-top: 1px solid var(--line); margin-top: 1rem; }
.method-explanation { max-width: 78ch; color: var(--muted); font-size: .82rem; line-height: 1.6; margin-bottom: 1rem; }
.score-bands { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .55rem; margin-top: .8rem; }
.score-band { padding: .65rem; border: 1px solid var(--line); border-radius: .6rem; background: white; font-size: .7rem; color: var(--muted); }
.score-band strong { display: block; color: var(--ink); font-size: .78rem; }
.method-caveat { margin-top: .9rem; color: #72591c; background: #fff8e6; border-radius: .55rem; padding: .7rem .8rem; font-size: .74rem; line-height: 1.5; }
.method-heading { display: flex; align-items: center; flex-wrap: wrap; gap: .85rem; margin-bottom: .85rem; }
.method-note { color: #8d2d25; background: #fceae7; border-radius: 999px; padding: .38rem .7rem; font-size: .72rem; }
.method-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .65rem; }
.method-item {
  padding: .7rem .75rem;
  border-radius: .65rem;
  background: #edf7f4;
  color: #29534e;
  font-size: .74rem;
  line-height: 1.35;
}
.method-item strong { display: block; color: var(--teal-950); font-size: .82rem; }

.picks-section { margin: 2rem 0; }
.section-kicker { color: var(--teal-650); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 850; }
.section-title { margin-top: .25rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; letter-spacing: -.025em; }
.section-intro { margin-top: .4rem; color: var(--muted); font-size: .88rem; }
.sponsorship-link { color: var(--teal-800); font-weight: 800; text-decoration: none; }
.sponsorship-link:hover { text-decoration: underline; }
.pick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin-top: 1rem; }
.pick-card {
  display: flex;
  flex-direction: column;
  min-height: 9.5rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: .85rem;
  background: var(--card);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(30, 42, 40, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pick-card:hover { transform: translateY(-2px); border-color: #8ebdb6; box-shadow: 0 12px 30px rgba(30,42,40,.1); }
.pick-label { color: var(--teal-650); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.pick-name { margin-top: .35rem; font-size: 1.05rem; font-weight: 800; }
.pick-reason { margin-top: .35rem; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.pick-action { margin-top: auto; padding-top: .7rem; color: var(--teal-800); font-size: .8rem; font-weight: 800; }

.rankings-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin: 2.4rem 0 1rem; }
.ranking-facts { display: flex; gap: .5rem; }
.ranking-facts > span { display: grid; gap: .1rem; min-width: 9rem; padding: .55rem .7rem; border: 1px solid #b9d7d1; border-radius: .65rem; background: #e7f3f0; color: var(--teal-950); font-size: .76rem; font-weight: 850; }
.ranking-facts small { color: var(--teal-650); font-size: .59rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.controls {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) repeat(3, minmax(9rem, auto));
  align-items: end;
  gap: .65rem;
  margin-bottom: .8rem;
}
.search-wrap { display: grid; gap: .28rem; color: var(--teal-950); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.search-wrap .control { border-width: 2px; border-color: #88bcb4; background: white; font-size: .88rem; text-transform: none; letter-spacing: normal; }
.control {
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid #cfc9be;
  border-radius: .7rem;
  background: var(--card);
  color: var(--ink);
  padding: .65rem .8rem;
  font-size: .82rem;
  outline: none;
}
.control:focus { border-color: var(--teal-650); box-shadow: 0 0 0 3px rgba(8,124,112,.12); }
.results-count { min-height: 1.25rem; color: var(--muted); font-size: .75rem; margin-bottom: .5rem; }

.tracker-table-wrap { background: var(--card); border: 1px solid var(--line); border-radius: .9rem; overflow: hidden; box-shadow: 0 9px 28px rgba(30,42,40,.06); }
.tracker-table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; font-size: .74rem; }
.tracker-table th { position: sticky; top: 0; z-index: 10; background: var(--teal-950); color: white; padding: .7rem .55rem; text-align: left; }
.tracker-table td { padding: .8rem .55rem; border-bottom: 1px solid #ebe7df; vertical-align: top; line-height: 1.42; overflow-wrap: anywhere; }
.tracker-table th:nth-child(1), .tracker-table td:nth-child(1) { width: 3%; }
.tracker-table th:nth-child(2), .tracker-table td:nth-child(2) { width: 18%; }
.tracker-table th:nth-child(3), .tracker-table td:nth-child(3) { width: 7%; }
.tracker-table th:nth-child(4),
.tracker-table td:nth-child(4) {
  width: 8%;
  text-align: center;
}
.tracker-table th:nth-child(5), .tracker-table td:nth-child(5),
.tracker-table th:nth-child(6), .tracker-table td:nth-child(6),
.tracker-table th:nth-child(7), .tracker-table td:nth-child(7),
.tracker-table th:nth-child(8), .tracker-table td:nth-child(8) { width: 14%; }
.tracker-table th:nth-child(9), .tracker-table td:nth-child(9) { width: 8%; }
.tracker-table tr:nth-child(even) { background: #f2f8f6; }
.tracker-table tbody tr:hover { background: #e8f5f1; }
.site-cell { min-width: 0; }
.site-name-button { display: inline-flex; align-items: flex-start; gap: .55rem; padding: 0; border: 0; background: none; color: var(--ink); text-align: left; font: inherit; font-size: .92rem; line-height: 1.25; font-weight: 850; cursor: pointer; }
.site-name-button:hover { color: var(--teal-650); text-decoration: underline; }
.site-mark { --site-mark-hue: 170; position: relative; display: inline-grid; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid hsl(var(--site-mark-hue) 32% 72%); border-radius: .38rem; background: hsl(var(--site-mark-hue) 46% 93%); box-shadow: 0 1px 2px rgba(9, 46, 43, .12); }
.site-mark-small { width: 1.5rem; height: 1.5rem; }
.site-mark-large { float: left; width: 3rem; height: 3rem; margin: 0 .8rem .4rem 0; border-radius: .62rem; }
.site-mark-fallback { color: hsl(var(--site-mark-hue) 55% 27%); font-size: .58rem; font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.site-mark-large .site-mark-fallback { font-size: .9rem; }
.site-mark-image { position: absolute; inset: 0; width: 100%; height: 100%; padding: .13rem; object-fit: contain; background: white; }
.mobile-site-name { display: flex; align-items: center; gap: .5rem; }
.editor-badge { display: inline-block; margin-top: .35rem; padding: .18rem .4rem; border-radius: .3rem; background: #fff0c9; color: #76510b; font-size: .61rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.category-badge { display: inline-flex; align-items: center; min-height: 1.5rem; margin: .25rem 0 0; padding: .24rem .35rem; border: 1px solid #b9d7d1; border-radius: 999px; background: linear-gradient(180deg, #f4fbf9, #deefeb); color: #245b54; font-size: .54rem; line-height: 1.1; font-weight: 850; text-transform: uppercase; letter-spacing: .025em; white-space: normal; text-align: center; text-decoration: none; box-shadow: 0 2px 6px rgba(22, 89, 80, .08); }
.category-badge:hover { border-color: var(--teal-650); background: #d6ebe6; }
.more-detail-link { display: inline-block; margin-top: .4rem; color: var(--teal-800); font-size: .68rem; font-weight: 850; text-decoration: none; }
.more-detail-link:hover { text-decoration: underline; }
.unsubscribe-detail-link { display: inline; color: var(--teal-800); font-weight: 800; line-height: 1.35; text-decoration: none; }
.unsubscribe-detail-link:hover { text-decoration: underline; }
.visit-link { display: inline-flex; align-items: center; white-space: nowrap; color: var(--teal-800); font-weight: 800; text-decoration: none; }
.visit-link:hover { text-decoration: underline; }
.unsubscribe-action {
  display: block;
  width: 100%;
  max-width: 7.5rem;
  margin-top: .4rem;
  padding: .28rem .45rem;
  border-radius: .4rem;
  background: var(--teal-800);
  color: white;
  font-size: .66rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-decoration: none;
}
.unsubscribe-action.secondary { background: white; color: var(--teal-800); box-shadow: inset 0 0 0 1px #9fc3bd; }
.unsubscribe-action:hover { filter: brightness(.95); }
.inline-scamfactor-stamp { display: inline-block; width: 5.5rem; height: auto; vertical-align: middle; margin-right: .25rem; transform: rotate(-2deg); }
.tracker-table td:nth-child(4) .score-pill { min-width: 3rem; padding: .48rem .68rem; font-size: 1.02rem; line-height: 1; box-shadow: 0 2px 7px rgba(10, 54, 49, .15); }
.score-pill-featured { min-width: 3rem; padding: .48rem .68rem; font-size: 1.02rem; line-height: 1; box-shadow: 0 2px 7px rgba(10, 54, 49, .15); }

.mobile-cards { display: none; }
.mobile-card { background: var(--card); border: 1px solid var(--line); border-radius: .85rem; padding: 1rem; margin-bottom: .7rem; }
.mobile-card-head { display: flex; justify-content: space-between; gap: 1rem; align-items: start; }
.mobile-card h3 { font-size: 1rem; font-weight: 850; }
.mobile-rank { color: var(--muted); font-size: .7rem; }
.mobile-detail { display: grid; grid-template-columns: 7rem 1fr; gap: .5rem; margin-top: .7rem; font-size: .76rem; line-height: 1.45; }
.mobile-detail dt { color: var(--muted); font-weight: 750; }
.mobile-actions { display: flex; gap: .5rem; margin-top: .9rem; }
.mobile-actions button, .mobile-actions a { flex: 1; text-align: center; border-radius: .55rem; padding: .6rem; font-size: .76rem; font-weight: 800; }
.quick-review { border: 1px solid #b8ccc8; color: var(--teal-800); background: white; }
.official-link { background: var(--teal-800); color: white; text-decoration: none; }

.review-dialog { width: min(38rem, calc(100% - 2rem)); border: 0; border-radius: 1rem; padding: 0; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.review-dialog::backdrop { background: rgba(5, 24, 22, .68); }
.dialog-inner { padding: 1.35rem; }
.dialog-top { display: flex; justify-content: space-between; gap: 1rem; }
.dialog-title { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.dialog-close { width: 2rem; height: 2rem; border: 1px solid var(--line); border-radius: 999px; background: white; cursor: pointer; }
.dialog-grid { display: grid; grid-template-columns: 8rem 1fr; gap: .65rem 1rem; margin-top: 1rem; font-size: .82rem; line-height: 1.5; }
.dialog-grid dt { color: var(--muted); font-weight: 800; }
.dialog-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }

.review-shell { width: min(72rem, calc(100% - 2rem)); margin-inline: auto; }
.review-site-header { border-bottom-width: 3px; }
.review-masthead { min-height: 4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #b9d8d3; font-size: .78rem; }
.review-brand { display: inline-flex; align-items: center; gap: .5rem; color: white; font-weight: 850; text-decoration: none; }
.review-brand::before {
  content: "";
  width: var(--header-logo-width);
  height: var(--header-logo-height);
  flex: 0 0 auto;
  background: url("sweeps-shield.svg") center / contain no-repeat;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.18));
}
.review-main { padding-block: 2rem 4rem; }
.review-breadcrumb { display: flex; flex-wrap: wrap; gap: .5rem; color: var(--muted); font-size: .75rem; }
.review-breadcrumb a { color: var(--teal-800); text-decoration: none; }
.review-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: end; padding: 2rem 0 1.6rem; border-bottom: 1px solid var(--line); }
.review-identity { display: flex; min-width: 0; align-items: center; gap: 1rem; }
.review-identity .site-mark-large { float: none; margin: 0; width: 5.25rem; height: 5.25rem; border-radius: 1rem; border-width: 2px; box-shadow: 0 8px 20px rgba(9,46,43,.14); }
.review-identity .site-mark-image { padding: .35rem; }
.site-logo-panel { display: grid; flex: 0 0 10rem; min-height: 5.25rem; place-items: center; padding: .65rem; border: 2px solid #c7ddd8; border-radius: 1rem; background: white; box-shadow: 0 8px 20px rgba(9,46,43,.14); }
.site-logo-panel img { display: block; width: 100%; height: auto; max-height: 4.5rem; object-fit: contain; }
.review-nameplate { box-sizing: border-box; flex: 1; padding: .9rem 1rem 1rem; border-left: 5px solid var(--gold); border-radius: 0 .75rem .75rem 0; background: linear-gradient(90deg, #fffdf9, rgba(255,253,249,.35)); }
.review-nameplate-top { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem .65rem; }
.profile-number { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 900; }
.profile-label { color: var(--muted); font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.review-hero h1 { margin-top: .35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: .92; letter-spacing: -.045em; text-wrap: balance; }
.review-type-pill { display: inline-flex; width: fit-content; max-width: 100%; margin-top: .55rem; font-size: .61rem; white-space: normal; }
.review-record-type-pill { display: inline-flex; width: auto; font-size: .66rem; line-height: 1; }
.review-deck { max-width: 62ch; margin-top: .7rem; color: var(--muted); line-height: 1.55; }
.review-score-card { box-sizing: border-box; width: 17rem; max-width: 100%; min-width: 0; padding: 1rem; border-radius: .9rem; background: var(--teal-950); color: white; text-align: center; }
.review-score-label { display: block; color: #b9d8d3; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.review-score-card strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1; margin: .25rem 0; }
.review-score-card > span:last-child { color: #b9d8d3; font-size: .7rem; }
.review-score-stamp { width: 8rem; height: auto; filter: brightness(0) invert(1); opacity: .92; transform: rotate(-3deg); }
.score-dial { position: relative; width: min(12rem, 100%); height: 6rem; margin: .65rem auto .2rem; overflow: hidden; }
.score-dial-arc {
  position: absolute;
  inset: 0;
  border-radius: 12rem 12rem 0 0;
  background: conic-gradient(
    from 270deg at 50% 100%,
    var(--score-low) 0deg 36deg,
    var(--score-midlow) 36deg 72deg,
    var(--score-mid) 72deg 108deg,
    var(--score-high) 108deg 144deg,
    var(--score-danger) 144deg 180deg,
    transparent 180deg
  );
}
.score-dial-arc::after { content: ""; position: absolute; left: 1.35rem; right: 1.35rem; bottom: 0; height: 4.65rem; border-radius: 9rem 9rem 0 0; background: var(--teal-950); }
.score-dial-needle { position: absolute; left: 50%; bottom: 0; z-index: 2; width: 4.75rem; height: .18rem; border-radius: 999px; background: white; box-shadow: 0 1px 3px rgba(0,0,0,.4); transform-origin: left center; transform: rotate(calc(-180deg + (var(--score) - 1) * 20deg)); }
.score-dial-needle::after { content: ""; position: absolute; left: -.35rem; top: -.27rem; width: .7rem; height: .7rem; border: .14rem solid white; border-radius: 50%; background: var(--teal-950); }
.score-dial-labels { display: flex; justify-content: space-between; color: #b9d8d3; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.review-layout { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: 2rem; align-items: start; margin-top: 1.5rem; }
.review-article { display: grid; gap: .85rem; }
.review-section { padding: 1.2rem; border: 1px solid var(--line); border-radius: .85rem; background: var(--card); }
.unsubscribe-section { scroll-margin-top: 1rem; }
.review-section h2 { margin-bottom: .65rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.review-section p { color: #45535a; font-size: .84rem; line-height: 1.65; }
.review-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.review-section-heading > span { color: var(--muted); font-size: .7rem; font-weight: 800; }
.prize-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; margin-top: .4rem; padding: 0; list-style: none; }
.prize-list li { position: relative; padding: .75rem .75rem .75rem 1.8rem; border: 1px solid #d6e4df; border-radius: .65rem; background: #f3f7f5; color: var(--ink); font-size: .8rem; line-height: 1.45; }
.prize-list li:last-child:nth-child(odd) { grid-column: 1 / -1; }
.prize-list li::before { content: "★"; position: absolute; left: .65rem; color: var(--gold); }
.prize-card-head { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.prize-card-head strong { font-size: .88rem; }
.prize-meta { display: grid; gap: .4rem; margin-top: .6rem; }
.prize-meta div { display: grid; grid-template-columns: 7.5rem 1fr; gap: .5rem; padding-top: .4rem; border-top: 1px solid #dce7e3; }
.prize-meta dt { color: var(--muted); font-size: .59rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.prize-meta dd { color: #34464b; font-size: .68rem; line-height: 1.4; }
.prize-entry-link { flex: 0 0 auto; padding: .28rem .42rem; border-radius: .35rem; background: var(--teal-800); color: white; font-size: .65rem; font-weight: 850; text-decoration: none; }
.prize-entry-link:hover { background: var(--teal-950); }
.browse-prizes-link { display: inline-block; margin-top: .7rem; color: var(--teal-800); font-size: .75rem; font-weight: 850; text-decoration: none; }
.browse-prizes-link:hover { text-decoration: underline; }
.inventory-caveat { margin-top: .7rem; color: var(--muted) !important; font-size: .7rem !important; }
.pros-cons-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.pros-cons-grid > div { padding: .85rem; border-radius: .65rem; }
.pros-cons-grid h3 { margin-bottom: .5rem; font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.pros-cons-grid ul { display: grid; gap: .45rem; padding-left: 1.1rem; color: #3d4b51; font-size: .78rem; line-height: 1.5; }
.pros-panel { background: #eaf6f1; border: 1px solid #c1ded5; }
.pros-panel h3 { color: #126255; }
.cons-panel { background: #fff5ed; border: 1px solid #efd4be; }
.cons-panel h3 { color: #914d1b; }
.concern-section { border-left: 4px solid #c25247; }
.concern-lead { color: #7d2922 !important; font-weight: 750; }
.risk-signal-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .45rem; margin-top: .8rem; }
.risk-signal-grid div { padding: .6rem; border-radius: .55rem; background: #f8eeee; text-align: center; }
.risk-signal-grid span, .risk-signal-grid small { display: block; }
.risk-signal-grid span { min-height: 2.2em; color: var(--muted); font-size: .61rem; font-weight: 850; text-transform: uppercase; letter-spacing: .035em; }
.risk-signal-grid strong { display: block; margin: .2rem 0; color: #792b25; font-size: .95rem; }
.risk-signal-grid small { color: #76524f; font-size: .62rem; text-transform: capitalize; }
.review-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.review-facts div { padding: .7rem; border-radius: .6rem; background: #f3f7f5; }
.review-facts dt { color: var(--muted); font-size: .66rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.review-facts dd { margin-top: .28rem; color: var(--ink); font-size: .8rem; line-height: 1.5; text-transform: capitalize; }
.review-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .8rem; }
.review-button { display: inline-flex; padding: .58rem .75rem; border-radius: .5rem; background: var(--teal-800); color: white; font-size: .75rem; font-weight: 850; text-decoration: none; }
.review-button.secondary { background: white; color: var(--teal-800); box-shadow: inset 0 0 0 1px #9fc3bd; }
.text-link { display: inline-block; margin-top: .65rem; color: var(--teal-800); font-size: .78rem; font-weight: 850; text-decoration: none; }
.source-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.source-list a { padding: .45rem .6rem; border-radius: .45rem; background: #e7f2ef; color: var(--teal-800); font-size: .72rem; font-weight: 800; text-decoration: none; }
.verification-note { margin-top: .8rem; font-size: .72rem !important; }
.review-sidebar { position: sticky; top: 1rem; }
.review-sidebar-card { padding: 1rem; border-radius: .85rem; background: #e8f3f0; border: 1px solid #c7ddd8; }
.review-sidebar-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.review-sidebar-card p { margin-top: .8rem; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.review-primary-action, .review-secondary-action { display: block; margin-top: .7rem; padding: .65rem .75rem; border-radius: .5rem; text-align: center; font-size: .76rem; font-weight: 850; text-decoration: none; }
.review-primary-action { background: var(--teal-800); color: white; }
.review-secondary-action { background: white; color: var(--teal-800); box-shadow: inset 0 0 0 1px #9fc3bd; }

.site-footer { background: #092e2b; color: #c8dfdb; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .6fr); gap: 2rem; padding-block: 2.5rem; }
.footer-title { color: white; font-weight: 850; }
.footer-copy { margin-top: .55rem; max-width: 48ch; font-size: .78rem; line-height: 1.6; }
.footer-links { display: grid; gap: .45rem; margin-top: .6rem; font-size: .76rem; }
.footer-links a { color: #c8dfdb; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); padding: 1rem 0 1.5rem; font-size: .7rem; color: #94b9b3; }
.site-version { color: #ffd68a; white-space: nowrap; font-weight: 800; }

.scamfactor-badge { width: 9.5rem !important; }
.scamfactor-column-badge { width: 6.75rem !important; filter: brightness(0) invert(1); opacity: .95; }

.sponsor-page { padding-top: 1.25rem; padding-bottom: 4rem; }
.sponsor-hero { max-width: 62rem; padding: 3.5rem 0 2.5rem; }
.sponsor-hero h1 { max-width: 18ch; margin-top: .45rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 6vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.sponsor-hero > p:last-child { max-width: 66ch; margin-top: 1.25rem; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.sponsor-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.sponsor-options article { min-height: 15rem; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--card); }
.sponsor-option-number { color: var(--teal-650); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.sponsor-options h2 { margin-top: 2.5rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.sponsor-options p { margin-top: .7rem; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.sponsor-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 1rem; padding: 2rem; border-radius: 1rem; background: var(--teal-950); color: white; }
.sponsor-details h2 { margin-top: .35rem; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.sponsor-details ul { display: grid; gap: .6rem; padding-left: 1.2rem; color: #c8dfdb; }
.sponsor-cta { margin-top: 1rem; padding: 2rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff7df; }
.sponsor-cta h2 { margin-top: .35rem; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.sponsor-cta p { max-width: 70ch; margin: .7rem 0 1rem; color: var(--muted); line-height: 1.6; }
.type-intro { max-width: 68ch; margin: .7rem 0 2rem; color: var(--muted); line-height: 1.65; }
.type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.type-card { scroll-margin-top: 1rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: .9rem; background: var(--card); }
.type-card:target { border-color: var(--teal-650); box-shadow: 0 0 0 3px rgba(45, 123, 112, .15); }
.type-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.type-card p { margin-top: .55rem; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.type-examples { margin-top: .7rem; color: var(--teal-800) !important; font-size: .74rem !important; font-weight: 800; }
.winners-page { padding-top: 1.5rem; padding-bottom: 4rem; }
.winners-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .65fr); gap: 2rem; align-items: start; padding: 2.5rem 0 2rem; }
.winners-hero h1 { margin-top: .35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 6vw, 4.5rem); line-height: .98; letter-spacing: -.045em; }
.winners-intro { max-width: 62ch; margin-top: 1rem; color: var(--muted); line-height: 1.65; }
.newsletter-card { padding: 1.2rem; border-radius: .9rem; background: var(--teal-950); color: white; }
.newsletter-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.newsletter-card p { margin: .5rem 0 .8rem; color: #b9d8d3; font-size: .78rem; line-height: 1.5; }
.newsletter-archive-signup { max-width: 42rem; margin: 0 0 1.5rem; }
.newsletter-status-page { min-height: 70vh; padding-top: clamp(2.5rem, 8vw, 6rem); padding-bottom: 5rem; }
.newsletter-status-card { max-width: 46rem; padding: clamp(1.5rem, 5vw, 3rem); border: 1px solid var(--line); border-top: 5px solid #d49a31; border-radius: 1rem; background: var(--card); box-shadow: 0 18px 50px rgba(33, 45, 43, .08); }
.newsletter-status-card h1 { margin-top: .35rem; color: var(--teal-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.newsletter-status-card > p:not(.section-kicker):not(.source-note), .newsletter-status-card li { color: var(--muted); line-height: 1.7; }
.newsletter-status-card ul { margin: 1.25rem 0; padding-left: 1.25rem; }
.winner-list { display: grid; gap: .75rem; }
.winner-card { padding: 1.1rem 1.2rem; border: 1px solid var(--line); border-radius: .85rem; background: var(--card); }
.winner-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.winner-meta { margin-top: .35rem; color: var(--muted); font-size: .72rem; }
.winner-source { display: inline-block; margin-top: .65rem; color: var(--teal-800); font-size: .76rem; font-weight: 850; text-decoration: none; }
.winner-source:hover { text-decoration: underline; }
.winner-search-panel { margin-bottom: 1rem; padding: .8rem; border: 1px solid var(--line); border-radius: .75rem; background: var(--card); }
.winner-search-panel .results-count { margin: .45rem 0 0; }
.winner-card[hidden] { display: none; }
.winner-facts { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin-top: .65rem; }
.winner-facts div { display: flex; gap: .3rem; font-size: .72rem; }
.winner-facts dt { color: var(--muted); font-weight: 800; }
.winner-facts dd { color: var(--ink); }
.empty-winners { padding: 2rem; border: 1px solid var(--line); border-radius: .9rem; background: var(--card); text-align: center; }
.empty-winners h2 { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.empty-winners p { max-width: 56ch; margin: .7rem auto 0; color: var(--muted); line-height: 1.6; }
.source-note { margin-top: 1rem; padding: 1rem; border-radius: .75rem; background: #fff7df; color: #684b0b; font-size: .76rem; line-height: 1.55; }
.inventory-hero { max-width: 65rem; padding: 2.5rem 0 1.5rem; }
.inventory-hero h1 { margin-top: .35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 6vw, 4.5rem); line-height: .98; letter-spacing: -.045em; }
.inventory-controls { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: .65rem; margin-bottom: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: .85rem; background: var(--card); }
.inventory-controls .control:disabled { color: #6d797f; background: #f1efea; cursor: not-allowed; }
.schema-preview { margin-top: 1rem; padding: 1rem; border: 1px dashed #9bbdb7; border-radius: .75rem; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.schema-preview h2 { color: var(--teal-950); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }

/* The nine-column comparison table is only useful at a genuinely wide viewport.
   Use the existing card view in narrower browser panes instead of creating an
   internal horizontal scrollbar. */
@media (max-width: 1100px) {
  .tracker-table-wrap { display: none; }
  .mobile-cards { display: block; }
}

@media (max-width: 900px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: .9rem; padding-top: 1rem; }
  .hero-meta { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 1rem 0 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-item:last-child { grid-column: 1 / -1; }
  .score-bands { grid-template-columns: repeat(2, 1fr); }
  .pick-grid { grid-template-columns: 1fr; }
  .pick-card { min-height: auto; }
  .controls { grid-template-columns: 1fr 1fr; }
  .controls .search-wrap { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .review-hero { gap: 1rem; }
  .review-identity { gap: .65rem; }
  .review-identity .site-mark-large { width: 4.5rem; height: 4.5rem; }
  .site-logo-panel { flex-basis: 4.5rem; min-height: 4.5rem; padding: .4rem; }
  .review-nameplate { min-width: 0; padding: .7rem .75rem .8rem; }
  .review-hero h1 { font-size: clamp(1.65rem, 4vw, 2.2rem); overflow-wrap: anywhere; }
  .review-layout { grid-template-columns: 1fr; }
  .review-sidebar { position: static; }
  .sponsor-options { grid-template-columns: 1fr; }
  .sponsor-details { grid-template-columns: 1fr; }
  .type-grid { grid-template-columns: 1fr; }
  .winners-hero { grid-template-columns: 1fr; }
  .inventory-controls { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .review-masthead { align-items: flex-start; flex-direction: column; gap: .35rem; padding-block: .7rem; }
  .content-shell { padding-top: 1.25rem; }
  .hero h1 { font-size: 2rem; }
  .tracker-table-wrap { display: none; }
  .mobile-cards { display: block; }
  .rankings-head { align-items: start; flex-direction: column; }
  .ranking-facts { width: 100%; }
  .ranking-facts > span { flex: 1; min-width: 0; }
  .controls { grid-template-columns: 1fr; }
  .controls .search-wrap { grid-column: auto; }
  .method-heading { align-items: start; flex-direction: column; }
  .method-grid { grid-template-columns: 1fr; }
  .method-item:last-child { grid-column: auto; }
  .score-bands { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .review-hero { grid-template-columns: 1fr; align-items: start; }
  .review-score-card { width: min(17rem, 100%); justify-self: center; }
  .review-facts { grid-template-columns: 1fr; }
  .prize-list, .pros-cons-grid { grid-template-columns: 1fr; }
  .prize-meta div { grid-template-columns: 1fr; gap: .15rem; }
  .risk-signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dialog-footer { align-items: stretch; flex-direction: column; }
  .newsletter-copy { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .newsletter-fields { flex-direction: column; }
  .newsletter-strip { align-items: stretch; flex-direction: column; }
  .newsletter-strip form { flex-basis: auto; }
  .footer-bottom { flex-direction: column; }
  .inventory-controls { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  :root { --header-logo-width: 4.25rem; --header-logo-height: 4.9rem; }
  .review-hero { gap: 1.25rem; padding-top: 1.35rem; }
  .review-identity { flex-direction: column; align-items: stretch; }
  .review-identity .site-mark-large,
  .site-logo-panel {
    align-self: center;
    box-sizing: border-box;
    flex-basis: auto;
    width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }
  .site-logo-panel img { max-height: 3rem; }
  .review-nameplate { width: 100%; padding: .8rem .85rem .9rem; }
  .review-hero h1 { font-size: clamp(1.75rem, 9vw, 2.15rem); overflow-wrap: normal; }
  .review-deck { font-size: .82rem; }
  .review-score-card { width: min(15rem, 100%); padding: .85rem; }
  .review-score-stamp { width: 7rem; }
  .score-dial { width: 10rem; height: 5rem; }
  .score-dial-arc::after { left: 1.125rem; right: 1.125rem; height: 3.875rem; }
  .score-dial-needle { width: 3.9rem; }
  .score-dial-labels { font-size: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
.seo-guide {
  margin: 0 0 1.5rem;
  padding: .85rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: .8rem;
  background: #fff;
}
.seo-guide-disclosure summary { display: flex; align-items: center; gap: 1rem; cursor: pointer; list-style: none; }
.seo-guide-disclosure summary::-webkit-details-marker { display: none; }
.seo-guide-disclosure summary::after { content: "+"; margin-left: auto; color: var(--teal-800); font-size: 1.5rem; font-weight: 500; line-height: 1; }
.seo-guide-disclosure[open] summary::after { content: "–"; }
.seo-guide-disclosure summary strong { display: block; margin-top: .2rem; color: #134e4a; font-size: 1.15rem; line-height: 1.2; }
.seo-guide-body { padding-top: .75rem; margin-top: .7rem; border-top: 1px solid var(--line); }
.seo-guide-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; color: #334155; font-size: .82rem; line-height: 1.55; }
.seo-guide-links { display: flex; flex-wrap: wrap; gap: .45rem 1rem; margin-top: .7rem; font-size: .75rem; }
.seo-guide-links a { color: #0f766e; font-weight: 750; }
.guide-hub { margin: 0 0 2rem; scroll-margin-top: 1rem; }
.guide-hub-below-rankings { margin-top: 1.5rem; }
.guide-hub-heading { display: grid; grid-template-columns: minmax(0, .85fr) minmax(18rem, 1.15fr); gap: 2rem; align-items: end; margin-bottom: 1rem; }
.guide-hub-heading h2 { margin: .25rem 0 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.05; }
.guide-hub-heading > p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.guide-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.guide-card { display: flex; flex-direction: column; min-height: 12.5rem; padding: 1rem; border: 1px solid var(--line); border-radius: .85rem; background: #fff; box-shadow: 0 9px 25px rgb(15 23 42 / .045); }
.guide-card:hover { border-color: #5eead4; box-shadow: 0 14px 34px rgb(15 118 110 / .1); transform: translateY(-1px); }
.guide-card > span { color: #c2410c; font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.guide-card strong { margin: .45rem 0; color: #134e4a; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.2; }
.guide-card p { flex: 1; margin: 0; color: #64748b; font-size: .75rem; line-height: 1.55; }
.guide-card em { margin-top: .75rem; color: #0f766e; font-size: .72rem; font-style: normal; font-weight: 800; }
.profile-guide-links { display: grid; gap: .65rem; }
.profile-guide-links a { display: grid; gap: .2rem; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: .7rem; background: #f8fafc; }
.profile-guide-links a:hover { border-color: #5eead4; background: #f0fdfa; }
.profile-guide-links strong { color: #134e4a; font-size: .88rem; }
.profile-guide-links span { color: #64748b; font-size: .74rem; line-height: 1.45; }
.editorial-main { padding-top: 1.5rem; padding-bottom: 4rem; }
.editorial-layout { max-width: 58rem; margin: 0 auto; }
.editorial-hero { padding: clamp(2rem, 6vw, 4.5rem) 0 2rem; border-bottom: 1px solid var(--line); }
.editorial-hero h1 { max-width: 16ch; margin: .35rem 0 1rem; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 7vw, 5.2rem); line-height: .97; letter-spacing: -.045em; }
.editorial-hero > p:not(.section-kicker):not(.editorial-byline) { max-width: 64ch; margin: 0; color: #475569; font-size: clamp(1rem, 2vw, 1.16rem); line-height: 1.7; }
.editorial-hero .editorial-byline { max-width: none; margin-top: 1rem; color: #64748b; font-size: .76rem; line-height: 1.5; }
.editorial-byline a, .footer-bottom a { color: inherit; font-weight: 800; text-decoration: underline; text-decoration-color: rgb(255 255 255 / .35); text-underline-offset: .18em; }
.report-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 2rem 0; border: 1px solid var(--line); border-radius: 1rem; background: #fff; overflow: hidden; }
.report-metrics div { min-width: 0; padding: 1.25rem; }
.report-metrics div + div { border-left: 1px solid var(--line); }
.report-metrics strong, .report-metrics span { display: block; }
.report-metrics strong { color: #134e4a; font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.report-metrics span { margin-top: .45rem; color: #64748b; font-size: .68rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.report-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: .8rem; }
.report-table { width: 100%; min-width: 38rem; border-collapse: collapse; background: #fff; }
.report-table th, .report-table td { padding: .8rem; border-bottom: 1px solid var(--line); color: #334155; font-size: .76rem; line-height: 1.45; text-align: left; vertical-align: top; }
.report-table th { background: #f0fdfa; color: #134e4a; font-size: .68rem; text-transform: uppercase; }
.report-table tr:last-child td { border-bottom: 0; }
.editorial-share-figure { max-width: 30rem; margin: 2rem auto; }
.editorial-share-figure img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 18px 48px rgb(15 23 42 / .1); }
.editorial-share-figure figcaption { margin-top: .55rem; color: #64748b; font-size: .7rem; text-align: center; }
.editorial-checklist { margin: 2rem 0; padding: 1.35rem 1.5rem; border-left: 4px solid #f59e0b; background: #fffbeb; }
.editorial-checklist h2, .editorial-related h2, .guide-directory h2 { margin: .25rem 0 .75rem; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.editorial-checklist ul, .editorial-copy ul { margin: .5rem 0 0; padding-left: 1.25rem; }
.editorial-checklist li, .editorial-copy li { margin: .45rem 0; color: #475569; line-height: 1.6; }
.editorial-copy > section { padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.editorial-copy h2 { margin: 0 0 .8rem; color: #134e4a; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2rem); }
.editorial-copy p { color: #334155; line-height: 1.8; }
.editorial-note { margin-top: 1rem; padding: 1.35rem !important; border: 1px solid #99f6e4 !important; border-radius: .9rem; background: #f0fdfa; }
.editorial-related { margin: 2rem 0; padding: 1.35rem; border: 1px solid var(--line); border-radius: .9rem; background: #fff; }
.editorial-related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; }
.editorial-related-links a { padding: .75rem; border-radius: .55rem; background: #f1f5f9; color: #0f766e; font-size: .76rem; font-weight: 800; }
.guide-archive-cta { margin: 1.25rem 0 0; text-align: right; }
.guide-archive { padding-top: 1.5rem; padding-bottom: 5rem; }
.guide-archive-hero { max-width: 62rem; padding: clamp(2.25rem, 7vw, 5.5rem) 0 2.5rem; }
.guide-archive-hero h1 { max-width: 14ch; margin: .4rem 0 1rem; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 7vw, 5.4rem); line-height: .95; letter-spacing: -.05em; }
.guide-archive-hero > p:last-child { max-width: 66ch; color: #475569; font-size: 1.08rem; line-height: 1.7; }
.guide-latest { display: grid; grid-template-columns: minmax(0, 1fr) minmax(13rem, .32fr); gap: 2rem; align-items: end; padding: 2rem; border: 1px solid #99f6e4; border-radius: 1rem; background: linear-gradient(135deg, #f0fdfa, #ffffff); }
.guide-latest h2 { max-width: 24ch; margin: .3rem 0 .65rem; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.08; }
.guide-latest p { max-width: 62ch; color: #475569; line-height: 1.65; }
.guide-latest dl { display: grid; grid-template-columns: 1fr; margin: 0; border-top: 1px solid var(--line); }
.guide-latest dl div { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.guide-latest dt { color: #64748b; font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.guide-latest dd { margin: .25rem 0 0; color: var(--ink); font-size: .82rem; font-weight: 750; }
.guide-archive-list { padding-top: 3rem; }
.guide-archive-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1rem; }
.guide-archive-heading h2 { margin: .2rem 0 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.guide-archive-heading > p { color: #64748b; font-size: .76rem; font-weight: 750; }
.guide-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.guide-archive-grid article { display: flex; flex-direction: column; min-height: 16rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: .85rem; background: #fff; }
.guide-archive-grid h3 { margin: .45rem 0 .65rem; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.2; }
.guide-archive-grid article > p:not(.guide-archive-meta) { flex: 1; color: #475569; font-size: .82rem; line-height: 1.6; }
.guide-archive-grid article > a { margin-top: 1rem; color: var(--teal-800); font-size: .75rem; font-weight: 850; }
.guide-archive-meta { margin: 0; color: #b45309; font-size: .63rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.guide-directory { padding-top: 1.5rem; }
.guide-directory > div { display: flex; flex-wrap: wrap; gap: .5rem; }
.guide-directory a { padding: .48rem .68rem; border: 1px solid var(--line); border-radius: 999px; color: #0f766e; font-size: .7rem; font-weight: 750; }
.methodology-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0; }
.methodology-grid .type-card:first-child { grid-column: 1 / -1; }
@media (max-width: 720px) {
  .seo-guide-columns, .methodology-grid, .guide-hub-heading, .editorial-related-links, .report-metrics, .guide-latest, .guide-archive-grid { grid-template-columns: 1fr; }
  .report-metrics div + div { border-left: 0; border-top: 1px solid var(--line); }
  .guide-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .methodology-grid .type-card:first-child { grid-column: auto; }
}
.about-hero { max-width: 58rem; padding: 2.5rem 0 1rem; }
.about-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0; }
.about-page .review-section { max-width: 58rem; }
.about-page .review-section li { margin: .55rem 0; color: #475569; line-height: 1.65; }
@media (max-width: 720px) { .about-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) {
  .guide-card-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 0; }
}
.contact-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(20rem, 1.15fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.contact-standards { margin-top: 2rem; padding: 1.25rem; border-left: 4px solid #0f766e; background: #f0fdfa; color: #334155; }
.contact-standards h2 { margin: 0 0 .7rem; color: #134e4a; font-size: 1.1rem; }
.contact-standards ul { margin: 0 0 1rem; padding-left: 1.2rem; line-height: 1.7; }
.contact-card { padding: clamp(1.25rem, 4vw, 2rem); border: 1px solid #cbd5e1; border-radius: 1.25rem; background: #fff; box-shadow: 0 18px 45px rgb(15 23 42 / .08); }
.contact-card h2 { margin: 0 0 1.25rem; color: #134e4a; font-size: 1.4rem; }
.contact-field { display: grid; gap: .4rem; margin-bottom: 1rem; }
.contact-field label { color: #1e293b; font-weight: 750; }
.contact-field label span, .field-note { color: #64748b; font-size: .78rem; font-weight: 500; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; border: 1px solid #94a3b8; border-radius: .65rem; padding: .72rem .8rem; background: #fff; color: #0f172a; font: inherit; }
.contact-field textarea { resize: vertical; min-height: 10rem; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { outline: 3px solid rgb(20 184 166 / .22); border-color: #0f766e; }
.contact-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-shell { min-height: 65px; margin: 1rem 0 .45rem; }
.contact-status { min-height: 1.4rem; margin: .4rem 0 .8rem; color: #475569; font-size: .88rem; }
.contact-status[data-state="success"] { color: #166534; }
.contact-status[data-state="error"] { color: #b91c1c; }
.contact-submit { display: inline-flex; width: auto; border: 0; cursor: pointer; font: inherit; }
.contact-submit:disabled { cursor: not-allowed; opacity: .5; }
.contact-privacy { margin: .85rem 0 0; color: #64748b; font-size: .78rem; line-height: 1.5; }
@media (max-width: 820px) {
  .contact-layout { grid-template-columns: 1fr; }
}
.sponsor-sales-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(16rem, .36fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.sponsor-sales-hero .review-primary-action { display: inline-flex; margin-top: 1rem; }
.founding-offer { padding: 1.5rem; border: 1px solid #fdba74; border-radius: 1rem; background: #fff7ed; box-shadow: 0 18px 45px rgb(124 45 18 / .09); }
.founding-offer span { display: block; color: #9a3412; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.founding-offer strong { display: block; margin: .4rem 0; color: #7c2d12; font-family: Georgia, serif; font-size: 1.7rem; line-height: 1.1; }
.founding-offer p { margin: 0; color: #7c2d12; font-size: .88rem; line-height: 1.55; }
.sponsor-rate-card { margin: 2.5rem 0; }
.sponsor-section-heading { max-width: 44rem; margin-bottom: 1.25rem; }
.sponsor-section-heading h2 { margin: .25rem 0 .5rem; color: #0f172a; font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.sponsor-section-heading > p:last-child { color: #64748b; }
.rate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.rate-card { display: flex; flex-direction: column; min-height: 24rem; padding: 1.25rem; border: 1px solid #cbd5e1; border-radius: 1rem; background: #fff; }
.rate-card-featured { border: 2px solid #0f766e; box-shadow: 0 18px 42px rgb(15 118 110 / .12); transform: translateY(-.35rem); }
.rate-label { min-height: 1rem; color: #c2410c; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.rate-card h3 { margin: .65rem 0 .25rem; color: #134e4a; font-size: 1.15rem; }
.rate-price { color: #0f172a; font-family: Georgia, serif; font-size: 2rem; font-weight: 800; }
.rate-price small { color: #64748b; font-family: inherit; font-size: .72rem; font-weight: 600; }
.rate-card ul { flex: 1; margin: 1rem 0; padding-left: 1.1rem; color: #475569; font-size: .82rem; line-height: 1.65; }
.rate-action { display: block; padding: .7rem .8rem; border-radius: .65rem; background: #0f766e; color: #fff; font-size: .82rem; font-weight: 800; text-align: center; }
.sponsor-standards { margin: 2rem 0; padding: 1.25rem 1.4rem; border-left: 4px solid #f97316; background: #fff7ed; color: #7c2d12; }
.sponsor-standards h2 { margin: 0 0 .45rem; font-size: 1.1rem; }
.sponsor-standards p { margin: 0; font-size: .86rem; line-height: 1.65; }
.sponsor-inquiry { display: grid; grid-template-columns: minmax(0, .72fr) minmax(22rem, 1.28fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; margin: 3rem 0; scroll-margin-top: 1rem; }
.sponsor-inquiry > div > h2 { margin: .35rem 0 .75rem; color: #0f172a; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.sponsor-inquiry > div > p:last-child { color: #475569; line-height: 1.7; }
.sponsor-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
@media (max-width: 1050px) {
  .rate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rate-card-featured { transform: none; }
}
@media (max-width: 820px) {
  .sponsor-sales-hero, .sponsor-inquiry { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .rate-grid, .sponsor-form-row { grid-template-columns: 1fr; }
  .rate-card { min-height: auto; }
}

/* Active sweepstakes inventory */
.mini-nav{display:flex;gap:1rem;font-size:.78rem;font-weight:750}.active-page{padding-top:2rem;padding-bottom:4rem}.active-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;padding:1.5rem 0 1.75rem}.active-hero h1,.promotion-hero h1{margin:.25rem 0 .65rem;color:var(--ink);font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.35rem,6vw,4.6rem);line-height:.96;letter-spacing:-.045em}.active-hero>div:first-child>p:last-child{max-width:64ch;color:var(--muted);line-height:1.65}.active-stats{display:grid;grid-template-columns:repeat(3,minmax(6.5rem,1fr));border:1px solid var(--line);border-radius:.9rem;background:#fff;overflow:hidden}.active-stats div{padding:1rem;text-align:center}.active-stats div+div{border-left:1px solid var(--line)}.active-stats strong,.active-stats span{display:block}.active-stats strong{color:var(--teal-800);font-family:Georgia,serif;font-size:1.7rem}.active-stats span{margin-top:.2rem;color:var(--muted);font-size:.65rem;font-weight:750;text-transform:uppercase}.active-alert{display:flex;gap:.6rem;margin-bottom:1.25rem;padding:.8rem 1rem;border-left:4px solid #f59e0b;background:#fffbeb;color:#78350f;font-size:.8rem}.sweep-controls{display:grid;grid-template-columns:minmax(15rem,1.4fr) repeat(3,minmax(9rem,.65fr));gap:.65rem;padding:1rem;border:1px solid var(--line);border-radius:.9rem;background:#fff}.sweep-controls label{display:grid;gap:.3rem;color:#475569;font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.sweep-controls input,.sweep-controls select{width:100%;min-width:0;border:1px solid #94a3b8;border-radius:.5rem;padding:.65rem .7rem;background:#fff;color:var(--ink);font:inherit;font-size:.78rem;letter-spacing:normal;text-transform:none}.sweep-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem .1rem .75rem;color:var(--muted);font-size:.78rem}.sweep-toolbar>div{display:flex;gap:.25rem}.view-filter{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);padding:.35rem .65rem;cursor:pointer;font:inherit;font-size:.7rem;font-weight:750}.view-filter.is-active{border-color:var(--teal-800);background:var(--teal-800);color:#fff}.sweep-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.sweep-card{display:flex;flex-direction:column;min-height:23rem;padding:1rem;border:1px solid var(--line);border-radius:.9rem;background:#fff;box-shadow:0 9px 26px rgb(15 23 42/.055)}.sweep-card[hidden]{display:none}.sweep-card-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.prize-category{display:inline-flex;padding:.25rem .48rem;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.62rem;font-weight:850;text-transform:uppercase}.sweep-card time{color:#c2410c;font-size:.67rem;font-weight:850}.sweep-card h2{margin:.8rem 0 .15rem;color:var(--ink);font-family:Georgia,serif;font-size:1.2rem;line-height:1.2}.sweep-card h2 a:hover{color:var(--teal-800)}.sweep-sponsor{color:var(--muted);font-size:.72rem}.sweep-prize{flex:1;margin:.75rem 0;color:#334155;font-size:.86rem;font-weight:700;line-height:1.45}.sweep-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 .8rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sweep-facts div{min-width:0;padding:.6rem .35rem}.sweep-facts div+div{border-left:1px solid var(--line)}.sweep-facts dt{color:var(--muted);font-size:.57rem;font-weight:800;text-transform:uppercase}.sweep-facts dd{margin:.2rem 0 0;color:var(--ink);font-size:.67rem;font-weight:750;overflow-wrap:anywhere}.sweep-actions{display:grid;grid-template-columns:1fr auto;gap:.4rem}.enter-action,.detail-action{display:inline-flex;justify-content:center;align-items:center;border-radius:.55rem;padding:.65rem .7rem;font-size:.72rem;font-weight:850;text-align:center}.enter-action{background:var(--teal-800);color:#fff}.enter-action:hover{background:var(--teal-950)}.detail-action{border:1px solid #94a3b8;background:#fff;color:#334155}.sweep-personal{display:flex;justify-content:space-between;gap:.5rem;margin-top:.65rem}.sweep-personal button{border:0;background:transparent;color:var(--muted);padding:.25rem 0;cursor:pointer;font-size:.66rem;font-weight:750}.sweep-personal button[aria-pressed=true]{color:var(--teal-800)}.sweep-empty{padding:3rem 1rem;text-align:center;color:var(--muted)}.inventory-footnote{max-width:70rem;margin:1.2rem auto 0;color:var(--muted);font-size:.67rem;line-height:1.5;text-align:center}.promotion-page{padding-top:2.5rem;padding-bottom:5rem}.promotion-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,.3fr);gap:3rem;align-items:center;padding:2rem 0}.promotion-hero h1{max-width:18ch;font-size:clamp(2.2rem,5vw,4rem)}.promotion-lede{max-width:55ch;color:#334155;font-size:1.05rem;line-height:1.6}.promotion-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.25rem}.deadline-card{padding:1.4rem;border:1px solid #fed7aa;border-radius:1rem;background:#fff7ed}.deadline-card span,.deadline-card strong,.deadline-card small{display:block}.deadline-card span{color:#9a3412;font-size:.67rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.deadline-card strong{margin:.35rem 0;color:#7c2d12;font-family:Georgia,serif;font-size:1.7rem}.deadline-card small{color:#9a3412;line-height:1.4}.promotion-fact-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:1rem;background:#fff;overflow:hidden}.promotion-fact-grid div{padding:1.1rem}.promotion-fact-grid div+div{border-left:1px solid var(--line)}.promotion-fact-grid span,.promotion-fact-grid strong{display:block}.promotion-fact-grid span{color:var(--muted);font-size:.62rem;font-weight:800;text-transform:uppercase}.promotion-fact-grid strong{margin-top:.35rem;color:var(--ink);font-size:.82rem;line-height:1.4}.promotion-copy{display:grid;grid-template-columns:1fr .7fr;gap:3rem;margin:3rem 0}.promotion-copy h2,.source-panel h2{margin:.25rem 0 .75rem;color:var(--ink);font-family:Georgia,serif;font-size:1.6rem}.promotion-copy p,.promotion-copy li{color:#475569;line-height:1.7}.promotion-copy aside{padding:1.25rem;border-left:4px solid var(--teal-800);background:#f0fdfa}.promotion-copy ul{margin:0;padding-left:1.2rem}.source-panel{padding:1.25rem;border:1px solid var(--line);border-radius:.9rem;background:#fff}.source-panel dl{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.source-panel dt{color:var(--muted);font-size:.62rem;font-weight:800;text-transform:uppercase}.source-panel dd{margin:.3rem 0 0;font-size:.8rem}.source-panel a{color:var(--teal-800);font-weight:750}
.active-launch-strip{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1rem;background:#fff7ed;border-bottom:1px solid #fed7aa;color:#7c2d12;font-size:.77rem}.active-launch-strip b{white-space:nowrap}.sweep-quicklinks{display:flex;flex-wrap:wrap;gap:.4rem;margin:-.35rem 0 1rem}.sweep-quicklinks a{padding:.42rem .68rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--teal-800);font-size:.68rem;font-weight:800}.sweep-quicklinks a:hover{border-color:var(--teal-800);background:#f0fdfa}
@media(max-width:940px){.active-hero,.promotion-hero{grid-template-columns:1fr;align-items:start}.sweep-controls{grid-template-columns:repeat(2,1fr)}.sweep-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.mini-nav{display:none}.active-stats,.promotion-fact-grid,.source-panel dl{grid-template-columns:1fr 1fr}.active-stats div+div,.promotion-fact-grid div+div{border-left:0}.sweep-controls,.sweep-grid,.promotion-copy{grid-template-columns:1fr}.sweep-toolbar{align-items:flex-start;flex-direction:column}.active-alert{align-items:flex-start;flex-direction:column}}
