*{margin:0;padding:0;box-sizing:border-box}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:#f0f2f5}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.page-header{margin-bottom:24px}.page-header h1{font-size:24px;font-weight:600;color:#1f1f1f}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:24px;color:#fff}.stat-card.green{background:linear-gradient(135deg,#11998e,#38ef7d)}.stat-card.orange{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-card.blue{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-card .stat-value{font-size:36px;font-weight:700;margin-bottom:8px}.stat-card .stat-label{font-size:14px;opacity:.9}.table-actions{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.table-actions .left{display:flex;gap:8px;flex-wrap:wrap}.table-actions .right{display:flex;gap:8px}.status-pending{color:#faad14}.status-processed{color:#52c41a}.status-ignored{color:#8c8c8c}.trend-up{color:#52c41a}.trend-down{color:#ff4d4f}.trend-stable{color:#8c8c8c}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.empty-state{text-align:center;padding:48px 24px;color:#8c8c8c}.empty-state .ant-empty-image{height:100px}@media (max-width: 768px){.table-actions{flex-direction:column;align-items:stretch}.table-actions .left,.table-actions .right{justify-content:center}}
