.login-module__Si-P0q__container{min-height:100vh;font-family:var(--font-inter), sans-serif;background:#0f172a;justify-content:center;align-items:center;padding:2rem;display:flex}.login-module__Si-P0q__splitScreen{background:#1e293b66;border:1px solid #ffffff0d;border-radius:32px;width:100%;max-width:1200px;min-height:700px;animation:.6s cubic-bezier(.16,1,.3,1) forwards login-module__Si-P0q__slideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes login-module__Si-P0q__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.login-module__Si-P0q__brandingPanel{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-right:1px solid #ffffff0d;flex:1;justify-content:center;align-items:center;padding:4rem;display:flex;position:relative;overflow:hidden}.login-module__Si-P0q__orb1,.login-module__Si-P0q__orb2{filter:blur(80px);z-index:0;opacity:.4;border-radius:50%;animation:10s ease-in-out infinite alternate login-module__Si-P0q__float;position:absolute}.login-module__Si-P0q__orb1{background:#06b6d4;width:300px;height:300px;top:-50px;left:-50px}.login-module__Si-P0q__orb2{background:#10b981;width:250px;height:250px;animation-delay:-5s;bottom:-50px;right:-50px}@keyframes login-module__Si-P0q__float{0%{transform:translate(0)scale(1)}to{transform:translate(30px,30px)scale(1.1)}}.login-module__Si-P0q__brandingContent{z-index:1;color:#fff;animation:.8s ease-out forwards login-module__Si-P0q__fadeInRight;position:relative}@keyframes login-module__Si-P0q__fadeInRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.login-module__Si-P0q__logoLarge{color:#22d3ee;filter:drop-shadow(0 0 20px #22d3ee66);margin-bottom:2rem}.login-module__Si-P0q__tagline{background:linear-gradient(135deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.login-module__Si-P0q__featureList{flex-direction:column;gap:1.2rem;margin:0;padding:0;list-style:none;display:flex}.login-module__Si-P0q__featureList li{color:#cbd5e1;align-items:center;gap:1rem;font-size:1.1rem;font-weight:500;display:flex}.login-module__Si-P0q__checkIcon{color:#10b981;background:#10b9811a;border-radius:50%;padding:4px;display:flex}.login-module__Si-P0q__formPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172a99;flex:1;justify-content:center;align-items:center;padding:4rem;display:flex}.login-module__Si-P0q__formWrapper{width:100%;max-width:400px;animation:.8s ease-out forwards login-module__Si-P0q__fadeInLeft}@keyframes login-module__Si-P0q__fadeInLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.login-module__Si-P0q__formHeader{text-align:center;margin-bottom:2.5rem}.login-module__Si-P0q__logoSmall{color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;transition:opacity .2s;display:flex}.login-module__Si-P0q__logoSmall:hover{opacity:.8}.login-module__Si-P0q__logoIcon{color:#22d3ee;display:flex}.login-module__Si-P0q__formHeader h2{color:#fff;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.login-module__Si-P0q__formHeader p{color:#94a3b8;font-size:.95rem}.login-module__Si-P0q__googleBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:.8rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.login-module__Si-P0q__googleBtn:hover{background:#ffffff0d;border-color:#fff6}.login-module__Si-P0q__divider{color:#64748b;align-items:center;margin:2rem 0;font-size:.85rem;display:flex}.login-module__Si-P0q__divider:before,.login-module__Si-P0q__divider:after{content:"";border-bottom:1px solid #ffffff1a;flex:1}.login-module__Si-P0q__divider span{padding:0 15px}.login-module__Si-P0q__form{flex-direction:column;gap:1.2rem;display:flex}.login-module__Si-P0q__inputGroup{flex-direction:column;gap:.5rem;display:flex}.login-module__Si-P0q__inputLabel{color:#cbd5e1;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.login-module__Si-P0q__input{color:#fff;box-sizing:border-box;background:#0000004d;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:.8rem 1rem;font-size:1rem;transition:all .3s}.login-module__Si-P0q__input:focus{border-color:#06b6d4;box-shadow:0 0 0 2px #06b6d433}.login-module__Si-P0q__input::placeholder{color:#475569}.login-module__Si-P0q__passwordWrapper{align-items:center;width:100%;display:flex;position:relative}.login-module__Si-P0q__eyeBtn{color:#64748b;cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:12px}.login-module__Si-P0q__eyeBtn:hover{color:#22d3ee}.login-module__Si-P0q__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06b6d4,#10b981);border:none;border-radius:10px;width:100%;margin-top:1rem;padding:1rem;font-size:1.05rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #06b6d44d}.login-module__Si-P0q__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #06b6d480}.login-module__Si-P0q__submitBtn:disabled{opacity:.7;cursor:not-allowed}.login-module__Si-P0q__error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:8px;margin:0;padding:.8rem;font-size:.9rem;display:flex}.login-module__Si-P0q__warningText{color:#f59e0b;margin:0;font-size:.85rem}.login-module__Si-P0q__pwdStrengthWrapper{align-items:center;gap:10px;font-size:.85rem;font-weight:500;display:flex}.login-module__Si-P0q__pwdStrengthBarBg{background:#ffffff1a;border-radius:3px;flex:1;height:6px;overflow:hidden}.login-module__Si-P0q__pwdStrengthBarFill{height:100%;transition:width .3s,background-color .3s}.login-module__Si-P0q__footerText{color:#94a3b8;text-align:center;margin-top:2rem;font-size:.95rem}.login-module__Si-P0q__link{color:#22d3ee;font-weight:600;text-decoration:none;transition:color .2s}.login-module__Si-P0q__link:hover{color:#06b6d4;text-decoration:underline}@media (max-width:900px){.login-module__Si-P0q__splitScreen{flex-direction:column;min-height:auto}.login-module__Si-P0q__brandingPanel{padding:3rem 2rem}.login-module__Si-P0q__tagline{font-size:2rem}.login-module__Si-P0q__formPanel{padding:3rem 2rem}}@media (max-width:768px){.login-module__Si-P0q__brandingPanel{display:none}.login-module__Si-P0q__splitScreen{border-radius:20px}}
