@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8c8c8c}.ant-layout{min-height:100vh}.ant-layout-content{padding:24px}.page-enter{opacity:0;transform:translateY(8px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .2s,transform .2s}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#001529,#003a70,#1677ff)}.login-card{width:100%;max-width:420px;border-radius:16px!important;box-shadow:0 8px 32px #0000001f!important}.metric-card{border-radius:12px;transition:box-shadow .2s}.metric-card:hover{box-shadow:0 4px 16px #00000014}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}
