/**
 * 资产总览 — 唯一样式源（图三）
 * PC: [资产蓝卡(左图|右信息 + 底双统计)] + [我的卡片]
 *     温馨提示在左列资产卡下方，不撑高「我的卡片」
 * Mobile: 同结构左图右信息 + 底双卡横排，不堆叠
 */

.home-asset-row{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:16px;
  align-items:start;
  margin-bottom:16px;
  width:100%;
}
.home-asset-col{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}

#assetOverview.asset-overview,
#assetOverview{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:14px;
  box-sizing:border-box;
  min-width:0;
  overflow:hidden;
  background:linear-gradient(135deg,#EEF6FF 0%,#E5F0FF 100%);
  border:1px solid #DCEBFA;
  border-radius:18px;
  box-shadow:0 6px 24px rgba(37,99,235,.06);
}

/* 上排：左图 | 右信息 */
#assetOverview .ao-body{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
  gap:12px 16px;
  align-items:center;
}

#assetOverview .ao-media{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
#assetOverview .ao-media img,
#assetOverview #homeShowcaseImg{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  max-height:168px;
  object-fit:contain;
  object-position:center;
  border-radius:14px;
  filter:drop-shadow(0 8px 16px rgba(37,99,235,.10));
}

#assetOverview .ao-info{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
#assetOverview .ao-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin:0 0 4px;
}
#assetOverview .ao-head h3{
  margin:0;
  font-size:16px;
  font-weight:800;
  color:#102A43;
  line-height:1.2;
}
#assetOverview .ao-head .eye-toggle{
  width:28px;
  height:28px;
  border:0;
  background:transparent;
  cursor:pointer;
  opacity:.7;
  padding:0;
  color:#64748B;
}
#assetOverview .ao-label{
  margin:0;
  font-size:12px;
  color:#64748B;
  line-height:1.2;
}
#assetOverview .ao-big{
  margin:4px 0 0;
  font-size:30px;
  font-weight:800;
  color:#2563EB;
  line-height:1.1;
  letter-spacing:-.02em;
}
#assetOverview .ao-approx{
  margin:4px 0 10px;
  font-size:12px;
  color:#94A3B8;
  line-height:1.2;
}
#assetOverview .ao-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  width:100%;
}
#assetOverview .ao-btn-recharge,
#assetOverview .ao-btn-withdraw{
  width:100%;
  min-height:38px;
  padding:9px 10px;
  border-radius:12px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}
#assetOverview .ao-btn-recharge{
  background:#2563EB;
  color:#fff;
  border:0;
}
#assetOverview .ao-btn-withdraw{
  background:rgba(255,255,255,.92);
  color:#102A43;
  border:1px solid #D6E3F2;
}

/* 底双卡 50/50，PC/Mobile 均不竖排 */
#assetOverview .ao-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
#assetOverview .ao-stat{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:10px 12px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(220,235,250,.9);
  border-radius:12px;
  min-width:0;
}
#assetOverview .ao-stat > div{min-width:0}
#assetOverview .ao-stat > div > span{
  display:block;
  font-size:11px;
  color:#64748B;
  line-height:1.2;
}
#assetOverview .ao-stat b{
  display:block;
  margin-top:3px;
  font-size:16px;
  font-weight:800;
  color:#2563EB;
  line-height:1.15;
}
#assetOverview .ao-stat-ico{
  width:40px;
  height:40px;
  border-radius:10px;
  background:#EFF6FF;
  color:#2563EB;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  padding:2px;
  box-sizing:border-box;
  line-height:0;
  overflow:hidden;
}
#assetOverview .ao-stat-ico svg{
  display:block;
  width:100%;
  height:100%;
}

/* 温馨提示：紧贴资产卡下方；PC 与「我的卡片」底边平齐靠收高度，不拉高右侧 */
.home-asset-col > .ao-tips{
  margin:0;
  padding:8px 10px;
  background:#fff;
  border:1px solid #E5EBF3;
  border-radius:12px;
  box-shadow:0 4px 16px rgba(15,23,42,.04);
}
.home-asset-col > .ao-tips b{
  display:block;
  margin:0 0 4px;
  font-size:13px;
  font-weight:800;
  color:#0F172A;
  line-height:1.25;
}
.home-asset-col > .ao-tips p{
  margin:0 0 2px;
  font-size:11px;
  line-height:1.35;
  color:#334155;
}
.home-asset-col > .ao-tips p:last-child{margin-bottom:0}
.home-asset-col > .ao-tips p:nth-child(2){color:#B45309}
.home-asset-col > .ao-tips p:nth-child(3){color:#B91C1C}
.home-asset-col > .ao-tips p:nth-child(4){color:#1D4ED8}

@media (min-width:901px){
  .home-asset-row{align-items:start}
  .home-asset-col{gap:10px}
  #assetOverview .ao-big{font-size:32px}
  #assetOverview .ao-media img,
  #assetOverview #homeShowcaseImg{max-height:176px}
  .home-asset-col > .ao-tips{
    padding:7px 10px;
  }
  .home-asset-col > .ao-tips p{
    font-size:11px;
    line-height:1.32;
  }
}

@media (max-width:900px){
  .home-asset-row{
    grid-template-columns:1fr;
    gap:0;
    margin-bottom:12px;
  }
  .home-asset-col{gap:0}
  .home-asset-col > .ao-tips{display:none !important}

  #assetOverview{
    padding:12px;
    gap:10px;
    border-radius:16px;
  }
  #assetOverview .ao-body{
    grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
    gap:8px 10px;
  }
  #assetOverview .ao-head h3{font-size:15px}
  #assetOverview .ao-big{font-size:26px;margin-top:2px}
  #assetOverview .ao-approx{margin:3px 0 8px;font-size:11px}
  #assetOverview .ao-btn-recharge,
  #assetOverview .ao-btn-withdraw{
    min-height:34px;
    padding:8px;
    font-size:12px;
  }
  #assetOverview .ao-media img,
  #assetOverview #homeShowcaseImg{max-height:132px}
  #assetOverview .ao-stats{gap:8px}
  #assetOverview .ao-stat{padding:8px 10px}
  #assetOverview .ao-stat b{font-size:15px}
  #assetOverview .ao-stat-ico{
    width:38px;
    height:38px;
    padding:2px;
  }
  #assetOverview .ao-stat > div > span{font-size:10px}
}

@media (max-width:375px){
  #assetOverview .ao-big{font-size:24px}
  #assetOverview .ao-media img,
  #assetOverview #homeShowcaseImg{max-height:118px}
  #assetOverview .ao-stat b{font-size:14px}
  #assetOverview .ao-stat-ico{
    width:36px;
    height:36px;
    padding:1px;
  }
}
