.hidden{display:none!important}.dashboard-container{padding:16px 24px 32px;max-width:1440px;margin:0 auto}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.dashboard-title{font-size:20px;font-weight:600;color:var(--color-text-primary)}.dashboard-subtitle{font-size:13px;color:var(--color-text-secondary);margin-top:2px}.dashboard-toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:12px 16px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:20px}.dashboard-toolbar-group{display:flex;align-items:center;gap:8px}.dashboard-toolbar-label{font-size:12px;font-weight:500;color:var(--color-text-muted);white-space:nowrap}.dashboard-toolbar-divider{width:1px;height:24px;background:var(--color-border)}.dashboard-chart-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1100px){.dashboard-chart-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.dashboard-chart-grid{grid-template-columns:1fr}}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0}.dashboard-loading .spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:chart-spin .7s linear infinite}.dashboard-loading-text{margin-top:12px;font-size:13px;color:var(--color-text-muted)}.dashboard-error{padding:16px 20px;background:var(--color-error-light);border:1px solid var(--color-error);border-radius:var(--radius-md);color:var(--color-error);font-size:13px;margin-bottom:20px}.dashboard-summary{display:flex;gap:32px;padding:12px 0;flex-wrap:wrap}.dashboard-summary-item{display:flex;flex-direction:column}.dashboard-summary-round{font-size:11px;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.dashboard-summary-value{font-size:18px;font-weight:600;color:var(--color-text-primary)}.dashboard-summary-label{font-size:11px;color:var(--color-text-muted)}.deal-count{font-size:11px;color:var(--color-text-muted);background:var(--color-bg-tertiary);padding:2px 8px;border-radius:10px;font-weight:500}.deals-section{margin-top:28px}.deals-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.deals-title{font-size:15px;font-weight:600;color:var(--color-text-primary);display:flex;align-items:center;gap:8px}.deals-toolbar{display:flex;align-items:center;gap:8px}.deals-filter-input{padding:5px 10px;font-size:12px;font-family:var(--font-sans);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text-primary);width:200px}.deals-filter-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #c412301a}.chart-modal{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center}.chart-modal.hidden{display:none}.chart-modal-backdrop{position:absolute;inset:0;background:#00000080}.chart-modal-content{position:relative;background:var(--color-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:90vw;max-width:1100px;max-height:85vh;display:flex;flex-direction:column}.chart-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border)}.chart-modal-title{font-size:15px;font-weight:600;color:var(--color-text-primary)}.chart-modal-actions{display:flex;gap:6px;align-items:center}.chart-modal-close-btn{font-size:20px;line-height:1;padding:2px 8px}.chart-modal-body{flex:1;padding:20px;min-height:400px;position:relative}.chart-modal-body canvas{width:100%!important;height:100%!important}.compset-search-row{display:flex;justify-content:space-between;padding:6px 12px;cursor:pointer;font-size:13px;transition:background var(--transition-fast)}.compset-search-row:hover{background:var(--color-bg-secondary)}.compset-search-row.selected{background:var(--color-primary-light);font-weight:500}.compset-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;font-size:11px;font-weight:500;color:var(--color-text-primary)}.compset-chip-x{background:none;border:none;cursor:pointer;color:var(--color-text-muted);font-size:14px;line-height:1;padding:0}.compset-chip-x:hover{color:var(--color-error)}@media(max-width:960px){.dashboard-chart-grid{grid-template-columns:1fr}.dashboard-toolbar{flex-direction:column;align-items:flex-start}.dashboard-toolbar-divider{display:none}}body.atlas-mobile .dashboard-container{padding:0 0 80px}body.atlas-mobile .dashboard-header{display:none}body.atlas-mobile .dashboard-toolbar{padding:8px var(--mobile-gutter, 16px);gap:8px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}body.atlas-mobile .dashboard-toolbar .chart-panel-btn{display:none}body.atlas-mobile .dashboard-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:8px var(--mobile-gutter, 16px) 16px}body.atlas-mobile .dashboard-summary-item{background:var(--mobile-bg-card, #fff);border:1px solid var(--mobile-border, #e5e7eb);border-radius:var(--mobile-radius-card, 10px);padding:16px}body.atlas-mobile .dashboard-summary-round{font-size:11px;margin-bottom:6px}body.atlas-mobile .dashboard-summary-value{font-size:26px;font-weight:700;line-height:1.1}body.atlas-mobile .dashboard-summary-label{font-size:11px;margin-top:4px}body.atlas-mobile .dashboard-chart-grid{display:flex;flex-direction:column;gap:12px;padding:0 var(--mobile-gutter, 12px)}body.atlas-mobile .dashboard-chart-grid .chart-panel{width:100%!important;min-width:0;padding:12px;box-sizing:border-box;overflow:hidden}body.atlas-mobile .chart-panel-body{height:280px;overflow:hidden}body.atlas-mobile .chart-panel-body canvas{max-width:100%!important}body.atlas-mobile .deals-section,body.atlas-mobile .dashboard-header-actions{display:none}body.atlas-mobile .mobile-dashboard-hub{padding:12px var(--mobile-gutter, 16px) 14px}body.atlas-mobile .mobile-dashboard-chips{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}body.atlas-mobile .mobile-dashboard-chips::-webkit-scrollbar{display:none}body.atlas-mobile .mobile-dashboard-chip{display:inline-block;flex-shrink:0;font-family:var(--mobile-font, -apple-system, BlinkMacSystemFont, sans-serif);font-size:13px;font-weight:500;color:var(--mobile-text-muted, #6b7280);background:var(--mobile-bg-card, #fff);border:1px solid var(--mobile-border, #e5e7eb);border-radius:var(--mobile-radius-chip, 20px);padding:8px 16px;text-decoration:none;white-space:nowrap;transition:all .15s ease}body.atlas-mobile .mobile-dashboard-chip.active{color:#fff;background:var(--mobile-dark, #111827);border-color:var(--mobile-dark, #111827)}body.atlas-mobile .chart-modal-content{width:100%;max-width:100%;max-height:100%;height:100%;border-radius:0;box-shadow:none}body.atlas-mobile .chart-modal-body{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}
/*# sourceMappingURL=dashboards-atlas-dashboard.93d80999.css.map */
