/* Humanoid Robots Today — client-side Business Analysis access dialog */
.hrt-password-open{overflow:hidden!important}
.hrt-password-gate{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}
.hrt-password-gate.open{display:flex}
.hrt-password-backdrop{position:absolute;inset:0;background:rgba(8,15,34,.68);backdrop-filter:blur(12px)}
.hrt-password-dialog{position:relative;z-index:1;width:min(460px,100%);padding:34px;border:1px solid rgba(255,255,255,.72);border-radius:28px;background:rgba(255,255,255,.98);box-shadow:0 40px 120px rgba(4,12,35,.34);color:#111a2f}
.hrt-password-close{position:absolute;top:15px;right:15px;display:grid;width:38px;height:38px;place-items:center;border:1px solid #e3e8f3;border-radius:50%;background:#fff;color:#5c667c;font-size:22px;cursor:pointer}
.hrt-password-icon{display:grid;width:58px;height:58px;place-items:center;margin-bottom:20px;border-radius:18px;background:linear-gradient(135deg,#edf3ff,#f4edff);box-shadow:inset 0 0 0 1px rgba(31,94,255,.09)}
.hrt-password-icon svg{width:29px;height:29px;fill:none;stroke:#315bff;stroke-width:1.8;stroke-linejoin:round}
.hrt-password-eyebrow{margin:0 0 8px;color:#7157ff;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.hrt-password-dialog h2{margin:0 0 10px;font-size:clamp(30px,5vw,42px);letter-spacing:-.045em;line-height:1.05}
.hrt-password-copy{margin:0 0 24px;color:#68738a;line-height:1.55}
.hrt-password-form label{display:block;margin-bottom:8px;color:#47536b;font-size:12px;font-weight:850}
.hrt-password-input-row{display:flex;overflow:hidden;border:1px solid #dce3f0;border-radius:14px;background:#fff;transition:.2s}
.hrt-password-input-row:focus-within{border-color:#7b96ff;box-shadow:0 0 0 4px rgba(49,91,255,.09)}
.hrt-password-input-row input{min-width:0;flex:1;min-height:50px;padding:0 15px;border:0;outline:0;background:transparent;color:#111a2f;font:inherit}
.hrt-password-input-row button{padding:0 14px;border:0;border-left:1px solid #e8ecf4;background:#fafbfe;color:#53617c;font-weight:800;cursor:pointer}
.hrt-password-error{min-height:20px;margin:8px 0 4px;color:#c92e51;font-size:12px;font-weight:750}
.hrt-password-submit{width:100%;min-height:52px;margin-top:8px;padding:0 18px;border:0;border-radius:14px;background:linear-gradient(135deg,#315bff,#7a3cff);box-shadow:0 14px 34px rgba(49,91,255,.22);color:#fff;font-weight:900;cursor:pointer}
.hrt-password-submit:hover{filter:brightness(1.04)}
.hrt-password-note{margin:15px 0 0;color:#929bad;font-size:11px;text-align:center}
html.hrt-article-locked body#articlePage main,html.hrt-article-locked body#articlePage footer{visibility:hidden}
@media(max-width:640px){.hrt-password-gate{align-items:flex-end;padding:0}.hrt-password-dialog{width:100%;padding:28px 20px calc(24px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0}.hrt-password-close{top:13px;right:13px}.hrt-password-dialog h2{font-size:34px}}
