.boss-page .mall-shell { padding-bottom: 80px; }
.boss-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 16px 8px; position: relative;
}
.boss-head h1 { font-size: 18px; font-weight: 900; flex: 1; text-align: center; }
.boss-head .back { text-decoration: none; color: var(--text); font-weight: 800; font-size: 14px; min-width: 56px; }
.boss-head.mine .logout-form { min-width: 56px; text-align: right; }
.link-btn { background: none; border: none; color: var(--purple); font-weight: 800; font-size: 13px; cursor: pointer; }
.boss-auth { margin: 12px 16px 24px; padding: 20px 16px; border-radius: 20px; }
.boss-auth label { display: block; margin-bottom: 12px; font-size: 12px; font-weight: 800; color: var(--muted); }
.boss-auth input {
  display: block; width: 100%; margin-top: 6px; border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px; padding: 12px 14px; font-size: 15px; background: #fff;
}
.boss-btn {
  display: block; width: 100%; margin-top: 8px; border: none; border-radius: 999px;
  background: #111; color: var(--lime); font-size: 15px; font-weight: 900;
  padding: 13px; text-align: center; text-decoration: none; cursor: pointer;
}
.boss-btn.outline { background: transparent; color: var(--purple); border: 2px solid var(--purple); margin-top: 14px; }
.boss-btn.wx { background: #07C160; color: #fff; margin-bottom: 4px; }
.boss-divider { display: flex; align-items: center; gap: 10px; margin: 16px 0 12px; color: var(--muted); font-size: 12px; font-weight: 700; }
.boss-divider::before, .boss-divider::after { content: ''; flex: 1; height: 1px; background: rgba(0,0,0,.08); }
.boss-tip.wx-hint { background: rgba(7,193,96,.08); color: #047857; padding: 10px 12px; border-radius: 10px; margin-bottom: 12px; }
.boss-avatar-img { width: 56px; height: 56px; border-radius: 16px; object-fit: cover; flex-shrink: 0; }
.boss-msg.err { background: #FEE2E2; color: #B91C1C; padding: 10px 12px; border-radius: 10px; font-size: 13px; margin-bottom: 12px; }
.boss-tip { font-size: 12px; margin-top: 14px; line-height: 1.6; }
.boss-tip a { color: var(--purple); font-weight: 800; }
.boss-tip.muted { color: var(--muted); margin-top: 8px; }
.boss-profile {
  margin: 0 16px 12px; padding: 16px; border-radius: 20px;
  display: flex; gap: 14px; align-items: center;
}
.boss-avatar {
  width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, #9333EA, #D4FF00);
  color: #111; display: grid; place-items: center; font-size: 22px; font-weight: 900;
}
.boss-profile h2 { font-size: 18px; font-weight: 900; }
.boss-profile p { font-size: 12px; color: var(--muted); margin-top: 4px; font-weight: 700; }
.tier-tag { color: var(--purple) !important; }
.boss-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 0 16px 12px; }
.boss-stats .stat { padding: 12px 8px; border-radius: 14px; text-align: center; }
.boss-stats span { display: block; font-size: 10px; color: var(--muted); font-weight: 700; }
.boss-stats strong { display: block; margin-top: 6px; font-size: 15px; font-weight: 900; color: #E11D48; }
.boss-block { margin: 0 16px 12px; padding: 16px; border-radius: 18px; }
.boss-block h3 { font-size: 15px; font-weight: 900; margin-bottom: 6px; }
.boss-block .sub { font-size: 12px; color: var(--muted); line-height: 1.5; margin-bottom: 10px; }
.boss-block .sub.perk { color: var(--text); white-space: pre-line; }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 4px; }
.tier-item { background: rgba(255,255,255,.7); border-radius: 12px; padding: 10px 6px; text-align: center; border: 1px solid rgba(0,0,0,.04); }
.tier-item.hot { border-color: rgba(147,51,234,.35); box-shadow: 0 0 0 1px rgba(212,255,0,.35); }
.tier-item .pay { font-size: 14px; font-weight: 900; }
.tier-item .bonus { font-size: 10px; color: #E11D48; margin-top: 4px; font-weight: 800; }
.tier-item .got { font-size: 9px; color: var(--muted); margin-top: 2px; }
.ledger-list { list-style: none; }
.ledger-list li {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 10px;
  padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,.05);
}
.ledger-list li:last-child { border-bottom: none; }
.ledger-list strong { font-size: 13px; display: block; }
.ledger-list span { font-size: 10px; color: var(--muted); display: block; margin-top: 2px; }
.ledger-list em { font-size: 11px; color: var(--muted); font-style: normal; display: block; margin-top: 4px; line-height: 1.4; }
.ledger-list b { font-size: 14px; font-weight: 900; white-space: nowrap; }
.ledger-list b.plus { color: #059669; }
.ledger-list b.minus { color: #E11D48; }
