@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");:root{--background:#fff;--foreground:#171717;--font-inter:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}*{box-sizing:border-box}*,body,html{padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-inter);width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fafbfc}body{color:#000;background:#fff}#__next{width:100%;height:100%}#__next,.modal-overlay{display:flex;justify-content:center;align-items:center}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7)}.modal-content{background:#fff;padding:20px;border-radius:5px;width:-moz-fit-content;width:fit-content;position:relative}.close-button{position:absolute;top:10px;right:10px;border:none;background:transparent;font-size:20px;cursor:pointer}.modal-title{color:#131518;font-size:20px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-.08px}.modal-content{color:131518;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.modal-button{display:flex;height:48px;padding:0 24px;justify-content:center;align-items:center;gap:12px;align-self:stretch;border-radius:9999px;background:#1c2024;color:#fff}.amplify-button--primary{background:#1c2024!important;border-radius:9999px!important;height:40px!important;padding:0 16px!important;color:#fcfcfd;font-family:Manrope;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.amplify-text{color:#131518!important;font-family:Manrope!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;letter-spacing:.5px!important}