.arcade-mark {
  position: relative;
  width: 31px;
  height: 28px;
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: 7px 7px 10px 10px;
  transform: perspective(30px) rotateX(4deg);
}

.arcade-mark::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 9px;
  height: 3px;
  border-radius: 2px;
  background: currentColor;
  box-shadow: 3px -3px 0 -1px currentColor, 3px 3px 0 -1px currentColor;
}

.arcade-mark::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 4px 4px 0 -1px currentColor;
}

.arcade-mark i { display: none; }
.arcade-mark.small { width: 26px; height: 24px; }

.phase-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .14);
}

.phase-definition {
  min-height: 176px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 24px;
  background: #211d28;
}

.phase-number {
  color: #6f6678;
  font: 800 .72rem/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .08em;
}

.phase-definition h3 {
  margin: -3px 0 9px;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.phase-definition p,
.phase-policy,
.phase-description {
  color: #bcb3c5;
  line-height: 1.55;
}

.phase-definition p { margin: 0; font-size: .82rem; }
.phase-definition-release { box-shadow: inset 0 3px #badd71; }
.phase-definition-beta { box-shadow: inset 0 3px #7766e8; }
.phase-definition-alpha { box-shadow: inset 0 3px #ff7048; }

.phase-policy {
  margin: 0 0 78px;
  font-size: .77rem;
  font-style: italic;
  text-align: right;
}

.phase-sections { display: grid; gap: 88px; }

.phase-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.phase-eyebrow {
  margin: 0 0 8px;
  color: #aaa0b7;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.phase-heading h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -.035em;
}

.phase-description {
  max-width: 610px;
  margin: 9px 0 0;
  font-size: .86rem;
}

.phase-count {
  color: #706778;
  font: 700 clamp(2.5rem, 6vw, 4.8rem)/.8 Georgia, serif;
}

.phase-released .phase-heading { border-bottom-color: rgba(186, 221, 113, .48); }
.phase-beta .phase-heading { border-bottom-color: rgba(119, 102, 232, .58); }
.phase-alpha .phase-heading { border-bottom-color: rgba(255, 112, 72, .52); }
.phase-unassigned .phase-heading { border-bottom-style: dashed; }

.phase-section .game-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.phase-section .game-card,
.phase-section .game-card:nth-child(1),
.phase-section .game-card:nth-child(2) { grid-column: auto; }

.phase-section .card-cover,
.phase-section .game-card:nth-child(-n+2) .card-cover { height: 260px; }

.phase-pill { color: #fff; }
.phase-pill::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: currentColor; vertical-align: 1px; }
.phase-pill-released { color: #badd71; }
.phase-pill-beta { color: #a99cf4; }
.phase-pill-alpha { color: #ff9b7f; }
.phase-pill-unassigned { color: #bbb2c4; }

.phase-empty {
  display: none;
  margin: 0;
  padding: 36px 0 5px;
  color: #817789;
  font-size: .9rem;
}

.phase-section.is-filter-empty .phase-empty { display: block; }

@media (max-width: 920px) {
  .phase-guide { grid-template-columns: 1fr; }
  .phase-definition { min-height: 0; }
  .phase-section .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .wordmark { letter-spacing: .08em; }
  .phase-policy { margin-bottom: 58px; text-align: left; }
  .phase-sections { gap: 66px; }
  .phase-heading { align-items: flex-start; }
  .phase-count { font-size: 2.9rem; }
  .phase-section .game-grid { grid-template-columns: 1fr; }
}
