.login-module__rMv5LG__loginContainer{color:#fff;background-color:#000814;min-height:100vh;font-family:Outfit,Inter,sans-serif;display:flex;overflow:hidden}.login-module__rMv5LG__brandingSide{background:radial-gradient(circle at 0 0,#001d3d 0%,#000814 100%);flex:1.2;justify-content:center;align-items:center;padding:4rem;display:flex;position:relative;overflow:hidden}.login-module__rMv5LG__brandingSide:before{content:"";filter:blur(80px);z-index:1;background:radial-gradient(circle at 20% 20%,#b8962e0d 0%,#0000 40%),radial-gradient(circle at 80% 80%,#00356633 0%,#0000 50%);width:140%;height:140%;animation:15s ease-in-out infinite alternate login-module__rMv5LG__mesh-flow;position:absolute;top:-20%;left:-20%}@keyframes login-module__rMv5LG__mesh-flow{0%{transform:translate(0)scale(1)}to{transform:translate(-50px,30px)scale(1.1)}}.login-module__rMv5LG__brandingContent{z-index:2;text-align:center;max-width:500px;position:relative}.login-module__rMv5LG__logoIcon{filter:drop-shadow(0 0 20px #b8962e4d);cursor:pointer;margin-bottom:2rem;transition:transform .1s ease-out;display:inline-block}.login-module__rMv5LG__logoIcon:hover{animation:.5s ease-in-out 2 login-module__rMv5LG__hammer}@keyframes login-module__rMv5LG__hammer{0%{transform:rotate(0)translateY(0)}30%{transform:rotate(-35deg)translateY(-10px)}70%{transform:rotate(15deg)translateY(5px)}to{transform:rotate(0)translateY(0)}}.login-module__rMv5LG__brandingTitle{letter-spacing:-2px;background:linear-gradient(135deg,#fff 30%,#b8962e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:4rem;font-weight:200}.login-module__rMv5LG__brandingText{color:#fff9;letter-spacing:.5px;font-size:1.15rem;font-weight:300;line-height:1.7}.login-module__rMv5LG__overlay{opacity:.05;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.login-module__rMv5LG__formSide{z-index:10;background-color:#000814;justify-content:center;align-items:center;width:600px;padding:3rem;display:flex;position:relative}.login-module__rMv5LG__formWrapper{width:100%;max-width:420px;animation:.8s cubic-bezier(.16,1,.3,1) login-module__rMv5LG__fade-up}@keyframes login-module__rMv5LG__fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-module__rMv5LG__formHeader{margin-bottom:3rem}.login-module__rMv5LG__planBadge{color:#b8962e;text-transform:uppercase;letter-spacing:2px;background:#b8962e1a;border:1px solid #b8962e33;border-radius:100px;margin-bottom:2rem;padding:.4rem 1.2rem;font-size:.7rem;font-weight:600;display:inline-block}.login-module__rMv5LG__formHeader h2{letter-spacing:-1px;margin-bottom:.75rem;font-size:2.5rem;font-weight:200}.login-module__rMv5LG__formHeader p{color:#fff6;font-size:.95rem;line-height:1.5}.login-module__rMv5LG__loginForm{flex-direction:column;gap:1.75rem;display:flex}.login-module__rMv5LG__inputGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:600px){.login-module__rMv5LG__inputGrid{grid-template-columns:1fr}}.login-module__rMv5LG__errorBanner{color:#ff3b30;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff3b300d;border:1px solid #ff3b3033;border-radius:12px;padding:1.25rem;font-size:.85rem}.login-module__rMv5LG__inputGroup{flex-direction:column;gap:.75rem;display:flex}.login-module__rMv5LG__inputGroup label{color:#ffffffbf;text-transform:uppercase;letter-spacing:1px;padding-left:4px;font-size:.75rem;font-weight:600}.login-module__rMv5LG__inputField{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;width:100%;padding:1.15rem;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.login-module__rMv5LG__inputField::placeholder{color:#ffffff73}.login-module__rMv5LG__inputField:focus{background:#ffffff0f;border-color:#b8962e;outline:none;box-shadow:0 0 0 1px #b8962e,0 10px 25px -10px #b8962e4d}.login-module__rMv5LG__submitBtn{color:#000;cursor:pointer;background:linear-gradient(135deg,#d4af37 0%,#b8962e 100%);border:none;border-radius:12px;margin-top:1rem;padding:1.25rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px -5px #b8962e66}.login-module__rMv5LG__submitBtn:hover{transform:translateY(-3px)scale(1.01);box-shadow:0 15px 30px -10px #b8962e99}.login-module__rMv5LG__submitBtn:active{transform:translateY(-1px)scale(.98)}.login-module__rMv5LG__submitBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.login-module__rMv5LG__switchMode{text-align:center;color:#fff6;cursor:pointer;margin-top:1rem;font-size:.9rem;transition:color .3s}.login-module__rMv5LG__switchMode span{color:#b8962e;margin-left:5px;font-weight:600}.login-module__rMv5LG__switchMode:hover{color:#fff}.login-module__rMv5LG__divider{color:#ffffff1a;align-items:center;margin:2.5rem 0;display:flex}.login-module__rMv5LG__divider:before,.login-module__rMv5LG__divider:after{content:"";border-bottom:1px solid #ffffff0d;flex:1}.login-module__rMv5LG__divider span{text-transform:uppercase;letter-spacing:2px;padding:0 1.5rem;font-size:.7rem;font-weight:600}.login-module__rMv5LG__socialGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.login-module__rMv5LG__socialBtn{color:#fffc;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-weight:500;transition:all .3s;display:flex}.login-module__rMv5LG__socialBtn:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-2px)}.login-module__rMv5LG__socialBtn span{font-size:.9rem}.login-module__rMv5LG__auditNotice{color:#b8962ed9;background:#b8962e14;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:3rem;padding:1rem;font-size:.75rem;line-height:1.4;display:flex}@media (max-width:1000px){.login-module__rMv5LG__loginContainer{flex-direction:column;overflow-y:auto}.login-module__rMv5LG__brandingSide{min-height:35vh;padding:3rem 2rem}.login-module__rMv5LG__formSide{width:100%;padding:4rem 2rem}.login-module__rMv5LG__brandingTitle{font-size:2.5rem}}@media (max-width:600px){.login-module__rMv5LG__brandingSide{min-height:auto!important;padding:2rem 1.25rem!important}.login-module__rMv5LG__brandingTitle{margin-bottom:.75rem!important;font-size:1.85rem!important}.login-module__rMv5LG__brandingSubtitle{font-size:.95rem!important}.login-module__rMv5LG__formSide{padding:1.75rem 1.25rem!important}.login-module__rMv5LG__brandingSide:before{filter:blur(40px)!important}.login-module__rMv5LG__inputField{padding:.85rem 1rem!important;font-size:16px!important}.login-module__rMv5LG__inputGroup label{letter-spacing:.5px!important;font-size:.7rem!important}.login-module__rMv5LG__submitBtn,.login-module__rMv5LG__ctaBtn{width:100%!important;padding:1rem!important;font-size:.95rem!important}.login-module__rMv5LG__inputGrid{gap:.75rem!important}}@media (prefers-reduced-motion:reduce){.login-module__rMv5LG__brandingSide:before{animation:none!important}}
/*# sourceMappingURL=0pju7tgwehthx.css.map*/