:root {
  --bg: #faf6f0;
  --paper: #fffdfa;
  --paper-soft: #fdf8f2;
  --ink: #1f1b17;
  --muted: #746b63;
  --faint: #a49a91;
  --line: #eadfd4;
  --line-strong: #dfd0c3;
  --orange: #e8772e;
  --orange-dark: #b94e16;
  --orange-soft: #fff0e4;
  --blue: #4289a9;
  --blue-soft: #e7f3f6;
  --green: #4f9a6b;
  --green-soft: #e9f4ec;
  --purple: #7e6cc5;
  --purple-soft: #f0edfa;
  --red: #bd503e;
  --red-soft: #fbece8;
  --shadow: 0 20px 70px rgba(69, 43, 25, 0.09), 0 2px 8px rgba(69, 43, 25, 0.04);
  --shadow-small: 0 8px 28px rgba(69, 43, 25, 0.07);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 12%, rgba(232, 119, 46, 0.08), transparent 28rem),
    radial-gradient(circle at 96% 88%, rgba(66, 137, 169, 0.07), transparent 30rem),
    var(--bg);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(66, 137, 169, 0.45);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 240px;
  height: 240px;
  pointer-events: none;
  border: 1px solid rgba(232, 119, 46, 0.11);
  border-radius: 45% 55% 60% 40%;
  transform: rotate(18deg);
}

.ambient-one {
  top: -90px;
  right: 12%;
}

.ambient-two {
  bottom: -130px;
  left: -75px;
  width: 310px;
  height: 310px;
  border-color: rgba(66, 137, 169, 0.1);
  transform: rotate(-25deg);
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--orange-dark);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.brand-fruit {
  position: relative;
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  background: var(--orange);
  border-radius: 50% 48% 54% 46%;
  box-shadow: inset -3px -4px 0 rgba(130, 52, 9, 0.12);
  transform: rotate(-6deg);
}

.brand-fruit::before {
  position: absolute;
  top: -5px;
  right: 1px;
  width: 13px;
  height: 8px;
  content: "";
  background: var(--green);
  border-radius: 90% 10% 90% 10%;
  transform: rotate(-24deg);
}

.brand-fruit span {
  width: 4px;
  height: 4px;
  background: rgba(255, 253, 250, 0.7);
  border-radius: 50%;
  box-shadow: -8px 4px 0 rgba(255, 253, 250, 0.45), 7px 7px 0 rgba(255, 253, 250, 0.4), 5px -6px 0 rgba(255, 253, 250, 0.45);
}

.brand-fruit-small {
  width: 27px;
  height: 27px;
}

/* Authentication gate */
.gate {
  display: grid;
  min-height: 100vh;
  padding: 40px 24px;
  place-items: center;
}

.gate-brand {
  position: absolute;
  top: 32px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gate-card {
  width: min(100%, 550px);
  padding: 54px;
  text-align: center;
  background: rgba(255, 253, 250, 0.92);
  border: 1px solid rgba(223, 208, 195, 0.8);
  border-radius: 30px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.gate-card h1 {
  max-width: 470px;
  margin: 12px auto 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.gate-card .lede {
  max-width: 440px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.google-button,
.primary-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  padding: 0 22px;
  font-weight: 750;
  cursor: pointer;
  border-radius: 14px;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.google-button {
  color: #282523;
  background: #fff;
  border: 1px solid #d7d3cf;
  box-shadow: 0 4px 14px rgba(40, 31, 24, 0.08);
}

.google-button:hover,
.primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(40, 31, 24, 0.12);
}

.google-button:disabled,
.primary-button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.google-mark {
  display: grid;
  width: 25px;
  height: 25px;
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  place-items: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}

.primary-button {
  color: #fff;
  background: var(--orange);
  border: 1px solid var(--orange);
}

.gate-note {
  margin: 18px 0 0;
  color: var(--faint);
  font-size: 0.76rem;
}

.loader {
  width: 42px;
  height: 42px;
  margin: 0 auto 24px;
  border: 4px solid var(--orange-soft);
  border-top-color: var(--orange);
  border-radius: 50%;
  animation: spin 800ms linear infinite;
}

.state-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 22px;
  font-size: 1.75rem;
  font-weight: 600;
  place-items: center;
  border-radius: 50%;
}

.denied-icon {
  color: var(--red);
  background: var(--red-soft);
}

.error-icon {
  color: var(--orange-dark);
  background: var(--orange-soft);
}

/* Dashboard shell */
.dashboard {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  padding: 12px clamp(20px, 4vw, 54px);
  background: rgba(250, 246, 240, 0.9);
  border-bottom: 1px solid rgba(223, 208, 195, 0.65);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  text-decoration: none;
}

.brand-divider {
  width: 1px;
  height: 22px;
  margin: 0 3px;
  background: var(--line-strong);
}

.product-name {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.account-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  display: grid;
  width: 34px;
  height: 34px;
  color: var(--orange-dark);
  font-size: 0.8rem;
  font-weight: 800;
  place-items: center;
  background: var(--orange-soft);
  border: 1px solid rgba(232, 119, 46, 0.2);
  border-radius: 50%;
}

.account-copy {
  display: grid;
  gap: 1px;
}

.account-copy strong {
  font-size: 0.76rem;
}

.account-copy span {
  color: var(--muted);
  font-size: 0.68rem;
}

.quiet-button,
.refresh-button,
.range-picker button,
.inline-alert button {
  min-height: 36px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 750;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
}

.quiet-button {
  margin-left: 4px;
  padding: 0 12px;
}

.quiet-button:hover,
.refresh-button:hover,
.range-picker button:hover,
.inline-alert button:hover {
  color: var(--ink);
  background: var(--paper);
}

.dashboard-shell {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: 48px clamp(20px, 4vw, 54px) 36px;
}

.page-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 30px;
}

.page-heading h1 {
  margin: 9px 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.heading-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.heading-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}

.range-picker {
  display: flex;
  padding: 4px;
  background: rgba(255, 253, 250, 0.7);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.range-picker button {
  min-width: 43px;
  min-height: 32px;
  border-color: transparent;
  border-radius: 8px;
}

.range-picker button[aria-pressed="true"] {
  color: var(--paper);
  background: var(--ink);
  box-shadow: 0 3px 9px rgba(31, 27, 23, 0.14);
}

.refresh-button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  background: rgba(255, 253, 250, 0.7);
}

.refresh-button:disabled,
.range-picker button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.inline-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -10px 0 22px;
  padding: 13px 15px;
  color: #743428;
  font-size: 0.78rem;
  background: var(--red-soft);
  border: 1px solid rgba(189, 80, 62, 0.18);
  border-radius: 12px;
}

.inline-alert button {
  min-height: 30px;
  color: #743428;
  border-color: rgba(189, 80, 62, 0.28);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.metric-card,
.panel {
  background: rgba(255, 253, 250, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-small);
}

.metric-card {
  display: flex;
  min-height: 166px;
  flex-direction: column;
  padding: 21px;
  border-radius: 19px;
}

.metric-featured {
  background: linear-gradient(145deg, #fffdfa, #fff5ea);
  border-color: rgba(232, 119, 46, 0.28);
}

.metric-topline,
.panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.metric-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.metric-dot {
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px currentColor;
}

.dot-orange { color: rgba(232, 119, 46, 0.13); background: var(--orange); }
.dot-blue { color: rgba(66, 137, 169, 0.13); background: var(--blue); }
.dot-green { color: rgba(79, 154, 107, 0.13); background: var(--green); }
.dot-purple { color: rgba(126, 108, 197, 0.13); background: var(--purple); }

.metric-value {
  margin-top: auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.65rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.metric-note {
  margin-top: 9px;
  color: var(--faint);
  font-size: 0.68rem;
  line-height: 1.35;
}

.main-grid,
.lower-grid {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.main-grid {
  grid-template-columns: minmax(0, 2fr) minmax(270px, 0.8fr);
}

.lower-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel {
  min-width: 0;
  padding: 23px;
  border-radius: 19px;
}

.panel h2 {
  margin: 5px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.section-kicker {
  color: var(--faint);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
}

.panel-stat,
.panel-caption {
  color: var(--faint);
  font-size: 0.67rem;
  font-weight: 700;
}

.chart-legend {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.66rem;
}

.chart-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.legend-line {
  width: 15px;
  height: 3px;
  border-radius: 5px;
}

.legend-total { background: var(--orange); }
.legend-signed { background: var(--blue); }

.chart-wrap {
  position: relative;
  min-height: 275px;
  margin: 25px -5px -2px;
}

#daily-chart {
  display: block;
  width: 100%;
  height: 275px;
}

.empty-chart {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: var(--faint);
  font-size: 0.73rem;
  text-align: center;
}

.empty-chart strong {
  margin-top: 5px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.empty-sprout {
  position: relative;
  width: 2px;
  height: 22px;
  background: var(--line-strong);
  border-radius: 2px;
}

.empty-sprout::before,
.empty-sprout::after {
  position: absolute;
  width: 12px;
  height: 8px;
  content: "";
  background: var(--green-soft);
  border: 1px solid rgba(79, 154, 107, 0.2);
}

.empty-sprout::before { top: 2px; right: 1px; border-radius: 80% 10%; transform: rotate(26deg); }
.empty-sprout::after { top: 9px; left: 1px; border-radius: 10% 80%; transform: rotate(-26deg); }

.audience-panel {
  display: flex;
  flex-direction: column;
}

.audience-visual {
  display: grid;
  flex: 1;
  min-height: 176px;
  place-items: center;
}

.audience-ring {
  display: grid;
  width: 145px;
  height: 145px;
  place-items: center;
  background: conic-gradient(var(--orange) 0 var(--signed-angle, 0deg), var(--blue-soft) var(--signed-angle, 0deg) 360deg);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(232, 119, 46, 0.08);
}

.audience-ring-inner {
  display: flex;
  width: 106px;
  height: 106px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--paper);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(70, 43, 23, 0.06);
}

.audience-ring-inner strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.audience-ring-inner span {
  margin-top: 1px;
  color: var(--faint);
  font-size: 0.6rem;
}

.audience-pct-0 { --signed-angle: 0deg; }
.audience-pct-5 { --signed-angle: 18deg; }
.audience-pct-10 { --signed-angle: 36deg; }
.audience-pct-15 { --signed-angle: 54deg; }
.audience-pct-20 { --signed-angle: 72deg; }
.audience-pct-25 { --signed-angle: 90deg; }
.audience-pct-30 { --signed-angle: 108deg; }
.audience-pct-35 { --signed-angle: 126deg; }
.audience-pct-40 { --signed-angle: 144deg; }
.audience-pct-45 { --signed-angle: 162deg; }
.audience-pct-50 { --signed-angle: 180deg; }
.audience-pct-55 { --signed-angle: 198deg; }
.audience-pct-60 { --signed-angle: 216deg; }
.audience-pct-65 { --signed-angle: 234deg; }
.audience-pct-70 { --signed-angle: 252deg; }
.audience-pct-75 { --signed-angle: 270deg; }
.audience-pct-80 { --signed-angle: 288deg; }
.audience-pct-85 { --signed-angle: 306deg; }
.audience-pct-90 { --signed-angle: 324deg; }
.audience-pct-95 { --signed-angle: 342deg; }
.audience-pct-100 { --signed-angle: 360deg; }

.audience-list {
  display: grid;
  gap: 7px;
  margin: 0;
}

.audience-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid rgba(234, 223, 212, 0.7);
}

.audience-list dt {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.7rem;
}

.audience-list dd {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
}

.audience-swatch {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.swatch-signed { background: var(--orange); }
.swatch-anon { background: #bddce5; }

.privacy-note,
.panel-footnote {
  margin: 14px 0 0;
  color: var(--faint);
  font-size: 0.63rem;
  line-height: 1.5;
}

.funnel-list,
.event-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.funnel-list {
  display: grid;
  gap: 11px;
}

.funnel-item {
  display: grid;
  grid-template-columns: minmax(94px, 1.2fr) minmax(80px, 2fr) auto;
  align-items: center;
  gap: 9px;
}

.funnel-item span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.funnel-item strong {
  min-width: 24px;
  font-size: 0.7rem;
  text-align: right;
}

progress {
  overflow: hidden;
  height: 7px;
  appearance: none;
  background: var(--orange-soft);
  border: 0;
  border-radius: 999px;
}

progress::-webkit-progress-bar {
  background: var(--orange-soft);
  border-radius: 999px;
}

progress::-webkit-progress-value {
  background: linear-gradient(90deg, #f09b61, var(--orange));
  border-radius: 999px;
}

progress::-moz-progress-bar {
  background: var(--orange);
  border-radius: 999px;
}

.event-list {
  display: grid;
  gap: 3px;
}

.event-item {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(234, 223, 212, 0.65);
}

.event-item:last-child {
  border-bottom: 0;
}

.event-bullet {
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
}

.event-item:nth-child(2n) .event-bullet { background: var(--blue); }
.event-item:nth-child(3n) .event-bullet { background: var(--green); }

.event-item span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-item strong {
  font-size: 0.7rem;
}

.health-badge {
  padding: 5px 8px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 800;
  background: #f1ede8;
  border-radius: 99px;
}

.health-badge.good { color: #39744f; background: var(--green-soft); }
.health-badge.watch { color: #8b5a12; background: #fff2d9; }
.health-badge.issue { color: #8b392c; background: var(--red-soft); }

.health-score {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 25px 0 10px;
}

.health-score strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.health-score span {
  color: var(--faint);
  font-size: 0.65rem;
}

.health-progress {
  width: 100%;
  height: 9px;
}

.health-breakdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.health-breakdown > div {
  padding: 10px;
  background: var(--paper-soft);
  border: 1px solid rgba(234, 223, 212, 0.7);
  border-radius: 10px;
}

.health-breakdown span,
.health-breakdown strong {
  display: block;
}

.health-breakdown span {
  overflow: hidden;
  color: var(--faint);
  font-size: 0.54rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.health-breakdown strong {
  margin-top: 5px;
  font-size: 0.8rem;
}

.dashboard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 3px 0;
  color: var(--faint);
  font-size: 0.63rem;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  max-width: min(380px, calc(100vw - 44px));
  padding: 12px 16px;
  color: var(--paper);
  font-size: 0.75rem;
  font-weight: 700;
  background: var(--ink);
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(31, 27, 23, 0.24);
}

#dashboard-content[aria-busy="true"] .metric-value,
#dashboard-content[aria-busy="true"] .panel-stat,
#dashboard-content[aria-busy="true"] #sync-rate {
  color: transparent;
  background: linear-gradient(90deg, #eee5dc 20%, #f8f2ec 50%, #eee5dc 80%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.3s linear infinite;
}

#dashboard-content[aria-busy="true"] .metric-value {
  width: 58px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes shimmer {
  to { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1050px) {
  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lower-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .health-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .gate-brand {
    top: 23px;
    left: 24px;
  }

  .gate-card {
    padding: 42px 25px;
    border-radius: 23px;
  }

  .topbar {
    min-height: 66px;
    padding: 10px 18px;
  }

  .brand .wordmark,
  .brand-divider,
  .product-name,
  .account-copy {
    display: none;
  }

  .dashboard-shell {
    padding: 34px 18px 28px;
  }

  .page-heading {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .heading-actions {
    justify-content: space-between;
  }

  .main-grid,
  .lower-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .health-panel {
    grid-column: auto;
  }

  .audience-visual {
    min-height: 192px;
  }
}

@media (max-width: 500px) {
  .metric-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .metric-card {
    min-height: 135px;
  }

  .page-heading h1 {
    font-size: 2.1rem;
  }

  .chart-legend {
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
  }

  .health-breakdown {
    grid-template-columns: 1fr;
  }

  .dashboard-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
