.profile-menu{position:relative;height:100%;min-width:190px}
.profile-menu summary{height:100%;padding:0 15px;display:flex;align-items:center;gap:12px;cursor:pointer;list-style:none;border-inline:1px solid #302e28;background:linear-gradient(120deg,#191917,#10100f);transition:background .2s}
.profile-menu summary::-webkit-details-marker{display:none}.profile-menu[open] summary,.profile-menu summary:hover{background:#1b1a17}
.profile-avatar{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;overflow:hidden;border:1px solid #85785f;background:#28251f;box-shadow:0 0 0 3px #0b0b0a}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar-fallback{font-size:22px;color:var(--gold2);font-weight:700}
.profile-summary-copy{display:flex;flex-direction:column;min-width:0}.profile-summary-copy strong{max-width:105px;overflow:hidden;text-overflow:ellipsis;font:600 13px/1.2 Oswald,sans-serif;letter-spacing:1.2px;text-transform:uppercase;color:#ddd8cc}.profile-summary-copy small{margin-top:5px;font:600 9px/1 Oswald,sans-serif;letter-spacing:1.2px;text-transform:uppercase;color:#79a958}.profile-summary-copy i{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#76ad4e;box-shadow:0 0 7px #76ad4e}.profile-chevron{margin-left:auto;color:var(--gold2);font-size:16px}
.profile-popover{position:absolute;right:0;top:calc(100% + 1px);width:330px;padding:22px 20px 16px;background:linear-gradient(145deg,#1c1c19,#10100f 70%);border:1px solid #34312a;border-top:1px solid #665536;box-shadow:0 25px 60px #000d;z-index:30}
.profile-popover:before{content:'';position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(0deg,#ffffff09 0 1px,transparent 1px 4px);opacity:.18}
.profile-season,.menu-rank>p{position:relative;margin:0 0 17px;text-transform:uppercase;color:#8f8a7e;font:500 10px Oswald,sans-serif;letter-spacing:1.7px}.profile-season span{color:#5b564c;margin:0 5px}
.menu-progression{position:relative;display:flex;gap:16px;align-items:center;padding-bottom:21px;border-bottom:1px solid #292720}.menu-level-medal{width:62px;height:62px;display:grid;place-items:center;flex:0 0 auto;border:2px solid #9d7834;border-radius:50%;color:#eee4cb;background:radial-gradient(circle,#242018,#111);box-shadow:0 0 0 4px #3e321b,0 0 18px #a77e2838;font:700 22px Oswald,sans-serif}.menu-level-copy{flex:1;min-width:0}.menu-level-copy p{margin:0 0 8px;text-transform:uppercase;color:#c8c2b5;font:500 11px Oswald,sans-serif;letter-spacing:1.3px}.menu-level-copy small{display:block;margin-top:6px;color:#716d64;font:9px Oswald,sans-serif;letter-spacing:.7px}.menu-xp-track{height:6px;border:1px solid #3b372e;background:#090908}.menu-xp-track span{display:block;height:100%;background:linear-gradient(90deg,#856529,#d0aa58);box-shadow:0 0 8px #b08b4266}
.menu-rank{position:relative;padding:20px 0;border-bottom:1px solid #292720}.menu-rank>p{margin-bottom:10px}.menu-rank-row{display:flex;gap:13px;align-items:center}.rank-emblem{width:45px;height:45px;display:grid;place-items:center;border:2px solid #80642d;transform:rotate(45deg);background:#242016;color:#d0aa58;font-size:22px}.menu-rank-row>div{display:flex;flex-direction:column}.menu-rank-row strong{text-transform:uppercase;color:#c9c3b6;font:600 13px Oswald,sans-serif;letter-spacing:1.3px}.menu-rank-row small{color:#706c63;font:9px Oswald,sans-serif;text-transform:uppercase;letter-spacing:1px}
.profile-menu-links{position:relative;display:grid;padding:14px 0 7px}.profile-menu-links a,.profile-menu-links span{display:flex;align-items:center;gap:12px;min-height:36px;color:#9e998f;text-transform:uppercase;font:500 10px Oswald,sans-serif;letter-spacing:1.4px}.profile-menu-links a:hover{color:#e0d4b7}.profile-menu-links b,.profile-menu-logout b{width:18px;color:#b08b42;font-size:16px;text-align:center}.profile-menu-links small{margin-left:auto;font-size:8px;color:#5f5b53}.profile-menu-links .disabled{opacity:.48}
.profile-menu-logout{position:relative;border-top:1px solid #292720;padding-top:10px}.profile-menu-logout button{width:100%;display:flex;align-items:center;gap:12px;padding:8px 0;border:0;background:none;color:#b85f4f;cursor:pointer;text-transform:uppercase;font:500 10px Oswald,sans-serif;letter-spacing:1.5px}.profile-menu-logout b{color:#b85f4f}
@media(max-width:1050px){.profile-menu{min-width:155px}.profile-summary-copy{display:none}}@media(max-width:800px){.header-actions{display:flex}.profile-menu{min-width:auto}.profile-menu summary{padding-inline:10px;border:0}.profile-avatar{width:42px;height:42px}.profile-chevron{display:none}.profile-popover{position:fixed;top:88px;right:10px;width:min(330px,calc(100vw - 20px))}}