.profile-menu-wrap{position:relative}.profile-trigger{display:flex;align-items:center;justify-content:center}.profile-menu{position:absolute;right:0;top:calc(100% + 8px);width:210px;background:#fff;border:1px solid var(--club-border,#dce7f0);border-radius:12px;box-shadow:0 18px 50px #071b2630;padding:7px;z-index:80}.profile-menu[hidden]{display:none}.profile-menu button,.profile-menu form button{display:block;width:100%;text-align:left;border:0;background:transparent;padding:10px 12px;border-radius:8px;color:inherit;font:inherit}.profile-menu button:hover,.profile-menu form button:hover{background:var(--club-blue-soft,#eef6fc)}.profile-menu hr{border:0;border-top:1px solid #e3e9ee;margin:6px}.profile-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.profile-identity{display:flex;gap:14px;align-items:center}.profile-avatar-svg{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--club-blue-soft,#eaf3fb);color:var(--club-navy,#0f2144)}.profile-avatar-svg svg{width:36px;height:36px}.profile-status{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.presence-dot{width:9px;height:9px;border-radius:50%;display:inline-block;background:#9aa7b2}.presence-dot.online{background:#28985b}.profile-sections{display:grid;gap:16px;margin-top:18px}.profile-section{border-top:1px solid #e5ebef;padding-top:16px}.profile-section:first-child{border-top:0;padding-top:0}.profile-team-links{display:flex;gap:8px;flex-wrap:wrap}.profile-team-links button{margin:0}.profile-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.profile-info-grid>div{padding:12px;border:1px solid #e0e8ee;border-radius:10px;background:#fbfcfd}.profile-info-grid small{display:block;color:#6d7a84;margin-bottom:4px}.restricted-screen{max-width:720px;margin:8vh auto;text-align:center}.restricted-screen .profile-avatar-svg{margin:0 auto 16px}.status-editor{display:grid;gap:12px}.profile-admin-actions{display:flex;gap:8px;flex-wrap:wrap}.invite-list{display:grid;gap:8px}.invite-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #e6ecef}.invite-row:last-child{border-bottom:0}@media(max-width:700px){.profile-menu{position:fixed;right:12px;top:62px}.profile-hero{display:block}.profile-hero .profile-admin-actions{margin-top:14px}}