/* LED Mask Score — quiet, instrument-led editorial UI (2026-09).
 * Disciplined type, graphite chrome, generous space, one signal colour. */
:root {
  --signal: #c9364f;
  --signal-bright: #ff526e;
  --signal-soft: #f9e8ec;
  --ink: #161617;
  --ink-2: #505056;
  --ink-3: #77777e;
  --line: #dedee3;
  --line-soft: #e9e9ed;
  --canvas: #f5f5f7;
  --paper: #fff;
  --graphite: #1d1d1f;
  --green-bg: #eaf5ee;
  --green: #216e43;
  --amber-bg: #fff4d8;
  --amber: #765a0b;
  --font:
    -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial,
    sans-serif;
  --display:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue",
    Arial, sans-serif;
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 12px 36px rgba(0, 0, 0, 0.06);
  --radius: 20px;
  --rowpad: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
}
body {
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  color: var(--ink);
  text-decoration-color: #a9a9af;
  text-underline-offset: 3px;
}
a:hover {
  color: var(--signal);
  text-decoration-color: currentColor;
}
::selection {
  background: #ffd9df;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
}
h1,
h2 {
  font-family: var(--display);
  margin: 0;
}
h2 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.gs-wrap {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
  padding: 0;
}
.gs-intro {
  max-width: 720px;
  margin: 12px 0 28px;
  color: var(--ink-2);
  font-size: 16px;
}

/* Measured-light mark */
.gs-glow {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
}
.gs-glow .outer,
.gs-glow .inner {
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.gs-glow .outer {
  inset: 1px;
  opacity: 0.24;
}
.gs-glow .inner {
  inset: 6px;
  opacity: 0.5;
}
.gs-glow .core {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal-bright);
  box-shadow: 0 0 12px var(--signal-bright);
}
.gs-glow.small {
  width: 24px;
  height: 24px;
}

/* Graphite product navigation */
.gs-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: #fff;
  background: rgba(23, 23, 25, 0.93);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: saturate(160%) blur(20px);
  -webkit-backdrop-filter: saturate(160%) blur(20px);
}
.gs-header .gs-wrap {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.gs-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.gs-logo:hover {
  color: #fff;
}
.gs-word {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.025em;
}
.gs-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}
.gs-nav a {
  color: #bdbdc2;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.gs-nav a:hover {
  color: #fff;
}
.gs-nav a[aria-current="page"] {
  color: #fff;
  font-weight: 500;
}

/* Hero */
.gs-hero {
  padding-block: clamp(64px, 9vw, 112px) clamp(54px, 7vw, 88px);
}
.gs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: center;
}
.gs-trustpill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 25px;
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 0.01em;
}
.gs-trustpill .dot {
  position: relative;
  width: 7px;
  height: 7px;
}
.gs-trustpill .dot span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 5px var(--signal-soft);
}
.gs-trustpill .t strong {
  color: var(--ink);
}
.gs-trustpill .tag {
  margin-left: 4px;
  padding-left: 11px;
  border-left: 1px solid var(--line);
  color: var(--ink-3);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.gs-hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 6.3vw, 76px);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.06em;
  text-wrap: balance;
}
.gs-hero .sub {
  max-width: 650px;
  margin: 26px 0 32px;
  color: var(--ink-2);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.52;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}
.gs-hero .sub strong {
  color: var(--ink);
  font-weight: 650;
}
.gs-hero .sub a {
  color: var(--ink);
}
.gs-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.gs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.gs-btn:hover {
  border-color: #aaaab0;
  color: var(--ink);
  text-decoration: none;
}
.gs-btn.primary {
  border-color: var(--graphite);
  background: var(--graphite);
  color: #fff;
}
.gs-btn.primary:hover {
  background: #353538;
  color: #fff;
}

/* Calibrated-instrument proof panel */
.gs-proof {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 84% 72%,
      rgba(255, 82, 110, 0.18),
      transparent 30%
    ),
    linear-gradient(145deg, #27272b, #111113);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}
.gs-proof .head {
  padding: 18px 22px;
  color: #8f8f97;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.gs-proof .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 25px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gs-proof .row.last {
  border-bottom: 0;
}
.gs-proof .label {
  margin-bottom: 4px;
  color: #8f8f97;
  font-size: 12px;
}
.gs-proof .value {
  max-width: 30ch;
  font-size: 15px;
  font-weight: 560;
  line-height: 1.35;
}
.gs-proof .pill {
  display: inline-block;
  margin-top: 11px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  color: #aaaab1;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.gs-proof .pill.accent {
  color: #ff9bab;
  border-color: rgba(255, 82, 110, 0.3);
  background: rgba(255, 82, 110, 0.08);
}
.gs-proof .word {
  font-family: var(--display);
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: 650;
  letter-spacing: -0.04em;
}
.gs-proof .word.muted {
  color: #64646b;
}
.gs-proof .word.accent {
  color: var(--signal-bright);
  text-shadow: 0 0 22px rgba(255, 82, 110, 0.34);
}

/* Sections */
.gs-learn,
.gs-ranking,
.gs-excluded,
.gs-guides {
  padding-block: 58px;
  scroll-margin-top: 64px;
}
.gs-learn {
  border-top: 1px solid var(--line);
  padding-block: 40px 44px;
}
.gs-learn .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.035);
}
.gs-learn .card {
  min-height: 208px;
  padding: 22px;
  border-right: 1px solid var(--line-soft);
}
.gs-learn .card:last-child {
  border-right: 0;
}
.gs-learn .badge {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.gs-learn .badge.accent {
  color: var(--signal);
}
.gs-learn .card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
}
.gs-learn .card a {
  color: var(--ink);
  font-weight: 550;
}

/* Ranking */
.gs-ranking {
  padding-top: 46px;
}
.gs-count {
  max-width: 820px;
  margin: 10px 0 5px;
  color: var(--ink-2);
  font-size: 14px;
}
.gs-count strong {
  color: var(--ink);
}
.aff-note {
  max-width: 780px;
  margin: 0 0 24px;
  color: var(--ink-3);
  font-size: 12px;
  line-height: 1.5;
}
.aff-note a {
  color: inherit;
}
.gs-controls {
  position: sticky;
  top: 58px;
  z-index: 20;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  padding: 12px 0;
  background: rgba(245, 245, 247, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.gs-controls .lbl {
  margin-right: 3px;
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.gs-chip {
  min-height: 34px;
  padding: 0 13px;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-2);
  font: 600 12px var(--font);
}
.gs-chip:hover {
  border-color: #bcbcc2;
  color: var(--ink);
}
.gs-chip[aria-pressed="true"] {
  border-color: var(--graphite);
  background: var(--graphite);
  color: #fff;
}
.gs-tablecard {
  width: 100%;
  margin-inline: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.gs-tablecard table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
.gs-tablecard th:nth-child(1) {
  width: 4%;
}
.gs-tablecard th:nth-child(2) {
  width: 26%;
}
.gs-tablecard th:nth-child(3) {
  width: 22%;
}
.gs-tablecard th:nth-child(4) {
  width: 7%;
}
.gs-tablecard th:nth-child(5) {
  width: 10%;
}
.gs-tablecard th:nth-child(6) {
  width: 9%;
}
.gs-tablecard th:nth-child(7) {
  width: 10%;
}
.gs-tablecard th:nth-child(8) {
  width: 12%;
}
.gs-tablecard thead {
  background: #f0f0f2;
}
.gs-tablecard th {
  padding: 13px 12px;
  color: var(--ink-3);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.gs-tablecard th.right,
td.right {
  text-align: right;
}
.gs-tablecard th.center,
td.center {
  text-align: center;
}
.gs-tablecard th.sortable {
  cursor: pointer;
}
.gs-tablecard th.sortable:hover,
.gs-tablecard th#s-irr {
  color: var(--ink);
}
.gs-tablecard td {
  padding: 16px 12px;
  border-top: 1px solid var(--line-soft);
  font-size: 13px;
  vertical-align: middle;
}
.gs-tablecard tbody tr {
  transition: background-color 0.15s ease;
}
.gs-tablecard tbody tr:hover {
  background: #fafafa;
}
.gs-tablecard tbody tr:first-child {
  background: linear-gradient(90deg, rgba(201, 54, 79, 0.045), transparent 42%);
}
td.rank {
  color: #aaaab0;
  font-weight: 650;
}
td.ledcell {
  color: #9a9aa1;
  text-align: right;
}
.g-name {
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.3;
}
.g-name a.g-titlelink {
  color: inherit;
  text-decoration: none;
}
.g-name a.g-titlelink:hover {
  color: var(--signal);
  text-decoration: underline;
}
.g-sub {
  margin-top: 4px;
  color: var(--ink-3);
  font-size: 10.5px;
}
.g-co {
  margin-top: 3px;
  font-size: 10.5px;
}
.g-co a {
  color: var(--ink-3);
  text-decoration: none;
}
.g-co a:hover {
  color: var(--signal);
}
.cpw {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 680;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.cpwsub {
  margin-top: 3px;
  overflow: hidden;
  color: var(--ink-3);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpwsub a {
  color: inherit;
}
.cpwbar {
  width: min(126px, 100%);
  height: 3px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 2px;
  background: #ececef;
}
.cpwbar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--signal);
}
.pillbadge {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
}
.noise-green {
  color: var(--green);
  background: var(--green-bg);
}
.noise-amber {
  color: var(--amber);
  background: var(--amber-bg);
}
.noise-red {
  color: #8d2938;
  background: var(--signal-soft);
}
.pillbadge.neutral,
.pillbadge.gray {
  color: var(--ink-3);
  background: #eeeef0;
}
a.pill-link {
  text-decoration: none;
}
.shoplink {
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.shoplink:hover {
  color: var(--signal);
  text-decoration: none;
}
.shopset {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}
.shoplink.secondary {
  color: var(--ink-3);
  font-size: 10px;
  font-weight: 500;
}
.gs-footnote {
  max-width: 850px;
  margin: 18px 0 0;
  color: var(--ink-3);
  font-size: 12px;
  line-height: 1.6;
}

/* Mobile ranking cards */
.gs-cardlist {
  display: none;
  flex-direction: column;
  gap: 10px;
}
.gs-card {
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.035);
}
.gs-card .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}
.gs-card .rank {
  color: var(--ink-3);
  font-size: 11px;
}
.gs-card .cpw {
  font-size: 22px;
  text-align: right;
}
.gs-card .cpwcap {
  color: var(--ink-3);
  font-size: 10px;
  text-align: right;
}
.gs-card .chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--line-soft);
}
.gs-card .chips .runtime {
  margin-left: auto;
  font-size: 12px;
}

/* Secondary content quietens as it moves down the page. */
.gs-excluded {
  border-top: 1px solid var(--line);
}
.gs-excluded h2 {
  max-width: 760px;
}
.gs-excluded .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.gs-excluded .ex {
  padding: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.gs-excluded .exhead {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.gs-excluded .sq {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 7px;
  border-radius: 50%;
  background: #aaaab0;
}
.gs-excluded .exname {
  flex: 1;
  font-size: 14px;
  font-weight: 650;
}
.gs-excluded .exname a {
  text-decoration: none;
}
.gs-excluded .exsub {
  margin: 8px 0 0 17px;
  color: var(--ink-3);
  font-size: 12px;
  line-height: 1.5;
}
.gs-excluded .pillbadge {
  color: var(--ink-3);
  background: #e9e9ec;
}
.gs-guides .tiles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 26px;
}
.gs-guides .tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 72px;
  padding: 15px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.gs-guides .tile:hover {
  border-color: #b8b8be;
  color: var(--ink);
}
.gs-guides .tile .arr {
  color: var(--signal);
}
.gs-footer {
  margin-top: 56px;
  color: #bdbdc2;
  background: var(--graphite);
}
.gs-footer .gs-wrap {
  padding-block: 52px;
}
.gs-footer .lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #fff;
}
.gs-footer p {
  max-width: 880px;
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.7;
}
.gs-footer a,
.gs-footer strong {
  color: #fff;
}
.gs-footer .fine {
  margin: 0;
  color: #77777f;
  font-size: 11px;
}

/* Standalone pages that share the homepage chrome. */
.gs-article {
  max-width: 820px;
  padding-block: 68px 80px;
}
.gs-article > .backlink:first-child {
  display: inline-block;
  margin-bottom: 28px;
}
.gs-article h1 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(42px, 6vw, 62px);
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: -0.055em;
}
.gs-article h2 {
  margin: 46px 0 14px;
  padding-top: 4px;
  font-size: clamp(24px, 3vw, 30px);
}
.gs-article p {
  margin: 0 0 20px;
  font-size: 17px;
}
.gs-article .muted {
  color: var(--ink-3);
  font-size: 13px;
}
.backlink {
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.backlink:hover {
  color: var(--signal);
}
.directional-link {
  font-weight: 600;
  text-decoration: none;
}
.directional-link:hover {
  text-decoration: none;
}

@media (max-width: 1020px) {
  .gs-learn .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gs-learn .card {
    border-bottom: 1px solid var(--line-soft);
  }
  .gs-learn .card:nth-child(2) {
    border-right: 0;
  }
  .gs-learn .card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .gs-guides .tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 899px) {
  .gs-tablecard {
    display: none;
  }
  .gs-cardlist {
    display: flex;
  }
}
@media (max-width: 720px) {
  .gs-wrap {
    width: min(100% - 32px, 1120px);
  }
  .gs-header .gs-wrap {
    min-height: 54px;
  }
  .gs-nav {
    display: none;
  }
  .gs-hero {
    padding-top: 54px;
  }
  .gs-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .gs-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }
  .gs-trustpill {
    align-items: flex-start;
  }
  .gs-trustpill .tag {
    display: none;
  }
  .gs-proof {
    border-radius: 20px;
  }
  .gs-learn,
  .gs-ranking,
  .gs-excluded,
  .gs-guides {
    padding-block: 44px;
  }
  .gs-learn .grid {
    grid-template-columns: 1fr;
  }
  .gs-learn .card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft) !important;
  }
  .gs-learn .card:last-child {
    border-bottom: 0 !important;
  }
  .gs-learn .badge {
    margin-bottom: 15px;
  }
  .gs-controls {
    top: 54px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -16px;
    padding-inline: 16px;
    scrollbar-width: none;
  }
  .gs-controls::-webkit-scrollbar {
    display: none;
  }
  .gs-controls .lbl {
    display: none;
  }
  .gs-chip {
    flex: 0 0 auto;
  }
  .gs-excluded .grid,
  .gs-guides .tiles {
    grid-template-columns: 1fr;
  }
  .gs-guides .tile {
    min-height: 58px;
  }
  .gs-article {
    padding-block: 44px 64px;
  }
  .gs-article p {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

/* Branded editorial palette: white canvas, soft grouped surfaces, one pink tint. */
:root {
  --canvas: #fff;
  --surface: #f5f5f7;
  --blush: #fff5f7;
  --link: #b42346;
  --link-hover: #8f1837;
  --ink-2: #45454b;
  --ink-3: #68686f;
  --line: #e5e5ea;
  --line-soft: #eeeef2;
}
body {
  background: var(--canvas);
}
a {
  color: var(--link);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
.gs-nav a:hover,
.gs-logo:hover,
.gs-btn:hover,
.tile:hover,
.shoplink:hover {
  text-decoration: none;
}
.gs-nav a[aria-current="page"] {
  color: var(--signal-bright);
}
/* Keep the in-page current state synchronized with the URL fragment without
   adding JavaScript to this static site. */
body:has(#learn:target) .gs-nav a[aria-current="page"] {
  color: #bdbdc2;
}
body:has(#learn:target) .gs-nav a[href="#learn"] {
  color: var(--signal-bright);
}
.gs-hero .sub a,
.gs-learn .card a,
.g-co a,
.cpwsub a,
.gs-footnote a,
.aff-note a,
.shoplink,
.directional-link {
  color: var(--link);
}
.gs-hero .sub a,
.gs-learn .card a,
.gs-footnote a,
.aff-note a {
  font-weight: 550;
}
.gs-learn {
  margin-inline: 0;
  padding-inline: 24px;
  background: var(--blush);
  border: 1px solid #f7dfe5;
  border-radius: 28px;
}
.gs-learn .grid {
  border-color: #f0d9df;
  box-shadow: 0 10px 34px rgba(180, 35, 70, 0.06);
}
.gs-learn .badge:not(.accent) {
  color: #7a5962;
}
.gs-learn .badge.accent {
  color: var(--link);
}
.gs-controls {
  background: rgba(255, 255, 255, 0.92);
}
.gs-chip[aria-pressed="true"] {
  border-color: var(--link);
  background: var(--link);
}
.gs-tablecard thead {
  background: var(--blush);
}
.gs-tablecard tbody tr:first-child {
  background: #fff;
}
.gs-tablecard tbody tr:hover {
  background: #fff8fa;
}
.gs-excluded {
  margin-inline: 0;
  padding-inline: 24px;
  background: var(--surface);
  border-radius: 28px;
}
.gs-excluded .ex {
  background: #fff;
}
.gs-guides .tile:hover {
  border-color: #d98b9d;
  box-shadow: 0 8px 24px rgba(180, 35, 70, 0.07);
}
@media (max-width: 720px) {
  .gs-learn,
  .gs-excluded {
    margin-inline: 0;
    padding-inline: 10px;
    border-radius: 22px;
  }
}
