.crm-password-dialog { width: min(440px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); box-sizing: border-box; overflow: auto; padding: 24px; border: 1px solid #d5dfdc; border-radius: 18px; background: #fff; color: #182a25; box-shadow: 0 16px 60px #122a2533; font: 16px/1.45 system-ui, sans-serif; }
.crm-password-dialog::backdrop { background: #14282199; }
.crm-password-dialog form { display: grid; gap: 14px; margin: 0; }
.crm-password-dialog h2, .crm-password-dialog p { margin: 0; }
.crm-password-dialog h2 { font-size: 24px; }
.crm-password-dialog label { display: grid; gap: 6px; font-weight: 650; }
.crm-password-dialog input { box-sizing: border-box; width: 100%; min-width: 0; min-height: 46px; padding: 10px 12px; border: 1px solid #b4c3be; border-radius: 8px; background: #fff; color: #182a25; font: inherit; }
.crm-password-dialog input:focus-visible, .crm-password-dialog button:focus-visible { outline: 3px solid #238176; outline-offset: 2px; }
.crm-password-dialog p { font-size: 14px; }
.crm-password-status:empty { display: none; }
.crm-password-status[data-tone="error"] { color: #a12525; }
.crm-password-status[data-tone="success"] { color: #176345; }
.crm-password-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }
.crm-password-actions button { min-height: 44px; padding: 10px 15px; border: 1px solid #b4c3be; border-radius: 9px; font: inherit; font-weight: 650; cursor: pointer; background: #fff; color: #182a25; }
.crm-password-actions button[type="submit"] { background: #257b73; color: #fff; border-color: #257b73; }
.crm-password-actions button:disabled { opacity: .6; cursor: wait; }
.crm-password-dialog [hidden] { display: none !important; }
