/* Resources — mint ledger */
.eg-page.eg-res {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  background: linear-gradient(165deg, #042f2e 0%, #0f172a 55%);
  color: #ecfdf5;
}

.res-intro {
  max-width: 640px;
  margin-bottom: 36px;
}

.res-intro h1 {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 600;
  margin: 0 0 12px;
}

.res-intro p {
  margin: 0;
  color: #99f6e4;
  line-height: 1.65;
}

.res-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.res-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(94, 234, 212, 0.2);
}

@media (max-width: 640px) {
  .res-row {
    grid-template-columns: 1fr;
  }
}

.res-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(45, 212, 191, 0.15);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #5eead4;
  font-size: 0.85rem;
}

.res-row h2 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 600;
}

.res-row p {
  margin: 0;
  font-size: 0.88rem;
  color: #a7f3d0;
  line-height: 1.5;
}

.res-row a {
  font-size: 0.82rem;
  font-weight: 600;
  color: #fef08a;
  text-decoration: none;
  white-space: nowrap;
}

.res-row a:hover {
  text-decoration: underline;
}
