.compute-hero figure img {
  object-position: center;
}

.compute-hero figure:after {
  background: linear-gradient(90deg, rgba(7, 17, 31, .26), transparent 52%);
}

.compute-intro {
  padding-bottom: 82px;
}

.compute-stack {
  padding: 0 clamp(24px, 7vw, 110px) 120px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
}

.compute-stack figure {
  min-height: 720px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #07111f;
  border: 1px solid rgba(10, 21, 39, .18);
}

.compute-stack figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.compute-stack figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(4, 12, 23, .84));
}

.compute-stack figcaption {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: flex;
  justify-content: space-between;
  color: #b9c7d8;
  font: 700 11px/1.4 "Courier New", monospace;
  letter-spacing: .1em;
}

.compute-stack-copy {
  padding: 56px;
  color: #fff;
  background: #0b182a;
}

.stack-label {
  margin-bottom: 34px;
  color: var(--cyan);
  font: 700 12px/1.35 "Courier New", monospace;
  letter-spacing: .1em;
}

.compute-stack h2 {
  margin: 0 0 43px;
  font-size: clamp(40px, 4vw, 59px);
  line-height: 1.04;
  letter-spacing: -.057em;
}

.compute-stack h2 em {
  color: var(--cyan);
  font-style: normal;
}

.compute-stack ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.compute-stack li {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.compute-stack li > span {
  color: var(--cyan);
  font: 700 12px/1.45 "Courier New", monospace;
}

.compute-stack li div {
  display: grid;
  gap: 3px;
}

.compute-stack li b {
  font-size: 17px;
}

.compute-stack li small {
  color: #b8c3d0;
  font-size: 14px;
  line-height: 1.55;
}

.chain-section {
  padding: 112px clamp(24px, 7vw, 110px) 120px;
  color: #fff;
  background: #07111f;
}

.chain-head {
  margin-bottom: 62px;
  display: grid;
  grid-template-columns: .62fr 1.15fr .9fr;
  gap: 55px;
  align-items: end;
}

.chain-head h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

.chain-head > p:last-child {
  margin: 0;
  color: #bdc8d5;
  font-size: 18px;
  line-height: 1.7;
}

.chain-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.chain-grid article {
  min-height: 310px;
  padding: 27px 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  background:
    linear-gradient(rgba(76, 127, 196, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 127, 196, .07) 1px, transparent 1px);
  background-size: 28px 28px;
}

.chain-grid span {
  color: var(--cyan);
  font: 700 12px/1.35 "Courier New", monospace;
}

.chain-grid b {
  margin-top: auto;
  font-size: 21px;
}

.chain-grid p {
  margin: 12px 0 0;
  color: #bdc8d5;
  font-size: 15px;
  line-height: 1.65;
}

.directory-heading {
  padding-bottom: 70px;
}

.compute-directory .controls {
  grid-template-columns: minmax(260px, 1fr) 570px minmax(180px, .67fr) minmax(180px, .67fr);
}

.compute-directory .filter-buttons {
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.compute-directory .filter-buttons button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.compute-list {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.compute-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 210px minmax(310px, .78fr) minmax(530px, 1.22fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .28);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.compute-card:hover {
  position: relative;
  z-index: 1;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(16, 31, 52, .08);
}

.compute-plate {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  color: #a8d8ff;
  background-color: #07111f;
  background-image:
    linear-gradient(rgba(87, 139, 208, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 139, 208, .1) 1px, transparent 1px);
  background-size: 25px 25px;
}

.compute-plate:before,
.compute-plate:after,
.compute-plate i {
  content: "";
  position: absolute;
  display: block;
}

.compute-plate.rack:before {
  width: 88px;
  height: 126px;
  top: 50%;
  left: 50%;
  border: 1px solid var(--cyan);
  transform: translate(-50%, -50%) skewY(-5deg);
  box-shadow:
    inset 0 24px rgba(22, 103, 255, .16),
    inset 0 48px rgba(82, 216, 255, .05),
    16px 12px 0 rgba(22, 103, 255, .12);
}

.compute-plate.rack:after {
  width: 54px;
  height: 2px;
  top: calc(50% - 35px);
  left: calc(50% - 27px);
  background: var(--cyan);
  box-shadow: 0 27px #2d6bc3, 0 54px var(--cyan), 0 81px #2d6bc3;
}

.compute-plate.system:before {
  width: 126px;
  height: 69px;
  top: 50%;
  left: 50%;
  border: 1px solid var(--cyan);
  background: rgba(22, 103, 255, .12);
  transform: translate(-50%, -50%) skewY(-8deg);
  box-shadow: 13px 11px rgba(22, 103, 255, .13);
}

.compute-plate.system:after {
  width: 8px;
  height: 8px;
  top: calc(50% - 7px);
  left: calc(50% - 43px);
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 18px 0 #337ddc, 36px 0 #337ddc, 69px 0 var(--cyan);
}

.compute-plate.accelerator:before {
  width: 114px;
  height: 114px;
  top: 50%;
  left: 50%;
  border: 1px solid var(--cyan);
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow:
    0 0 0 18px rgba(22, 103, 255, .13),
    0 0 0 36px rgba(22, 103, 255, .06);
}

.compute-plate.accelerator:after {
  width: 52px;
  height: 52px;
  top: 50%;
  left: 50%;
  background: rgba(82, 216, 255, .18);
  border: 1px solid #69ddff;
  transform: translate(-50%, -50%);
}

.compute-plate.cloud:before {
  width: 118px;
  height: 84px;
  top: 50%;
  left: 50%;
  border: 1px solid var(--cyan);
  transform: translate(-50%, -50%);
  box-shadow:
    -18px -18px rgba(22, 103, 255, .13),
    18px 18px rgba(82, 216, 255, .08);
}

.compute-plate.cloud:after {
  width: 154px;
  height: 1px;
  top: 50%;
  left: calc(50% - 77px);
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 -27px #255ca8, 0 27px #255ca8;
}

.compute-plate-label {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 17px;
  left: 18px;
  color: #a9b9cc;
  font: 700 11px/1.35 "Courier New", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.compute-card-main,
.compute-card-details {
  min-width: 0;
  padding: 28px 30px;
}

.compute-card-main {
  border-right: 1px solid var(--line);
}

.compute-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.compute-number {
  color: var(--blue);
  font: 700 13px/1.35 "Courier New", monospace;
  letter-spacing: .08em;
}

.compute-status {
  padding: 7px 9px;
  color: #094766;
  background: #dff5fb;
  font: 700 12px/1.3 "Courier New", monospace;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

.compute-status.ramp,
.compute-status.announced {
  color: #5f4a00;
  background: #f7edcb;
}

.compute-status.limited {
  color: #3b4191;
  background: #e7e9ff;
}

.compute-status.internal {
  color: #5a4659;
  background: #eee5ed;
}

.compute-title {
  margin: 34px 0 7px;
  font-size: clamp(28px, 2.1vw, 35px);
  line-height: 1.12;
  letter-spacing: -.048em;
}

.compute-vendor {
  margin-bottom: 22px;
  color: #405069;
  font-size: 16px;
  font-weight: 700;
}

.compute-summary {
  color: #39485d;
  font-size: 17px;
  line-height: 1.68;
}

.workload-line {
  margin: 23px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.workload-pill {
  padding: 7px 9px;
  color: #173f70;
  background: #e3ebf7;
  font: 700 12px/1.3 "Courier New", monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.workload-pill.reasoning {
  color: #06455e;
  background: #dff5fb;
}

.compare-toggle {
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  padding: 0 14px;
  color: var(--blue);
  background: transparent;
  border: 1px solid rgba(22, 103, 255, .36);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.compare-toggle[aria-pressed="true"] {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.compute-specs {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.compute-specs div {
  min-width: 0;
  padding: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.compute-specs dt {
  margin-bottom: 6px;
  color: #435269;
  font: 700 12px/1.35 "Courier New", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.compute-specs dd {
  margin: 0;
  color: #18283e;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.compute-card .best-for {
  margin-top: 21px;
}

.compute-card .caveat {
  margin-top: 16px;
}

.compute-card .model-link {
  margin-top: 5px;
}

.comparison-section {
  padding: 112px clamp(24px, 7vw, 110px) 120px;
  color: #fff;
  background: #0b182a;
}

.comparison-head {
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 7vw;
  align-items: end;
}

.comparison-head h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

.comparison-head > div:last-child > p:first-child {
  color: #bdc8d5;
  font-size: 17px;
  line-height: 1.7;
}

.compare-status {
  color: #b7c3d1;
  font: 700 13px/1.5 "Courier New", monospace;
}

.compare-status b {
  color: var(--cyan);
  font-size: 18px;
}

#clear-comparison {
  padding: 7px 0;
  color: var(--cyan);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}

.compare-panel {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .16);
}

.compare-grid {
  min-width: 900px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.compare-table th,
.compare-table td {
  padding: 17px 19px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  text-align: left;
  vertical-align: top;
}

.compare-table tr:last-child th,
.compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table th:last-child,
.compare-table td:last-child {
  border-right: 0;
}

.compare-table thead th {
  color: #fff;
  background: #0e2038;
  font-size: 19px;
  line-height: 1.4;
}

.compare-table thead th:first-child {
  width: 180px;
  color: var(--cyan);
  font: 700 12px/1.45 "Courier New", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.compare-table tbody th {
  width: 180px;
  position: sticky;
  left: 0;
  z-index: 1;
  color: #b9c7d8;
  background: #0b182a;
  font: 700 12px/1.45 "Courier New", monospace;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.compare-table td {
  color: #d2dae4;
  background: rgba(255, 255, 255, .015);
  font-size: 15px;
  line-height: 1.55;
}

.compare-message {
  padding: 18px 20px;
  color: #07111f;
  background: #dff5fb;
  font-weight: 700;
}

.fabric-section {
  padding: 120px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 0;
  color: #fff;
  background: #07111f;
}

.fabric-copy {
  padding: 55px;
  background: #0b182a;
}

.fabric-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(45px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: -.06em;
}

.fabric-copy > p:not(.kicker) {
  color: #bdc8d5;
  font-size: 17px;
  line-height: 1.75;
}

.fabric-copy dl {
  margin: 38px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.fabric-copy dl div {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.fabric-copy dt {
  color: var(--cyan);
  font: 700 11px/1.45 "Courier New", monospace;
}

.fabric-copy dd {
  margin: 0;
  color: #c5cfdb;
  font-size: 14px;
  line-height: 1.6;
}

.fabric-section figure {
  min-height: 710px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
}

.fabric-section figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.fabric-section figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(4, 12, 23, .84));
}

.fabric-section figcaption {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 24px;
  left: 25px;
  display: flex;
  justify-content: space-between;
  color: #b8c6d6;
  font: 700 11px/1.4 "Courier New", monospace;
  letter-spacing: .08em;
}

.compute-method .method-grid {
  grid-template-columns: repeat(3, 1fr);
}

.compute-method .method-grid article {
  min-height: 280px;
}

.compute-method .method-grid h3 {
  margin-top: 58px;
}

.benchmark-note {
  margin: 34px 0 0;
  color: #bdc8d5;
  font-size: 15px;
}

.benchmark-note a {
  color: var(--cyan);
  font-weight: 700;
}

.selection-section {
  padding: 120px clamp(24px, 7vw, 110px);
}

.selection-head {
  margin-bottom: 62px;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 7vw;
  align-items: end;
}

.selection-head h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

.selection-head h2 em {
  color: var(--blue);
  font-style: normal;
}

.selection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.selection-grid article {
  min-height: 305px;
  padding: 29px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.selection-grid span {
  color: var(--blue);
  font: 700 12px/1.35 "Courier New", monospace;
}

.selection-grid h3 {
  margin: 76px 0 14px;
  font-size: 23px;
  line-height: 1.3;
}

.selection-grid p {
  color: #405069;
  font-size: 16px;
  line-height: 1.68;
}

.compute-related {
  padding: 115px clamp(24px, 7vw, 110px);
  background: #e8ecf1;
}

.compute-related-head {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 7vw;
  align-items: end;
}

.compute-related-head h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

.compute-related-head h2 em {
  color: var(--blue);
  font-style: normal;
}

.compute-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.compute-related-grid a {
  min-height: 330px;
  padding: 29px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .2);
  transition: background .2s ease, transform .2s ease;
}

.compute-related-grid a:hover {
  position: relative;
  z-index: 1;
  background: #fff;
  transform: translateY(-2px);
}

.compute-related-grid span {
  color: var(--blue);
  font: 700 12px/1.4 "Courier New", monospace;
  letter-spacing: .07em;
}

.compute-related-grid b {
  margin-top: 67px;
  font-size: 25px;
  line-height: 1.3;
}

.compute-related-grid p {
  color: #405069;
  font-size: 16px;
  line-height: 1.65;
}

.compute-related-grid em {
  margin-top: auto;
  color: var(--blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1600px) {
  .compute-directory .controls {
    grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(180px, .7fr));
    grid-template-areas:
      "search availability deployment"
      "capability capability capability";
  }
}

@media (max-width: 1320px) {
  .compute-stack,
  .fabric-section {
    grid-template-columns: 1fr 1fr;
  }

  .chain-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .compute-card {
    grid-template-columns: 190px minmax(280px, .8fr) minmax(460px, 1.2fr);
  }
}

@media (max-width: 1100px) {
  .compute-stack,
  .fabric-section,
  .comparison-head {
    grid-template-columns: 1fr;
  }

  .compute-stack figure,
  .fabric-section figure {
    min-height: 620px;
  }

  .chain-head,
  .selection-head,
  .compute-related-head {
    grid-template-columns: 1fr;
  }

  .compute-card {
    grid-template-columns: 180px 1fr;
  }

  .compute-card-details {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .compute-card-main {
    border-right: 0;
  }

  .selection-grid,
  .compute-related-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .compute-directory .controls {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "search search"
      "capability capability"
      "availability deployment";
  }

  .compute-method .method-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .compute-stack,
  .chain-section,
  .comparison-section,
  .fabric-section,
  .selection-section,
  .compute-related {
    padding-left: 22px;
    padding-right: 22px;
  }

  .compute-stack {
    padding-bottom: 82px;
  }

  .compute-stack figure,
  .fabric-section figure {
    min-height: 430px;
  }

  .compute-stack-copy,
  .fabric-copy {
    padding: 32px 24px;
  }

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

  .chain-grid article {
    min-height: 230px;
  }

  .compute-directory .controls {
    grid-template-columns: 1fr;
    grid-template-areas:
      "search"
      "capability"
      "availability"
      "deployment";
  }

  .compute-directory .filter-buttons {
    margin-right: -18px;
    padding-right: 18px;
  }

  .compute-directory .filter-buttons button {
    padding-right: 14px;
    padding-left: 14px;
  }

  .compute-card {
    display: block;
  }

  .compute-plate {
    min-height: 245px;
  }

  .compute-card-main,
  .compute-card-details {
    padding: 27px 22px;
    border-right: 0;
  }

  .compute-title {
    font-size: 29px;
  }

  .compute-summary {
    font-size: 16px;
  }

  .compute-specs {
    grid-template-columns: 1fr;
  }

  .compare-table thead th:first-child,
  .compare-table tbody th {
    width: 150px;
  }

  .fabric-copy dl div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .compute-method .method-grid,
  .selection-grid,
  .compute-related-grid {
    grid-template-columns: 1fr;
  }

  .selection-grid article {
    min-height: auto;
  }

  .selection-grid h3 {
    margin-top: 38px;
  }

  .compute-related-grid a {
    min-height: 300px;
  }
}

@media (max-width: 600px) {
  .compute-hero figure img {
    object-position: 58% center;
  }

  .compute-intro {
    padding-bottom: 55px;
  }

  .compute-stack figcaption,
  .fabric-section figcaption {
    gap: 12px;
    flex-wrap: wrap;
    font-size: 10px;
  }

  .chain-section,
  .comparison-section,
  .fabric-section,
  .selection-section,
  .compute-related {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .chain-head,
  .comparison-head,
  .selection-head,
  .compute-related-head {
    gap: 25px;
    margin-bottom: 45px;
  }

  .results-bar {
    grid-template-columns: 1fr auto;
  }

  .research-date {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .compute-card,
  .compute-related-grid a {
    transition: none;
  }
}

/* Directory card structure rendered by compute-v1.js. */
.compute-card {
  display: block;
  padding: 0;
}

.compute-card > .model-topline {
  padding: 21px 28px;
  border-bottom: 1px solid var(--line);
}

.compute-card-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
}

.compute-card-content {
  min-width: 0;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(470px, 1.25fr);
  grid-template-rows: auto auto auto auto auto auto auto;
  gap: 0 30px;
}

.compute-card-content > .model-title {
  grid-column: 1;
  grid-row: 1;
  margin-top: 0;
}

.compute-card-content > .model-org {
  grid-column: 1;
  grid-row: 2;
}

.compute-card-content > .model-summary {
  min-height: 0;
  grid-column: 1;
  grid-row: 3;
}

.compute-card-content > .workload-line {
  grid-column: 1;
  grid-row: 4;
}

.compute-card-content > .compute-specs {
  grid-column: 2;
  grid-row: 1 / span 5;
  align-self: start;
}

.compute-card-content > .best-for {
  grid-column: 1;
  grid-row: 5;
}

.compute-card-content > .caveat {
  grid-column: 1 / -1;
  grid-row: 6;
}

.compute-card-content > .compute-card-actions {
  grid-column: 1 / -1;
  grid-row: 7;
}

.compute-plate {
  min-height: 100%;
}

.compute-plate-code {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 18px;
  color: #5d789a;
  font: 700 11px/1.35 "Courier New", monospace;
}

.compute-plate-visual {
  position: absolute;
  z-index: 2;
  width: 118px;
  height: 118px;
  top: 50%;
  left: 50%;
  display: block;
  border: 1px solid rgba(82, 216, 255, .45);
  transform: translate(-50%, -50%) rotate(45deg);
}

.compute-plate-visual i {
  position: absolute;
  display: block;
}

.compute-chip-core {
  width: 41px;
  height: 41px;
  top: 50%;
  left: 50%;
  border: 1px solid var(--cyan);
  background: rgba(82, 216, 255, .15);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 22px rgba(82, 216, 255, .18);
}

.compute-memory {
  width: 16px;
  height: 47px;
  top: calc(50% - 23px);
  border: 1px solid #3479ca;
  background: rgba(22, 103, 255, .2);
}

.compute-memory.memory-a {
  left: 11px;
}

.compute-memory.memory-b {
  right: 11px;
}

.compute-fabric-line {
  width: 86px;
  height: 1px;
  top: 50%;
  left: calc(50% - 43px);
  background: linear-gradient(90deg, #3479ca, var(--cyan), #3479ca);
  box-shadow: 0 -13px rgba(82, 216, 255, .34), 0 13px rgba(82, 216, 255, .34);
}

.compute-card-actions {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 170px;
  gap: 25px;
  align-items: end;
}

.compute-card-actions .model-link {
  margin: 0;
  padding: 14px 0;
}

.compare-control {
  min-height: 47px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  border: 1px solid rgba(22, 103, 255, .36);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.compare-control.is-selected {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.compare-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.compare-box {
  width: 17px;
  height: 17px;
  display: block;
  border: 1px solid currentColor;
}

.compare-control.is-selected .compare-box:after {
  content: "✓";
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font: 700 12px/1 Arial, Helvetica, sans-serif;
}

.compare-checkbox:focus-visible + .compare-box {
  outline: 3px solid #07111f;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px #fff;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.comparison-table caption {
  padding: 14px 18px;
  color: #aebdce;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font: 700 12px/1.5 "Courier New", monospace;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 17px 19px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  text-align: left;
  vertical-align: top;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table thead th {
  color: #fff;
  background: #0e2038;
  font-size: 18px;
  line-height: 1.4;
}

.comparison-table thead th:first-child {
  width: 180px;
  color: var(--cyan);
  font: 700 12px/1.45 "Courier New", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.comparison-table tbody th {
  width: 180px;
  position: sticky;
  left: 0;
  z-index: 1;
  color: #b9c7d8;
  background: #0b182a;
  font: 700 12px/1.45 "Courier New", monospace;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.comparison-table td {
  color: #d2dae4;
  background: rgba(255, 255, 255, .015);
  font-size: 15px;
  line-height: 1.58;
}

.comparison-table a {
  color: var(--cyan);
  font-weight: 700;
}

#clear-comparison:disabled {
  color: #708096;
  cursor: default;
}

@media (max-width: 1100px) {
  .compute-card-grid {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .compute-card-content {
    display: block;
  }

  .compute-card-content > .model-summary {
    min-height: 0;
  }

  .compute-card-content > .compute-specs {
    margin-top: 23px;
  }
}

@media (max-width: 720px) {
  .compute-card-grid {
    display: block;
  }

  .compute-plate {
    min-height: 245px;
  }

  .compute-card-content {
    padding: 27px 22px;
  }

  .compute-card-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .compare-control {
    justify-content: center;
  }

  .comparison-table thead th:first-child,
  .comparison-table tbody th {
    width: 150px;
  }
}
