/* SUNDEX Wallet 65: Vault Monolith. A single portfolio scene with a physical anchor. */

html.sundex-wallet65-route,
html.sundex-wallet65-route body,
body:has(.wallet65-ready) {
  background: #020509 !important;
}

body:has(.wallet65-ready) {
  --w65-bg: #020509;
  --w65-surface: #070c13;
  --w65-line: rgba(202, 218, 238, 0.14);
  --w65-line-strong: rgba(211, 226, 245, 0.28);
  --w65-ink: #f5f7fb;
  --w65-text: #d7dfeb;
  --w65-muted: #97a5b8;
  --w65-dim: #6e7b8d;
  --w65-positive: #a8d4b8;
  --w65-metal: #c8d6e7;
  --w65-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

body:has(.wallet65-ready) .platform-shell {
  background:
    radial-gradient(ellipse 52% 28% at 58% -10%, rgba(76, 102, 134, 0.08), transparent 72%),
    var(--w65-bg) !important;
}

body:has(.wallet65-ready) .platform-main {
  padding: 0 28px 76px !important;
}

.wallet-premium.wallet65-ready {
  width: min(1600px, 100%) !important;
  gap: 0 !important;
  color: var(--w65-text);
}

/* One cinematic scene: live account data on the left, physical vault on the right. */
.wallet65-ready .wallet-vault {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 632px;
  padding: 76px 64px 166px;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0;
  background: #03070c !important;
  box-shadow: none !important;
}

.wallet65-ready .wallet-vault::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block !important;
  border-radius: 0;
  background: url("/assets/sundex-wallet-vault-p65.jpg") center / cover no-repeat;
  opacity: 0.96;
  transform: none;
  filter: none;
  pointer-events: none;
}

.wallet65-ready .wallet-vault::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block !important;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 9, 0.98) 0%, rgba(2, 5, 9, 0.9) 25%, rgba(2, 5, 9, 0.28) 48%, rgba(2, 5, 9, 0.04) 68%),
    linear-gradient(180deg, rgba(2, 5, 9, 0.08) 52%, rgba(2, 5, 9, 0.42) 73%, rgba(2, 5, 9, 0.96) 100%);
  filter: none;
  transform: none;
  pointer-events: none;
}

.wallet65-ready .wallet-vault-main {
  position: relative;
  z-index: 2;
  display: block;
  width: min(470px, 42%);
  min-width: 0;
  padding: 0;
}

.wallet65-ready .wallet-eyebrow {
  gap: 10px;
  color: #aeb9c8;
  font-size: 0.82rem;
  font-weight: 620;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wallet65-ready .wallet-eyebrow i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9bd0ad;
  box-shadow: 0 0 0 5px rgba(122, 188, 147, 0.07), 0 0 15px rgba(122, 188, 147, 0.26);
}

.wallet65-ready .wallet-balance-label {
  margin-top: 52px;
  color: var(--w65-muted);
  font-size: 0 !important;
  font-weight: 500;
}

.wallet65-ready .wallet-balance-label::after {
  content: "Portfolio value";
  font-size: 0.94rem;
}

.wallet65-ready .wallet-balance {
  margin-top: 10px;
  color: var(--w65-ink) !important;
  font-size: clamp(5.75rem, 7.6vw, 8rem);
  font-weight: 380;
  line-height: 0.88;
  letter-spacing: -0.058em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
}

.wallet65-ready .wallet-balance * {
  color: inherit !important;
}

.wallet65-ready .wallet-change-row {
  gap: 16px;
  margin-top: 28px;
}

.wallet65-ready .wallet-change-chip {
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(167, 211, 183, 0.18);
  border-radius: 999px;
  color: var(--w65-positive);
  background: rgba(94, 139, 111, 0.1);
  box-shadow: none;
}

.wallet65-ready .wallet-change-copy,
.wallet65-ready .wallet-freshness {
  color: var(--w65-muted);
}

.wallet65-ready .wallet-freshness {
  margin-top: 14px;
  font-size: 0.78rem;
}

.wallet65-ready .wallet-freshness i {
  opacity: 0.42;
}

/* Holdings is integrated into the base of the hero instead of floating as another card. */
.wallet65-ready .wallet-allocation-card {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  min-height: 144px;
  margin: 0;
  padding: 17px 64px 14px;
  overflow: hidden;
  border: 0 !important;
  border-top: 1px solid rgba(215, 229, 246, 0.18) !important;
  border-bottom: 1px solid rgba(215, 229, 246, 0.14) !important;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(2, 6, 11, 0.52), rgba(2, 6, 11, 0.9)) !important;
  box-shadow: 0 -18px 60px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: blur(18px) saturate(108%);
  -webkit-backdrop-filter: blur(18px) saturate(108%);
}

.wallet65-ready .wallet-allocation-head {
  padding: 0 0 12px;
}

.wallet65-ready .wallet-allocation-head span {
  color: var(--w65-text);
  font-size: 0.86rem;
  font-weight: 560;
}

.wallet65-ready .wallet-allocation-head strong {
  color: var(--w65-muted);
  font-size: 0.75rem;
  font-weight: 520;
}

.wallet65-ready .wallet-composition-bar {
  height: 2px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.wallet65-ready .wallet-composition-bar > div {
  filter: saturate(0.36) brightness(1.42);
}

.wallet65-ready .wallet-holding-row {
  min-height: 70px;
  padding: 8px 0;
  border-radius: 0;
}

.wallet65-ready .wallet-holding-asset img,
.wallet65-ready .wallet-asset-icon {
  width: 42px;
  height: 42px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
  filter: saturate(0.86) drop-shadow(0 7px 14px rgba(0, 0, 0, 0.28));
}

.wallet65-ready .wallet-holding-asset strong,
.wallet65-ready .wallet-holding-value strong {
  color: var(--w65-ink);
  font-size: 0.96rem;
}

.wallet65-ready .wallet-holding-asset span,
.wallet65-ready .wallet-holding-value span {
  color: var(--w65-muted);
}

/* The real landing liquid-metal material, now used for wallet actions. */
.wallet65-ready .wallet-action-grid {
  position: relative;
  z-index: 6;
  display: flex;
  width: min(690px, calc(100% - 128px));
  max-width: none;
  gap: 16px;
  margin: -245px 0 170px 64px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.wallet65-ready .wallet-action {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  min-height: 64px;
  justify-content: center;
  padding: 8px 22px;
  overflow: hidden;
  border-radius: 999px !important;
  color: #e8eef8 !important;
  background: transparent !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24) !important;
}

.wallet65-ready .wallet-action + .wallet-action {
  border-left: 0 !important;
}

.wallet65-ready .wallet-action::before,
.wallet65-ready .wallet-action[data-wallet-action="receive"]::before {
  background: linear-gradient(180deg, #172131 0%, #090d14 38%, #020408 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(198, 219, 249, 0.12),
    inset 0 -3px 6px rgba(0, 0, 0, 0.82),
    0 0 0 1px rgba(0, 0, 0, 0.72) !important;
}

.wallet65-ready .wallet-action-copy {
  position: relative;
  z-index: 3;
  display: block;
}

.wallet65-ready .wallet-action-copy strong {
  color: inherit;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: -0.012em;
}

.wallet65-ready .wallet-action-copy small,
.wallet65-ready .wallet-action-icon {
  display: none !important;
}

.wallet65-ready .wallet-action:hover {
  background: transparent !important;
}

.wallet65-ready .wallet-action:focus-visible {
  outline: 2px solid rgba(210, 226, 246, 0.9);
  outline-offset: 4px;
}

/* Calm ledger under the monolith. */
.wallet65-ready .wallet-data-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.72fr) !important;
  gap: 0 !important;
  margin-top: 0;
  overflow: visible;
  border: 0 !important;
  border-bottom: 1px solid var(--w65-line) !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

.wallet65-ready .wallet-panel {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wallet65-ready .wallet-assets-panel {
  min-width: 0;
  padding-right: 42px !important;
}

.wallet65-ready .wallet-activity-panel {
  min-width: 0;
  padding-left: 42px !important;
  border-top: 0 !important;
  border-left: 1px solid var(--w65-line) !important;
}

.wallet65-ready .wallet-table-head,
.wallet65-ready .wallet-activity-panel > div:first-child {
  min-height: 64px;
  padding: 0 0 17px !important;
  border-bottom: 1px solid var(--w65-line) !important;
}

.wallet65-ready .wallet-panel-kicker {
  display: none;
}

.wallet65-ready .wallet-panel-title,
.wallet65-ready .wallet-activity-panel h2,
.wallet65-ready .wallet-activity-panel h3 {
  color: var(--w65-ink) !important;
  font-size: 1.28rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
}

.wallet65-ready .wallet-table-count {
  color: var(--w65-muted);
  font-size: 0.75rem;
}

.wallet65-ready .wallet-data-table > [role="row"]:first-child,
.wallet65-ready .wallet-activity-table > [role="row"]:first-child {
  min-height: 42px;
  padding-inline: 0 !important;
  color: var(--w65-dim) !important;
  background: transparent !important;
}

.wallet65-ready .wallet-asset-row,
.wallet65-ready .wallet-activity-table .divide-y > [role="row"] {
  min-height: 88px;
  padding: 18px 0 !important;
  border-bottom: 1px solid var(--w65-line) !important;
}

.wallet65-ready .wallet-assets-panel p,
.wallet65-ready .wallet-activity-panel p {
  color: var(--w65-text);
}

.wallet65-ready .wallet-assets-panel .text-muted-foreground,
.wallet65-ready .wallet-activity-panel .text-muted-foreground {
  color: var(--w65-muted) !important;
}

.wallet65-ready .wallet-allocation-mini {
  opacity: 0.34;
}

.wallet65-ready .wallet-chart-panel {
  min-height: 300px;
  margin-top: 0 !important;
  padding: 34px 0 28px !important;
  overflow: hidden;
  border: 0 !important;
  border-bottom: 1px solid var(--w65-line) !important;
  border-radius: 0 !important;
  background:
    radial-gradient(ellipse 44% 115% at 0% 100%, rgba(54, 77, 105, 0.1), transparent 72%),
    transparent !important;
  box-shadow: none !important;
}

.wallet65-ready .wallet-panel-head {
  min-height: 50px;
  margin-bottom: 20px;
}

.wallet65-ready .wallet-range-control {
  gap: 2px;
  padding: 4px;
  border: 1px solid var(--w65-line);
  border-radius: 999px;
  background: rgba(7, 12, 19, 0.8);
}

.wallet65-ready .wallet-range-control button {
  min-width: 50px;
  min-height: 38px;
  border-radius: 999px;
  color: var(--w65-muted);
}

.wallet65-ready .wallet-range-control button.is-active {
  color: #07101a;
  background: var(--w65-metal);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
}

.wallet65-ready .wallet-flat-state {
  min-height: 146px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
  gap: 56px;
}

.wallet65-ready .wallet-flat-plot::before {
  opacity: 0.16;
}

.wallet65-ready .wallet-flat-plot > i {
  background: linear-gradient(90deg, rgba(186, 201, 220, 0.05), rgba(186, 201, 220, 0.66));
}

.wallet65-ready .wallet-flat-plot > b {
  background: var(--w65-metal);
  box-shadow: 0 0 0 4px rgba(186, 201, 220, 0.075);
}

.wallet65-ready .wallet-flat-copy strong {
  color: var(--w65-ink);
}

.wallet65-ready .wallet-flat-copy p {
  color: var(--w65-muted);
}

@media (hover: hover) and (pointer: fine) {
  .wallet65-ready .wallet-holding-row:hover,
  .wallet65-ready .wallet-asset-row:hover,
  .wallet65-ready .wallet-activity-table .divide-y > [role="row"]:hover {
    background-color: rgba(184, 204, 230, 0.035) !important;
  }
}

.wallet65-ready .wallet-range-control button:active {
  transform: scale(0.985);
}

@media (max-width: 1100px) {
  .wallet65-ready .wallet-vault {
    min-height: 720px;
    padding: 54px 48px 156px;
  }

  .wallet65-ready .wallet-vault::before {
    background-position: 57% center;
    opacity: 0.78;
  }

  .wallet65-ready .wallet-vault::after {
    background:
      linear-gradient(90deg, rgba(2, 5, 9, 0.98), rgba(2, 5, 9, 0.72) 48%, rgba(2, 5, 9, 0.16)),
      linear-gradient(180deg, rgba(2, 5, 9, 0.04) 46%, rgba(2, 5, 9, 0.95) 100%);
  }

  .wallet65-ready .wallet-vault-main {
    width: min(470px, 58%);
  }

  .wallet65-ready .wallet-action-grid {
    width: min(650px, calc(100% - 96px));
    margin: -250px 0 174px 48px;
  }

  .wallet65-ready .wallet-data-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .wallet65-ready .wallet-assets-panel {
    padding-right: 0 !important;
  }

  .wallet65-ready .wallet-activity-panel {
    padding-top: 36px !important;
    padding-left: 0 !important;
    border-top: 1px solid var(--w65-line) !important;
    border-left: 0 !important;
  }
}

@media (max-width: 760px) {
  body:has(.wallet65-ready) .platform-main {
    padding: 0 14px 52px !important;
  }

  .wallet65-ready .wallet-vault {
    min-height: 700px;
    padding: 34px 24px 150px;
  }

  .wallet65-ready .wallet-vault::before {
    background-position: 69% center;
    opacity: 0.5;
  }

  .wallet65-ready .wallet-vault::after {
    background:
      linear-gradient(90deg, rgba(2, 5, 9, 0.96), rgba(2, 5, 9, 0.5) 72%, rgba(2, 5, 9, 0.2)),
      linear-gradient(180deg, rgba(2, 5, 9, 0.08) 34%, rgba(2, 5, 9, 0.98) 80%);
  }

  .wallet65-ready .wallet-vault-main {
    width: 100%;
  }

  .wallet65-ready .wallet-balance-label {
    margin-top: 34px;
  }

  .wallet65-ready .wallet-balance {
    font-size: clamp(4rem, 19vw, 5.5rem);
  }

  .wallet65-ready .wallet-allocation-card {
    min-height: 150px;
    padding: 16px 22px 12px;
  }

  .wallet65-ready .wallet-action-grid {
    width: auto;
    margin: -250px 18px 172px;
    gap: 8px;
  }

  .wallet65-ready .wallet-action {
    min-height: 56px;
    padding-inline: 12px;
  }

  .wallet65-ready .wallet-action-copy strong {
    font-size: 0.8rem;
  }

  .wallet65-ready .wallet-chart-panel {
    min-height: 330px;
  }

  .wallet65-ready .wallet-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .wallet65-ready .wallet-range-control {
    width: 100%;
  }

  .wallet65-ready .wallet-range-control button {
    flex: 1;
  }

  .wallet65-ready .wallet-flat-state {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
}

@media (max-width: 480px) {
  .wallet65-ready .wallet-vault {
    min-height: 660px;
    padding-inline: 20px;
  }

  .wallet65-ready .wallet-balance {
    font-size: clamp(3.5rem, 18vw, 4.35rem);
  }

  .wallet65-ready .wallet-change-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .wallet65-ready .wallet-action-grid {
    margin-inline: 10px;
  }

  .wallet65-ready .wallet-action-copy strong {
    font-size: 0.73rem;
  }

  .wallet65-ready .wallet-data-table > [role="row"] > :nth-child(2),
  .wallet65-ready .wallet-data-table > [role="row"] > :nth-child(3) {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wallet65-ready .wallet-action,
  .wallet65-ready .wallet-range-control button {
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .wallet65-ready .wallet-allocation-card {
    background: #050a11 !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* Final reference alignment: keep the wallet as one continuous vault composition. */
body:has(.wallet65-ready) .platform-brand-link {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: 66px !important;
  align-items: center;
  gap: 9px !important;
  margin-left: -8px !important;
  padding-right: 8px;
  overflow: visible !important;
}

body:has(.wallet65-ready) .platform-brand-link::after {
  content: "SUNDEX";
  color: #f2f5f9;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

body:has(.wallet65-ready) .platform-brand-logo {
  width: 43px !important;
  height: 43px !important;
}

body:has(.wallet65-ready) .wallet-header-current {
  display: none !important;
}

.wallet-premium.wallet65-ready {
  position: relative !important;
  max-width: 1600px !important;
  margin-inline: auto !important;
}

.wallet-premium.wallet65-ready .wallet-balance-label::after {
  content: "Portfolio value" !important;
}

/* The buttons belong to the hero, directly below the live balance. */
.wallet-premium.wallet65-ready .wallet-action-grid {
  position: absolute !important;
  z-index: 7 !important;
  top: 408px !important;
  right: auto !important;
  bottom: auto !important;
  left: 64px !important;
  width: min(690px, calc(54% - 64px)) !important;
  min-width: 590px;
  height: 64px;
  gap: 16px !important;
  margin: 0 !important;
}

.wallet-premium.wallet65-ready .wallet-action {
  border: 1px solid rgba(221, 233, 248, 0.48) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(0, 0, 0, 0.72),
    0 14px 30px rgba(0, 0, 0, 0.3) !important;
}

.wallet-premium.wallet65-ready .wallet-action:hover {
  border-color: rgba(231, 240, 251, 0.68) !important;
}

/* Exact landing material used by “Explore the card”. */
.wallet-premium.wallet65-ready .wallet-action-grid {
  height: 48px !important;
}

.wallet-premium.wallet65-ready .wallet-action {
  min-height: 48px !important;
  padding: 0 24px !important;
  isolation: isolate !important;
  overflow: hidden !important;
  appearance: none;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #e8eef8 !important;
  font: 500 12.8px/12.8px "Geist", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: -0.012em !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85) !important;
  box-shadow:
    0 0 0 1px rgba(241, 246, 253, 0.78),
    0 12px 22px rgba(0, 0, 0, 0.26),
    0 4px 6px rgba(0, 0, 0, 0.3),
    0 0 22px rgba(103, 142, 207, 0.08) !important;
  transform-style: preserve-3d;
  transition:
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 180ms ease,
    filter 180ms ease !important;
}

.wallet-premium.wallet65-ready .wallet-action::before,
.wallet-premium.wallet65-ready .wallet-action[data-wallet-action="receive"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 2px !important;
  /* Native buttons composite negative WebGL layers differently from landing
     anchors. Keep the opaque centre above the shader explicitly. */
  z-index: 1 !important;
  border-radius: inherit !important;
  background: linear-gradient(180deg, #172131 0%, #0a0e16 38%, #030509 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(198, 219, 249, 0.12),
    inset 0 -3px 6px rgba(0, 0, 0, 0.82),
    0 0 0 1px rgba(0, 0, 0, 0.72) !important;
  pointer-events: none !important;
  transition: inset 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.wallet-premium.wallet65-ready .wallet-action > canvas {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  padding: 2px !important;
  border-radius: inherit !important;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0) border-box !important;
  -webkit-mask-composite: xor !important;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0) border-box !important;
  mask-composite: exclude !important;
  pointer-events: none !important;
  contain: strict;
}

.wallet-premium.wallet65-ready .wallet-action-copy {
  position: relative !important;
  z-index: 2 !important;
}

.wallet-premium.wallet65-ready .wallet-action-copy strong {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
}

.wallet-premium.wallet65-ready .wallet-action.sundex-liquid-metal-fallback {
  background:
    radial-gradient(circle at 28% 20%, #fff 0%, #bfc3c8 18%, #27292d 43%, #f1f2f3 67%, #73767b 100%) !important;
}

.wallet-premium.wallet65-ready .wallet-action:hover {
  filter: brightness(1.04) !important;
  transform: translateY(-1px) !important;
  box-shadow:
    0 0 0 1px rgba(248, 251, 255, 0.96),
    0 12px 22px rgba(0, 0, 0, 0.26),
    0 4px 6px rgba(0, 0, 0, 0.3),
    0 0 24px rgba(184, 211, 245, 0.14) !important;
}

.wallet-premium.wallet65-ready .wallet-action:active,
.wallet-premium.wallet65-ready .wallet-action.is-liquid-pressed {
  filter: brightness(0.93) !important;
  transform: translateY(1px) scale(0.98) !important;
  box-shadow:
    0 0 0 1px rgba(235, 242, 251, 0.74),
    0 1px 2px rgba(0, 0, 0, 0.3),
    inset 0 2px 4px rgba(0, 0, 0, 0.32) !important;
}

.wallet-premium.wallet65-ready .wallet-action:active::before,
.wallet-premium.wallet65-ready .wallet-action.is-liquid-pressed::before {
  inset: 2.5px !important;
  box-shadow:
    inset 0 2px 5px rgba(0, 0, 0, 0.88),
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 0 0 1px rgba(0, 0, 0, 0.78) !important;
}

.wallet-premium.wallet65-ready .wallet-data-grid {
  margin-top: 0 !important;
}

@media (max-width: 1240px) {
  .wallet-premium.wallet65-ready .wallet-action-grid {
    width: min(650px, calc(62% - 64px)) !important;
    min-width: 560px;
  }
}

@media (max-width: 900px) {
  .wallet-premium.wallet65-ready .wallet-action-grid {
    top: 424px !important;
    left: 48px !important;
    width: calc(100% - 96px) !important;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  body:has(.wallet65-ready) .platform-brand-link::after {
    font-size: 0.78rem;
  }

  .wallet-premium.wallet65-ready .wallet-action-grid {
    top: 444px !important;
    right: 22px !important;
    left: 22px !important;
    width: auto !important;
    height: 56px;
    gap: 8px !important;
  }
}

@media (max-width: 480px) {
  .wallet-premium.wallet65-ready .wallet-action-grid {
    top: 430px !important;
    right: 14px !important;
    left: 14px !important;
  }

  .wallet-premium.wallet65-ready .wallet-action {
    padding-inline: 9px !important;
  }
}
