*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:#000;height:100%}.app{place-items:center;min-height:100vh;padding:24px;font-family:Arial,Helvetica,sans-serif;display:grid}.password-form{flex-direction:column;gap:14px;width:min(100%,320px);display:flex}.password-input,.enter-button{width:100%;height:48px;font:inherit;border-radius:6px}.password-input{color:#fff;background:#111;border:1px solid #555;outline:none;padding:0 14px}.password-input::placeholder{color:#8c8c8c}.password-input:focus{border-color:#fff;box-shadow:0 0 0 2px #fff3}.enter-button{color:#000;cursor:pointer;background:#fff;border:1px solid #fff;font-weight:600;transition:background-color .15s,transform .15s}.enter-button:hover{background:#e6e6e6}.enter-button:active{transform:translateY(1px)}.enter-button:focus-visible{outline-offset:3px;outline:2px solid #fff}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
