/* Dashboard overview polish */

.app-header-modern { min-height: 72px; padding: 0 38px; gap: 34px; }
.app-logo-modern { flex: 0 0 auto; font-size: 27px; letter-spacing: -0.045em; }
.primary-navigation { align-self: stretch; display: flex; align-items: stretch; gap: 30px; }
.primary-navigation a { position: relative; display: flex; align-items: center; color: #dbe4f2; font-size: 14px; font-weight: 700; text-decoration: none; }
.primary-navigation a:hover { color: #fff; }
.primary-navigation a.nav-active { color: #fff; }
.primary-navigation a.nav-active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 4px; border-radius: 4px 4px 0 0; background: var(--blue); }
.app-header-modern .app-user { margin-left: auto; }

.dashboard-hero-compact { align-items: end; margin-bottom: 14px; }
.dashboard-hero-compact h1 { margin: 2px 0 0; font-size: clamp(28px, 3vw, 40px); }
.dashboard-search-compact { width: min(520px, 46vw); margin: 0; }
.dashboard-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.dashboard-toolbar .dashboard-view-switch { margin: 0; }

.dashboard-summary-grid, .dashboard-middle-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; margin-bottom: 20px; }
.dashboard-command-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; gap: 20px; margin-bottom: 20px; }
.dashboard-command-sidebar { min-width: 0; display: grid; grid-template-rows: auto auto; align-content: space-between; gap: 14px; }
.dashboard-command-sidebar > * { margin: 0; }
.dashboard-operations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 20px; margin-bottom: 20px; }
.dashboard-operations-grid > * { min-width: 0; height: 100%; margin: 0; }
.dashboard-operations-grid > .dashboard-panel { display: flex; flex-direction: column; }
.dashboard-summary-card, .report-card, .report-kpi { overflow: hidden; border: 1px solid #dbe3ef; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06); }
.summary-card-header, .report-card > header { min-height: 76px; padding: 17px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--border); }
.summary-card-header h2, .report-card > header h2 { margin: 2px 0 0; font-size: 20px; }
.summary-card-header .eyebrow, .report-card > header .eyebrow { margin: 0; }

.period-switch { display: inline-flex; overflow: hidden; flex: 0 0 auto; border: 1px solid #cbd5e1; border-radius: 9px; background: #fff; }
.period-switch-link { padding: 9px 13px; border-left: 1px solid #cbd5e1; color: var(--text-soft); font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.period-switch-link:first-child { border-left: 0; }
.period-switch-link:hover { background: #eff6ff; color: var(--blue); }
.period-switch-active { background: var(--blue); color: #fff; }
.period-switch-active:hover { background: #1d4ed8; color: #fff; }

.sales-progress-card { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.sales-progress-body { min-height: 152px; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(130px, 0.8fr); align-items: center; padding: 14px 28px; }
.sales-primary-metric { padding-right: 30px; border-right: 1px solid var(--border); }
.sales-primary-metric > span, .sales-delivery-rate > span { color: var(--text-soft); font-size: 14px; font-weight: 800; }
.sales-primary-metric > strong { display: block; margin: 2px 0 7px; color: var(--blue); font-size: 50px; line-height: 1; letter-spacing: -0.06em; }
.sales-primary-metric small { display: block; margin-top: 10px; color: var(--text-muted); }
.sales-progress-track { width: min(340px, 100%); height: 9px; overflow: hidden; border-radius: 99px; background: repeating-linear-gradient(90deg, #dce4ef 0 8px, transparent 8px 12px); }
.sales-progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2563eb, #60a5fa); }
.sales-delivery-rate { display: grid; justify-items: center; gap: 10px; text-align: center; }
.sales-rate-ring { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--blue) var(--progress), #dbe4ef 0); }
.sales-rate-ring::before { content: ""; grid-area: 1 / 1; width: 70px; height: 70px; border-radius: 50%; background: #fff; }
.sales-rate-ring strong { z-index: 1; grid-area: 1 / 1; font-size: 26px; }
.sales-stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); }
.sales-stat-strip > div { padding: 12px 20px; border-left: 1px solid var(--border); }
.sales-stat-strip > div:first-child { border-left: 0; }
.sales-stat-strip span { display: block; color: var(--text-muted); font-size: 12px; font-weight: 800; }
.sales-stat-strip strong { display: block; margin-top: 3px; font-size: 23px; }

.attention-total { color: var(--text-soft); font-size: 13px; font-weight: 800; }
.attention-list { padding: 10px 16px 14px; }
.attention-list-item { min-height: 50px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 32px 10px; align-items: center; gap: 10px; padding: 6px 12px; border: 1px solid var(--border); border-top: 0; border-left: 4px solid var(--blue); color: var(--text); text-decoration: none; }
.attention-list-item:first-child { border-top: 1px solid var(--border); border-radius: 10px 10px 0 0; }
.attention-list-item:last-child { border-radius: 0 0 10px 10px; }
.attention-list-item:hover { z-index: 1; background: #f8fbff; box-shadow: 0 4px 12px rgba(15, 23, 42, .06); }
.attention-list-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #eff6ff; color: var(--blue); font-weight: 900; }
.attention-list-icon svg, .quick-action-symbol svg, .dashboard-icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.attention-list-copy { min-width: 0; }
.attention-list-copy strong, .attention-list-copy small { display: block; }
.attention-list-copy small { margin-top: 2px; overflow: hidden; color: var(--text-muted); font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.attention-list-item b { display: grid; width: 30px; height: 28px; place-items: center; border-radius: 8px; background: #eff6ff; color: var(--blue); }
.attention-list-item i { color: var(--text-muted); font-size: 24px; font-style: normal; }
.attention-amber { border-left-color: #f59e0b; }.attention-amber .attention-list-icon,.attention-amber b { background: #fff7e6; color: #d97706; }
.attention-green { border-left-color: #16a34a; }.attention-green .attention-list-icon,.attention-green b { background: #ecfdf3; color: #15803d; }
.attention-red { border-left-color: #ef4444; }.attention-red .attention-list-icon,.attention-red b { background: #fff1f2; color: #dc2626; }

.dashboard-middle-grid { align-items: start; }
.dashboard-middle-grid > .dashboard-panel { margin: 0; }
.dashboard-table-panel,
.dashboard-actions-compact,
.dashboard-appointments-panel { padding: 0; }
.dashboard-actions-compact .dashboard-panel-header, .dashboard-table-panel .dashboard-panel-header { min-height: 60px; padding: 14px 20px; }
.dashboard-actions-compact .dashboard-panel-header h2, .dashboard-table-panel .dashboard-panel-header h2 { margin: 0; font-size: 19px; }
.dashboard-quick-actions-four { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding: 0 18px 18px; margin: 0; }
.dashboard-quick-actions-four .quick-action-card { min-height: 92px; padding: 12px 8px; font-size: 14px; }
.dashboard-quick-actions-four .quick-action-card:hover { border-color: #93c5fd; background: #f8fbff; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(37, 99, 235, .1); }
.dashboard-quick-actions-four .quick-action-symbol { display: grid; place-items: center; }
.dashboard-quick-actions-four .quick-action-symbol svg { width: 23px; height: 23px; }
.dashboard-command-sidebar .dashboard-actions-compact .dashboard-panel-header { min-height: 48px; padding: 10px 16px; }
.dashboard-command-sidebar .dashboard-quick-actions-four { gap: 8px; padding: 0 12px 12px; }
.dashboard-command-sidebar .dashboard-quick-actions-four .quick-action-card { min-height: 58px; padding: 8px 6px; flex-direction: row; gap: 7px; font-size: 12px; }
.dashboard-command-sidebar .dashboard-quick-actions-four .quick-action-symbol { width: 28px; height: 28px; flex: 0 0 28px; }
.dashboard-command-sidebar .dashboard-quick-actions-four .quick-action-symbol svg { width: 17px; height: 17px; }
.dashboard-lower-grid { align-items: start; margin-top: 0; margin-bottom: 20px; }
.dashboard-lower-grid > .dashboard-panel { min-width: 0; }
.dashboard-rows { flex: 1 1 auto; display: flex; overflow-x: auto; flex-direction: column; }
.dashboard-row { min-width: 620px; display: grid; grid-template-columns: 1.15fr 1.2fr .85fr .85fr 14px; align-items: center; gap: 16px; min-height: 64px; padding: 12px 20px; border-top: 1px solid var(--border); color: var(--text); font-size: 13px; text-decoration: none; }
.dashboard-row:not(.dashboard-row-head):hover { background: #f8fbff; }
.dashboard-row > strong, .dashboard-row > span, .dashboard-row > small { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-row > small { color: var(--text-muted); }
.dashboard-row > i { color: var(--text-muted); font-size: 20px; font-style: normal; }
.dashboard-row-head { min-height: 44px; border-top: 0; background: #fbfcfe; color: var(--text-muted); font-size: 12px; font-weight: 800; }
.dashboard-row .status-pill { display: inline-block; max-width: 100%; overflow: hidden; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-table-panel .dashboard-panel-link { font-size: 13px; }
.dashboard-table-panel .dashboard-panel-empty { min-height: 96px; flex: 1 1 auto; display: grid; margin: 0; padding: 24px; place-items: center; color: var(--text-muted); text-align: center; }

.dashboard-appointments-panel { margin-top: 0; }
.dashboard-operations-grid .dashboard-appointments-panel { align-self: stretch; }
.appointments-panel-header { min-height: 68px !important; }
.appointments-panel-header > div:first-child { min-width: 0; }
.appointments-panel-actions { display: flex; align-items: center; gap: 16px; }
.dashboard-icon-button { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #bfdbfe; border-radius: 9px; background: #eff6ff; color: var(--blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.dashboard-icon-button:hover { border-color: #93c5fd; background: #dbeafe; }
.dashboard-icon-button svg { width: 17px; height: 17px; }
.appointment-summary-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--border); background: #f8fafc; }
.appointment-summary-item { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 10px 18px; border-left: 1px solid var(--border); color: var(--text-soft); text-decoration: none; }
.appointment-summary-item:first-child { border-left: 0; }
.appointment-summary-item:hover { background: #eff6ff; color: var(--blue); }
.appointment-summary-item span { font-size: 12px; font-weight: 800; }
.appointment-summary-item strong { font-size: 22px; line-height: 1; }
.appointment-summary-alert { background: #fff7ed; color: #c2410c; }
.appointment-dashboard-row { grid-template-columns: .85fr 1.15fr 1.35fr .8fr 14px; }
.appointment-dashboard-row time { display: flex; align-items: baseline; gap: 7px; }
.appointment-dashboard-row time small { color: var(--text-muted); }

.reports-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.reports-header h1 { margin: 2px 0 3px; font-size: 38px; }
.reports-header p { margin: 0; color: var(--text-muted); }
.reports-controls { display: flex; gap: 12px; }
.report-kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 18px; }
.report-kpi { position: relative; padding: 20px 22px; }
.report-kpi::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--blue); }
.report-kpi span, .report-kpi small { display: block; color: var(--text-muted); font-weight: 700; }
.report-kpi strong { display: block; margin: 4px 0; font-size: 36px; }
.report-sky::before { background: #60a5fa; }.report-green::before { background: #22c55e; }.report-purple::before { background: #7c3aed; }
.reports-main-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(380px, .85fr); gap: 18px; margin-bottom: 18px; }
.reports-secondary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.report-card > header small { color: var(--text-muted); }
.chart-legend { display: flex; flex-wrap: wrap; gap: 12px; color: var(--text-muted); font-size: 11px; font-weight: 800; }
.chart-legend span::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 5px; border-radius: 2px; background: var(--blue); }
.chart-legend .legend-paper::before { background: #60a5fa; }.chart-legend .legend-physical::before { background: #22c55e; }.chart-legend .legend-paid::before { background: #7c3aed; }
.monthly-chart { height: 300px; display: flex; align-items: end; justify-content: space-around; gap: 12px; padding: 38px 22px 18px; background: repeating-linear-gradient(to top, transparent 0 58px, #eef2f7 59px 60px); }
.month-bar-group { height: 100%; flex: 1 1 0; display: grid; grid-template-rows: minmax(0, 1fr) 22px; gap: 9px; text-align: center; }
.month-bars { height: 100%; display: flex; align-items: end; justify-content: center; gap: clamp(4px, .7vw, 9px); }
.report-bar { position: relative; width: clamp(12px, 2vw, 28px); min-height: 2px; border-radius: 4px 4px 0 0; background: var(--blue); }
.report-bar b { position: absolute; right: 50%; bottom: calc(100% + 4px); transform: translateX(50%); font-size: 10px; }
.bar-paper { background: #60a5fa; }.bar-physical { background: #22c55e; }.bar-paid { background: #7c3aed; }
.report-table-wrap { overflow-x: auto; padding: 16px; }
.report-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.report-table th, .report-table td { padding: 14px 10px; border: 1px solid var(--border); text-align: center; }
.report-table thead th { background: #f8fafc; color: var(--text-muted); }
.report-table tbody th { text-align: left; white-space: nowrap; }
.report-compact-bars { padding: 16px 22px 22px; }
.compact-bar-row { display: grid; grid-template-columns: 42px 110px minmax(70px, 1fr) 95px; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--border); color: var(--text-muted); font-size: 12px; }
.compact-bar-row:last-child { border-bottom: 0; }
.compact-track { height: 8px; overflow: hidden; border-radius: 99px; background: #eef2f7; }.compact-track i { display: block; height: 100%; border-radius: inherit; background: var(--blue); }
.delivery-rate-grid { min-height: 150px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; padding: 18px; }
.delivery-rate-grid > div { padding: 16px; border-left: 1px solid var(--border); text-align: center; }.delivery-rate-grid > div:first-child { border-left: 0; }
.delivery-rate-grid span { display: block; color: var(--text-muted); font-size: 12px; }.delivery-rate-grid strong { display: block; margin-top: 8px; color: var(--blue); font-size: 32px; }

@media (max-width: 1180px) {
  .primary-navigation { gap: 17px; }
  .dashboard-summary-grid, .dashboard-middle-grid, .dashboard-command-grid, .reports-main-grid { grid-template-columns: 1fr; }
  .report-kpi-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .primary-navigation { display: none; }
  .dashboard-hero-compact, .reports-header { align-items: stretch; flex-direction: column; }
  .dashboard-search-compact { width: 100%; }
  .dashboard-toolbar { align-items: stretch; flex-direction: column; }
  .summary-card-header { align-items: stretch; flex-direction: column; }
  .reports-controls { align-items: stretch; flex-direction: column; }
  .reports-secondary-grid { grid-template-columns: 1fr; }
  .dashboard-operations-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .app-header-modern { padding: 0 18px; }
  .dashboard-summary-grid, .dashboard-middle-grid, .dashboard-command-grid, .dashboard-operations-grid { gap: 14px; }
  .sales-progress-body { grid-template-columns: 1fr; gap: 22px; }
  .sales-primary-metric { padding: 0; border: 0; }
  .sales-stat-strip { grid-template-columns: repeat(2, 1fr); }
  .sales-stat-strip > div:nth-child(3) { border-top: 1px solid var(--border); border-left: 0; }
  .sales-stat-strip > div:nth-child(4) { border-top: 1px solid var(--border); }
  .dashboard-quick-actions-four, .report-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .attention-list { padding-right: 10px; padding-left: 10px; }
  .attention-list-item { grid-template-columns: 34px minmax(0, 1fr) 30px 8px; gap: 8px; padding-right: 8px; padding-left: 8px; }
  .appointments-panel-header { align-items: flex-start; flex-direction: column; }
  .appointments-panel-actions { width: 100%; justify-content: space-between; }
  .appointment-summary-item { gap: 5px; padding: 10px 5px; flex-direction: column; }
  .delivery-rate-grid { grid-template-columns: 1fr; }.delivery-rate-grid > div { border-top: 1px solid var(--border); border-left: 0; }.delivery-rate-grid > div:first-child { border-top: 0; }
}

.dashboard-overview-heading {
  align-items: center;
}

.dashboard-overview-date,
.dashboard-priority-summary {
  padding: 7px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-round);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
}

.monthly-overview-card {
  padding: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.11), transparent 24rem),
    var(--surface);
  border: 1px solid #cbdcf7;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.09);
}

.monthly-progress-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.monthly-progress-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.monthly-progress-label {
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 800;
}

.monthly-progress-value {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 7px;
}

.monthly-progress-value strong {
  font-size: clamp(48px, 7vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.monthly-progress-value span {
  color: var(--text-soft);
  font-size: 18px;
  font-weight: 800;
}

.monthly-progress-copy p {
  margin: 12px 0 0;
  color: var(--text-muted);
}

.monthly-progress-score {
  width: 116px;
  height: 116px;
  flex: 0 0 116px;
  display: grid;
  place-content: center;
  border: 10px solid var(--blue-soft);
  border-radius: 50%;
  background: #fff;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.monthly-progress-score strong {
  color: var(--blue);
  font-size: 27px;
  line-height: 1;
}

.monthly-progress-score span {
  max-width: 82px;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.monthly-progress-track {
  height: 10px;
  margin: 22px 0;
  overflow: hidden;
  border-radius: var(--radius-round);
  background: var(--surface-muted);
}

.monthly-progress-track span {
  display: block;
  height: 100%;
  min-width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
}

.monthly-supporting-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  border-top: 1px solid var(--border);
}

.dashboard-resume-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1px solid #93c5fd;
  border-left: 6px solid var(--blue);
  border-radius: 14px;
  background: linear-gradient(100deg, #eff6ff, #f8fbff);
  box-shadow: var(--shadow-sm);
}

.dashboard-resume-copy {
  display: flex;
  align-items: center;
  gap: 13px;
}

.dashboard-resume-copy strong,
.dashboard-resume-copy p {
  display: block;
  margin: 0;
}

.dashboard-resume-copy p {
  margin-top: 3px;
  color: var(--text-muted);
}

.dashboard-resume-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-content: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.monthly-supporting-stat {
  min-width: 0;
  padding: 20px 18px 0;
  border-left: 1px solid var(--border);
}

.monthly-supporting-stat:first-child {
  padding-left: 0;
  border-left: 0;
}

.monthly-supporting-stat span,
.monthly-supporting-stat small {
  display: block;
  color: var(--text-muted);
}

.monthly-supporting-stat span {
  font-size: 13px;
  font-weight: 800;
}

.monthly-supporting-stat strong {
  display: block;
  margin: 5px 0;
  font-size: 30px;
  line-height: 1;
}

.monthly-supporting-stat small {
  line-height: 1.35;
}

.monthly-stat-available strong {
  color: var(--blue);
}

.monthly-stat-remaining strong {
  color: var(--amber);
}

.attention-grid-polished {
  gap: 14px;
}

.attention-grid-polished .attention-card {
  min-height: 148px;
  padding: 19px;
  border-top-width: 1px;
  border-left: 5px solid var(--border-strong);
}

.attention-grid-polished .attention-card-info {
  border-left-color: var(--purple);
  border-top-color: #ddd6fe;
  background: #faf8ff;
}

.attention-grid-polished .attention-card-warning {
  border-left-color: #f59e0b;
  border-top-color: #fde68a;
}

.attention-grid-polished .attention-card-alert {
  border-left-color: var(--red);
  border-top-color: #fecdd3;
}

.attention-card-success {
  border-left-color: #16a34a !important;
  border-top-color: #bbf7d0 !important;
  background: #f0fdf4;
}

.attention-card-top {
  display: flex;
  align-items: center;
  gap: 9px;
}

.attention-card-icon {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex: 0 0 29px;
  border-radius: 9px;
  background: var(--surface-muted);
  color: var(--navy-soft);
  font-size: 15px;
}

.attention-card-info .attention-card-icon {
  background: var(--purple-soft);
  color: var(--purple);
}

.attention-card-warning .attention-card-icon {
  background: var(--amber-soft);
  color: var(--amber);
}

.attention-card-alert .attention-card-icon {
  background: #ffe4e6;
  color: var(--red-dark);
}

.attention-card-success .attention-card-icon {
  background: var(--green-soft);
  color: var(--green);
}

.dashboard-actions-section {
  margin-top: 4px;
}

.dashboard-actions-heading {
  margin-bottom: 12px;
}

.dashboard-quick-actions-polished {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 0;
}

.quick-action-primary {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.quick-action-primary .quick-action-symbol {
  background: var(--blue);
}

@media (max-width: 1100px) {
  .dashboard-quick-actions-polished {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .monthly-supporting-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 0;
  }

  .monthly-supporting-stat:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .dashboard-resume-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-resume-banner .primary-button {
    text-align: center;
  }

  .monthly-overview-card {
    padding: 22px 18px;
  }

  .monthly-progress-main {
    align-items: flex-start;
    gap: 14px;
  }

  .monthly-progress-score {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
    border-width: 8px;
  }

  .monthly-progress-score strong {
    font-size: 21px;
  }

  .monthly-progress-score span {
    max-width: 62px;
    font-size: 9px;
    letter-spacing: 0.02em;
  }

  .monthly-progress-value {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .monthly-progress-value strong {
    font-size: 48px;
  }

  .monthly-supporting-grid {
    grid-template-columns: 1fr;
  }

  .monthly-supporting-stat,
  .monthly-supporting-stat:nth-child(3) {
    padding: 15px 0 0;
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .monthly-supporting-stat:first-child {
    border-top: 0;
  }

  .dashboard-priority-summary,
  .dashboard-overview-date {
    display: none;
  }

  .dashboard-quick-actions-polished {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
