/*
 * Aesthetic refinement v1
 * A calm, premium enterprise workspace layer.
 * This file intentionally contains visual overrides only: no state, routing,
 * permission or content semantics are changed here.
 */

:root {
  --yw-brand-900: #113b30;
  --yw-brand-800: #16493b;
  --yw-brand-700: #1b5d49;
  --yw-brand-650: #207058;
  --yw-brand-600: #287c62;
  --yw-brand-100: #e8f3ee;
  --yw-brand-50: #f3f8f5;
  --yw-canvas: #f4f6f5;
  --yw-surface-raised: #fff;
  --yw-surface-soft: #f8faf9;
  --yw-ink-950: #17251f;
  --yw-ink-800: #293b33;
  --yw-ink-650: #4d6158;
  --yw-ink-500: #728279;
  --yw-line: #dbe3de;
  --yw-line-soft: #e8edea;
  --yw-warning-soft: #f8f5ed;
  --yw-warning-line: #e8dfca;
  --yw-radius-sm: 10px;
  --yw-radius-md: 14px;
  --yw-radius-lg: 18px;
  --yw-radius-xl: 22px;
  --yw-shadow-1: 0 1px 2px rgba(17, 46, 36, .04), 0 8px 24px rgba(17, 46, 36, .045);
  --yw-shadow-2: 0 2px 6px rgba(17, 46, 36, .05), 0 18px 48px rgba(17, 46, 36, .07);
  --font-display: var(--yw-font-sans);
  --serif: var(--yw-font-sans);
}

.app-shell--v3:not(.app-shell--public) {
  --sidebar: 264px;
  --topbar-height: 68px;
  color: var(--yw-ink-800);
  background:
    radial-gradient(circle at 90% 0, rgba(37, 117, 91, .035), transparent 27rem),
    var(--yw-canvas);
  font-family: var(--yw-font-sans);
}

.app-shell--v3:not(.app-shell--public) :where(h1, h2, h3, h4, strong) {
  text-wrap: balance;
}

/* Application chrome */
.app-shell--v3:not(.app-shell--public) .sidebar {
  width: var(--sidebar);
  border-right: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 20% -6%, rgba(105, 181, 147, .16), transparent 19rem),
    linear-gradient(180deg, #143c31 0%, #0d3027 44%, #0a2922 100%);
  box-shadow: 12px 0 32px rgba(7, 29, 23, .08);
}

.app-shell--v3:not(.app-shell--public) .sidebar::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .025), transparent 46%);
}

.app-shell--v3:not(.app-shell--public) .sidebar-brand {
  min-height: 68px;
  padding-inline: 18px;
  border-bottom-color: rgba(255, 255, 255, .085);
}

.app-shell--v3:not(.app-shell--public) .brand-mark {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  box-shadow: none;
}

.app-shell--v3:not(.app-shell--public) .brand-copy strong {
  color: #f7fbf9;
  font-size: 15px;
  letter-spacing: .02em;
}

.app-shell--v3:not(.app-shell--public) .brand-copy small {
  color: rgba(224, 239, 232, .58);
  font-size: 10px;
  letter-spacing: .05em;
}

.app-shell--v3:not(.app-shell--public) .sidebar-context {
  padding: 14px 12px 10px;
}

.app-shell--v3:not(.app-shell--public) .persona-card {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .065);
  box-shadow: none;
}

.app-shell--v3:not(.app-shell--public) .persona-card:hover {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .09);
}

.app-shell--v3:not(.app-shell--public) .task-nav {
  gap: 6px;
  margin: 2px 12px 10px;
}

.app-shell--v3:not(.app-shell--public) .task-nav :where(a, button) {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: rgba(236, 246, 241, .78);
  background: transparent;
}

.app-shell--v3:not(.app-shell--public) .task-nav :where(a, button):hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .075);
}

.app-shell--v3:not(.app-shell--public) .sidebar-nav-heading {
  margin: 16px 16px 8px;
  color: rgba(209, 230, 220, .45);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
}

.app-shell--v3:not(.app-shell--public) .nav-domain {
  margin-inline: 8px;
  border: 0;
  border-radius: 12px;
  background: transparent;
}

.app-shell--v3:not(.app-shell--public) .nav-domain > summary {
  min-height: 43px;
  border-radius: 10px;
  color: rgba(237, 247, 242, .76);
}

.app-shell--v3:not(.app-shell--public) .nav-domain > summary:hover,
.app-shell--v3:not(.app-shell--public) .nav-domain[open] > summary {
  color: #fff;
  background: rgba(255, 255, 255, .07);
}

.app-shell--v3:not(.app-shell--public) .nav-domain > summary > span {
  border-radius: 9px;
  color: #d9eee5;
  background: rgba(255, 255, 255, .075);
}

.app-shell--v3:not(.app-shell--public) .nav-domain__modules {
  margin: 3px 0 7px 20px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, .09);
}

.app-shell--v3:not(.app-shell--public) .nav-domain__modules :where(a, button) {
  min-height: 35px;
  margin-block: 2px;
  border-radius: 8px;
  color: rgba(221, 237, 229, .63);
  font-size: 11px;
}

.app-shell--v3:not(.app-shell--public) .nav-domain__modules :where(a, button):hover {
  color: #fff;
  background: rgba(255, 255, 255, .065);
}

.app-shell--v3:not(.app-shell--public) .nav-domain__modules :where(a, button).active {
  color: #fff;
  background: linear-gradient(90deg, rgba(112, 190, 154, .2), rgba(112, 190, 154, .075));
  box-shadow: inset 2px 0 #85c9a9;
}

.app-shell--v3:not(.app-shell--public) .topbar {
  height: var(--topbar-height);
  padding-inline: clamp(16px, 2.2vw, 28px);
  border-bottom: 1px solid rgba(25, 67, 51, .09);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .7);
  backdrop-filter: blur(16px) saturate(1.15);
}

.app-shell--v3:not(.app-shell--public) .global-search {
  min-height: 40px;
  border-color: #dce5e0;
  border-radius: 12px;
  background: #f7f9f8;
  box-shadow: inset 0 1px 1px rgba(17, 46, 36, .025);
}

.app-shell--v3:not(.app-shell--public) .global-search:focus-within {
  border-color: rgba(32, 112, 88, .52);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(32, 112, 88, .09);
}

.app-shell--v3:not(.app-shell--public) .context-pills :where(button, a),
.app-shell--v3:not(.app-shell--public) .topbar-actions :where(button, a) {
  border-radius: 10px;
}

.app-shell--v3:not(.app-shell--public) .identity-trustbar--compact {
  min-height: 44px;
  padding-inline: clamp(16px, 2.2vw, 28px);
  border-bottom: 1px solid #e5ebe7;
  color: var(--yw-ink-650);
  background: rgba(249, 251, 250, .94);
}

.app-shell--v3:not(.app-shell--public) .main-content {
  min-height: calc(100vh - 112px);
  padding: 24px clamp(18px, 2.2vw, 32px) 64px;
}

.app-shell--v3:not(.app-shell--public) .main-content > * {
  width: min(100%, 1500px);
  margin-inline: auto;
}

/* The preview/data boundary should read as context, not as a warning banner. */
.app-shell--v3:not(.app-shell--public) .pcfv-domain-boundary {
  grid-template-columns: auto auto minmax(180px, 1fr);
  gap: 6px 12px;
  margin-bottom: 14px;
  padding: 9px 12px;
  border: 1px solid #e1e7e3;
  border-left: 3px solid #7aa58f;
  border-radius: 10px;
  color: var(--yw-ink-650);
  background: rgba(255, 255, 255, .68);
  box-shadow: none;
}

.app-shell--v3:not(.app-shell--public) .pcfv-domain-boundary > span {
  padding: 4px 7px;
  color: #38614f;
  background: #eaf2ee;
  font-size: 9px;
  letter-spacing: .05em;
}

.app-shell--v3:not(.app-shell--public) .pcfv-domain-boundary > strong {
  color: var(--yw-ink-800);
  font-size: 11px;
}

.app-shell--v3:not(.app-shell--public) .pcfv-domain-boundary > p {
  color: var(--yw-ink-500);
  font-size: 10px;
  line-height: 1.45;
}

/* Shared surface language */
.app-shell--v3:not(.app-shell--public) :where(.panel, .card) {
  border-color: var(--yw-line);
  border-radius: var(--yw-radius-lg);
  background: var(--yw-surface-raised);
}

.app-shell--v3:not(.app-shell--public) .btn {
  min-height: 40px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: none;
}

.app-shell--v3:not(.app-shell--public) .btn.primary,
.app-shell--v3:not(.app-shell--public) .btn--primary {
  border-color: #1d654f;
  color: #fff;
  background: #1f6d55;
  box-shadow: 0 7px 18px rgba(31, 109, 85, .16);
}

.app-shell--v3:not(.app-shell--public) .btn.primary:hover,
.app-shell--v3:not(.app-shell--public) .btn--primary:hover {
  border-color: #185743;
  background: #185f49;
  transform: translateY(-1px);
}

/* Today workspace */
.app-shell--v3:not(.app-shell--public) .today-workbench--v2 {
  color: var(--yw-ink-800);
  font-family: var(--yw-font-sans);
}

.app-shell--v3:not(.app-shell--public) .today-overview {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
  gap: clamp(20px, 2.5vw, 34px);
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(28, 84, 64, .12);
  border-radius: var(--yw-radius-xl);
  background:
    radial-gradient(circle at 0 0, rgba(89, 160, 127, .09), transparent 25rem),
    linear-gradient(135deg, #fff 0%, #fbfdfc 68%, #f7faf8 100%);
  box-shadow: var(--yw-shadow-2);
}

.app-shell--v3:not(.app-shell--public) .today-overview__eyebrow {
  gap: 7px;
}

.app-shell--v3:not(.app-shell--public) .today-overview__eyebrow :where(span, strong, small) {
  min-height: 25px;
  padding-inline: 9px;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 700;
}

.app-shell--v3:not(.app-shell--public) .today-overview__eyebrow span {
  color: #1c644d;
  border-color: #d5e9df;
  background: #eff7f3;
}

.app-shell--v3:not(.app-shell--public) .today-overview__eyebrow strong {
  color: #735d2c;
  border-color: #ebe2cf;
  background: #faf7f0;
}

.app-shell--v3:not(.app-shell--public) .today-overview__eyebrow small {
  color: #65766d;
  border-color: #e4e9e6;
  background: #f7f9f8;
}

.app-shell--v3:not(.app-shell--public) .today-overview h1 {
  max-width: 860px;
  margin-top: 16px;
  color: var(--yw-ink-950);
  font-family: var(--yw-font-sans);
  font-size: clamp(31px, 2.7vw, 38px);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: 1.18;
}

.app-shell--v3:not(.app-shell--public) .today-overview__copy > p {
  max-width: 720px;
  margin-top: 11px;
  color: var(--yw-ink-650);
  font-size: 14px;
  line-height: 1.7;
}

.app-shell--v3:not(.app-shell--public) .today-overview__actions {
  gap: 9px;
  margin-top: 20px;
}

.app-shell--v3:not(.app-shell--public) .today-overview__actions .btn {
  min-height: 42px;
  padding-inline: 16px;
  border-radius: 10px;
  font-size: 12px;
}

.app-shell--v3:not(.app-shell--public) .today-priority {
  align-self: stretch;
  padding: 20px;
  border: 1px solid var(--yw-warning-line);
  border-radius: var(--yw-radius-lg);
  background:
    radial-gradient(circle at 100% 0, rgba(168, 139, 74, .08), transparent 13rem),
    #faf8f3;
  box-shadow: inset 0 1px rgba(255, 255, 255, .8);
}

.app-shell--v3:not(.app-shell--public) .today-priority > header > span {
  color: #766130;
  font-size: 10px;
  letter-spacing: .04em;
}

.app-shell--v3:not(.app-shell--public) .today-priority h2 {
  margin-top: 18px;
  color: #312f28;
  font-family: var(--yw-font-sans);
  font-size: 18px;
  font-weight: 750;
}

.app-shell--v3:not(.app-shell--public) .today-priority > p {
  color: #6d685b;
  font-size: 12px;
  line-height: 1.65;
}

.app-shell--v3:not(.app-shell--public) .today-priority > footer {
  gap: 8px;
  margin-top: 16px;
}

.app-shell--v3:not(.app-shell--public) .today-priority > footer span {
  padding: 10px 11px;
  border-color: rgba(112, 91, 43, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
}

.app-shell--v3:not(.app-shell--public) .today-priority > footer small {
  color: #857b66;
  font-size: 10px;
}

.app-shell--v3:not(.app-shell--public) .today-priority > footer strong {
  color: #474338;
  font-size: 11px;
}

.app-shell--v3:not(.app-shell--public) .today-body--v2 {
  gap: 14px;
  padding-top: 16px;
}

.app-shell--v3:not(.app-shell--public) .today-stat-grid {
  gap: 10px;
}

.app-shell--v3:not(.app-shell--public) .today-stat-grid article {
  min-height: 92px;
  padding: 15px;
  border: 1px solid var(--yw-line);
  border-radius: var(--yw-radius-md);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--yw-shadow-1);
}

.app-shell--v3:not(.app-shell--public) .today-stat-grid article > span {
  border-radius: 11px;
  color: #1e6c53;
  background: #edf6f1;
}

.app-shell--v3:not(.app-shell--public) .today-stat-grid small {
  color: var(--yw-ink-500);
  font-size: 10px;
}

.app-shell--v3:not(.app-shell--public) .today-stat-grid strong {
  color: var(--yw-ink-950);
  font-family: var(--yw-font-sans);
  font-size: 22px;
  font-weight: 760;
}

.app-shell--v3:not(.app-shell--public) .today-stat-grid p {
  color: #7f8d85;
  font-size: 10px;
}

.app-shell--v3:not(.app-shell--public) .today-work-grid {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 12px;
}

.app-shell--v3:not(.app-shell--public) :where(
  .today-task-panel,
  .today-quick-panel,
  .today-readiness-panel
) {
  border: 1px solid var(--yw-line);
  border-radius: var(--yw-radius-lg);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--yw-shadow-1);
}

.app-shell--v3:not(.app-shell--public) :where(
  .today-task-panel,
  .today-quick-panel,
  .today-readiness-panel
) > header {
  padding: 17px 18px 14px;
  border-bottom-color: var(--yw-line-soft);
}

.app-shell--v3:not(.app-shell--public) :where(
  .today-task-panel,
  .today-quick-panel,
  .today-readiness-panel
) > header span {
  color: #39725e;
  font-size: 10px;
  letter-spacing: .06em;
}

.app-shell--v3:not(.app-shell--public) :where(
  .today-task-panel,
  .today-quick-panel,
  .today-readiness-panel
) > header h2 {
  color: var(--yw-ink-950);
  font-family: var(--yw-font-sans);
  font-size: 17px;
  font-weight: 750;
}

.app-shell--v3:not(.app-shell--public) .today-task-panel > header p {
  color: var(--yw-ink-500);
  font-size: 10px;
}

.app-shell--v3:not(.app-shell--public) .today-task-row {
  gap: 14px;
  padding: 14px 17px;
  border-bottom-color: var(--yw-line-soft);
}

.app-shell--v3:not(.app-shell--public) .today-task-row:hover {
  background: #f8fbf9;
}

.app-shell--v3:not(.app-shell--public) .today-task-row__state > span {
  border-radius: 10px;
  color: #226f56;
  background: #edf6f1;
}

.app-shell--v3:not(.app-shell--public) .today-task-row__state small,
.app-shell--v3:not(.app-shell--public) .today-task-row__content :where(dt, dd) {
  font-size: 10px;
}

.app-shell--v3:not(.app-shell--public) .today-task-row__content h3 {
  color: var(--yw-ink-800);
  font-size: 12px;
}

.app-shell--v3:not(.app-shell--public) .today-task-row__content p {
  color: var(--yw-ink-650);
  font-size: 11px;
}

.app-shell--v3:not(.app-shell--public) .today-task-row > a {
  min-height: 38px;
  padding-inline: 12px;
  border-color: #c8d9d1;
  border-radius: 9px;
  color: #1f664f;
  background: #f8fbf9;
  font-size: 10px;
}

.app-shell--v3:not(.app-shell--public) .today-quick-panel a {
  min-height: 60px;
  padding: 9px;
  border-radius: 10px;
}

.app-shell--v3:not(.app-shell--public) .today-quick-panel a:hover {
  background: #f3f8f5;
}

.app-shell--v3:not(.app-shell--public) .today-quick-panel a strong {
  color: var(--yw-ink-800);
  font-size: 11px;
}

.app-shell--v3:not(.app-shell--public) .today-quick-panel a small {
  color: var(--yw-ink-500);
  font-size: 10px;
}

.app-shell--v3:not(.app-shell--public) .today-readiness-panel > header > strong {
  color: #256e56;
  font-family: var(--yw-font-sans);
  font-size: 19px;
}

.app-shell--v3:not(.app-shell--public) .today-readiness-panel li strong {
  color: var(--yw-ink-650);
  font-size: 10px;
}

.app-shell--v3:not(.app-shell--public) .today-evidence-brief {
  border: 1px solid #e6dfcf;
  border-radius: var(--yw-radius-md);
  background: #faf8f3;
  box-shadow: none;
}

.app-shell--v3:not(.app-shell--public) .today-evidence-brief h2 {
  color: #464136;
  font-size: 13px;
}

.app-shell--v3:not(.app-shell--public) .today-evidence-brief :where(small, p) {
  color: #7c7464;
  font-size: 10px;
}

/* Work center pages share the same quieter hierarchy as the home workspace. */
.app-shell--v3:not(.app-shell--public) .wc-shell {
  --wc-ink: var(--yw-ink-950);
  --wc-muted: var(--yw-ink-650);
  --wc-line: var(--yw-line);
  --wc-green: #1f6d55;
  --wc-green-soft: #edf6f1;
  --wc-gold: #806728;
  gap: 14px;
}

.app-shell--v3:not(.app-shell--public) .wc-hero {
  grid-template-columns: minmax(0, 1fr) minmax(330px, .52fr);
  gap: 26px;
  padding: 28px 32px;
  border-color: rgba(28, 84, 64, .12);
  border-radius: var(--yw-radius-xl);
  background:
    radial-gradient(circle at 100% 0, rgba(154, 126, 63, .075), transparent 20rem),
    linear-gradient(135deg, #fff 0%, #fbfdfc 72%, #faf8f2 100%);
  box-shadow: var(--yw-shadow-2);
}

.app-shell--v3:not(.app-shell--public) .wc-kicker {
  margin-bottom: 10px;
  color: #2e745d;
  font-size: 11px;
  letter-spacing: .055em;
}

.app-shell--v3:not(.app-shell--public) .wc-hero h1 {
  color: var(--yw-ink-950);
  font-family: var(--yw-font-sans);
  font-size: clamp(32px, 2.7vw, 39px);
  font-weight: 760;
  line-height: 1.16;
}

.app-shell--v3:not(.app-shell--public) .wc-hero > div > p {
  margin-top: 10px;
  font-size: 14px;
}

.app-shell--v3:not(.app-shell--public) .wc-hero aside {
  padding: 16px;
  border-color: var(--yw-warning-line);
  border-radius: var(--yw-radius-md);
  background: rgba(250, 248, 242, .82);
}

.app-shell--v3:not(.app-shell--public) .wc-hero aside > span {
  color: #7c652b;
  background: #f4eddd;
}

.app-shell--v3:not(.app-shell--public) .wc-section-nav {
  gap: 7px;
  padding: 6px;
  border-radius: var(--yw-radius-md);
  background: rgba(241, 246, 243, .76);
}

.app-shell--v3:not(.app-shell--public) .wc-section-nav a {
  border-radius: 10px;
}

.app-shell--v3:not(.app-shell--public) .wc-section-nav a.active {
  border-color: #d4e0da;
  box-shadow: var(--yw-shadow-1);
}

.app-shell--v3:not(.app-shell--public) .wc-toolbar > div {
  border-radius: 10px;
}

.app-shell--v3:not(.app-shell--public) .wc-workspace {
  border-radius: var(--yw-radius-lg);
  box-shadow: var(--yw-shadow-1);
}

.app-shell--v3:not(.app-shell--public) .wc-list {
  background: #f8faf9;
}

.app-shell--v3:not(.app-shell--public) .wc-item {
  border-radius: 12px;
}

.app-shell--v3:not(.app-shell--public) .wc-item.active {
  border-color: #cfddd6;
  box-shadow: 0 5px 18px rgba(17, 67, 50, .07);
}

/* Keyboard and motion are part of the visual system. */
.app-shell--v3:not(.app-shell--public) :where(
  a,
  button,
  input,
  select,
  textarea,
  summary,
  [tabindex]
):focus-visible {
  outline: 3px solid rgba(38, 123, 95, .32);
  outline-offset: 2px;
}

@media (max-width: 1180px) {
  .app-shell--v3:not(.app-shell--public) .today-overview,
  .app-shell--v3:not(.app-shell--public) .today-work-grid {
    grid-template-columns: 1fr;
  }

  .app-shell--v3:not(.app-shell--public) .today-priority {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 20px;
  }

  .app-shell--v3:not(.app-shell--public) .today-priority > :where(header, h2, p) {
    grid-column: 1;
  }

  .app-shell--v3:not(.app-shell--public) .today-priority > footer {
    grid-column: 2;
    grid-row: 1 / span 3;
    min-width: 250px;
  }
}

@media (max-width: 820px) {
  .app-shell--v3:not(.app-shell--public) .sidebar {
    width: min(304px, 88vw);
  }

  .app-shell--v3:not(.app-shell--public) .topbar {
    height: 62px;
    padding-inline: 12px;
  }

  .app-shell--v3:not(.app-shell--public) .identity-trustbar--compact {
    min-height: 42px;
    padding-inline: 12px;
  }

  .app-shell--v3:not(.app-shell--public) .main-content {
    min-height: calc(100vh - 104px);
    padding: 16px 12px 44px;
  }

  .app-shell--v3:not(.app-shell--public) .pcfv-domain-boundary {
    grid-template-columns: auto 1fr;
  }

  .app-shell--v3:not(.app-shell--public) .pcfv-domain-boundary > p {
    grid-column: 1 / -1;
  }

  .app-shell--v3:not(.app-shell--public) .today-overview {
    gap: 18px;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .app-shell--v3:not(.app-shell--public) .today-overview h1 {
    font-size: clamp(28px, 7vw, 32px);
  }

  .app-shell--v3:not(.app-shell--public) .today-priority {
    display: block;
  }

  .app-shell--v3:not(.app-shell--public) .today-priority > footer {
    min-width: 0;
  }

  .app-shell--v3:not(.app-shell--public) .wc-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .app-shell--v3:not(.app-shell--public) .today-overview {
    padding: 21px 16px;
  }

  .app-shell--v3:not(.app-shell--public) .today-overview h1 {
    margin-top: 14px;
    font-size: 28px;
    line-height: 1.2;
  }

  .app-shell--v3:not(.app-shell--public) .today-overview__copy > p {
    font-size: 13px;
  }

  .app-shell--v3:not(.app-shell--public) .today-stat-grid,
  .app-shell--v3:not(.app-shell--public) .today-side-column {
    grid-template-columns: 1fr;
  }

  .app-shell--v3:not(.app-shell--public) .today-stat-grid article {
    min-height: 80px;
  }

  .app-shell--v3:not(.app-shell--public) .today-task-row {
    gap: 10px;
    padding: 13px;
  }

  .app-shell--v3:not(.app-shell--public) .wc-hero {
    padding: 21px 17px;
  }

  .app-shell--v3:not(.app-shell--public) .wc-hero h1 {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-shell--v3:not(.app-shell--public) *,
  .app-shell--v3:not(.app-shell--public) *::before,
  .app-shell--v3:not(.app-shell--public) *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .app-shell--v3:not(.app-shell--public) :where(
    .today-overview,
    .today-priority,
    .today-stat-grid article,
    .today-task-panel,
    .today-quick-panel,
    .today-readiness-panel,
    .today-evidence-brief,
    .pcfv-domain-boundary
  ) {
    border-color: CanvasText;
    color: CanvasText;
    background: Canvas !important;
  }
}
