html.bond-auth-locked body > :not(#bondAuthGate){visibility:hidden!important}
.bondAuthGate{display:none;position:fixed;inset:0;z-index:2147483000;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,rgba(29,78,216,.14),rgba(124,58,237,.10)),rgba(244,246,248,.96)}
html.bond-auth-prompt .bondAuthGate{display:flex}html.bond-auth-prompt .bondAuthGate[hidden],html:not(.bond-auth-locked) .bondAuthGate{display:none}
.bondAuthPanel{width:min(380px,calc(100vw - 48px));padding:26px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;box-shadow:0 22px 60px rgba(15,23,42,.16);color:#111827;font:14px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.bondAuthPanel small{color:#1d4ed8;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.bondAuthPanel strong{display:block;margin:8px 0 18px;font-size:22px}.bondAuthPanel label{display:grid;gap:7px;margin-top:12px;color:#475569;font-weight:800}.bondAuthPanel input[type=password]{width:100%;height:40px;border:1px solid #cbd5e1;border-radius:6px;padding:0 10px;font:inherit}.bondAuthRemember{display:flex!important;align-items:center;gap:8px!important}.bondAuthPanel button{width:100%;height:42px;margin-top:16px;border:0;border-radius:6px;background:#1d4ed8;color:#fff;font:inherit;font-weight:900;cursor:pointer}.bondAuthError{margin:10px 0 0;color:#dc2626;font-weight:800}