:root {
  --ink: #f7fbff;
  --muted: #ccd7e8;
  --gold: #ffc928;
  --gold-2: #ffb800;
  --blue-1: #0a1f69;
  --blue-2: #1139b8;
  --card: rgba(9, 26, 86, 0.66);
  --line: rgba(214, 233, 255, 0.2);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 201, 40, 0.28), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(49, 117, 255, 0.34), transparent 30%),
    linear-gradient(170deg, #06174f 0%, #04103a 50%, #020b28 100%);
  font-family: Manrope, "Segoe UI", sans-serif;
  min-height: 100svh;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(72px);
  z-index: -1;
}

.orb-a {
  width: 320px;
  height: 320px;
  left: -80px;
  bottom: -80px;
  background: rgba(255, 201, 40, 0.24);
}

.orb-b {
  width: 280px;
  height: 280px;
  right: -60px;
  top: 100px;
  background: rgba(39, 122, 255, 0.32);
}

.topbar {
  width: min(1160px, 94vw);
  margin: 16px auto;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5, 19, 67, 0.72);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 999px;
}

main {
  width: min(1160px, 94vw);
  margin: 0 auto 36px;
}

.hero {
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(13, 40, 122, 0.82), rgba(7, 24, 80, 0.82));
}

.hero-banner {
  width: 100%;
  height: auto;
  display: block;
}

.hero-copy {
  padding: 22px;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #e6f1ff;
  font-weight: 700;
  font-size: 0.8rem;
}

h1,
h2 {
  font-family: "Archivo Black", Manrope, sans-serif;
  line-height: 1.05;
}

h1 {
  margin: 12px 0 10px;
  font-size: clamp(2rem, 6vw, 3.4rem);
}

h1 span {
  color: var(--gold);
}

.hero-copy p {
  color: var(--muted);
  max-width: 70ch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}

.btn {
  border: 0;
  border-radius: 14px;
  padding: 11px 16px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 140ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-main {
  background: linear-gradient(180deg, var(--gold), var(--gold-2));
  color: #231900;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  border: 1px solid var(--line);
}

.address-wrap {
  margin: 12px 0;
}

.label {
  margin: 0 0 6px;
  font-size: 0.84rem;
  color: #e4eeff;
}

code {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.25);
  color: #fff3c9;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  word-break: break-all;
}

.panel {
  margin-top: 18px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--card);
  padding: 18px;
}

.panel-head p {
  margin-top: 8px;
  color: var(--muted);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stats-grid article {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(7, 19, 62, 0.62);
}

.stats-grid p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
}

.stats-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 1.08rem;
  overflow-wrap: anywhere;
}

.table-wrap {
  margin-top: 14px;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid var(--line);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

th,
td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(213, 228, 255, 0.15);
}

th {
  background: rgba(255, 255, 255, 0.06);
}

.empty {
  color: var(--muted);
}

a.tx-link {
  color: #8fc5ff;
}

.footer {
  width: min(1160px, 94vw);
  margin: 0 auto 24px;
  color: #d3e2fb;
  font-size: 0.9rem;
  text-align: center;
}

@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .topbar {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

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