/* ── Page Profile Runtime ── */
#page-profile{background:#0d0d14;}

.profile-hero{padding:calc(20px + var(--safe-top)) 20px 16px;background:linear-gradient(180deg,#1a1030 0%,#0d0d14 100%);}
.profile-row{display:flex;align-items:center;gap:14px;margin-bottom:16px;}
.profile-av{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;border:2px solid rgba(255,255,255,0.1);}
.profile-name{font-size:16px;font-weight:700;color:#fff;cursor:pointer;}
.profile-uid{font-size:11px;color:rgba(255,255,255,0.35);margin-top:2px;}
.vip-badge{display:inline-block;margin-top:4px;font-size:10px;font-weight:700;color:#fff;background:linear-gradient(135deg,#f5a623,#e8890c);padding:2px 8px;border-radius:99px;}

.profile-stats{display:flex;justify-content:space-around;}
.p-stat{text-align:center;}
.p-stat-num{font-size:18px;font-weight:800;color:#fff;}
.p-stat-label{font-size:11px;color:rgba(255,255,255,0.35);margin-top:2px;}

.menu-block{padding:0 14px;}
.menu-row{display:flex;align-items:center;gap:12px;padding:14px 0;cursor:pointer;border-bottom:1px solid rgba(255,255,255,0.04);}
.menu-row:last-child{border-bottom:none;}
.menu-ico{font-size:18px;width:24px;text-align:center;}
.menu-txt{flex:1;font-size:14px;color:rgba(255,255,255,0.85);font-weight:500;}
.menu-arr{font-size:18px;color:rgba(255,255,255,0.2);}
