.account-menu .account-menu-link,.account-menu button{width:100%;min-height:36px;border:0;background:transparent;padding:9px 10px;text-align:left;border-radius:8px;cursor:pointer;color:var(--muted);display:flex;align-items:center;font-size:13px}.account-menu .account-menu-link:hover,.account-menu button:hover{background:var(--surface-2);color:var(--text)}
.game-page .right-panel>#profileBody[hidden]{display:none!important}.game-page .daily-section{margin-top:40px!important}
.account-profile-shell{width:min(100% - 40px,1080px);margin:0 auto;padding:64px 0 90px}.account-profile-heading{margin-bottom:26px}.account-profile-heading h1{font-size:clamp(40px,6vw,64px);line-height:1;letter-spacing:-.055em;margin:10px 0 14px}.account-profile-heading p{max-width:720px;margin:0;color:var(--muted);font-size:16px}.account-profile-state{min-height:320px}.account-profile-loading,.account-profile-error{min-height:260px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(160deg,#11172a,#0d1221);display:flex;align-items:center;justify-content:center;color:var(--muted)}.account-profile-error{flex-direction:column;gap:8px;text-align:center;padding:30px}.account-profile-error b{color:var(--text);font-size:18px}.account-profile-error span{max-width:480px}.account-profile-error .button{margin-top:10px}.account-profile-guest{min-height:360px;border:1px solid var(--border);border-radius:24px;background:linear-gradient(145deg,rgba(115,87,255,.1),rgba(40,201,245,.035)),#0d1221;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px}.account-profile-guest-icon,.account-profile-avatar-fallback{display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--primary),#9d5de8);color:#fff;font-weight:850}.account-profile-guest-icon{width:58px;height:58px;font-size:23px;margin-bottom:16px}.account-profile-guest h2{font-size:28px;letter-spacing:-.035em;margin:0 0 8px}.account-profile-guest p{max-width:560px;color:var(--muted);margin:0 0 22px}.account-profile-overview{border:1px solid var(--border);border-radius:22px;background:linear-gradient(150deg,rgba(115,87,255,.09),rgba(40,201,245,.025)),#0d1221;padding:22px;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:22px;align-items:center;margin-bottom:18px}.account-profile-person{display:flex;align-items:center;gap:14px;min-width:0}.account-profile-person img,.account-profile-avatar-fallback{width:54px;height:54px;object-fit:cover;flex:0 0 54px}.account-profile-person img{border-radius:50%;background:var(--surface-2)}.account-profile-person span{display:block;color:var(--muted-2);font-size:10px;text-transform:uppercase;letter-spacing:.09em}.account-profile-person h2{margin:2px 0 0;font-size:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-profile-totals{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.account-profile-totals>div,.account-game-summary>div{border:1px solid var(--border-soft);border-radius:12px;background:rgba(9,14,27,.68);padding:12px}.account-profile-totals b,.account-game-summary b{display:block;font-size:18px;line-height:1.1}.account-profile-totals small,.account-game-summary small{display:block;color:var(--muted-2);font-size:8px;letter-spacing:.08em;margin-top:5px}.account-profile-games{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.account-game-card{min-width:0;border:1px solid var(--border);border-radius:18px;background:linear-gradient(160deg,#11172a,#0d1221);padding:18px}.account-game-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.account-game-card-head h2{font-size:20px;letter-spacing:-.025em;margin:3px 0 0}.account-game-card-head a{flex:0 0 auto;min-height:34px;padding:0 11px;border:1px solid var(--border);border-radius:10px;display:inline-flex;align-items:center;color:var(--muted);font-size:11px;font-weight:760}.account-game-card-head a:hover{color:var(--text);border-color:#4c5a83;background:var(--surface-2)}.account-game-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.account-game-summary>div{padding:10px}.account-game-summary b{font-size:14px}.account-mastery-list{display:grid;gap:5px;margin-top:10px}.account-mastery{min-height:34px;border:1px solid var(--border-soft);border-radius:9px;background:#0c1221;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted-2);font-size:10px}.account-mastery b{font-size:10px;color:var(--muted);white-space:nowrap}.account-mastery.complete{border-color:rgba(55,217,154,.2);background:rgba(55,217,154,.035);color:#cbd5e8}.account-mastery.complete b{color:var(--success)}
@media(min-width:781px) and (max-width:1120px){.game-page .right-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.account-profile-overview{grid-template-columns:1fr}.account-profile-games{grid-template-columns:1fr}.account-profile-totals{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.account-profile-shell{width:min(100% - 28px,1080px);padding:38px 0 64px}.account-profile-heading{margin-bottom:18px}.account-profile-heading h1{font-size:40px}.account-profile-heading p{font-size:14px}.account-profile-overview,.account-game-card{padding:14px;border-radius:16px}.account-profile-person img,.account-profile-avatar-fallback{width:46px;height:46px;flex-basis:46px}.account-profile-person h2{font-size:19px}.account-profile-totals,.account-game-summary{grid-template-columns:repeat(2,1fr)}.account-profile-totals b{font-size:16px}.account-game-card-head h2{font-size:18px}.account-profile-guest{min-height:320px;padding:28px 18px}.account-profile-guest h2{font-size:24px}}
