*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5}#root{min-height:100vh}.app-container{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#001529;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}.app-header h1{color:#fff;font-size:20px;font-weight:600}.app-content{flex:1;padding:24px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:24px}.stat-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 2px #0000001a}.stat-card h3{color:#666;font-size:14px;margin-bottom:8px}.stat-card .value{font-size:28px;font-weight:600;color:#001529}.stat-card .value.positive{color:#52c41a}.stat-card .value.negative{color:#ff4d4f}.exchange-list,.strategy-list{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 2px #0000001a}.exchange-item,.strategy-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0f0f0}.exchange-item:last-child,.strategy-item:last-child{border-bottom:none}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:12px;font-size:12px}.status-badge.connected{background:#f6ffed;color:#52c41a}.status-badge.disconnected{background:#fff1f0;color:#ff4d4f}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.action-buttons{display:flex;gap:8px}.chart-container{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 2px #0000001a;height:400px}
