:root {
  --paper: #f6f7f3;
  --white: #fff;
  --ink: #202f2b;
  --muted: #77827b;
  --line: #e4e9e1;
  --green: #426b42;
  --dark: #172c28;
  --lime: #d3eab7;
  --soft: #eff4e9;
  --amber: #946421;
  --red: #ad4c40;
  --sidebar: 226px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 14px;
}
button,
input,
select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
select {
  cursor: pointer;
}
button {
  color: inherit;
}
button:disabled {
  cursor: default;
  opacity: 0.45;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #9bbb6e;
  outline-offset: 3px;
}
button {
  transition:
    background 0.15s,
    border-color 0.15s;
}
button:hover:not(:disabled) {
  background: var(--soft);
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--sidebar);
  background: var(--dark);
  color: #bdc9c0;
  display: flex;
  flex-direction: column;
  padding: 35px 22px;
  z-index: 10;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 650;
}
.brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  color: #9aad9e;
  margin-top: 7px;
  font-weight: 400;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: var(--lime);
  color: #273a2b;
  width: 37px;
  height: 40px;
  border-radius: 9px;
  font-size: 39px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
.nav-label {
  font-size: 9px;
  letter-spacing: 1.8px;
  color: #708b7e;
  margin: 52px 12px 15px;
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sidebar nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 13px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
}
.sidebar nav a:hover {
  background: #243c33;
}
.sidebar nav a.active {
  background: #d2e5b9;
  color: #243c29;
}
.nav-icon {
  width: 20px;
  font-size: 22px;
  text-align: center;
  line-height: 20px;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 42px 9px 0;
  font-size: 11px;
}
.network {
  font-weight: 500;
  color: #e2e9e0;
}
.network small {
  display: block;
  letter-spacing: 1px;
  color: #83978b;
  margin: 9px 0 0 17px;
  font-size: 9px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a6c98e;
  margin-right: 8px;
}
.sidebar-bottom p {
  color: #82998b;
  line-height: 1.8;
  margin-top: 28px;
}
.sidebar-bottom > a {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #34483d;
  color: #bacdbd;
}
.workspace {
  margin-left: var(--sidebar);
}
.topbar {
  height: 77px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 39px;
  background: #fafbf8;
}
.breadcrumb {
  font-size: 12px;
  color: var(--muted);
}
.breadcrumb span {
  margin: 0 15px;
  color: #bac3b9;
}
.breadcrumb strong {
  font-weight: 500;
  color: #455547;
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}
.icon-button {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 7px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.2px;
  font-weight: 550;
  padding: 5px 9px;
  border-radius: 5px;
  white-space: nowrap;
  background: var(--soft);
  color: var(--green);
}
.badge::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: currentColor;
}
.badge.neutral {
  background: #f0f2ed;
  color: #7a8478;
}
.badge.amber {
  background: #fbf1df;
  color: var(--amber);
}
.badge.red {
  background: #fbece7;
  color: var(--red);
}
main {
  max-width: 1570px;
  margin: auto;
  padding: 38px 39px 20px;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
  gap: 16px;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 1.9px;
  color: #809079;
  font-weight: 600;
}
h1 {
  font-size: 29px;
  letter-spacing: -1px;
  font-weight: 550;
  margin: 10px 0;
}
h2 {
  font-size: 15px;
  letter-spacing: -0.2px;
  font-weight: 600;
  margin: 0;
}
h3 {
  font-size: 13px;
  font-weight: 550;
  margin: 0;
}
.page-heading p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}
.button {
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: #fff;
  white-space: nowrap;
}
.button.primary {
  background: var(--dark);
  color: #e4efd9;
  border-color: var(--dark);
}
.button.primary:hover {
  background: #28473a;
}
.notice {
  background: #eef3e4;
  border: 1px solid #dde7ce;
  padding: 15px 18px;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  margin-bottom: 23px;
  font-size: 12px;
  line-height: 1.65;
  color: #567049;
}
.notice strong {
  font-weight: 600;
  color: #364c2b;
}
.notice.warning {
  background: #fff5e6;
  border-color: #f0e2c9;
  color: #856b38;
}
.notice.error {
  background: #fbefeb;
  border-color: #efd1c9;
  color: #954a3a;
}
.notice-icon {
  font-size: 19px;
  line-height: 24px;
}
.notice p {
  margin: 0;
}
.notice .button {
  margin-left: auto;
  align-self: center;
  background: transparent;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 23px;
}
.stat {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 20px 21px;
  min-width: 0;
}
.stat-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6d7b6f;
  font-size: 11px;
  gap: 8px;
}
.stat-symbol {
  background: #f5f7f1;
  border-radius: 6px;
  padding: 4px 6px;
  color: #92a584;
  font-size: 16px;
}
.stat-value {
  font-size: 28px;
  font-weight: 550;
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 13px 0 10px;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}
.stat-value small {
  font-size: 11px;
  font-weight: 400;
  color: #939d8f;
  letter-spacing: 0;
  margin-left: 6px;
}
.stat-description {
  color: #85907f;
  font-size: 10px;
  line-height: 1.5;
}
.stat-description em {
  font-style: normal;
  color: var(--green);
}
.grid-main {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(265px, 1fr);
  gap: 22px;
  margin-bottom: 23px;
}
.grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 23px;
}
.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 9px;
  min-width: 0;
  overflow: hidden;
  margin-bottom: 23px;
}
.grid-main > .panel,
.grid-two > .panel {
  margin-bottom: 0;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 23px 18px;
  gap: 12px;
}
.panel-head p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  margin: 7px 0 0;
}
.panel-body {
  padding: 0 23px 23px;
}
.text-link {
  border: none;
  background: none;
  padding: 0;
  font-size: 11px;
  color: #6b805c;
  font-weight: 500;
  white-space: nowrap;
}
.text-link:hover {
  color: #2e522c;
}
.chart-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 23px;
  justify-content: space-between;
}
.chart-toolbar select,
.filter-select {
  font-size: 11px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: #5f7356;
  background: #fafcf7;
  max-width: 100%;
}
.segments {
  display: flex;
  gap: 3px;
  background: #f6f8f2;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.segments button {
  background: none;
  border: none;
  border-radius: 3px;
  color: #88927e;
  font-size: 10px;
  padding: 5px 9px;
}
.segments button.selected {
  background: white;
  color: #42603a;
  box-shadow: 0 1px 3px #152c1512;
}
.chart {
  padding: 10px 20px 0;
  min-height: 246px;
  position: relative;
}
.chart svg {
  width: 100%;
  height: 234px;
  overflow: visible;
  display: block;
}
.chart text {
  font-family: inherit;
  font-size: 10px;
  fill: #97a08f;
}
.chart-foot {
  padding: 13px 23px;
  border-top: 1px solid #f0f2ed;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  color: #8b9683;
}
.chart-legend:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #739a57;
  margin-right: 6px;
}
.chart-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  background: #1c332c;
  color: white;
  border-radius: 5px;
  padding: 8px 11px;
  font-size: 11px;
  box-shadow: 0 3px 15px #172c2822;
  max-width: 235px;
}
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 235px;
  padding: 35px;
  gap: 12px;
}
.empty .empty-symbol {
  font-size: 26px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: var(--soft);
  display: grid;
  place-items: center;
  color: #799367;
}
.empty p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 360px;
  margin: 0;
}
.data-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #f0f2eb;
  font-size: 11px;
  color: #7a8775;
}
.data-row:last-child {
  border-bottom: 0;
}
.data-row strong {
  font-weight: 500;
  color: #34482e;
  text-align: right;
  overflow-wrap: anywhere;
}
.data-row .mono {
  font-size: 10px;
}
.mono {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
}
.highlight-box {
  background: #f5f8ef;
  border: 1px solid #e9eedd;
  border-radius: 6px;
  padding: 14px 16px;
  margin-top: 16px;
}
.highlight-box p {
  font-size: 10px;
  line-height: 1.8;
  color: #849176;
  margin: 6px 0 0;
}
.highlight-box strong {
  font-size: 11px;
  font-weight: 550;
  color: #5d7650;
}
.vault-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #f0f2ec;
}
.vault-row:last-child {
  border-bottom: 0;
}
.vault-icon {
  height: 34px;
  width: 34px;
  background: #f0f5e8;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #739158;
  font-size: 16px;
}
.vault-row p {
  margin: 5px 0 0;
  color: #929b8b;
  font-size: 9px;
}
.vault-row h3 {
  font-size: 11px;
}
.vault-amount {
  margin-left: auto;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.vault-amount small {
  font-weight: 400;
  font-size: 10px;
  color: #8f9b85;
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 11px;
  white-space: nowrap;
}
th {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #939d89;
  background: #fafbf7;
  font-weight: 500;
  padding: 12px 23px;
  border-top: 1px solid #f1f3ed;
  border-bottom: 1px solid #edf0e7;
}
td {
  padding: 15px 23px;
  border-bottom: 1px solid #f0f2ec;
  color: #6f7f66;
}
tr:last-child td {
  border-bottom: 0;
}
tbody tr:hover {
  background: #fcfdf9;
}
.event-name {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #42573a;
  font-weight: 500;
}
.event-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #f1f5e9;
  color: #819c68;
  font-size: 14px;
}
.table-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 23px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: #929d86;
  gap: 12px;
}
.pagination {
  display: flex;
  gap: 7px;
}
.pagination button {
  width: 28px;
  height: 26px;
  font-size: 14px;
}
.search-form {
  display: flex;
  gap: 8px;
  min-width: 0;
}
.search-input {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fafbf7;
  font-size: 11px;
  padding: 9px 12px;
  min-width: 0;
  width: 240px;
  color: var(--ink);
}
.search-input::placeholder {
  color: #95a18a;
}
.filters {
  display: flex;
  gap: 10px;
  align-items: center;
}
.allocation {
  display: flex;
  height: 9px;
  border-radius: 5px;
  overflow: hidden;
  gap: 3px;
  margin: 20px 0;
}
.allocation span {
  background: #6a8b53;
}
.allocation span:nth-child(2) {
  background: #aec396;
}
.allocation span:nth-child(3) {
  background: #d3dfc6;
}
.progress {
  height: 6px;
  background: #edf1e5;
  border-radius: 5px;
  margin: 17px 0 10px;
  overflow: hidden;
}
.progress span {
  display: block;
  background: #769555;
  height: 100%;
  border-radius: 5px;
}
.muted {
  color: var(--muted);
}
.small-note {
  font-size: 10px;
  line-height: 1.8;
  color: #88977c;
  margin: 14px 0 0;
}
.metric-large {
  font-size: 33px;
  letter-spacing: -1px;
  font-weight: 500;
  margin: 6px 0 3px;
}
.metric-large small {
  font-size: 11px;
  letter-spacing: 0;
  color: var(--muted);
}
.market-hero {
  background: var(--dark);
  color: #e9f2dd;
  border-radius: 9px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 23px;
}
.market-hero .eyebrow {
  color: #90a27f;
}
.market-hero p {
  font-size: 11px;
  color: #a3b595;
  margin: 7px 0 0;
}
.market-hero .metric-large {
  font-size: 35px;
}
.market-hero .badge {
  background: #2c4535;
  color: #c4d9ab;
}
.pool-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}
.code-wrap {
  word-break: break-all;
  white-space: pre-wrap;
  font-family: Consolas, monospace;
  font-size: 11px;
  line-height: 1.7;
  background: #f5f7f0;
  border-radius: 6px;
  padding: 16px;
}
.error-text {
  color: var(--red);
  font-size: 12px;
}
footer {
  border-top: 1px solid var(--line);
  margin-top: 31px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #9aa18f;
  font-size: 9px;
}
.footer-dot {
  margin: 0 8px;
}
.loading-state {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--muted);
}
.loading-state h2 {
  color: var(--ink);
}
.loading-state p {
  font-size: 12px;
}
.loader {
  width: 28px;
  height: 28px;
  border: 2px solid var(--line);
  border-top-color: #6d8f55;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.skip-link {
  position: absolute;
  left: 240px;
  top: -50px;
  background: white;
  z-index: 100;
  padding: 12px;
}
.skip-link:focus {
  top: 0;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0;
  width: min(640px, calc(100% - 30px));
  max-height: 85vh;
  box-shadow: 0 20px 90px #172c2833;
  color: var(--ink);
}
dialog::backdrop {
  background: #172c2870;
  backdrop-filter: blur(2px);
}
.dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}
#detail-body {
  padding: 22px 24px;
  overflow-wrap: anywhere;
}
#detail-body .data-row {
  align-items: flex-start;
}
#detail-body .data-row strong {
  max-width: 72%;
}
.dialog-events {
  margin-top: 23px;
}
.dialog-events button {
  display: block;
  text-align: left;
  width: 100%;
  background: #fafbf6;
  border: 1px solid var(--line);
  padding: 11px;
  border-radius: 5px;
  margin-top: 7px;
  font-size: 11px;
}
.balance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.balance-grid .highlight-box {
  margin: 0;
}
.issue-list {
  padding-left: 18px;
  font-size: 11px;
  line-height: 1.8;
}
.filter-title {
  font-size: 11px;
  color: var(--muted);
}
@media (min-width: 1500px) {
  main {
    padding-top: 44px;
  }
  .stat {
    padding: 23px;
  }
  .chart svg {
    height: 260px;
  }
  .chart {
    min-height: 270px;
  }
  .sidebar {
    padding-top: 38px;
  }
}
@media (max-width: 1180px) {
  :root {
    --sidebar: 194px;
  }
  .sidebar {
    padding: 30px 14px;
  }
  .brand {
    font-size: 13px;
    letter-spacing: 1.4px;
  }
  .brand small {
    font-size: 8px;
  }
  .sidebar nav a {
    font-size: 11px;
    padding: 12px 10px;
  }
  main {
    padding: 28px 25px 15px;
  }
  .topbar {
    padding: 0 25px;
  }
  .stats {
    gap: 12px;
  }
  .stat {
    padding: 17px;
  }
  .stat-value {
    font-size: 24px;
  }
  .grid-main {
    grid-template-columns: minmax(0, 1.6fr) minmax(250px, 1fr);
    gap: 16px;
  }
  .grid-two {
    gap: 16px;
  }
  .panel-head,
  .panel-body {
    padding-left: 19px;
    padding-right: 19px;
  }
  .chart-toolbar {
    padding: 0 19px;
    gap: 6px;
  }
  .segments button {
    padding: 5px 6px;
  }
  th,
  td {
    padding-left: 19px;
    padding-right: 19px;
  }
  .search-input {
    width: 190px;
  }
}
@media (max-width: 960px) {
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-main,
  .grid-two {
    grid-template-columns: 1fr;
  }
  .page-heading {
    align-items: flex-start;
  }
  .page-heading > .button {
    font-size: 10px;
  }
  .panel-head {
    flex-wrap: wrap;
  }
  .sidebar-bottom {
    padding-left: 4px;
    padding-right: 4px;
  }
  .chart svg {
    height: 250px;
  }
  .pool-details {
    grid-template-columns: 1fr;
  }
  .filters {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  :root {
    --sidebar: 0px;
  }
  .sidebar {
    position: static;
    width: auto;
    padding: 16px 18px 0;
    gap: 14px;
  }
  .brand {
    font-size: 12px;
  }
  .brand-mark {
    width: 29px;
    height: 31px;
    font-size: 30px;
  }
  .brand small {
    display: none;
  }
  .nav-label,
  .sidebar-bottom {
    display: none;
  }
  .sidebar nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 4px;
    padding-bottom: 10px;
  }
  .sidebar nav a {
    font-size: 10px;
    padding: 8px 11px;
    white-space: nowrap;
    gap: 6px;
  }
  .nav-icon {
    font-size: 16px;
    width: 15px;
  }
  .topbar {
    height: 54px;
    padding: 0 19px;
  }
  .breadcrumb {
    font-size: 10px;
  }
  .topbar-actions {
    gap: 9px;
  }
  main {
    padding: 25px 17px 8px;
  }
  .eyebrow {
    font-size: 8px;
  }
  h1 {
    font-size: 25px;
  }
  .page-heading {
    margin-bottom: 21px;
    gap: 8px;
  }
  .page-heading p {
    font-size: 11px;
    max-width: 230px;
  }
  .page-heading > .button {
    padding: 8px;
    font-size: 0;
  }
  .page-heading > .button::after {
    content: "↓ JSON";
    font-size: 10px;
  }
  .stats {
    gap: 10px;
    margin-bottom: 17px;
  }
  .stat {
    padding: 15px 13px;
  }
  .stat-value {
    font-size: 23px;
  }
  .stat-value small {
    font-size: 9px;
    margin-left: 4px;
  }
  .stat-top {
    font-size: 10px;
  }
  .stat-symbol {
    font-size: 13px;
  }
  .stat-description {
    font-size: 9px;
  }
  .notice {
    padding: 12px;
    gap: 8px;
    font-size: 10px;
  }
  .notice .button {
    font-size: 9px;
    padding: 6px;
  }
  .grid-main,
  .grid-two {
    gap: 17px;
    margin-bottom: 17px;
  }
  .panel {
    margin-bottom: 17px;
  }
  .panel-head {
    padding: 18px 16px;
  }
  .panel-body {
    padding: 0 16px 18px;
  }
  .panel-head h2 {
    font-size: 14px;
  }
  .chart-toolbar {
    padding: 0 16px;
  }
  .chart-toolbar select {
    max-width: 165px;
    font-size: 10px;
  }
  .segments button {
    font-size: 9px;
    padding: 5px 7px;
  }
  .chart {
    padding: 8px 8px 0;
    min-height: 230px;
  }
  .chart svg {
    height: 220px;
  }
  .chart-foot {
    padding: 12px 16px;
    font-size: 8px;
  }
  .chart-foot > span:last-child {
    max-width: 150px;
    text-align: right;
  }
  .search-form {
    width: 100%;
  }
  .search-input {
    width: 100%;
    flex: 1;
  }
  .filters {
    width: 100%;
  }
  .filter-select {
    max-width: 150px;
  }
  th,
  td {
    padding: 12px 16px;
  }
  .table-foot {
    padding: 13px 16px;
    font-size: 9px;
  }
  .market-hero {
    padding: 21px 18px;
    align-items: flex-start;
    gap: 10px;
  }
  .market-hero .metric-large {
    font-size: 27px;
  }
  .market-hero p {
    font-size: 10px;
  }
  .market-hero .badge {
    font-size: 8px;
  }
  .balance-grid {
    grid-template-columns: 1fr;
  }
  footer {
    font-size: 8px;
    flex-direction: column;
    gap: 9px;
  }
  .skip-link {
    left: 15px;
  }
  #detail-body {
    padding: 18px;
  }
  .dialog-header {
    padding: 16px 18px;
  }
  .pool-details .data-row strong {
    max-width: 65%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
