.navLinks .navCta { display: inline-flex; justify-content: center; white-space: normal; text-align: center; border-radius: 8px; }
.nav { gap: 12px; }
.navLinks { flex-wrap: wrap; justify-content: flex-end; }
.navLinks a:focus-visible, button:focus-visible, summary:focus-visible, select:focus-visible { outline: 3px solid #157bba; outline-offset: 3px; }
.stat small { display: block; color: #415b69; font-size: 13px; font-weight: 650; margin-bottom: 12px; }
.stat strong { font-size: 46px; overflow-wrap: anywhere; }
.supportPage { max-width: 1000px; }
.supportPage > section:not(.updatesHero) { padding: 28px 0; border-top: 1px solid var(--line); }
.supportPage p { max-width: 72ch; line-height: 1.75; color: var(--muted); }
.supportFaq details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.supportFaq summary, .dailyDetails summary { cursor: pointer; font-weight: 650; }
.extensionConnection { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.extensionConnection > div:first-child { flex: 1 1 300px; }
.extensionConnection h2 { font-size: 20px; margin: 0 0 8px; }
.extensionConnection p { color: var(--muted); line-height: 1.55; margin: 0; }
.chartControls { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-end; margin-top: 24px; }
.chartControls label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
.chartControls select { background: white; color: var(--ink); border: 1px solid var(--line); border-radius: 6px; padding: 10px 12px; font: inherit; max-width: 100%; }
.chartControls button { min-height: 40px; }
.chartControls button { padding: 10px 14px; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--ink); font: inherit; cursor: pointer; }
.activityChartPanel h2, .decisionSummary h2 { font-size: 26px; line-height: 1.2; }
.dashboardIntro h1 { font-size: 56px; }
.dashboardPage .eyebrow { letter-spacing: 0; }
.periodSummary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.periodSummary strong { display: block; font-size: 24px; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.periodSummary span { display: block; color: var(--muted); font-size: 13px; line-height: 1.4; margin-top: 6px; }
.dailyDetails { padding: 20px 0 0; }
.tableScroll { max-height: 340px; overflow: auto; margin-top: 16px; }
.tableScroll table { border-collapse: collapse; width: 100%; font-size: 13px; font-variant-numeric: tabular-nums; }
.tableScroll th, .tableScroll td { text-align: end; padding: 10px 8px; border-bottom: 1px solid var(--line); }
.tableScroll th:first-child, .tableScroll td:first-child { text-align: start; white-space: nowrap; }
.tableScroll th { position: sticky; top: 0; background: white; }
.chartDay small { font-size: 10px; white-space: nowrap; }
.activityChartPanel, .decisionSummary { border-radius: 8px; }
button:disabled { cursor: not-allowed; opacity: .55; }
@media (max-width: 640px) {
  .dashboardIntro h1 { font-size: 38px; }
  .navLinks .navCta { display: inline-flex; font-size: 12px; padding: 8px; max-width: 105px; }
  .brand { gap: 6px; font-size: 17px; }
  .brand img { width: 30px; height: 30px; }
  .languageToggle { min-width: 38px; }
  .stat strong { font-size: 36px; }
  .extensionConnection .workspaceActions { display: flex; flex-wrap: wrap; }
  .periodSummary { grid-template-columns: 1fr; gap: 12px; }
  .periodSummary > div { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; }
  .chartControls > * { min-width: 0; flex: 1 1 120px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }
