.login-page{background:#fff;flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.login-header{padding:1.5rem}.login-main{flex:1;justify-content:center;align-items:center;padding:1rem 1rem 3rem;display:flex}.login-container{width:100%;max-width:420px;animation:.5s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-logo-section{text-align:center;margin-bottom:1.5rem}.logo-image{justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;display:flex}.logo-img{object-fit:contain;width:100%;height:100%}.logo-icon{color:#17818c;width:64px;height:64px}.app-title{justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.app-name{white-space:nowrap;color:#0f172a;letter-spacing:-.025em;font-size:2rem;font-weight:800}.login-subtitle{color:#64748b;font-size:.95rem;font-weight:500}.security-badge{color:#64748b;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.security-badge .shield-icon{color:#17818c;width:16px;height:16px}.auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.sso-content{padding:2rem 1.5rem}.sso-header{text-align:center;margin-bottom:1.5rem}.sso-header h2{color:#0f172a;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.sso-header p{color:#64748b;margin:0;font-size:.95rem}.btn-sso{color:#fff;cursor:pointer;background:#17818c;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;height:52px;padding:0 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 14px #17818c4d}.btn-sso:hover{background:#126a73;transform:translateY(-2px);box-shadow:0 6px 20px #17818c66}.btn-sso:active{transform:translateY(0)}.btn-sso:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-sso .btn-icon{width:20px;height:20px}.sso-info{text-align:center;margin-top:1.5rem}.sso-info p{color:#94a3b8;margin:0;font-size:.8rem;line-height:1.5}.compliance-footer{text-align:center;border-top:1px solid #e2e8f0;padding:1rem 1.5rem 1.5rem}.compliance-footer p{color:#94a3b8;margin:0;font-size:.75rem;line-height:1.5}.encryption-note{justify-content:center;align-items:center;gap:.375rem;margin-top:.5rem;display:flex}.encryption-note .lock-icon{color:#17818c;width:12px;height:12px}.login-footer{text-align:center;padding:1.5rem}.powered-by{color:#64748b;justify-content:center;align-items:center;gap:.35rem;font-size:.8rem;display:flex}.powered-by-prefix{color:#000;font-weight:700}.powered-by-name{color:#17818c;font-weight:700}.login-loading{background:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-loading-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.login-loading .spinner{color:#17818c;width:2rem;height:2rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-loading p{color:#64748b;margin:0}@media (max-width:480px){.login-container{max-width:100%}.auth-card{border-radius:12px}.app-name{font-size:1.5rem}.sso-content{padding:1.5rem 1.25rem}}
