.aml-bg{position:fixed;inset:0;z-index:1400;background:rgba(15,23,42,.55);
  display:flex;align-items:center;justify-content:center;padding:16px;
  opacity:0;visibility:hidden;transition:opacity .22s,visibility .22s}
.aml-bg.open{opacity:1;visibility:visible}
.aml{background:#fff;border-radius:16px;padding:28px 24px 22px;width:100%;max-width:380px;
  box-shadow:0 24px 64px rgba(0,0,0,.22);position:relative;
  transform:translateY(10px);transition:transform .22s}
.aml-bg.open .aml{transform:translateY(0)}
.aml-x{position:absolute;top:10px;right:12px;background:none;border:none;
  font-size:22px;cursor:pointer;color:#94a3b8;line-height:1;padding:4px 6px}
.aml-x:hover{color:#475569}
.aml-title{font-size:17px;font-weight:800;color:#1F4E79;margin-bottom:3px}
.aml-sub{font-size:12px;color:#64748b;margin-bottom:18px;line-height:1.5}
.aml-f{margin-bottom:12px}
.aml-f label{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:4px}
.aml-f input{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;
  font-size:14px;font-family:inherit;background:#F8FAFC;color:#1e293b;outline:none;
  transition:border-color .15s;box-sizing:border-box}
.aml-f input:focus{border-color:#2E86C1;background:#fff}
.aml-err{font-size:12px;color:#DC2626;margin:-4px 0 10px;display:none;line-height:1.4}
.aml-btn{width:100%;padding:12px;
  background:linear-gradient(135deg,#1F4E79,#2E86C1);
  color:#fff;border:none;border-radius:9px;font-size:15px;font-weight:700;
  cursor:pointer;transition:opacity .18s}
.aml-btn:hover{opacity:.88}
.aml-btn:disabled{opacity:.55;cursor:not-allowed}
.aml-sep{text-align:center;font-size:11px;color:#94a3b8;margin:10px 0}
.aml-g{width:100%;height:44px;min-height:44px;padding:0;background:#fff;color:#374151;
  border:1.5px solid #e2e8f0;border-radius:9px;font-size:13px;font-weight:600;
  cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;
  transition:background .15s;margin-bottom:4px;overflow:hidden}
.aml-g:hover{background:#F8FAFC}
.aml-g.aml-g-rendered{border:0;background:transparent}
.aml-g>div{width:100%;max-width:100%}
.aml-g iframe{max-width:100%!important;max-height:44px!important}
.aml-links{display:flex;justify-content:space-between;margin-top:14px;
  font-size:12px;border-top:1px solid #f1f5f9;padding-top:12px}
.aml-links a{color:#2E86C1;text-decoration:none}
.aml-links a:hover{text-decoration:underline}
