*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1db446,#00c853)}.login-card{width:100%;max-width:400px;padding:40px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026}.login-logo{text-align:center;margin-bottom:32px}.login-logo h1{font-size:28px;color:#1db446;margin-top:16px}.login-logo p{color:#666;margin-top:8px}.dashboard-layout{min-height:100vh}.dashboard-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #00000014}.dashboard-logo{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;color:#1db446}.dashboard-sider{background:#fff!important}.dashboard-content{margin:24px;padding:24px;background:#fff;border-radius:8px;min-height:calc(100vh - 112px)}.stat-card{border-radius:12px;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.stat-card .ant-statistic-title{color:#666;font-size:14px}.stat-card .ant-statistic-content-value{font-size:32px;font-weight:700}.status-tracking{background:#e6f7ff;color:#1890ff;border-color:#91d5ff}.status-won{background:#f6ffed;color:#52c41a;border-color:#b7eb8f}.status-lost{background:#fff2f0;color:#ff4d4f;border-color:#ffccc7}.order-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.order-table .ant-table-row:hover{cursor:pointer}@media (max-width: 768px){.dashboard-content{margin:12px;padding:16px}.stat-card .ant-statistic-content-value{font-size:24px}}
