*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;color:#1f1f1f;font-size:14px;line-height:1.5}code,pre,.mono{font-family:SF Mono,Monaco,Inconsolata,Courier New,monospace}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f0f2f5}.login-card{width:400px;padding:40px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.login-logo{text-align:center;margin-bottom:32px}.login-logo h1{font-size:24px;font-weight:700;color:#1677ff;margin:0}.login-logo p{font-size:14px;color:#595959;margin-top:4px}.app-layout{min-height:100vh}.app-sidebar{height:100vh;position:fixed;left:0;top:0;z-index:1030}.app-content{margin-left:240px;padding:24px;min-height:100vh;background-color:#f0f2f5}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-header h1{font-size:20px;font-weight:700;color:#1f1f1f;margin:0}.stat-cards-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:24px}.stat-card{position:relative;padding:20px 24px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.stat-card .stat-icon{position:absolute;top:20px;right:24px;font-size:24px;color:#8c8c8c}.stat-card .stat-label{font-size:14px;color:#595959;margin-bottom:8px}.stat-card .stat-value{font-size:24px;font-weight:700;color:#1f1f1f;margin-bottom:4px}.stat-card .stat-secondary{font-size:12px;color:#8c8c8c}.status-indicator{display:inline-flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot.connected{background-color:#52c41a}.status-dot.connecting{background-color:#faad14;animation:pulse 1.5s infinite}.status-dot.disconnected{background-color:#ff4d4f}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.sidebar-user-section{padding:12px 24px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:4px}.sidebar-user-email{color:#ffffffa6;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:3px}::-webkit-scrollbar-thumb:hover{background-color:#8c8c8c}.ant-btn{min-height:32px}@media(max-width:1023px){.stat-cards-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media(max-width:767px){.app-sidebar{transform:translate(-100%);transition:transform .3s ease}.app-sidebar.sidebar-visible{transform:translate(0)}.app-layout>.ant-layout{margin-left:0!important}.stat-cards-row{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.login-card{width:100%;max-width:400px;margin:16px}.ant-table-wrapper{overflow-x:auto}.ant-table{min-width:600px}}
