body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:60px;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-brand{display:flex;align-items:center;justify-content:center}@media(max-width:900px){.login-brand{display:none}.login-container{justify-content:center}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-track{background:transparent}@keyframes highlight-flash{0%{background-color:#fffbe6}25%{background-color:#ffd666}50%{background-color:#fffbe6}75%{background-color:#ffd666}to{background-color:transparent}}.ant-table-row.highlight-row>td{animation:highlight-flash 2s ease-in-out}
