.vrab-benchmark {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(ellipse at 72% 0%, rgba(255, 255, 255, .025), transparent 46%),
    #080808;
}

.vrab-benchmark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, black, transparent 82%);
}

.vrab-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: rgba(10, 10, 10, .94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .025);
}

.vrab-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.vrab-mast {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  margin: 0;
  padding: 1rem 1.2rem .9rem;
  border-bottom: 1px solid rgba(255, 255, 255, .085);
}

.vrab-eyebrow,
.vrab-preview-tag,
.vrab-model-meta,
.vrab-metric-note,
.vrab-note {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  text-transform: uppercase;
}

.vrab-eyebrow {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .42rem;
  color: #9b9ba0;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.vrab-eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #fff;
}

.vrab-title {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1;
}

.vrab-title span {
  display: inline;
  color: #8f8f93;
}

.vrab-intro {
  display: none;
}

.vrab-preview-tag {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #c9c9cc;
  font-size: .48rem;
  font-weight: 600;
  letter-spacing: .13em;
}

.vrab-preview-tag::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
}

.vrab-table-wrap {
  border: 0;
}

.vrab-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #d8d8da;
}

.vrab-table col:first-child {
  width: 38%;
}

.vrab-table col:not(:first-child) {
  width: 15.5%;
}

.vrab-table th,
.vrab-table td {
  text-align: left;
  vertical-align: middle;
}

.vrab-table thead th {
  height: 64px;
  padding: .7rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .018);
}

.vrab-table thead th:first-child {
  color: #66666b;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .5rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.vrab-model-name {
  display: block;
  color: #aaaab0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.18rem;
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1.05;
}

.vrab-model-meta {
  display: block;
  margin: 0 0 .24rem;
  color: #606066;
  font-size: .4rem;
  letter-spacing: .09em;
  line-height: 1.2;
}

.vrab-table .vrab-atlas {
  position: relative;
  border-left: 2px solid rgba(255, 255, 255, .9);
  border-right: 1px solid rgba(255, 255, 255, .05);
  background: rgba(255, 255, 255, .045);
}

.vrab-table .vrab-atlas .vrab-model-name,
.vrab-table td.vrab-atlas {
  color: #fff;
}

.vrab-table tbody tr:nth-child(even) > * {
  background-color: rgba(255, 255, 255, .017);
}

.vrab-table tbody th,
.vrab-table tbody td {
  height: 60px;
  padding: .62rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.vrab-table tbody tr:last-child > * {
  border-bottom: 0;
}

.vrab-table tbody th {
  color: #e8e8ea;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.16;
}

.vrab-metric-note {
  display: block;
  margin-top: .27rem;
  color: #66666c;
  font-size: .38rem;
  font-weight: 500;
  letter-spacing: .045em;
  line-height: 1.25;
}

.vrab-table tbody td {
  color: #85858a;
  font-size: 1.04rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.025em;
}

.vrab-table tbody td.vrab-atlas {
  font-weight: 750;
}

.vrab-note {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin: 0;
  padding: .65rem .9rem .7rem;
  border-top: 1px solid rgba(255, 255, 255, .085);
  color: #68686e;
  font-size: .4rem;
  letter-spacing: .055em;
  line-height: 1.48;
}

.vrab-note::before {
  content: "*";
  color: #fff;
}

@media (max-width: 768px) {
  .vrab-benchmark {
    padding: 0;
  }

  .vrab-inner {
    width: 100%;
  }

  .vrab-mast {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: .55rem .62rem .5rem;
  }

  .vrab-mast > div:last-child {
    display: block;
    margin: 0;
  }

  .vrab-title {
    font-size: 1.2rem;
  }

  .vrab-preview-tag {
    flex: 0 0 auto;
    font-size: .36rem;
    text-align: right;
  }

  .vrab-table col:first-child {
    width: 36%;
  }

  .vrab-table col:not(:first-child) {
    width: 16%;
  }

  .vrab-table thead th {
    height: 46px;
    padding: .42rem .32rem;
  }

  .vrab-table thead th:first-child {
    font-size: .36rem;
    letter-spacing: .11em;
  }

  .vrab-model-name {
    font-size: .62rem;
    line-height: 1.05;
  }

  .vrab-model-meta {
    display: block;
    margin-bottom: .1rem;
    font-size: .31rem;
    letter-spacing: .03em;
  }

  .vrab-table tbody th,
  .vrab-table tbody td {
    height: 40px;
    padding: .28rem .28rem;
  }

  .vrab-table tbody th {
    font-size: .53rem;
    line-height: 1.18;
  }

  .vrab-metric-note {
    display: none;
  }

  .vrab-table tbody td {
    font-size: .7rem;
  }

  .vrab-note {
    padding: .5rem .6rem .55rem;
    font-size: .34rem;
    line-height: 1.45;
  }
}

@media (max-width: 370px) {
  .vrab-table col:first-child {
    width: 35%;
  }

  .vrab-table col:not(:first-child) {
    width: 16.25%;
  }

  .vrab-model-name {
    font-size: .63rem;
  }

  .vrab-table tbody th {
    font-size: .53rem;
  }

  .vrab-table tbody td {
    font-size: .7rem;
  }
}
