.users-page{padding-top:34px}.users-page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.users-page-head h1{margin:6px 0 7px;font-size:34px;letter-spacing:-.02em}.users-page-head p{margin:0;color:#76827d;font-size:13px}.add-person-button{gap:7px;padding:12px 17px}.people-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.people-stats article{display:flex;align-items:center;gap:13px;padding:16px 18px;border:1px solid #e2e8e5;border-radius:14px;background:#fff}.people-stats article>span{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#eaf4f1;color:#176b5b;font-size:20px}.people-stats article>span.admin{background:#f0edff;color:#6555dd}.people-stats article>span.active{background:#eaf6ef;color:#27815d}.people-stats article>span.pending{background:#fff5df;color:#a27217}.people-stats strong,.people-stats small{display:block}.people-stats strong{font-size:22px;line-height:1.1}.people-stats small{margin-top:3px;color:#89938f;font-size:11px}.people-panel{overflow:hidden;border:1px solid #dfe6e3;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(30,55,47,.04)}.people-panel>header{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #e9eeec}.people-panel>header h2{margin:0 0 4px;font-size:17px}.people-panel>header div span,.people-panel>header>span{color:#8a9490;font-size:11px}.people-table-head,.person-row{display:grid;grid-template-columns:minmax(240px,1.7fr) minmax(150px,1fr) minmax(130px,.85fr) minmax(180px,1fr) minmax(250px,1.3fr);align-items:center;gap:18px;padding:0 20px}.people-table-head{height:40px;border-bottom:1px solid #e9eeec;background:#f8faf9;color:#7d8883;font-size:11px;font-weight:650}.people-table-head span:last-child{text-align:right}.person-row{min-height:72px;border-bottom:1px solid #edf1ef}.person-row:last-child{border-bottom:0}.person-identity{display:flex;align-items:center;gap:12px;min-width:0}.person-avatar{width:40px;height:40px;display:grid;place-items:center;flex:none;border-radius:12px;background:linear-gradient(145deg,#dcefe9,#eef6f3);color:#126b59;font-size:15px;font-weight:800}.person-identity strong,.person-identity small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person-identity strong{font-size:14px}.person-identity small{margin-top:4px;color:#8a9490;font-size:11px}.person-department{display:flex;align-items:center;gap:7px;color:#52605b;font-size:12px}.person-department i{color:#88a39b}.role-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:700}.role-badge.admin{background:#efedff;color:#6150d9}.role-badge.normal{background:#eef3f1;color:#586760}.person-statuses{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.login-state,.review-state{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:10px;white-space:nowrap}.login-state{background:#edf7f3;color:#1c795e}.login-state i{width:6px;height:6px;border-radius:50%;background:#28a477}.login-state.disabled{background:#f1f3f2;color:#8b9491}.login-state.disabled i{background:#aab1af}.review-state.approved{background:#eaf5f0;color:#27755f}.review-state.pending{background:#fff4dc;color:#946b1c}.review-state.rejected{background:#fdeceb;color:#a84843}.person-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.person-actions form{margin:0}.person-action{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;border:0;border-radius:8px;background:#f1f4f3;color:#53615c;font-size:11px;font-weight:650;cursor:pointer}.person-action:hover{background:#e5ece9;color:#176b5b}.person-action.edit{background:#edf4f2;color:#286a5b}.person-action.approve{background:#e7f4ee;color:#1d765a}.person-action.delete{width:34px;padding:0;background:#fff0f0;color:#bd3b3b}.person-action.delete span{display:none}.person-action.delete:hover{background:#ffe4e4}

.person-dialog{width:min(820px,calc(100vw - 28px));max-height:92vh;border-radius:20px}.person-form{display:flex;flex-direction:column;max-height:92vh}.person-dialog-head{display:flex;align-items:center;justify-content:space-between;padding:21px 24px;border-bottom:1px solid #e8edeb}.person-dialog-head>div{display:flex;align-items:center;gap:12px}.person-dialog-head>div>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e8f4f0;color:#176b5b;font-size:20px}.person-dialog-head h2{margin:0 0 3px;font-size:20px}.person-dialog-head p{margin:0;color:#8a9490;font-size:11px}.person-dialog-head>button{border:0;background:transparent;color:#74807c;font-size:25px;cursor:pointer}.person-form-body{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;padding:22px 24px;overflow:auto}.person-form-body>section+section{padding-left:24px;border-left:1px solid #e8edeb}.form-section-title{display:flex;align-items:center;gap:10px;margin-bottom:17px}.form-section-title>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#edf5f2;color:#176b5b;font-size:10px;font-weight:800}.form-section-title h3{margin:0 0 2px;font-size:14px}.form-section-title p{margin:0;color:#89938f;font-size:10px}.person-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.person-field-grid label{font-size:11px}.person-input{height:43px;margin-top:6px;display:flex;align-items:center;border:1px solid #dbe3e0;border-radius:9px;background:#fff}.person-input:focus-within{border-color:#5e9f90;box-shadow:0 0 0 3px #e8f3f0}.person-input.readonly{background:#f4f6f5}.person-input>i{margin-left:11px;color:#8d9b96;font-size:15px}.person-input input,.person-input select{height:100%;min-width:0;margin:0;padding:0 10px;border:0;background:transparent;box-shadow:none;font-size:12px}.person-input input:focus,.person-input select:focus{border:0;box-shadow:none}.person-input button{width:38px;height:40px;flex:none;border:0;background:transparent;color:#7c8884;font-size:16px;cursor:pointer}.role-options{display:grid;gap:9px}.role-options label{position:relative;cursor:pointer}.role-options input{position:absolute;opacity:0;pointer-events:none}.role-options label>span{display:grid;grid-template-columns:35px 1fr;grid-template-rows:auto auto;column-gap:10px;padding:12px;border:1px solid #dfe6e3;border-radius:11px;background:#fff}.role-options label>span>i{grid-row:1/3;width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:#eef3f1;color:#64716c;font-size:17px}.role-options b,.role-options small{display:block}.role-options b{font-size:12px}.role-options small{margin-top:3px;color:#8a9490;font-size:9px}.role-options input:checked+span{border-color:#4d9585;background:#f5faf8;box-shadow:0 0 0 2px #e3f1ed}.role-options input:checked+span>i{background:#dff0ea;color:#176b5b}.role-options.locked{opacity:.65}.protected-note{display:flex;align-items:flex-start;gap:6px;margin:11px 0 0;padding:9px;border-radius:8px;background:#fff6e3;color:#8a671f;font-size:9px;line-height:1.5}.account-toggle{display:flex!important;align-items:center;justify-content:space-between;margin-top:14px;padding:12px;border:1px solid #dfe6e3;border-radius:11px}.account-toggle>span{display:flex;align-items:center;gap:9px}.account-toggle>span>i{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#edf5f2;color:#176b5b;font-size:16px}.account-toggle b,.account-toggle small{display:block}.account-toggle b{font-size:11px}.account-toggle small{margin-top:2px;color:#8b9591;font-size:9px}.account-toggle>input{position:absolute;opacity:0;pointer-events:none}.account-toggle>i{position:relative;width:39px;height:23px;flex:none;border-radius:999px;background:#cbd4d0}.account-toggle>i:after{content:"";position:absolute;left:3px;top:3px;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:.18s}.account-toggle>input:checked+i{background:#176b5b}.account-toggle>input:checked+i:after{transform:translateX(16px)}.account-toggle>input:disabled+i{opacity:.65}.person-form>footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:15px 24px;border-top:1px solid #e8edeb;background:#fbfcfc}.person-form>footer .primary{gap:6px;min-width:125px}

@media(max-width:1100px){.people-table-head,.person-row{grid-template-columns:minmax(210px,1.5fr) minmax(120px,.9fr) 120px minmax(160px,1fr) minmax(180px,1.1fr);gap:12px}.person-action span{display:none}.person-action{width:34px;padding:0}.person-actions{gap:5px}}
@media(max-width:850px){.people-stats{grid-template-columns:1fr 1fr}.people-table-head{display:none}.person-row{grid-template-columns:1fr auto;padding:14px 16px;gap:9px}.person-department{grid-column:1}.person-row>div:nth-child(3),.person-statuses{grid-column:1}.person-actions{grid-column:2;grid-row:1/5;align-self:center}.person-form-body{grid-template-columns:1fr}.person-form-body>section+section{padding:20px 0 0;border-left:0;border-top:1px solid #e8edeb}}
@media(max-width:580px){.users-page-head{align-items:flex-start;gap:18px}.users-page-head h1{font-size:28px}.users-page-head p{max-width:220px}.add-person-button{width:42px;height:42px;padding:0;font-size:0}.add-person-button i{font-size:18px}.people-stats{gap:8px}.people-stats article{padding:12px}.people-stats article>span{width:34px;height:34px}.people-stats strong{font-size:18px}.people-panel>header{padding:0 15px}.person-row{grid-template-columns:1fr}.person-actions{grid-column:1;grid-row:auto;justify-content:flex-start}.person-action{width:auto;padding:0 9px}.person-action span{display:inline}.person-action.delete{margin-left:auto}.person-field-grid{grid-template-columns:1fr}.person-dialog-head,.person-form-body,.person-form>footer{padding-left:18px;padding-right:18px}.person-form>footer .button,.person-form>footer .primary{flex:1}}
