.check-page .menu a.is-active,
.check-page .mobile-menu a.is-active {
  color: #fff;
  text-shadow: 0 0 12px rgba(89, 230, 255, 0.4);
}

.check-hero {
  padding-bottom: 24px;
}

.check-hero .hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 500px);
  gap: 28px;
  align-items: stretch;
}

.check-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: rgba(6, 18, 30, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.check-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.check-panel-title {
  margin: 0;
  font-size: 14px;
  color: var(--soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(89, 230, 255, 0.36);
  background: rgba(89, 230, 255, 0.12);
  color: var(--accent-cyan);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.check-panel-main {
  display: grid;
  gap: 14px;
}

.check-mini-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.check-mini-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.check-mini-card.mixcore {
  border-color: rgba(89, 230, 255, 0.22);
  background: linear-gradient(180deg, rgba(89, 230, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.check-mini-card.mixprivacy {
  border-color: rgba(153, 69, 255, 0.24);
  background: linear-gradient(180deg, rgba(153, 69, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.check-mini-card.rewardvault {
  border-color: rgba(255, 182, 72, 0.24);
  background: linear-gradient(180deg, rgba(255, 182, 72, 0.08), rgba(255, 255, 255, 0.04));
}

.check-mini-card.genesis {
  border-color: rgba(76, 201, 240, 0.28);
  background: linear-gradient(180deg, rgba(76, 201, 240, 0.1), rgba(255, 255, 255, 0.04));
}

.check-mini-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
}

.check-mini-card span {
  display: block;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.check-mini-link {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  font-family: "Consolas", "SFMono-Regular", monospace;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-all;
  transition: opacity 0.25s ease;
}

.check-mini-link:hover {
  opacity: 0.88;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.check-mini-card.mixcore .check-mini-link {
  color: #63ecff;
}

.check-mini-card.mixprivacy .check-mini-link {
  color: #bf8cff;
}

.check-mini-card.rewardvault .check-mini-link {
  color: #ffc86b;
}

.check-mini-card.genesis .check-mini-link {
  color: #7ee7ff;
}

.check-mini-card.genesis .check-mini-note {
  margin-top: 4px;
}

.check-mini-card.genesis .check-mini-note.nft {
  color: #8cf1ff;
}

.check-mini-card.genesis .check-mini-note.dividend {
  margin-top: 10px;
  color: #9fc2ff;
}

.check-mini-card.genesis .check-mini-link.nft {
  color: #8cf1ff;
}

.check-mini-card.genesis .check-mini-link.dividend {
  color: #9fc2ff;
}

.check-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.check-summary .metric {
  padding: 18px 14px;
  border-radius: 18px;
  text-align: left;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.check-summary .num {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.check-summary .label {
  margin-top: 6px;
  font-size: 13px;
  color: var(--soft);
}

.check-section {
  padding-top: 18px;
}

.check-grid {
  display: grid;
  gap: 24px;
}

.check-guide-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 24px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.check-guide-card.single-column {
  grid-template-columns: 1fr;
}

.check-guide-copy {
  min-width: 0;
}

.check-guide-copy h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.2;
}

.check-guide-copy p {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.95;
}

.check-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.check-guide-media img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.zoomable-image {
  cursor: zoom-in;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.zoomable-image:hover {
  transform: scale(1.04);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.image-zoom-modal {
  position: fixed;
  inset: 0;
  z-index: 2600;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.image-zoom-modal.is-open {
  display: flex;
}

.image-zoom-modal img {
  max-width: min(96vw, 1600px);
  max-height: 96vh;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: zoom-out;
  border-radius: 22px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.5);
}

.check-card {
  position: relative;
  overflow: hidden;
}

.check-card::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(89, 230, 255, 0.12), transparent 68%);
  pointer-events: none;
}

.check-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.check-card-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.check-card-side {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.check-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.check-name-row h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}

.check-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.check-type.mixcore {
  border-color: rgba(89, 230, 255, 0.35);
  background: rgba(89, 230, 255, 0.14);
}

.check-type.mixprivacy {
  border-color: rgba(153, 69, 255, 0.34);
  background: rgba(153, 69, 255, 0.14);
}

.check-type.rewardvault {
  border-color: rgba(255, 182, 72, 0.34);
  background: rgba(255, 182, 72, 0.14);
}

.check-address-card,
.check-side-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.check-card-label {
  display: block;
  margin-bottom: 10px;
  color: var(--soft);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-address {
  display: block;
  font-family: "Consolas", "SFMono-Regular", monospace;
  font-size: 14px;
  line-height: 1.8;
  color: #dffcff;
  word-break: break-all;
}

.check-desc {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.85;
}

.check-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.check-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #effcff;
  font-size: 13px;
}

.check-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.check-side-grid {
  display: grid;
  gap: 14px;
}

.check-side-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  color: #fff;
}

.check-side-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.check-modal .hp-modal {
  width: min(92vw, 640px);
  padding: 24px;
  border-radius: 22px;
}

.check-modal .hp-modal-title {
  font-size: 24px;
  line-height: 1.3;
}

.check-modal .hp-modal-desc {
  margin-top: 14px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.9;
  white-space: pre-line;
}

.check-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.check-modal-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #eefbff;
  font-size: 12px;
}

.footer-brand-inline {
  margin-bottom: 12px;
}

.footer-logo {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  object-fit: cover;
}

.footer-brand-name {
  color: #fff;
}

@media (max-width: 1100px) {
  .check-hero .hero-grid,
  .check-guide-card,
  .check-card-grid {
    grid-template-columns: 1fr;
  }

  .check-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .check-panel,
  .launch-card {
    padding: 20px;
  }

  .check-name-row h3 {
    font-size: 24px;
  }

  .check-address {
    font-size: 13px;
  }
}
