/* INFO MODAL CONTENT STYLES */
/* V2.1.1-G real Info copy + Give Back wallet utility */

.info-tabs {
  position: sticky;
  top: 0;
  z-index: 3;
  padding-bottom: 0.15rem;
  background: linear-gradient(180deg, rgba(14, 10, 7, 0.96), rgba(8, 7, 8, 0.78));
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.28rem, 1.45vw, 0.42rem);
  margin: 0.72rem 0 0.86rem;
}

.info-tab {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(255, 220, 115, 0.58);
  border-radius: 999px;
  padding: 0.45rem 0.24rem;
  color: rgba(255, 220, 115, 0.92);
  background:
    linear-gradient(180deg, rgba(27, 22, 14, 0.94), rgba(3, 4, 6, 0.90));
  box-shadow:
    inset 0 1px 0 rgba(255, 239, 180, 0.16),
    inset 0 -4px 8px rgba(0, 0, 0, 0.34),
    0 2px 7px rgba(0, 0, 0, 0.34);
  font-family: "Trebuchet MS", "Arial Black", Arial, system-ui, sans-serif;
  font-size: clamp(0.54rem, 2.18vw, 0.7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgba(255, 220, 115, 0.24);
  cursor: pointer;
  transition:
    transform 120ms ease,
    border-color 140ms ease,
    color 140ms ease,
    background 140ms ease,
    box-shadow 140ms ease;
}

.info-tab:hover {
  border-color: rgba(255, 239, 174, 0.88);
  color: rgba(255, 239, 174, 1);
  box-shadow:
    inset 0 1px 0 rgba(255, 239, 180, 0.22),
    inset 0 -4px 8px rgba(0, 0, 0, 0.36),
    inset 0 0 10px rgba(255, 220, 115, 0.12),
    0 2px 7px rgba(0, 0, 0, 0.34);
}

.info-tab.is-active {
  color: #120906;
  border-color: rgba(255, 241, 182, 0.96);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.45), transparent 40%),
    linear-gradient(180deg, rgba(255, 232, 150, 0.96), rgba(184, 119, 24, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.40),
    inset 0 -5px 10px rgba(78, 39, 0, 0.26),
    0 0 12px rgba(255, 220, 115, 0.34),
    0 0 18px rgba(102, 244, 255, 0.12);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}

.info-tab:focus-visible {
  outline: 2px solid rgba(102, 244, 255, 0.78);
  outline-offset: 2px;
}

.info-tab:active {
  transform: translateY(1px) scale(0.98);
}

.info-scroll-region {
  position: relative;
}

.info-tab-panel {
  display: none;
}

.info-tab-panel.is-active {
  display: block;
}

.info-tab-panel[hidden] {
  display: none !important;
}

.modal-soon {
  color: var(--gold-bright);
  font-weight: 800;
}

/* Events modal + stacked event detail test */

.info-copy h3 {
  margin: 0.85rem 0 0.46rem;
  color: rgba(255, 220, 115, 0.98);
  font-family: "Trebuchet MS", "Arial Black", Arial, system-ui, sans-serif;
  font-size: clamp(1.02rem, 4.1vw, 1.24rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(255, 220, 115, 0.32),
    0 0 16px rgba(102, 244, 255, 0.10);
}

.info-copy h3:first-child {
  margin-top: 0.12rem;
}

.info-copy p {
  margin: 0 0 0.82rem;
  color: rgba(255, 248, 220, 0.91);
  font-size: clamp(0.88rem, 2.68vw, 1rem);
  line-height: 1.5;
}

.info-copy strong {
  color: rgba(255, 225, 126, 0.98);
  font-weight: 900;
}

.info-copy a {
  color: rgba(102, 244, 255, 0.98);
  font-weight: 900;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(102, 244, 255, 0.24);
  transition: color 140ms ease, text-shadow 140ms ease;
}

.info-copy a:hover {
  color: rgba(255, 239, 174, 1);
  text-shadow:
    0 0 8px rgba(255, 220, 115, 0.34),
    0 0 12px rgba(102, 244, 255, 0.22);
}

.wallet-line {
  padding: 0.62rem 0.68rem;
  border: 1px solid rgba(102, 244, 255, 0.24);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.38);
  color: rgba(102, 244, 255, 0.96) !important;
  font-family: "Trebuchet MS", Arial, system-ui, sans-serif;
  font-size: clamp(0.74rem, 2.55vw, 0.9rem) !important;
  font-weight: 900;
  line-height: 1.34 !important;
  letter-spacing: 0.025em;
  overflow-wrap: anywhere;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 10px rgba(102, 244, 255, 0.08);
}

.token-grid {
  list-style: none;
  padding: 0;
  margin: 0.65rem 0 0.95rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.token-grid li {
  min-width: 0;
}

.token-grid a {
  display: block;
  min-width: 0;
  border: 1px solid rgba(255, 220, 115, 0.38);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(18, 15, 10, 0.88), rgba(0, 0, 0, 0.52));
  color: rgba(102, 244, 255, 0.96);
  text-align: center;
  text-decoration: none;
  font-size: clamp(0.72rem, 2.65vw, 0.88rem);
  font-weight: 900;
  letter-spacing: 0.045em;
  padding: 0.45rem 0.35rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 239, 180, 0.10),
    0 0 10px rgba(255, 220, 115, 0.06);
  transition:
    border-color 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease,
    transform 140ms ease;
}

.token-grid a:hover {
  border-color: rgba(255, 239, 174, 0.82);
  color: rgba(255, 239, 174, 1);
  box-shadow:
    inset 0 1px 0 rgba(255, 239, 180, 0.16),
    0 0 12px rgba(255, 220, 115, 0.22),
    0 0 16px rgba(102, 244, 255, 0.10);
}

.token-grid a:active {
  transform: translateY(2px) scale(0.98);
}

.token-grid a:focus-visible {
  outline: 2px solid rgba(102, 244, 255, 0.74);
  outline-offset: 2px;
}

.wallet-copy-status {
  min-height: 1.35em;
  margin: 0.1rem 0 0.75rem !important;
  color: rgba(255, 220, 115, 0.98) !important;
  font-size: clamp(0.82rem, 2.7vw, 0.95rem) !important;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow:
    0 0 8px rgba(255, 220, 115, 0.24),
    0 0 14px rgba(102, 244, 255, 0.10);
}
