/* LLM intelligence benchmark — main content only, flat / full-width */

#main-content.llm-intelligence-benchmark-test-page {
  margin-block-end: 3rem;
}

.llm-intelligence-benchmark-test-page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
}

.llm-intelligence-benchmark-test-page__article {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

/* Cover art — capped height (stays above viewport bottom); rounded clip; skeleton until image loads */
.llm-intelligence-benchmark-test-page__cover {
  width: 100%;
  max-width: 46rem;
  margin: 2rem auto 0;
  box-shadow: none;
}

.llm-intelligence-benchmark-test-page__cover-caption {
  margin: 0.7rem 0 0;
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  font-size: 0.85rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: var(--secondary-color);
  opacity: 0.6;
  text-align: center;
}

.llm-intelligence-benchmark-test-page__cover-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(52vh, calc(100vh - var(--header-height, 120px) - 14rem), 30rem);
  max-height: min(calc(100dvh - var(--header-height, 120px) - 14rem), 30rem);
  min-height: 10.5rem;
  overflow: hidden;
  border-radius: 0.4rem;
  border: 1px solid rgba(232, 232, 233, 0.06);
  background-color: var(--light-color);
}

.llm-intelligence-benchmark-test-page__cover-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(33, 39, 47, 0.95) 0%,
    rgba(16, 172, 132, 0.12) 42%,
    rgba(33, 39, 47, 0.95) 84%
  );
  background-size: 200% 100%;
  animation: llm-benchmark-cover-shimmer 2.4s ease-in-out infinite;
  transition: opacity 0.45s ease;
}

.llm-intelligence-benchmark-test-page__cover-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.llm-intelligence-benchmark-test-page__cover--loaded .llm-intelligence-benchmark-test-page__cover-img {
  opacity: 1;
}

.llm-intelligence-benchmark-test-page__cover--loaded .llm-intelligence-benchmark-test-page__cover-placeholder {
  opacity: 0;
  pointer-events: none;
}

.llm-intelligence-benchmark-test-page__cover--error .llm-intelligence-benchmark-test-page__cover-placeholder {
  opacity: 1;
  animation: none;
  background: rgba(33, 39, 47, 0.92);
}

.llm-intelligence-benchmark-test-page__cover--error .llm-intelligence-benchmark-test-page__cover-img {
  opacity: 0;
}

@keyframes llm-benchmark-cover-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .llm-intelligence-benchmark-test-page__cover-placeholder {
    animation: none;
    background: rgba(33, 39, 47, 0.92);
  }
}

/* Hero */
.llm-intelligence-benchmark-test-page__hero {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.35rem;
}

.llm-intelligence-benchmark-test-page__hero h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  font-size: clamp(1.9rem, 1.3rem + 2.6vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--secondary-color);
  margin: 0 0 1.25rem;
  text-wrap: balance;
}

.llm-intelligence-benchmark-test-page__title-text {
  text-wrap: balance;
}

.llm-intelligence-benchmark-test-page__shortcut {
  margin-inline-start: 0.35em;
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: help;
  white-space: nowrap;
}

.llm-intelligence-benchmark-test-page__shortcut--hero-sub {
  margin-inline-start: 0;
  padding: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: var(--primary-color);
  text-transform: uppercase;
  border: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  font-style: normal;
}

.llm-intelligence-benchmark-test-page__shortcut--inline {
  margin-inline-start: 0;
  letter-spacing: 0.05em;
  border: none;
  background: none;
  padding: 0;
}

.llm-intelligence-benchmark-test-page__lead {
  width: 100%;
  max-width: none;
  margin: 0.75rem 0 0;
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  font-size: clamp(1.15rem, 1rem + 0.7vw, 1.4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: var(--secondary-color);
  opacity: 0.78;
  text-align: center;
  text-wrap: balance;
}

/* Compact copy CTA in the hero — for repeat visitors who already know what DULLMIBT is */
.llm-intelligence-benchmark-test-page__hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.llm-intelligence-benchmark-test-page__hero-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 1.1rem;
  font-family: "Rubik", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--secondary-color);
  background: none;
  border: 1px solid rgba(232, 232, 233, 0.18);
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease;
}

.llm-intelligence-benchmark-test-page__hero-copy:hover {
  border-color: rgba(16, 172, 132, 0.6);
  color: var(--primary-color);
}

.llm-intelligence-benchmark-test-page__hero-copy:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 3px;
}

.llm-intelligence-benchmark-test-page__hero-copy:active {
  transform: scale(0.99);
}

.llm-intelligence-benchmark-test-page__hero-copy.is-busy {
  cursor: progress;
  opacity: 0.7;
}

.llm-intelligence-benchmark-test-page__hero-copy[disabled] {
  cursor: not-allowed;
}

.llm-intelligence-benchmark-test-page__hero-copy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--primary-color);
}

.llm-intelligence-benchmark-test-page__hero-copy.is-busy .llm-intelligence-benchmark-test-page__hero-copy-icon {
  animation: dullmibt-card-pulse 1.4s ease-in-out infinite;
}

.llm-intelligence-benchmark-test-page__hero-status {
  min-height: 1.1rem;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-color);
  text-align: center;
  text-wrap: balance;
}

.llm-intelligence-benchmark-test-page__hero-status:empty {
  min-height: 0;
}

.llm-intelligence-benchmark-test-page__hero-status[data-tone="success"]:not(:empty) {
  color: var(--primary-color);
}

.llm-intelligence-benchmark-test-page__hero-status[data-tone="error"]:not(:empty) {
  color: #ff8a8a;
}

.llm-intelligence-benchmark-test-page__hero-status[data-tone="info"]:not(:empty) {
  color: var(--secondary-color);
  opacity: 0.7;
  font-style: italic;
}

@media (hover: none) {
  .llm-intelligence-benchmark-test-page__hero-copy:hover {
    border-color: rgba(232, 232, 233, 0.18);
    color: var(--secondary-color);
  }
}

/* Prose — single column, sized by article max-width */
.llm-intelligence-benchmark-test-page__what {
  width: 100%;
  margin-top: 3.5rem;
}

.llm-intelligence-benchmark-test-page__what .llm-intelligence-benchmark-test-page__body {
  margin-top: 0;
}

.llm-intelligence-benchmark-test-page__body {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  margin-top: 0;
  text-align: start;
}

.llm-intelligence-benchmark-test-page__body--rest {
  margin-top: 3.5rem;
}

.llm-intelligence-benchmark-test-page__body h2 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: clamp(1.2rem, 1.05rem + 0.45vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--secondary-color);
  margin: 2.75rem 0 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(232, 232, 233, 0.12);
}

.llm-intelligence-benchmark-test-page__body h2::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 1em;
  border-radius: 1px;
  background: var(--primary-color);
  flex-shrink: 0;
}

.llm-intelligence-benchmark-test-page__body h2:first-child {
  margin-top: 0;
}

.llm-intelligence-benchmark-test-page__body p {
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.82;
  color: var(--secondary-color);
  opacity: 0.84;
  margin: 0 0 1.3rem;
}

.llm-intelligence-benchmark-test-page__body ul {
  margin: 0 0 1.4rem;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  list-style: none;
}

.llm-intelligence-benchmark-test-page__body li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.78;
  color: var(--secondary-color);
  opacity: 0.84;
}

.llm-intelligence-benchmark-test-page__body li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.85em;
  width: 0.7rem;
  height: 1px;
  background: var(--primary-color);
  opacity: 0.65;
  transform: none;
  border-radius: 0;
}

.llm-intelligence-benchmark-test-page__body a {
  color: var(--primary-color);
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: rgba(16, 172, 132, 0.4);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.llm-intelligence-benchmark-test-page__body a:hover {
  color: var(--primary-color);
  text-decoration-color: var(--primary-color);
}

.llm-intelligence-benchmark-test-page__body code,
.llm-intelligence-benchmark-test-page__start-card-text code,
.llm-intelligence-benchmark-test-page__use-detail code {
  font-family: ui-monospace, "SFMono-Regular", "JetBrains Mono", Menlo, Consolas, monospace;
  font-size: 0.88em;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  color: var(--primary-color);
  font-weight: 400;
}

/* Tables — minimal, generous, table-friendly typography (layers + scoring) */
.llm-intelligence-benchmark-test-page__layers-table,
.llm-intelligence-benchmark-test-page__scoring-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5rem 0 1.4rem;
  font-family: "Rubik", sans-serif;
  font-size: 1.02rem;
  text-align: left;
}

.llm-intelligence-benchmark-test-page__layers-table thead th,
.llm-intelligence-benchmark-test-page__scoring-table thead th {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-color);
  text-align: left;
  padding: 0 1.25rem 0.85rem 0;
  border-bottom: 1px solid rgba(232, 232, 233, 0.18);
  white-space: nowrap;
}

.llm-intelligence-benchmark-test-page__layers-table thead th:last-child,
.llm-intelligence-benchmark-test-page__scoring-table thead th:last-child {
  padding-right: 0;
}

.llm-intelligence-benchmark-test-page__layers-table tbody td,
.llm-intelligence-benchmark-test-page__scoring-table tbody td {
  padding: 1.1rem 1.25rem 1.1rem 0;
  vertical-align: top;
  border-bottom: 1px solid rgba(232, 232, 233, 0.07);
  line-height: 1.7;
  color: var(--secondary-color);
  opacity: 0.9;
}

.llm-intelligence-benchmark-test-page__layers-table tbody td:last-child,
.llm-intelligence-benchmark-test-page__scoring-table tbody td:last-child {
  padding-right: 0;
}

.llm-intelligence-benchmark-test-page__layers-table tbody tr:last-child td,
.llm-intelligence-benchmark-test-page__scoring-table tbody tr:last-child td {
  border-bottom: none;
}

.llm-intelligence-benchmark-test-page__layers-table-num-h,
.llm-intelligence-benchmark-test-page__layers-table-num {
  width: 3rem;
}

.llm-intelligence-benchmark-test-page__layers-table-num {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--primary-color);
  opacity: 0.85;
}

.llm-intelligence-benchmark-test-page__layers-table-name-h,
.llm-intelligence-benchmark-test-page__layers-table-name {
  width: 14rem;
}

.llm-intelligence-benchmark-test-page__scoring-table-scope-h,
.llm-intelligence-benchmark-test-page__scoring-table-scope {
  width: 11rem;
}

.llm-intelligence-benchmark-test-page__layers-table-name,
.llm-intelligence-benchmark-test-page__scoring-table-scope {
  font-weight: 600;
  color: var(--secondary-color);
  opacity: 1;
}

@media (max-width: 720px) {
  /* Stack each row as a labeled block on small screens */
  .llm-intelligence-benchmark-test-page__layers-table,
  .llm-intelligence-benchmark-test-page__layers-table thead,
  .llm-intelligence-benchmark-test-page__layers-table tbody,
  .llm-intelligence-benchmark-test-page__layers-table tr,
  .llm-intelligence-benchmark-test-page__layers-table td,
  .llm-intelligence-benchmark-test-page__layers-table th,
  .llm-intelligence-benchmark-test-page__scoring-table,
  .llm-intelligence-benchmark-test-page__scoring-table thead,
  .llm-intelligence-benchmark-test-page__scoring-table tbody,
  .llm-intelligence-benchmark-test-page__scoring-table tr,
  .llm-intelligence-benchmark-test-page__scoring-table td,
  .llm-intelligence-benchmark-test-page__scoring-table th {
    display: block;
    width: auto;
  }

  .llm-intelligence-benchmark-test-page__layers-table thead,
  .llm-intelligence-benchmark-test-page__scoring-table thead {
    position: absolute;
    left: -9999px;
  }

  .llm-intelligence-benchmark-test-page__layers-table tbody tr,
  .llm-intelligence-benchmark-test-page__scoring-table tbody tr {
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(232, 232, 233, 0.08);
  }

  .llm-intelligence-benchmark-test-page__layers-table tbody tr:last-child,
  .llm-intelligence-benchmark-test-page__scoring-table tbody tr:last-child {
    border-bottom: none;
  }

  .llm-intelligence-benchmark-test-page__layers-table tbody td,
  .llm-intelligence-benchmark-test-page__scoring-table tbody td {
    padding: 0;
    border-bottom: none;
  }

  .llm-intelligence-benchmark-test-page__layers-table-num {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .llm-intelligence-benchmark-test-page__layers-table-num::before {
    content: "Layer ";
  }

  .llm-intelligence-benchmark-test-page__layers-table-name {
    display: inline;
    font-size: 1.05rem;
  }

  .llm-intelligence-benchmark-test-page__scoring-table-scope {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-color);
    opacity: 0.85;
  }

  .llm-intelligence-benchmark-test-page__layers-table tbody td:last-child,
  .llm-intelligence-benchmark-test-page__scoring-table tbody td:last-child {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.llm-intelligence-benchmark-test-page__body p.llm-intelligence-benchmark-test-page__note,
p.llm-intelligence-benchmark-test-page__note {
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
  color: var(--secondary-color);
  opacity: 0.65;
  margin: 1.5rem 0 0;
  padding: 0;
  border: none;
  background: none;
}

/* How to use */
.llm-intelligence-benchmark-test-page__start {
  width: 100%;
  margin-top: 3.5rem;
  padding-top: 0;
  border-top: none;
  text-align: center;
  background: none;
}

.llm-intelligence-benchmark-test-page__start-heading {
  display: block;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--primary-color);
  border: none;
  background: none;
}

.llm-intelligence-benchmark-test-page__start-intro {
  width: 100%;
  max-width: none;
  margin: 0 0 1.75rem;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--secondary-color);
  opacity: 0.84;
  text-align: center;
  text-wrap: balance;
}

.llm-intelligence-benchmark-test-page__start-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
}

.llm-intelligence-benchmark-test-page__start-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  flex: 1 1 16rem;
  max-width: none;
  min-width: min(100%, 14rem);
  padding: 1.5rem 1.25rem;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: var(--secondary-color);
  background: none;
  border: 1px solid rgba(232, 232, 233, 0.1);
  border-radius: 0.35rem;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.llm-intelligence-benchmark-test-page__start-card:hover {
  border-color: rgba(16, 172, 132, 0.5);
}

.llm-intelligence-benchmark-test-page__start-card:active {
  transform: scale(0.99);
}

.llm-intelligence-benchmark-test-page__start-card:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 3px;
}

.llm-intelligence-benchmark-test-page__start-card.is-busy {
  cursor: progress;
  opacity: 0.7;
}

.llm-intelligence-benchmark-test-page__start-card[disabled] {
  cursor: not-allowed;
}

.llm-intelligence-benchmark-test-page__start-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--primary-color);
  background: none;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  transition: opacity 0.2s ease;
}

.llm-intelligence-benchmark-test-page__start-card.is-busy .llm-intelligence-benchmark-test-page__start-card-icon {
  animation: dullmibt-card-pulse 1.4s ease-in-out infinite;
}

@keyframes dullmibt-card-pulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.llm-intelligence-benchmark-test-page__start-card-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--secondary-color);
}

.llm-intelligence-benchmark-test-page__start-card-text {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.75;
  text-align: center;
  text-wrap: balance;
}

.llm-intelligence-benchmark-test-page__start-card--link .llm-intelligence-benchmark-test-page__start-card-text {
  flex-grow: 1;
}

.llm-intelligence-benchmark-test-page__start-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
  padding: 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-color);
  border: none;
  background: none;
  border-radius: 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.llm-intelligence-benchmark-test-page__start-card--link:hover .llm-intelligence-benchmark-test-page__start-card-cta {
  color: var(--secondary-color);
}

.llm-intelligence-benchmark-test-page__start-status {
  width: 100%;
  max-width: none;
  min-height: 1.2rem;
  margin: 1.25rem 0 0;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--primary-color);
  text-align: center;
  transition: color 0.2s ease;
}

.llm-intelligence-benchmark-test-page__start-status:not(:empty) {
  display: block;
  padding: 0;
  border: none;
  background: none;
}

.llm-intelligence-benchmark-test-page__start-status[data-tone="success"]:not(:empty) {
  color: var(--primary-color);
}

.llm-intelligence-benchmark-test-page__start-status[data-tone="error"]:not(:empty) {
  color: #ff8a8a;
}

.llm-intelligence-benchmark-test-page__start-status[data-tone="info"]:not(:empty) {
  color: var(--secondary-color);
  opacity: 0.7;
  font-style: italic;
}

.llm-intelligence-benchmark-test-page__start-status:empty {
  margin-top: 0.25rem;
  min-height: 0;
}

.llm-intelligence-benchmark-test-page__use-detail {
  width: 100%;
  max-width: none;
  margin: 2rem 0 0;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.llm-intelligence-benchmark-test-page__use-detail p {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.82;
  color: var(--secondary-color);
  opacity: 0.84;
}

.llm-intelligence-benchmark-test-page__contribute,
.llm-intelligence-benchmark-test-page__scoring {
  width: 100%;
  margin-top: 3.5rem;
  padding-top: 0;
  border-top: none;
}

.llm-intelligence-benchmark-test-page__contribute .llm-intelligence-benchmark-test-page__body,
.llm-intelligence-benchmark-test-page__scoring .llm-intelligence-benchmark-test-page__body {
  margin-top: 0;
}

@media (min-width: 992px) {
  .llm-intelligence-benchmark-test-page__title-text {
    white-space: nowrap;
    text-wrap: unset;
  }
}

@media (max-width: 768px) {
  .llm-intelligence-benchmark-test-page__body h2 {
    font-size: 1.02rem;
  }

  .llm-intelligence-benchmark-test-page__start-heading {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .llm-intelligence-benchmark-test-page__start-options {
    flex-direction: column;
    align-items: stretch;
  }

  .llm-intelligence-benchmark-test-page__start-card {
    width: 100%;
    max-width: none;
  }
}

@media (hover: none) {
  .llm-intelligence-benchmark-test-page__body a:hover {
    color: var(--primary-color);
  }

  .llm-intelligence-benchmark-test-page__start-card:hover {
    border-color: rgba(232, 232, 233, 0.18);
  }

  .llm-intelligence-benchmark-test-page__start-card--link:hover .llm-intelligence-benchmark-test-page__start-card-cta {
    color: var(--primary-color);
  }
}
