.hero-actions {
  flex-wrap: wrap;
}

.hero button.judge-cta {
  background: var(--lime);
  color: #080a08;
  box-shadow: 0 0 0 1px #ccff0040, 0 12px 34px #8db00022;
}

.judge-note {
  margin: 12px 0 0;
  color: #aab3aa;
  font-size: 11px;
}

.hero button.tertiary {
  background: #1a1f22;
  color: #ccd2cc;
  border: 1px solid #30363a;
}

.hero button.official-cta {
  border: 1px solid #9fbd2c;
  background: #ccff0018;
  color: var(--lime);
}

.hero button:disabled,
.terminal-top button:disabled {
  opacity: 0.5;
  cursor: wait;
}

.honesty {
  color: #8d978e;
  line-height: 1.55;
}

.live-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 12px 0 38px;
}

.judge-proof {
  margin-bottom: 12px;
  padding: 28px;
  border: 1px solid #8eaa25;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 16%, #ccff0018, transparent 31%),
    linear-gradient(135deg, #141a10, #0b0e0d 62%);
  box-shadow: 0 24px 70px #0006;
}

.judge-proof-copy {
  max-width: 820px;
}

.judge-proof-copy h2 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -0.04em;
}

.judge-proof-copy > p:last-child {
  margin: 14px 0 20px;
  color: #aeb7ae;
  font-size: 13px;
  line-height: 1.6;
}

.judge-proof-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.judge-proof-head span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.judge-proof-head button {
  border: 0;
  border-radius: 8px;
  background: var(--lime);
  color: #080a08;
  padding: 11px 16px;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.judge-proof-head button:disabled {
  opacity: 0.55;
  cursor: wait;
}

.judge-proof-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.judge-proof-steps article {
  min-height: 105px;
  padding: 15px;
  border: 1px solid #2c332c;
  border-radius: 10px;
  background: #0b0f0c;
  transition: 0.25s ease;
}

.judge-proof-steps b,
.judge-proof-steps span,
.judge-proof-steps strong {
  display: block;
}

.judge-proof-steps b {
  color: #59635a;
  font-size: 9px;
}

.judge-proof-steps span {
  margin: 18px 0 9px;
  color: #d9dfd7;
  font-size: 12px;
  font-weight: 760;
}

.judge-proof-steps strong {
  color: #667067;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.judge-proof-steps article.active {
  border-color: var(--lime);
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #ccff0018;
}

.judge-proof-steps article.done strong {
  color: var(--lime);
}

.judge-proof-steps article.breach {
  border-color: #a74b4b;
}

.judge-proof-steps article.breach strong {
  color: var(--red);
}

.live-grid article {
  position: relative;
  min-height: 155px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(145deg, #121619, #0c0f11);
}

.live-grid span {
  display: block;
  color: #79827b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.live-grid strong {
  display: block;
  margin: 18px 0 9px;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.live-grid strong i {
  font-style: normal;
}

.live-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.live-grid p a {
  color: inherit;
  text-decoration-color: #4d5a50;
  text-underline-offset: 3px;
}

.live-grid p a:hover {
  color: var(--lime);
}

.live-grid b {
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.live-grid b.ok {
  color: var(--lime);
}

.live-grid b.pending {
  color: #ffbc5b;
}

.live-grid b.paused,
.card-head .paused {
  color: #ffbc5b;
}

.registry-shell {
  margin: 0 0 12px;
  padding: 28px;
  border: 1px solid #30382e;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 10%, #ccff000d, transparent 32%),
    #0d1012;
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.provider-grid article {
  padding: 22px;
  border: 1px solid #29302c;
  border-radius: 12px;
  background: linear-gradient(145deg, #15191b, #0c0f11);
}

.provider-grid article > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.provider-grid article > div:first-child b {
  color: var(--lime);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.provider-grid article > div:first-child span {
  color: var(--muted);
  font-size: 12px;
}

.provider-grid strong {
  display: block;
  margin: 25px 0 18px;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.provider-grid strong small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}

.provider-grid dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
}

.provider-grid dl div {
  padding-top: 11px;
  border-top: 1px solid #252b28;
}

.provider-grid dt {
  color: #747e76;
  font-size: 9px;
  text-transform: uppercase;
}

.provider-grid dd {
  margin: 6px 0 0;
  color: #d9dfd7;
  font-size: 11px;
}

.official-shell {
  margin: 0 0 12px;
  padding: 28px;
  border: 1px solid #79931d;
  border-radius: 18px;
  background:
    linear-gradient(120deg, #ccff0008, transparent 55%),
    #0c100c;
  box-shadow: inset 0 0 0 1px #ccff0008;
}

.official-intro {
  max-width: 840px;
  margin: -5px 0 22px;
  color: #aeb7ae;
  font-size: 13px;
  line-height: 1.6;
}

.official-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.official-steps article {
  min-height: 124px;
  padding: 15px;
  border: 1px solid #293029;
  border-radius: 10px;
  background: #101410;
  transition: 0.3s;
}

.official-steps b,
.official-steps span {
  color: #687168;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.official-steps h3 {
  min-height: 38px;
  margin: 17px 0 13px;
  font-size: 14px;
}

.official-steps article.active {
  border-color: var(--lime);
  transform: translateY(-2px);
}

.official-steps article.done span {
  color: var(--lime);
}

.official-steps article.breach {
  border-color: #8c4141;
}

.official-steps article.breach span {
  color: var(--red);
}

.official-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.official-proof-grid div {
  padding: 15px;
  border: 1px solid #252c26;
  border-radius: 9px;
  background: #090c09;
}

.official-proof-grid span,
.official-proof-grid small {
  display: block;
  color: #778078;
  font-size: 9px;
}

.official-proof-grid strong {
  display: block;
  margin: 9px 0 6px;
  color: var(--lime);
  font-size: 15px;
}

.official-proof-grid div:nth-child(2) strong {
  color: #ffbc5b;
}

.official-proof-grid div:nth-child(3) strong {
  color: #7fd8ff;
}

.official-proof-grid div:nth-child(4) strong {
  color: #9ca59d;
}

.terminal-top button {
  margin-left: auto;
  border: 1px solid #31383a;
  border-radius: 6px;
  background: #131719;
  color: #aeb7af;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 750;
  cursor: pointer;
}

.terminal-top button + button {
  margin-left: 0;
}

@media (max-width: 900px) {
  .live-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: -30px;
  }

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

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

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

  .official-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .live-grid {
    grid-template-columns: 1fr;
    margin-top: -28px;
  }

  .hero-actions button {
    width: 100%;
  }

  .registry-shell {
    padding: 20px;
  }

  .provider-grid dl {
    grid-template-columns: 1fr;
  }

  .official-shell {
    padding: 20px;
  }

  .official-steps,
  .official-proof-grid,
  .judge-proof-steps {
    grid-template-columns: 1fr;
  }

  .judge-proof {
    padding: 20px;
  }

  .judge-proof-head {
    align-items: stretch;
    flex-direction: column;
  }
}
