body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}#root{min-height:100vh}.login-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;gap:60px;min-height:100vh;padding:20px;display:flex}.login-brand{justify-content:center;align-items:center;display:flex}.account-page{background:#f5f7fb;grid-template-columns:minmax(280px,.9fr) minmax(360px,480px);justify-content:center;align-items:center;gap:64px;min-height:100vh;padding:32px;display:grid}.account-brand{color:#12315b;text-align:center}.account-brand .ant-typography{color:inherit}.account-form{width:100%;max-width:480px;box-shadow:0 16px 48px #12315b1f}@media (max-width:900px){.login-brand{display:none}.login-container{justify-content:center}.account-page{grid-template-columns:minmax(300px,480px);gap:20px;padding:20px}.account-brand{display:none}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-track{background:0 0}@keyframes highlight-flash{0%{background-color:#fffbe6}25%{background-color:#ffd666}50%{background-color:#fffbe6}75%{background-color:#ffd666}to{background-color:#0000}}.ant-table-row.highlight-row>td{animation:2s ease-in-out highlight-flash}
