.auth-wrapper{width:100%;min-height:100vh;max-height:100vh;display:flex;overflow:hidden}.auth-left{border-right:1px solid #e5e7eb;flex-direction:column;flex:1;justify-content:center;padding-left:8%;display:flex}.auth-right{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.auth-left__logo{margin-bottom:0;animation:.8s ease-out forwards fadeIn}.auth-left__headline{color:#333;opacity:0;margin-top:15px;margin-bottom:30px;font-size:29px;font-weight:600;animation:.7s ease-out .3s forwards slideUpFade}.auth-left__features{margin:0;padding:0;list-style:none}.auth-left__features li{color:#555;opacity:0;align-items:center;margin-bottom:30px;font-size:18px;display:flex;transform:translateY(10px)}.auth-left__features li:before{content:"✓";color:#4a90e2;margin-right:10px;font-size:1.2em;font-weight:700}.auth-left__features li:first-child{animation:.6s ease-out .5s forwards slideUp}.auth-left__features li:nth-child(2){animation:.6s ease-out .6s forwards slideUp}.auth-left__features li:nth-child(3){animation:.6s ease-out .7s forwards slideUp}.auth-left__features li:nth-child(4){animation:.6s ease-out .8s forwards slideUp}.auth-left__features li{transition:color .3s,transform .3s}.auth-left__features li:hover{color:#4a90e2;transform:translate(5px)}.auth-right{background-color:#fff;flex:1;justify-content:center;align-items:center;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpFade{to{opacity:1;transform:translateY(0)}}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}html[data-app-theme=dark] .auth-wrapper{background:#0f172a}html[data-app-theme=dark] .auth-left{background:#0f172a;border-right-color:#334155}html[data-app-theme=dark] .auth-left__headline{color:#f1f5f9}html[data-app-theme=dark] .auth-left__features li{color:#cbd5e1}html[data-app-theme=dark] .auth-left__features li:hover{color:#93c5fd}html[data-app-theme=dark] .auth-right{background-color:#1e293b}html[data-app-theme=dark] .auth-left__logo-icon svg text{fill:#f1f5f9!important}@media (max-width:768px){.auth-wrapper{flex-direction:column;min-height:100dvh;max-height:none;overflow:hidden auto}.auth-left{display:none}.auth-right{width:100%;min-height:100dvh;padding:max(16px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));background-color:#f6f8fc;border:none;flex:auto;justify-content:flex-start;align-items:center}html[data-app-theme=dark] .auth-right{background-color:#0f172a}}
