/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
}
:root {
  --bg: #070b12;
  --bg-alt: #0b1220;
  --panel: rgba(11, 18, 32, 0.78);
  --panel-strong: rgba(9, 14, 25, 0.92);
  --line: rgba(148, 163, 184, 0.16);
  --line-strong: rgba(148, 163, 184, 0.24);
  --text: #e8eef8;
  --muted: #92a0b5;
  --soft: #c7d2e3;
  --cyan: #52f3d1;
  --blue: #60a5fa;
  --green: #34d399;
  --gold: #f5c15d;
  --danger: #fb7185;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(96, 165, 250, 0.14), transparent 30%),
        radial-gradient(circle at top right, rgba(82, 243, 209, 0.08), transparent 26%),
        linear-gradient(180deg, #060a11 0%, #0b1220 100%);
  color: var(--text);
  font-family: var(--font-sans);
}
a {
  color: inherit;
}
.app-shell {
  min-height: 100vh;
}
.app-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image: linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
}
.app-shell > * {
  position: relative;
  z-index: 1;
}
.section-inner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.wallet-button,
.primary-button,
.refresh-button {
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.primary-button {
  padding: 0 18px;
  background: linear-gradient(135deg, var(--cyan), #7dd3fc);
  color: #061019;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 30px rgba(82, 243, 209, 0.16);
}
.primary-button:hover {
  transform: translateY(-1px);
}
.primary-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.refresh-button {
  padding: 0 12px;
  background: transparent;
  color: var(--soft);
}
.leaderboard-main {
  padding: 28px 0 72px;
}
.leaderboard-intro {
  display: grid;
  gap: 20px;
  margin-bottom: 18px;
}
.leaderboard-intro-copy {
  max-width: 780px;
}
.eyebrow {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(82, 243, 209, 0.06);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
}
.leaderboard-title {
  margin: 16px 0 12px;
  font-size: clamp(3.2rem, 9vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 900;
  text-shadow: 0 10px 30px rgba(96, 165, 250, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #d7e7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.leaderboard-copy {
  max-width: 640px;
  margin: 0;
  color: var(--soft);
  font-size: 1.05rem;
  line-height: 1.65;
}
.leaderboard-title-compact {
  margin: 12px 0 10px;
  font-size: clamp(2.8rem, 7vw, 4.8rem);
}
.leaderboard-copy-compact,
.leaderboard-copy {
  max-width: 820px;
}
.hero-metrics {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.hero-metrics-inline {
  margin-top: 0;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.leaderboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}
.leaderboard-column,
.sidebar-column {
  min-width: 0;
}
.sidebar-stack {
  position: sticky;
  top: 22px;
  display: grid;
  gap: 16px;
}
.treasury-panel {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(82, 243, 209, 0.04), rgba(255, 255, 255, 0.01)),
        var(--panel);
}
.treasury-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.treasury-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.treasury-link {
  color: var(--cyan);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}
.treasury-link:hover {
  text-decoration: underline;
}
.treasury-address {
  margin-top: 10px;
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}
.treasury-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}
.treasury-action {
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.treasury-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: var(--muted);
  font-size: 0.84rem;
}
.treasury-stats strong {
  color: var(--text);
  margin-right: 6px;
}
.metric-card,
.position-panel,
.leaderboard-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(18px);
}
.metric-card {
  min-width: 0;
  border-radius: 16px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(96, 165, 250, 0.04), rgba(255, 255, 255, 0.01)),
        var(--panel);
}
.metric-card span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.metric-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.15rem;
  line-height: 1.2;
  color: var(--text);
}
.position-panel {
  border-radius: 18px;
  padding: 24px;
  background: radial-gradient(circle at top right, rgba(82, 243, 209, 0.08), transparent 36%),
        linear-gradient(180deg, rgba(96, 165, 250, 0.04), rgba(255, 255, 255, 0.01)),
        var(--panel);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  min-height: 0;
}
.position-panel.is-ranked {
  border-color: rgba(82, 243, 209, 0.3);
}
.panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.panel-label,
.position-grid span,
.leaderboard-head,
.wallet-secondary,
.board-toolbar {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.panel-label {
  color: var(--muted);
  font-weight: 800;
}
.panel-rank {
  color: var(--cyan);
  font-weight: 800;
}
.position-panel h2 {
  margin: 12px 0 6px;
  font-size: 2rem;
  line-height: 1;
}
.position-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.wallet-subtitle {
  margin-bottom: 16px !important;
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.86rem;
}
.position-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.position-grid div {
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  padding: 12px;
}
.position-grid span {
  display: block;
  color: var(--muted);
  font-weight: 700;
}
.position-grid strong {
  display: block;
  margin-top: 7px;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--text);
}
.panel-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.secondary-button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--soft);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.secondary-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.05);
}
.claim-button {
  width: 100%;
  margin-top: 0;
}
.inline-note,
.inline-error {
  margin-top: 10px;
  font-size: 0.84rem;
  line-height: 1.5;
}
.inline-note {
  color: var(--muted);
}
.inline-error {
  color: #fda4af;
}
.board-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: sticky;
  top: 0;
  z-index: 6;
  padding: 14px 16px;
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(9, 14, 25, 0.78);
  backdrop-filter: blur(18px);
  color: var(--muted);
  font-weight: 700;
}
.board-toolbar-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.board-toolbar-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.leaderboard-panel {
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(96, 165, 250, 0.03), rgba(255, 255, 255, 0)),
        var(--panel-strong);
}
#leaderboard-root .leaderboard-panel {
  max-height: none;
  min-height: 72vh;
  overflow: hidden;
}
.leaderboard-head,
.leaderboard-row {
  display: grid;
  grid-template-columns: 72px minmax(180px, 1fr) minmax(140px, 190px) minmax(160px, 220px) minmax(120px, 150px);
  gap: 14px;
  align-items: center;
}
.leaderboard-head {
  position: sticky;
  top: 0;
  z-index: 4;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 14, 25, 0.96);
  backdrop-filter: blur(12px);
  color: var(--muted);
  font-weight: 800;
}
.leaderboard-row {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
  transition: background 0.18s ease;
  content-visibility: auto;
  contain-intrinsic-size: 72px;
}
.leaderboard-row:hover {
  background: rgba(255, 255, 255, 0.03);
}
.leaderboard-row:last-child {
  border-bottom: 0;
}
.leaderboard-row.is-connected-wallet {
  background: rgba(82, 243, 209, 0.08);
  box-shadow: inset 3px 0 0 var(--cyan);
}
.rank-badge {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(96, 165, 250, 0.18);
  color: var(--text);
  font-weight: 800;
}
.rank-badge.rank-1 {
  background: linear-gradient(135deg, rgba(245, 193, 93, 0.28), rgba(251, 113, 133, 0.22));
}
.rank-badge.rank-2 {
  background: rgba(148, 163, 184, 0.22);
}
.rank-badge.rank-3 {
  background: rgba(96, 165, 250, 0.24);
}
.wallet-stack {
  min-width: 0;
}
.wallet-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-weight: 700;
}
.wallet-mainline {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.wallet-mainline .wallet-cell {
  min-width: 0;
}
.wallet-secondary {
  margin-top: 5px;
  color: var(--muted);
  font-weight: 700;
}
.holding-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.ownership-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.holding-subline {
  color: var(--muted);
  font-size: 0.78rem;
}
.numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.positive {
  color: var(--green);
}
.accent {
  color: var(--cyan);
}
.entity-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.entity-badge.genesis-node {
  color: var(--gold);
  border-color: rgba(245, 193, 93, 0.4);
  box-shadow: 0 0 10px rgba(245, 193, 93, 0.1);
}
.entity-badge.whale {
  color: var(--blue);
  border-color: rgba(96, 165, 250, 0.4);
  box-shadow: 0 0 10px rgba(96, 165, 250, 0.1);
}
.entity-badge.agent {
  color: var(--green);
  border-color: rgba(52, 211, 153, 0.4);
}
.animated-number {
  transition: color 0.2s ease;
}
.value-updated {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(82, 243, 209, 0.2);
}
.empty-state,
.error-state {
  padding: 42px 22px;
  text-align: center;
  color: var(--muted);
}
.error-state {
  color: #fda4af;
}
#toast-root {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
}
.toast {
  min-width: 280px;
  max-width: min(420px, calc(100vw - 32px));
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line-strong);
  background: rgba(8, 13, 23, 0.94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}
.toast-success {
  border-color: rgba(52, 211, 153, 0.35);
}
.toast-error {
  border-color: rgba(251, 113, 133, 0.35);
}
.toast-message {
  color: var(--text);
  font-weight: 700;
  line-height: 1.45;
}
.toast-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--cyan);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}
.toast-link:hover {
  text-decoration: underline;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: rgba(11, 18, 32, 0.5);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--line-strong);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--cyan);
}
.primary-button {
  position: relative;
  overflow: hidden;
}
.primary-button::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.primary-button:hover::after {
  opacity: 1;
}
.primary-button:not(:disabled) {
  animation: button-glow 2.8s ease-in-out infinite;
}
.eyebrow::after {
  content: " _";
  animation: blink 1s step-start infinite;
  color: var(--cyan);
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes button-glow {
  0%,
    100% {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 30px rgba(82, 243, 209, 0.16);
  }
  50% {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 14px 36px rgba(82, 243, 209, 0.28);
  }
}
.leaderboard-row {
  position: relative;
  border-left: 2px solid transparent;
  transition: background 0.2s ease-out, transform 0.2s ease-out, border-color 0.2s ease-out;
}
.leaderboard-row:hover {
  background: linear-gradient(90deg, rgba(82, 243, 209, 0.05) 0%, transparent 100%);
  border-left-color: var(--cyan);
  transform: translateX(4px);
}
@media (max-width: 1180px) {
  .leaderboard-layout {
    grid-template-columns: 1fr;
  }
  .sidebar-stack {
    position: static;
  }
}
@media (max-width: 980px) {
  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-metrics-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .leaderboard-panel {
    overflow-x: auto;
  }
  .leaderboard-head,
    .leaderboard-row {
    min-width: 1080px;
  }
  .board-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 520px) {
  .section-inner {
    width: min(100% - 28px, 1240px);
  }
  .hero-metrics,
    .hero-metrics-inline,
    .position-grid {
    grid-template-columns: 1fr;
  }
  .treasury-copy,
    .treasury-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .treasury-stats {
    justify-content: flex-start;
  }
  #toast-root {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
  .board-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=globals-5753a3fa.css.map */