/* Home / header inline 3D icons */
.ui-ic{
  width:20px;
  height:20px;
  object-fit:contain;
  display:inline-block;
  flex:none;
  vertical-align:middle;
}
.sec-title,
.hot-lb-head{
  display:flex;
  align-items:center;
  gap:8px;
}
.switch-row .lab .ic{
  display:flex;
  align-items:center;
  justify-content:center;
  width:22px;
  flex:none;
}
.switch-row .lab .dark-mode-ic{
  width:22px;
  height:22px;
}

/* My Page + Points — 동일 pill 크기·폰트 */
.head-banner.action,
.wallet-pill{
  display:inline-flex;
  align-items:center;
  gap:5px;
  background:var(--surface-2);
  border-radius:999px;
  padding:6px 12px;
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
  transition:box-shadow .2s;
  cursor:pointer;
}
.head-banner.action:hover,
.wallet-pill:hover{
  box-shadow:0 0 14px rgba(14,166,229,.35), 0 0 22px rgba(15,183,135,.28);
}
.head-banner.action b,
.wallet-pill #cash,
.wallet-pill .wallet-unit{
  background:linear-gradient(120deg,#0ea6e5,#0fb787);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.2px;
}
.wallet-pill .ui-ic{
  width:16px;
  height:16px;
}
