/* AXO token profile cockpit — vibrant, evidence-first card language. */
.profile-page.profile-result {
  background:
    radial-gradient(circle at 8% 8%, rgba(214, 255, 77, .08), transparent 25%),
    radial-gradient(circle at 92% 24%, rgba(126, 92, 255, .08), transparent 28%),
    radial-gradient(circle at 52% 74%, rgba(68, 231, 240, .035), transparent 32%),
    var(--bg);
}

.profile-page.profile-result .profile-shell {
  width: min(1320px, calc(100% - 36px));
  padding-top: 88px;
}

.profile-dashboard {
  gap: 16px;
}

.token-vibrant-card {
  --token-accent: #d6ff4d;
  --token-accent-rgb: 214, 255, 77;
  position: relative;
  border: 1px solid rgba(var(--token-accent-rgb), .26) !important;
  border-left: 4px solid var(--token-accent) !important;
  background:
    radial-gradient(circle at 92% 0, rgba(var(--token-accent-rgb), .085), transparent 34%),
    linear-gradient(145deg, rgba(11, 22, 17, .97), rgba(3, 7, 5, .995)) !important;
  box-shadow:
    0 20px 56px rgba(0, 0, 0, .3),
    inset 0 1px rgba(255, 255, 255, .025),
    0 0 28px rgba(var(--token-accent-rgb), .025);
}

.token-accent-acid { --token-accent: #d6ff4d; --token-accent-rgb: 214, 255, 77; }
.token-accent-cyan { --token-accent: #44e7f0; --token-accent-rgb: 68, 231, 240; }
.token-accent-pink { --token-accent: #ff708f; --token-accent-rgb: 255, 112, 143; }
.token-accent-violet { --token-accent: #9b7cff; --token-accent-rgb: 155, 124, 255; }
.token-accent-amber { --token-accent: #ffca57; --token-accent-rgb: 255, 202, 87; }

.token-card-heading {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.token-card-heading > div { min-width: 0; }
.token-card-heading h2 { margin-bottom: 0; }

.token-card-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--token-accent-rgb), .32);
  border-radius: 11px;
  background: rgba(var(--token-accent-rgb), .075);
  color: var(--token-accent);
  box-shadow: inset 0 0 18px rgba(var(--token-accent-rgb), .04);
}

.token-card-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-hero-card {
  grid-template-columns: 104px minmax(0, 1fr) 132px;
  gap: 25px;
  padding: 26px 28px;
  overflow: hidden;
}

.profile-hero-card::after {
  content: "";
  position: absolute;
  right: 145px;
  top: -92px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(214, 255, 77, .07);
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgba(214, 255, 77, .018), 0 0 0 54px rgba(68, 231, 240, .012);
  pointer-events: none;
}

.token-visual {
  width: 98px;
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}

.token-visual > i {
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(214, 255, 77, .27);
  border-radius: 28px;
  transform: rotate(9deg);
}

.token-visual > i:nth-child(2) {
  inset: 13px;
  border-color: rgba(68, 231, 240, .2);
  transform: rotate(-12deg);
}

.token-visual > span {
  position: absolute;
  right: -4px;
  bottom: 2px;
  padding: 4px 6px;
  border: 1px solid rgba(68, 231, 240, .35);
  border-radius: 99px;
  background: #06100c;
  color: #44e7f0;
  font: 900 7px ui-monospace, SFMono-Regular, Menlo, monospace;
}

.token-visual .token-monogram {
  width: 65px;
  height: 65px;
  border-radius: 19px;
  background: linear-gradient(145deg, #d6ff4d, #3cff91);
  box-shadow: 0 0 30px rgba(214, 255, 77, .16);
  font-size: 27px;
}

.token-heading h1 {
  margin: 4px 0 9px;
  font-size: clamp(30px, 4.2vw, 53px);
}

.token-heading h1 em {
  color: var(--token-accent);
  font-size: .36em;
  letter-spacing: .04em;
}

.token-address code {
  color: #9cb3a7;
  font-size: 10px;
}

.token-identity-strip {
  max-width: 840px;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, .16);
}

.token-identity-strip > span {
  min-width: 0;
  padding: 10px 11px;
  display: grid;
  gap: 4px;
  border-right: 1px solid rgba(255, 255, 255, .06);
}

.token-identity-strip > span:last-child { border-right: 0; }
.token-identity-strip small { color: #70857a; font: 850 7px ui-monospace, SFMono-Regular, Menlo, monospace; }
.token-identity-strip strong { overflow-wrap: anywhere; color: #e7f2ea; font: 850 9px ui-monospace, SFMono-Regular, Menlo, monospace; }

.profile-score { position: relative; z-index: 1; }
.score-orbit {
  width: 104px;
  height: 104px;
  background: radial-gradient(circle closest-side, #07100c 76%, transparent 78% 100%), conic-gradient(var(--token-accent) var(--score-angle), #17271f 0);
}

.profile-search-stage { margin-bottom: 16px; }

.token-snapshot-board {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(280px, .7fr);
  gap: 16px;
}

.token-snapshot-main,
.token-market-read {
  min-width: 0;
  border-radius: 15px;
  overflow: hidden;
}

.token-section-heading {
  padding: 17px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.token-section-heading h2 { margin: 4px 0 0; font-size: 20px; }
.token-live-chip { color: #9cb3a7; font: 850 7px ui-monospace, SFMono-Regular, Menlo, monospace; white-space: nowrap; }
.token-live-chip i { width: 7px; height: 7px; margin-right: 6px; display: inline-block; border-radius: 50%; background: #3cff91; box-shadow: 0 0 12px rgba(60, 255, 145, .55); }

.token-snapshot-main .profile-metrics {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.token-snapshot-main .profile-metrics article {
  min-height: 100px;
  padding: 16px 17px;
  border-color: rgba(255, 255, 255, .06);
  background: rgba(255, 255, 255, .008);
}

.token-snapshot-main .profile-metrics article:target,
.security-quick-grid article:target {
  scroll-margin-top: 96px;
  outline: 2px solid var(--acid);
  outline-offset: -2px;
  box-shadow: 0 0 0 4px rgba(190, 255, 56, .12), 0 0 28px rgba(190, 255, 56, .16);
}

.token-snapshot-main .profile-metrics article:nth-child(odd) { background: rgba(68, 231, 240, .018); }
.token-snapshot-main .profile-metrics small { color: var(--token-accent); font-size: 8px; }
.token-snapshot-main .profile-metrics strong { font-size: clamp(17px, 1.7vw, 23px); }
.token-snapshot-main .profile-metrics span { line-height: 1.35; }
.token-valuation-checklist { grid-column: 1/-1; margin: 0; border-top: 1px solid rgba(196,255,76,.22); border-bottom: 1px solid rgba(196,255,76,.22); background: linear-gradient(135deg,rgba(196,255,76,.055),rgba(68,231,240,.025)); }
.token-valuation-checklist header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.07); }
.token-valuation-checklist header h3 { margin: 4px 0 0; max-width: 680px; font: 700 clamp(15px,1.35vw,19px)/1.25 var(--font-display); letter-spacing: -.01em; }
.token-valuation-checklist header > strong { flex: 0 0 auto; color: var(--token-acid); font: 800 10px/1 var(--font-mono); letter-spacing: .1em; }
.token-valuation-checklist ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; }
.token-valuation-checklist li { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-width: 0; padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.07); color: var(--token-muted); font-size: 11px; line-height: 1.55; }
.token-valuation-checklist li:last-child { border-right: 0; }
.token-valuation-checklist li b { display: block; margin-bottom: 6px; color: var(--token-copy); font: 800 9px/1 var(--font-mono); letter-spacing: .11em; }
.token-valuation-checklist li a { margin-top: auto; color: var(--token-acid); font: 800 9px/1.2 var(--font-mono); letter-spacing: .08em; text-decoration: none; }
.token-valuation-checklist li a:hover,.token-valuation-checklist li a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.token-valuation-checklist footer { padding: 12px 18px; border-top: 1px solid rgba(255,255,255,.07); color: var(--token-muted); font-size: 10px; line-height: 1.5; }
.token-valuation-checklist footer b { color: var(--token-amber); font-family: var(--font-mono); letter-spacing: .08em; }

.token-market-read {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.token-market-read header h2 { margin: 5px 0 10px; font-size: 22px; }
.token-market-read header > strong { display: block; color: var(--token-accent); font: 950 15px ui-monospace, SFMono-Regular, Menlo, monospace; }
.token-market-read header p { margin: 7px 0 0; color: #91a499; font-size: 10px; line-height: 1.55; }
.token-market-read > footer { margin-top: auto; padding-top: 15px; color: #71847a; font-size: 8px; line-height: 1.5; }

.market-read-rails { margin-top: 18px; display: grid; gap: 13px; }
.market-read-rails > div { display: grid; gap: 6px; }
.market-read-rails > div > span { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.market-read-rails small { color: #71847a; font: 850 7px ui-monospace, SFMono-Regular, Menlo, monospace; }
.market-read-rails strong { color: #dae7df; font: 850 8px ui-monospace, SFMono-Regular, Menlo, monospace; text-align: right; }
.market-read-rails i { height: 7px; position: relative; display: block; border: 1px solid rgba(255, 255, 255, .07); border-radius: 99px; background: #0a120e; overflow: hidden; }
.market-read-rails b { width: 0; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, rgba(var(--token-accent-rgb), .28), var(--token-accent)); box-shadow: 0 0 14px rgba(var(--token-accent-rgb), .22); transition: width .55s cubic-bezier(.2, .8, .2, 1); }

.profile-market-board { gap: 16px; }
.profile-chart-card,
.momentum-card { border-radius: 15px; }
.profile-chart-card > header,
.momentum-card > header { min-height: 77px; padding: 18px 20px; }
.profile-chart-card h2,
.momentum-card h2 { font-size: 21px; }
.profile-chart { background: radial-gradient(circle at 74% 18%, rgba(214, 255, 77, .05), transparent 34%), rgba(0, 0, 0, .08); }
.chart-timeframes button:disabled { opacity: .35; cursor: not-allowed; }
.profile-chart.sequence-mode::after { content: "SEQUENCE · INTERVAL UNKNOWN"; position: absolute; right: 14px; bottom: 9px; color: rgba(214, 255, 77, .48); font: 850 7px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .05em; }

.profile-grid { gap: 16px; }
.profile-card { padding: 21px; }
.profile-card h2 { margin: 5px 0 16px; font-size: 21px; }
.profile-intel-grid > .token-whale-card { grid-column: auto; }
.profile-facts-grid { align-items: stretch; }
.profile-facts-grid > article { min-height: 100%; }
.profile-facts-grid .project-context-card { grid-column: 1 / -1; }
.profile-facts-grid .project-context-card dl { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.profile-facts-grid .project-context-card dl > div { padding: 11px 12px; border-right: 1px solid rgba(255, 255, 255, .055); border-bottom: 0; }
.profile-facts-grid .project-context-card dl > div:last-child { border-right: 0; }

.distribution-donut {
  --pool-end: 0%;
  --largest-end: 0%;
  --top-ten-end: 0%;
  background:
    radial-gradient(circle closest-side, #07110d 66%, transparent 68%),
    conic-gradient(
      #44e7f0 0 var(--pool-end),
      #ff708f var(--pool-end) var(--largest-end),
      #d6ff4d var(--largest-end) var(--top-ten-end),
      rgba(60, 255, 145, .22) var(--top-ten-end) 100%
    );
}
.distribution-legend i.pool-custody { background: #44e7f0; }

.token-security-card {
  border-left-width: 4px;
  box-shadow: 0 20px 56px rgba(0, 0, 0, .3);
}
.token-security-card[data-tone="pass"] { border-left-color: #3cff91; }
.token-security-card[data-tone="caution"] { border-left-color: #ffca57; }
.token-security-card[data-tone="scanning"] { border-left-color: #44e7f0; }
.token-security-card:not([data-tone="pass"]):not([data-tone="caution"]):not([data-tone="scanning"]) { border-left-color: #ff708f; }
.token-security-card > header { padding: 20px 22px; }
.token-security-card h2 { font-size: 22px; }
.degen-lanes { padding: 14px 17px; }
.degen-lanes article { min-height: 92px; padding: 13px; }
.degen-lanes strong { font-size: 15px; }

.security-quick-grid {
  padding: 0 17px 15px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.security-quick-grid article {
  --quick-tone: #72857a;
  min-width: 0;
  min-height: 78px;
  padding: 11px 12px;
  display: grid;
  align-content: start;
  gap: 4px;
  border: 1px solid color-mix(in srgb, var(--quick-tone) 24%, transparent);
  border-top: 2px solid var(--quick-tone);
  border-radius: 10px;
  background: color-mix(in srgb, var(--quick-tone) 4%, rgba(4, 10, 7, .76));
}

.security-quick-grid article[data-state="pass"] { --quick-tone: #3cff91; }
.security-quick-grid article[data-state="block"] { --quick-tone: #ff708f; }
.security-quick-grid article[data-state="check"] { --quick-tone: #ffca57; }
.security-quick-grid article[data-state="info"] { --quick-tone: #44e7f0; }
.security-quick-grid small { color: var(--quick-tone); font: 900 7px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; }
.security-quick-grid strong { overflow-wrap: anywhere; color: #e4efe8; font: 950 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.security-quick-grid span { color: #82968a; font-size: 8px; line-height: 1.35; }

.security-quick-footer {
  margin: 0 17px 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 9px;
  background: rgba(255, 255, 255, .018);
}

.security-quick-footer strong { color: #dce9e1; font: 900 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.security-quick-footer span { color: #74877c; font-size: 8px; text-align: right; }

.token-action-board {
  overflow: hidden;
  border-radius: 15px;
}

.token-action-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.token-action-grid article {
  --action-tone: #71847a;
  min-width: 0;
  min-height: 104px;
  padding: 15px 14px;
  display: grid;
  align-content: start;
  gap: 6px;
  border-right: 1px solid rgba(255, 255, 255, .06);
  background: linear-gradient(180deg, color-mix(in srgb, var(--action-tone) 4%, transparent), rgba(255, 255, 255, .006));
}

.token-action-grid article:last-child { border-right: 0; }
.token-action-grid article[data-state="positive"] { --action-tone: #3cff91; }
.token-action-grid article[data-state="watch"] { --action-tone: #ffca57; }
.token-action-grid article[data-state="risk"] { --action-tone: #ff708f; }
.token-action-grid article[data-state="info"] { --action-tone: #44e7f0; }
.token-action-grid small { color: var(--action-tone); font: 900 7px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; }
.token-action-grid strong { color: #e8f2ec; font: 950 13px/1.25 ui-monospace, SFMono-Regular, Menlo, monospace; }
.token-action-grid span { color: #86998e; font-size: 8px; line-height: 1.4; }
.token-action-board > footer { padding: 10px 18px; border-top: 1px solid rgba(255, 255, 255, .055); color: #75887d; font-size: 8px; line-height: 1.45; }

.holder-analytics-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.holder-cloud-card,
.holder-lorenz-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 15px;
}

.holder-chart-shell {
  margin: 14px 17px 0;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 11px;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    radial-gradient(circle at 72% 16%, rgba(var(--token-accent-rgb), .06), transparent 38%),
    rgba(0, 0, 0, .16);
  background-size: 25% 25%, 25% 25%, auto, auto;
}

.holder-chart-shell svg { width: 100%; height: auto; min-height: 245px; display: block; overflow: visible; }
.holder-chart-shell .chart-axis { stroke: rgba(219, 235, 225, .21); stroke-width: 1; }
.holder-chart-shell .chart-grid { stroke: rgba(219, 235, 225, .065); stroke-width: 1; stroke-dasharray: 3 5; }
.holder-chart-shell .chart-label { fill: #71847a; font: 700 8px ui-monospace, SFMono-Regular, Menlo, monospace; }
.holder-cloud-point { fill: color-mix(in srgb, var(--token-accent) 62%, #fff); fill-opacity: .68; stroke: var(--token-accent); stroke-width: 1.2; }
.holder-cloud-point[data-signal="large-low"] { fill: #ffca57; stroke: #ffca57; fill-opacity: .78; }
.holder-cloud-point:focus { outline: none; stroke: #fff; stroke-width: 2.4; }
.holder-lorenz-equality { fill: none; stroke: rgba(255, 255, 255, .28); stroke-width: 1.5; stroke-dasharray: 7 6; }
.holder-lorenz-area { fill: rgba(var(--token-accent-rgb), .08); stroke: none; }
.holder-lorenz-line { fill: none; stroke: var(--token-accent); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 7px rgba(var(--token-accent-rgb), .2)); }
.holder-chart-empty { fill: #84978c; font: 850 11px ui-monospace, SFMono-Regular, Menlo, monospace; text-anchor: middle; }
.holder-axis { position: absolute; color: #65786d; font: 850 6px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; pointer-events: none; }
.holder-axis-x { right: 12px; bottom: 7px; }
.holder-axis-y { left: 6px; top: 12px; writing-mode: vertical-rl; transform: rotate(180deg); }

.holder-visual-stats {
  margin: 12px 17px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 9px;
  overflow: hidden;
}

.holder-visual-stats > span { min-width: 0; padding: 10px 11px; display: grid; gap: 4px; border-right: 1px solid rgba(255, 255, 255, .055); }
.holder-visual-stats > span:last-child { border-right: 0; }
.holder-visual-stats small { color: var(--token-accent); font: 850 7px ui-monospace, SFMono-Regular, Menlo, monospace; }
.holder-visual-stats strong { overflow-wrap: anywhere; color: #e2ede6; font: 900 14px ui-monospace, SFMono-Regular, Menlo, monospace; }
.holder-cloud-card > p,
.holder-lorenz-card > p { margin: 11px 17px 16px; color: #7f9287; font-size: 8px; line-height: 1.5; }

.security-deep-dive { border-top: 1px solid rgba(255, 255, 255, .04); }
.security-deep-dive > summary {
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  background: linear-gradient(90deg, rgba(68, 231, 240, .035), rgba(126, 92, 255, .025));
}
.security-deep-dive > summary::-webkit-details-marker { display: none; }
.security-deep-dive > summary > span { display: grid; gap: 3px; }
.security-deep-dive > summary small { color: #44e7f0; font: 900 7px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.security-deep-dive > summary strong { color: #dce9e1; font-size: 11px; }
.security-deep-dive > summary > b { color: #a8bbb0; font: 900 8px ui-monospace, SFMono-Regular, Menlo, monospace; }
.security-deep-dive > summary i { display: inline-block; margin-left: 6px; color: #44e7f0; font-style: normal; transition: transform .18s ease; }
.security-deep-dive[open] > summary i { transform: rotate(180deg); }
.security-deep-content { border-top: 1px solid rgba(255, 255, 255, .055); }

.profile-upgrade {
  min-height: 0;
  padding: 16px 18px;
  grid-template-columns: minmax(0, 1fr) auto;
}
.profile-upgrade .token-card-heading { align-items: center; }
.profile-upgrade h2 { margin: 3px 0 4px; font-size: 17px; }
.profile-upgrade p { max-width: 820px; font-size: 10px; }
.profile-evidence-state { min-width: 170px; display: grid; justify-items: end; gap: 3px; text-align: right; }
.profile-evidence-state strong { color: #ffca57; font: 950 17px ui-monospace, SFMono-Regular, Menlo, monospace; }
.profile-evidence-state span,
.profile-evidence-state small { color: #778a7f; font-size: 8px; }
.profile-receipt-message { margin: 8px 0 0; color: #80988c; font: 800 7px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; }
.profile-receipt-message[data-tone="success"] { color: #d6ff4d; }
.profile-receipt-message[data-tone="error"] { color: #ff7a8d; }

.recent-passports {
  margin: -4px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(68, 231, 240, .18);
  border-left: 4px solid #44e7f0;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(8, 18, 14, .96), rgba(3, 8, 6, .99));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
}
.recent-passports > header { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.recent-passports > header span { color: #44e7f0; font: 900 7px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.recent-passports h2 { margin: 3px 0; color: #e5f4ec; font-size: 15px; }
.recent-passports p { margin: 0; color: #7f9489; font-size: 9px; }
.recent-passports button { border: 0; background: transparent; color: #82978c; font: 900 7px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; cursor: pointer; }
.recent-passports button:hover,
.recent-passports button:focus-visible { color: #ffca57; }
.recent-passports nav { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 11px; }
.recent-passports a { min-width: 0; padding: 10px; border: 1px solid rgba(255, 255, 255, .065); border-radius: 11px; background: rgba(255, 255, 255, .025); text-decoration: none; }
.recent-passports a:hover,
.recent-passports a:focus-visible { border-color: rgba(214, 255, 77, .42); background: rgba(214, 255, 77, .045); }
.recent-passports a strong,
.recent-passports a span,
.recent-passports a code { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.recent-passports a strong { color: #d6ff4d; font: 950 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.recent-passports a span { margin-top: 3px; color: #dbe9e1; font-size: 9px; }
.recent-passports a code { margin-top: 5px; color: #6f887b; font-size: 7px; }

.contract-card dl { grid-template-columns: 1fr 1fr; gap: 0; }
.contract-card dl > div { min-width: 0; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .055); }
.contract-card dl > div:nth-last-child(-n+2) { border-bottom: 0; }
.contract-card dd { overflow-wrap: anywhere; }

.route-card,
.action-card {
  border-left: 4px solid #44e7f0;
  border-color: rgba(68, 231, 240, .23);
  background: radial-gradient(circle at 92% 0, rgba(68, 231, 240, .06), transparent 34%), linear-gradient(145deg, rgba(11, 22, 17, .96), rgba(3, 7, 5, .99));
  box-shadow: 0 20px 56px rgba(0, 0, 0, .26);
}
.action-card { border-left-color: #ffca57; border-color: rgba(255, 202, 87, .23); }

@media (max-width: 1100px) {
  .token-snapshot-board { grid-template-columns: 1fr; }
  .token-market-read { min-height: 280px; }
  .profile-hero-card { grid-template-columns: 88px minmax(0, 1fr) 116px; }
  .token-visual { width: 84px; }
  .token-visual .token-monogram { width: 58px; height: 58px; }
  .security-quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .token-action-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .token-action-grid article:nth-child(3n) { border-right: 0; }
  .token-action-grid article:nth-child(-n+3) { border-bottom: 1px solid rgba(255, 255, 255, .06); }
}

@media (max-width: 760px) {
  .recent-passports nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-page.profile-result .profile-shell { width: min(100% - 22px, 1320px); padding-top: 72px; }
  .profile-hero-card { grid-template-columns: 72px minmax(0, 1fr); padding: 20px; gap: 16px; }
  .profile-hero-card::after { display: none; }
  .token-visual { width: 68px; }
  .token-visual .token-monogram { width: 49px; height: 49px; border-radius: 15px; font-size: 21px; }
  .token-visual > span { font-size: 6px; }
  .profile-score { grid-column: 1 / -1; width: 100%; display: flex; align-items: center; justify-content: center; gap: 13px; }
  .profile-score p { margin: 0; }
  .score-orbit { width: 72px; height: 72px; }
  .score-orbit span { font-size: 18px; }
  .token-identity-strip { grid-template-columns: 1fr 1fr; }
  .token-identity-strip > span:nth-child(2) { border-right: 0; }
  .token-identity-strip > span:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .06); }
  .token-snapshot-main .profile-metrics { grid-template-columns: 1fr 1fr; }
  .token-snapshot-main .profile-metrics article { min-height: 94px; }
  .token-valuation-checklist ol { grid-template-columns: 1fr; }
  .token-valuation-checklist li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .token-valuation-checklist li:last-child { border-bottom: 0; }
  .profile-facts-grid .project-context-card { grid-column: auto; }
  .profile-facts-grid .project-context-card dl { grid-template-columns: 1fr; }
  .profile-facts-grid .project-context-card dl > div { padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .055); }
  .profile-facts-grid .project-context-card dl > div:last-child { border-bottom: 0; }
  .profile-upgrade { grid-template-columns: 1fr; }
  .profile-evidence-state { justify-items: start; text-align: left; }
  .security-quick-grid { grid-template-columns: 1fr 1fr; }
  .security-quick-footer { align-items: flex-start; flex-direction: column; gap: 4px; }
  .security-quick-footer span { text-align: left; }
  .holder-analytics-board { grid-template-columns: 1fr; }
  .security-deep-dive > summary { align-items: flex-start; flex-direction: column; gap: 8px; }
  .contract-card dl { grid-template-columns: 1fr; }
  .contract-card dl > div:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .055); }
  .contract-card dl > div:last-child { border-bottom: 0; }
}

@media (max-width: 480px) {
  .recent-passports > header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .recent-passports nav { grid-template-columns: 1fr; }
  .profile-page.profile-result .profile-shell { width: min(100% - 16px, 1320px); }
  .profile-hero-card { grid-template-columns: 1fr; padding: 18px; }
  .token-visual { margin: 0 auto; }
  .token-heading { text-align: center; }
  .token-address,
  .profile-market-actions { justify-content: center; }
  .token-identity-strip { text-align: left; }
  .token-snapshot-main .profile-metrics { grid-template-columns: 1fr 1fr; }
  .token-snapshot-main .profile-metrics article,
  .token-snapshot-main .profile-metrics article:nth-child(4n),
  .token-snapshot-main .profile-metrics article:nth-last-child(-n+2) { border-right: 1px solid rgba(255, 255, 255, .06); border-bottom: 1px solid rgba(255, 255, 255, .06); }
  .token-snapshot-main .profile-metrics article:nth-child(even) { border-right: 0; }
  .token-snapshot-main .profile-metrics article:nth-last-child(-n+2) { border-bottom: 0; }
  .token-snapshot-main .profile-metrics strong { font-size: 17px; }
  .token-section-heading { align-items: flex-start; flex-direction: column; }
  .token-market-read { padding: 18px; }
  .security-quick-grid { padding-inline: 12px; gap: 7px; }
  .security-quick-grid article { min-height: 82px; padding: 10px; }
  .token-action-grid { grid-template-columns: 1fr 1fr; }
  .token-action-grid article,
  .token-action-grid article:nth-child(3n) { min-height: 98px; border-right: 1px solid rgba(255, 255, 255, .06); border-bottom: 1px solid rgba(255, 255, 255, .06); }
  .token-action-grid article:nth-child(even) { border-right: 0; }
  .token-action-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .holder-chart-shell { margin-inline: 12px; }
  .holder-chart-shell svg { min-height: 210px; }
  .holder-visual-stats { margin-inline: 12px; }
  .holder-cloud-card > p,
  .holder-lorenz-card > p { margin-inline: 12px; }
  .profile-chart-card > header,
  .momentum-card > header { padding: 16px; }
  .profile-card { padding: 18px; }
  .ownership-visual { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .market-read-rails b,
  .security-deep-dive > summary i { transition: none; }
}
