.accounts-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.accounts-toolbar h2{margin:6px 0 5px;font-size:25px}.accounts-toolbar p{margin:0;color:var(--muted);font-size:12px}.protected-account-note{display:flex;align-items:center;gap:13px;padding:16px 18px;margin-bottom:18px;border:1px solid #f0d1a3;background:#fff4e5;color:#754200;border-radius:11px}.protected-account-note>span{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:#ff9200;color:#03394d;font-size:13px}.protected-account-note b,.protected-account-note small{display:block}.protected-account-note b{font-size:12px}.protected-account-note small{margin-top:3px;font-size:10px;line-height:1.5;color:#8a5b1d}.accounts-panel{padding:0;overflow:hidden}.account-row{display:grid;grid-template-columns:minmax(190px,1.1fr) minmax(130px,.75fr) minmax(130px,.7fr) auto;gap:18px;align-items:center;padding:18px 21px;border-top:1px solid var(--line)}.account-row:first-child{border-top:0}.account-identity{display:flex;align-items:center;gap:12px}.account-avatar{width:42px;height:42px;border-radius:10px;background:#e7f1f4;color:#03394d;display:grid;place-items:center;font-weight:900}.account-identity b,.account-identity small{display:block}.account-identity b{font-size:13px}.account-identity small{margin-top:3px;color:var(--muted);font-size:9px}.account-meta span{display:block;font-size:8px;letter-spacing:1px;color:var(--muted);text-transform:uppercase}.account-meta b{display:block;margin-top:4px;font-size:11px;text-transform:capitalize}.account-badge{justify-self:start;padding:6px 9px;border-radius:999px;background:#e7f1f4;color:#07536e;font-size:8px;font-weight:800;text-transform:uppercase}.account-badge.protected{background:#fff0dc;color:#a85e00}.account-actions{display:flex;justify-content:flex-end;gap:7px}.account-actions button{border:1px solid #cbdde4;background:#eef5f7;color:#03394d;border-radius:7px;padding:8px 10px;font-size:9px;font-weight:800}.account-actions button.danger{border-color:#ecd0cd;background:#faeeee;color:#a93e37}.account-actions button:disabled{opacity:.45;cursor:not-allowed}.password-guidance{grid-column:1/-1;background:#edf4f6;border-left:3px solid #ff9200;padding:12px 14px;color:#62747b;font-size:10px;line-height:1.5}@media(max-width:850px){.accounts-toolbar{align-items:stretch;flex-direction:column}.accounts-toolbar .button{align-self:flex-start}.account-row{grid-template-columns:1fr 1fr}.account-actions{grid-column:1/-1;justify-content:flex-start}}@media(max-width:520px){.account-row{grid-template-columns:1fr}.account-actions,.account-meta{grid-column:auto}.account-actions{flex-wrap:wrap}.protected-account-note{align-items:flex-start}}
