:root {
      --bg-page: #070a10;
      --surface: #0e141f;
      --surface-soft: rgba(12, 18, 28, 0.88);
      --surface-strong: rgba(8, 12, 18, 0.94);
      --field-bg: #0b111a;
      --chip-bg: rgba(11, 17, 27, 0.9);
      --line: #233047;
      --line-soft: rgba(93, 129, 171, 0.22);
      --text: #e9f0ff;
      --muted: #8fa0bc;
      --muted-strong: #b9c6db;
      --accent: #22c55e;
      --accent-soft: rgba(34, 197, 94, 0.14);
      --header-ring: #9ec5ff;
      --danger: #ef4444;
      --shadow: 0 24px 60px rgba(2, 6, 15, 0.42);
      --table-row-odd: rgba(17, 22, 29, 0.68);
      --table-row-even: rgba(9, 13, 19, 0.6);
      --table-row-hover: rgba(20, 33, 49, 0.72);
      --page-width: 1620px;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      min-height: 100%;
      background:
        radial-gradient(1100px 520px at 5% -10%, rgba(139, 180, 255, 0.18), transparent 55%),
        radial-gradient(860px 420px at 96% -12%, rgba(34, 197, 94, 0.1), transparent 52%),
        linear-gradient(180deg, #06080e 0%, var(--bg-page) 42%, #06080d 100%);
      color: var(--text);
      font-family: "Space Grotesk", "Segoe UI", Tahoma, sans-serif;
    }

    body {
      overflow-x: hidden;
    }

    a,
    button,
    input {
      font: inherit;
    }

    [hidden] {
      display: none !important;
    }

    .matrix-rain {
      position: fixed;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
      opacity: 0.32;
    }

    .page {
      position: relative;
      z-index: 1;
      padding: 10px 12px 18px;
    }

    .corner-brand {
      position: fixed;
      top: 12px;
      left: 14px;
      z-index: 3;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      pointer-events: none;
    }

    .corner-logo {
      display: block;
      width: 172px;
      height: auto;
      filter: drop-shadow(0 10px 22px rgba(2, 6, 15, 0.34));
    }

    .beta-badge {
      position: static;
      padding: 4px 9px;
      border: 1px solid rgba(244, 191, 117, 0.34);
      border-radius: 999px;
      background: rgba(42, 28, 10, 0.92);
      color: #ffd89b;
      font-size: 0.65rem;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      font-weight: 700;
      box-shadow: 0 10px 22px rgba(2, 6, 15, 0.28);
      pointer-events: none;
    }

    .shell {
      max-width: var(--page-width);
      margin: 0 auto;
      display: grid;
      gap: 10px;
    }

    .site-disclaimer,
    .menu-card,
    .table-card,
    .seo-section {
      border: 1px solid var(--line);
      border-radius: 16px;
      box-shadow: var(--shadow);
    }

    .site-disclaimer {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 10px;
      align-items: center;
      padding: 10px 12px;
      border-color: rgba(153, 63, 63, 0.4);
      background: linear-gradient(180deg, rgba(28, 15, 18, 0.94), rgba(18, 10, 12, 0.9));
    }

    .disclaimer-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      border: 1px solid rgba(239, 68, 68, 0.38);
      background: rgba(70, 20, 20, 0.7);
      color: #ffd2d2;
      font-size: 0.67rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .disclaimer-copy {
      margin: 0;
      color: #f0cccc;
      font-size: 0.79rem;
      line-height: 1.45;
      font-weight: 500;
    }

    .disclaimer-details {
      justify-self: end;
    }

    .disclaimer-details summary {
      cursor: pointer;
      color: #ffd5d5;
      font-size: 0.75rem;
      font-weight: 600;
      list-style: none;
    }

    .disclaimer-details summary::-webkit-details-marker {
      display: none;
    }

    .disclaimer-details p {
      margin: 8px 0 0;
      max-width: 640px;
      color: #e5b6b6;
      font-size: 0.75rem;
      line-height: 1.55;
    }

    .view-switch-row {
      display: flex;
      gap: 7px;
      flex-wrap: wrap;
    }

    .view-switch-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 0 13px;
      border-radius: 10px;
      border: 1px solid #365c8d;
      background: rgba(12, 22, 35, 0.8);
      color: #dcecff;
      text-decoration: none;
      font-size: 0.72rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 700;
      transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
    }

    .view-switch-btn:hover {
      transform: translateY(-1px);
      border-color: #5d83b2;
      background: rgba(19, 32, 50, 0.92);
    }

    .view-switch-btn.is-active {
      border-color: var(--accent);
      background: linear-gradient(135deg, rgba(23, 72, 40, 0.95), rgba(15, 33, 24, 0.95));
      color: #eafff0;
      box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.2) inset;
    }

    .scanner-shell {
      display: grid;
      gap: 10px;
    }

    .menu-card {
      position: relative;
      overflow: hidden;
      padding: 14px;
      display: grid;
      gap: 10px;
      border-color: #2c3a53;
      background: linear-gradient(140deg, rgba(18, 28, 44, 0.94) 0%, rgba(13, 20, 33, 0.92) 58%, rgba(10, 16, 24, 0.92) 100%);
    }

    .menu-head {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px 16px;
      flex-wrap: wrap;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }

    .brand-logo {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      border: 1px solid #3a4b68;
      background: linear-gradient(150deg, #1a2740 0%, #111c2f 60%, #122024 100%);
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
    }

    .logo-ring {
      width: 26px;
      height: 26px;
      border-radius: 999px;
      border: 2px solid var(--header-ring);
      opacity: 0.95;
    }

    .brand-logo-core {
      position: absolute;
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #d8ecff;
    }

    .brand-copy {
      min-width: 0;
    }

    .brand-kicker {
      display: inline-block;
      color: #a7cbff;
      font-size: 0.66rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-weight: 700;
    }

    .brand-copy h1,
    .brand-copy h2 {
      margin: 2px 0 0;
      font-size: 1.08rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      line-height: 1.05;
    }

    .brand-copy p {
      margin: 4px 0 0;
      color: #b7c5da;
      font-size: 0.79rem;
      max-width: 760px;
    }

    .status-inline {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      justify-content: flex-end;
      align-items: center;
      min-width: 0;
    }

    .status-chip,
    .status-note,
    .status-snapshot,
    .status-text {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      border-radius: 999px;
      border: 1px solid var(--line-soft);
      background: var(--chip-bg);
      padding: 0 10px;
      font-size: 0.74rem;
      line-height: 1;
      color: var(--muted-strong);
      white-space: nowrap;
    }

    .status-chip {
      border-color: rgba(59, 157, 102, 0.65);
      color: var(--accent);
      background: rgba(8, 28, 16, 0.92);
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .status-chip.status-chip-error {
      border-color: rgba(239, 68, 68, 0.48);
      color: #ffb7b7;
      background: rgba(42, 16, 16, 0.92);
    }

    .status-note {
      color: #dce9ff;
      font-weight: 600;
    }

    .status-snapshot {
      padding: 0 12px;
      color: #eff5ff;
      background: linear-gradient(180deg, rgba(17, 31, 49, 0.95), rgba(12, 19, 31, 0.95));
      border-color: rgba(120, 166, 219, 0.28);
      font-weight: 600;
    }

    .toolbar {
      position: relative;
      z-index: 1;
      border: 1px solid #31415b;
      border-radius: 12px;
      background: rgba(9, 15, 24, 0.78);
      padding: 10px;
      display: grid;
      grid-template-columns: minmax(0, 1.8fr) auto;
      gap: 10px;
      align-items: end;
      box-shadow: inset 0 0 0 1px rgba(155, 201, 255, 0.06);
    }

    .toolbar-section {
      min-width: 0;
    }

    .toolbar-filters {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
      gap: 8px;
      align-items: end;
    }

    .field {
      min-width: 0;
      display: grid;
      gap: 4px;
    }

    .field span {
      font-size: 0.63rem;
      color: #9fb2cc;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-weight: 600;
    }

    .field input {
      width: 100%;
      height: 36px;
      border: 1px solid #2a3a55;
      border-radius: 10px;
      background: var(--field-bg);
      color: #e6efff;
      padding: 0 10px;
      font-size: 0.88rem;
      outline: none;
    }

    .field input:focus {
      border-color: rgba(158, 197, 255, 0.65);
      box-shadow: 0 0 0 3px rgba(158, 197, 255, 0.12);
    }

    .chip-toggle {
      min-height: 36px;
      padding: 0 11px;
      border: 1px solid #314461;
      border-radius: 999px;
      background: #0f1724;
      color: #dde8f9;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 0.8rem;
      white-space: nowrap;
      cursor: pointer;
    }

    .chip-toggle input {
      margin: 0;
      accent-color: var(--accent);
    }

    .chip-toggle.is-on {
      border-color: #4ca770;
      background: #102017;
      color: #d3ffe4;
    }

    .toolbar-controls {
      display: grid;
      grid-template-columns: auto 132px auto;
      gap: 8px;
      align-items: end;
      justify-content: end;
    }

    .interval-field {
      width: 132px;
    }

    .btn {
      height: 36px;
      border: 1px solid #2f3f5a;
      border-radius: 10px;
      background: #0f1622;
      color: #e5eefc;
      padding: 0 12px;
      font-size: 0.8rem;
      font-weight: 700;
      cursor: pointer;
      white-space: nowrap;
    }

    .btn:hover:not(:disabled) {
      transform: translateY(-1px);
    }

    .btn:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }

    .btn.btn-primary {
      border-color: var(--accent);
      background: linear-gradient(180deg, #36d96f, #20b258);
      color: #08110c;
    }

    .overview-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }

    .overview-card {
      border: 1px solid #2d3c56;
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(8, 14, 23, 0.92), rgba(11, 19, 30, 0.84));
      padding: 10px 11px;
      min-width: 0;
    }

    .overview-label {
      display: block;
      color: #8ea3c0;
      font-size: 0.63rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-weight: 700;
    }

    .overview-value {
      display: block;
      margin-top: 4px;
      color: #edf4ff;
      font-size: 0.9rem;
      line-height: 1.35;
      letter-spacing: 0.01em;
    }

    .overview-meta {
      margin: 5px 0 0;
      color: #9db1cc;
      font-size: 0.74rem;
      line-height: 1.45;
    }

    .scanner-details {
      border-top: 1px solid rgba(63, 85, 120, 0.38);
      padding-top: 8px;
    }

    .scanner-details summary {
      cursor: pointer;
      list-style: none;
      color: #d7e6ff;
      font-size: 0.76rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .scanner-details summary::-webkit-details-marker {
      display: none;
    }

    .scanner-details summary::after {
      content: " +";
      color: #8dbdff;
    }

    .scanner-details[open] summary::after {
      content: " -";
    }

    .scanner-details-body {
      margin-top: 10px;
      display: grid;
      gap: 8px;
    }

    .details-title {
      margin: 0;
      color: #edf4ff;
      font-size: 0.84rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .scanner-details-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }

    .detail-card {
      border: 1px solid rgba(67, 92, 126, 0.32);
      border-radius: 12px;
      background: rgba(8, 12, 18, 0.72);
      padding: 10px 11px;
    }

    .detail-card h3 {
      margin: 0 0 4px;
      font-size: 0.76rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #a9c8f5;
    }

    .detail-card p {
      margin: 0;
      color: #a9b9cf;
      font-size: 0.77rem;
      line-height: 1.5;
    }

    .error-banner {
      border: 1px solid rgba(140, 51, 51, 0.72);
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(31, 14, 18, 0.94), rgba(24, 12, 15, 0.94));
      color: #efb4b4;
      padding: 10px 12px;
      font-size: 0.84rem;
    }

    .table-card {
      overflow: hidden;
      background: linear-gradient(180deg, rgba(13, 17, 24, 0.72) 0%, rgba(9, 12, 18, 0.66) 100%);
      box-shadow:
        var(--shadow),
        inset 0 1px 0 rgba(173, 212, 255, 0.04);
    }

    .table-card-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 12px 8px;
      border-bottom: 1px solid rgba(46, 63, 90, 0.78);
      background: linear-gradient(180deg, rgba(12, 17, 24, 0.92), rgba(10, 14, 20, 0.76));
    }

    .table-card-head h2 {
      margin: 0;
      font-size: 0.83rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #edf4ff;
    }

    .table-card-head p {
      margin: 4px 0 0;
      color: #90a4c1;
      font-size: 0.76rem;
      line-height: 1.45;
    }

    .table-wrap {
      overflow-x: hidden;
      padding: 0 10px 6px;
    }

    .seo-section {
      display: grid;
      gap: 12px;
      padding: 14px;
      background: linear-gradient(180deg, rgba(12, 18, 28, 0.92), rgba(10, 14, 22, 0.9));
    }

    .seo-section-head h2 {
      margin: 0;
      font-size: 1rem;
      letter-spacing: 0.03em;
      color: #edf4ff;
    }

    .seo-section-head p {
      margin: 6px 0 0;
      color: #a7b8cf;
      font-size: 0.83rem;
      line-height: 1.55;
      max-width: 860px;
    }

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

    .seo-card {
      border: 1px solid rgba(53, 72, 102, 0.5);
      border-radius: 14px;
      padding: 12px;
      background: linear-gradient(180deg, rgba(9, 13, 21, 0.9), rgba(7, 11, 17, 0.88));
    }

    .seo-card h3 {
      margin: 0;
      color: #d8e7ff;
      font-size: 0.82rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .seo-card p {
      margin: 7px 0 0;
      color: #a7b8cf;
      font-size: 0.82rem;
      line-height: 1.6;
    }

    .seo-card code {
      color: #bfe1ff;
      font-family: "JetBrains Mono", Consolas, "Courier New", monospace;
      font-size: 0.76rem;
    }

    .seo-card-compact {
      min-height: 100%;
    }

    .seo-link-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 9px;
    }

    .seo-link-chip {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 10px;
      border-radius: 999px;
      border: 1px solid rgba(103, 134, 179, 0.34);
      background: rgba(15, 23, 35, 0.92);
      color: #dbe8ff;
      text-decoration: none;
      font-size: 0.76rem;
      font-weight: 600;
    }

    .seo-link-chip:hover {
      border-color: rgba(158, 197, 255, 0.56);
      color: #ffffff;
    }

    .token-table {
      width: 100%;
      min-width: 0;
      table-layout: fixed;
      border-collapse: separate;
      border-spacing: 0;
    }

    .token-table th,
    .token-table td {
      border-bottom: 1px solid #1a1f27;
      overflow: hidden;
    }

    .token-table th {
      position: sticky;
      top: 0;
      z-index: 3;
      background: linear-gradient(180deg, rgba(8, 11, 16, 0.96), rgba(8, 12, 18, 0.9));
      color: #f2f7ff;
      padding: 10px 8px;
      text-align: left;
      white-space: nowrap;
      font-size: 0.66rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 600;
      box-shadow: inset 0 -1px 0 rgba(38, 58, 87, 0.75);
    }

    .token-table th.sortable {
      cursor: pointer;
      user-select: none;
    }

    .token-table th.sortable:hover {
      color: #ffffff;
      background: #0d1118;
    }

    .token-table th.sorted {
      color: #f9fffb;
      background: rgba(13, 17, 24, 0.94);
    }

    .token-table .sort-arrow {
      display: inline-block;
      margin-left: 6px;
      color: var(--accent);
      font-size: 0.7rem;
      line-height: 1;
      vertical-align: middle;
      transform: translateY(-1px);
    }

    .token-table td {
      padding: 9px 8px;
      font-size: 0.79rem;
      color: #d6dde8;
      vertical-align: middle;
    }

    .token-table th:first-child,
    .token-table td:first-child {
      text-align: center;
      width: 4%;
      padding-left: 8px;
    }

    .token-table th:last-child,
    .token-table td:last-child {
      padding-right: 8px;
    }

    .token-table th:nth-child(2),
    .token-table td:nth-child(2) {
      width: 18%;
    }

    .token-table th:nth-child(3),
    .token-table td:nth-child(3),
    .token-table th:nth-child(4),
    .token-table td:nth-child(4),
    .token-table th:nth-child(5),
    .token-table td:nth-child(5),
    .token-table th:nth-child(9),
    .token-table td:nth-child(9),
    .token-table th:nth-child(10),
    .token-table td:nth-child(10),
    .token-table th:nth-child(11),
    .token-table td:nth-child(11) {
      width: 7%;
    }

    .token-table th:nth-child(6),
    .token-table td:nth-child(6),
    .token-table th:nth-child(12),
    .token-table td:nth-child(12) {
      width: 5.5%;
    }

    .token-table th:nth-child(7),
    .token-table td:nth-child(7),
    .token-table th:nth-child(8),
    .token-table td:nth-child(8) {
      width: 7%;
    }

    .token-table th:nth-child(13),
    .token-table td:nth-child(13) {
      width: 9.5%;
    }

    .token-table thead th:first-child {
      border-top-left-radius: 12px;
    }

    .token-table thead th:last-child {
      border-top-right-radius: 12px;
    }

    .token-table tbody tr:nth-child(odd) td {
      background: var(--table-row-odd);
    }

    .token-table tbody tr:nth-child(even) td {
      background: var(--table-row-even);
    }

    .token-table tbody tr:hover td {
      background: linear-gradient(180deg, rgba(16, 28, 42, 0.92), rgba(12, 21, 33, 0.92));
      box-shadow: inset 0 1px 0 rgba(120, 179, 255, 0.04), inset 0 -1px 0 rgba(120, 179, 255, 0.04);
    }

    .numeric {
      text-align: right;
      font-family: "JetBrains Mono", Consolas, "Courier New", monospace;
      font-variant-numeric: tabular-nums;
    }

    .rank-cell {
      color: #edf4ff;
      font-weight: 700;
      font-size: 0.85rem;
      letter-spacing: 0.02em;
    }

    .token-cell-inner {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
    }

    .token-cell-inner > div {
      min-width: 0;
    }

    .token-avatar {
      width: 42px;
      height: 42px;
      border: 1px solid #313844;
      border-radius: 12px;
      overflow: hidden;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, #171b22 0%, #101419 100%);
      color: #d0d6df;
      font-size: 1.12rem;
      font-weight: 700;
      flex: 0 0 auto;
    }

    .token-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .token-name {
      display: block;
      color: #edf4ff;
      font-weight: 600;
      max-width: none;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .token-symbol {
      display: block;
      margin-top: 3px;
      color: #8ee6b0;
      font-size: 0.72rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .token-id-preview {
      display: block;
      margin-top: 3px;
      color: #8091ab;
      font-size: 0.68rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .metric-chip {
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
      min-width: 0;
      max-width: 100%;
      padding: 4px 6px;
      border-radius: 10px;
      border: 1px solid #2b3444;
      background: rgba(10, 14, 20, 0.88);
      white-space: nowrap;
    }

    .metric-chip-price {
      border-color: rgba(89, 176, 255, 0.38);
      background: linear-gradient(180deg, rgba(18, 36, 58, 0.95), rgba(10, 19, 31, 0.95));
      color: #bfe1ff;
    }

    .metric-chip-volume {
      border-color: rgba(34, 197, 94, 0.34);
      background: linear-gradient(180deg, rgba(16, 38, 25, 0.95), rgba(8, 23, 15, 0.95));
      color: #9bf2be;
    }

    .metric-chip-liquidity {
      border-color: rgba(244, 191, 117, 0.32);
      background: linear-gradient(180deg, rgba(46, 31, 11, 0.95), rgba(26, 17, 6, 0.95));
      color: #ffd89b;
    }

    .tx-cell,
    .age-cell {
      color: #b0bed4;
      font-size: 0.75rem;
      white-space: nowrap;
    }

    .change-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-width: 0;
      max-width: 100%;
      height: 26px;
      padding: 0 6px;
      border-radius: 999px;
      border: 1px solid #525b69;
      background: #02050a;
      font-family: "JetBrains Mono", Consolas, "Courier New", monospace;
      font-size: 0.74rem;
      white-space: nowrap;
    }

    .trend-up {
      color: #7dffb7;
      border-color: #1fd07c;
    }

    .trend-down {
      color: #ff9090;
      border-color: #f25e5e;
    }

    .trend-flat {
      color: #e5ecf8;
      border-color: #5a6270;
    }

    .score-pill {
      display: inline-block;
      width: 100%;
      min-width: 0;
      border: 1px solid #343b47;
      border-radius: 8px;
      background: #11161f;
      color: #d8dfe9;
      padding: 3px 6px;
      text-align: right;
      font-weight: 600;
      font-family: "JetBrains Mono", Consolas, "Courier New", monospace;
      white-space: nowrap;
    }

    .metric-mc-small,
    .metric-mc-mid,
    .metric-mc-large,
    .metric-mc-unknown {
      color: #7ea6d4;
    }

    .actions-cell-inner {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
      min-width: 0;
    }

    .links-cell {
      min-width: 0;
    }

    .mini-btn {
      height: 28px;
      border: 1px solid #2f3642;
      border-radius: 999px;
      background: #10151e;
      color: #cfd7e3;
      text-decoration: none;
      font-size: 0.72rem;
      font-weight: 500;
      padding: 0 10px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      max-width: 100%;
    }

    .addr-btn {
      max-width: 84px;
      overflow: hidden;
      text-overflow: ellipsis;
      border-color: #32435d;
      background: rgba(13, 21, 33, 0.96);
    }

    .dex-btn {
      min-width: 46px;
      border-color: rgba(244, 191, 117, 0.34);
      background: rgba(40, 27, 11, 0.92);
      color: #ffd89b;
    }

    .spinner-box,
    .empty {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 22px;
      color: var(--muted);
    }

    .table-footer {
      padding: 10px 12px;
      border-top: 1px solid #2c3d59;
      color: #96a8c2;
      font-size: 0.8rem;
    }

    .spinner {
      width: 16px;
      height: 16px;
      border: 2px solid #334964;
      border-top-color: var(--accent);
      border-radius: 50%;
      animation: spin 0.9s linear infinite;
    }

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

    @media (min-width: 1320px) {
      .shell {
        padding-left: 136px;
      }
    }

    @media (max-width: 1500px) {
      .toolbar {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 1240px) {
      .menu-head {
        align-items: flex-start;
      }

      .status-inline {
        justify-content: flex-start;
      }

      .scanner-details-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 1120px) {
      .overview-strip {
        grid-template-columns: 1fr;
      }

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

    @media (max-width: 1360px) {
      .token-table th:nth-child(6),
      .token-table td:nth-child(6),
      .token-table th:nth-child(7),
      .token-table td:nth-child(7),
      .token-table th:nth-child(9),
      .token-table td:nth-child(9) {
        display: none;
      }
    }

    @media (max-width: 1180px) {
      .token-table th:nth-child(8),
      .token-table td:nth-child(8),
      .token-table th:nth-child(11),
      .token-table td:nth-child(11),
      .token-table th:nth-child(12),
      .token-table td:nth-child(12) {
        display: none;
      }
    }

    @media (max-width: 980px) {
      .site-disclaimer {
        grid-template-columns: 1fr;
        align-items: flex-start;
      }

      .disclaimer-details {
        justify-self: start;
      }

      .toolbar-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .toolbar-controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
      }

      .toolbar-controls .btn,
      .toolbar-controls .chip-toggle,
      .interval-field {
        width: 100%;
      }

      .status-snapshot {
        width: 100%;
        justify-content: center;
      }

      .table-wrap {
        padding: 0 10px 6px;
      }

      .token-table th:nth-child(10),
      .token-table td:nth-child(10) {
        display: none;
      }
    }

    @media (max-width: 760px) {
      .page {
        padding: 8px;
      }

      .corner-brand {
        top: 10px;
        left: 10px;
        gap: 6px;
      }

      .corner-logo {
        width: 92px;
      }

      .shell {
        gap: 8px;
      }

      .menu-card,
      .seo-section {
        padding: 12px;
      }

      .brand {
        align-items: flex-start;
      }

      .brand-copy h1,
      .brand-copy h2 {
        font-size: 1rem;
      }

      .brand-copy p {
        font-size: 0.76rem;
      }

      .toolbar,
      .toolbar-filters,
      .toolbar-controls,
      .seo-grid {
        grid-template-columns: 1fr;
      }

      .overview-card,
      .detail-card,
      .seo-card {
        padding: 11px;
      }

      .table-card-head {
        padding: 9px 10px 8px;
      }

      .table-card-head h2 {
        font-size: 0.79rem;
      }

      .table-wrap {
        padding: 0 8px 6px;
      }

      .token-table {
        width: 100%;
        min-width: 0;
      }

      .token-table th,
      .token-table td {
        padding: 9px 8px;
      }

      .token-avatar {
        width: 42px;
        height: 42px;
      }

      .token-name {
        max-width: 120px;
      }

      .metric-chip {
        min-width: 70px;
        padding: 4px 7px;
      }

      .actions-cell-inner {
        min-width: 96px;
        gap: 6px;
      }

      .addr-btn {
        max-width: 96px;
      }
    }
