.authm-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(9,14,26,.45);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.authm-dialog{color-scheme:light;width:100%;max-width:22rem;background:#ffffff;color:#0f172a;border-radius:14px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);padding:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.authm-dialog,.authm-dialog *,.authm-dialog :after,.authm-dialog :before{box-sizing:border-box}.authm-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.authm-title{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:-.01em;color:#0f172a}.authm-close{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:0;border-radius:6px;background:transparent;color:#94a3b8;font-size:1rem;line-height:1;cursor:pointer;transition:background .15s,color .15s}.authm-close:hover{background:#f1f5f9;color:#475569}.authm-field{display:flex;flex-direction:column;gap:.375rem}.authm-label{font-size:.8125rem;font-weight:500;color:#334155}.authm-input{width:100%;padding:.5625rem .75rem;font:inherit;font-size:.875rem;color:#0f172a;background:#ffffff;border:1px solid #cbd5e1;border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s}.authm-input::placeholder{color:#94a3b8}.authm-input:focus{border-color:#002147;box-shadow:0 0 0 3px rgba(0,33,71,.12)}.authm-primary{width:100%;margin-top:.25rem;padding:.625rem 1rem;border:0;border-radius:8px;background:#002147;color:#ffffff;font:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.authm-primary:hover{background:#003170}.authm-primary:disabled{opacity:.55;cursor:not-allowed}.authm-primary-danger{background:#b42318}.authm-primary-danger:hover{background:#8f1c14}.authm-secondary{width:100%;padding:.5625rem 1rem;border:1px solid #cbd5e1;border-radius:8px;background:#ffffff;color:#334155;font:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.authm-secondary:hover{background:#f8fafc;border-color:#94a3b8}.authm-secondary:disabled{opacity:.55;cursor:not-allowed}.authm-error{margin:0;padding:.625rem .75rem;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:.8125rem}.authm-modal-actions{display:flex;flex-direction:column;gap:.625rem;margin-top:.25rem}.authm-secret{display:block;padding:.625rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem;line-height:1.5;color:#0f172a;word-break:break-all;user-select:all}