@font-face {
  font-family: 'GT America';
  src: url('/fonts/gt-america-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('/fonts/gt-america-bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
:root {
  --bg: #f8fbf5;
  --paper: #ffffff;
  --ink: #1f4723;
  --muted: #7d9478;
  --line: #e0ebdb;
  --green: #427a3a;
  --mint: #cdeccd;
  --pale: #e4f7e6;
  --lemon: #f0fe9b;
  --amber: #92762e;
  --red: #ae514b;
  font-family:
    'GT America',
    'GT-America',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  color: var(--ink);
  font-synthesis: none;
  background: var(--bg);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  border: 0;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #568947;
  outline-offset: 4px;
}
svg {
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: inherit;
}
h1 {
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -2px;
}
h2 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
h3 {
  font-size: 15px;
  font-weight: 600;
}
small {
  display: block;
}
.mono {
  font-family: 'SFMono-Regular', Consolas, monospace;
}
.hidden {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -60px;
  background: var(--ink);
  color: white;
  padding: 12px 18px;
  border-radius: 12px;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
.workspace {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px 35px;
}
.topbar {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1;
}
.brand svg,
.brand img {
  display: block;
  width: 35px;
  height: 20px;
  flex-shrink: 0;
}
.brand-mark {
  display: flex;
  align-items: center;
}
.brand-mark svg {
  width: 35px;
  height: 20px;
}
.breadcrumbs {
  font-size: 11px;
  color: #90a385;
}
.breadcrumbs span {
  margin: 0 10px;
  color: #b7c4ac;
}
.live-status {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 25px;
  color: #6c8861;
  font-size: 10px;
  white-space: nowrap;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b5c4a9;
  box-shadow: 0 0 0 4px #7295640a;
}
.live-status.good .status-dot {
  background: #588d43;
}
.live-status.stale .status-dot {
  background: #bf9e41;
}
.live-status.error .status-dot {
  background: #b9635c;
}
.section {
  scroll-margin-top: 25px;
}
.market-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 3px 0 27px;
  padding: 34px 12px;
  border-radius: 32px;
  background: var(--pale);
}
.token-price {
  min-width: 0;
  padding: 3px 31px;
  border-right: 1px solid #c8dec1;
}
.token-price:last-child {
  border-right: 0;
}
.token-price-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  font-weight: 600;
}
.token-price-heading strong {
  font-weight: 600;
}
.token-price-heading small {
  margin-top: 4px;
  color: #83a276;
  font-size: 10px;
  font-weight: 400;
}
.token-price-heading .coin {
  width: 32px;
  height: 32px;
  font-size: 19px;
}
.token-usd-value {
  margin-top: 19px;
  font-size: clamp(30px, 3.4vw, 47px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -1.7px;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.token-price-source {
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.5;
  color: #81a174;
}
.coin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 19px;
  font-weight: 500;
  flex-shrink: 0;
}
.eth {
  background: #e5eee1;
  color: #62735b;
}
.btc {
  background: #f4edab;
  color: #9a8730;
}
.aero {
  background: #d5e9c6;
  color: #5c8747;
}
.eyebrow {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.7px;
  color: #8ba17c;
  margin-bottom: 11px;
}
.overview-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
}
.card {
  min-width: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
}
.card-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.1px;
  color: #7b956d;
  display: flex;
  align-items: center;
  gap: 7px;
}
.help {
  font-size: 12px;
  cursor: help;
  color: #a6b399;
  letter-spacing: 0;
}
.muted-label {
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0;
  margin-left: auto;
  color: #92a87e;
  text-align: right;
}
.nav-card {
  padding: 32px 35px 0;
  background: var(--mint);
  border-color: transparent;
  border-radius: 32px;
}
.nav-card .card-label {
  color: #608957;
}
.nav-amount {
  font-size: clamp(44px, 5vw, 71px);
  letter-spacing: -3px;
  font-weight: 700;
  line-height: 1.13;
  margin-top: 25px;
  font-variant-numeric: tabular-nums;
}
.currency-label {
  font-size: 12px;
  color: #78a268;
  letter-spacing: 1px;
  margin-left: 9px;
  font-weight: 500;
}
.nav-caption {
  font-size: 11px;
  color: #7c9f6b;
  margin-top: 11px;
  line-height: 1.7;
}
.nav-apr {
  margin-top: 22px;
  padding: 17px 19px;
  background: #f0fe9b;
  border-radius: 17px;
}
.nav-apr-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-apr-heading > span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.nav-apr-heading strong {
  font-size: 29px;
  letter-spacing: -1px;
  font-variant-numeric: tabular-nums;
}
.nav-apr p {
  margin: 7px 0 0;
  font-size: 10px;
  line-height: 1.6;
  color: #557245;
}
.nav-apr strong.negative,
.pnl-apr strong.negative {
  color: #9b5145;
}
.hero-mini {
  display: flex;
  gap: 37px;
  padding: 26px 0;
}
.hero-mini span {
  font-size: 10px;
  color: #7a9e6b;
}
.hero-mini b {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
  color: #47793b;
  font-variant-numeric: tabular-nums;
}
.hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #b5d5aa;
  padding: 18px 0;
  font-size: 10px;
  color: #759966;
  gap: 10px;
}
.micro-label {
  display: flex;
  align-items: center;
  gap: 7px;
}
.micro-label::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #63994b;
}
.claim-card {
  padding: 31px 32px 23px;
}
.claim-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}
.claim-heading h2 {
  font-size: 28px;
}
.outline-pill {
  font-size: 9px;
  color: #8da578;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 6px 10px;
  white-space: nowrap;
}
.claimable-list {
  margin-top: 17px;
}
.claim-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #edf2e7;
}
.claim-row:last-child {
  border-bottom: 0;
}
.claim-name {
  font-size: 12px;
  font-weight: 500;
}
.claim-name small {
  font-size: 9px;
  color: #a0af93;
  font-weight: 400;
  margin-top: 4px;
}
.claim-numbers {
  margin-left: auto;
  text-align: right;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.claim-numbers small {
  font-size: 10px;
  color: #98aa88;
  margin-top: 5px;
}
.fine-print {
  font-size: 9px;
  line-height: 1.7;
  color: #a0ae93;
}
.claim-card > .fine-print {
  margin-top: 11px;
}
.changed {
  animation: value-change 0.8s ease-out;
}
@keyframes value-change {
  0% {
    background: var(--lemon);
  }
  100% {
    background: transparent;
  }
}
#market {
  margin-top: 24px;
}
.chart-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  margin-left: auto;
}
.chart-controls .chart-legend {
  align-self: flex-end;
  justify-content: flex-end;
}
.pnl-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.pnl-card {
  padding: 25px 28px;
}
.pnl-value {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-variant-numeric: tabular-nums;
}
.return-chip {
  font-size: 10px;
  background: #e4f7d7;
  color: #5d863e;
  padding: 5px 7px;
  border-radius: 7px;
  letter-spacing: 0;
  font-weight: 500;
}
.return-chip.negative {
  background: #f8e9e3;
  color: #ad6458;
}
.pnl-card p {
  color: #9bad8c;
  font-size: 10px;
  margin-top: 12px;
  line-height: 1.6;
}
.pnl-apr {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid #e5eadf;
}
.pnl-apr span {
  color: #718563;
  font-size: 9px;
  letter-spacing: 0.5px;
}
.pnl-apr strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-variant-numeric: tabular-nums;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin: 45px 0 24px;
}
.section-heading .eyebrow {
  margin-bottom: 9px;
}
.section-heading h2 {
  font-size: 31px;
}
.segmented {
  display: flex;
  background: #edf3e5;
  border: 1px solid #e2ead7;
  border-radius: 24px;
  padding: 4px;
  gap: 3px;
}
.segmented button {
  border-radius: 20px;
  background: transparent;
  padding: 9px 17px;
  font-size: 10px;
  font-weight: 500;
  color: #8b9f78;
  white-space: nowrap;
}
.segmented button.selected {
  background: var(--lemon);
  color: #435b18;
}
.segmented button:hover:not(.selected) {
  background: #e3eddb;
  color: #5b7d43;
}
.market-grid {
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  gap: 24px;
}
.chart-card {
  padding: 29px 29px 0;
}
.chart-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.pair-price {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 13px;
  font-variant-numeric: tabular-nums;
}
.pair-price small {
  display: inline;
  font-size: 11px;
  color: #9baf8b;
  letter-spacing: 0;
  margin-left: 8px;
}
.chart-legend {
  display: flex;
  gap: 13px;
  align-self: flex-start;
  padding-top: 4px;
  color: #8da37c;
  font-size: 9px;
  flex-wrap: wrap;
}
.chart-legend span {
  display: flex;
  gap: 6px;
  align-items: center;
}
.chart-legend i {
  width: 10px;
  height: 4px;
  display: block;
}
.legend-line {
  background: #428563;
}
.legend-band {
  background: #d8ead6;
  height: 8px !important;
}
.legend-alt {
  background: #c7dce4;
  height: 8px !important;
}
.price-chart {
  height: 270px;
  position: relative;
  margin-top: 20px;
}
.price-chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.chart-footer {
  display: flex;
  justify-content: space-between;
  gap: 13px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  font-size: 9px;
  line-height: 1.5;
  color: #9aad8a;
}
.allocation-card {
  padding: 29px 28px 21px;
}
.allocation-chart {
  height: 213px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.allocation-chart svg {
  width: 180px;
  height: 180px;
}
.allocation-legend {
  margin: 0 1px 19px;
}
.allocation-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  margin: 13px 0;
}
.allocation-row i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.allocation-row b {
  font-size: 11px;
  font-weight: 500;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.allocation-row small {
  display: inline;
  margin-left: 6px;
  color: #9eaf8b;
  font-size: 9px;
  min-width: 35px;
  text-align: right;
}
.range-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.range-card {
  padding: 27px 30px;
}
.range-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.state-pill {
  font-size: 9px;
  padding: 6px 10px;
  border-radius: 20px;
  background: #e4f7dc;
  color: #6c8d4c;
}
.state-pill.out {
  background: #f7f0c9;
  color: #9f8b3f;
}
.state-pill.neutral {
  background: #edf2e7;
  color: #93a77e;
}
.range-limits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 11px;
}
.range-limits span {
  font-size: 14px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.range-limits small {
  font-size: 8px;
  letter-spacing: 1px;
  color: #98ac84;
  margin-bottom: 8px;
  font-weight: 400;
}
.range-limits span:last-child {
  text-align: right;
}
.range-foot {
  font-size: 9px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #98ac84;
  margin-top: 9px;
  line-height: 1.6;
}
.range-foot .mono {
  font-size: 9px;
}
.compact {
  margin-top: 34px;
}
.compact h2 {
  font-size: 27px;
}
.subtle-note {
  font-size: 10px;
  color: #9baa89;
}
.gates-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.gate-card {
  padding: 23px 23px;
  border-radius: 25px;
}
.gate-title {
  font-size: 9px;
  color: #8c9f79;
  display: flex;
  justify-content: space-between;
  gap: 7px;
}
.gate-value {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin-top: 14px;
  font-weight: 600;
}
.gate-detail {
  font-size: 9px;
  line-height: 1.7;
  margin-top: 10px;
  color: #99ab88;
}
.gate-indicator {
  font-size: 11px;
  color: #719b58;
}
.gate-indicator.warn {
  color: #b6a043;
}
.activity-card {
  padding: 0 28px;
}
.activity-table-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px 110px;
  gap: 24px;
  color: #9bab8b;
  font-size: 8px;
  letter-spacing: 1px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.activity-table-header span:last-child {
  text-align: right;
}
.activity-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px 110px;
  gap: 24px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid #edf2e7;
}
.activity-row:last-child {
  border-bottom: 0;
}
.activity-event {
  display: flex;
  gap: 13px;
  min-width: 0;
}
.event-icon {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: #e7f5de;
  color: #749b57;
  flex-shrink: 0;
}
.event-icon.warning {
  background: #f5f1c9;
  color: #aa943c;
}
.event-icon.error {
  background: #f7e8e2;
  color: #b86e60;
}
.activity-event h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.activity-event p {
  font-size: 10px;
  color: #98aa86;
  line-height: 1.7;
  margin-top: 5px;
  overflow-wrap: anywhere;
}
.event-source {
  font-size: 10px;
  text-transform: capitalize;
  color: #8aa375;
  margin-top: 5px;
}
.event-time {
  text-align: right;
  font-size: 9px;
  color: #95a882;
  line-height: 1.8;
  margin-top: 3px;
}
.tx-link {
  font-size: 9px;
  color: #729d4d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.resolved {
  margin-left: 6px;
  font-size: 8px;
  color: #96a984;
}
.observer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.observer-card {
  padding: 22px 27px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.observer-card h3 {
  font-size: 12px;
  font-weight: 500;
}
.observer-card p {
  font-size: 10px;
  color: #95a882;
  line-height: 1.8;
  margin-top: 6px;
}
.observer-card .status-dot {
  margin-top: 6px;
  flex-shrink: 0;
}
.observer-card.good .status-dot {
  background: #729d62;
}
.observer-card.stale .status-dot {
  background: #be9a56;
}
.page-footer {
  margin-top: 43px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  color: #a3b094;
  gap: 24px;
  line-height: 1.6;
}
.page-footer > div {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-brand {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: #6f9352;
  letter-spacing: -0.7px;
}
.footer-brand svg {
  width: 25px;
  height: 25px;
}
.notice {
  font-size: 11px;
  line-height: 1.8;
  padding: 16px 21px;
  border-radius: 18px;
  margin-bottom: 20px;
  border: 1px solid #d8e9ca;
  background: #ecf6e5;
  color: #7c9565;
}
.notice.warning {
  border-color: #e6e1af;
  background: #faf8df;
  color: #9b9052;
}
.notice.error {
  background: #faeee8;
  border-color: #efdbd2;
  color: #ad7464;
}
.notice strong {
  font-weight: 500;
}
.notice ul {
  margin: 5px 0 0;
  padding-left: 18px;
}
.empty-state {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  color: #9aac88;
  gap: 11px;
}
.empty-state strong {
  font:
    600 19px/1.3 'GT America',
    'GT-America',
    sans-serif;
  color: #7f9968;
  letter-spacing: -0.4px;
}
.empty-state p {
  font-size: 11px;
  max-width: 350px;
  line-height: 1.7;
}
.empty-icon {
  font-size: 34px;
  color: #a5be8f;
}
.empty-inline {
  padding: 28px 0;
  font-size: 11px;
  color: #9daf8a;
  line-height: 1.7;
}
.chart-tooltip {
  fill: #456b3b;
  font-size: 9px;
}
.chart-grid {
  stroke: #e7ecdf;
  stroke-width: 1;
  stroke-dasharray: 3 5;
}
.chart-label {
  fill: #a3ae99;
  font-size: 8px;
  font-family: inherit;
}
.range-hover {
  cursor: help;
}
.price-point {
  outline: none;
}
.price-point:focus {
  fill: #24491c;
  stroke: #c1e3a8;
  stroke-width: 5;
}
@media (min-width: 1500px) {
  .workspace {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1100px) {
  .workspace {
    padding-left: 32px;
    padding-right: 32px;
  }
  .topbar {
    min-height: 92px;
  }
  .market-prices {
    padding: 29px 8px;
  }
  .token-price {
    padding: 3px 25px;
  }
  .token-usd-value {
    font-size: 37px;
  }
  .nav-card {
    padding: 29px 29px 0;
  }
  .claim-card {
    padding: 29px 27px 22px;
  }
  .nav-amount {
    font-size: 58px;
  }
  .hero-mini {
    gap: 27px;
  }
  .outline-pill {
    display: none;
  }
  .claim-heading h2 {
    font-size: 27px;
  }
  .market-grid {
    grid-template-columns: 2fr 1fr;
  }
  .chart-legend {
    max-width: 140px;
    gap: 9px;
  }
  .chart-card {
    padding: 25px 25px 0;
  }
  .allocation-card {
    padding: 25px 23px 19px;
  }
  .allocation-chart {
    height: 219px;
  }
  .gates-grid {
    gap: 15px;
  }
  .gate-card {
    padding: 21px 19px;
  }
  .card-label {
    font-size: 9px;
  }
  .muted-label {
    font-size: 8px;
  }
}
@media (max-width: 850px) {
  .workspace {
    padding: 0 25px 28px;
  }
  .topbar {
    min-height: 85px;
  }
  .brand {
    font-size: 28px;
  }
  .brand svg,
  .brand img,
  .brand-mark svg {
    width: 35px;
    height: 20px;
  }
  .breadcrumbs {
    display: none;
  }
  .market-prices {
    padding: 26px 4px;
    margin-bottom: 20px;
    border-radius: 28px;
  }
  .token-price {
    padding: 2px 22px;
  }
  .token-usd-value {
    font-size: 31px;
    margin-top: 17px;
    letter-spacing: -1.3px;
  }
  .token-price-source {
    font-size: 9px;
  }
  .token-price-heading {
    font-size: 12px;
    gap: 8px;
  }
  .token-price-heading .coin {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .overview-grid {
    gap: 18px;
    grid-template-columns: 1.1fr 1fr;
  }
  .nav-card {
    padding: 25px 24px 0;
  }
  .nav-amount {
    font-size: 46px;
    letter-spacing: -2px;
  }
  .currency-label {
    font-size: 10px;
    margin-left: 5px;
  }
  .hero-mini {
    gap: 21px;
    padding: 24px 0;
  }
  .hero-mini span {
    font-size: 8px;
  }
  .hero-mini b {
    font-size: 11px;
  }
  .hero-footer {
    font-size: 8px;
  }
  .nav-caption {
    font-size: 10px;
  }
  .claim-card {
    padding: 25px 23px 18px;
  }
  .claim-heading h2 {
    font-size: 24px;
  }
  .claim-name {
    font-size: 10px;
  }
  .claim-name small {
    font-size: 8px;
  }
  .claim-numbers {
    font-size: 12px;
  }
  .claim-row {
    gap: 10px;
    padding: 10px 0;
  }
  .claim-row .coin {
    width: 29px;
    height: 29px;
    font-size: 16px;
  }
  .fine-print {
    font-size: 8px;
  }
  #market {
    margin-top: 18px;
  }
  .pnl-grid {
    gap: 16px;
    margin-top: 18px;
  }
  .pnl-card {
    padding: 22px;
  }
  .pnl-value {
    font-size: 28px;
    gap: 8px;
  }
  .pnl-card p {
    font-size: 9px;
  }
  .market-grid {
    gap: 18px;
    grid-template-columns: 1.9fr 1fr;
  }
  .chart-card {
    padding: 23px 23px 0;
  }
  .chart-legend {
    font-size: 8px;
    max-width: 115px;
  }
  .pair-price {
    font-size: 26px;
  }
  .price-chart {
    height: 244px;
  }
  .chart-footer {
    font-size: 8px;
  }
  .allocation-chart {
    height: 194px;
  }
  .allocation-chart svg {
    width: 158px;
    height: 158px;
  }
  .allocation-card {
    padding: 24px 21px 18px;
  }
  .allocation-row {
    font-size: 9px;
  }
  .allocation-row b {
    font-size: 10px;
  }
  .allocation-row small {
    font-size: 8px;
    min-width: 28px;
  }
  .range-grid {
    gap: 18px;
    margin-top: 18px;
  }
  .range-card {
    padding: 23px;
  }
  .range-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .range-foot {
    font-size: 8px;
    flex-direction: column;
    gap: 4px;
  }
  .range-foot .mono {
    font-size: 8px;
  }
  .range-limits span {
    font-size: 12px;
  }
  .range-limits small {
    font-size: 7px;
  }
  .gates-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .gate-card {
    padding: 22px;
  }
  .observer-grid {
    gap: 18px;
  }
  .observer-card {
    padding: 21px 23px;
  }
  .observer-card p {
    font-size: 9px;
  }
  .page-footer {
    font-size: 8px;
  }
  .page-footer > div {
    gap: 13px;
  }
}
@media (max-width: 650px) {
  .workspace {
    padding: 0 20px 26px;
  }
  .topbar {
    min-height: 79px;
    gap: 15px;
  }
  .brand {
    font-size: 25px;
    gap: 8px;
  }
  .brand svg,
  .brand img,
  .brand-mark svg {
    width: 32px;
    height: 19px;
  }
  .live-status {
    font-size: 8px;
    gap: 7px;
    padding: 8px 10px;
  }
  .market-prices {
    grid-template-columns: 1fr;
    padding: 8px 22px;
    margin-top: 2px;
    border-radius: 25px;
  }
  .token-price {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 9px 12px;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #c8dec1;
  }
  .token-price:last-child {
    border-bottom: 0;
  }
  .token-price-heading {
    font-size: 14px;
    gap: 8px;
  }
  .token-price-heading small {
    font-size: 10px;
    margin-top: 3px;
  }
  .token-price-heading .coin {
    width: 28px;
    height: 28px;
    font-size: 17px;
  }
  .token-usd-value {
    font-size: clamp(24px, 6.8vw, 36px);
    letter-spacing: -1px;
    margin-top: 0;
    white-space: nowrap;
  }
  .token-price-source {
    grid-column: 1 / -1;
    font-size: 10px;
    margin-top: 0;
  }
  .overview-grid,
  .market-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .nav-card {
    padding: 27px 28px 0;
  }
  .nav-amount {
    font-size: 59px;
    letter-spacing: -2.8px;
  }
  .card-label {
    font-size: 9px;
  }
  .nav-card .muted-label {
    font-size: 8px;
  }
  .currency-label {
    font-size: 11px;
    margin-left: 8px;
  }
  .nav-caption {
    font-size: 10px;
  }
  .hero-mini {
    gap: 38px;
    padding: 25px 0;
  }
  .hero-mini span {
    font-size: 9px;
  }
  .hero-mini b {
    font-size: 12px;
  }
  .hero-footer {
    font-size: 9px;
  }
  .claim-card {
    padding: 26px;
  }
  .claim-heading {
    margin-top: 17px;
  }
  .claim-heading h2 {
    font-size: 27px;
  }
  .claimable-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-top: 25px;
  }
  .claim-row {
    display: grid;
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 9px;
    border: 0;
    padding: 0;
  }
  .claim-row .coin {
    width: 27px;
    height: 27px;
    font-size: 16px;
  }
  .claim-name {
    font-size: 10px;
  }
  .claim-name small {
    font-size: 7px;
  }
  .claim-numbers {
    grid-column: 1 / -1;
    margin-left: 0;
    text-align: left;
    font-size: 14px;
    margin-top: 7px;
  }
  .claim-numbers small {
    font-size: 10px;
  }
  .claim-card > .fine-print {
    margin-top: 21px;
  }
  .pnl-grid {
    gap: 10px;
  }
  .pnl-card {
    padding: 20px 15px;
    border-radius: 22px;
  }
  .pnl-card .card-label {
    font-size: 7px;
    letter-spacing: 0.45px;
    gap: 3px;
  }
  .pnl-card .help {
    font-size: 9px;
  }
  .pnl-value {
    font-size: 27px;
    flex-wrap: wrap;
    gap: 5px;
  }
  .pnl-card p {
    font-size: 8px;
    line-height: 1.65;
  }
  .return-chip {
    font-size: 8px;
  }
  .section-heading {
    margin: 35px 0 20px;
    gap: 12px;
  }
  .section-heading h2 {
    font-size: 26px;
    letter-spacing: -0.8px;
  }
  .section-heading .eyebrow {
    font-size: 7px;
    letter-spacing: 1.4px;
  }
  .segmented {
    padding: 3px;
    gap: 1px;
  }
  .segmented button {
    padding: 8px 12px;
    font-size: 9px;
  }
  .chart-card {
    padding: 25px 23px 0;
  }
  .chart-legend {
    max-width: 135px;
    font-size: 8px;
    gap: 8px;
  }
  .price-chart {
    height: 241px;
    margin-top: 15px;
  }
  .pair-price {
    font-size: 27px;
  }
  .allocation-card {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 0 20px;
    padding: 26px;
  }
  .allocation-card > .card-label {
    grid-column: 1 / -1;
  }
  .allocation-chart {
    height: 177px;
  }
  .allocation-chart svg {
    width: 152px;
    height: 152px;
  }
  .allocation-legend {
    align-self: center;
    margin: 0;
  }
  .allocation-card > .fine-print {
    grid-column: 1 / -1;
  }
  .range-grid {
    gap: 12px;
  }
  .range-card {
    padding: 22px 19px;
    border-radius: 23px;
  }
  .range-top {
    gap: 12px;
  }
  .range-card .card-label {
    font-size: 8px;
  }
  .state-pill {
    font-size: 8px;
    padding: 5px 8px;
  }
  .range-limits {
    margin-top: 21px;
  }
  .range-limits span {
    font-size: 11px;
  }
  .range-limits small {
    font-size: 6px;
    letter-spacing: 0.7px;
  }
  .range-foot {
    font-size: 7px;
    gap: 6px;
  }
  .range-foot .mono {
    font-size: 7px;
  }
  .compact h2 {
    font-size: 25px;
  }
  .subtle-note {
    font-size: 9px;
  }
  .gate-card {
    padding: 21px;
  }
  .gate-title {
    font-size: 8px;
  }
  .gate-value {
    font-size: 17px;
  }
  .gate-detail {
    font-size: 8px;
  }
  .activity-filters button {
    padding: 7px 11px;
    font-size: 8px;
  }
  .activity-card {
    padding: 0 22px;
  }
  .activity-table-header {
    grid-template-columns: minmax(0, 1fr) 74px;
    gap: 14px;
    font-size: 7px;
  }
  .activity-table-header span:nth-child(2) {
    display: none;
  }
  .activity-row {
    grid-template-columns: minmax(0, 1fr) 74px;
    gap: 14px;
    padding: 18px 0;
  }
  .activity-event {
    gap: 11px;
  }
  .activity-event h3 {
    font-size: 10px;
  }
  .activity-event p {
    font-size: 8px;
  }
  .event-icon {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  .event-source {
    display: none;
  }
  .event-time {
    font-size: 8px;
  }
  .tx-link {
    font-size: 8px;
  }
  .observer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
  }
  .observer-card {
    padding: 20px 24px;
    border-radius: 22px;
  }
  .observer-card h3 {
    font-size: 11px;
  }
  .observer-card p {
    font-size: 9px;
  }
  .notice {
    font-size: 10px;
    padding: 14px 18px;
    border-radius: 17px;
  }
  .page-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 33px;
    padding-top: 23px;
  }
  .footer-brand {
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  .workspace {
    padding-left: 16px;
    padding-right: 16px;
  }
  .topbar {
    gap: 9px;
  }
  .brand {
    font-size: 23px;
    gap: 7px;
  }
  .brand svg,
  .brand img,
  .brand-mark svg {
    width: 30px;
    height: 18px;
  }
  .live-status {
    font-size: 7px;
    padding: 8px 9px;
    gap: 6px;
  }
  .nav-card {
    padding-left: 25px;
    padding-right: 25px;
  }
  .nav-amount {
    font-size: 51px;
  }
  .currency-label {
    font-size: 9px;
    margin-left: 6px;
  }
  .hero-mini {
    gap: 30px;
  }
  .hero-footer {
    font-size: 8px;
  }
  .claim-card {
    padding: 24px;
  }
  .claim-heading h2 {
    font-size: 25px;
  }
  .claimable-list {
    gap: 11px;
  }
  .claim-row {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 7px;
  }
  .claim-row .coin {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .claim-name {
    font-size: 9px;
  }
  .claim-numbers {
    font-size: 12px;
  }
  .claim-numbers small {
    font-size: 9px;
  }
  .pnl-grid {
    gap: 9px;
  }
  .pnl-card {
    padding: 18px 11px;
    border-radius: 20px;
  }
  .pnl-card .card-label {
    font-size: 6px;
    letter-spacing: 0.2px;
  }
  .pnl-card .help {
    font-size: 8px;
  }
  .pnl-value {
    font-size: 23px;
  }
  .pnl-card p {
    font-size: 7px;
  }
  .section-heading h2 {
    font-size: 23px;
  }
  .section-heading .eyebrow {
    font-size: 6px;
  }
  .segmented button {
    padding: 7px 10px;
    font-size: 8px;
  }
  .chart-card {
    padding: 23px 21px 0;
  }
  .chart-heading {
    gap: 10px;
  }
  .chart-legend {
    font-size: 7px;
    max-width: 107px;
    gap: 7px;
  }
  .pair-price {
    font-size: 24px;
  }
  .price-chart {
    height: 221px;
  }
  .chart-footer {
    font-size: 7px;
  }
  .allocation-card {
    grid-template-columns: 130px 1fr;
    gap: 0 13px;
    padding: 23px;
  }
  .allocation-chart {
    height: 159px;
  }
  .allocation-chart svg {
    width: 130px;
    height: 130px;
  }
  .allocation-row {
    font-size: 8px;
    gap: 6px;
  }
  .allocation-row b {
    font-size: 9px;
  }
  .allocation-row small {
    font-size: 7px;
    margin-left: 4px;
  }
  .range-card {
    padding: 20px 15px;
  }
  .range-limits span {
    font-size: 10px;
  }
  .range-limits small {
    font-size: 6px;
    letter-spacing: 0.4px;
  }
  .state-pill {
    font-size: 7px;
  }
  .gates-grid {
    gap: 12px;
  }
  .gate-card {
    padding: 19px 17px;
    border-radius: 22px;
  }
  .gate-title {
    font-size: 7px;
  }
  .gate-value {
    font-size: 15px;
  }
  .gate-detail {
    font-size: 7px;
  }
  .subtle-note {
    font-size: 8px;
  }
  .activity-filters button {
    padding: 7px 8px;
  }
  .activity-card {
    padding: 0 19px;
  }
  .activity-event {
    gap: 9px;
  }
  .event-time {
    font-size: 7px;
  }
  .activity-row,
  .activity-table-header {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 64px;
  }
  .notice {
    font-size: 9px;
  }
}
@media (max-width: 650px) {
  .nav-apr {
    padding: 14px;
  }
  .nav-apr-heading {
    flex-wrap: wrap;
    gap: 6px 12px;
  }
  .nav-apr-heading > span {
    font-size: 9px;
  }
  .nav-apr-heading strong {
    font-size: 25px;
  }
  .pnl-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .pnl-card {
    padding: 22px 24px;
  }
  .pnl-card .card-label,
  .pnl-card .help {
    font-size: 10px;
  }
  .pnl-value {
    font-size: 32px;
    gap: 12px;
  }
  .pnl-card .return-chip {
    font-size: 10px;
  }
  .pnl-card p {
    font-size: 10px;
  }
}
/* Window returns and annualized returns share one right-aligned metric row. */
.pnl-card {
  container-type: inline-size;
}
.pnl-metrics {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 14px;
  margin-top: 16px;
}
.pnl-card .pnl-value,
.pnl-card .pnl-apr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.pnl-card .pnl-value {
  align-items: flex-start;
}
.pnl-card .pnl-apr {
  align-items: flex-end;
  text-align: right;
}
.pnl-card .pnl-value > strong,
.pnl-card .pnl-apr > strong {
  font-size: clamp(20px, 10cqw, 32px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
  max-width: 100%;
}
/* Keep both headline metrics on the same baseline and at the same scale. */
.nav-card {
  container-type: inline-size;
}
.nav-value-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 20px;
  margin-top: 25px;
}
.nav-valuation {
  min-width: 0;
}
.nav-card .nav-amount,
.nav-card .nav-apr-heading strong {
  font-size: clamp(24px, 8.2cqw, 71px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}
.nav-card .nav-amount {
  margin-top: 0;
}
.nav-card .nav-apr {
  margin-top: 0;
  padding: 14px 16px;
  min-width: 0;
}
.nav-card .nav-apr-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.nav-card .nav-apr p {
  margin-top: 5px;
}
@media (max-width: 650px) {
  .nav-value-row {
    gap: 12px;
  }
  .nav-card .nav-apr {
    padding: 12px 10px;
    border-radius: 13px;
  }
  .nav-card .currency-label {
    font-size: 8px;
    margin-left: 4px;
  }
  .nav-card .nav-apr-heading > span,
  .nav-card .nav-apr p {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

.help-button {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 3px;
  margin: -3px;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
}
.help-button:focus-visible {
  outline: 2px solid #365a31;
  outline-offset: 3px;
  border-radius: 4px;
}
.help-bubble {
  position: fixed;
  z-index: 1000;
  width: max-content;
  max-width: min(340px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  padding: 16px 18px;
  border: 1px solid #dce6cc;
  border-radius: 15px;
  background: #f8fce9;
  color: #365a31;
  box-shadow: 0 10px 35px #1f472324;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: normal;
}
.help-bubble[hidden] {
  display: none;
}

.token-icon {
  object-fit: contain;
  background: transparent;
}
