:root {
  --page: #f4f7fb;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-solid: #ffffff;
  --surface-soft: #f7fbfd;
  --text: #0f1722;
  --muted: #5f6f7d;
  --line: #dce6ee;
  --line-strong: #cbdbe5;
  --cyan: #00aeb9;
  --cyan-deep: #008b99;
  --blue: #1247d8;
  --navy: #071a34;
  --green: #0f9f6b;
  --gold: #c99a38;
  --danger: #a23a3a;
  --radius: 8px;
  --shadow-sm: 0 8px 22px rgba(8, 26, 54, 0.08);
  --shadow: 0 18px 48px rgba(8, 26, 54, 0.11);
  --shadow-strong: 0 28px 70px rgba(6, 26, 54, 0.17);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 6%, rgba(0, 174, 185, 0.18), transparent 25%),
    radial-gradient(circle at 84% 4%, rgba(18, 71, 216, 0.12), transparent 27%),
    linear-gradient(180deg, #fbfdff 0%, var(--page) 48%, #edf4f8 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
select {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

.network-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0.78;
  pointer-events: none;
}

.network-bg::before {
  content: "";
  position: absolute;
  inset: 76px -10% auto -10%;
  height: 380px;
  background-image:
    linear-gradient(90deg, rgba(0, 174, 185, 0.16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(18, 71, 216, 0.11) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  transform: skewY(-6deg);
  animation: gridMove 16s linear infinite;
}

.network-bg::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 118px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 174, 185, 0.35), rgba(18, 71, 216, 0.28), transparent);
  box-shadow: 0 80px 0 rgba(18, 71, 216, 0.06), 0 170px 0 rgba(0, 174, 185, 0.08);
}

.network-bg .mesh-sweep {
  display: none;
}

.network-bg span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 28px rgba(0, 174, 185, 0.9);
  animation: nodeFloat 7s ease-in-out infinite;
}

.network-bg span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 174, 185, 0.44), transparent);
  opacity: 0.42;
  transform-origin: left center;
  animation: nodeSignal 5.6s ease-in-out infinite;
}

.network-bg span:nth-child(1) {
  top: 155px;
  left: 12%;
}

.network-bg span:nth-child(2) {
  top: 228px;
  left: 37%;
  animation-delay: 1.5s;
}

.network-bg span:nth-child(3) {
  top: 112px;
  right: 27%;
  animation-delay: 2.2s;
}

.network-bg span:nth-child(4) {
  top: 294px;
  right: 11%;
  animation-delay: 0.8s;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 68px;
  padding: 0 max(24px, calc((100vw - 1390px) / 2));
  border-bottom: 1px solid rgba(208, 224, 233, 0.78);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 36px rgba(8, 26, 54, 0.06);
  backdrop-filter: blur(20px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 174, 185, 0.78), rgba(18, 71, 216, 0.7), transparent);
  opacity: 0;
  transform: translateX(-38%);
  pointer-events: none;
}

body.is-syncing .site-header::after {
  opacity: 1;
  animation: headerSyncSweep 1.05s ease-in-out infinite;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 210px;
  color: var(--text);
  text-decoration: none;
}

.brand-logo-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 48px;
  flex: 0 0 auto;
  isolation: isolate;
}

.brand-logo-shell::before,
.brand-logo-shell::after {
  content: "";
  position: absolute;
  inset: 1px;
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  pointer-events: none;
}

.brand-logo-shell::before {
  z-index: -2;
  border: 1px solid rgba(0, 174, 185, 0.42);
  background:
    linear-gradient(135deg, rgba(0, 174, 185, 0.18), rgba(18, 71, 216, 0.11)),
    conic-gradient(from 90deg, transparent 0 26%, rgba(0, 174, 185, 0.58) 31%, transparent 37% 100%);
  filter: drop-shadow(0 9px 18px rgba(0, 174, 185, 0.18));
  animation: brandOrbit 7.5s linear infinite;
}

.brand-logo-shell::after {
  z-index: -3;
  inset: -5px;
  background: radial-gradient(circle, rgba(0, 174, 185, 0.22), transparent 68%);
  opacity: 0.46;
  animation: brandAura 3.8s ease-in-out infinite;
}

body.is-syncing .brand-logo-shell::before,
body.data-pulse .brand-logo-shell::before {
  animation-duration: 1.6s;
  border-color: rgba(18, 71, 216, 0.5);
}

body.is-live .brand-logo-shell::after,
body.data-pulse .brand-logo-shell::after {
  opacity: 0.72;
}

body.is-stale .brand-logo-shell::before {
  border-color: rgba(201, 154, 56, 0.5);
  background:
    linear-gradient(135deg, rgba(201, 154, 56, 0.16), rgba(162, 58, 58, 0.08)),
    conic-gradient(from 90deg, transparent 0 26%, rgba(201, 154, 56, 0.52) 31%, transparent 37% 100%);
}

body.is-stale .brand-logo-shell::after {
  background: radial-gradient(circle, rgba(201, 154, 56, 0.18), transparent 68%);
}

.brand img {
  width: 38px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 174, 185, 0.2));
  transform-origin: center;
  transition: filter 0.22s ease, transform 0.22s ease;
}

body.is-syncing .brand img,
body.data-pulse .brand img {
  filter: drop-shadow(0 11px 20px rgba(0, 174, 185, 0.34));
  transform: translateY(-1px) scale(1.02);
}

.brand > span:not(.brand-logo-shell) {
  font-weight: 950;
  letter-spacing: 0.03em;
}

.brand strong {
  padding-left: 10px;
  border-left: 1px solid var(--line);
  font-weight: 850;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  position: relative;
  color: #26313d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 720;
  transition: color 0.18s ease, transform 0.18s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--navy);
}

.main-nav a:hover {
  transform: translateY(-1px);
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  background-size: 200% 100%;
  animation: navUnderlineFlow 4.4s ease-in-out infinite;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.live-pill,
.soft-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(0, 174, 185, 0.22);
  border-radius: 999px;
  color: var(--cyan-deep);
  background: rgba(0, 174, 185, 0.09);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.live-pill::before,
.soft-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
}

.live-pill.ok {
  color: var(--green);
  border-color: rgba(17, 165, 107, 0.24);
  background: rgba(17, 165, 107, 0.1);
}

.live-pill.warn {
  color: var(--gold);
  border-color: rgba(201, 154, 56, 0.28);
  background: rgba(201, 154, 56, 0.13);
}

.icon-btn {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.icon-btn:hover {
  border-color: rgba(0, 174, 185, 0.35);
  box-shadow: 0 14px 32px rgba(0, 174, 185, 0.12);
  transform: translateY(-1px);
}

.icon-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.icon-btn.is-syncing svg {
  animation: spinRefresh 0.8s linear infinite;
}

main {
  width: calc(100vw - 48px);
  max-width: 1390px;
  margin: 0 auto;
  padding: 42px 0 70px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(460px, 1.18fr);
  align-items: center;
  column-gap: 34px;
  min-width: 0;
  margin-bottom: 20px;
  padding: 28px 30px;
  overflow: hidden;
  border: 1px solid rgba(202, 224, 235, 0.94);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(236, 250, 252, 0.8) 48%, rgba(240, 246, 255, 0.88)),
    radial-gradient(circle at 13% 12%, rgba(0, 174, 185, 0.18), transparent 34%);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(22px);
}

.hero::before {
  content: "";
  position: absolute;
  right: -52px;
  top: -64px;
  width: 310px;
  height: 260px;
  background:
    linear-gradient(135deg, rgba(0, 174, 185, 0.2), rgba(18, 71, 216, 0.13)),
    repeating-linear-gradient(60deg, transparent 0 22px, rgba(0, 174, 185, 0.13) 22px 24px);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  opacity: 0.56;
  animation: heroHexDrift 9s ease-in-out infinite;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -94px 28%;
  height: 190px;
  background: linear-gradient(90deg, transparent, rgba(0, 174, 185, 0.16), rgba(18, 71, 216, 0.13), transparent);
  transform: rotate(-4deg);
  animation: heroBandSweep 7.4s ease-in-out infinite;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 760px;
}

.hero-search {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 15px;
  align-content: center;
  min-width: 0;
}

body.is-loaded .hero .eyebrow,
body.is-loaded .hero h1,
body.is-loaded .hero-badges span,
body.is-loaded .hero-search {
  animation: heroContentRise 0.78s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.is-loaded .hero h1 {
  animation-delay: 0.08s;
}

body.is-loaded .hero-badges span:nth-child(1) {
  animation-delay: 0.16s;
}

body.is-loaded .hero-badges span:nth-child(2) {
  animation-delay: 0.22s;
}

body.is-loaded .hero-badges span:nth-child(3) {
  animation-delay: 0.28s;
}

body.is-loaded .hero-search {
  animation-delay: 0.18s;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--cyan-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 920px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 0;
  font-size: 22px;
  letter-spacing: 0;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
  margin-top: 15px;
}

.hero-badges span {
  display: inline-flex;
  min-height: 31px;
  max-width: 100%;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(0, 174, 185, 0.19);
  border-radius: 999px;
  color: #0d6172;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  white-space: normal;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.hero-badges span:hover {
  border-color: rgba(0, 174, 185, 0.36);
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 174, 185, 0.11);
  transform: translateY(-1px);
}

.search-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 128px 124px;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 68px;
  padding: 12px 14px 12px 24px;
  border: 1px solid rgba(208, 224, 233, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 54px rgba(8, 26, 54, 0.14);
  backdrop-filter: blur(18px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.search-panel::before,
.search-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.search-panel::before {
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(0, 174, 185, 0.34), rgba(18, 71, 216, 0.24), transparent);
  opacity: 0;
  transform: translateX(-55%);
}

.search-panel::after {
  left: 22px;
  right: 22px;
  bottom: 9px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--blue), transparent);
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left center;
}

.search-panel:focus-within {
  border-color: rgba(0, 174, 185, 0.46);
  box-shadow: 0 26px 66px rgba(0, 174, 185, 0.18);
  transform: translateY(-1px);
}

.search-panel:focus-within::after,
.search-panel.is-searching::after,
.search-panel.is-success::after,
.search-panel.is-error::after {
  opacity: 1;
  transform: scaleX(1);
  transition: opacity 0.18s ease, transform 0.28s ease;
}

.search-panel.is-searching::before {
  opacity: 0.92;
  animation: searchSweep 1s ease-in-out infinite;
}

.search-panel.is-searching svg {
  animation: searchLensScan 0.84s ease-in-out infinite;
}

.search-panel.is-success {
  border-color: rgba(17, 165, 107, 0.34);
}

.search-panel.is-success::after {
  background: linear-gradient(90deg, transparent, var(--green), var(--cyan), transparent);
}

.search-panel.is-error {
  border-color: rgba(162, 58, 58, 0.32);
}

.search-panel.is-error::after {
  background: linear-gradient(90deg, transparent, var(--danger), var(--gold), transparent);
}

.search-panel svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--muted);
  stroke-width: 1.8;
}

.search-panel input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font-size: 17px;
  text-overflow: ellipsis;
}

.search-panel select,
.table-actions select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
  background: #fff;
  padding: 0 12px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.search-panel select:hover,
.search-panel select:focus,
.table-actions select:hover,
.table-actions select:focus {
  border-color: rgba(0, 174, 185, 0.36);
  box-shadow: 0 10px 18px rgba(0, 174, 185, 0.1);
  transform: translateY(-1px);
}

.search-panel select:focus,
.table-actions select:focus {
  outline: 0;
}

.search-panel button {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 13px 28px rgba(18, 71, 216, 0.24);
  font-weight: 850;
  transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.search-panel button:hover {
  filter: saturate(1.08) brightness(1.02);
  box-shadow: 0 17px 34px rgba(18, 71, 216, 0.28);
  transform: translateY(-2px);
}

.search-panel button:active {
  transform: translateY(0) scale(0.98);
}

.search-result {
  position: relative;
  z-index: 1;
  min-height: 24px;
  color: var(--muted);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.search-result.is-loading {
  color: var(--cyan-deep);
  font-weight: 850;
  animation: statusTextPulse 0.92s ease-in-out infinite;
}

.search-result.is-error {
  color: var(--danger);
  font-weight: 850;
}

.search-result.is-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(0, 174, 185, 0.2);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(8, 26, 54, 0.09);
  animation: resultReveal 0.48s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.result-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.result-title strong {
  font-size: 17px;
}

.result-title span {
  max-width: 70%;
  overflow: hidden;
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

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

.result-grid span,
.result-list span {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.result-grid span:hover,
.result-list span:hover {
  border-color: rgba(0, 174, 185, 0.24);
  box-shadow: 0 10px 20px rgba(8, 26, 54, 0.08);
  transform: translateY(-1px);
}

.result-grid b {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.result-grid strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.result-list span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.token-list span {
  font-family: inherit;
}

.trend-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  min-width: 0;
  margin-top: 0;
  color: var(--muted);
  font-size: 13px;
}

.trend-row span {
  font-weight: 780;
}

.trend-row button {
  position: relative;
  min-height: 29px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 174, 185, 0.2);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.75);
  padding: 0 10px;
  font-size: 13px;
  font-weight: 760;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.trend-row button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(0, 174, 185, 0.18), transparent);
  opacity: 0;
  transform: translateX(-110%);
  pointer-events: none;
}

.trend-row button:hover {
  border-color: rgba(0, 174, 185, 0.45);
  color: var(--cyan-deep);
  background: #fff;
  transform: translateY(-1px);
}

.trend-row button:hover::after,
.trend-row button.is-chip-hit::after {
  animation: chipSweep 0.58s ease-out both;
}

.trend-row button.is-chip-hit {
  border-color: rgba(18, 71, 216, 0.38);
  color: var(--blue);
  transform: translateY(-1px) scale(1.02);
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.summary-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  min-width: 0;
  overflow: hidden;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
  box-shadow: var(--shadow);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.summary-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), rgba(18, 71, 216, 0.72));
  opacity: 0.9;
  background-size: 220% 100%;
  animation: cardToplineFlow 5.8s ease-in-out infinite;
}

.summary-card::after,
.network-card::after,
.coin-card::after,
.block-strip::after,
.table-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0%, rgba(0, 174, 185, 0.06) 42%, rgba(255, 255, 255, 0.84) 50%, transparent 62%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%);
}

.summary-card:hover {
  border-color: rgba(0, 174, 185, 0.28);
  background: linear-gradient(180deg, #fff, #f8fcfd);
  box-shadow: var(--shadow-strong);
  transform: translateY(-4px) scale(1.006);
}

.summary-card span,
.coin-stats span,
.mini-metrics span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.summary-card strong {
  display: block;
  margin: 7px 0 6px;
  overflow-wrap: anywhere;
  font-size: 30px;
  line-height: 1.04;
  letter-spacing: 0;
}

.summary-card strong.is-counting,
.mini-metrics strong b.is-counting,
.coin-stats strong.is-counting,
.chain-stats strong.is-counting {
  color: var(--cyan-deep);
  text-shadow: 0 9px 20px rgba(0, 174, 185, 0.18);
}

.summary-card small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.summary-card small b {
  font-weight: inherit;
}

.summary-card em {
  font-style: normal;
  font-weight: 850;
}

.metric-icon {
  position: relative;
  width: 44px;
  height: 42px;
  background: linear-gradient(135deg, rgba(0, 174, 185, 0.2), rgba(18, 71, 216, 0.13)), #f4fbfc;
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  filter: drop-shadow(0 9px 16px rgba(0, 174, 185, 0.16));
  transition: filter 0.2s ease, transform 0.2s ease;
}

.summary-card:hover .metric-icon {
  filter: drop-shadow(0 13px 20px rgba(0, 174, 185, 0.22));
  transform: translateY(-1px) scale(1.04);
}

.summary-card.data-refresh .metric-icon {
  animation: metricIconLive 0.72s ease both;
}

.metric-icon::before,
.metric-icon::after {
  content: "";
  position: absolute;
  border: 2px solid var(--cyan);
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.summary-card:hover .metric-icon::before,
.summary-card:hover .metric-icon::after {
  border-color: var(--blue);
}

.metric-icon.accounts::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 9px;
  top: 8px;
}

.metric-icon.accounts::after {
  width: 22px;
  height: 12px;
  left: 10px;
  bottom: 7px;
  border-radius: 14px 14px 4px 4px;
}

.metric-icon.locked::before {
  width: 19px;
  height: 16px;
  left: 11px;
  bottom: 8px;
}

.metric-icon.locked::after {
  width: 14px;
  height: 12px;
  left: 14px;
  top: 8px;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}

.metric-icon.transactions::before {
  width: 22px;
  height: 14px;
  left: 10px;
  top: 9px;
}

.metric-icon.transactions::after {
  width: 12px;
  height: 12px;
  right: 8px;
  bottom: 8px;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.metric-icon.volume::before {
  width: 23px;
  height: 23px;
  left: 10px;
  top: 9px;
  border-radius: 50%;
}

.metric-icon.volume::after {
  width: 12px;
  height: 2px;
  left: 16px;
  top: 20px;
  border: 0;
  background: var(--cyan);
}

.market-row {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.85fr);
  gap: 20px;
  margin-bottom: 24px;
}

.network-card,
.coin-card,
.table-panel,
.block-strip,
.chain-stats {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.network-card:hover,
.coin-card:hover,
.table-panel:hover,
.block-strip:hover {
  border-color: rgba(0, 174, 185, 0.25);
  box-shadow: var(--shadow-strong);
}

.network-card,
.coin-card {
  padding: 24px;
}

.card-head,
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.soft-pill {
  flex-shrink: 0;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.mini-metrics span {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mini-metrics span::after,
.coin-stats span::after,
.chain-stats article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(0, 174, 185, 0.1), transparent);
  opacity: 0;
  transform: translateX(-110%);
  pointer-events: none;
}

.mini-metrics span:hover {
  border-color: rgba(0, 174, 185, 0.28);
  background: #fff;
  transform: translateY(-2px);
}

.network-card.data-refresh .mini-metrics span::after,
.coin-card.data-refresh .coin-stats span::after,
.chain-stats article.data-refresh::after {
  animation: microPanelSweep 0.76s ease-out both;
}

.mini-metrics strong {
  display: block;
  margin-top: 7px;
  color: var(--text);
  font-size: 20px;
}

.chain-animation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 142px;
  overflow: hidden;
  padding: 18px 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(0, 174, 185, 0.08), rgba(18, 71, 216, 0.05)),
    #f9fcff;
}

.chain-animation::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), #0e78df, var(--blue), rgba(0, 174, 185, 0.25));
  box-shadow: 0 0 22px rgba(0, 174, 185, 0.32);
}

.chain-animation::after {
  content: "";
  position: absolute;
  left: -22%;
  top: 50%;
  width: 22%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), #fff, transparent);
  animation: scanLine 2.8s linear infinite;
}

.chain-animation.has-new-data::after {
  animation: scanLine 0.78s ease-out 2;
}

.chain-particle {
  position: absolute;
  left: 38px;
  top: 50%;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 174, 185, 0.14), 0 0 24px rgba(0, 174, 185, 0.84), 0 0 42px rgba(18, 71, 216, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -50%, 0) scale(0.72);
}

.chain-particle.p2 {
  background: #c9fcff;
}

.chain-particle.p3 {
  background: #ffffff;
}

.chain-animation.has-new-data .chain-particle {
  animation: packetFlow 1.06s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.chain-animation.has-new-data .chain-particle.p2 {
  animation-delay: 0.12s;
}

.chain-animation.has-new-data .chain-particle.p3 {
  animation-delay: 0.24s;
}

.hex-node {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  width: 110px;
  height: 96px;
  padding: 10px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.96);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  filter: drop-shadow(0 15px 24px rgba(0, 174, 185, 0.19));
  will-change: transform;
  animation: hexFloat 4.4s ease-in-out infinite;
}

.hex-node::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  background: linear-gradient(135deg, rgba(0, 174, 185, 0.4), rgba(18, 71, 216, 0.24));
  clip-path: inherit;
}

.hex-node::after {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  background: linear-gradient(180deg, #fff, #eefbfc);
  clip-path: inherit;
}

.hex-node:nth-child(2) {
  animation-delay: 0.35s;
}

.hex-node:nth-child(3) {
  animation-delay: 0.7s;
}

.hex-node:nth-child(4) {
  animation-delay: 1.05s;
}

.hex-node:nth-child(5) {
  animation-delay: 1.4s;
}

.hex-node.is-core {
  width: 130px;
  height: 114px;
  filter: drop-shadow(0 18px 30px rgba(18, 71, 216, 0.2));
}

.hex-node.is-core::before {
  background: linear-gradient(135deg, rgba(0, 174, 185, 0.58), rgba(18, 71, 216, 0.42));
}

.hex-node.is-live::before {
  animation: hexGlow 2.2s ease-in-out infinite;
}

.hex-node.data-hit {
  animation: hexDataHit 0.72s ease both, hexFloat 4.4s ease-in-out 0.72s infinite;
}

.hex-node.data-hit::after {
  animation: hexInnerFlash 0.72s ease both;
}

.hex-node span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hex-node strong {
  display: block;
  max-width: 92px;
  margin-top: 5px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
}

.coin-card {
  display: grid;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 252, 253, 0.92)),
    radial-gradient(circle at 18% 16%, rgba(0, 174, 185, 0.14), transparent 36%);
}

.coin-top {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 14px;
  align-items: center;
}

.coin-top > div,
.coin-top strong {
  min-width: 0;
}

.coin-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 30% 20%, #54fbff, var(--cyan) 40%, var(--blue));
  box-shadow: 0 12px 30px rgba(0, 174, 185, 0.3);
  font-size: 28px;
  font-weight: 950;
  isolation: isolate;
}

.coin-mark::before,
.coin-mark::after {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.coin-mark::before {
  border: 1px solid rgba(0, 174, 185, 0.42);
  background: conic-gradient(from 120deg, transparent 0 28%, rgba(255, 255, 255, 0.84) 33%, rgba(0, 174, 185, 0.34) 38%, transparent 44% 100%);
  animation: coinOrbit 5.4s linear infinite;
}

.coin-mark::after {
  background: radial-gradient(circle, rgba(0, 174, 185, 0.24), transparent 62%);
  opacity: 0.5;
  animation: brandAura 3.4s ease-in-out infinite;
}

body.data-pulse .coin-mark::before,
.coin-card.data-refresh .coin-mark::before {
  animation-duration: 1.25s;
}

.coin-top h2 {
  font-size: 24px;
}

.coin-top span {
  color: var(--muted);
}

.coin-top strong {
  justify-self: end;
  max-width: 100%;
  font-size: clamp(20px, 1.7vw, 23px);
  white-space: nowrap;
}

.coin-chart {
  position: relative;
  min-height: 268px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 250, 252, 0.94)),
    radial-gradient(circle at 76% 10%, rgba(18, 71, 216, 0.12), transparent 34%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 16px 38px rgba(8, 26, 54, 0.08);
  outline: 0;
}

.coin-chart::before,
.coin-chart::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.coin-chart::before {
  inset: 90px 18px 38px 74px;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(0, 174, 185, 0.11), rgba(18, 71, 216, 0.08), transparent);
  opacity: 0.34;
  transform: translateX(-42%);
  animation: chartAmbientSweep 7s ease-in-out infinite;
}

.coin-chart::after {
  left: 74px;
  right: 18px;
  bottom: 42px;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 174, 185, 0.55), rgba(18, 71, 216, 0.48), transparent);
  opacity: 0.56;
  filter: drop-shadow(0 0 12px rgba(0, 174, 185, 0.36));
}

.coin-chart:focus-visible {
  border-color: rgba(0, 174, 185, 0.46);
  box-shadow: 0 0 0 4px rgba(0, 174, 185, 0.12), 0 18px 42px rgba(8, 26, 54, 0.1);
}

.coin-chart-head {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 12px;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.coin-chart-title {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.coin-chart-title span {
  white-space: nowrap;
}

.coin-chart-head strong {
  color: var(--cyan-deep);
  font-size: 12px;
  font-weight: 900;
}

.chart-range-tabs {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  max-width: 100%;
  padding: 3px;
  overflow-x: auto;
  border: 1px solid rgba(0, 174, 185, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  scrollbar-width: none;
}

.chart-range-tabs::-webkit-scrollbar {
  display: none;
}

.chart-range-tabs button {
  flex: 0 0 auto;
  min-width: 38px;
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  color: #536575;
  background: transparent;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 920;
  letter-spacing: 0;
  transition: color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.chart-range-tabs button:hover,
.chart-range-tabs button:focus-visible {
  color: var(--cyan-deep);
  outline: 0;
  background: rgba(0, 174, 185, 0.08);
}

.chart-range-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 7px 16px rgba(18, 71, 216, 0.2);
}

.coin-y-axis {
  position: absolute;
  left: 12px;
  top: 110px;
  bottom: 42px;
  z-index: 3;
  display: flex;
  width: 64px;
  flex-direction: column;
  justify-content: space-between;
  color: #61717f;
  font-size: 10px;
  font-weight: 800;
  pointer-events: none;
}

.coin-y-axis span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coin-chart svg {
  position: absolute;
  inset: 90px 0 20px;
  z-index: 2;
  width: 100%;
  height: calc(100% - 110px);
}

.coin-chart .area {
  fill: url("#priceAreaGradient");
  opacity: 0.98;
}

.coin-chart .line {
  fill: none;
  stroke: url("#priceLineGradient");
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 7px 11px rgba(18, 71, 216, 0.18));
}

.coin-chart.is-range-changing .area {
  animation: chartAreaChange 0.62s ease both;
}

.coin-chart.is-range-changing .line {
  animation: chartLineChange 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.coin-chart.is-range-changing::before {
  animation: chartActiveSweep 0.72s ease-out both;
}

.chart-grid line {
  stroke: rgba(95, 111, 125, 0.16);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.chart-crosshair {
  opacity: 0;
  stroke: rgba(7, 26, 52, 0.28);
  stroke-dasharray: 4 5;
  stroke-width: 1;
  transition: opacity 0.16s ease;
  vector-effect: non-scaling-stroke;
}

.chart-crosshair.is-visible {
  opacity: 1;
}

.chart-point {
  opacity: 0;
  fill: #ffffff;
  stroke: var(--cyan);
  stroke-width: 3;
  filter: drop-shadow(0 7px 11px rgba(0, 174, 185, 0.32));
  transition: r 0.16s ease, opacity 0.16s ease;
  vector-effect: non-scaling-stroke;
}

.chart-point.is-visible {
  opacity: 1;
  animation: chartPointPulse 2.4s ease-in-out infinite;
}

.coin-chart-axis {
  position: absolute;
  z-index: 3;
  left: 74px;
  right: 18px;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  pointer-events: none;
}

.coin-tooltip {
  position: absolute;
  z-index: 4;
  min-width: 174px;
  max-width: 230px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 174, 185, 0.28);
  border-radius: 7px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(8, 26, 54, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 14px)) scale(0.96);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.coin-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 10px;
  height: 10px;
  border-right: 1px solid rgba(0, 174, 185, 0.28);
  border-bottom: 1px solid rgba(0, 174, 185, 0.28);
  background: rgba(255, 255, 255, 0.96);
  transform: translateX(-50%) rotate(45deg);
}

.coin-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, calc(-100% - 14px)) scale(1);
}

.coin-tooltip span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.coin-tooltip strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 18px;
}

.coin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.coin-stats span {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.68);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.coin-stats span:hover {
  border-color: rgba(0, 174, 185, 0.28);
  background: #fff;
  box-shadow: 0 10px 20px rgba(8, 26, 54, 0.08);
  transform: translateY(-2px);
}

.coin-stats strong {
  display: block;
  margin-top: 5px;
  color: var(--text);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.chain-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: -4px 0 24px;
  overflow: hidden;
  background: var(--surface-solid);
}

.chain-stats article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 18px 16px;
  border-right: 1px solid var(--line);
  transition: background 0.18s ease, transform 0.18s ease;
}

.chain-stats article:hover {
  background: #f7fcfd;
  transform: translateY(-1px);
}

.chain-stats article:last-child {
  border-right: 0;
}

.chain-stats span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.chain-stats strong {
  display: block;
  margin-top: 6px;
  overflow-wrap: anywhere;
  font-size: 19px;
}

.block-strip {
  padding: 24px;
  margin-bottom: 24px;
}

.section-title {
  position: relative;
  margin-bottom: 16px;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--blue), transparent);
  opacity: 0.72;
  animation: titleLineFlow 4.6s ease-in-out infinite;
}

.section-title span {
  color: var(--muted);
  font-size: 14px;
}

.blocks-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.block-card {
  position: relative;
  min-width: 240px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #fff, #f8fcfd),
    var(--surface-solid);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.block-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(0, 174, 185, 0.86), rgba(18, 71, 216, 0.74));
  background-size: 220% 100%;
  animation: cardToplineFlow 5.4s ease-in-out infinite;
}

.block-card.is-new {
  animation: blockCreate 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.block-card.is-new strong {
  animation: mintedText 0.72s ease both;
}

.block-card.is-new::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0%, rgba(0, 174, 185, 0.2) 38%, rgba(255, 255, 255, 0.92) 50%, transparent 66%);
  transform: translateX(-120%);
  animation: cardSweep 0.9s ease-out 0.08s both;
  pointer-events: none;
}

.block-card:hover {
  border-color: rgba(0, 174, 185, 0.3);
  box-shadow: 0 18px 42px rgba(8, 26, 54, 0.13);
  transform: translateY(-4px) scale(1.006);
}

.block-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
}

.block-card small {
  color: var(--muted);
}

.block-card footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.validator {
  max-width: 150px;
  overflow: hidden;
  color: var(--blue);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 750;
}

.table-panel {
  padding: 24px;
  margin-bottom: 24px;
}

.table-wrap {
  position: relative;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.table-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 174, 185, 0.5), rgba(18, 71, 216, 0.38), transparent);
  opacity: 0.62;
  pointer-events: none;
  animation: tableTopScan 5.2s ease-in-out infinite;
}

.table-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
}

.table-pagination button {
  position: relative;
  overflow: hidden;
  min-height: 36px;
  border: 1px solid rgba(0, 174, 185, 0.24);
  border-radius: 6px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  padding: 0 13px;
  font-size: 13px;
  font-weight: 850;
  transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.table-pagination button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(0, 174, 185, 0.16), transparent);
  opacity: 0;
  transform: translateX(-110%);
  pointer-events: none;
}

.table-pagination button:hover:not(:disabled) {
  border-color: rgba(0, 174, 185, 0.5);
  color: var(--cyan-deep);
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 174, 185, 0.1);
  transform: translateY(-2px);
}

.table-pagination button:hover:not(:disabled)::after {
  animation: chipSweep 0.58s ease-out both;
}

.table-pagination button:active:not(:disabled) {
  transform: translateY(0) scale(0.98);
}

.table-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.table-pagination span {
  min-width: 210px;
  text-align: center;
}

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

th,
td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

tbody tr {
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

tbody tr:hover {
  background: #f4fbfc;
  box-shadow: inset 3px 0 0 rgba(0, 174, 185, 0.45);
  transform: translateX(2px);
}

tbody tr.is-new {
  animation: rowStream 0.62s ease both;
}

tbody tr.is-new td {
  animation: rowCellGlow 0.86s ease both;
}

tbody tr.is-new td:first-child {
  box-shadow: inset 3px 0 0 var(--cyan);
}

th {
  color: var(--muted);
  background: #f8fbfd;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

td {
  color: #26313d;
}

.hash,
.address {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.hash {
  color: var(--blue);
}

.address {
  color: var(--cyan-deep);
}

.status-ok {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(17, 165, 107, 0.1);
  font-size: 12px;
  font-weight: 850;
}

.is-updated {
  animation: dataPop 0.58s ease both;
}

.reveal-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.72s ease var(--reveal-delay, 0ms), transform 0.72s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms), box-shadow 0.2s ease, border-color 0.2s ease;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-section .summary-card,
.reveal-section .network-card,
.reveal-section .coin-card,
.reveal-section.chain-stats article {
  transition: transform 0.28s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.summary-grid.is-visible .summary-card,
.market-row.is-visible .network-card,
.market-row.is-visible .coin-card,
.chain-stats.is-visible article {
  animation: sectionChildLift 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.summary-grid.is-visible .summary-card:nth-child(2),
.market-row.is-visible .coin-card,
.chain-stats.is-visible article:nth-child(2) {
  animation-delay: 0.08s;
}

.summary-grid.is-visible .summary-card:nth-child(3),
.chain-stats.is-visible article:nth-child(3) {
  animation-delay: 0.16s;
}

.summary-grid.is-visible .summary-card:nth-child(4),
.chain-stats.is-visible article:nth-child(4) {
  animation-delay: 0.24s;
}

.chain-stats.is-visible article:nth-child(5) {
  animation-delay: 0.32s;
}

.chain-stats.is-visible article:nth-child(6) {
  animation-delay: 0.4s;
}

.summary-card.data-refresh,
.network-card.data-refresh,
.coin-card.data-refresh,
.chain-stats article.data-refresh {
  animation: sectionDataPulse 0.78s ease both;
}

.summary-card.data-refresh::after,
.network-card.data-refresh::after,
.coin-card.data-refresh::after,
.block-strip.data-refresh::after,
.table-panel.data-refresh::after {
  animation: premiumCardSweep 0.9s ease-out both;
}

@keyframes gridMove {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 156px 0, 0 156px;
  }
}

@keyframes nodeSignal {
  0%,
  100% {
    opacity: 0.18;
    transform: rotate(24deg) scaleX(0.35);
  }
  50% {
    opacity: 0.58;
    transform: rotate(24deg) scaleX(1);
  }
}

@keyframes headerSyncSweep {
  0% {
    opacity: 0;
    transform: translateX(-46%);
  }
  28%,
  72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(46%);
  }
}

@keyframes navUnderlineFlow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes brandOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes brandAura {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.94);
  }
  50% {
    opacity: 0.82;
    transform: scale(1.08);
  }
}

@keyframes heroHexDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-12px, 10px, 0) rotate(4deg);
  }
}

@keyframes heroBandSweep {
  0%,
  100% {
    opacity: 0.46;
    transform: translateX(-8%) rotate(-4deg);
  }
  50% {
    opacity: 0.82;
    transform: translateX(8%) rotate(-4deg);
  }
}

@keyframes heroContentRise {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes coinOrbit {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes searchSweep {
  0% {
    transform: translateX(-56%);
  }
  100% {
    transform: translateX(56%);
  }
}

@keyframes searchLensScan {
  0%,
  100% {
    stroke: var(--muted);
    transform: translateY(0);
  }
  50% {
    stroke: var(--cyan-deep);
    transform: translateY(-1px);
  }
}

@keyframes statusTextPulse {
  0%,
  100% {
    opacity: 0.72;
  }
  50% {
    opacity: 1;
  }
}

@keyframes resultReveal {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes chipSweep {
  0% {
    opacity: 0;
    transform: translateX(-110%);
  }
  42% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(110%);
  }
}

@keyframes nodeFloat {
  0%,
  100% {
    opacity: 0.62;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(22px, -16px, 0);
  }
}

@keyframes cardToplineFlow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes metricIconLive {
  0% {
    transform: scale(1);
  }
  45% {
    filter: drop-shadow(0 16px 24px rgba(18, 71, 216, 0.22));
    transform: translateY(-2px) scale(1.09);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes packetFlow {
  0% {
    left: 38px;
    opacity: 0;
    transform: translate3d(0, -50%, 0) scale(0.55);
  }
  14% {
    opacity: 1;
  }
  72% {
    left: calc(100% - 48px);
    opacity: 1;
    transform: translate3d(0, -50%, 0) scale(1);
  }
  100% {
    left: calc(100% - 42px);
    opacity: 0;
    transform: translate3d(0, -50%, 0) scale(0.72);
  }
}

@keyframes microPanelSweep {
  0% {
    opacity: 0;
    transform: translateX(-110%);
  }
  38% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translateX(110%);
  }
}

@keyframes spinRefresh {
  to {
    transform: rotate(360deg);
  }
}

@keyframes titleLineFlow {
  0%,
  100% {
    opacity: 0.52;
    transform: scaleX(0.62);
    transform-origin: left center;
  }
  50% {
    opacity: 0.92;
    transform: scaleX(1.28);
    transform-origin: left center;
  }
}

@keyframes tableTopScan {
  0%,
  100% {
    opacity: 0.28;
    transform: translateX(-32%);
  }
  50% {
    opacity: 0.74;
    transform: translateX(32%);
  }
}

@keyframes scanLine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(560%);
  }
}

@keyframes premiumCardSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }
  38% {
    opacity: 0.74;
  }
  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes dataPop {
  0% {
    text-shadow: 0 0 0 rgba(0, 174, 185, 0);
    transform: translateY(0);
  }
  40% {
    text-shadow: 0 8px 18px rgba(0, 174, 185, 0.24);
    transform: translateY(-2px);
  }
  100% {
    text-shadow: 0 0 0 rgba(0, 174, 185, 0);
    transform: translateY(0);
  }
}

@keyframes chartAmbientSweep {
  0%,
  100% {
    opacity: 0.18;
    transform: translateX(-48%);
  }
  50% {
    opacity: 0.48;
    transform: translateX(48%);
  }
}

@keyframes chartActiveSweep {
  0% {
    opacity: 0;
    transform: translateX(-54%);
  }
  35% {
    opacity: 0.64;
  }
  100% {
    opacity: 0;
    transform: translateX(54%);
  }
}

@keyframes chartPointPulse {
  0%,
  100% {
    filter: drop-shadow(0 7px 11px rgba(0, 174, 185, 0.26));
  }
  50% {
    filter: drop-shadow(0 10px 16px rgba(18, 71, 216, 0.34));
  }
}

@keyframes mintedText {
  0% {
    color: var(--cyan-deep);
    text-shadow: 0 0 0 rgba(0, 174, 185, 0);
    transform: translateY(8px);
  }
  48% {
    color: var(--blue);
    text-shadow: 0 10px 22px rgba(0, 174, 185, 0.26);
    transform: translateY(-2px);
  }
  100% {
    color: inherit;
    text-shadow: 0 0 0 rgba(0, 174, 185, 0);
    transform: translateY(0);
  }
}

@keyframes rowCellGlow {
  0% {
    background: rgba(0, 174, 185, 0.12);
  }
  60% {
    background: rgba(18, 71, 216, 0.055);
  }
  100% {
    background: transparent;
  }
}

@keyframes chartLineChange {
  0% {
    opacity: 0.2;
    stroke-dasharray: 520;
    stroke-dashoffset: 520;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 520;
    stroke-dashoffset: 0;
  }
}

@keyframes chartAreaChange {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 0.98;
    transform: translateY(0);
  }
}

@keyframes sectionChildLift {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sectionDataPulse {
  0% {
    box-shadow: var(--shadow);
    transform: translateY(0);
  }
  42% {
    box-shadow: 0 22px 54px rgba(0, 174, 185, 0.14);
    transform: translateY(-2px);
  }
  100% {
    box-shadow: var(--shadow);
    transform: translateY(0);
  }
}

@keyframes hexInnerFlash {
  0% {
    background: linear-gradient(180deg, #fff, #eefbfc);
  }
  42% {
    background: linear-gradient(180deg, #ffffff, #dffcff 46%, #eef3ff);
  }
  100% {
    background: linear-gradient(180deg, #fff, #eefbfc);
  }
}

@keyframes hexFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.02);
  }
}

@keyframes hexDataHit {
  0% {
    filter: drop-shadow(0 14px 22px rgba(0, 174, 185, 0.18));
    transform: translateY(0) scale(1);
  }
  45% {
    filter: drop-shadow(0 22px 32px rgba(18, 71, 216, 0.28));
    transform: translateY(-8px) scale(1.08);
  }
  100% {
    filter: drop-shadow(0 14px 22px rgba(0, 174, 185, 0.18));
    transform: translateY(0) scale(1);
  }
}

@keyframes hexGlow {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.2);
  }
}

@keyframes blockCreate {
  0% {
    opacity: 0;
    border-color: rgba(0, 174, 185, 0.5);
    box-shadow: 0 0 0 rgba(0, 174, 185, 0);
    transform: translateY(22px) scale(0.96);
  }
  55% {
    opacity: 1;
    box-shadow: 0 24px 54px rgba(0, 174, 185, 0.18);
    transform: translateY(-4px) scale(1.018);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cardSweep {
  to {
    transform: translateX(120%);
  }
}

@keyframes rowStream {
  0% {
    opacity: 0;
    background: rgba(0, 174, 185, 0.12);
    transform: translateX(-18px);
  }
  70% {
    opacity: 1;
    background: rgba(0, 174, 185, 0.08);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    background: transparent;
    transform: translateX(0);
  }
}

@keyframes drawLine {
  0% {
    opacity: 0.45;
    stroke-dashoffset: 540;
  }
  45%,
  75% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0.55;
    stroke-dashoffset: -540;
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .main-nav {
    grid-column: 1 / -1;
    order: 3;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .main-nav a.active::after {
    bottom: -12px;
  }

  main {
    width: calc(100vw - 28px);
    max-width: none;
    padding-top: 28px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  h1 {
    font-size: 38px;
  }

  .summary-card strong {
    font-size: 28px;
  }

  .hero-copy {
    grid-row: auto;
  }

  .hero-search {
    align-content: start;
  }

  .summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-row {
    grid-template-columns: 1fr;
  }

  .chain-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .chain-stats article:nth-child(3) {
    border-right: 0;
  }

  .chain-stats article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 38px;
  }

  .brand strong,
  .live-pill {
    display: none;
  }

  h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .hero {
    padding: 20px 14px;
  }

  .hero-badges {
    gap: 8px;
  }

  .hero-badges span {
    min-height: 28px;
    font-size: 11px;
  }

  .search-panel {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .search-panel input {
    font-size: 15px;
  }

  .search-panel select,
  .search-panel button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .result-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .result-title span {
    max-width: 100%;
  }

  .result-grid,
  .result-list {
    grid-template-columns: 1fr;
  }

  .trend-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 7px;
    margin-top: 2px;
  }

  .trend-row span {
    grid-column: 1 / -1;
  }

  .trend-row button {
    width: 100%;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
  }

  .summary-grid,
  .mini-metrics,
  .coin-stats {
    grid-template-columns: 1fr;
  }

  .summary-card {
    padding: 22px 18px;
  }

  .coin-top {
    grid-template-columns: 52px 1fr;
  }

  .coin-top strong {
    grid-column: 1 / -1;
    justify-self: start;
    width: 100%;
    font-size: clamp(22px, 7vw, 28px);
    line-height: 1.05;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: left;
  }

  .blocks-list {
    grid-template-columns: repeat(4, 240px);
  }

  .network-card,
  .coin-card,
  .block-strip,
  .table-panel {
    padding: 18px;
  }

  .card-head,
  .section-title {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .chain-animation {
    flex-direction: column;
    min-height: 370px;
    padding: 24px 18px;
  }

  .chain-animation::before {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--cyan), var(--blue), rgba(0, 174, 185, 0.25));
  }

  .chain-animation::after {
    left: 50%;
    top: -20%;
    width: 3px;
    height: 20%;
    background: linear-gradient(180deg, transparent, #fff, transparent);
    animation-name: scanLineMobile;
  }

  .chain-particle {
    left: 50%;
    top: 24px;
    transform: translate3d(-50%, 0, 0) scale(0.72);
  }

  .chain-animation.has-new-data .chain-particle {
    animation-name: packetFlowMobile;
  }

  .hex-node {
    width: 124px;
    height: 108px;
  }

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

  .chain-stats article,
  .chain-stats article:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .chain-stats article:last-child {
    border-bottom: 0;
  }

  .table-pagination {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }

  .table-pagination span {
    grid-column: 1 / -1;
    grid-row: 1;
    min-width: 0;
    padding-bottom: 2px;
  }

  .table-pagination button {
    width: 100%;
    padding: 0 8px;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 30px;
  }

  .trend-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@keyframes scanLineMobile {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(620%);
  }
}

@keyframes packetFlowMobile {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0) scale(0.55);
  }
  14% {
    opacity: 1;
  }
  72% {
    opacity: 1;
    transform: translate3d(-50%, 248px, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, 316px, 0) scale(0.72);
  }
}
