/* ============================================
   BNLV GROUP — BMS Enterprise Platform
   Components CSS · v1.0 · May 2026
   App Dashboard, Cards, Tables, UI Elements
   ============================================ */

/* ===========================
   APP DASHBOARD SHELL
   =========================== */
.app-shell {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
  background: #F2F4F7;
}

/* === SIDEBAR === */
.app-sidebar {
  background: var(--navy);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  border-right: 1px solid rgba(255,255,255,0.05);
}
.app-sidebar::-webkit-scrollbar { display: none; }

.sidebar-header {
  padding: 20px 16px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sidebar-workspace-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 8px;
  padding-left: 4px;
}
.sidebar-workspace-select {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  border-radius: var(--radius-md);
  padding: 9px 12px;
  font-size: 12px;
  font-family: var(--font-body);
  outline: none;
  cursor: pointer;
  transition: all var(--ease-fast);
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 32px;
}
.sidebar-workspace-select:hover { border-color: rgba(255,255,255,0.15); }
.sidebar-workspace-select:focus { border-color: rgba(184,150,12,0.4); box-shadow: 0 0 0 2px rgba(184,150,12,0.1); }

.sidebar-nav { padding: 12px 12px; flex: 1; }
.sidebar-nav-section { margin-bottom: 4px; }
.sidebar-nav-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  padding: 8px 10px 4px;
  display: block;
}

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  color: rgba(255,255,255,0.52);
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 1px;
  text-decoration: none;
  position: relative;
}
.sidebar-item i { font-size: 17px; flex-shrink: 0; }
.sidebar-item span { flex: 1; }
.sidebar-item:hover { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.85); }
.sidebar-item.active { background: rgba(184,150,12,0.12); color: var(--gold-light); }
.sidebar-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background: var(--gold);
  border-radius: 0 3px 3px 0;
}

.sidebar-badge {
  background: rgba(184,150,12,0.18);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 100px;
  line-height: 16px;
}
.sidebar-badge.red {
  background: rgba(226,75,74,0.18);
  color: #f08080;
}

.sidebar-divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 8px 10px;
}

.sidebar-company-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  margin-bottom: 1px;
}
.sidebar-company-item:hover { background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.8); }
.sc-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.sc-dot.bms { background: var(--bms); }
.sc-dot.nid { background: var(--nid); }
.sc-dot.lim { background: var(--lim); }
.sc-dot.vih { background: var(--vih); }

.sidebar-footer {
  padding: 14px 12px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.sidebar-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: background var(--ease-fast);
}
.sidebar-user:hover { background: rgba(255,255,255,0.05); }
.sidebar-avatar {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  flex-shrink: 0;
}
.sidebar-user-name { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.8); }
.sidebar-user-role { font-size: 10px; color: rgba(255,255,255,0.32); }
.sidebar-user-more { margin-left: auto; color: rgba(255,255,255,0.25); font-size: 16px; }

/* === MAIN CONTENT AREA === */
.dash-main { display: flex; flex-direction: column; min-height: 100vh; overflow: hidden; }

/* Topbar */
.dash-topbar {
  background: #fff;
  border-bottom: 1px solid #E8EBF0;
  padding: 0 28px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
.dash-breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 13px; }
.bc-root { color: var(--muted); }
.bc-sep { color: var(--ash); font-size: 11px; }
.bc-cur { color: var(--navy); font-weight: 600; }
.topbar-right { display: flex; align-items: center; gap: 10px; }

.topbar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F4F5F7;
  border: 1px solid #E8EBF0;
  border-radius: var(--radius-md);
  padding: 8px 16px;
  font-size: 13px;
  color: var(--muted);
  cursor: pointer;
  transition: all var(--ease-fast);
  min-width: 220px;
}
.topbar-search:hover { border-color: var(--ash); background: #fff; }
.topbar-search i { font-size: 15px; }
.topbar-search kbd { margin-left: auto; font-size: 10px; font-family: var(--font-mono); background: var(--ash-light); padding: 2px 5px; border-radius: 4px; border: 1px solid var(--ash); color: var(--muted); }

.topbar-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  background: #F4F5F7;
  border: 1px solid #E8EBF0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--muted);
  font-size: 17px;
  transition: all var(--ease-fast);
  position: relative;
}
.topbar-icon-btn:hover { background: #E8EBF0; color: var(--navy); }
.topbar-notif-dot::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 7px;
  width: 7px;
  height: 7px;
  background: #E24B4A;
  border-radius: 50%;
  border: 1.5px solid #fff;
}
.topbar-avatar {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
}

/* === DASHBOARD CONTENT === */
.dash-content { padding: 24px 28px; flex: 1; }

.dash-greeting { margin-bottom: 24px; }
.dash-greeting h2 { font-family: var(--font-display); font-size: 26px; font-weight: 300; color: var(--navy); }
.dash-greeting p { font-size: 13px; color: var(--muted); margin-top: 2px; }

/* Date & status bar */
.dash-status-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid;
}
.status-pill.green { background: #EAF3DE; border-color: rgba(26,107,90,0.2); color: var(--bms-dark); }
.status-pill.amber { background: #FAEEDA; border-color: rgba(196,122,26,0.2); color: var(--lim-dark); }
.status-pill i { font-size: 13px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; animation: pulse-dot 2s ease-in-out infinite; }
.status-dot.green { background: var(--bms); }
.status-dot.amber { background: var(--lim); }

/* === METRIC CARDS === */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.metric-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid #E8EBF0;
  padding: 20px 22px;
  transition: all var(--ease-med);
  position: relative;
  overflow: hidden;
}
.metric-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  opacity: 0;
  transition: opacity var(--ease-med);
}
.metric-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.metric-card:hover::before { opacity: 1; }
.metric-card.green::before { background: var(--bms); }
.metric-card.purple::before { background: var(--nid); }
.metric-card.amber::before { background: var(--lim); }
.metric-card.blue::before { background: var(--vih); }

.mc-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.mc-label { font-size: 12px; font-weight: 500; color: var(--muted); }
.mc-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.mc-icon.green { background: #EAF3DE; color: var(--bms); }
.mc-icon.purple { background: var(--nid-light); color: var(--nid); }
.mc-icon.amber { background: var(--lim-light); color: var(--lim); }
.mc-icon.blue { background: var(--vih-light); color: var(--vih); }
.mc-icon.red { background: #FCEBEB; color: #A32D2D; }

.mc-val {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 300;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 8px;
}
.mc-change {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
}
.mc-change.up { color: var(--bms); }
.mc-change.down { color: #A32D2D; }
.mc-change i { font-size: 12px; }

.mc-sparkline { margin-top: 14px; height: 32px; display: flex; align-items: flex-end; gap: 2px; }
.sparkline-bar { flex: 1; border-radius: 2px 2px 0 0; min-height: 3px; opacity: 0.7; }

/* === CHART CARDS === */
.charts-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.chart-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid #E8EBF0;
  padding: 22px;
}
.chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 8px;
}
.chart-title { font-size: 14px; font-weight: 600; color: var(--navy); }
.chart-subtitle { font-size: 12px; color: var(--muted); margin-top: 2px; }
.chart-controls { display: flex; gap: 4px; }
.chart-period-btn {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: all var(--ease-fast);
}
.chart-period-btn.active, .chart-period-btn:hover { background: var(--ash-light); color: var(--navy); border-color: var(--ash); }

/* Bar chart */
.bar-chart-wrap { display: flex; align-items: flex-end; gap: 8px; height: 130px; margin-bottom: 12px; }
.bcw-group { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 0; height: 100%; }
.bcw-bars { flex: 1; display: flex; align-items: flex-end; gap: 3px; width: 100%; }
.bcw-bar { flex: 1; border-radius: 3px 3px 0 0; transition: opacity 0.2s; cursor: pointer; min-height: 4px; }
.bcw-bar:hover { opacity: 0.75; }
.bcw-label { font-size: 10px; color: var(--muted); padding-top: 6px; }
.bar-legend { display: flex; gap: 16px; flex-wrap: wrap; }
.legend-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--muted); }
.legend-dot { width: 8px; height: 8px; border-radius: 2px; flex-shrink: 0; }

/* Donut chart */
.donut-wrap { display: flex; align-items: center; gap: 24px; }
.donut-svg { flex-shrink: 0; }
.donut-legend { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.dl-item { display: flex; align-items: center; gap: 8px; }
.dl-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.dl-label { font-size: 12px; color: var(--body-text); flex: 1; }
.dl-pct { font-size: 12px; font-weight: 700; color: var(--navy); }
.dl-val { font-size: 10px; color: var(--muted); }

/* Line chart (KPI trend) */
.kpi-trend { display: flex; align-items: flex-end; gap: 0; height: 48px; }
.kpi-segment { flex: 1; display: flex; align-items: flex-end; }
.kpi-line { width: 100%; height: 2px; background: linear-gradient(90deg, var(--bms), var(--gold-light)); border-radius: 1px; }

/* === DATA TABLE === */
.data-table-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid #E8EBF0;
  overflow: hidden;
  margin-bottom: 18px;
}
.table-header {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F0F2F6;
  gap: 12px;
  flex-wrap: wrap;
}
.table-title { font-size: 14px; font-weight: 600; color: var(--navy); }
.table-header-right { display: flex; align-items: center; gap: 8px; }
.table-action-btn {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  background: #F4F5F7;
  border: 1px solid #E8EBF0;
  border-radius: var(--radius-md);
  padding: 7px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all var(--ease-fast);
}
.table-action-btn:hover { background: #E8EBF0; color: var(--navy); }
.table-action-btn.primary { background: var(--navy); color: #fff; border-color: var(--navy); }
.table-action-btn.primary:hover { background: var(--navy-mid); }

.data-table { width: 100%; border-collapse: collapse; }
.data-table thead tr { background: #F9FAFB; }
.data-table thead th {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--muted);
  padding: 10px 22px;
  text-align: left;
  white-space: nowrap;
}
.data-table thead th.sortable { cursor: pointer; }
.data-table thead th.sortable:hover { color: var(--navy); }
.data-table thead th i { font-size: 12px; vertical-align: middle; margin-left: 3px; }

.data-table tbody tr { border-top: 1px solid #F0F2F6; transition: background 0.12s; }
.data-table tbody tr:hover { background: #FAFBFC; }
.data-table tbody td { padding: 14px 22px; font-size: 13px; color: var(--body-text); vertical-align: middle; }

.td-primary { font-weight: 600; color: var(--navy); font-size: 13px; }
.td-secondary { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* Status badges */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 11px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.status-badge::before { content: ''; width: 5px; height: 5px; border-radius: 50%; }
.status-badge.active { background: #EAF3DE; color: var(--bms-dark); }
.status-badge.active::before { background: var(--bms); }
.status-badge.pending { background: var(--lim-light); color: var(--lim-dark); }
.status-badge.pending::before { background: var(--lim); }
.status-badge.review { background: var(--nid-light); color: var(--nid-dark); }
.status-badge.review::before { background: var(--nid); }
.status-badge.closed { background: #F1EFE8; color: #5F5E5A; }
.status-badge.closed::before { background: #888; }
.status-badge.critical { background: #FCEBEB; color: #791F1F; }
.status-badge.critical::before { background: #E24B4A; }

/* Priority */
.priority-label { display: flex; align-items: center; gap: 6px; font-size: 12px; }
.priority-dot { width: 7px; height: 7px; border-radius: 50%; }
.priority-dot.high { background: #E24B4A; }
.priority-dot.medium { background: var(--lim); }
.priority-dot.low { background: var(--bms); }

/* Progress bar inline */
.progress-inline { display: flex; align-items: center; gap: 8px; }
.progress-bar { background: #E8EBF0; border-radius: 4px; height: 6px; flex: 1; min-width: 80px; overflow: hidden; }
.progress-fill { height: 100%; border-radius: 4px; transition: width 1s ease; }
.progress-fill.bms { background: var(--bms); }
.progress-fill.nid { background: var(--nid); }
.progress-fill.lim { background: var(--lim); }
.progress-fill.vih { background: var(--vih); }
.progress-pct { font-size: 11px; font-weight: 700; color: var(--navy); min-width: 30px; }

/* Division badge */
.div-badge { font-size: 11px; font-weight: 700; }
.div-badge.bms { color: var(--bms); }
.div-badge.nid { color: var(--nid); }
.div-badge.lim { color: var(--lim); }
.div-badge.vih { color: var(--vih); }

/* === TWO COL LAYOUT === */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 18px; }

/* === QUICK ACTIONS === */
.quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.quick-action-card {
  background: #fff;
  border: 1px solid #E8EBF0;
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  cursor: pointer;
  transition: all var(--ease-med);
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.quick-action-card:hover { border-color: var(--gold); box-shadow: 0 3px 14px rgba(184,150,12,0.1); transform: translateY(-1px); }
.qa-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.qa-icon.bms { background: var(--bms-light); color: var(--bms); }
.qa-icon.nid { background: var(--nid-light); color: var(--nid); }
.qa-icon.lim { background: var(--lim-light); color: var(--lim); }
.qa-icon.vih { background: var(--vih-light); color: var(--vih); }
.qa-icon.navy { background: rgba(13,27,42,0.07); color: var(--navy); }
.qa-text { flex: 1; min-width: 0; }
.qa-title { font-size: 13px; font-weight: 600; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.qa-sub { font-size: 11px; color: var(--muted); }

/* === ACTIVITY FEED === */
.activity-feed { padding: 4px 4px; }
.activity-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; border-radius: var(--radius-md); transition: background 0.12s; cursor: pointer; }
.activity-item:hover { background: #F9FAFB; }
.act-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.act-icon.bms { background: var(--bms-light); color: var(--bms); }
.act-icon.nid { background: var(--nid-light); color: var(--nid); }
.act-icon.lim { background: var(--lim-light); color: var(--lim); }
.act-icon.vih { background: var(--vih-light); color: var(--vih); }
.act-body { flex: 1; }
.act-text { font-size: 13px; color: var(--body-text); line-height: 1.5; }
.act-text strong { color: var(--navy); }
.act-time { font-size: 11px; color: var(--muted); margin-top: 3px; }
.act-dot { width: 7px; height: 7px; border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
.act-dot.bms { background: var(--bms); }
.act-dot.nid { background: var(--nid); }
.act-dot.lim { background: var(--lim); }
.act-dot.vih { background: var(--vih); }

/* === MINI STAT CARDS === */
.mini-stat { background: #fff; border: 1px solid #E8EBF0; border-radius: var(--radius-md); padding: 14px 18px; }
.mini-stat-val { font-family: var(--font-display); font-size: 22px; font-weight: 300; color: var(--navy); }
.mini-stat-label { font-size: 11px; color: var(--muted); margin-top: 3px; }

/* === SECTION DIVIDER === */
.dash-section-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 16px;
}
.dash-section-title { font-size: 13px; font-weight: 700; color: var(--navy); white-space: nowrap; }
.dash-section-line { flex: 1; height: 1px; background: #E8EBF0; }
.dash-section-action { font-size: 11px; font-weight: 600; color: var(--muted); cursor: pointer; white-space: nowrap; transition: color var(--ease-fast); }
.dash-section-action:hover { color: var(--navy); }

/* === KPI SUMMARY BAR === */
.kpi-bar {
  display: flex;
  gap: 1px;
  background: #E8EBF0;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 18px;
}
.kpi-segment-wrap {
  flex: 1;
  background: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.kpi-segment-icon { font-size: 20px; }
.kpi-val { font-family: var(--font-display); font-size: 20px; font-weight: 300; color: var(--navy); }
.kpi-label { font-size: 11px; color: var(--muted); }

/* === COMPANY PAGE (website) === */
.company-hero {
  padding: 72px 0 60px;
  position: relative;
  overflow: hidden;
}
.company-hero.bms { background: linear-gradient(135deg, #0a2e22, var(--bms)); }
.company-hero.nid { background: linear-gradient(135deg, #2a1035, var(--nid)); }
.company-hero.lim { background: linear-gradient(135deg, #3a1e00, var(--lim)); }
.company-hero.vih { background: linear-gradient(135deg, #081f38, var(--vih)); }

.ch-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-pill);
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ch-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 14px;
}
.ch-mission {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  max-width: 560px;
  line-height: 1.72;
  margin-bottom: 28px;
}

/* === SECTION CTA === */
.section-cta-center { text-align: center; margin-top: 48px; }

/* === RESPONSIVE DASHBOARD === */
@media (max-width: 1100px) {
  .app-shell { grid-template-columns: 200px 1fr; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .charts-row { grid-template-columns: 1fr; }
  .quick-actions-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .app-shell { grid-template-columns: 1fr; }
  .app-sidebar { display: none; }
  .two-col, .three-col { grid-template-columns: 1fr; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .dash-content { padding: 16px; }
  .quick-actions-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .metrics-grid, .quick-actions-grid { grid-template-columns: 1fr; }
}
