.login-container{display:flex;min-height:100vh;background:#f0f2f5}.left-panel{flex:0 0 50%;background:linear-gradient(135deg,#0369a1,#0c4a6e,#075985);display:flex;align-items:center;justify-content:center;padding:60px 80px;position:relative;overflow:hidden;animation:slideInLeft .6s ease-out}.left-panel:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.right-panel{flex:0 0 50%;display:flex;align-items:center;justify-content:center;padding:40px;background:#f0f2f5;animation:slideInRight .6s ease-out}.login-card{animation:fadeIn .8s ease-out .3s both}.ant-btn-primary{transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #0369a14d}.ant-input,.ant-input-password{transition:all .3s ease}.ant-input:hover,.ant-input-password:hover{border-color:#0369a1}.ant-input:focus,.ant-input-password:focus,.ant-input-focused,.ant-input-affix-wrapper-focused{border-color:#0369a1;box-shadow:0 0 0 2px #0369a11a}.feature-item{animation:fadeIn .6s ease-out;animation-fill-mode:both}.feature-item:nth-child(1){animation-delay:.4s}.feature-item:nth-child(2){animation-delay:.6s}.logo-icon{animation:fadeIn .6s ease-out .2s both,pulse 2s ease-in-out 1s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media(max-width:1200px){.left-panel{padding:40px 60px}.right-panel{padding:30px}}@media(max-width:992px){.left-panel{flex:0 0 45%;padding:40px}.right-panel{flex:0 0 55%}.brand-title{font-size:42px!important}.feature-item{gap:16px}}@media(max-width:768px){.login-container{flex-direction:column}.left-panel{flex:0 0 auto;min-height:40vh;padding:40px 24px}.right-panel{flex:1;padding:24px}.branding-content{max-width:100%!important}.logo-section{margin-bottom:40px!important}.brand-title{font-size:36px!important}.brand-subtitle{font-size:16px!important}.features-section{gap:24px!important;margin-bottom:40px!important}.feature-item{gap:12px}.feature-icon{font-size:24px!important}.feature-title{font-size:16px!important}.feature-description{font-size:13px!important}.footer{padding-top:20px!important}.login-card{padding:32px 24px!important;border-radius:12px!important}.login-title{font-size:26px!important}.login-subtitle{font-size:14px!important}}@media(max-width:480px){.left-panel{padding:32px 20px}.right-panel{padding:20px}.logo-icon{width:64px!important;height:64px!important}.logo-icon svg{font-size:36px!important}.brand-title{font-size:32px!important}.brand-subtitle{font-size:14px!important}.login-card{padding:24px 20px!important}.login-title{font-size:24px!important}.submit-button{height:44px!important}}@media(prefers-color-scheme:dark){.login-container,.right-panel{background:#1f2937}.login-card{background:#111827!important;box-shadow:0 4px 24px #0000004d!important}.login-title{color:#f9fafb!important}.login-subtitle{color:#9ca3af!important}.dev-credentials{background:#1f2937!important;border-color:#374151!important}}.ant-btn-loading-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ant-input:focus-visible,.ant-input-password:focus-visible,.ant-btn:focus-visible{outline:2px solid #0369a1;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.ant-layout-sider-children{display:flex;flex-direction:column}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}@media(max-width:576px){.user-info{display:none!important}}
