*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8f9fa;color:#1a1a1a}.dashboard-container{display:flex;flex-direction:column;min-height:100vh;background:#f8f9fa}.header{background:white;padding:16px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.header-left h1{font-size:24px;font-weight:600;color:#1a202c}.header-subtitle{font-size:14px;color:#6b7280;margin-top:4px}.header-right{gap:16px}.header-right,.time-selector{display:flex;align-items:center}.time-selector{gap:12px;background:white;padding:20px 24px;border-bottom:1px solid #e2e8f0}.time-selector-label{font-size:14px;font-weight:500;color:#374151}.time-buttons{display:flex;gap:4px;background:#f8fafc;padding:4px;border-radius:8px}.time-btn{padding:8px 16px;border:none;background:transparent;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;color:#6b7280}.time-btn.active{background:#6366f1;color:white}.time-btn:hover:not(.active){background:#e2e8f0}.refresh-btn{background:#6366f1;color:white;border:none;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer}.dashboard-content{padding:24px;overflow-y:auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:white;padding:24px;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s;position:relative}.stat-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.05)}.stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.stat-title{font-size:14px;font-weight:500;color:#6b7280}.stat-period{font-size:11px;color:#9ca3af;background:#f3f4f6;padding:2px 6px;border-radius:4px}.stat-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.stat-icon.users{background:#eff6ff}.stat-icon.jobs{background:#f0fdf4}.stat-icon.companies{background:#fef3c7}.stat-icon.revenue{background:#fce7f3}.stat-icon.interviews{background:#f3e8ff}.stat-icon.contracts{background:#ecfdf5}.stat-value{font-size:28px;font-weight:700;color:#1a202c;margin-bottom:8px}.stat-change{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.geographic-section{margin-bottom:32px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-title{font-size:20px;font-weight:600;color:#1a202c}.geographic-grid{grid-template-columns:2fr 1fr 1fr}.charts-grid,.geographic-grid{display:grid;gap:24px;margin-bottom:32px}.charts-grid{grid-template-columns:1fr 1fr}.chart-card{background:white;padding:24px;border-radius:12px;border:1px solid #e2e8f0}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.chart-title{font-size:18px;font-weight:600;color:#1a202c}.chart-filter{display:flex;gap:4px}.filter-btn{padding:4px 12px;border:1px solid #e2e8f0;background:white;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.filter-btn.active{background:#6366f1;color:white;border-color:#6366f1}.chart-container{position:relative;height:300px}.chart-container.small{height:200px}.chart-container.large{height:400px}.data-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.table-card{background:white;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.table-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.table-title{font-size:16px;font-weight:600;color:#1a202c}.table-subtitle{font-size:12px;color:#6b7280}.data-table{width:100%;border-collapse:collapse}.data-table td,.data-table th{padding:12px 24px;text-align:left;border-bottom:1px solid #f1f5f9}.data-table th{background:#f8fafc;font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.data-table td{font-size:14px;color:#1a202c}.location-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.summary-card{background:white;padding:20px;border-radius:12px;border:1px solid #e2e8f0;text-align:center}.summary-value{font-size:24px;font-weight:700;color:#6366f1;margin-bottom:8px}.summary-label{font-size:14px;color:#6b7280;font-weight:500}.summary-change{font-size:12px;margin-top:4px}.loading{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.charts-grid,.data-section,.geographic-grid{grid-template-columns:1fr}}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.time-buttons{flex-wrap:wrap}.header{flex-direction:column;gap:16px;align-items:flex-start}.header-right{width:100%;justify-content:flex-end}}.ant-table-thead>tr>th{background:#f8fafc!important;font-size:12px!important;font-weight:600!important;color:#374151!important;text-transform:uppercase!important;letter-spacing:.5px!important;border-bottom:1px solid #f1f5f9!important}.ant-table-tbody>tr>td{font-size:14px!important;color:#1a202c!important;border-bottom:1px solid #f1f5f9!important}.ant-spin-container{background:transparent!important}.chartjs-render-monitor{border-radius:8px}