.dashboard-screen--revamp {
  --dashboard-shell-bg:
    linear-gradient(135deg, rgba(47, 52, 59, 0.16), transparent 38%),
    linear-gradient(180deg, #f7f3ec 0%, #f2ece2 58%, #ece5da 100%);
  --dashboard-shell-border: rgba(35, 38, 42, 0.1);
  --dashboard-shell-shadow: 0 24px 48px rgba(24, 22, 18, 0.12);
  --dashboard-shell-text: #1d1915;
  --dashboard-shell-muted: #5b584f;
  --dashboard-shell-kicker: #7c6546;
  --dashboard-shell-line: rgba(35, 38, 42, 0.08);
  --dashboard-shell-panel:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 238, 228, 0.96));
  --dashboard-shell-panel-alt:
    linear-gradient(180deg, rgba(250, 244, 235, 0.98), rgba(239, 230, 217, 0.96));
  --dashboard-shell-frame:
    linear-gradient(180deg, rgba(252, 247, 240, 0.98), rgba(238, 230, 218, 0.96));
  --dashboard-shell-frame-line: rgba(35, 38, 42, 0.08);
  --dashboard-shell-frame-text: #1d1915;
  --dashboard-shell-frame-muted: #5b584f;
  --dashboard-shell-accent: var(--accent-primary);
  --dashboard-shell-accent-2: var(--accent-tertiary);
  --dashboard-hover-raise: -4px;
  --dashboard-hover-raise-strong: -8px;
  --dashboard-hover-raise-soft: -3px;
  --dashboard-hover-scale: 1.012;
  --dashboard-hover-scale-strong: 1.02;
  --dashboard-hover-shadow: 0 28px 44px rgba(15, 23, 42, 0.16);
  --dashboard-hover-shadow-strong: 0 36px 56px rgba(15, 23, 42, 0.2);
  --dashboard-hover-shadow-soft: 0 18px 28px rgba(15, 23, 42, 0.11);
  --dashboard-hover-glint-duration: 520ms;
  --dashboard-hover-border-shift: #0f172a;
  --dashboard-hover-content-shift: 4px;
  --dashboard-hover-reflect: rgba(255, 255, 255, 0.18);
  --dashboard-hover-edge: rgba(255, 255, 255, 0.55);
  --dashboard-hover-seam: #334155;
  display: grid;
  gap: 24px;
}

.dashboard-screen--revamp .dashboard-crown,
.dashboard-screen--revamp .dashboard-recent-shell,
.dashboard-screen--revamp .dashboard-support-shell,
.dashboard-screen--revamp .dashboard-insight-shell,
.dashboard-screen--revamp .dashboard-usage-shell,
.dashboard-screen--revamp .dashboard-spotlight,
.dashboard-screen--revamp .dashboard-cta-card,
.dashboard-screen--revamp .dashboard-tier-three,
.dashboard-screen--revamp .dashboard-support-card,
.dashboard-screen--revamp .dashboard-insight-card,
.dashboard-screen--revamp .dashboard-usage-card,
.dashboard-screen--revamp .dashboard-command-card,
.dashboard-screen--revamp .dashboard-recent-inline__row,
.dashboard-screen--revamp .dashboard-recent-inline__history-list,
.dashboard-screen--revamp .dashboard-recent-inline__empty-card,
.dashboard-screen--revamp .dashboard-signal-pill,
.dashboard-screen--revamp .dashboard-status-stamp,
.dashboard-screen--revamp .dashboard-cta-card__accuracy,
.dashboard-screen--revamp .btn,
.dashboard-screen--revamp .dashboard-recent-inline__button,
.dashboard-screen--revamp .dashboard-recent-inline__thumb-image,
.dashboard-screen--revamp .dashboard-recent-inline__thumb-fallback {
  border-radius: 3px !important;
}

.dashboard-screen--revamp .dashboard-crown {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--dashboard-shell-border);
  background: var(--dashboard-shell-bg);
  box-shadow: var(--dashboard-shell-shadow);
}

.dashboard-screen--revamp .dashboard-crown::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(35, 38, 42, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(35, 38, 42, 0.04) 1px, transparent 1px);
  background-size: 34px 34px, 34px 34px;
  opacity: 0.38;
  pointer-events: none;
}

.dashboard-screen--revamp .dashboard-crown > * {
  position: relative;
  z-index: 1;
}

.dashboard-screen--revamp .dashboard-kicker-row,
.dashboard-screen--revamp .dashboard-crown__actions,
.dashboard-screen--revamp .dashboard-recent-inline__header,
.dashboard-screen--revamp .dashboard-support-card__head,
.dashboard-screen--revamp .dashboard-cta-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.dashboard-screen--revamp .dashboard-cta-card__quick-action {
  flex: 1 1 176px;
  min-width: 0;
  justify-content: center;
}

.dashboard-screen--revamp .dashboard-crown__hero,
.dashboard-screen--revamp .dashboard-main-grid,
.dashboard-screen--revamp .dashboard-tertiary-grid {
  display: grid;
  gap: 18px;
  align-items: start;
}

.dashboard-screen--revamp .dashboard-crown__hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.dashboard-screen--revamp .dashboard-main-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.dashboard-screen--revamp .dashboard-tertiary-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.dashboard-screen--revamp .dashboard-command-strip,
.dashboard-screen--revamp .dashboard-crown__metrics,
.dashboard-screen--revamp .dashboard-insight-grid,
.dashboard-screen--revamp .dashboard-usage-grid,
.dashboard-screen--revamp .dashboard-cta-card__meta {
  display: grid;
  gap: 12px;
}

.dashboard-screen--revamp .dashboard-command-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-screen--revamp .dashboard-crown__metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-screen--revamp .dashboard-insight-grid,
.dashboard-screen--revamp .dashboard-usage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-screen--revamp .dashboard-crown__copy h2,
.dashboard-screen--revamp .dashboard-crown__copy .subtle {
  color: var(--dashboard-shell-text);
}

.dashboard-screen--revamp .dashboard-crown__copy h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.7rem, 4.7vw, 4.5rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.dashboard-screen--revamp .dashboard-crown__copy .subtle,
.dashboard-screen--revamp .dashboard-command-card p,
.dashboard-screen--revamp .dashboard-tier-three small,
.dashboard-screen--revamp .dashboard-support-card small,
.dashboard-screen--revamp .dashboard-insight-card small,
.dashboard-screen--revamp .dashboard-usage-card small,
.dashboard-screen--revamp .dashboard-recent-inline__meta,
.dashboard-screen--revamp .dashboard-recent-inline__insight {
  color: var(--dashboard-shell-muted);
  line-height: 1.62;
}

.dashboard-screen--revamp .section-kicker,
.dashboard-screen--revamp .dashboard-command-card__eyebrow,
.dashboard-screen--revamp .dashboard-support-card__eyebrow,
.dashboard-screen--revamp .dashboard-spotlight__label,
.dashboard-screen--revamp .dashboard-tip-card__label,
.dashboard-screen--revamp .dashboard-signal-pill label,
.dashboard-screen--revamp .dashboard-tier-three span,
.dashboard-screen--revamp .dashboard-insight-card span,
.dashboard-screen--revamp .dashboard-usage-card span,
.dashboard-screen--revamp .dashboard-recent-inline__eyebrow,
.dashboard-screen--revamp .dashboard-recent-inline__history-label {
  color: var(--dashboard-shell-kicker);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.dashboard-screen--revamp .dashboard-status-stamp,
.dashboard-screen--revamp .dashboard-cta-card__accuracy {
  padding: 7px 10px;
  border: 1px solid rgba(35, 38, 42, 0.08);
  background: rgba(255, 255, 255, 0.6);
  color: var(--dashboard-shell-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
}

.dashboard-screen--revamp .dashboard-crown__actions .btn,
.dashboard-screen--revamp .dashboard-cta-card__actions .btn,
.dashboard-screen--revamp .dashboard-recent-inline__button {
  min-height: 48px;
  padding: 0 16px;
  border-width: 1px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.72rem;
}

.dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary,
.dashboard-screen--revamp .dashboard-cta-card__button,
.dashboard-screen--revamp .dashboard-recent-inline__button--primary {
  background: linear-gradient(180deg, #334155, #0f172a);
  border-color: #0f172a;
  color: #f8fafc;
  box-shadow: 0 14px 22px rgba(15, 23, 42, 0.18);
}

.dashboard-screen--revamp .dashboard-crown__actions .btn--secondary,
.dashboard-screen--revamp .dashboard-cta-card__actions .btn--secondary,
.dashboard-screen--revamp .dashboard-recent-inline__button--link,
.dashboard-screen--revamp .dashboard-recent-inline__button--quiet,
.dashboard-screen--revamp .dashboard-recent-inline__view-all {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--dashboard-shell-line);
  color: var(--dashboard-shell-text);
}

.dashboard-screen--revamp .dashboard-signal-pill,
.dashboard-screen--revamp .dashboard-tier-three,
.dashboard-screen--revamp .dashboard-support-card,
.dashboard-screen--revamp .dashboard-insight-card,
.dashboard-screen--revamp .dashboard-usage-card,
.dashboard-screen--revamp .dashboard-command-card,
.dashboard-screen--revamp .dashboard-recent-inline__row,
.dashboard-screen--revamp .dashboard-recent-inline__history-list,
.dashboard-screen--revamp .dashboard-recent-inline__empty-card {
  border: 1px solid var(--dashboard-shell-line);
  background: var(--dashboard-shell-panel);
  box-shadow: 0 14px 24px rgba(31, 27, 22, 0.08);
}

.dashboard-screen--revamp .dashboard-command-card,
.dashboard-screen--revamp .dashboard-tier-three,
.dashboard-screen--revamp .dashboard-support-card,
.dashboard-screen--revamp .dashboard-insight-card,
.dashboard-screen--revamp .dashboard-usage-card {
  min-height: 152px;
  padding: 18px;
}

.dashboard-screen--revamp .dashboard-command-card--primary {
  background: var(--dashboard-shell-panel-alt);
}

.dashboard-screen--revamp .dashboard-command-card strong,
.dashboard-screen--revamp .dashboard-tier-three strong,
.dashboard-screen--revamp .dashboard-support-card strong,
.dashboard-screen--revamp .dashboard-insight-card strong,
.dashboard-screen--revamp .dashboard-usage-card strong,
.dashboard-screen--revamp .dashboard-recent-inline__name,
.dashboard-screen--revamp .dashboard-recent-inline__score-value {
  color: var(--dashboard-shell-text);
}

.dashboard-screen--revamp .dashboard-command-card strong,
.dashboard-screen--revamp .dashboard-support-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.12rem;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.dashboard-screen--revamp .dashboard-command-card__value {
  margin-top: 16px;
  color: var(--dashboard-shell-accent);
  font-family: var(--font-sans);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.dashboard-screen--revamp .dashboard-tip-card,
.dashboard-screen--revamp .dashboard-spotlight,
.dashboard-screen--revamp .dashboard-cta-card,
.dashboard-screen--revamp .dashboard-recent-shell,
.dashboard-screen--revamp .dashboard-support-shell,
.dashboard-screen--revamp .dashboard-insight-shell,
.dashboard-screen--revamp .dashboard-usage-shell,
.dashboard-screen--revamp .dashboard-support-shell__header h3,
.dashboard-screen--revamp .dashboard-section-head h3,
.dashboard-screen--revamp .dashboard-recent-inline__header-title,
.dashboard-screen--revamp .dashboard-recent-inline__view-all,
.dashboard-screen--revamp .dashboard-spotlight strong,
.dashboard-screen--revamp .dashboard-spotlight p,
.dashboard-screen--revamp .dashboard-cta-card__head h3,
.dashboard-screen--revamp .dashboard-cta-card .subtle,
.dashboard-screen--revamp .dashboard-cta-card__meta strong {
  color: var(--dashboard-shell-frame-text);
}

.dashboard-screen--revamp .dashboard-tip-card,
.dashboard-screen--revamp .dashboard-spotlight,
.dashboard-screen--revamp .dashboard-cta-card,
.dashboard-screen--revamp .dashboard-recent-shell,
.dashboard-screen--revamp .dashboard-support-shell,
.dashboard-screen--revamp .dashboard-insight-shell,
.dashboard-screen--revamp .dashboard-usage-shell {
  border: 1px solid var(--dashboard-shell-frame-line);
  background: var(--dashboard-shell-frame);
  box-shadow: 0 18px 32px rgba(18, 16, 13, 0.1);
}

.dashboard-screen--revamp .dashboard-cta-card__meta div {
  min-height: 88px;
  padding: 14px;
  border: 1px solid var(--dashboard-shell-line);
  background: rgba(255, 255, 255, 0.44);
}

.dashboard-screen--revamp .dashboard-recent-shell,
.dashboard-screen--revamp .dashboard-support-shell,
.dashboard-screen--revamp .dashboard-insight-shell,
.dashboard-screen--revamp .dashboard-usage-shell {
  padding: 22px;
}

.dashboard-screen--revamp .dashboard-recent-board {
  display: block;
}

.dashboard-screen--revamp .dashboard-recent-shell {
  padding: 24px !important;
  border: 1px solid var(--dashboard-shell-frame-line);
  border-radius: 3px !important;
  background: var(--dashboard-shell-frame);
  box-shadow: 0 18px 32px rgba(18, 16, 13, 0.1);
}

.dashboard-screen--revamp .dashboard-recent-board__main {
  min-width: 0;
}

.dashboard-screen--revamp .dashboard-recent-inline__row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 104px auto;
  align-items: center;
  column-gap: 16px;
  row-gap: 12px;
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid var(--dashboard-shell-line);
  border-radius: 3px !important;
  background: var(--dashboard-shell-panel);
  box-shadow: 0 14px 24px rgba(31, 27, 22, 0.08);
}

.dashboard-screen--revamp .dashboard-recent-inline__history-list {
  padding: 16px 4px 4px;
  margin: 0 -4px;
  border-top: 1px solid var(--dashboard-shell-line);
  overflow: visible;
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}

.dashboard-screen--revamp .dashboard-recent-inline__history-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 88px auto;
  align-items: center;
  column-gap: 16px;
  row-gap: 12px;
  padding: 16px 0;
  background: transparent;
  border-radius: 3px !important;
  overflow: visible;
  transition: background-color 140ms ease, transform 140ms ease;
}

.dashboard-screen--revamp .dashboard-recent-inline__history-row + .dashboard-recent-inline__history-row {
  border-top: 1px solid var(--dashboard-shell-line);
}

.dashboard-screen--revamp .dashboard-recent-inline__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.dashboard-screen--revamp .dashboard-recent-inline__copy--featured {
  gap: 8px;
}

.dashboard-screen--revamp .dashboard-recent-inline__name--featured {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.dashboard-screen--revamp .dashboard-recent-inline__score {
  min-width: 0;
  text-align: right;
}

.dashboard-screen--revamp .dashboard-recent-inline__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
  margin-bottom: 24px;
}

.dashboard-screen--revamp .dashboard-recent-inline__title-block {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.dashboard-screen--revamp .dashboard-recent-inline__header-title {
  font-family: Inter, "SF Pro Display", var(--font-sans);
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--dashboard-shell-frame-text);
}

.dashboard-screen--revamp .dashboard-recent-inline__eyebrow,
.dashboard-screen--revamp .dashboard-recent-inline__history-label {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #475569;
}

.dashboard-screen--revamp .dashboard-recent-inline__history-label {
  margin-bottom: 8px;
}

.dashboard-screen--revamp .dashboard-recent-inline__name {
  font-family: Inter, "SF Pro Display", var(--font-sans);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--dashboard-shell-text);
}

.dashboard-screen--revamp .dashboard-recent-inline__meta,
.dashboard-screen--revamp .dashboard-recent-inline__insight {
  font-size: 13px;
  line-height: 18px;
  color: var(--dashboard-shell-muted);
}

.dashboard-screen--revamp .dashboard-recent-inline__meta--featured {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--dashboard-shell-text);
}

.dashboard-screen--revamp .dashboard-recent-inline__insight {
  font-size: 14px;
  line-height: 20px;
  color: var(--dashboard-shell-text);
  max-width: 40ch;
}

.dashboard-screen--revamp .dashboard-recent-inline__score-block {
  display: grid;
  justify-items: end;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.dashboard-screen--revamp .dashboard-recent-inline__score-label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--dashboard-shell-muted);
}

.dashboard-screen--revamp .dashboard-recent-inline__score-value {
  font-family: Inter, "SF Pro Display", var(--font-sans);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #334155;
}

.dashboard-screen--revamp .dashboard-recent-inline__score-value--featured {
  font-size: 24px;
  line-height: 28px;
}

.dashboard-screen--revamp .dashboard-recent-inline__score-block--good .dashboard-recent-inline__score-value {
  color: #15803d;
}

.dashboard-screen--revamp .dashboard-recent-inline__score-block--mid .dashboard-recent-inline__score-value {
  color: #b45309;
}

.dashboard-screen--revamp .dashboard-recent-inline__score-block--low .dashboard-recent-inline__score-value {
  color: #b91c1c;
}

.dashboard-screen--revamp .dashboard-recent-inline__row-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.dashboard-screen--revamp .dashboard-recent-inline__row-actions--featured {
  display: grid;
  justify-items: stretch;
  align-content: center;
  gap: 8px;
  min-width: 176px;
}

.dashboard-screen--revamp .dashboard-recent-inline__thumb-image,
.dashboard-screen--revamp .dashboard-recent-inline__thumb-fallback {
  display: block;
  flex-shrink: 0;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--dashboard-shell-line);
}

.dashboard-screen--revamp .dashboard-recent-inline__thumb-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dashboard-shell-muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.dashboard-screen--revamp .dashboard-recent-inline__button,
.dashboard-screen--revamp .dashboard-recent-inline__view-all {
  font-family: Inter, "SF Pro Display", var(--font-sans);
  letter-spacing: 0;
  text-transform: none;
}

.dashboard-screen--revamp .dashboard-recent-inline__button--primary {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #0f172a;
  border-radius: 3px !important;
  background: linear-gradient(180deg, #334155, #0f172a);
  color: #f8fafc;
  box-shadow: 0 12px 18px rgba(15, 23, 42, 0.18);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.dashboard-screen--revamp .dashboard-recent-inline__button--primary:hover {
  filter: brightness(1.05);
}

.dashboard-screen--revamp .dashboard-recent-inline__button--link,
.dashboard-screen--revamp .dashboard-recent-inline__button--quiet {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 3px !important;
  background: rgba(255, 255, 255, 0.58);
  color: #0f172a;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.dashboard-screen--revamp .dashboard-recent-inline__button--link:hover,
.dashboard-screen--revamp .dashboard-recent-inline__button--quiet:hover,
.dashboard-screen--revamp .dashboard-recent-inline__view-all:hover {
  background: rgba(255, 255, 255, 0.78);
}

.dashboard-screen--revamp .dashboard-recent-inline__view-all {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 3px !important;
  background: rgba(255, 255, 255, 0.58);
  color: #0f172a;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  justify-self: end;
  align-self: end;
}

.dashboard-screen--revamp .dashboard-recent-inline__view-all-arrow {
  margin-left: 8px;
}

.dashboard-screen--revamp .dashboard-support-stack {
  display: grid;
  gap: 12px;
}

.dashboard-screen--revamp .dashboard-support-card,
.dashboard-screen--revamp .dashboard-support-card button {
  text-align: left;
}

.dashboard-screen--revamp .dashboard-support-matrix {
  display: grid;
  gap: 12px;
}

.dashboard-screen--revamp .dashboard-support-card--archive,
.dashboard-screen--revamp .dashboard-support-card--coach {
  min-height: 166px;
}

.dashboard-screen--revamp .dashboard-support-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dashboard-screen--revamp .dashboard-insight-grid--mosaic {
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
}

.dashboard-screen--revamp .dashboard-insight-card--lead {
  grid-row: span 2;
  min-height: 100%;
  background: var(--dashboard-shell-panel-alt);
}

.dashboard-screen--revamp .dashboard-usage-ledger {
  display: grid;
  grid-template-columns: minmax(220px, 0.84fr) minmax(0, 1.16fr);
  gap: 12px;
}

.dashboard-screen--revamp .dashboard-usage-ledger__hero,
.dashboard-screen--revamp .dashboard-usage-ledger__row {
  border: 1px solid var(--dashboard-shell-line);
  background: var(--dashboard-shell-panel);
  box-shadow: 0 12px 22px rgba(31, 27, 22, 0.07);
}

.dashboard-screen--revamp .dashboard-usage-ledger__hero {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 100%;
  padding: 18px;
  background: var(--dashboard-shell-panel-alt);
}

.dashboard-screen--revamp .dashboard-usage-ledger__hero span,
.dashboard-screen--revamp .dashboard-usage-ledger__row span {
  color: var(--dashboard-shell-kicker);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.dashboard-screen--revamp .dashboard-usage-ledger__hero strong {
  color: var(--dashboard-shell-text);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.dashboard-screen--revamp .dashboard-usage-ledger__hero small,
.dashboard-screen--revamp .dashboard-usage-ledger__row small {
  color: var(--dashboard-shell-muted);
  line-height: 1.56;
}

.dashboard-screen--revamp .dashboard-usage-ledger__rows {
  display: grid;
  gap: 12px;
}

.dashboard-screen--revamp .dashboard-usage-ledger__row {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.dashboard-screen--revamp .dashboard-usage-ledger__row strong {
  color: var(--dashboard-shell-text);
  font-size: 1.04rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.dashboard-screen--revamp .dashboard-support-card__state,
.dashboard-screen--revamp .dashboard-support-card__hint {
  color: var(--dashboard-shell-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
}

.dashboard-screen--revamp .dashboard-tier-three strong,
.dashboard-screen--revamp .dashboard-insight-card strong,
.dashboard-screen--revamp .dashboard-usage-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.08rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.dashboard-screen--revamp .dashboard-support-card:hover,
.dashboard-screen--revamp .dashboard-tier-three:hover,
.dashboard-screen--revamp .dashboard-insight-card:hover,
.dashboard-screen--revamp .dashboard-usage-card:hover,
.dashboard-screen--revamp .dashboard-command-card:hover,
.dashboard-screen--revamp .dashboard-recent-inline__row:hover,
.dashboard-screen--revamp .dashboard-recent-inline__history-row:hover,
.dashboard-screen--revamp .dashboard-spotlight:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 38px rgba(23, 20, 16, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.dashboard-screen--revamp .dashboard-recent-inline__row:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(23, 20, 16, 0.11);
}

.dashboard-screen--revamp .dashboard-recent-inline__history-row:hover {
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-1px);
  box-shadow: none;
}

.dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary,
.dashboard-screen--revamp .dashboard-cta-card__button,
.dashboard-screen--revamp .dashboard-recent-inline__button--primary,
.dashboard-screen--revamp .dashboard-command-card,
.dashboard-screen--revamp .dashboard-support-card,
.dashboard-screen--revamp .dashboard-spotlight,
.dashboard-screen--revamp .dashboard-recent-inline__row,
.dashboard-screen--revamp .dashboard-recent-inline__history-row,
.dashboard-screen--revamp .dashboard-tier-three,
.dashboard-screen--revamp .dashboard-insight-card,
.dashboard-screen--revamp .dashboard-usage-card,
.dashboard-screen--revamp .dashboard-recent-inline__view-all,
.dashboard-screen--revamp .dashboard-recent-inline__button--link,
.dashboard-screen--revamp .dashboard-recent-inline__button--quiet {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.dashboard-screen--revamp .dashboard-command-card::before,
.dashboard-screen--revamp .dashboard-support-card::before,
.dashboard-screen--revamp .dashboard-spotlight::before,
.dashboard-screen--revamp .dashboard-recent-inline__row::before,
.dashboard-screen--revamp .dashboard-recent-inline__history-row::before,
.dashboard-screen--revamp .dashboard-tier-three::before,
.dashboard-screen--revamp .dashboard-insight-card::before,
.dashboard-screen--revamp .dashboard-usage-card::before {
  content: "";
  position: absolute;
  inset: -18% auto -18% -32%;
  width: 48%;
  background: linear-gradient(90deg, transparent, var(--dashboard-hover-edge), transparent);
  opacity: 0;
  transform: translate3d(-140%, 0, 0) skewX(-26deg);
  transition: transform var(--dashboard-hover-glint-duration) cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
  pointer-events: none;
  z-index: 0;
}

.dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary::before,
.dashboard-screen--revamp .dashboard-cta-card__button::before,
.dashboard-screen--revamp .dashboard-recent-inline__button--primary::before,
.dashboard-screen--revamp .dashboard-recent-inline__view-all::before,
.dashboard-screen--revamp .dashboard-recent-inline__button--link::before,
.dashboard-screen--revamp .dashboard-recent-inline__button--quiet::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -6%;
  width: 78%;
  height: 78%;
  border-radius: inherit;
  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.44) 0%,
      rgba(255, 255, 255, 0.28) 18%,
      rgba(203, 213, 225, 0.16) 38%,
      rgba(203, 213, 225, 0.08) 58%,
      rgba(255, 255, 255, 0) 82%);
  opacity: 0;
  transform: scale(0.62);
  transform-origin: top right;
  filter: blur(16px);
  transition: opacity 180ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 0;
}

.dashboard-screen--revamp .dashboard-command-card::after,
.dashboard-screen--revamp .dashboard-support-card::after,
.dashboard-screen--revamp .dashboard-spotlight::after,
.dashboard-screen--revamp .dashboard-recent-inline__row::after,
.dashboard-screen--revamp .dashboard-tier-three::after,
.dashboard-screen--revamp .dashboard-insight-card::after,
.dashboard-screen--revamp .dashboard-usage-card::after {
  content: "";
  position: absolute;
  background: var(--dashboard-hover-seam);
  opacity: 0;
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 0;
}

.dashboard-screen--revamp .dashboard-command-card::after,
.dashboard-screen--revamp .dashboard-spotlight::after {
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  transform: scaleY(0.2);
  transform-origin: top;
}

.dashboard-screen--revamp .dashboard-support-card::after {
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 3px;
  transform: scaleX(0.16);
  transform-origin: left;
}

.dashboard-screen--revamp .dashboard-recent-inline__row::after {
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  transform: scaleX(0.18);
  transform-origin: left;
}

.dashboard-screen--revamp .dashboard-tier-three::after,
.dashboard-screen--revamp .dashboard-insight-card::after,
.dashboard-screen--revamp .dashboard-usage-card::after {
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-top: 2px solid var(--dashboard-hover-seam);
  border-right: 2px solid var(--dashboard-hover-seam);
  background: none;
  transform: translate3d(6px, -6px, 0);
}

.dashboard-screen--revamp .dashboard-command-card > *,
.dashboard-screen--revamp .dashboard-support-card > *,
.dashboard-screen--revamp .dashboard-spotlight > *,
.dashboard-screen--revamp .dashboard-recent-inline__row > *,
.dashboard-screen--revamp .dashboard-recent-inline__history-row > *,
.dashboard-screen--revamp .dashboard-tier-three > *,
.dashboard-screen--revamp .dashboard-insight-card > *,
.dashboard-screen--revamp .dashboard-usage-card > *,
.dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary > *,
.dashboard-screen--revamp .dashboard-cta-card__button > *,
.dashboard-screen--revamp .dashboard-recent-inline__button--primary > * {
  position: relative;
  z-index: 1;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms ease, opacity 180ms ease;
}

.dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary,
.dashboard-screen--revamp .dashboard-cta-card__button,
.dashboard-screen--revamp .dashboard-recent-inline__button--primary {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease !important;
}

.dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary:hover,
.dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary:focus-visible,
.dashboard-screen--revamp .dashboard-cta-card__button:hover,
.dashboard-screen--revamp .dashboard-cta-card__button:focus-visible,
.dashboard-screen--revamp .dashboard-recent-inline__button--primary:hover,
.dashboard-screen--revamp .dashboard-recent-inline__button--primary:focus-visible {
  transform: translateY(var(--dashboard-hover-raise)) scale(var(--dashboard-hover-scale-strong)) !important;
  background: rgba(255, 255, 255, 0.64) !important;
  color: var(--dashboard-shell-text) !important;
  box-shadow: var(--dashboard-hover-shadow) !important;
  border-color: rgba(15, 23, 42, 0.22) !important;
  filter: none !important;
}

.dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary:hover::before,
.dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary:focus-visible::before,
.dashboard-screen--revamp .dashboard-cta-card__button:hover::before,
.dashboard-screen--revamp .dashboard-cta-card__button:focus-visible::before,
.dashboard-screen--revamp .dashboard-recent-inline__button--primary:hover::before,
.dashboard-screen--revamp .dashboard-recent-inline__button--primary:focus-visible::before {
  opacity: 0.4;
  transform: scale(0.92);
  animation: none;
}

.dashboard-screen--revamp .dashboard-cta-card__actions .btn--secondary:hover,
.dashboard-screen--revamp .dashboard-cta-card__actions .btn--secondary:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  color: var(--dashboard-shell-text) !important;
  box-shadow: 0 16px 28px rgba(23, 20, 16, 0.1) !important;
}

.dashboard-screen--revamp .dashboard-command-card,
.dashboard-screen--revamp .dashboard-support-card,
.dashboard-screen--revamp .dashboard-spotlight,
.dashboard-screen--revamp .dashboard-recent-inline__row,
.dashboard-screen--revamp .dashboard-recent-inline__history-row,
.dashboard-screen--revamp .dashboard-tier-three,
.dashboard-screen--revamp .dashboard-insight-card,
.dashboard-screen--revamp .dashboard-usage-card {
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms ease, border-color 240ms ease, background-color 220ms ease !important;
}

.dashboard-screen--revamp .dashboard-command-card:hover,
.dashboard-screen--revamp .dashboard-command-card:focus-visible,
.dashboard-screen--revamp .dashboard-spotlight:hover,
.dashboard-screen--revamp .dashboard-spotlight:focus-visible,
.dashboard-screen--revamp .dashboard-recent-inline__row:hover,
.dashboard-screen--revamp .dashboard-recent-inline__row:focus-within {
  transform: translateY(var(--dashboard-hover-raise-strong)) scale(var(--dashboard-hover-scale)) !important;
  box-shadow: var(--dashboard-hover-shadow-strong) !important;
  border-color: rgba(15, 23, 42, 0.2) !important;
}

.dashboard-screen--revamp .dashboard-support-card:hover,
.dashboard-screen--revamp .dashboard-support-card:focus-visible,
.dashboard-screen--revamp .dashboard-recent-inline__history-row:hover,
.dashboard-screen--revamp .dashboard-recent-inline__history-row:focus-within {
  transform: translateY(var(--dashboard-hover-raise)) scale(1.008) !important;
  box-shadow: var(--dashboard-hover-shadow) !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  background: rgba(255, 255, 255, 0.68) !important;
}

.dashboard-screen--revamp .dashboard-tier-three:hover,
.dashboard-screen--revamp .dashboard-tier-three:focus-visible,
.dashboard-screen--revamp .dashboard-insight-card:hover,
.dashboard-screen--revamp .dashboard-insight-card:focus-visible,
.dashboard-screen--revamp .dashboard-usage-card:hover,
.dashboard-screen--revamp .dashboard-usage-card:focus-visible {
  transform: translateY(var(--dashboard-hover-raise-soft)) scale(1.006) !important;
  box-shadow: var(--dashboard-hover-shadow-soft) !important;
  border-color: rgba(15, 23, 42, 0.14) !important;
}

.dashboard-screen--revamp .dashboard-command-card:hover::before,
.dashboard-screen--revamp .dashboard-command-card:focus-visible::before,
.dashboard-screen--revamp .dashboard-support-card:hover::before,
.dashboard-screen--revamp .dashboard-support-card:focus-visible::before,
.dashboard-screen--revamp .dashboard-spotlight:hover::before,
.dashboard-screen--revamp .dashboard-spotlight:focus-visible::before,
.dashboard-screen--revamp .dashboard-recent-inline__row:hover::before,
.dashboard-screen--revamp .dashboard-recent-inline__row:focus-within::before,
.dashboard-screen--revamp .dashboard-recent-inline__history-row:hover::before,
.dashboard-screen--revamp .dashboard-recent-inline__history-row:focus-within::before,
.dashboard-screen--revamp .dashboard-tier-three:hover::before,
.dashboard-screen--revamp .dashboard-tier-three:focus-visible::before,
.dashboard-screen--revamp .dashboard-insight-card:hover::before,
.dashboard-screen--revamp .dashboard-insight-card:focus-visible::before,
.dashboard-screen--revamp .dashboard-usage-card:hover::before,
.dashboard-screen--revamp .dashboard-usage-card:focus-visible::before,
.dashboard-screen--revamp .dashboard-recent-inline__view-all:hover::before,
.dashboard-screen--revamp .dashboard-recent-inline__view-all:focus-visible::before,
.dashboard-screen--revamp .dashboard-recent-inline__button--link:hover::before,
.dashboard-screen--revamp .dashboard-recent-inline__button--link:focus-visible::before,
.dashboard-screen--revamp .dashboard-recent-inline__button--quiet:hover::before,
.dashboard-screen--revamp .dashboard-recent-inline__button--quiet:focus-visible::before {
  opacity: 1;
  transform: scale(0.9);
  animation: dashboard-edge-fade 1.2s ease-in-out infinite alternate;
}

.dashboard-screen--revamp .dashboard-command-card:hover::after,
.dashboard-screen--revamp .dashboard-command-card:focus-visible::after,
.dashboard-screen--revamp .dashboard-spotlight:hover::after,
.dashboard-screen--revamp .dashboard-spotlight:focus-visible::after {
  opacity: 1;
  transform: scaleY(1);
}

.dashboard-screen--revamp .dashboard-support-card:hover::after,
.dashboard-screen--revamp .dashboard-support-card:focus-visible::after,
.dashboard-screen--revamp .dashboard-recent-inline__row:hover::after,
.dashboard-screen--revamp .dashboard-recent-inline__row:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}

.dashboard-screen--revamp .dashboard-tier-three:hover::after,
.dashboard-screen--revamp .dashboard-tier-three:focus-visible::after,
.dashboard-screen--revamp .dashboard-insight-card:hover::after,
.dashboard-screen--revamp .dashboard-insight-card:focus-visible::after,
.dashboard-screen--revamp .dashboard-usage-card:hover::after,
.dashboard-screen--revamp .dashboard-usage-card:focus-visible::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.dashboard-screen--revamp .dashboard-command-card:hover > *,
.dashboard-screen--revamp .dashboard-command-card:focus-visible > *,
.dashboard-screen--revamp .dashboard-support-card:hover > *,
.dashboard-screen--revamp .dashboard-support-card:focus-visible > *,
.dashboard-screen--revamp .dashboard-spotlight:hover > *,
.dashboard-screen--revamp .dashboard-spotlight:focus-visible > *,
.dashboard-screen--revamp .dashboard-recent-inline__row:hover > *,
.dashboard-screen--revamp .dashboard-recent-inline__row:focus-within > * {
  transform: translate3d(var(--dashboard-hover-content-shift), -2px, 0);
}

.dashboard-screen--revamp .dashboard-tier-three:hover strong,
.dashboard-screen--revamp .dashboard-tier-three:focus-visible strong,
.dashboard-screen--revamp .dashboard-insight-card:hover strong,
.dashboard-screen--revamp .dashboard-insight-card:focus-visible strong,
.dashboard-screen--revamp .dashboard-usage-card:hover strong,
.dashboard-screen--revamp .dashboard-usage-card:focus-visible strong {
  transform: translate3d(2px, -1px, 0);
}

.dashboard-screen--revamp .dashboard-recent-inline__button--link,
.dashboard-screen--revamp .dashboard-recent-inline__button--quiet,
.dashboard-screen--revamp .dashboard-recent-inline__view-all {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease !important;
}

.dashboard-screen--revamp .dashboard-recent-inline__button--link:hover,
.dashboard-screen--revamp .dashboard-recent-inline__button--link:focus-visible,
.dashboard-screen--revamp .dashboard-recent-inline__button--quiet:hover,
.dashboard-screen--revamp .dashboard-recent-inline__button--quiet:focus-visible,
.dashboard-screen--revamp .dashboard-recent-inline__view-all:hover,
.dashboard-screen--revamp .dashboard-recent-inline__view-all:focus-visible {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 22px rgba(15, 23, 42, 0.1) !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  background: rgba(255, 255, 255, 0.82) !important;
}

body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-cta-card__button,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__button--primary,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-command-card,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-support-card,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-spotlight,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__row,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__history-row,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-tier-three,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-insight-card,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-usage-card,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__button--link,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__button--quiet,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__view-all {
  transition: none !important;
}

body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-cta-card__button::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__button--primary::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-command-card::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-support-card::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-spotlight::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__row::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__history-row::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-tier-three::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-insight-card::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-usage-card::before,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-command-card::after,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-support-card::after,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-spotlight::after,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__row::after,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-tier-three::after,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-insight-card::after,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-usage-card::after {
  display: none !important;
}

body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-cta-card__button:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-cta-card__button:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__button--primary:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__button--primary:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-command-card:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-command-card:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-support-card:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-support-card:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-spotlight:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-spotlight:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__row:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__row:focus-within,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__history-row:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__history-row:focus-within,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-tier-three:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-tier-three:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-insight-card:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-insight-card:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-usage-card:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-usage-card:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__button--link:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__button--link:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__button--quiet:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__button--quiet:focus-visible,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__view-all:hover,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__view-all:focus-visible {
  transform: none !important;
}

body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-command-card:hover > *,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-command-card:focus-visible > *,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-support-card:hover > *,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-support-card:focus-visible > *,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-spotlight:hover > *,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-spotlight:focus-visible > *,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__row:hover > *,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-recent-inline__row:focus-within > *,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-tier-three:hover strong,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-tier-three:focus-visible strong,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-insight-card:hover strong,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-insight-card:focus-visible strong,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-usage-card:hover strong,
body[data-motion="reduced"] .dashboard-screen--revamp .dashboard-usage-card:focus-visible strong {
  transform: none !important;
}

@keyframes dashboard-edge-fade {
  0% {
    opacity: 0.2;
    transform: scale(0.72);
  }
  100% {
    opacity: 0.58;
    transform: scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary,
  .dashboard-screen--revamp .dashboard-cta-card__button,
  .dashboard-screen--revamp .dashboard-recent-inline__button--primary,
  .dashboard-screen--revamp .dashboard-command-card,
  .dashboard-screen--revamp .dashboard-support-card,
  .dashboard-screen--revamp .dashboard-spotlight,
  .dashboard-screen--revamp .dashboard-recent-inline__row,
  .dashboard-screen--revamp .dashboard-recent-inline__history-row,
  .dashboard-screen--revamp .dashboard-tier-three,
  .dashboard-screen--revamp .dashboard-insight-card,
  .dashboard-screen--revamp .dashboard-usage-card,
  .dashboard-screen--revamp .dashboard-recent-inline__button--link,
  .dashboard-screen--revamp .dashboard-recent-inline__button--quiet,
  .dashboard-screen--revamp .dashboard-recent-inline__view-all {
    transition: none !important;
  }

  .dashboard-screen--revamp .dashboard-crown__actions .btn--hero-primary::before,
  .dashboard-screen--revamp .dashboard-cta-card__button::before,
  .dashboard-screen--revamp .dashboard-recent-inline__button--primary::before,
  .dashboard-screen--revamp .dashboard-command-card::before,
  .dashboard-screen--revamp .dashboard-support-card::before,
  .dashboard-screen--revamp .dashboard-spotlight::before,
  .dashboard-screen--revamp .dashboard-recent-inline__row::before,
  .dashboard-screen--revamp .dashboard-recent-inline__history-row::before,
  .dashboard-screen--revamp .dashboard-tier-three::before,
  .dashboard-screen--revamp .dashboard-insight-card::before,
  .dashboard-screen--revamp .dashboard-usage-card::before,
  .dashboard-screen--revamp .dashboard-command-card::after,
  .dashboard-screen--revamp .dashboard-support-card::after,
  .dashboard-screen--revamp .dashboard-spotlight::after,
  .dashboard-screen--revamp .dashboard-recent-inline__row::after,
  .dashboard-screen--revamp .dashboard-tier-three::after,
  .dashboard-screen--revamp .dashboard-insight-card::after,
  .dashboard-screen--revamp .dashboard-usage-card::after {
    display: none !important;
  }
}

body[data-theme="atelier"] .dashboard-screen--revamp {
  --dashboard-shell-bg:
    linear-gradient(135deg, rgba(170, 123, 72, 0.22), transparent 36%),
    linear-gradient(180deg, #efe4d7 0%, #e7d9c8 56%, #eadfd1 100%);
  --dashboard-shell-border: rgba(116, 79, 46, 0.18);
  --dashboard-shell-shadow: 0 24px 48px rgba(83, 56, 33, 0.14);
  --dashboard-shell-text: #1d140f;
  --dashboard-shell-muted: #5b493d;
  --dashboard-shell-kicker: #f0b66e;
  --dashboard-shell-line: rgba(58, 39, 24, 0.14);
  --dashboard-shell-panel:
    linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(244, 234, 221, 0.98));
  --dashboard-shell-panel-alt:
    linear-gradient(180deg, rgba(255, 200, 134, 0.16), rgba(244, 234, 221, 0.98));
  --dashboard-shell-frame:
    linear-gradient(180deg, rgba(252, 241, 227, 0.98), rgba(238, 223, 205, 0.96));
  --dashboard-shell-frame-line: rgba(104, 71, 43, 0.14);
  --dashboard-shell-frame-text: #1d140f;
  --dashboard-shell-frame-muted: #5b493d;
  --dashboard-shell-accent: #c5792b;
  --dashboard-shell-accent-2: #d4842d;
}

@media (max-width: 1100px) {
  .dashboard-screen--revamp .dashboard-crown__hero,
  .dashboard-screen--revamp .dashboard-main-grid,
  .dashboard-screen--revamp .dashboard-tertiary-grid,
  .dashboard-screen--revamp .dashboard-recent-board,
  .dashboard-screen--revamp .dashboard-command-strip,
  .dashboard-screen--revamp .dashboard-crown__metrics,
  .dashboard-screen--revamp .dashboard-insight-grid,
  .dashboard-screen--revamp .dashboard-usage-grid,
  .dashboard-screen--revamp .dashboard-cta-card__meta,
  .dashboard-screen--revamp .dashboard-usage-ledger {
    grid-template-columns: 1fr;
  }

  .dashboard-screen--revamp .dashboard-support-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .dashboard-screen--revamp .dashboard-crown__actions,
  .dashboard-screen--revamp .dashboard-recent-inline__header {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .dashboard-screen--revamp .dashboard-recent-inline__row,
  .dashboard-screen--revamp .dashboard-recent-inline__history-row {
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
  }

  .dashboard-screen--revamp .dashboard-recent-inline__row {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .dashboard-screen--revamp .dashboard-recent-inline__score,
  .dashboard-screen--revamp .dashboard-recent-inline__row-actions {
    width: 100%;
    min-width: 0;
    text-align: left;
  }

  .dashboard-screen--revamp .dashboard-recent-inline__row-actions,
  .dashboard-screen--revamp .dashboard-recent-inline__row-actions--featured {
    grid-column: 1 / -1;
    justify-content: flex-start;
    justify-items: start;
  }

  .dashboard-screen--revamp .dashboard-recent-inline__score {
    grid-column: 2;
    justify-items: start;
    text-align: left;
  }

  .dashboard-screen--revamp .dashboard-recent-inline__view-all {
    justify-self: start;
  }
}
