@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/baloo-2-latin.woff2?v=1") format("woff2");
}

@font-face {
  font-family: "Luckiest Guy";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/luckiest-guy-latin.woff2?v=1") format("woff2");
}

:root {
  --purple: #664689;
  --purple-deep: #4a3169;
  --purple-dark: #37244f;
  --purple-light: #8a68b5;
  --lilac: #b79ddb;
  --ink: #221630;
  --paper: #f6efe2;
  --paper-shadow: #e4d9c4;
  --tan: #c89b6a;
  --coral: #e57a70;
  --coral-dark: #b84f52;
  --yellow: #f3cf65;
  --healthy: #70a66d;
  --warning: #eda94f;
  --danger: #c5444f;
  --white: #fff;
  color: var(--ink);
  background: var(--purple-deep);
  font-family: "Baloo 2", system-ui, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--purple-deep);
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, #77549a 0%, var(--purple) 34%, var(--purple-deep) 68%, var(--purple-dark) 100%);
  content: "";
}

.page-noise {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background:
    repeating-linear-gradient(11deg, transparent 0 8px, rgba(255, 255, 255, .08) 9px 10px),
    repeating-linear-gradient(93deg, transparent 0 13px, rgba(0, 0, 0, .06) 14px 15px);
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  margin-top: 16px;
  padding: 10px 16px;
  color: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: rgba(74, 49, 105, .9);
  box-shadow: 6px 7px 0 var(--ink);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand img {
  width: 50px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(2px 2px 0 var(--ink));
}

.brand span {
  display: grid;
  line-height: 1;
}

.brand b,
h1,
h2,
.scribble-note,
.hero-sticker {
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-weight: 400;
}

.brand b {
  font-size: 25px;
  letter-spacing: .04em;
}

.brand small {
  margin-top: 2px;
  color: var(--lilac);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
}

nav {
  display: flex;
  gap: 6px;
  padding: 5px;
  border: 2px solid rgba(34, 22, 48, .45);
  border-radius: 999px;
  background: rgba(55, 36, 79, .55);
}

nav a {
  padding: 7px 15px;
  color: var(--lilac);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

nav a:hover,
nav a.active {
  color: var(--ink);
  background: var(--paper);
}

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

.artist-link {
  color: var(--lilac);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.artist-link:hover {
  color: var(--white);
}

.button-light {
  padding: 9px 12px;
  color: var(--ink);
  background: var(--paper);
}

.button-light:hover {
  background: var(--yellow);
}

.button,
#copy-ca {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--ink);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 3px 4px 0 var(--ink);
  transition: transform .15s ease, box-shadow .15s ease;
}

.button:hover,
#copy-ca:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 2px 0 var(--ink);
}

.button-dark {
  padding: 10px 14px;
  color: var(--ink);
  background: var(--coral);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: center;
  gap: clamp(20px, 4vw, 70px);
  min-height: 650px;
  padding-top: 70px;
  padding-bottom: 82px;
  color: var(--paper);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.kicker {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero .kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--paper);
}

.hero .kicker i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #91d986;
  box-shadow: 0 0 0 5px rgba(145, 217, 134, .18);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  50% { transform: scale(.72); opacity: .7; }
}

h1 {
  margin: 0;
  font-size: clamp(74px, 9vw, 130px);
  line-height: .78;
  letter-spacing: .015em;
  text-shadow: 5px 6px 0 var(--ink);
  transform: rotate(-1deg);
}

h1 span,
h1 em {
  display: block;
}

h1 em {
  margin-left: clamp(12px, 4vw, 58px);
  color: var(--coral);
  font-style: normal;
  -webkit-text-stroke: 3px var(--ink);
}

.hero-lead {
  max-width: 610px;
  margin: 30px 0 20px;
  color: #e8dcf3;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}

.hero-notes span {
  padding: 6px 10px;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--lilac);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  box-shadow: 2px 3px 0 var(--ink);
}

.hero-notes span:nth-child(2) {
  background: var(--paper);
  transform: rotate(1deg);
}

.contract {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  max-width: 710px;
  padding: 11px 12px 11px 15px;
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 5px 6px 0 var(--ink);
}

.contract span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.contract code {
  overflow: hidden;
  color: #674f73;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#copy-ca {
  padding: 7px 11px;
  cursor: pointer;
  background: var(--coral);
  box-shadow: 2px 3px 0 var(--ink);
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
  isolation: isolate;
}

.hero-art img {
  position: relative;
  z-index: 2;
  width: min(100%, 510px);
  height: auto;
  transform: rotate(2deg);
  filter: drop-shadow(10px 13px 0 rgba(34, 22, 48, .9));
}

.hero-burst {
  position: absolute;
  z-index: 1;
  width: 94%;
  aspect-ratio: 1;
  background: var(--paper);
  clip-path: polygon(50% 0%, 58% 13%, 72% 5%, 75% 21%, 92% 20%, 86% 36%, 100% 46%, 84% 55%, 95% 70%, 77% 72%, 75% 91%, 58% 82%, 48% 100%, 39% 83%, 21% 94%, 20% 75%, 1% 72%, 14% 56%, 0% 45%, 17% 37%, 7% 20%, 25% 21%, 28% 4%, 42% 14%);
  transform: rotate(-5deg);
  filter: drop-shadow(9px 11px 0 var(--ink));
}

.scribble-note,
.hero-sticker {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  text-align: center;
}

.scribble-note {
  top: 12px;
  right: -9px;
  width: 126px;
  height: 90px;
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--coral);
  font-size: 21px;
  line-height: .9;
  transform: rotate(10deg);
  box-shadow: 4px 5px 0 var(--ink);
}

.hero-sticker {
  right: 0;
  bottom: 4px;
  width: 126px;
  height: 66px;
  color: var(--ink);
  border: 3px solid var(--ink);
  background: var(--lilac);
  font-size: 16px;
  line-height: .9;
  transform: rotate(-6deg);
  box-shadow: 4px 5px 0 var(--ink);
}

.tape {
  position: absolute;
  z-index: 5;
  width: 82px;
  height: 22px;
  opacity: .72;
  background: #f2d793;
}

.tape-one {
  top: 44px;
  left: 5px;
  transform: rotate(-24deg);
}

.market-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.15fr;
  margin-bottom: 112px;
  padding: 0;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: var(--ink);
  box-shadow: 8px 9px 0 rgba(34, 22, 48, .55);
  transform: rotate(.35deg);
  overflow: hidden;
}

.market-strip > div {
  min-height: 104px;
  padding: 18px;
  border-right: 3px solid var(--ink);
}

.market-strip small {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
}

.market-strip strong {
  display: block;
  margin-top: 8px;
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 400;
  letter-spacing: .03em;
}

.market-strip .metric-basis {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.2;
  opacity: .68;
}

.metric-purple {
  color: var(--paper);
  background: var(--purple);
}

.metric-paper {
  background: var(--paper);
}

.metric-coral {
  background: var(--coral);
}

.metric-lilac {
  background: var(--lilac);
}

.market-strip .live {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--paper);
  border-right: 0;
  background: var(--purple-dark);
}

.live i {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #91d986;
  box-shadow: 0 0 0 5px rgba(145, 217, 134, .18);
}

.live span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section {
  padding-bottom: 112px;
}

#holders {
  padding: 56px 42px 86px;
  border: 3px solid var(--ink);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 10px 12px 0 var(--ink);
  transform: rotate(-.2deg);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.section-head h2,
.activity-copy h2 {
  margin: 0;
  font-size: clamp(48px, 7vw, 84px);
  line-height: .86;
  letter-spacing: .02em;
}

.coverage {
  max-width: 390px;
  margin: 0 0 4px;
  padding: 8px 12px;
  color: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: var(--purple);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
  box-shadow: 3px 4px 0 var(--ink);
}

.signal-key {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
  padding: 11px 14px;
  border-block: 2px dashed rgba(34, 22, 48, .34);
}

.signal-key span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
}

.signal-key i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.signal-key i.healthy { background: var(--healthy); }
.signal-key i.watch { background: var(--lilac); }
.signal-key i.manipulative,
.signal-key i.suspicious { background: var(--warning); }
.signal-key i.malicious,
.signal-key i.high-risk { background: var(--danger); }

.signal-key small {
  margin-left: auto;
  color: #6d6172;
  font-size: 11px;
  font-weight: 600;
}

.model-note {
  max-width: 880px;
  margin: -10px 0 26px;
  color: #6d6172;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .035em;
}

.whale-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.whale {
  position: relative;
  padding: 20px;
  border: 3px solid var(--ink);
  border-radius: 16px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 4px 5px 0 var(--ink);
  transition: transform .15s ease, box-shadow .15s ease;
}

.whale:nth-child(4n + 1) { transform: rotate(-.35deg); }
.whale:nth-child(4n + 2) { transform: rotate(.3deg); }
.whale:nth-child(4n + 3) { transform: rotate(.15deg); }
.whale:nth-child(4n) { transform: rotate(-.2deg); }

.whale:hover {
  z-index: 2;
  transform: translateY(-3px) rotate(0);
  box-shadow: 6px 8px 0 var(--ink);
}

.whale::after {
  position: absolute;
  top: -7px;
  left: 45%;
  width: 54px;
  height: 13px;
  background: rgba(242, 215, 147, .78);
  content: "";
  transform: rotate(-2deg);
}

.whale-top,
.whale-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.whale-labels {
  display: flex;
  max-width: 76%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.whale-standing,
.event-standing {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
}

.whale-standing {
  align-self: center;
  padding: 4px 7px;
  color: var(--purple-deep);
  border: 1px solid rgba(74, 49, 105, .35);
  border-radius: 999px;
  background: rgba(183, 157, 219, .22);
}

.whale-standing.former {
  color: #625968;
  border-color: rgba(98, 89, 104, .36);
  background: rgba(98, 89, 104, .1);
}

.whale[data-standing="former"] {
  --signal-accent: rgba(98, 89, 104, .46);
}

.rank {
  color: var(--purple);
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: 20px;
}

.status {
  padding: 6px 10px;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 2px 2px 0 var(--ink);
}

.status.HEALTHY { background: #a6d29c; }
.status.WATCH { background: var(--lilac); }
.status.MANIPULATIVE,
.status.SUSPICIOUS { background: #f1bd67; }
.status.MALICIOUS,
.status.HIGH-RISK { color: var(--white); background: var(--danger); }
.status.PENDING,
.status.UNKNOWN { background: var(--paper-shadow); }

.wallet {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 16px;
}

.wallet code {
  font-size: 13px;
  font-weight: 700;
}

.wallet a {
  margin-left: auto;
  padding-bottom: 1px;
  color: var(--purple);
  border-bottom: 2px solid var(--purple-light);
  font-size: 11px;
  font-weight: 800;
}

.whale-bottom {
  gap: 16px;
  padding-top: 14px;
  border-top: 2px dashed rgba(34, 22, 48, .23);
}

.whale-bottom > div {
  min-width: 0;
}

.whale-bottom small {
  display: block;
  color: #76687b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}

.whale-bottom strong {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reason {
  margin: 13px 0 0;
  color: #6d6172;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.risk-meta {
  display: block;
  margin-top: 7px;
  color: var(--purple);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
}

.whale-evidence {
  margin-top: 11px;
  padding-top: 9px;
  border-top: 2px dashed rgba(34, 22, 48, .18);
}

.whale-evidence summary {
  color: var(--purple);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
}

.whale-evidence ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: #6d6172;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.cascade-evidence p {
  margin: 8px 0 0;
  color: #6d6172;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.cascade-evidence .evidence-note {
  color: #76687b;
  font-size: 12px;
  font-style: italic;
}

.event-standing {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 5px;
  color: var(--purple);
  border: 1px solid rgba(102, 70, 137, .28);
  border-radius: 999px;
  vertical-align: 1px;
}

.event[data-standing="former"] .event-standing {
  color: #625968;
  border-color: rgba(98, 89, 104, .36);
}

.roster-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 13px 15px;
  border: 2px dashed rgba(34, 22, 48, .34);
}

.roster-pagination[hidden] {
  display: none;
}

.roster-pagination label,
.roster-pagination > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6d6172;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
}

.roster-pagination select,
.roster-pagination button {
  min-height: 36px;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  font: inherit;
  font-weight: 800;
  box-shadow: 2px 3px 0 var(--ink);
}

.roster-pagination select {
  padding: 5px 27px 5px 9px;
}

.roster-pagination button {
  min-width: 38px;
  padding: 5px 10px;
  cursor: pointer;
}

.roster-pagination button:hover:not(:disabled),
.roster-pagination button:focus-visible {
  background: var(--lilac);
  transform: translateY(-1px);
}

.roster-pagination button:disabled {
  cursor: not-allowed;
  opacity: .42;
  box-shadow: none;
}

.activity-band {
  margin-top: 120px;
  padding: 110px 0 0;
  color: var(--paper);
  border-top: 3px solid var(--ink);
  background:
    linear-gradient(rgba(34, 22, 48, .2), rgba(34, 22, 48, .2)),
    var(--purple-dark);
}

.activity-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: center;
  gap: clamp(35px, 7vw, 90px);
  margin-bottom: 60px;
}

.activity-art {
  position: relative;
  padding: 11px 11px 48px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 9px 11px 0 var(--ink);
  transform: rotate(-2deg);
}

.activity-art::before,
.activity-art::after {
  position: absolute;
  z-index: 2;
  top: -13px;
  width: 78px;
  height: 24px;
  background: rgba(242, 215, 147, .8);
  content: "";
}

.activity-art::before {
  left: 5%;
  transform: rotate(-12deg);
}

.activity-art::after {
  right: 5%;
  transform: rotate(11deg);
}

.activity-art img {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid var(--ink);
  border-radius: 10px;
}

.activity-art span {
  position: absolute;
  right: 17px;
  bottom: 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.activity-copy h2 {
  font-size: clamp(58px, 7vw, 90px);
  text-shadow: 5px 6px 0 var(--ink);
}

.activity-copy h2 em {
  color: var(--coral);
  font-style: normal;
}

.activity-copy > p:last-child {
  max-width: 440px;
  margin: 25px 0 0;
  color: #d3c4e2;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.activity-list {
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 7px 8px 0 var(--ink);
}

.event {
  display: grid;
  grid-template-columns: 12px 160px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px 20px;
  color: var(--ink);
  border-bottom: 2px dashed rgba(34, 22, 48, .22);
}

.event:last-child {
  border-bottom: 0;
}

.event:nth-child(even) {
  background: #eee3d2;
}

.event-dot {
  width: 10px;
  height: 10px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--healthy);
  box-shadow: 1px 1px 0 var(--ink);
}

.event-dot.WATCH { background: var(--lilac); }
.event-dot.MANIPULATIVE,
.event-dot.SUSPICIOUS { background: var(--warning); }
.event-dot.MALICIOUS,
.event-dot.HIGH-RISK { background: var(--danger); }
.event-dot.PENDING,
.event-dot.UNKNOWN { background: #aaa0ad; }

.event code {
  color: var(--purple);
  font-size: 11px;
  font-weight: 700;
}

.event-main strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.event-main small {
  display: block;
  margin-top: 2px;
  color: #756879;
  font-size: 11px;
  font-weight: 600;
}

.event-meta {
  white-space: nowrap;
}

.event-summary::after {
  content: " · ";
}

.event-value {
  min-width: 80px;
  color: var(--coral-dark);
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: 18px;
  text-align: right;
}

.empty {
  padding: 32px;
  color: #76687b;
  font-weight: 700;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 110px;
  color: var(--lilac);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

footer a:hover {
  color: var(--white);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--paper);
}

.footer-brand img {
  width: 40px;
  height: 34px;
  object-fit: contain;
}

@media (max-width: 1050px) {
  .artist-link {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1.12fr) minmax(310px, .88fr);
  }

  .scribble-note {
    right: -2px;
  }

  .market-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .market-strip .live {
    grid-column: 1 / -1;
    min-height: 58px;
    border-top: 3px solid var(--ink);
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 30px, 680px);
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 75px;
  }

  .hero-art {
    width: min(100%, 550px);
    margin: 0 auto;
  }

  .market-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
  }

  .market-strip > div:nth-child(even) {
    border-right: 0;
  }

  .market-strip .live {
    grid-column: 1 / -1;
  }

  #holders {
    padding: 40px 22px 65px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .coverage {
    text-align: left;
  }

  .signal-key {
    flex-wrap: wrap;
  }

  .signal-key small {
    flex-basis: 100%;
    margin-left: 0;
  }

  .roster-pagination {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .activity-band {
    margin-top: 80px;
    padding-top: 80px;
  }

  .activity-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 74px;
    margin-top: 10px;
  }

  .brand img {
    width: 42px;
    height: 36px;
  }

  .brand b {
    font-size: 21px;
  }

  .button-dark {
    padding: 8px 9px;
    font-size: 10px;
  }

  h1 {
    font-size: clamp(58px, 19vw, 86px);
  }

  h1 em {
    margin-left: 5px;
    -webkit-text-stroke: 2px var(--ink);
  }

  .hero-lead {
    font-size: 16px;
  }

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

  .contract span {
    grid-column: 1 / -1;
  }

  .contract code {
    font-size: 9px;
  }

  .hero-art {
    min-height: 380px;
  }

  .scribble-note {
    width: 96px;
    height: 70px;
    font-size: 16px;
  }

  .hero-sticker {
    right: 5px;
    width: 105px;
    height: 57px;
    font-size: 13px;
  }

  .market-strip > div {
    min-height: 88px;
    padding: 14px 12px;
  }

  .market-strip strong {
    font-size: 20px;
  }

  #holders {
    border-radius: 18px;
  }

  .section-head h2,
  .activity-copy h2 {
    font-size: 48px;
  }

  .signal-key {
    gap: 10px;
  }

  .roster-pagination {
    gap: 14px;
  }

  .roster-pagination label,
  .roster-pagination > div {
    width: 100%;
    justify-content: space-between;
  }

  .roster-pagination > div {
    gap: 8px;
  }

  #page-label {
    flex: 1;
    text-align: center;
  }

  .whale-bottom {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .whale-bottom > div {
    flex: 1 0 28%;
  }

  .whale-bottom strong {
    font-size: 16px;
  }

  .activity-art {
    padding: 8px 8px 42px;
  }

  .event {
    grid-template-columns: 11px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px;
  }

  .event code {
    display: none;
  }

  .event-main small {
    line-height: 1.3;
  }

  .event-value {
    min-width: 55px;
    font-size: 15px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 28px 0;
  }
}

/* Readability floor: informational copy should remain legible on real devices. */
.brand small,
.artist-link,
.button,
.kicker,
.hero-notes span,
.contract span,
.market-strip small,
.live span,
.signal-key span,
.status,
.whale-bottom small,
.risk-meta,
.whale-evidence summary,
.roster-pagination label,
.roster-pagination > div,
.health-disclaimer,
.score-ring small,
.health-band,
.health-confidence,
.vitals span,
.vitals small,
.component-card > small {
  font-size: 12px;
}

.contract code,
.coverage,
.signal-key small,
.model-note,
.wallet a,
.reason,
.whale-evidence ul,
.event code,
.event-main small,
.score-card > p,
.score-card > .health-summary,
.component-card p,
footer {
  font-size: 13px;
}

.entry-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px 14px;
  margin-top: 16px;
  padding: 12px;
  border: 2px dashed rgba(34, 22, 48, .24);
  border-radius: 10px;
  background: rgba(183, 157, 219, .13);
}

.entry-line > div {
  min-width: 0;
}

.entry-line small,
.entry-line span {
  display: block;
  color: #76687b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}

.entry-line strong {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.25;
}

.entry-line span {
  color: var(--purple);
  text-align: right;
}

.entry-line a {
  grid-column: 2;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

@media (max-width: 560px) {
  .entry-line {
    grid-template-columns: 1fr;
  }

  .entry-line span,
  .entry-line a {
    grid-column: 1;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero .kicker i {
    animation: none;
  }
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 9px;
  background: var(--paper);
  box-shadow: 3px 4px 0 var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible {
  outline: 4px solid var(--coral);
  outline-offset: 4px;
}

#holders .kicker,
.health-paper .kicker {
  color: #8b3948;
}

.event-value {
  color: #863644;
}

.event-main small {
  color: #5e5263;
}

.status {
  font-size: 10px;
}

@media (max-width: 820px) {
  .site-header {
    flex-wrap: wrap;
    gap: 8px 12px;
    padding-bottom: 11px;
  }

  .site-header nav {
    order: 3;
    display: flex;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }

  .site-header nav a {
    flex: 0 0 auto;
    min-height: 34px;
  }

  .header-actions {
    margin-left: auto;
  }

  .artist-link {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header nav {
    justify-content: flex-start;
  }

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

  .contract code {
    font-size: 10px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions .button {
    min-height: 38px;
    padding: 7px 9px;
    font-size: 10px;
  }
}

/* Token health dashboard */
.health-page {
  background:
    radial-gradient(circle at 10% 12%, rgba(183, 157, 219, .3) 0 2px, transparent 3px) 0 0 / 36px 36px,
    linear-gradient(145deg, var(--purple), var(--purple-deep) 55%, var(--purple-dark));
}

.health-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  align-items: center;
  gap: clamp(45px, 8vw, 120px);
  min-height: 610px;
  padding-block: 82px 95px;
  color: var(--paper);
}

.health-hero-copy .kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--paper);
}

.health-hero-copy .kicker i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #91d986;
  box-shadow: 0 0 0 5px rgba(145, 217, 134, .18);
  animation: pulse 1.8s infinite;
}

.health-hero h1 {
  font-size: clamp(68px, 8.8vw, 124px);
  line-height: .78;
}

.health-hero h1 em {
  color: var(--coral);
  font-style: normal;
  -webkit-text-stroke: 3px var(--ink);
}

.health-hero-copy > p:not(.kicker) {
  max-width: 600px;
  margin: 28px 0 19px;
  color: #e8dcf3;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.health-disclaimer {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--lilac);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 3px 4px 0 var(--ink);
  transform: rotate(-1deg);
}

.score-card {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 40px 28px 27px;
  color: var(--ink);
  border: 4px solid var(--ink);
  border-radius: 24px;
  background:
    radial-gradient(rgba(74, 49, 105, .13) 1px, transparent 1.5px) 0 0 / 17px 17px,
    var(--paper);
  box-shadow: 11px 13px 0 var(--ink);
  transform: rotate(2deg);
}

.score-tape {
  top: -12px;
  left: calc(50% - 46px);
  width: 92px;
  transform: rotate(-4deg);
}

.score-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 270px);
  aspect-ratio: 1;
}

.score-ring svg {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.score-ring circle {
  fill: none;
  stroke-width: 18;
}

.score-track {
  stroke: var(--paper-shadow);
}

.score-value {
  stroke: var(--purple);
  stroke-linecap: round;
  transition: stroke-dashoffset .6s ease;
}

.score-card[data-band="constructive"] .score-value { stroke: var(--healthy); }
.score-card[data-band="mixed"] .score-value { stroke: var(--warning); }
.score-card[data-band="fragile"] .score-value { stroke: var(--danger); }

.score-ring > div {
  position: relative;
  display: grid;
  justify-items: center;
}

.score-ring strong {
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 400;
  line-height: .8;
}

.score-ring small {
  margin-top: 8px;
  color: #796a7e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.health-band {
  padding: 7px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--lilac);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  box-shadow: 2px 3px 0 var(--ink);
}

.health-confidence {
  margin-top: 9px;
  color: var(--purple);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
}

.whale-recovery {
  max-width: 310px;
  margin-top: 9px;
  padding: 6px 10px;
  border: 1.5px dashed var(--purple);
  border-radius: 999px;
  color: #584b5d;
  background: rgba(239, 226, 255, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.25;
  text-align: center;
}

.whale-recovery[hidden] {
  display: none;
}

.score-card > .health-summary {
  max-width: 310px;
  margin-top: 12px;
  color: #584b5d;
  font-size: 11px;
  line-height: 1.35;
}

.score-card[data-band="constructive"] .health-band { background: #a6d29c; }
.score-card[data-band="mixed"] .health-band { background: #f1bd67; }
.score-card[data-band="fragile"] .health-band { color: var(--white); background: var(--danger); }

.score-card > p {
  margin: 16px 0 0;
  color: #756879;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.vitals {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 112px;
  padding: 0;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 8px 9px 0 var(--ink);
  overflow: hidden;
  transform: rotate(-.3deg);
}

.vitals article {
  min-width: 0;
  min-height: 120px;
  padding: 19px 15px;
  color: var(--ink);
  border-right: 3px solid var(--ink);
}

.vitals article:nth-child(2) { background: var(--lilac); }
.vitals article:nth-child(3) { background: var(--coral); }
.vitals article:nth-child(4) { color: var(--paper); background: var(--purple); }
.vitals article:nth-child(5) { background: var(--paper-shadow); }
.vitals article:last-child {
  color: var(--paper);
  border-right: 0;
  background: var(--purple-dark);
}

.vitals span,
.vitals small {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
}

.vitals strong {
  display: block;
  overflow: hidden;
  margin: 10px 0 7px;
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vitals small {
  color: rgba(34, 22, 48, .62);
  line-height: 1.3;
}

.vitals article:nth-child(4) small,
.vitals article:last-child small {
  color: rgba(246, 239, 226, .68);
}

.health-section {
  padding-block: 96px;
}

.health-paper {
  padding-inline: 42px;
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 24px;
  background:
    radial-gradient(rgba(74, 49, 105, .1) 1px, transparent 1.5px) 0 0 / 18px 18px,
    var(--paper);
  box-shadow: 10px 12px 0 var(--ink);
}

.component-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.component-card {
  padding: 18px 19px;
  border: 3px solid var(--ink);
  border-radius: 15px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 4px 5px 0 var(--ink);
}

.component-card:nth-child(4n + 1) { transform: rotate(-.25deg); }
.component-card:nth-child(4n + 2) { transform: rotate(.22deg); }

.component-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.component-card strong {
  font-size: 17px;
  font-weight: 800;
}

.component-card > div span {
  flex: 0 0 auto;
  color: var(--purple);
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: 17px;
}

.component-card > small {
  display: block;
  margin: 4px 0 8px;
  color: var(--coral-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
}

.component-card progress {
  width: 100%;
  height: 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--paper-shadow);
  overflow: hidden;
}

.component-card progress::-webkit-progress-bar {
  background: var(--paper-shadow);
}

.component-card progress::-webkit-progress-value {
  background: var(--purple);
}

.component-card progress::-moz-progress-bar {
  background: var(--purple);
}

.component-card p {
  margin: 8px 0 0;
  color: #6d6172;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.trend-band {
  margin-top: 120px;
  color: var(--paper);
  border-block: 3px solid var(--ink);
  background: var(--purple-dark);
}

.trend-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 35px;
}

.trend-heading h2 {
  margin: 0;
  font-size: clamp(54px, 7vw, 86px);
  line-height: .8;
  text-shadow: 4px 5px 0 var(--ink);
}

.trend-heading > p {
  max-width: 410px;
  margin: 0;
  color: #d3c4e2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-align: right;
}

.chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.chart-card {
  padding: 20px;
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 17px;
  background: var(--paper);
  box-shadow: 7px 8px 0 var(--ink);
}

.chart-card:nth-child(1) { transform: rotate(-.4deg); }
.chart-card:nth-child(2) { transform: rotate(.35deg); }

.chart-card > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
}

.chart-card > div span {
  color: var(--coral-dark);
}

.chart-card svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 12px;
  overflow: visible;
}

.chart-card text {
  fill: #786b7d;
  font-family: "Baloo 2", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.chart-gridline {
  stroke: rgba(34, 22, 48, .13);
  stroke-dasharray: 8 8;
  stroke-width: 2;
}

.chart-shadow,
.chart-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-shadow {
  stroke: var(--ink);
  stroke-width: 13;
  transform: translate(4px, 5px);
}

.chart-line {
  stroke: var(--coral);
  stroke-width: 8;
}

.chart-card:nth-child(2) .chart-line {
  stroke: var(--purple-light);
}

.findings {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  color: var(--paper);
}

.findings-copy {
  position: relative;
  min-height: 500px;
}

.findings h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(54px, 6vw, 78px);
  line-height: .82;
  text-shadow: 4px 5px 0 var(--ink);
}

.method-rako {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: min(100%, 390px);
  aspect-ratio: 900 / 709;
  margin: 0;
  transform: rotate(3deg);
}

.method-rako img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 900 / 709;
  object-fit: contain;
  filter: drop-shadow(8px 10px 0 var(--ink));
}

.finding-block {
  padding: 25px;
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 17px;
  background: var(--paper);
  box-shadow: 6px 7px 0 var(--ink);
  transform: rotate(.35deg);
}

.finding-block + .finding-block {
  margin-top: 20px;
}

.finding-block h3 {
  margin: 0 0 14px;
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.finding-block p {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 22px;
  color: #66596b;
  border-top: 2px dashed rgba(34, 22, 48, .18);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.finding-block p::before {
  position: absolute;
  top: 16px;
  left: 2px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--warning);
  content: "";
}

.finding-block .positive-note::before {
  background: var(--healthy);
}

.method-block {
  background: var(--lilac);
  transform: rotate(-.45deg);
}

.method-block p {
  color: var(--ink);
}

@media (max-width: 1050px) {
  .vitals {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .vitals article:nth-child(-n + 3) {
    border-bottom: 3px solid var(--ink);
  }
}

@media (max-width: 820px) {
  .health-hero {
    grid-template-columns: 1fr;
    padding-top: 75px;
  }

  .score-card {
    width: min(100%, 470px);
    margin-inline: auto;
  }

  .health-paper {
    padding: 55px 22px;
  }

  .component-grid,
  .chart-grid,
  .findings {
    grid-template-columns: 1fr;
  }

  .trend-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .trend-heading > p {
    text-align: left;
  }

  .findings-copy {
    min-height: 450px;
  }

  .method-rako {
    right: 5%;
    width: min(75%, 390px);
  }
}

@media (max-width: 560px) {
  .health-hero h1 {
    font-size: clamp(55px, 18vw, 76px);
  }

  .health-hero h1 em {
    -webkit-text-stroke: 2px var(--ink);
  }

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

  .vitals article {
    min-height: 100px;
    border-right: 3px solid var(--ink);
    border-bottom: 3px solid var(--ink);
  }

  .vitals article:nth-child(even) {
    border-right: 0;
  }

  .vitals article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .component-grid {
    gap: 13px;
  }

  .health-section {
    padding-block: 70px;
  }

  .trend-band {
    margin-top: 80px;
  }

  .findings-copy {
    min-height: 370px;
  }

  .finding-block {
    padding: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .health-hero-copy .kicker i {
    animation: none;
  }

  .score-value {
    transition: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .button,
  #copy-ca,
  nav a,
  .wallet a {
    min-height: 44px;
  }

  .whale:hover,
  .button:hover,
  #copy-ca:hover {
    transform: none;
  }

  .whale {
    content-visibility: visible;
    contain-intrinsic-size: none;
  }
}

@media (prefers-contrast: more) {
  :root {
    --lilac: #d1b9ef;
    --paper: #fffaf0;
  }

  .page-noise {
    display: none;
  }

  .reason,
  .event-main small,
  .component-card p,
  .finding-block p {
    color: var(--ink);
  }
}

@supports (padding: max(0px)) {
  .site-header {
    margin-top: max(16px, env(safe-area-inset-top));
  }

  footer {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }
}

/* Stable Whale Watch composition */
.whales-page .page-noise {
  opacity: .045;
}

.whales-page {
  background:
    radial-gradient(circle at 10% 12%, rgba(183, 157, 219, .3) 0 2px, transparent 3px) 0 0 / 36px 36px,
    linear-gradient(145deg, var(--purple), var(--purple-deep) 55%, var(--purple-dark));
}

.whales-page .hero {
  min-height: 610px;
  padding-block: 82px 95px;
}

.whales-page .hero h1 {
  transform: none;
}

.whales-page .hero-art {
  min-height: 0;
  padding: 52px 20px 28px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 11px 13px 0 var(--ink);
  transform: rotate(1deg);
}

.whales-page .hero-art img {
  z-index: 2;
  width: min(100%, 500px);
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(7px 9px 0 rgba(34, 22, 48, .78));
  transform: none;
}

.whales-page .hero-burst {
  display: none;
}

.whales-page .scribble-note {
  top: -28px;
  right: -18px;
}

.whales-page .hero-sticker {
  right: 18px;
  bottom: -22px;
}

.whales-page .tape-one {
  top: -10px;
  left: calc(50% - 41px);
  transform: rotate(-4deg);
}

.whales-page .market-strip,
.whales-page #holders {
  transform: none;
}

.whales-page #holders {
  background: var(--paper);
}

.whales-page .activity-art {
  transform: rotate(-.5deg);
}

@media (max-width: 820px) {
  .whales-page .hero {
    padding-top: 68px;
  }

  .whales-page .hero-art {
    min-height: 0;
    margin-top: 12px;
  }
}

@media (max-width: 560px) {
  .whales-page .hero-art {
    width: calc(100% - 10px);
    min-height: 0;
    padding: 42px 12px 22px;
  }

  .whales-page .scribble-note {
    top: -23px;
    right: -8px;
  }

  .whales-page .hero-sticker {
    right: 10px;
    bottom: -20px;
  }
}

/* Health rules are declared later in this file, so repeat the shared type floor here. */
.health-page .kicker,
.health-disclaimer,
.score-ring small,
.health-band,
.health-confidence,
.vitals span,
.vitals small,
.component-card > small {
  font-size: 12px;
}

.health-page .coverage,
.score-card > p,
.score-card > .health-summary,
.component-card p,
.finding-block p {
  font-size: 13px;
}

.brand small,
.artist-link,
.button,
.whales-page .kicker,
.hero-notes span,
.contract span,
.market-strip small,
.live span,
.signal-key span,
.status,
.whale-bottom small,
.risk-meta,
.whale-evidence summary,
.roster-pagination label,
.roster-pagination > div {
  font-size: 12px;
}

.contract code,
.coverage,
.signal-key small,
.model-note,
.wallet a,
.reason,
.whale-evidence ul,
.event code,
.event-main small,
.whales-page footer {
  font-size: 13px;
}

/* Final art-direction pass: shared texture, crisp depth, and signal hierarchy. */
::selection {
  color: var(--paper);
  background: var(--coral-dark);
}

.health-page,
.whales-page {
  background:
    radial-gradient(circle, rgba(246, 239, 226, .23) 0 2px, transparent 2.5px) 0 0 / 36px 36px,
    radial-gradient(ellipse at 50% -8%, #7d59a3 0%, var(--purple) 35%, var(--purple-deep) 67%, var(--purple-dark) 100%);
  background-attachment: scroll;
}

.health-page .page-noise,
.whales-page .page-noise {
  display: none;
}

.health-page::before,
.whales-page::before {
  display: none;
}

.site-header {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 46%),
    rgba(74, 49, 105, .94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    6px 7px 0 var(--ink);
}

.site-header .brand {
  justify-self: start;
}

.site-header nav {
  justify-self: center;
}

.site-header .header-actions {
  justify-self: end;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 3px 12px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 239, 226, .42), transparent);
  content: "";
  pointer-events: none;
}

nav a,
.button,
#copy-ca {
  -webkit-tap-highlight-color: transparent;
}

nav a {
  transition: color .16s ease, background-color .16s ease, transform .16s ease;
}

nav a:hover,
nav a:focus-visible {
  transform: translateY(-1px);
}

.button-light {
  background: linear-gradient(180deg, #fffaf1, var(--paper));
}

.button-dark {
  background: linear-gradient(180deg, #f09588, var(--coral));
}

.whales-page .hero-art,
.score-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .84), transparent 42%),
    radial-gradient(rgba(74, 49, 105, .1) 1px, transparent 1.5px) 0 0 / 18px 18px,
    var(--paper);
}

.market-strip,
.vitals,
#holders,
.health-paper,
.activity-list,
.chart-card {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .32),
    8px 9px 0 rgba(34, 22, 48, .92);
}

.whale {
  --signal-accent: rgba(112, 166, 109, .55);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(250, 246, 238, .84));
  box-shadow:
    inset 5px 0 0 var(--signal-accent),
    4px 5px 0 var(--ink);
  contain: layout style;
  transform: none;
}

.whale:nth-child(4n + 1),
.whale:nth-child(4n + 2),
.whale:nth-child(4n + 3),
.whale:nth-child(4n) {
  transform: none;
}

.whale[data-status="WATCH"] { --signal-accent: rgba(138, 104, 181, .78); }
.whale[data-status="MANIPULATIVE"],
.whale[data-status="SUSPICIOUS"] { --signal-accent: rgba(237, 169, 79, .9); }
.whale[data-status="MALICIOUS"],
.whale[data-status="HIGH-RISK"] { --signal-accent: rgba(197, 68, 79, .9); }
.whale[data-status="UNKNOWN"],
.whale[data-status="PENDING"] { --signal-accent: rgba(118, 104, 123, .45); }

.whale:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 5px 0 0 var(--signal-accent),
    7px 9px 0 var(--ink);
}

.status {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .34), transparent 58%);
}

.wallet a,
.entry-line a,
.whale-evidence summary {
  text-underline-offset: 3px;
  transition: color .15s ease, transform .15s ease;
}

.wallet a:hover,
.entry-line a:hover,
.whale-evidence summary:hover {
  color: var(--coral-dark);
}

.entry-line {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .45), transparent),
    rgba(183, 157, 219, .13);
}

.entry-line > span::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--healthy);
  box-shadow: 1px 1px 0 var(--ink);
  content: "";
}

.entry-line + .risk-meta,
.reason + .risk-meta {
  width: fit-content;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid rgba(102, 70, 137, .26);
  border-radius: 7px;
  background: rgba(183, 157, 219, .12);
}

.risk-meta + .risk-meta {
  padding-left: 8px;
  border-left: 3px solid var(--signal-accent);
  line-height: 1.35;
}

.component-card {
  --component-accent: var(--purple);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(248, 242, 232, .82));
  box-shadow:
    inset 5px 0 0 color-mix(in srgb, var(--component-accent) 52%, transparent),
    4px 5px 0 var(--ink);
}

.component-card[data-tone="good"] { --component-accent: var(--healthy); }
.component-card[data-tone="watch"] { --component-accent: var(--warning); }
.component-card[data-tone="risk"] { --component-accent: var(--danger); }

.component-card > small,
.component-card > div span {
  color: color-mix(in srgb, var(--component-accent) 72%, var(--ink));
}

.component-card progress::-webkit-progress-value {
  background: var(--component-accent);
}

.component-card progress::-moz-progress-bar {
  background: var(--component-accent);
}

.chart-area {
  fill: rgba(229, 122, 112, .14);
}

.chart-card:nth-child(2) .chart-area {
  fill: rgba(138, 104, 181, .14);
}

.chart-endpoint {
  fill: var(--coral);
  stroke: var(--ink);
  stroke-width: 4;
}

.chart-card:nth-child(2) .chart-endpoint {
  fill: var(--purple-light);
}

.chart-shadow {
  stroke-width: 10;
}

.chart-line {
  stroke-width: 6;
}

.event {
  transition: background-color .15s ease, padding-left .15s ease;
}

.event:hover {
  padding-left: 24px;
  background: #f5ead9;
}

@media (max-width: 560px) {
  .health-page,
  .whales-page {
    background-attachment: scroll;
    background-size: 30px 30px, auto;
  }

  .site-header {
    padding-inline: 10px;
    box-shadow: 4px 5px 0 var(--ink);
  }

  .main-site-button {
    background: var(--paper);
  }

  .whale {
    padding: 18px 16px;
  }

  .reason + .risk-meta {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 10px;
  }

  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: center;
    width: min(100%, 430px);
    overflow: visible;
    text-align: center;
  }

  .site-header .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .site-header nav a {
    min-width: 0;
    padding-inline: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  .brand small {
    display: none;
  }

  .site-header {
    width: min(100% - 20px, 680px);
    min-height: 0;
    padding: 8px;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header nav {
    width: 100%;
    padding: 4px;
    justify-content: stretch;
  }

  .site-header nav a {
    display: grid;
    min-height: 42px;
    place-items: center;
    padding: 6px 4px;
    font-size: 10px;
    letter-spacing: .045em;
  }

  .header-actions .button {
    min-width: 0;
  }

  .main-site-button,
  .header-actions .button-dark {
    font-size: 0;
  }

  .main-site-button::before {
    content: "SITE ↗";
    font-size: 10px;
  }

  .header-actions .button-dark::before {
    content: "CHART ↗";
    font-size: 10px;
  }

  .event {
    grid-template-columns: 11px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: start;
    gap: 5px 10px;
    padding: 13px 14px;
  }

  .event-dot {
    grid-column: 1;
    grid-row: 1;
    margin-top: 4px;
  }

  .event code {
    position: static;
    grid-column: 2;
    grid-row: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    clip: auto;
    color: var(--purple);
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .event-main {
    grid-column: 2 / -1;
    grid-row: 2;
    min-width: 0;
  }

  .event-main strong {
    font-size: 14px;
  }

  .event-standing {
    display: none;
  }

  .event-main small {
    display: grid;
    gap: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.3;
  }

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

  .event-summary::after {
    content: "";
  }

  .event-meta {
    color: #514657;
    font-size: 11px;
    white-space: normal;
  }

  .event-value {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
    font-size: 14px;
  }

  .event:hover {
    padding-left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  nav a,
  .event,
  .wallet a,
  .entry-line a,
  .whale-evidence summary {
    transition: none;
  }
}

@supports not (color: color-mix(in srgb, black, white)) {
  .component-card {
    box-shadow: inset 5px 0 0 var(--component-accent), 4px 5px 0 var(--ink);
  }

  .component-card > small,
  .component-card > div span {
    color: var(--component-accent);
  }
}

.telegram-cta {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  max-width: 460px;
  margin-top: 28px;
  padding: 16px;
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), transparent 48%),
    var(--paper);
  box-shadow: 5px 6px 0 var(--ink);
  transform: rotate(-.5deg);
}

.telegram-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 50% 50% 50% 12px;
  background: var(--purple);
  box-shadow: 3px 3px 0 var(--ink);
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: 25px;
}

.telegram-cta strong {
  display: block;
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .035em;
}

.telegram-cta p {
  margin: 4px 0 11px;
  color: #66596b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.telegram-cta a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 9px;
  background: var(--paper-shadow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  box-shadow: 2px 3px 0 var(--ink);
}

.telegram-cta[data-enabled="true"] a {
  background: linear-gradient(180deg, #cbb8e6, var(--lilac));
  transition: transform .15s ease, box-shadow .15s ease;
}

.telegram-cta[data-enabled="true"] a:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 2px 0 var(--ink);
}

.telegram-cta a[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .68;
  pointer-events: none;
}

.telegram-cta small {
  display: block;
  margin-top: 8px;
  color: #76687b;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 560px) {
  .telegram-cta {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 14px;
  }

  .telegram-mark {
    width: 42px;
    height: 42px;
    font-size: 21px;
  }
}
