.cards-dashboard-container{display:flex;flex-wrap:wrap;gap:30px 25px}@media (max-width:750px){.cards-dashboard-container{justify-content:center}}.dashboard-workspace{display:grid;gap:30px;color:#172033}.dashboard-section{display:grid;gap:16px}.dashboard-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dashboard-section-title h2{margin:0;font-size:19px;letter-spacing:0}.dashboard-section-title p{margin:4px 0 0;color:#667085;font-size:13px}.dashboard-section-title>a{display:inline-flex;align-items:center;gap:5px;color:#155b91;font-size:13px;font-weight:700}.dashboard-section-title.compact{padding-bottom:15px;border-bottom:1px solid #e3e7ed}.dashboard-operational-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dfe3ea;background:#fff}.dashboard-operational-kpi{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:5px 10px;min-width:0;padding:18px 20px;border-right:1px solid #dfe3ea;color:#172033}.dashboard-operational-kpi:last-child{border-right:0}.dashboard-operational-kpi>svg:first-child{grid-row:1/4;margin-top:2px;color:#39658e}.dashboard-operational-kpi>span{overflow:hidden;color:#667085;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboard-operational-kpi strong{font-size:24px}.dashboard-operational-kpi small{overflow:hidden;color:#667085;text-overflow:ellipsis;white-space:nowrap}.dashboard-operational-kpi .dashboard-kpi-arrow{position:absolute;top:14px;right:14px;color:#98a2b3}.dashboard-operational-kpi:hover{background:#f8fafc}.dashboard-operational-kpi.red>svg:first-child{color:#b42318}.dashboard-operational-kpi.amber>svg:first-child{color:#946200}.dashboard-operational-kpi.green>svg:first-child{color:#18794e}.dashboard-kpi-skeleton{height:108px;border-right:1px solid #dfe3ea;background:linear-gradient(90deg,#edf0f4 25%,#f8f9fb 50%,#edf0f4 75%);background-size:200% 100%;animation:dashboard-loading 1.15s ease-in-out infinite}.dashboard-feedback{display:flex;align-items:center;gap:11px;padding:12px 14px;border-left:3px solid #bb7b00;background:#fff8e8;color:#6f4d08}.dashboard-feedback div{display:grid;flex:1;gap:2px}.dashboard-feedback span{font-size:12px}.dashboard-feedback.error{border-color:#b42318;background:#fff2f1;color:#a62b22}.dashboard-insights{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:22px}.dashboard-queue,.dashboard-trend{min-width:0;padding:20px;border:1px solid #dfe3ea;background:#fff}.dashboard-chart{display:grid;grid-template-columns:repeat(6,minmax(36px,1fr));gap:14px;height:235px;align-items:end;padding-top:22px}.dashboard-chart-column{display:grid;grid-template-rows:18px 165px 22px;gap:5px;min-width:0;text-align:center}.dashboard-chart-column small,.dashboard-chart-column strong{overflow:hidden;color:#667085;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.dashboard-chart-track{display:flex;height:165px;flex-direction:column-reverse;justify-content:flex-start;overflow:hidden;background:#f1f3f6}.dashboard-chart-track span{display:block;min-height:0}.dashboard-chart-legend .newsletter:before,.dashboard-chart-track .newsletter{background:#2e6f9e}.dashboard-chart-legend .messages:before,.dashboard-chart-track .messages{background:#c8493f}.dashboard-chart-legend .jobs:before,.dashboard-chart-track .jobs{background:#c08a1b}.dashboard-chart-legend .courses:before,.dashboard-chart-track .courses{background:#29815a}.dashboard-chart-legend{display:flex;flex-wrap:wrap;gap:8px 16px;padding-top:14px;border-top:1px solid #edf0f4}.dashboard-chart-legend span{display:inline-flex;align-items:center;gap:6px;color:#667085;font-size:11px}.dashboard-chart-legend span:before{width:8px;height:8px;content:""}.dashboard-queue-list{display:grid}.dashboard-queue-list>a{display:grid;grid-template-columns:75px minmax(0,1fr) auto 42px 18px;gap:10px;align-items:center;min-width:0;padding:12px 0;border-bottom:1px solid #edf0f4;color:#253047}.dashboard-queue-list>a:hover strong{color:#155b91}.dashboard-queue-list>a>div{min-width:0}.dashboard-queue-list p,.dashboard-queue-list strong{display:block;overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.dashboard-queue-list p,.dashboard-queue-list small,.dashboard-queue-type{color:#667085;font-size:11px}.dashboard-queue-type{font-weight:700;text-transform:uppercase}.dashboard-state{padding:3px 7px;border:1px solid #ead39e;background:#fff8e8;color:#79550b;font-size:10px;font-weight:700;white-space:nowrap}.dashboard-state.read,.dashboard-state.reviewing,.dashboard-state.shortlisted{border-color:#b9d3ec;background:#eef6fc;color:#174f7d}.dashboard-empty{display:flex;min-height:220px;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#667085}@keyframes dashboard-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1120px){.dashboard-operational-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-operational-kpi:nth-child(2){border-right:0}.dashboard-operational-kpi:nth-child(-n+2){border-bottom:1px solid #dfe3ea}.dashboard-insights{grid-template-columns:1fr}}@media (max-width:680px){.dashboard-section-title{align-items:flex-start;flex-direction:column}.dashboard-operational-grid{grid-template-columns:1fr}.dashboard-operational-kpi{border-right:0;border-bottom:1px solid #dfe3ea}.dashboard-operational-kpi:nth-child(2){border-right:0}.dashboard-chart{gap:7px}.dashboard-queue-list>a{grid-template-columns:minmax(0,1fr) auto}.dashboard-queue-type{grid-column:1/-1}.dashboard-queue-list>a>svg{display:none}}