:root { --paper:#eee8e0; --mal-gold:#e8c76b; --muted:#9aa0b0; --acid:#d9fe52; --r-sm:10px; --r-md:12px; --r-lg:16px; --display:inherit; --body:inherit; }
.mal-assets { color:#eee8e0; font-family:Pretendard,sans-serif; }
.mal-assets * { box-sizing:border-box; }
.mal-assets .section-label { margin:0; color:var(--acid); font-size:0.64rem; font-weight:600; letter-spacing:.24em; }
.mal-assets h2 { margin:0; color:var(--paper); font-size:clamp(1.45rem, 2.6vw, 2.1rem); letter-spacing:-0.05em; line-height:0.98; }
.day-pct-row { display:flex; align-items:baseline; gap:8px; }

/* 1697-1882 */
.solution-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 16px;
  max-width: none;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.solution-head .section-label {
  margin-bottom: 6px;
  width: 100%;
}

.adj-open {
  margin-left: auto;
  padding: 6px 12px;
  border: 1px solid rgba(232, 199, 107, 0.35);
  border-radius: 0;
  background: rgba(232, 199, 107, 0.08);
  color: #e8c76b;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: background 140ms ease, border-color 140ms ease;
}

.adj-open:hover {
  border-color: rgba(232, 199, 107, 0.7);
  background: rgba(232, 199, 107, 0.16);
}

.net-worth {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 10px 16px;
  margin: 0 0 10px;
  padding: 12px 16px;
  border: 1px solid rgba(240, 215, 138, 0.28);
  border-radius: var(--r-md);
  background:
    linear-gradient(125deg, rgba(240, 215, 138, 0.12) 0%, rgba(8, 10, 9, 0.92) 48%, rgba(5, 7, 6, 0.98) 100%);
  flex-shrink: 0;
}

.net-worth__label {
  display: block;
  margin-bottom: 4px;
  color: var(--mal-gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.net-worth__value-row {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.net-worth__value {
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.net-worth__pct {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.net-worth__pct.is-up {
  color: #7ed98a;
}

.net-worth__pct.is-down {
  color: #ff7b7b;
}

.net-worth__usd {
  display: block;
  margin-top: 4px;
  color: rgba(238, 238, 232, 0.55);
  font-size: 0.82rem;
}

.net-worth__parts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-content: center;
}

.net-worth__part {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2px;
  min-width: 0;
  min-height: 78px;
  padding: 8px 10px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(238, 238, 232, 0.14);
  background: rgba(0, 0, 0, 0.35);
}

.net-worth__part-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.net-worth__part-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  filter: saturate(0.92) brightness(0.78);
}

.net-worth__part::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 6, 5, 0.18) 0%, rgba(4, 6, 5, 0.45) 42%, rgba(4, 6, 5, 0.88) 100%),
    linear-gradient(115deg, rgba(8, 10, 9, 0.2), transparent 55%);
}

.net-worth__part-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.net-worth__part-copy > span {
  color: rgba(238, 238, 232, 0.72);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
}

.net-worth__part-copy > strong {
  color: var(--paper);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}

.net-worth__part--ex .net-worth__part-media img {
  object-position: 55% 40%;
}

.net-worth__part--decent .net-worth__part-media img {
  object-position: center 45%;
  filter: saturate(0.85) brightness(0.72);
}

.net-worth__part--gold .net-worth__part-media img {
  object-position: 50% 42%;
  filter: saturate(1.05) brightness(0.82);
}

/* 7232-7760 */
.dash-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin: 0 0 8px;
  flex-shrink: 0;
}

@media (max-width: 760px) {
  .net-worth {
    grid-template-columns: 1fr;
  }

  .net-worth__parts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .adj-open {
    margin-left: 0;
  }
}

.spot-total {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  margin: 0;
  padding: 8px 14px;
  min-width: 0;
  border: 1px solid rgba(217, 254, 82, 0.28);
  border-radius: var(--r-md);
  background:
    linear-gradient(120deg, rgba(217, 254, 82, 0.1) 0%, rgba(8, 10, 9, 0.88) 55%, rgba(5, 8, 6, 0.96) 100%);
}

.spot-total__label {
  color: var(--acid);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.spot-total__amounts {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.spot-total__value-row {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  flex-wrap: nowrap;
}

.spot-total__value {
  color: #eaff9a;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow:
    0 0 14px rgba(217, 254, 82, 0.35),
    0 1px 0 rgba(0, 0, 0, 0.45);
}

.spot-total__pct,
.day-pct {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 3px 8px;
  border: 1px solid rgba(217, 254, 82, 0.4);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  color: #eaff9a;
  font-family: var(--display);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  white-space: nowrap;
  vertical-align: baseline;
}

.spot-total__pct.is-up,
.day-pct.is-up {
  color: #7dffb0;
  border-color: rgba(125, 255, 176, 0.5);
  background: rgba(20, 60, 36, 0.5);
}

.spot-total__pct.is-down,
.day-pct.is-down {
  color: #ff9a9a;
  border-color: rgba(255, 143, 143, 0.5);
  background: rgba(70, 20, 20, 0.5);
}

.spot-total__pct:empty,
.day-pct:empty {
  display: none;
}

.day-pct-row {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}

.wallet-hold .day-pct,
.gold-hold .day-pct {
  border-color: rgba(126, 217, 192, 0.35);
  color: #b8ffe8;
  font-size: 0.72rem;
  padding: 2px 7px;
}

.wallet-hold .day-pct.is-up,
.gold-hold .day-pct.is-up {
  color: #7dffb0;
  border-color: rgba(125, 255, 176, 0.5);
  background: rgba(20, 60, 36, 0.5);
}

.wallet-hold .day-pct.is-down,
.gold-hold .day-pct.is-down {
  color: #ff9a9a;
  border-color: rgba(255, 143, 143, 0.5);
  background: rgba(70, 20, 20, 0.5);
}

.gold-hold .day-pct {
  border-color: rgba(232, 201, 153, 0.4);
  color: #f3e2c4;
}

.bithumb .day-pct {
  font-size: 0.7rem;
  padding: 2px 6px;
  margin-top: 2px;
}

.spot-total__usd {
  color: rgba(217, 254, 82, 0.78);
  font-family: var(--display);
  font-size: clamp(0.78rem, 1.4vw, 0.95rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.spot-total__meta {
  margin-left: auto;
  color: rgba(238, 238, 232, 0.5);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  max-width: 100%;
}

.wallet-hold {
  display: grid;
  grid-template-columns: minmax(72px, 0.7fr) minmax(0, 1.4fr) minmax(88px, 0.9fr);
  align-items: end;
  gap: 6px 10px;
  margin: 0;
  padding: 8px 12px;
  min-width: 0;
  border: 1px solid rgba(38, 166, 154, 0.32);
  border-radius: var(--r-md);
  background:
    linear-gradient(118deg, rgba(26, 166, 154, 0.12) 0%, rgba(8, 12, 14, 0.9) 52%, rgba(5, 8, 10, 0.96) 100%);
}

.wallet-hold__lead {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-self: center;
}

.wallet-hold__label {
  color: #7ed9c8;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wallet-hold__sub {
  color: rgba(238, 238, 232, 0.45);
  font-size: 0.62rem;
}

.wallet-hold__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.wallet-hold__amt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 4px;
  min-width: 0;
  padding: 4px 6px;
  border: 1px solid rgba(126, 217, 192, 0.2);
  border-radius: 8px;
  background: rgba(4, 8, 8, 0.45);
}

.wallet-hold__amt.is-editing {
  border-color: rgba(126, 217, 192, 0.45);
}

.wallet-hold__amt input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 4px 2px;
  border: 0;
  background: transparent;
  color: #e8fff6;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
}

.wallet-hold__amt input:read-only {
  color: rgba(232, 255, 246, 0.78);
}

.wallet-hold__amt input::-webkit-outer-spin-button,
.wallet-hold__amt input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.wallet-hold__amt input[type="number"] {
  appearance: textfield;
}

.wallet-hold__amt em {
  color: rgba(126, 217, 192, 0.7);
  font-size: 0.66rem;
  font-style: normal;
  letter-spacing: 0.08em;
}

.wallet-hold__edit {
  height: 26px;
  padding: 0 8px;
  border: 1px solid rgba(126, 217, 192, 0.28);
  border-radius: 6px;
  background: rgba(126, 217, 192, 0.08);
  color: #b8f0d8;
  cursor: pointer;
  font: inherit;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.wallet-hold__edit:hover {
  border-color: rgba(126, 217, 192, 0.5);
}

.wallet-hold__edit--save {
  border-color: rgba(240, 215, 138, 0.35);
  color: #f0d78a;
  background: rgba(240, 215, 138, 0.08);
}

.wallet-hold__amt.is-locked [data-wallet-save] {
  display: none;
}

.wallet-hold__amt.is-editing [data-wallet-edit] {
  display: none;
}

.wallet-hold__result {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-self: center;
  text-align: right;
}

.wallet-hold__result-label {
  color: rgba(180, 255, 220, 0.62);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.wallet-hold__value {
  color: #b8ffe6;
  font-family: var(--display);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-shadow:
    0 0 12px rgba(110, 255, 200, 0.35),
    0 1px 0 rgba(0, 0, 0, 0.45);
}

.wallet-hold__meta {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(238, 238, 232, 0.4);
  font-size: 0.62rem;
}

.gold-hold {
  display: grid;
  grid-template-columns: minmax(110px, 0.85fr) minmax(0, 1.6fr) minmax(120px, 0.95fr);
  align-items: center;
  gap: 8px 16px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 9px 14px 8px;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid rgba(212, 175, 120, 0.34);
  background:
    linear-gradient(118deg, rgba(18, 12, 6, 0.42) 0%, rgba(10, 8, 6, 0.5) 48%, rgba(6, 5, 4, 0.58) 100%),
    url("/assets/gold-bracelet.webp?v=3") center / cover no-repeat;
  border-radius: var(--r-md);
}

.gold-hold__lead {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-self: center;
  min-width: 0;
  justify-self: start;
}

.gold-hold__label {
  color: #e8c999;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gold-hold__sub {
  color: rgba(238, 238, 232, 0.45);
  font-size: 0.66rem;
  letter-spacing: 0.02em;
}

.gold-hold__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  min-width: 0;
  width: 100%;
  justify-self: stretch;
}

.gold-hold__field > span,
.gold-hold__result-label {
  color: rgba(238, 238, 232, 0.55);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gold-hold__don {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  margin-left: -6px;
  padding: 4px 6px 4px 10px;
  border: 1px solid rgba(212, 175, 120, 0.22);
  background: rgba(0, 0, 0, 0.22);
  border-radius: var(--r-sm);
  box-sizing: border-box;
}

.gold-hold__don.is-editing {
  border-color: rgba(232, 201, 153, 0.5);
  background: rgba(0, 0, 0, 0.32);
}

.gold-hold__don input {
  flex: 1 1 auto;
  min-width: 3.5rem;
  width: auto;
  max-width: 7rem;
  margin-left: -2px;
  padding: 5px 3px;
  border: 0;
  background: transparent;
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  outline: none;
}

.gold-hold__don input:read-only {
  cursor: default;
  color: rgba(238, 238, 232, 0.92);
}

.gold-hold__don input::-webkit-outer-spin-button,
.gold-hold__don input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gold-hold__don input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.gold-hold__don em {
  color: #e8c999;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  flex: none;
  margin-left: -4px;
}

.gold-hold__quote {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  min-width: 0;
}

.gold-hold__mode-label {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(232, 201, 153, 0.55);
  background: rgba(212, 175, 120, 0.22);
  color: #f3e2c4;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: var(--r-sm);
  line-height: 1;
}

.gold-hold__unit {
  flex: 0 0 auto;
  color: rgba(238, 238, 232, 0.88);
  font-family: var(--display);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  line-height: 1;
}

.gold-hold__edit {
  flex: none;
  align-self: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid rgba(232, 201, 153, 0.4);
  background: rgba(212, 175, 120, 0.14);
  color: #f3e2c4;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  border-radius: var(--r-sm);
}

.gold-hold__edit:hover {
  background: rgba(212, 175, 120, 0.24);
}

.gold-hold__edit--save {
  border-color: rgba(232, 201, 153, 0.6);
  background: rgba(212, 175, 120, 0.28);
}

.gold-hold__don.is-locked [data-gold-hold-save] {
  opacity: 0.45;
}

.gold-hold__don.is-editing [data-gold-hold-edit] {
  opacity: 0.45;
}

.gold-hold__result {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-end;
  text-align: right;
  justify-self: end;
  min-width: 0;
}

.gold-hold__result-label {
  color: rgba(255, 220, 150, 0.72);
}

.gold-hold__value {
  color: #ffe29a;
  font-family: var(--display);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
}

/* 7778-7880 */
.exchange-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 10px;
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  align-content: stretch;
  align-items: stretch;
}

.exchange-grid > .bithumb:not(.gate) {
  grid-column: span 6;
  grid-row: 1;
}

.exchange-grid > .bithumb.gate {
  grid-column: span 3;
  grid-row: 2;
}

/* L→R: akfrnd700 · akfrnd70 · paseco2026 · akfrnd7000 */
.exchange-grid > [data-gate3] {
  order: 3;
}

.exchange-grid > [data-gate] {
  order: 4;
}

.exchange-grid > [data-gate2] {
  order: 5;
}

.exchange-grid > [data-gate4] {
  order: 6;
}

.bithumb {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 10px 12px;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 140, 40, 0.28);
  background:
    linear-gradient(165deg, rgba(255, 140, 40, 0.08) 0%, rgba(8, 10, 9, 0.92) 42%, rgba(5, 8, 6, 0.98) 100%);
  overflow: hidden;
}

.bithumb__symbol {
  position: absolute;
  z-index: 0;
  top: 62%;
  left: 50%;
  width: auto;
  height: clamp(56px, 30%, 110px);
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  pointer-events: none;
  user-select: none;
  filter: brightness(1.05) saturate(0.95);
}

.bithumb__symbol--logo {
  top: auto;
  bottom: 6%;
  width: min(88%, 340px);
  height: auto;
  max-height: min(38%, 120px);
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  transform: translateX(-50%);
  opacity: 0.92;
  filter: none;
}

.bithumb__symbol--coinone {
  filter: none;
}

.bithumb > *:not(.bithumb__symbol) {
  position: relative;
  z-index: 1;
}

.bithumb.coinone {
  border-color: rgba(90, 170, 255, 0.32);
  background:
    linear-gradient(165deg, rgba(56, 150, 220, 0.12) 0%, rgba(8, 10, 9, 0.92) 42%, rgba(5, 8, 6, 0.98) 100%);
}

/* 10518-10800 */
.bithumb.gate--gold {
  border-color: rgba(240, 205, 120, 0.7);
  background:
    radial-gradient(ellipse 120% 80% at 50% -10%, rgba(255, 220, 140, 0.22), transparent 60%),
    linear-gradient(165deg, rgba(240, 200, 110, 0.26) 0%, rgba(120, 92, 40, 0.16) 30%, rgba(20, 15, 8, 0.94) 60%, rgba(8, 6, 3, 0.99) 100%);
  box-shadow:
    0 0 0 1px rgba(240, 205, 120, 0.35),
    0 12px 40px -12px rgba(240, 200, 110, 0.55),
    inset 0 1px 0 rgba(255, 240, 200, 0.3);
}

.bithumb.gate--gold::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 236, 176, 0.9), rgba(200, 150, 60, 0.15) 45%, rgba(255, 226, 150, 0.75));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bithumb.gate--gold .bithumb__tag,
.bithumb.gate--gold .bithumb__total,
.bithumb.gate--gold .bithumb__table th,
.bithumb.gate--gold .bithumb__table td strong {
  color: #ffe9ad;
}

.bithumb.gate--gold .bithumb__tag {
  text-shadow: 0 0 12px rgba(255, 220, 140, 0.55);
  letter-spacing: 0.22em;
}

.bithumb.gate--gold .bithumb__total {
  text-shadow: 0 0 18px rgba(255, 214, 130, 0.5);
}

.bithumb.gate--gold .bithumb__ext,
.bithumb.gate--gold .bithumb__btn,
.bithumb.gate--gold .bithumb__status {
  color: #f6dca0;
  border-color: rgba(240, 205, 120, 0.55);
}

.bithumb.gate--gold .bithumb__btn {
  background: rgba(40, 30, 12, 0.72);
}

.bithumb.gate--gold .bithumb__btn--primary {
  border-color: rgba(240, 205, 120, 0.75);
  background: linear-gradient(135deg, rgba(255, 226, 150, 0.32), rgba(200, 150, 60, 0.22));
  color: #fff2d0;
}

.bithumb.gate--gold .bithumb__table-wrap {
  border-color: rgba(240, 205, 120, 0.32);
}

.bithumb.gate--gold .bithumb__symbol {
  opacity: 0.5;
  filter: brightness(1.25) saturate(1.15) drop-shadow(0 0 10px rgba(255, 210, 120, 0.4));
}

/* Gate · silver (akfrnd70) */
.bithumb.gate--silver {
  border-color: rgba(200, 208, 220, 0.6);
  background:
    radial-gradient(ellipse 120% 80% at 50% -10%, rgba(220, 228, 240, 0.18), transparent 60%),
    linear-gradient(165deg, rgba(200, 208, 220, 0.22) 0%, rgba(90, 96, 108, 0.14) 30%, rgba(12, 14, 16, 0.94) 60%, rgba(5, 6, 8, 0.99) 100%);
  box-shadow:
    0 0 0 1px rgba(200, 208, 220, 0.3),
    0 12px 40px -14px rgba(200, 208, 220, 0.45),
    inset 0 1px 0 rgba(238, 242, 248, 0.28);
}

.bithumb.gate--silver::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(238, 242, 248, 0.9), rgba(150, 158, 170, 0.15) 45%, rgba(220, 226, 236, 0.75));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bithumb.gate--silver .bithumb__tag,
.bithumb.gate--silver .bithumb__total,
.bithumb.gate--silver .bithumb__table th,
.bithumb.gate--silver .bithumb__table td strong {
  color: #e6ebf3;
}

.bithumb.gate--silver .bithumb__tag {
  text-shadow: 0 0 12px rgba(220, 228, 240, 0.5);
  letter-spacing: 0.22em;
}

.bithumb.gate--silver .bithumb__total {
  text-shadow: 0 0 18px rgba(220, 228, 240, 0.45);
}

.bithumb.gate--silver .bithumb__ext,
.bithumb.gate--silver .bithumb__btn,
.bithumb.gate--silver .bithumb__status {
  color: #d3dae6;
  border-color: rgba(200, 208, 220, 0.55);
}

.bithumb.gate--silver .bithumb__btn {
  background: rgba(20, 22, 26, 0.72);
}

.bithumb.gate--silver .bithumb__btn--primary {
  border-color: rgba(220, 226, 236, 0.7);
  background: linear-gradient(135deg, rgba(224, 230, 240, 0.3), rgba(150, 158, 170, 0.2));
  color: #f6f8fc;
}

.bithumb.gate--silver .bithumb__table-wrap {
  border-color: rgba(200, 208, 220, 0.3);
}

.bithumb.gate--silver .bithumb__symbol {
  opacity: 0.48;
  filter: brightness(1.2) saturate(0.85) drop-shadow(0 0 10px rgba(220, 228, 240, 0.35));
}

/* Gate · copper (paseco2026) */
.bithumb.gate--copper {
  border-color: rgba(210, 128, 84, 0.62);
  background:
    radial-gradient(ellipse 120% 80% at 50% -10%, rgba(235, 150, 100, 0.2), transparent 60%),
    linear-gradient(165deg, rgba(210, 128, 84, 0.26) 0%, rgba(120, 66, 40, 0.16) 30%, rgba(18, 10, 8, 0.94) 60%, rgba(6, 4, 3, 0.99) 100%);
  box-shadow:
    0 0 0 1px rgba(210, 128, 84, 0.32),
    0 12px 40px -13px rgba(210, 128, 84, 0.5),
    inset 0 1px 0 rgba(255, 210, 180, 0.26);
}

.bithumb.gate--copper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 206, 170, 0.9), rgba(160, 90, 50, 0.15) 45%, rgba(240, 170, 120, 0.75));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bithumb.gate--copper .bithumb__tag,
.bithumb.gate--copper .bithumb__total,
.bithumb.gate--copper .bithumb__table th,
.bithumb.gate--copper .bithumb__table td strong {
  color: #f0b48c;
}

.bithumb.gate--copper .bithumb__tag {
  text-shadow: 0 0 12px rgba(235, 150, 100, 0.5);
  letter-spacing: 0.22em;
}

.bithumb.gate--copper .bithumb__total {
  text-shadow: 0 0 18px rgba(235, 150, 100, 0.45);
}

.bithumb.gate--copper .bithumb__ext,
.bithumb.gate--copper .bithumb__btn,
.bithumb.gate--copper .bithumb__status {
  color: #e2a078;
  border-color: rgba(210, 128, 84, 0.55);
}

.bithumb.gate--copper .bithumb__btn {
  background: rgba(32, 16, 10, 0.72);
}

.bithumb.gate--copper .bithumb__btn--primary {
  border-color: rgba(210, 128, 84, 0.72);
  background: linear-gradient(135deg, rgba(235, 160, 110, 0.3), rgba(160, 90, 50, 0.2));
  color: #ffd4b4;
}

.bithumb.gate--copper .bithumb__table-wrap {
  border-color: rgba(210, 128, 84, 0.3);
}

.bithumb.gate--copper .bithumb__symbol {
  opacity: 0.5;
  filter: brightness(1.2) saturate(1.1) drop-shadow(0 0 10px rgba(235, 150, 100, 0.38));
}

/* Gate · platinum (akfrnd7000) */
.bithumb.gate--platinum {
  border-color: rgba(168, 200, 255, 0.62);
  background:
    radial-gradient(ellipse 120% 80% at 50% -10%, rgba(180, 210, 255, 0.2), transparent 60%),
    linear-gradient(165deg, rgba(150, 180, 240, 0.22) 0%, rgba(60, 80, 140, 0.14) 30%, rgba(10, 12, 22, 0.94) 60%, rgba(4, 5, 10, 0.99) 100%);
  box-shadow:
    0 0 0 1px rgba(168, 200, 255, 0.32),
    0 12px 40px -13px rgba(120, 160, 240, 0.48),
    inset 0 1px 0 rgba(220, 232, 255, 0.26);
}

.bithumb.gate--platinum::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(220, 232, 255, 0.9), rgba(100, 130, 200, 0.15) 45%, rgba(180, 208, 255, 0.75));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bithumb.gate--platinum .bithumb__tag,
.bithumb.gate--platinum .bithumb__total,
.bithumb.gate--platinum .bithumb__table th,
.bithumb.gate--platinum .bithumb__table td strong {
  color: #c8dcff;
}

.bithumb.gate--platinum .bithumb__tag {
  text-shadow: 0 0 12px rgba(160, 200, 255, 0.5);
  letter-spacing: 0.14em;
}

.bithumb.gate--platinum .bithumb__total {
  text-shadow: 0 0 18px rgba(160, 200, 255, 0.45);
}

.bithumb.gate--platinum .bithumb__ext,
.bithumb.gate--platinum .bithumb__btn,
.bithumb.gate--platinum .bithumb__status {
  color: #b4ccf5;
  border-color: rgba(168, 200, 255, 0.55);
}

.bithumb.gate--platinum .bithumb__btn {
  background: rgba(16, 20, 32, 0.72);
}

.bithumb.gate--platinum .bithumb__btn--primary {
  border-color: rgba(168, 200, 255, 0.72);
  background: linear-gradient(135deg, rgba(180, 210, 255, 0.3), rgba(90, 120, 200, 0.2));
  color: #e8f0ff;
}

.bithumb.gate--platinum .bithumb__table-wrap {
  border-color: rgba(168, 200, 255, 0.3);
}

.bithumb.gate--platinum .bithumb__symbol {
  opacity: 0.48;
  filter: drop-shadow(0 0 10px rgba(180, 200, 230, 0.28));
}

.bithumb.gate--platinum .bithumb__symbol--xrp7000 {
  width: clamp(72px, 38%, 128px);
  height: clamp(72px, 38%, 128px);
  object-fit: contain;
  opacity: 0.5;
}

.bithumb__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px 10px;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.bithumb__tag {
  margin: 0;
  color: #ff8c28;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.bithumb__head-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bithumb__ext {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  border-radius: var(--r-sm);
  padding: 0 10px;
  border: 1px solid rgba(255, 140, 40, 0.35);
  color: #ffb06a;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.bithumb__hint {
  margin: 0 0 8px;
  color: rgba(238, 238, 232, 0.62);
  font-size: 0.72rem;
  line-height: 1.4;
}

.bithumb__hint strong {
  color: #ffb06a;
  font-weight: 600;
}

.bithumb__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-bottom: 8px;
}

.bithumb__field {
  display: grid;
  gap: 4px;
}

.bithumb__field span {
  color: rgba(238, 238, 232, 0.5);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bithumb__field input {
  width: 100%;
  min-height: 36px;
  border-radius: var(--r-sm);
  padding: 0 10px;
  border: 1px solid rgba(255, 140, 40, 0.25);
  background: rgba(0, 0, 0, 0.35);
  color: var(--paper);
  font: 500 0.82rem/1 var(--body);
  outline: none;
}

.bithumb__field input:focus {
  border-color: rgba(255, 140, 40, 0.7);
  box-shadow: 0 0 0 3px rgba(255, 140, 40, 0.1);
}

.bithumb__actions,
.bithumb__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.bithumb__status {
  color: rgba(255, 176, 106, 0.8);
  font-style: normal;
  font-size: 0.7rem;
}

.bithumb__btn {
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 140, 40, 0.35);
  background: rgba(255, 140, 40, 0.08);
  color: #ffb06a;
  cursor: pointer;
  font: 600 0.66rem/1 var(--body);
  letter-spacing: 0.1em;
  border-radius: var(--r-sm);
}

.bithumb__btn:hover {
  border-color: rgba(255, 140, 40, 0.7);
  background: rgba(255, 140, 40, 0.16);
}

.bithumb__btn--primary {
  border-color: rgba(255, 140, 40, 0.65);
  background: rgba(255, 140, 40, 0.18);
  color: #ffc48a;
}

.bithumb__btn--ghost {
  border-color: rgba(238, 238, 232, 0.18);
  background: transparent;
  color: rgba(238, 238, 232, 0.7);
}

.bithumb__connect {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.bithumb__board {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.bithumb__board[hidden] {
  display: none;
}

.bithumb__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.bithumb__label {
  display: block;
  margin-bottom: 2px;
  color: rgba(238, 238, 232, 0.5);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bithumb__total {
  color: #ffb06a;
  font-family: var(--display);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.bithumb.gate .bithumb__total {
  font-size: clamp(0.92rem, 1.7vw, 1.2rem);
  letter-spacing: -0.02em;
}

.bithumb__meta {
  color: rgba(238, 238, 232, 0.55);
  font-size: 0.68rem;
}

.bithumb__table-wrap {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
  border: 1px solid rgba(255, 140, 40, 0.18);
  background: rgba(0, 0, 0, 0.28);
  border-radius: var(--r-sm);
}

.bithumb__table {
  width: 100%;
  border-collapse: collapse;
}

.bithumb__table th,
.bithumb__table td {
  padding: 5px 8px;
  border-bottom: 1px solid rgba(238, 238, 232, 0.08);
  text-align: right;
  font-size: 0.7rem;
}

.bithumb__table th:first-child,
.bithumb__table td:first-child {
  text-align: left;
}

.bithumb__table th {
  position: sticky;
  top: 0;
  background: rgba(12, 10, 8, 0.96);
  color: rgba(255, 176, 106, 0.75);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bithumb__table td {
  color: rgba(238, 238, 232, 0.88);
}

.bithumb__table td strong {
  color: #ffc48a;
  font-weight: 600;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  flex: 1;
  min-height: 0;
}

.mal-assets.solution {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  padding: calc(72px + 1vw) 5vw 1.6vw;
  overflow: hidden;
  background:
    radial-gradient(ellipse 65% 50% at 72% 14%, rgba(255, 140, 40, 0.1), transparent 58%),
    radial-gradient(ellipse 70% 55% at 18% 28%, rgba(56, 150, 220, 0.12), transparent 60%),
    radial-gradient(circle at 88% 78%, rgba(110, 200, 255, 0.06), transparent 45%),
    linear-gradient(180deg, #05070e 0%, #0a1018 46%, #04060a 100%);
}

.mal-assets .exchange-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 10px;
  flex: 1 1 auto;
  min-height: 0;
  align-content: stretch;
  align-items: stretch;
}

.menu-panel-root:has(.mal-assets) {
  padding: 0 !important;
  place-items: stretch !important;
}

.menu-panel-root:has(.mal-assets) .menu-panel-wealth,
.menu-panel-root:has(.mal-assets) .menu-panel-wealth-veil {
  display: none;
}

.menu-panel-root:has(.mal-assets) .menu-panel-card {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  background: #05070e !important;
  box-shadow: none !important;
}

.menu-panel-root:has(.mal-assets) .menu-panel-head {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 6;
  margin: 0 !important;
}

.menu-panel-root:has(.mal-assets) .menu-panel-body,
.menu-panel-root:has(.mal-assets) .dash-holdings {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.plan-stage:has(.mal-assets) .plan,
.plan.is-assets {
  padding: 0 !important;
  justify-content: stretch !important;
  pointer-events: auto !important;
  overflow: hidden !important;
}

.plan-stage:has(.mal-assets) .mal-assets,
.plan.is-assets .mal-assets {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}

.plan-stage > .mal-assets-host {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}

.plan-stage .plan,
.plan-stage .plan-board {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.plan-stage.is-smoking > .mal-assets-host {
  opacity: 0;
  transition: opacity 0.48s cubic-bezier(.22,.08,.28,1);
}

.bithumb.gate .bithumb__connect[hidden] {
  display: none;
}
