/**
 * Collection Overlap — Little Ollie app layer.
 * Requires: ../styles/site-brand.css, ../styles/site-hub.css
 */

/* Brand blue gradient only (no hub photo) — matches other LO apps. */
.co-page-wrap .links-bg {
  background-image: none;
  background: linear-gradient(
    165deg,
    var(--lo-bg-top) 0%,
    var(--lo-blue) 38%,
    var(--lo-blue-mid) 68%,
    var(--lo-blue-dark) 100%
  );
}

.co-page-wrap .links-bg-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(0, 0, 0, 0.28) 100%);
}

/* Full-page hub background; scroll content (not vertically centered like the links card). */
.co-scroll.links-content {
  align-items: center;
  justify-content: flex-start;
}

/* All copy ALL CAPS; center primary column (inherits to body copy + results). */
.co-inner {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  padding-bottom: max(24px, env(safe-area-inset-bottom, 0px));
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
}

.co-header {
  text-align: center;
  margin-bottom: var(--lo-space-section-gap);
  width: 100%;
  box-sizing: border-box;
}

/* Small character → large wordmark → hero copy (no inline gap “line” under PNG) */
.co-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 6px;
  margin-inline: auto;
  line-height: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.co-hero-char-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  line-height: 0;
  flex-shrink: 0;
  background: none;
  box-shadow: none;
}

.co-hero-char {
  display: block;
  width: clamp(84px, 24vw, 140px);
  height: auto;
  margin: 0 auto;
  /* Full art visible — do not clip feet / hand (was clip-path inset bottom 5%) */
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.32));
}

/* Wordmark + app title share one column so horizontal center matches the logo art */
.co-hero-headline {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: min(480px, 92vw);
  max-width: 100%;
  margin: 4px auto 0;
  box-sizing: border-box;
  line-height: 0;
}

.co-hero-logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  line-height: 0;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.35));
}

/* Hero text block — sentence case (overrides .co-inner uppercase) */
.hero {
  width: 100%;
  max-width: none;
  margin: 10px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
  min-width: 0;
  /* Align title + tagline block with wordmark art (PNG / letter-spacing optical center) */
  transform: translateX(clamp(-0.35rem, -1.5vw, -0.08rem));
}

.hero-top {
  margin: 0;
  font-size: clamp(0.95rem, 3.4vw, 1.2rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.35;
  max-width: 24rem;
  text-align: center;
  text-wrap: balance;
}

.hero-title {
  /* Box matches text width so flex centering matches visual center (letter-spacing can skew block centering) */
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  /* Shrinks on narrow viewports so “COLLECTION OVERLAP” stays one line */
  font-size: clamp(0.78rem, 0.52rem + 4.5vw, 2.35rem);
  font-weight: 800;
  /* Tighter tracking reads closer to the wordmark’s visual center than wide tracking */
  letter-spacing: clamp(0.02em, 0.45vw, 0.07em);
  text-transform: uppercase;
  color: var(--lo-yellow);
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 0 22px rgba(255, 221, 85, 0.32);
  line-height: 1.12;
}

.co-main {
  display: flex;
  flex-direction: column;
  gap: var(--lo-stack-gap);
}

/* Glass panels (same language as links hub card) */
.co-card {
  background: var(--lo-glass);
  border: 2px solid var(--lo-glass-border);
  border-radius: var(--lo-radius-card);
  padding: var(--lo-space-card) clamp(16px, 4vw, 22px);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--lo-shadow-card);
  text-align: center;
}

.co-section-title {
  margin: 0 auto 12px;
  font-size: var(--lo-text-section);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lo-text-on-dark);
  border-left: none;
  border-bottom: 4px solid var(--lo-yellow);
  padding: 0 0 10px;
  max-width: 100%;
}

.co-mode-toggle {
  display: inline-flex;
  margin: 0 auto 14px;
  padding: 4px;
  border-radius: var(--lo-radius-md);
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  gap: 4px;
}

.co-mode-btn {
  font-family: var(--lo-font, "Fredoka", system-ui, sans-serif);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: calc(var(--lo-radius-md) - 2px);
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.co-mode-btn:hover {
  color: #fff;
}

.co-mode-btn--active {
  color: var(--lo-ink);
  background: var(--lo-gradient-yellow);
  box-shadow: var(--lo-shadow-btn-yellow-sm);
}

.co-sol-panel {
  width: 100%;
}

.co-body-tight {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

/* Hub `.body-text` defaults to left; center the form intro on this page */
.co-card .body-text.co-body-tight {
  text-align: center;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

/* Same two-column Collection A / B layout on all viewports (matches desktop on phone). */
.co-grid2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(8px, 2.5vw, 14px);
}

.co-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  text-align: center;
}

.co-collection-slot {
  position: relative;
  width: 100%;
}

.co-collection-slot--dropdown-open {
  z-index: 50000;
}

/* —— CollectionInput (combobox) —— */
.co-ci {
  position: relative;
  width: 100%;
}

.co-ci.co-ci--dropdown-open {
  z-index: 50001;
}

/* Same yellow treatment as hub `.link-btn-yellow` */
.co-ci-shell {
  border-radius: var(--lo-radius-md);
  border: 2px solid rgba(0, 0, 0, 0.12);
  background: var(--lo-gradient-yellow);
  color: var(--lo-ink);
  box-shadow: var(--lo-shadow-btn-yellow-sm);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  overflow: visible;
}

/* Square under the field: full width × equal height */
.co-ci-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  box-sizing: border-box;
  background: #ffffff;
}

/* Logo uses the full square (no inset padding). */
.co-ci-banner--has-logo {
  padding: 0;
}

.co-ci-banner__mascot {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  box-sizing: border-box;
  opacity: 0.22;
  pointer-events: none;
}

.co-ci-banner--has-logo .co-ci-banner__mascot {
  opacity: 0.09;
}

.co-ci-banner--loading .co-ci-banner__mascot {
  opacity: 0.26;
}

.co-ci-banner__ring {
  position: absolute;
  inset: 8%;
  border-radius: 14px;
  border: 3px solid rgba(15, 23, 42, 0.08);
  border-top-color: var(--lo-blue-dark);
  border-right-color: #fbbf24;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
  animation: co-orbit-spin 0.9s linear infinite;
}

.co-ci-banner--loading .co-ci-banner__ring {
  opacity: 1;
}

.co-ci-banner__loading-note {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  max-width: 92%;
  padding: 0 6px;
  box-sizing: border-box;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(15, 23, 42, 0.72);
  pointer-events: none;
}

.co-ci-banner--loading .co-ci-banner__loading-note {
  display: block;
}

.co-ci-banner--has-logo.co-ci-banner--loading .co-ci-banner__ring {
  inset: 0;
  border-radius: 0;
}

.co-ci-banner__logo {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.12));
}

.co-ci-banner__logo[hidden] {
  display: none !important;
}

.co-ci-shell:focus-within {
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: var(--lo-shadow-input-focus), var(--lo-shadow-btn-yellow-sm-hover);
}

.co-ci-row {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 4px 6px 4px 10px;
  gap: 8px;
}

/* URL row — light scrim on hub yellow so the field reads clearly */
.co-ci-row--input {
  position: relative;
  z-index: 20;
  gap: 6px;
  padding-right: 8px;
  background: rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(26, 26, 46, 0.12);
}

.co-ci-shell--verified .co-ci-row--input {
  background: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(26, 26, 46, 0.12);
}

.co-ci-input {
  flex: 1;
  min-width: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 8px 6px !important;
  font-size: var(--lo-text-md);
  font-family: var(--lo-font);
  font-weight: 500;
  color: var(--lo-ink);
  outline: none;
  text-align: center;
}

.co-ci-input::placeholder {
  color: var(--lo-ink-muted);
  text-align: center;
}

.co-ci-arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.12);
  color: var(--lo-blue-dark);
  font-size: 0.65rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.2s ease;
  display: grid;
  place-items: center;
}

.co-ci-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid currentColor;
  margin-top: 2px;
}

.co-ci-arrow:hover {
  background: rgba(59, 130, 246, 0.22);
}

.co-ci-arrow.co-ci-arrow--open {
  transform: rotate(180deg);
}

.co-ci-clear {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.15);
  color: var(--lo-blue-dark);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.co-ci-clear:hover {
  background: rgba(255, 221, 85, 0.45);
}

.co-ci-clear:active {
  transform: scale(0.96);
}

.co-ci-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 100000;
  max-height: min(320px, 55vh);
  overflow-y: auto;
  border-radius: var(--lo-radius-md);
  background: #fff;
  border: 2px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.28), 0 6px 16px rgba(59, 130, 246, 0.18);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.co-ci-dd-msg {
  padding: 14px 16px;
  font-size: var(--lo-text-sm);
  font-weight: 600;
  color: var(--lo-ink-muted);
  text-align: center;
}

.co-ci-dd-loading {
  color: var(--lo-blue-dark);
}

.co-ci-dd-err {
  color: #b91c1c;
  font-weight: 700;
}

.co-ci-dd-heading {
  padding: 8px 12px 6px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.55);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.co-ci-retry-btn {
  display: block;
  margin: 8px auto 0;
  padding: 6px 14px;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 999px;
  border: 2px solid rgba(15, 23, 42, 0.2);
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
}

.co-ci-retry-btn:hover {
  border-color: rgba(15, 23, 42, 0.35);
}

.co-page-wrap.co-mode--solana .co-ci-retry-btn {
  background: rgba(15, 23, 42, 0.35);
  border-color: rgba(94, 234, 212, 0.45);
  color: #ecfeff;
}

.co-page-wrap.co-mode--solana .co-ci-dd-heading {
  color: rgba(15, 23, 42, 0.5);
  border-bottom-color: rgba(15, 23, 42, 0.1);
}

.co-page-wrap.co-mode--solana .co-ci-arrow {
  background: rgba(13, 148, 136, 0.18);
  color: #0f766e;
}

.co-page-wrap.co-mode--solana .co-ci-arrow:hover {
  background: rgba(45, 212, 191, 0.28);
}

.co-ci-dd-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 10px 14px;
  border: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
  cursor: pointer;
  text-align: center;
  font: inherit;
  transition: background 0.12s ease;
}

.co-ci-dd-item:last-child {
  border-bottom: none;
}

.co-ci-dd-item:hover,
.co-ci-dd-item:focus-visible {
  background: rgba(59, 130, 246, 0.08);
  outline: none;
}

.co-ci-dd-img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.co-ci-dd-img--ph {
  background: linear-gradient(135deg, rgba(109, 224, 255, 0.35), rgba(255, 221, 85, 0.4));
}

.co-ci-dd-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 0;
  text-align: center;
}

.co-ci-dd-name {
  font-weight: 700;
  font-size: var(--lo-text-sm);
  color: #0f172a;
  line-height: 1.25;
  word-break: break-word;
}

.co-ci-dd-addr {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: var(--lo-text-xs);
  font-weight: 600;
  color: #64748b;
}

.co-ci-error {
  margin: 6px 0 0;
  font-size: var(--lo-text-xs);
  font-weight: 700;
  color: #fecaca;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.co-ci-error[hidden] {
  display: none !important;
}

.co-label {
  display: block;
  max-width: 100%;
  font-weight: 800;
  font-size: clamp(1.05rem, 3.2vw, 1.35rem);
  letter-spacing: 0.06em;
  color: var(--lo-text-muted);
  text-align: center;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.co-input {
  width: 100%;
  border-radius: var(--lo-radius-md);
  border: 2px solid var(--lo-border-ink-strong);
  padding: 12px 14px;
  font-size: var(--lo-text-md);
  font-family: var(--lo-font);
  font-weight: 500;
  background: var(--lo-surface-light);
  color: var(--lo-ink);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.co-input::placeholder {
  color: var(--lo-ink-muted);
}

.co-input:focus {
  border-color: var(--lo-yellow);
  box-shadow: var(--lo-shadow-input-focus);
}

/* Primary CTA: hub yellow button, full width */
.co-cta.link-btn {
  margin-top: 16px;
  width: 100%;
}

.co-cta:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: var(--lo-shadow-btn) !important;
}

@keyframes co-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Compare holders — mascot + ring while overlap API runs */
.co-global-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
}

.co-global-loader[hidden] {
  display: none !important;
}

.co-global-loader__orbit {
  position: relative;
  width: clamp(80px, 22vw, 108px);
  height: clamp(80px, 22vw, 108px);
  display: grid;
  place-items: center;
}

.co-global-loader__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--lo-yellow);
  border-right-color: rgba(255, 221, 85, 0.75);
  animation: co-orbit-spin 0.95s linear infinite;
  box-sizing: border-box;
}

.co-global-loader__mascot {
  position: relative;
  z-index: 1;
  width: 62%;
  height: auto;
  max-width: 96px;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.4));
}

.co-global-loader__note {
  margin: 10px 0 0;
  max-width: 22rem;
  padding: 0 12px;
  font-size: var(--lo-text-sm);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: rgba(254, 249, 231, 0.88);
}

.co-global-loader__note[hidden] {
  display: none !important;
}

.co-status {
  min-height: 1.25em;
  margin: 10px 0 0;
  font-weight: 700;
  font-size: var(--lo-text-sm);
  color: var(--lo-yellow-light);
  text-align: center;
  white-space: pre-wrap;
}

.co-results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.co-results.hidden {
  display: none;
}

/* Three blobs in one row on all viewports (same as desktop on iPhone). */
.co-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(8px, 2.5vw, 16px);
}

.co-blob {
  position: relative;
  overflow: hidden;
  border-radius: var(--lo-radius-lg);
  padding: 0;
  text-align: center;
  border: 2px solid var(--lo-glass-border);
  background: rgba(0, 0, 0, 0.22);
}

.co-blob-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
  filter: saturate(1.05) brightness(1.05);
}

.co-blob-bg--on {
  opacity: 0.32;
}

.co-blob-inner {
  position: relative;
  z-index: 1;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}

.co-blob-inner--overlap {
  justify-content: center;
}

.co-blob-a {
  border-color: rgba(109, 224, 255, 0.45);
  box-shadow:
    inset 0 0 40px rgba(76, 111, 255, 0.22),
    0 0 0 1px rgba(109, 224, 255, 0.15);
}

.co-blob-b {
  border-color: rgba(255, 221, 85, 0.45);
  box-shadow:
    inset 0 0 40px rgba(255, 221, 85, 0.12),
    0 0 0 1px rgba(255, 221, 85, 0.12);
}

.co-blob-overlap {
  background: linear-gradient(145deg, rgba(109, 224, 255, 0.18), rgba(255, 221, 85, 0.22));
  border-color: rgba(255, 255, 255, 0.28);
}

/* Diagonal merged logos — large watermark behind Shared copy (not a second “chip” in the brand row) */
.co-blob-merged--bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(118%, 320px);
  height: min(118%, 320px);
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  background: rgba(0, 0, 0, 0.08);
  pointer-events: none;
  z-index: 0;
  opacity: 0.26;
  filter: saturate(1.08) brightness(1.05);
}

.co-blob-merged[hidden] {
  display: none !important;
}

.co-blob-merged__half {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.co-blob-merged--bg .co-blob-merged__half--a {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-position: 28% center;
}

.co-blob-merged--bg .co-blob-merged__half--b {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-position: 72% center;
}

.co-blob-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.co-blob-logo {
  width: clamp(72px, 18vw, 96px);
  height: clamp(72px, 18vw, 96px);
  border-radius: 20px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.co-blob-logo--hidden {
  display: none !important;
}

.co-blob-name {
  font-weight: 800;
  font-size: clamp(0.8rem, 2.6vw, 1rem);
  line-height: 1.25;
  color: var(--lo-text-on-dark);
  max-width: 100%;
  word-break: break-word;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.co-blob-title {
  font-weight: 800;
  font-size: var(--lo-text-md);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lo-text-muted);
}

.co-blob-sub {
  font-weight: 700;
  font-size: var(--lo-text-sm);
  color: var(--lo-text-subtle);
}

.co-big {
  font-size: clamp(2rem, 6vw, 2.65rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--lo-text-on-dark);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

/* —— Cross-hold % (big type + arrows) —— */
.co-match-card {
  margin-top: 8px;
  text-align: center;
}

.co-hold-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: clamp(12px, 4vw, 28px);
  margin-bottom: 8px;
}

.co-hold-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.co-hold-pct {
  font-size: clamp(2.25rem, 8vw, 3.25rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--lo-yellow);
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 0 22px rgba(255, 221, 85, 0.28);
}

.co-hold-col--a .co-hold-pct {
  color: #b8f0ff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.co-hold-col--b .co-hold-pct {
  color: #ffe98a;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.co-hold-arrow {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
  user-select: none;
}

.co-hold-desc {
  margin: 0;
  font-size: clamp(0.95rem, 2.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--lo-text-muted);
  max-width: 15rem;
  text-align: center;
}

.co-more-data {
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: clamp(0.9rem, 2.4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--lo-text-subtle);
}

.co-more-data strong {
  color: var(--lo-yellow-light);
  font-weight: 800;
}

.co-more-data-cta-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  max-width: 100%;
  vertical-align: middle;
}

.co-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--lo-yellow-light);
  cursor: pointer;
  vertical-align: middle;
  flex-shrink: 0;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    transform 0.1s ease;
}

.co-info-btn:hover {
  background: rgba(255, 221, 85, 0.25);
  border-color: var(--lo-yellow);
}

.co-info-btn:focus-visible {
  outline: 2px solid var(--lo-yellow);
  outline-offset: 2px;
}

.co-info-btn:active {
  transform: scale(0.95);
}

.co-info-btn__icon {
  display: block;
}

/* Contact dialog (outside .co-inner — match page voice) */
.co-contact-dialog {
  margin: auto;
  padding: 0;
  max-width: min(22rem, 92vw);
  border: none;
  background: transparent;
  color: var(--lo-text-on-dark);
  text-transform: none;
  letter-spacing: normal;
}

.co-contact-dialog::backdrop {
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.co-contact-dialog__panel {
  position: relative;
  padding: 18px 18px 20px;
  border-radius: var(--lo-radius-lg);
  background: var(--lo-glass);
  border: 2px solid rgba(109, 224, 255, 0.4);
  box-shadow:
    0 0 0 1px rgba(255, 221, 85, 0.22),
    var(--lo-shadow-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.co-contact-dialog__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--lo-blue), var(--lo-yellow));
  opacity: 0.95;
}

.co-contact-dialog__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 6px 2.75rem 12px 0;
  line-height: 0;
}

.co-contact-dialog__mascot {
  display: block;
  width: clamp(44px, 12vw, 56px);
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.38));
}

.co-contact-dialog__wordmark {
  display: block;
  width: min(100%, 240px);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.32));
}

.co-contact-dialog__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--lo-text-on-dark);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.12s ease;
}

.co-contact-dialog__close:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* Full holder scan — inline expand (same match card as overlap %) */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.co-insights-expand {
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;
  opacity: 0;
  margin-top: 2px;
  pointer-events: none;
}

.co-insights-expand.co-insights-expand--open {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
}

.co-insights-expand__shell {
  min-height: 0;
  overflow: hidden;
}

.co-insights-inner {
  padding: 14px 0 2px;
  margin: 0;
  border-top: 1px solid transparent;
}

.co-insights-expand--open .co-insights-inner {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.co-insight-partial {
  margin: 0 0 14px;
  padding: 0 4px;
  font-size: var(--lo-text-sm);
  font-weight: 600;
  line-height: 1.4;
  color: rgba(254, 249, 231, 0.62);
  text-align: center;
}

.co-insight-hero {
  text-align: center;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.co-insight-hero__label {
  margin: 0 0 10px;
  font-size: clamp(0.82rem, 2.4vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--lo-text-muted);
}

.co-insight-hero__lead {
  margin: 0 0 10px;
  font-size: clamp(1.12rem, 4.2vw, 1.5rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--lo-yellow);
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 0 22px rgba(255, 221, 85, 0.28);
}

.co-insight-hero__detail {
  margin: 0 auto;
  max-width: 22rem;
  font-size: clamp(0.92rem, 2.6vw, 1.05rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--lo-text-muted);
}

.co-insight-section {
  margin: 0 0 16px;
}

.co-insight-section:last-of-type {
  margin-bottom: 0;
}

.co-insight-section__label {
  margin: 0 0 8px;
  font-size: clamp(0.78rem, 2.2vw, 0.86rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(254, 249, 231, 0.75);
}

.co-insight-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

p.co-insight-line {
  margin: 0;
  font-size: clamp(0.95rem, 2.8vw, 1.12rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--lo-text-muted);
  text-align: center;
  max-width: 22rem;
}

.co-insight-foot {
  margin: 6px 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(254, 249, 231, 0.5);
  text-align: center;
}

.co-insight-defs {
  margin: 10px 0 0;
  padding: 0 6px;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(254, 249, 231, 0.55);
  text-align: center;
}

.co-insight-defs__lead {
  display: inline;
  font-weight: 800;
  color: rgba(254, 249, 231, 0.68);
}

.co-insight-defs__body strong {
  font-weight: 800;
  color: rgba(254, 249, 231, 0.72);
}

.co-contact-dialog__title {
  margin: 0 2.5rem 6px 0;
  font-size: var(--lo-text-section);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lo-text-on-dark);
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
}

.co-contact-dialog__title::after {
  content: "";
  display: block;
  width: min(100%, 11rem);
  height: 4px;
  margin: 10px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--lo-blue), var(--lo-yellow));
}

.co-contact-dialog__lead {
  margin: 0 0 14px;
  font-size: var(--lo-text-sm);
  font-weight: 600;
  line-height: 1.4;
  color: var(--lo-text-muted);
  text-align: center;
}

.co-contact-dialog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--lo-stack-gap, 10px);
}

.co-contact-dialog__btn {
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  font-size: var(--lo-text-md);
  line-height: 1.25;
  white-space: normal;
}

.co-quality {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: var(--lo-radius-md);
  font-family: inherit;
  font-weight: 800;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

button.co-quality {
  border: none;
  appearance: none;
  -webkit-appearance: none;
}

.co-quality__title {
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.co-quality--full {
  background: rgba(76, 175, 80, 0.22);
  border: 2px solid rgba(129, 199, 132, 0.55);
  color: #e8ffea;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.co-quality--capped {
  background: rgba(255, 193, 7, 0.15);
  border: 2px solid rgba(255, 213, 79, 0.45);
  color: var(--lo-yellow-light);
}

.co-quality:hover {
  filter: brightness(1.06);
}

.co-quality:active {
  transform: scale(0.99);
}

.co-quality:focus-visible {
  outline: 2px solid var(--lo-yellow);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .co-insights-expand {
    transition: none !important;
  }

  .co-quality:active {
    transform: none;
  }
}

.co-footer {
  margin-top: 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.co-footer .btn-back {
  margin-top: 0;
}

/* —— Compare intro: logo “battle” overlay (no API changes) —— */
body.co-logo-battle-active .co-global-loader:not([hidden]) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.co-logo-battle {
  position: fixed;
  inset: 0;
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top, 0px)) max(16px, env(safe-area-inset-right, 0px))
    max(16px, env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px));
  box-sizing: border-box;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.co-logo-battle[hidden] {
  display: none !important;
}

.co-logo-battle.is-open {
  display: flex !important;
}

.logo-battle-container {
  /* Large clash + merged mark (flying logos use same target size from JS) */
  --lb-logo: clamp(200px, min(52vw, 48vh), 320px);
  position: relative;
  width: min(96vw, 460px);
  aspect-ratio: 1 / 1;
  max-width: 460px;
  border-radius: 20px;
  overflow: visible;
  isolation: isolate;
}

.co-logo-battle #logoA,
.co-logo-battle #logoB {
  position: fixed;
  object-fit: contain;
  object-position: center;
  z-index: 802;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.5));
  transform-origin: center center;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
  border: none;
  pointer-events: none;
}

#mergedLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: var(--lb-logo);
  height: var(--lb-logo);
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.35),
    0 12px 40px rgba(0, 0, 0, 0.35);
}

#co-logo-battle.co-lb--merge #mergedLogo {
  opacity: 1;
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

#co-logo-battle.co-lb--merge-hold #mergedLogo {
  animation: co-lb-merge-pulse 0.55s ease-in-out infinite alternate;
}

@keyframes co-lb-merge-pulse {
  from {
    box-shadow:
      0 0 0 2px rgba(255, 255, 255, 0.45),
      0 10px 36px rgba(0, 0, 0, 0.35),
      0 0 28px 6px rgba(254, 240, 138, 0.45);
  }
  to {
    box-shadow:
      0 0 0 3px rgba(255, 221, 85, 0.75),
      0 14px 44px rgba(0, 0, 0, 0.38),
      0 0 52px 14px rgba(254, 240, 138, 0.72);
  }
}

.co-logo-battle__merged-half {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.co-logo-battle__merged-half--a {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-position: left center;
}

.co-logo-battle__merged-half--b {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-position: right center;
}

.co-logo-battle__flash {
  position: absolute;
  inset: -10%;
  border-radius: 24px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}

/* Diagonal opposite the merged-image seam (triangles meet TL–BR); bolt runs / not \ */
#lightning {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: min(14%, 64px);
  height: 150%;
  transform: translate(-50%, -50%) rotate(42deg);
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 15%,
    #fff 28%,
    #fef08a 50%,
    #fff 72%,
    rgba(255, 255, 255, 0.12) 85%,
    transparent 100%
  );
  filter: drop-shadow(0 0 10px #fef08a) drop-shadow(0 0 22px #fff) drop-shadow(0 0 36px rgba(250, 204, 21, 0.85));
  box-shadow: 0 0 20px 6px rgba(254, 240, 138, 0.55);
}

#co-logo-battle.co-lb--flash #lightning {
  opacity: 1;
  animation: co-lb-lightning-flicker 0.09s steps(2, end) 6;
}

#co-logo-battle.co-lb--merge-hold #lightning {
  opacity: 0.92;
  height: calc(var(--lb-logo) * 2.15);
  width: min(12%, 56px);
  animation: co-lb-lightning-orbit 1.35s linear infinite, co-lb-lightning-hold-glow 0.2s ease-in-out infinite alternate;
}

@keyframes co-lb-lightning-flicker {
  0%,
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(42deg);
    filter: drop-shadow(0 0 14px #fef08a) drop-shadow(0 0 28px #fff);
  }
  50% {
    opacity: 0.58;
    transform: translate(-50%, -50%) rotate(46deg);
    filter: drop-shadow(0 0 6px #fbbf24) drop-shadow(0 0 14px #fef08a);
  }
}

@keyframes co-lb-lightning-orbit {
  from {
    transform: translate(-50%, -50%) rotate(42deg) scaleY(1.04);
  }
  to {
    transform: translate(-50%, -50%) rotate(402deg) scaleY(1.04);
  }
}

@keyframes co-lb-lightning-hold-glow {
  from {
    filter: drop-shadow(0 0 12px #fef08a) drop-shadow(0 0 26px #fff);
  }
  to {
    filter: drop-shadow(0 0 22px #fbbf24) drop-shadow(0 0 48px rgba(254, 240, 138, 0.95));
  }
}

#co-logo-battle.co-lb--flash .co-logo-battle__flash {
  animation: co-lb-impact-flash 0.32s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes co-lb-impact-flash {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.62;
  }
  100% {
    opacity: 0;
  }
}

@keyframes co-lb-impact-pulse {
  0% {
    transform: scale(1);
  }
  22% {
    transform: scale(1.14) translateX(5px);
  }
  55% {
    transform: scale(1.2) translateX(-6px);
  }
  78% {
    transform: scale(1.16) translateX(4px);
  }
  100% {
    transform: scale(1.12);
  }
}

#co-logo-battle.co-lb--impact #logoA,
#co-logo-battle.co-lb--impact #logoB {
  animation: co-lb-impact-pulse 0.2s cubic-bezier(0.36, 0, 0.66, -0.56) forwards;
}

/* Radial “bolts” around merged logo during hold */
.co-logo-battle__bolts {
  position: absolute;
  inset: -12%;
  z-index: 6;
  pointer-events: none;
  opacity: 0;
}

#co-logo-battle.co-lb--merge-hold .co-logo-battle__bolts {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.co-logo-battle__spark {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 6px;
  height: min(38vw, 210px);
  margin-left: -3px;
  transform-origin: 50% 100%;
  border-radius: 3px;
  background: linear-gradient(to top, transparent 0%, rgba(254, 240, 138, 0.35) 18%, #fef08a 42%, #fff 58%, rgba(254, 240, 138, 0.4) 82%, transparent 100%);
  filter: drop-shadow(0 0 12px #fef08a) drop-shadow(0 0 22px rgba(255, 255, 255, 0.55));
  opacity: 0.88;
  animation: co-lb-spark-twinkle 0.18s steps(2, end) infinite;
}

.co-logo-battle__spark:nth-child(1) {
  transform: rotate(0deg);
}

.co-logo-battle__spark:nth-child(2) {
  transform: rotate(45deg);
}

.co-logo-battle__spark:nth-child(3) {
  transform: rotate(90deg);
}

.co-logo-battle__spark:nth-child(4) {
  transform: rotate(135deg);
}

.co-logo-battle__spark:nth-child(5) {
  transform: rotate(180deg);
}

.co-logo-battle__spark:nth-child(6) {
  transform: rotate(225deg);
}

.co-logo-battle__spark:nth-child(7) {
  transform: rotate(270deg);
}

.co-logo-battle__spark:nth-child(8) {
  transform: rotate(315deg);
}

@keyframes co-lb-spark-twinkle {
  0%,
  100% {
    opacity: 0.92;
  }
  50% {
    opacity: 0.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  #co-logo-battle.co-lb--impact #logoA,
  #co-logo-battle.co-lb--impact #logoB,
  #co-logo-battle.co-lb--flash .co-logo-battle__flash,
  #co-logo-battle.co-lb--flash #lightning,
  #co-logo-battle.co-lb--merge-hold #lightning,
  #co-logo-battle.co-lb--merge-hold #mergedLogo,
  .co-logo-battle__spark {
    animation: none !important;
  }

  #co-logo-battle.co-lb--merge-hold #lightning {
    transform: translate(-50%, -50%) rotate(42deg);
    opacity: 0.82;
  }
}

/* -------------------------------------------------------------------------- */
/* Solana mode — `setCoMode` toggles `.co-mode--solana` on `.co-page-wrap`     */
/* Full compare path still switches in JS (Helius / Solana APIs vs Alchemy). */
/* -------------------------------------------------------------------------- */

.co-page-wrap.co-mode--solana .links-bg {
  background: linear-gradient(
    165deg,
    #0c1222 0%,
    #1a1744 34%,
    #312e81 58%,
    #0f766e 100%
  );
}

.co-page-wrap.co-mode--solana .links-bg-overlay {
  background: linear-gradient(180deg, rgba(94, 234, 212, 0.09) 0%, rgba(15, 23, 42, 0.5) 100%);
}

.co-page-wrap.co-mode--solana .hero-title {
  color: #5eead4;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.38),
    0 0 26px rgba(94, 234, 212, 0.38);
}

.co-page-wrap.co-mode--solana .co-section-title {
  border-bottom-color: #2dd4bf;
  box-shadow: 0 3px 0 rgba(167, 139, 250, 0.45);
}

.co-page-wrap.co-mode--solana .co-mode-toggle {
  background: rgba(15, 23, 42, 0.45);
  border-color: rgba(94, 234, 212, 0.22);
}

.co-page-wrap.co-mode--solana .co-mode-btn--active {
  color: #0f172a;
  background: linear-gradient(145deg, #5eead4 0%, #a78bfa 100%);
  box-shadow: 0 4px 16px rgba(94, 234, 212, 0.35);
}

.co-page-wrap.co-mode--solana .co-ci-shell {
  background: linear-gradient(145deg, #ccfbf1 0%, #e9d5ff 48%, #ddd6fe 100%);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.2);
}

.co-page-wrap.co-mode--solana .co-ci-shell--verified {
  border-color: rgba(13, 148, 136, 0.55);
}

.co-page-wrap.co-mode--solana .co-ci-banner__ring {
  border-top-color: #0d9488;
  border-right-color: #a78bfa;
}

.co-page-wrap.co-mode--solana .co-ci-shell:focus-within {
  box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.28), 0 6px 20px rgba(99, 102, 241, 0.18);
}

.co-page-wrap.co-mode--solana .co-cta.link-btn-yellow {
  background: linear-gradient(145deg, #2dd4bf 0%, #6366f1 100%);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 4px 18px rgba(45, 212, 191, 0.35);
}

.co-page-wrap.co-mode--solana .co-cta.link-btn-yellow:hover {
  filter: brightness(1.05);
}

.co-page-wrap.co-mode--solana .co-global-loader__ring {
  border-top-color: #5eead4;
  border-right-color: rgba(167, 139, 250, 0.85);
}

.co-page-wrap.co-mode--solana .co-global-loader__note {
  color: rgba(204, 251, 241, 0.92);
}

.co-page-wrap.co-mode--solana .co-ci-banner__loading-note {
  color: rgba(13, 148, 136, 0.92);
}

/* No separate “card” behind mascot — blend with shell gradient */
.co-page-wrap.co-mode--solana .co-ci-banner {
  background: transparent;
}

.co-page-wrap.co-mode--solana .co-ci-banner__mascot {
  opacity: 0.28;
}

.co-page-wrap.co-mode--solana .co-hold-pct {
  color: #99f6e4;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 0 22px rgba(94, 234, 212, 0.35);
}

.co-page-wrap.co-mode--solana .co-insight-hero__lead {
  color: #99f6e4;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 0 22px rgba(94, 234, 212, 0.35);
}

.co-page-wrap.co-mode--solana .co-hold-col--b .co-hold-pct {
  color: #ddd6fe;
}

.co-page-wrap.co-mode--solana .co-more-data strong {
  color: #a5f3fc;
}

.co-page-wrap.co-mode--solana .co-info-btn {
  color: #a5f3fc;
}

.co-page-wrap.co-mode--solana .co-info-btn:hover {
  background: rgba(94, 234, 212, 0.2);
  border-color: #5eead4;
}

.co-page-wrap.co-mode--solana .co-info-btn:focus-visible {
  outline-color: #5eead4;
}
