.master-access-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;background:rgba(13,24,19,.58);backdrop-filter:blur(3px)}
.master-access-overlay[hidden]{display:none!important}
.master-access-dialog{width:min(560px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;background:var(--surface,#fff);color:var(--text,#18221d);border:1px solid var(--border,#dbe5df);border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.28);padding:22px}
.master-access-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.master-access-head h2{margin:3px 0 5px;font-size:22px}.master-access-head p{margin:0;color:var(--text-soft,#61706a);font-size:14px;line-height:1.45}
.master-access-close{border:0;background:transparent;color:inherit;font-size:25px;line-height:1;cursor:pointer;padding:4px 7px;border-radius:9px}
.master-access-close:hover{background:var(--surface-2,#f2f6f4)}
.master-access-form{display:grid;gap:14px}.master-access-form label{display:grid;gap:7px;font-size:13px;font-weight:700}
.master-access-form input{width:100%;box-sizing:border-box;border:1px solid var(--border,#dbe5df);border-radius:11px;background:var(--surface,#fff);color:var(--text,#18221d);padding:12px 13px;font:inherit;outline:none}
.master-access-form input:focus{border-color:var(--brand,#0d6b43);box-shadow:0 0 0 3px rgba(17,138,87,.12)}
.master-access-hint{margin:-3px 0 0;color:var(--text-soft,#61706a);font-size:12px;line-height:1.45}
.master-access-tools{display:flex;flex-wrap:wrap;gap:8px}.master-access-tools button{font-size:12px}
.master-access-status{min-height:20px;margin:0;font-size:13px;line-height:1.45}.master-access-status.is-error{color:#a12a2a}.master-access-status.is-ok{color:var(--brand,#0d6b43);font-weight:700}
.master-access-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap;padding-top:3px}
.master-access-success{border:1px solid var(--brand-soft,#ddf3e8);background:var(--brand-soft,#ddf3e8);border-radius:13px;padding:12px 13px;font-size:13px;line-height:1.45}
.master-access-success b{display:block;margin-bottom:3px}.master-access-exit[hidden]{display:none!important}
@media(max-width:620px){.master-access-overlay{padding:10px;align-items:end}.master-access-dialog{border-radius:18px 18px 0 0;max-height:90vh;padding:18px}.master-access-actions{display:grid;grid-template-columns:1fr}.master-access-actions .btn{width:100%}}
