.update-notifier-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.update-notifier-popup{background-color:#2c2c2c;color:#fff;padding:25px;border-radius:8px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.4);max-width:400px}.update-notifier-popup h3{margin-top:0;font-size:1.4em}.update-notifier-popup p{margin:15px 0;line-height:1.5}.update-notifier-popup button{background-color:#007bff;color:white;border:none;padding:10px 25px;border-radius:5px;cursor:pointer;font-size:1em;transition:background-color .2s}.update-notifier-popup button:hover{background-color:#0056b3}@font-face{font-family:MB Corpo S Text;src:url(/fonts/MBCorpoSText-CondRegular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MB Corpo S Title;src:url(/fonts/MBCorpoSTitle-CondBold.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Inter,sans-serif;background-color:#000;color:#f7fafc}a{text-decoration:none;color:inherit;transition:opacity .3s ease}a:hover{opacity:.8}.bg-gradient-to-b{background:linear-gradient(180deg,#000 0,#000)}.form{display:flex;flex-direction:column;gap:10px;background-color:#ffffff;padding:30px;width:450px;border-radius:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}::placeholder{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.form button{align-self:flex-end}.flex-column>label{color:#151717;font-weight:600}.inputForm{border:1.5px solid #ecedec;height:50px;display:flex;align-items:center;padding-left:10px;transition:.2s ease-in-out}.input,.inputForm{border-radius:10px}.input{margin-left:10px;border:none;width:100%;height:100%}.input:focus{outline:none}.inputForm:focus-within{border:1.5px solid #2d79f3}.flex-row{display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:space-between}.flex-row>div>label{font-size:14px;color:black;font-weight:400}.span{font-size:14px;margin-left:5px;color:#2d79f3}.button-submit,.span{font-weight:500;cursor:pointer}.button-submit{margin:20px 0 10px;background-color:#151717;border:none;color:white;font-size:15px;border-radius:10px;height:50px;width:100%}.p{text-align:center;color:black;font-size:14px;margin:5px 0}.btn{margin-top:10px;width:100%;height:50px;border-radius:10px;display:flex;justify-content:center;align-items:center;font-weight:500;gap:10px;border:1px solid #ededef;background-color:white;cursor:pointer;transition:.2s ease-in-out}.btn:hover{border:1px solid #2d79f3}