::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-track { background: #09090b; }
::-webkit-scrollbar-thumb { background: #52163a; border-radius: 0; }
::-webkit-scrollbar-thumb:hover { background: #ec4899; }

.av-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.av-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.av-hero-scrim {
  background: linear-gradient(180deg, rgba(9,9,11,0.55) 0%, rgba(9,9,11,0.35) 35%, rgba(9,9,11,0.92) 100%);
}

.av-rail {
  position: relative;
}
.av-rail::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  bottom: 0.35rem;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(236,72,153,0.7), rgba(63,63,70,0.6) 85%);
}

.av-node {
  position: absolute;
  left: -0.9rem;
  width: 1.85rem;
  height: 1.85rem;
}

.av-node svg { width: 100%; height: 100%; }

.av-grid-static {
  background-image:
    linear-gradient(rgba(236,72,153,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(236,72,153,0.06) 1px, transparent 1px);
  background-size: 42px 42px;
}

#av-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #0c0c0f;
  border-top: 1px solid #27272a;
}
#av-cookie-banner.av-hidden { display: none; }

.av-copy-pulse {
  animation: av-pulse 0.55s ease;
}
@keyframes av-pulse {
  0% { background-color: rgba(236,72,153,0.4); }
  100% { background-color: transparent; }
}

.av-stat-figure {
  font-variant-numeric: tabular-nums;
}
