.account-profile-modal{z-index:10020}
.account-profile-modal .account-profile-shell{width:min(92vw,520px);max-height:min(88vh,760px);overflow:auto;position:relative;border:1px solid rgba(255,255,255,.10);border-radius:26px;background:linear-gradient(180deg,rgba(17,23,34,.98),rgba(7,10,15,.99));box-shadow:0 30px 90px rgba(0,0,0,.58),inset 0 1px rgba(255,255,255,.035);padding:24px;color:#f7f8fa}
.account-profile-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05);color:#fff;font-size:20px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.18s ease}
.account-profile-close:hover{background:rgba(255,255,255,.09);transform:translateY(-1px)}
.account-profile-head{display:flex;align-items:center;gap:13px;padding-right:44px;margin-bottom:20px}
.account-profile-avatar{width:52px;height:52px;flex:0 0 52px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#f7d24c,#d9a91e);box-shadow:0 12px 28px rgba(245,204,54,.16)}
.account-profile-avatar svg{width:25px;height:25px;fill:none;stroke:#171309;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.account-profile-head small{display:block;font-size:9px;letter-spacing:.13em;color:#8e99a9;font-weight:900;margin-bottom:4px}
.account-profile-head h3{margin:0;font-size:25px;line-height:1.05;letter-spacing:-.04em;font-weight:950}
.account-profile-head p{margin:6px 0 0;color:#8f9baa;font-size:12px;line-height:1.45}
.account-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.account-profile-card{border:1px solid rgba(255,255,255,.075);border-radius:18px;background:rgba(255,255,255,.035);padding:15px;min-width:0}
.account-profile-card.wide{grid-column:1/-1}
.account-profile-label{display:flex;align-items:center;gap:7px;color:#818e9f;font-size:9px;letter-spacing:.10em;text-transform:uppercase;font-weight:900;margin-bottom:8px}
.account-profile-label svg{width:14px;height:14px;fill:none;stroke:#e9c43b;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.account-profile-value{font-size:15px;line-height:1.25;font-weight:900;color:#f6f7f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.account-profile-value.balance{font-size:20px;color:#f6d14c}
.account-profile-sub{margin-top:5px;color:#778497;font-size:10px;line-height:1.4}
.account-profile-favorite{display:flex;align-items:center;gap:11px}
.account-profile-game-icon{width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:rgba(245,204,54,.09);display:grid;place-items:center;border:1px solid rgba(245,204,54,.13)}
.account-profile-game-icon svg{width:21px;height:21px;fill:none;stroke:#f4cb3c;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.account-profile-invite{margin-top:11px;position:relative;overflow:hidden;border:1px solid rgba(245,204,54,.18);border-radius:20px;padding:17px;background:radial-gradient(circle at 100% 0%,rgba(245,204,54,.15),transparent 43%),linear-gradient(145deg,rgba(245,204,54,.085),rgba(255,255,255,.025))}
.account-profile-invite:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;border:1px solid rgba(245,204,54,.08);right:-85px;top:-90px;pointer-events:none}
.account-profile-invite-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(245,204,54,.18);border-radius:999px;padding:5px 8px;color:#f3cd45;background:rgba(245,204,54,.08);font-size:8px;letter-spacing:.11em;font-weight:950;text-transform:uppercase}
.account-profile-invite h4{margin:11px 0 5px;font-size:19px;letter-spacing:-.025em;line-height:1.08}
.account-profile-invite p{margin:0;color:#9aa5b4;font-size:11px;line-height:1.5;max-width:390px}
.account-profile-invite strong{color:#f5cf45}
.account-profile-invite-btn{width:100%;margin-top:14px;min-height:48px;border:0;border-radius:14px;background:linear-gradient(180deg,#f7d34f,#e5b72a);color:#171309;font-size:10px;letter-spacing:.06em;font-weight:950;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 12px 28px rgba(245,204,54,.14);transition:.18s ease}
.account-profile-invite-btn:hover{transform:translateY(-1px);box-shadow:0 15px 32px rgba(245,204,54,.2)}
.account-profile-invite-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.account-profile-toast{min-height:17px;text-align:center;margin-top:8px;font-size:10px;color:#9ca8b7}
@media(max-width:560px){.account-profile-modal .account-profile-shell{width:min(94vw,460px);padding:19px 15px;border-radius:22px}.account-profile-head h3{font-size:22px}.account-profile-grid{grid-template-columns:1fr}.account-profile-card.wide{grid-column:auto}.account-profile-value.balance{font-size:18px}}
@media(prefers-reduced-motion:reduce){.account-profile-close,.account-profile-invite-btn{transition:none!important}}
