:root {
  --paper: #f6f2df;
  --paper-deep: #eee6cf;
  --ink: #181817;
  --muted: #6a6258;
  --line: #d8cfba;
  --teal: #005c4f;
  --burgundy: #8f1838;
  --lavender: #e8d1f5;
  --orange: #ffad49;
  --coral: #ff634f;
  --purple: #7638aa;
  --pink: #f4afe1;
  --max: 1120px;
  --article: 760px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(rgba(24, 24, 23, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 24, 23, 0.055) 1px, transparent 1px),
    var(--paper);
  background-size: 40px 40px;
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration-color: rgba(143, 24, 56, 0.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
  color: var(--burgundy);
}

:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 4px;
}

::selection {
  background: var(--lavender);
}

.skip-link {
  background: var(--ink);
  color: var(--paper);
  left: 1rem;
  padding: 0.6rem 0.8rem;
  position: absolute;
  top: -4rem;
  z-index: 10;
}

.skip-link:focus {
  top: 1rem;
}

.site-frame {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.site-header {
  background: rgba(246, 242, 223, 0.76);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--line);
}

.site-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 760;
  text-decoration: none;
}

.site-credential {
  color: var(--muted);
  font-size: 0.78em;
  font-weight: 680;
}

.mark-blocks {
  display: grid;
  grid-template-columns: repeat(2, 0.7rem);
  grid-template-rows: repeat(2, 0.7rem);
  border: 1px solid var(--ink);
}

.mark-blocks span:nth-child(1) { background: var(--paper); }
.mark-blocks span:nth-child(2) { background: var(--lavender); }
.mark-blocks span:nth-child(3) { background: var(--burgundy); }
.mark-blocks span:nth-child(4) { background: var(--teal); }

.primary-nav {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem clamp(1rem, 3vw, 2rem);
  padding: 0;
  font-size: 0.95rem;
}

.primary-nav a {
  color: var(--muted);
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav .is-current {
  color: var(--ink);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.62fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(3rem, 7vw, 5rem);
  scroll-margin-top: 2rem;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.05;
}

h1 {
  max-width: 13ch;
  margin-bottom: 0.95rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  font-weight: 500;
}

.home-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.65rem, 4.5vw, 4.8rem);
  letter-spacing: 0;
}

.hero-aside {
  margin: -0.25rem 0 1.65rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.9vw, 1.4rem);
  font-style: italic;
  font-weight: 700;
}

.hero-text,
.page-description {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  line-height: 1.5;
}

.hero-text {
  max-width: 680px;
}

.hero-text.secondary {
  margin-top: -0.45rem;
  color: var(--ink);
  font-weight: 680;
}

.hero-menu {
  display: grid;
  gap: 0;
  align-self: start;
  margin-top: clamp(0.25rem, 2vw, 1.2rem);
  border-top: 2px solid var(--ink);
  background: rgba(246, 242, 223, 0.76);
}

.hero-menu .eyebrow {
  margin: 0;
  padding: 1rem 0 0.75rem;
  border-bottom: 1px solid var(--line);
}

.hero-menu a {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.hero-menu span {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 780;
}

.hero-menu small {
  max-width: 42ch;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.45;
}

.color-field {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1.15fr 1.15fr 0.82fr;
  min-height: clamp(220px, 26vw, 330px);
  align-self: stretch;
  border: 1px solid rgba(24, 24, 23, 0.22);
  box-shadow: 7px 7px 0 var(--ink);
}

.color-field.small {
  min-height: 120px;
  align-self: end;
  box-shadow: none;
}

.color-field span {
  min-width: 0;
}

.color-field .cream { background: var(--paper); grid-row: 1 / span 2; }
.color-field .lavender { background: var(--lavender); }
.color-field .ink { background: var(--ink); }
.color-field .burgundy { background: var(--burgundy); }
.color-field .teal { background: var(--teal); }
.color-field .orange { background: var(--orange); }
.color-field .coral { background: var(--coral); }
.color-field .purple { background: var(--purple); }
.color-field .pink { background: var(--pink); }

.section-block,
.split-section,
.artifact-links,
.page-header,
.explainer-section {
  padding: clamp(2.4rem, 6vw, 4.5rem) 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  border-top: 2px solid var(--ink);
  padding-top: 1.1rem;
}

.section-heading h2,
.split-section h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.compact-heading {
  align-items: start;
}

.compact-heading h2 {
  max-width: 12ch;
}

.explainer-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
}

.explainer-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.explainer-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

.writing-list {
  display: grid;
  gap: 0;
  margin-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.entry-grid,
.content-card-grid,
.concept-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.entry-grid,
.latest-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entry-card,
.content-card,
.concept-card,
.review-framework {
  border: 1px solid var(--ink);
  background: rgba(238, 230, 207, 0.82);
}

.entry-card,
.content-card,
.concept-card {
  display: flex;
  flex-direction: column;
  min-height: 13rem;
  padding: 1rem;
  text-decoration: none;
}

.entry-card:nth-child(2),
.concept-card:nth-child(2),
.content-card:nth-child(4n + 2) {
  background: var(--lavender);
}

.entry-card:nth-child(3),
.concept-card:nth-child(3),
.content-card:nth-child(4n + 3) {
  background: rgba(255, 173, 73, 0.62);
}

.entry-card span,
.concept-card span,
.card-meta,
.post-meta-chips {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.entry-card span,
.concept-card span {
  display: block;
  margin-bottom: auto;
}

.entry-card h3,
.content-card h3,
.concept-card h2 {
  margin: 1rem 0 0.55rem;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.entry-card p,
.content-card p,
.concept-card p,
.review-framework li,
.empty-state {
  color: var(--muted);
  line-height: 1.55;
}

.content-card h3 {
  margin-top: 0.85rem;
}

.content-card p {
  margin-bottom: 0;
}

.content-card .card-verdict {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

.card-meta,
.post-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.card-meta span,
.card-meta time,
.post-meta-chips span {
  display: inline-flex;
  border: 1px solid rgba(24, 24, 23, 0.28);
  padding: 0.18rem 0.38rem;
  background: rgba(246, 242, 223, 0.62);
}

.writing-row {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.writing-row time {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  font-size: 0.92rem;
}

.writing-row h2,
.writing-row h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
}

.writing-row h2 a,
.writing-row h3 a,
.topic-stack a,
.artifact-links a {
  text-decoration: none;
}

.writing-row p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.split-section p,
.page-body p,
.article-content p,
.article-content li {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.topic-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--ink);
}

.topic-stack a {
  min-height: 8.5rem;
  display: flex;
  align-items: end;
  padding: 1rem;
  color: var(--paper);
  font-weight: 750;
}

.topic-stack a:nth-child(1) { background: var(--teal); }
.topic-stack a:nth-child(2) { background: var(--burgundy); }
.topic-stack a:nth-child(3) { background: var(--orange); color: var(--ink); }
.topic-stack a:nth-child(4) { background: var(--purple); }

.domain-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--ink);
}

.domain-grid a {
  display: flex;
  min-height: 8.5rem;
  align-items: end;
  padding: 1rem;
  color: var(--paper);
  font-weight: 750;
  text-decoration: none;
}

.domain-grid a:nth-child(1) {
  grid-column: span 2;
  background: var(--teal);
}

.domain-grid a:nth-child(2) {
  grid-column: span 2;
  background: var(--burgundy);
}

.domain-grid a:nth-child(3) {
  grid-column: span 2;
  background: var(--ink);
}

.domain-grid a:nth-child(4) {
  grid-column: span 2;
  background: var(--purple);
}

.domain-grid a:nth-child(5) {
  grid-column: span 2;
  background: var(--orange);
  color: var(--ink);
}

.domain-grid a:nth-child(6) {
  grid-column: span 2;
  background: var(--lavender);
  color: var(--ink);
}

.artifact-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.artifact-links a {
  display: flex;
  flex-direction: column;
  min-height: 12rem;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid var(--ink);
  background: var(--paper-deep);
}

.artifact-links a:nth-child(2) {
  background: var(--lavender);
}

.artifact-links a:nth-child(3) {
  background: var(--coral);
}

.artifact-links span {
  font-size: 1.45rem;
  font-weight: 780;
}

.artifact-links small {
  max-width: 24ch;
  color: rgba(24, 24, 23, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.compact-links {
  padding-top: clamp(1.4rem, 4vw, 2.8rem);
}

.page-shell,
.article-shell {
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.page-header h1,
.article-header h1 {
  max-width: 11ch;
  margin-bottom: 1rem;
}

.page-body {
  max-width: 840px;
}

.page-body h2,
.article-content h2 {
  margin: 2.5rem 0 0.75rem;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.page-body ul,
.article-content ul,
.article-content ol {
  padding-left: 1.2rem;
}

.page-body li + li,
.article-content li + li {
  margin-top: 0.5rem;
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, var(--article)) minmax(180px, 260px);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.article-content {
  min-width: 0;
}

.post-meta-chips {
  margin-top: 1rem;
}

.article-content p,
.article-content li {
  font-size: 1.08rem;
}

.article-content blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1.2rem;
  border-left: 0.65rem solid var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.45;
}

.article-content code {
  background: var(--paper-deep);
  padding: 0.12rem 0.28rem;
  border: 1px solid var(--line);
  font-size: 0.95em;
}

.article-content pre {
  overflow-x: auto;
  padding: 1rem;
  border: 1px solid var(--line);
  background: #211f1d;
  color: var(--paper);
}

.sample-note {
  padding: 0.8rem 1rem;
  border: 1px solid var(--ink);
  background: var(--lavender);
  color: var(--ink) !important;
  font-size: 0.96rem !important;
  line-height: 1.45 !important;
}

.library-sections {
  display: grid;
  gap: clamp(2.4rem, 5vw, 4rem);
  margin-top: 2rem;
}

.library-section {
  scroll-margin-top: 2rem;
}

.library-section h2,
.review-framework h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.library-section > p {
  max-width: 760px;
  margin-bottom: 0;
}

.empty-state {
  min-height: 8rem;
  margin: 0;
  padding: 1rem;
  border: 1px dashed rgba(24, 24, 23, 0.38);
  background: rgba(246, 242, 223, 0.62);
}

.concept-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
}

.concept-card a {
  margin-top: auto;
  color: var(--ink);
  font-weight: 720;
}

.review-framework {
  margin: 1.75rem 0 2.5rem;
  padding: 1rem;
}

.review-framework ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style-position: inside;
}

.review-framework li {
  min-height: 7rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  background: var(--paper);
}

.chart-card {
  margin: 2rem 0;
  padding: 1rem;
  border: 1px solid var(--ink);
  background: rgba(238, 230, 207, 0.82);
}

.chart-card figcaption {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.bar-chart {
  display: grid;
  gap: 0.75rem;
}

.bar-chart.compact {
  gap: 0.55rem;
}

.bar-row {
  display: grid;
  grid-template-columns: minmax(8rem, 0.9fr) minmax(120px, 1.8fr) 3rem;
  align-items: center;
  gap: 0.75rem;
}

.bar-label,
.bar-value,
.stack-label {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 720;
}

.bar-value {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.bar-track {
  height: 1.35rem;
  border: 1px solid rgba(24, 24, 23, 0.38);
  background: var(--paper);
}

.bar-fill {
  display: block;
  width: var(--value);
  height: 100%;
}

.bar-fill.teal { background: var(--teal); }
.bar-fill.burgundy { background: var(--burgundy); }
.bar-fill.orange { background: var(--orange); }
.bar-fill.purple { background: var(--purple); }

.evidence-table {
  width: 100%;
  margin: 1.5rem 0 2rem;
  border-collapse: collapse;
  border-top: 2px solid var(--ink);
  font-size: 0.96rem;
}

.evidence-table th,
.evidence-table td {
  padding: 0.78rem 0.6rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.evidence-table th {
  color: var(--ink);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-chip {
  display: inline-block;
  padding: 0.18rem 0.42rem;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 760;
  white-space: nowrap;
}

.status-chip.good { background: var(--teal); color: var(--paper); }
.status-chip.watch { background: var(--orange); }
.status-chip.bad { background: var(--burgundy); color: var(--paper); }

.flow-chart {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--ink);
}

.flow-step {
  min-height: 7.5rem;
  display: flex;
  align-items: flex-end;
  padding: 0.8rem;
  border-right: 1px solid rgba(24, 24, 23, 0.42);
  background: var(--paper);
  color: var(--ink);
  font-weight: 760;
}

.flow-step:last-child {
  border-right: 0;
}

.flow-step.accent {
  background: var(--purple);
  color: var(--paper);
}

.flow-step.review {
  background: var(--orange);
}

.stack-chart {
  display: grid;
  gap: 1rem;
}

.stack-row {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
}

.stack-bar {
  display: flex;
  min-height: 3.5rem;
  border: 1px solid var(--ink);
  overflow: hidden;
}

.stack-segment {
  flex-basis: var(--value);
  display: flex;
  align-items: flex-end;
  padding: 0.55rem;
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.2;
}

.stack-segment.manual { background: var(--burgundy); }
.stack-segment.automated { background: var(--teal); }
.stack-segment.ai { background: var(--purple); }
.stack-segment.review { background: var(--orange); color: var(--ink); }

.score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--ink);
}

.score-cell {
  min-height: 8.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.85rem;
  border-right: 1px solid rgba(24, 24, 23, 0.42);
  border-bottom: 1px solid rgba(24, 24, 23, 0.42);
}

.score-cell:nth-child(2n) {
  border-right: 0;
}

.score-cell:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.score-cell span {
  font-size: 0.9rem;
  font-weight: 760;
}

.score-cell strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 500;
}

.score-cell.strong {
  background: var(--teal);
  color: var(--paper);
}

.score-cell.medium {
  background: var(--orange);
}

.score-cell.weak {
  background: var(--burgundy);
  color: var(--paper);
}

.article-aside {
  position: sticky;
  top: 1.5rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.review-brief {
  color: var(--muted);
}

.review-brief strong {
  color: var(--ink);
}

.review-brief p {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.review-brief p:last-child {
  margin-bottom: 0;
}

.aside-block {
  border-top: 1px solid var(--ink);
  padding-top: 0.8rem;
  margin-bottom: 1.5rem;
}

.aside-block h2 {
  margin-bottom: 0.5rem;
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aside-block ol {
  margin: 0;
  padding-left: 1rem;
}

.site-footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner p {
  margin: 0;
}

@media (max-width: 820px) {
  .header-inner,
  .home-hero,
  .split-section,
  .explainer-section,
  .artifact-links,
  .article-grid,
  .entry-grid,
  .latest-grid,
  .content-card-grid,
  .concept-grid,
  .review-framework ol {
    grid-template-columns: 1fr;
  }

  .header-inner {
    align-items: flex-start;
    display: grid;
    gap: 0.85rem;
  }

  .primary-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .color-field {
    min-height: 230px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .color-field.small {
    min-height: 120px;
    box-shadow: none;
  }

  h1 {
    max-width: 13ch;
  }

  .home-hero h1 {
    max-width: 18ch;
  }

  .article-aside {
    position: static;
  }

  .bar-row,
  .stack-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .bar-value {
    text-align: left;
  }

  .flow-chart {
    grid-template-columns: 1fr;
  }

  .flow-step {
    min-height: 4.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 24, 23, 0.42);
  }

  .flow-step:last-child {
    border-bottom: 0;
  }

  .domain-grid {
    grid-template-columns: 1fr;
  }

  .domain-grid a,
  .domain-grid a:nth-child(n) {
    grid-column: auto;
    min-height: 6.5rem;
  }
}

@media (max-width: 560px) {
  .site-frame {
    width: min(calc(100% - 1.2rem), var(--max));
  }

  .section-heading {
    display: block;
  }

  .section-heading h2,
  .compact-heading h2 {
    max-width: none;
    margin-top: 0.25rem;
  }

  .home-hero {
    padding-top: 2.4rem;
  }

  .writing-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .topic-stack {
    grid-template-columns: 1fr;
  }

  .entry-card,
  .content-card,
  .concept-card {
    min-height: 11rem;
  }

  .artifact-links {
    gap: 0.75rem;
  }

  .score-grid {
    grid-template-columns: 1fr;
  }

  .score-cell,
  .score-cell:nth-child(2n),
  .score-cell:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 24, 23, 0.42);
  }

  .score-cell:last-child {
    border-bottom: 0;
  }
}
