/* V4.1 growth/dashboard */
.skeleton{background:linear-gradient(90deg,#202124 25%,#292b2f 37%,#202124 63%);background-size:400% 100%;animation:skeleton 1.2s ease infinite}
@keyframes skeleton{0%{background-position:100% 0}100%{background-position:0 0}}
.notice-bar{margin:10px 12px;border-radius:14px;background:#fff;color:#333;height:38px;display:flex;align-items:center;overflow:hidden;padding:0 12px;font-size:13px}
.notice-dot{width:7px;height:7px;background:#20e36b;border-radius:50%;margin-right:8px;flex:0 0 auto}
.notice-text{white-space:nowrap;animation:noticeMove 12s linear infinite}
@keyframes noticeMove{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}
.rank-section,.income-card,.vip-card,.invite-card{margin:12px;background:#fff;border-radius:16px;padding:14px;color:#222}
.rank-title,.card-title{font-size:18px;font-weight:950;margin-bottom:10px}
.rank-row{display:flex;align-items:center;gap:10px;border-top:1px solid #f0f0f0;padding:10px 0}
.rank-num{width:26px;height:26px;border-radius:50%;background:#20e36b;color:#061208;display:flex;align-items:center;justify-content:center;font-weight:950}
.rank-info{flex:1;min-width:0}.rank-info b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-info span{font-size:12px;color:#777}
.rank-money{color:#20b55b;font-weight:900}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.stat-tile{background:#f6f7f8;border-radius:12px;padding:12px}.stat-tile span{display:block;color:#777;font-size:12px}.stat-tile b{font-size:20px;color:#111}
.vip-progress{height:8px;background:#eee;border-radius:8px;overflow:hidden;margin:10px 0}.vip-progress i{display:block;height:100%;background:#20e36b}
.invite-code{background:#111;color:#20e36b;border-radius:10px;padding:10px;margin-top:8px;font-weight:900}
.risk-score{font-weight:950}.risk-low{color:#16a34a}.risk-mid{color:#f59e0b}.risk-high{color:#ef4444}

/* PWA install looking */
.app-install-tip{margin:12px;background:#151617;border:1px solid #2b2d30;border-radius:14px;padding:12px;color:#ddd;font-size:13px;line-height:1.6}
