.qs-merge-hidden {
  display: none !important;
}

.qs-home-live {
  margin-top: 0.35rem;
  padding: 0;
}

.qs-home-live * {
  box-sizing: border-box;
}

.qs-home-live--merged {
  margin-top: 0.25rem;
}

.qs-home-grid {
  display: grid;
  gap: 0.78rem;
}

.qs-span-2 {
  grid-column: 1 / -1;
}

.qs-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(125, 211, 252, 0.3);
  background: radial-gradient(120% 130% at 100% -10%, rgba(14, 165, 233, 0.24), transparent 52%),
    radial-gradient(120% 130% at 90% 100%, rgba(34, 211, 238, 0.16), transparent 60%),
    linear-gradient(160deg, rgba(7, 18, 37, 0.95), rgba(7, 25, 48, 0.94));
  color: #eff7ff;
  padding: 1rem;
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.48);
}

.qs-hero::before,
.qs-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(24px);
}

.qs-hero::before {
  width: 140px;
  height: 140px;
  right: -34px;
  top: -30px;
  background: rgba(56, 189, 248, 0.5);
}

.qs-hero::after {
  width: 98px;
  height: 98px;
  right: 68px;
  bottom: -42px;
  background: rgba(34, 197, 94, 0.42);
}

.qs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.qs-muted {
  color: rgba(211, 227, 247, 0.86);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.qs-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  padding: 0.18rem 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(52, 211, 153, 0.45);
  background: rgba(21, 128, 61, 0.25);
  color: #bbf7d0;
  font-size: 0.68rem;
  font-weight: 700;
}

.qs-visibility-toggle {
  appearance: none;
  border: 1px solid rgba(125, 211, 252, 0.45);
  border-radius: 999px;
  background: rgba(7, 20, 38, 0.72);
  color: #c7e9ff;
  width: 1.9rem;
  height: 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.qs-visibility-toggle:hover {
  border-color: rgba(125, 211, 252, 0.82);
  background: rgba(8, 47, 73, 0.86);
  transform: translateY(-1px);
}

.qs-visibility-toggle svg {
  width: 0.95rem;
  height: 0.95rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.qs-dot {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(187, 247, 208, 0.18);
}

.qs-value {
  margin: 0.36rem 0 0;
  font-size: clamp(1.8rem, 7vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  color: #f8fbff;
}

.qs-value-row {
  margin-top: 0.36rem;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
}

.qs-value-row .qs-value {
  margin: 0;
}

.qs-change {
  margin-top: 0.38rem;
  color: #7dd3fc;
  font-size: 0.82rem;
  font-weight: 700;
}

.qs-value--hidden,
.qs-change--hidden {
  letter-spacing: 0.08em;
}

.qs-token-dots {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
}

.qs-token-dot {
  appearance: none;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  color: rgba(224, 242, 254, 0.88);
  font-size: 0.66rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.16rem 0;
}

.qs-token-dot i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #67e8f9;
  box-shadow: 0 0 0 4px rgba(103, 232, 249, 0.18);
}

.qs-token-dot.active {
  color: #f8fafc;
}

.qs-token-dot.active i {
  background: #facc15;
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.24);
}

.qs-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.qs-action-btn {
  appearance: none;
  border: 1px solid rgba(103, 232, 249, 0.34);
  border-radius: 14px;
  background: rgba(7, 20, 38, 0.8);
  color: #dbeafe;
  padding: 0.66rem 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.qs-action-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(103, 232, 249, 0.75);
  background: rgba(8, 145, 178, 0.24);
}

.qs-card {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 16px;
  background: rgba(4, 13, 27, 0.72);
  color: #dbe9ff;
  padding: 0.84rem;
}

.qs-card h2,
.qs-card h3,
.qs-chart-title,
.qs-wallet-title,
.qs-detail-amount,
.qs-detail-est {
  margin: 0;
  color: #f8fbff;
}

.qs-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.58rem;
}

.qs-live-small {
  color: #86efac;
  font-size: 0.7rem;
  font-weight: 700;
}

.qs-view-all {
  appearance: none;
  border: 0;
  background: transparent;
  color: #67e8f9;
  font-size: 0.74rem;
  font-weight: 700;
  cursor: pointer;
}

.qs-converter-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0.42rem;
  margin-bottom: 0.46rem;
}

.qs-converter-row select,
.qs-converter-row input,
.qs-swap,
.qs-detail-back,
.qs-copy-btn {
  width: 100%;
  border-radius: 11px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: rgba(2, 6, 23, 0.6);
  color: #e5efff;
  height: 2.1rem;
  padding: 0 0.62rem;
  font-size: 0.79rem;
}

.qs-converter-row select:focus,
.qs-converter-row input:focus {
  outline: none;
  border-color: rgba(103, 232, 249, 0.72);
  box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.18);
}

.qs-swap,
.qs-detail-back,
.qs-copy-btn {
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.qs-swap:hover,
.qs-detail-back:hover,
.qs-copy-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(103, 232, 249, 0.72);
  background: rgba(8, 145, 178, 0.2);
}

.qs-note {
  color: rgba(156, 181, 215, 0.9);
  font-size: 0.72rem;
}

.qs-wallet-shell {
  border-radius: 16px;
}

.qs-wallet-list {
  display: grid;
  gap: 0.6rem;
}

.qs-wallet-row {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(7, 18, 37, 0.92), rgba(8, 27, 54, 0.88));
  color: #d9e9ff;
  text-align: left;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.qs-wallet-row:hover {
  transform: translateY(-1px);
  border-color: rgba(103, 232, 249, 0.7);
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.42);
}

.qs-wallet-row--skeleton {
  pointer-events: none;
  cursor: default;
}

.qs-wallet-row--skeleton .qs-logo {
  background: rgba(51, 65, 85, 0.9);
}

.qs-wallet-row--skeleton .qs-wallet-title,
.qs-wallet-row--skeleton .qs-wallet-sub,
.qs-wallet-row--skeleton .qs-wallet-mini,
.qs-wallet-row--skeleton .qs-wallet-price,
.qs-wallet-row--skeleton .qs-wallet-amount,
.qs-wallet-row--skeleton .qs-wallet-change {
  color: transparent !important;
  border-radius: 6px;
  background: rgba(51, 65, 85, 0.86);
}

.qs-wallet-row-left {
  display: flex;
  align-items: center;
  gap: 0.68rem;
  min-width: 0;
  flex: 1;
}

.qs-wallet-row-right {
  display: grid;
  gap: 0.14rem;
  text-align: right;
  justify-items: end;
  min-width: 0;
  max-width: 62%;
}

.qs-logo {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  object-fit: cover;
  background: #0a1424;
}

.qs-wallet-title {
  font-size: 0.86rem;
  font-weight: 700;
}

.qs-wallet-sub,
.qs-wallet-mini {
  color: rgba(167, 189, 218, 0.95);
  font-size: 0.7rem;
}

.qs-wallet-mini {
  margin-top: 0.32rem;
}

.qs-wallet-price,
.qs-wallet-amount,
.qs-wallet-change {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qs-wallet-price {
  font-size: 0.8rem;
  font-weight: 700;
}

.qs-wallet-amount {
  color: #67e8f9;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.86rem;
}

.qs-wallet-change {
  font-size: 0.72rem;
  font-weight: 700;
}

.qs-wallet-change.up {
  color: #86efac;
}

.qs-wallet-change.down {
  color: #fda4af;
}

.qs-empty {
  text-align: center;
  color: rgba(167, 189, 218, 0.92);
  font-size: 0.8rem;
  padding: 0.8rem 0.25rem;
}

.crypto-list-section {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 16px;
  background: rgba(4, 13, 27, 0.72);
  color: #dbe9ff;
  padding: 0.84rem;
}

.crypto-list-section .tabs-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.crypto-list-section .tab {
  appearance: none;
  border: 1px solid rgba(125, 211, 252, 0.25);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.75);
  color: #dbe9ff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.45rem 0.75rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.crypto-list-section .tab:hover {
  border-color: rgba(125, 211, 252, 0.5);
}

.crypto-list-section .tab.active {
  border-color: rgba(56, 189, 248, 0.85);
  background: #0284c7;
  color: #f8fbff;
}

.crypto-list-section .header-tab-container {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr) minmax(0, 0.8fr);
  gap: 0.5rem;
  padding: 0 0.1rem;
  margin-bottom: 0.6rem;
}

.crypto-list-section .header-tab {
  color: rgba(167, 189, 218, 0.92);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.crypto-list-section .header-price {
  text-align: center;
}

.crypto-list-section .header-change {
  text-align: right;
}

.crypto-list-section .crypto-list-flat {
  display: grid;
  gap: 0.55rem;
}

.crypto-list-section .crypto-flat-item {
  width: 100%;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(7, 18, 37, 0.92), rgba(8, 27, 54, 0.88));
  color: #d9e9ff;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr) minmax(0, 0.8fr);
  align-items: center;
  gap: 0.5rem;
  padding: 0.66rem 0.74rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.crypto-list-section .crypto-flat-item:hover {
  transform: translateY(-1px);
  border-color: rgba(103, 232, 249, 0.68);
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.42);
}

.crypto-list-section .crypto-flat-item:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.85);
  outline-offset: 2px;
}

.crypto-list-section .crypto-flat-info {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 0.5rem;
}

.crypto-list-section .crypto-image {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.crypto-list-section .crypto-symbol {
  color: #f8fbff;
  font-size: 0.95rem;
  font-weight: 800;
  flex-shrink: 0;
}

.crypto-list-section .crypto-name {
  color: rgba(167, 189, 218, 0.95);
  font-size: 0.8rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crypto-list-section .price-main {
  color: #f8fbff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-align: center;
}

.crypto-list-section .change-pill {
  justify-self: end;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.3rem 0.56rem;
  white-space: nowrap;
}

.crypto-list-section .change-pill.positive {
  color: #86efac;
  background: rgba(22, 163, 74, 0.22);
}

.crypto-list-section .change-pill.negative {
  color: #fecdd3;
  background: rgba(190, 24, 93, 0.22);
}

.qs-home-live--detail {
  margin-top: 0;
  padding: 0.15rem 0;
}

.qs-detail-wrap {
  display: grid;
  gap: 0.78rem;
}

.qs-detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.qs-detail-hero {
  text-align: center;
  padding: 1.05rem 0.85rem;
}

.qs-detail-logo-wrap {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 999px;
  margin: 0 auto 0.6rem;
  display: grid;
  place-items: center;
}

.qs-detail-logo-wrap.from-amber {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.qs-detail-logo-wrap.from-indigo {
  background: linear-gradient(135deg, #818cf8, #8b5cf6);
}

.qs-detail-logo-wrap.from-purple {
  background: linear-gradient(135deg, #c084fc, #ec4899);
}

.qs-detail-logo-wrap.from-green {
  background: linear-gradient(135deg, #34d399, #10b981);
}

.qs-detail-logo {
  width: 2.2rem;
  height: 2.2rem;
  object-fit: contain;
}

.qs-detail-amount {
  font-size: 1.8rem;
  font-weight: 800;
}

.qs-detail-est {
  margin-top: 0.15rem;
  font-size: 1.06rem;
  font-weight: 700;
}

.qs-detail-est-sub {
  margin: 0.2rem 0 0.46rem;
  color: rgba(167, 189, 218, 0.95);
  font-size: 0.8rem;
}

.qs-detail-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.22rem 0.58rem;
  font-size: 0.74rem;
  font-weight: 700;
}

.qs-detail-badge.up {
  color: #bbf7d0;
  background: rgba(22, 163, 74, 0.22);
}

.qs-detail-badge.down {
  color: #fecdd3;
  background: rgba(190, 24, 93, 0.22);
}

.qs-detail-address {
  padding: 0.72rem;
}

.qs-detail-label,
.qs-chart-sub {
  margin: 0 0 0.4rem;
  color: rgba(167, 189, 218, 0.92);
  font-size: 0.74rem;
}

.qs-detail-address-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
  align-items: center;
}

.qs-detail-code {
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: rgba(2, 6, 23, 0.58);
  color: #e7efff;
  padding: 0.45rem 0.56rem;
  font-size: 0.74rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qs-chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.68rem;
  margin-bottom: 0.54rem;
}

.qs-chart-title {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.98rem;
  font-weight: 700;
}

.qs-chart-price {
  text-align: right;
  display: grid;
  gap: 0.14rem;
}

.qs-chart-price strong {
  color: #f8fbff;
  font-size: 0.9rem;
}

.qs-chart-price span {
  font-size: 0.72rem;
  font-weight: 700;
}

.qs-chart-price.up span {
  color: #86efac;
}

.qs-chart-price.down span {
  color: #fda4af;
}

.qs-chart-frame-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #0b1629;
}

.qs-home-live--detail .qs-chart-frame-wrap {
  border: 0;
}

.qs-chart-frame {
  width: 100%;
  height: 410px;
  border: 0;
  display: block;
}

.qs-chart-frame--spark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(56, 189, 248, 0.15), transparent 42%),
    radial-gradient(circle at 88% 90%, rgba(20, 184, 166, 0.13), transparent 48%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.94), rgba(2, 6, 23, 0.8));
}

.qs-chart-spark-svg {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.45rem;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.18));
}

.qs-chart-empty {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: 0.78rem;
}

.profile-card.qs-profile-home-enhanced {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

.profile-card.qs-profile-home-enhanced::before {
  display: none !important;
}

.profile-card.qs-profile-home-enhanced .profile-header {
  display: none !important;
}

.profile-card.qs-profile-home-enhanced.qs-profile-home-detail {
  padding-top: 0.12rem !important;
}

.qs-home-profile-hidden {
  display: flex !important;
}

/* Merge identity + balance into a tighter, unified top section */
.profile-card:not(.qs-profile-home-enhanced) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.48rem;
  padding: 1.05rem 1rem 1rem;
  border: 1px solid rgba(37, 195, 215, 0.34);
  background: linear-gradient(158deg, rgba(4, 22, 46, 0.96), rgba(2, 10, 30, 0.97) 58%, rgba(6, 28, 53, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 14px 28px rgba(0, 5, 16, 0.45);
}

.profile-card:not(.qs-profile-home-enhanced) > * {
  min-width: 0;
}

.profile-card:not(.qs-profile-home-enhanced) > :not(.profile-header):not(.info-stack) {
  grid-column: 1 / -1;
}

.profile-card:not(.qs-profile-home-enhanced) .profile-header {
  gap: 0.65rem;
  margin-bottom: 0;
}

.profile-card:not(.qs-profile-home-enhanced) .profile-header__meta {
  gap: 0.12rem;
}

.profile-card:not(.qs-profile-home-enhanced) .profile-header h1 {
  margin: 0.16rem 0 0;
  line-height: 1.1;
}

.profile-card:not(.qs-profile-home-enhanced) .profile-header + .info-stack {
  margin-top: -0.03rem;
}

.profile-card:not(.qs-profile-home-enhanced) .info-stack {
  gap: 0.34rem;
}

.profile-card:not(.qs-profile-home-enhanced) .info-pill {
  min-height: 56px;
  padding: 0.64rem 0.9rem;
  border-radius: 12px;
  border-color: rgba(67, 166, 186, 0.36);
  background: linear-gradient(180deg, rgba(1, 8, 25, 0.66), rgba(1, 8, 25, 0.42));
  box-shadow: inset 0 0 0 1px rgba(3, 10, 30, 0.6);
}

.profile-card:not(.qs-profile-home-enhanced) .info-pill .info-value {
  font-size: clamp(1.45rem, 4.7vw, 2rem);
  line-height: 1.05;
}

.profile-card:not(.qs-profile-home-enhanced) .profile-actions {
  margin-top: 0.14rem;
  gap: 0.55rem;
}

@media (min-width: 430px) {
  .profile-card:not(.qs-profile-home-enhanced) {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    column-gap: 0.52rem;
    row-gap: 0.46rem;
    align-items: stretch;
  }

  .profile-card:not(.qs-profile-home-enhanced) > .profile-header {
    grid-column: 1;
    grid-row: 1;
    min-height: 124px;
    padding: 0.68rem 0.72rem;
    border: 1px solid rgba(61, 185, 206, 0.34);
    border-radius: 12px;
    background: linear-gradient(166deg, rgba(3, 20, 43, 0.86), rgba(2, 11, 28, 0.74));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0.46rem;
  }

  .profile-card:not(.qs-profile-home-enhanced) > .profile-header .profile-header__actions {
    align-self: flex-end;
    margin-top: 0;
  }

  .profile-card:not(.qs-profile-home-enhanced) > .profile-header .profile-header__logout {
    padding: 0.34rem 1rem;
  }

  .profile-card:not(.qs-profile-home-enhanced) > .info-stack {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
    align-self: stretch;
  }

  .profile-card:not(.qs-profile-home-enhanced) > .info-stack .info-pill {
    min-height: 124px;
    height: 100%;
    justify-content: center;
  }
}

@media (min-width: 780px) {
  .qs-home-grid {
    grid-template-columns: 1.25fr 1fr;
  }

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

  .qs-chart-frame {
    height: 470px;
  }
}

@media (min-width: 1080px) {
  .qs-home-grid {
    grid-template-columns: 1.4fr 1fr;
    gap: 0.9rem;
  }

  .qs-wallet-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qs-chart-frame {
    height: 520px;
  }
}

@media (max-width: 760px) {
  .qs-home-live {
    margin-top: 0.15rem;
  }

  .qs-home-grid {
    gap: 0.65rem;
  }

  .qs-hero {
    border-radius: 16px;
    padding: 0.84rem;
  }

  .qs-actions {
    gap: 0.44rem;
  }

  .qs-action-btn {
    border-radius: 12px;
    font-size: 0.66rem;
    padding: 0.6rem 0.22rem;
  }

  .qs-card {
    border-radius: 14px;
    padding: 0.72rem;
  }

  .qs-wallet-row {
    padding: 0.68rem;
  }

  .qs-wallet-row-right {
    max-width: 60%;
  }

  .qs-chart-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .qs-chart-price {
    text-align: left;
  }

  .qs-chart-frame {
    height: 340px;
  }

  .crypto-list-section {
    border-radius: 14px;
    padding: 0.72rem;
  }

  .crypto-list-section .header-tab,
  .crypto-list-section .tab {
    font-size: 0.73rem;
  }

  .crypto-list-section .crypto-flat-item {
    padding: 0.6rem 0.64rem;
  }
}

@media (max-width: 480px) {
  .qs-token-dot {
    font-size: 0.62rem;
  }

  .qs-wallet-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .qs-wallet-row-right {
    max-width: 100%;
    justify-items: start;
    text-align: left;
  }

  .qs-converter-row {
    grid-template-columns: 84px 1fr;
  }

  .qs-detail-amount {
    font-size: 1.58rem;
  }

  .qs-chart-frame {
    height: 300px;
  }

  .crypto-list-section .header-tab-container,
  .crypto-list-section .crypto-flat-item {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr) minmax(0, 0.9fr);
    gap: 0.4rem;
  }

  .crypto-list-section .crypto-symbol {
    font-size: 0.86rem;
  }

  .crypto-list-section .crypto-name {
    font-size: 0.73rem;
  }

  .crypto-list-section .price-main {
    font-size: 0.84rem;
  }

  .crypto-list-section .change-pill {
    font-size: 0.68rem;
    padding: 0.26rem 0.44rem;
  }
}
