.user-menu{position:relative}.user-menu-trigger{border:0;background:none;cursor:pointer;padding:5px;border-radius:10px}.user-menu-trigger:hover{background:#f3f7f5}.user-menu-trigger i{font-style:normal;color:#82908a;margin-left:4px}.user-photo{object-fit:cover}.user-dropdown{position:absolute;right:0;top:55px;width:250px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:8px;box-shadow:0 18px 45px #173e3026;display:none;z-index:60}.user-menu.open .user-dropdown{display:block}.dropdown-profile{display:flex;align-items:center;gap:10px;padding:10px;border-bottom:1px solid var(--line);margin-bottom:5px}.dropdown-profile>img,.dropdown-profile>span{width:42px;height:42px;border-radius:12px;object-fit:cover;display:grid;place-items:center;background:#dff3eb;color:var(--green);font-weight:800}.dropdown-profile b,.dropdown-profile small{display:block}.dropdown-profile b{font-size:11px}.dropdown-profile small{font-size:9px;color:var(--muted);margin-top:3px}.user-dropdown>a{display:block;padding:10px;border-radius:8px;color:#56665f;font-size:11px;font-weight:600}.user-dropdown>a:hover{background:#edf6f2;color:var(--green)}.user-dropdown .dropdown-logout{color:#c45349;border-top:1px solid var(--line);margin-top:4px}
.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}.profile-form{overflow:hidden}.profile-cover{height:110px;background:linear-gradient(120deg,var(--green),#21b581)}.profile-photo-editor{display:flex;align-items:end;flex-wrap:wrap;gap:18px;padding:0 24px;margin-top:-45px}.profile-photo-editor>img,.profile-photo-editor>span{width:100px;height:100px;border-radius:22px;object-fit:cover;border:5px solid #fff;background:#dff3eb;color:var(--green);display:grid;place-items:center;font:800 34px Manrope}.profile-photo-editor label{background:#fff;border:1px solid var(--line);border-radius:8px;padding:9px 12px;font-size:10px;font-weight:700;margin-bottom:8px;cursor:pointer}.profile-photo-editor>input[type=file]{position:absolute!important;display:block!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.profile-photo-editor>img[hidden]{display:none}.profile-photo-editor>small{max-width:260px;margin-bottom:17px;color:var(--muted);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-photo-editor label:has(+input:focus-visible){outline:2px solid var(--green);outline-offset:2px}
.profile-divider{border-top:1px solid var(--line);padding-top:18px;margin-top:5px}.profile-divider b,.profile-divider small{display:block}.profile-divider small{color:var(--muted);margin-top:3px}.profile-summary dl{margin:0;padding:0 20px 20px}.profile-summary dl>div{padding:13px 0;border-top:1px solid var(--line)}.profile-summary dt{font-size:9px;color:var(--muted);margin-bottom:5px}.profile-summary dd{margin:0;font-weight:700;font-size:11px}.profile-password-strength{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:7px}.profile-password-strength i{height:4px;border-radius:4px;background:#e1e7e4}.profile-password-strength span{grid-column:1/-1;font-size:9px;color:var(--muted)}.profile-password-strength[data-score="1"] i:nth-child(1){background:#d85a4e}.profile-password-strength[data-score="2"] i:nth-child(-n+2){background:#dfa129}.profile-password-strength[data-score="3"] i:nth-child(-n+3){background:#6aad48}.profile-password-strength[data-score="4"] i{background:#13986c}
@media(max-width:900px){.profile-layout{grid-template-columns:minmax(0,1fr)}}@media(max-width:760px){.user-menu-trigger>div,.user-menu-trigger>i{display:none}.user-dropdown{right:-5px}.profile-layout{grid-template-columns:minmax(0,1fr)}}@media(max-width:520px){.profile-photo-editor{align-items:center;gap:10px;padding:0 16px}.profile-photo-editor>small{width:100%;max-width:none;margin:0 0 8px 110px}}
