.profile-page{padding-bottom:110px}.profile-hero{display:flex;align-items:center;gap:18px;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.profile-avatar{width:78px;height:78px;display:grid;place-items:center;flex:0 0 78px;border-radius:50%;background:var(--navy);color:#fff;font-size:24px;font-weight:900}.profile-hero h2{margin:4px 0;color:var(--navy);font-size:clamp(23px,5vw,34px)}.profile-hero p{margin:4px 0;color:var(--muted)}.profile-role{display:inline-flex;margin-top:8px;padding:5px 9px;border-radius:999px;background:#e9f1fa;color:var(--navy);font-size:11px;font-weight:800}.profile-grid,.profile-column{display:grid;gap:16px}.profile-grid{margin-top:16px}.permission-list{display:grid;gap:9px;margin:0;padding:0;list-style:none}.permission-list li{display:flex;align-items:center;gap:9px;padding:10px;border-radius:11px;background:#f4f7fa}.permission-list li::before{content:'✓';width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#e4f6e9;color:#18863a;font-weight:900}.panel-help{margin:-7px 0 13px;color:var(--muted);font-size:13px}.switch-list{display:grid}.switch-list label{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid #e8ebee}.switch-list label:last-child{border-bottom:0}.switch-list strong,.switch-list small{display:block}.switch-list small{margin-top:4px;color:var(--muted);font-size:12px}.switch-list input{width:48px;height:27px;flex:0 0 48px;appearance:none;border-radius:999px;background:#c9cfd5;position:relative;transition:.2s}.switch-list input::after{content:'';position:absolute;width:21px;height:21px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #667;transition:.2s}.switch-list input:checked{background:var(--navy)}.switch-list input:checked::after{transform:translateX(21px)}.save-status{min-height:18px;margin:9px 0 0;color:#18863a;font-size:12px}.password-form,.password-form label{display:grid;gap:7px}.password-form{gap:13px}.password-form label span{color:var(--muted);font-size:12px}.password-form input{width:100%;height:48px;padding:0 13px;border:1px solid #9ba4ad;border-radius:11px;outline:none}.password-form input:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(7,55,111,.1)}.password-form .primary-button{min-height:52px;border-radius:13px;font-size:15px}.profile-logout{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #c7cdd3;border-radius:14px;background:#fff;color:#b32634;font-weight:800}.profile-logout .svg-icon{width:20px;height:20px}
@media(min-width:760px){.profile-page{padding-bottom:120px}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}
@media(min-width:1024px){.profile-page{padding-bottom:40px}.profile-hero{padding:28px}.profile-logout{display:none}}
