.password-gate-viewport{min-height:100vh;width:100vw;background-color:#ffffff;padding:24px;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999}.password-gate-viewport,.password-gate-wrap{display:flex;align-items:center;justify-content:center}.password-gate-wrap{flex-direction:column;width:100%;max-width:320px}.password-gate-viewport.shake{animation:fullScreenShake .45s cubic-bezier(.36,.07,.19,.97) both}@keyframes fullScreenShake{10%,90%{transform:translate3d(-6px,0,0)}20%,80%{transform:translate3d(8px,0,0)}30%,50%,70%{transform:translate3d(-10px,0,0)}40%,60%{transform:translate3d(10px,0,0)}}.password-gate-logo{width:230px;height:auto;margin-bottom:36px;display:flex;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.password-gate-logo img{width:100%;height:auto;object-fit:contain}.password-gate-form{width:100%}.password-minimal-input{width:100%;height:48px;background:#ffffff;border:1px solid #e4e4e7;border-radius:8px;padding:0 16px;font-size:15px;color:#09090b;text-align:center;letter-spacing:.12em;outline:none;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;box-sizing:border-box}.password-minimal-input::placeholder{letter-spacing:.02em;color:#a1a1aa;font-size:14px}.password-minimal-input:focus{border-color:#09090b;box-shadow:0 0 0 1px #09090b}.password-minimal-input.error{border-color:#ef4444;box-shadow:0 0 0 1px #ef4444}.password-minimal-input:disabled{background:#f4f4f5;opacity:.7}