:root {
  --bg-primary: #eee4d8;
  --bg-secondary: #e3d7c7;
  --surface-primary: #f9f4ec;
  --surface-secondary: #f1e9de;
  --surface-tertiary: #e7ddd0;
  --surface-strong: #fcf8f1;
  --surface-glass: rgba(249, 244, 236, 0.9);
  --accent-primary: #2e261f;
  --accent-secondary: #6d5b49;
  --accent-tertiary: #8a7154;
  --warning: #9b6b34;
  --error: #934d3f;
  --success: #64735a;
  --text-primary: #201913;
  --text-secondary: #5f5245;
  --text-tertiary: #8a7968;
  --text-inverse: #f8f2e8;
  --border-subtle: rgba(50, 39, 29, 0.1);
  --border-strong: rgba(50, 39, 29, 0.18);
  --border-accent: rgba(109, 91, 73, 0.26);
  --shadow-panel: 0 12px 28px rgba(44, 33, 24, 0.06);
  --shadow-elevated: 0 18px 36px rgba(44, 33, 24, 0.08);
  --shadow-stage: 0 24px 44px rgba(40, 30, 22, 0.1);
  --shadow-hero: 0 28px 52px rgba(40, 30, 22, 0.12);
  --shadow-glow: none;
  --font-sans: "Instrument Sans", "Outfit", "Inter", "Segoe UI", sans-serif;
  --font-body: "Inter", "Instrument Sans", "Segoe UI", sans-serif;
}

body,
body[data-theme="slate"],
body[data-theme="contrast"] {
  background: linear-gradient(180deg, #f1e9de 0%, #ebe1d4 42%, #f3ecdf 100%);
  color: var(--text-primary);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.1;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(32, 25, 19, 0.14) 1px, transparent 0),
    linear-gradient(180deg, transparent, rgba(32, 25, 19, 0.02));
  background-size: 18px 18px, 100% 100%;
}

body[data-accent="graphite"],
body[data-accent="blue"],
body[data-accent="teal"],
body[data-accent="bronze"] {
  --accent-primary: #2e261f;
  --accent-secondary: #6d5b49;
  --accent-tertiary: #8a7154;
  --border-accent: rgba(109, 91, 73, 0.26);
}

.panel,
.screen-panel,
.summary-card,
.compact-card,
.upload-card,
.dashboard-cta-card,
.dashboard-support-card,
.dashboard-recent-card,
.dashboard-insight-card,
.dashboard-usage-card,
.face-detail-score-card,
.metric-card,
.region-card,
.analysis-summary-panel,
.analysis-interpretation-card,
.analysis-metric-focus-card,
.strikingness-summary-card,
.library-card,
.wizard-guide-card,
.wizard-zoom-card,
.help-topic-row,
.help-panel__detail-card {
  background: linear-gradient(180deg, rgba(252, 248, 241, 0.96), rgba(244, 236, 226, 0.94)) !important;
  border-color: rgba(50, 39, 29, 0.1) !important;
  box-shadow: var(--shadow-panel) !important;
}

.panel::before,
.screen-panel::before,
.dashboard-cta-card::before,
.dashboard-support-card::before,
.dashboard-recent-card::before,
.upload-card::before,
.analysis-board-row::before,
.page-transition-layer,
.landing-hero-glow,
.landing-frame-reflection,
.landing-final-cta__panel::before,
.loader__backdrop,
.loader__plane,
.loader__glow,
.score-field-glow,
.score-field-contours,
.score-field-contours-secondary,
.score-field-mesh,
.score-field-highlight,
.analysis-metrics-canvas__scanline,
.analysis-metrics-canvas__tint,
.analysis-metrics-canvas__vignette {
  display: none !important;
}

.panel--hero,
.panel--stage,
.page-crown,
.landing-nav,
.landing-final-cta__panel,
.dashboard-crown,
.upload-crown,
.results-hero,
.face-detail-hero,
.settings-page-intro,
.wizard-action-dock,
.upload-continue-dock,
.mobile-bottom-sheet,
.purchase-drawer,
.replay-modal,
.analysis-metric-overlay__panel--detail,
.help-panel__sheet {
  background: linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(240, 231, 219, 0.96)) !important;
  border-color: rgba(50, 39, 29, 0.12) !important;
  box-shadow: var(--shadow-hero) !important;
}

.app-header {
  background: rgba(248, 242, 233, 0.88) !important;
  border-color: rgba(50, 39, 29, 0.08) !important;
  box-shadow: 0 12px 24px rgba(38, 29, 22, 0.08) !important;
  backdrop-filter: blur(16px);
}

.app-header::after,
.landing-nav::after,
.canvas-wrap::after,
.canvas-wrap::before,
.analysis-metrics-canvas-wrap::after,
.analysis-metrics-canvas-wrap::before {
  display: none !important;
}

.app-mode-switch,
.app-subnav,
.app-header__utility-group,
.credits-pill,
.summary-chip,
.score-chip,
.account-trigger,
.dashboard-signal-pill,
.guidance-pill,
.replay-status-pill,
.library-card__overlay-badge,
.face-detail-state-badge,
.face-detail-status-tag,
.workflow-strip,
.analysis-tabs,
.detail-tabs,
.help-panel__tabs {
  background: rgba(255, 251, 245, 0.78) !important;
  border-color: rgba(50, 39, 29, 0.08) !important;
  color: var(--text-primary) !important;
  box-shadow: none !important;
}

.btn,
.tab,
.filter-chip,
.landing-btn,
.landing-auth-switch__tab,
.upload-file-trigger,
.analysis-board-row,
.library-card,
.dashboard-recent-card,
.dashboard-support-card,
.dashboard-featured-report__media,
.dashboard-cta-card,
.dashboard-tier-three,
.dashboard-insight-card,
.dashboard-usage-card,
.landing-feature-card,
.landing-showcase-card,
.landing-annotation-card,
.landing-score-card,
.landing-float-card,
.landing-visual-panel,
.face-detail-favorite-btn {
  transform: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease !important;
  box-shadow: none !important;
}

.btn::before,
.btn::after,
.tab::before,
.tab::after,
.filter-chip::before,
.filter-chip::after,
.landing-btn::before,
.landing-btn::after {
  display: none !important;
}

.btn.primary,
.btn--primary,
.btn--hero-primary,
.btn--hero,
.landing-btn--primary {
  background: var(--accent-primary) !important;
  border-color: var(--accent-primary) !important;
  color: var(--text-inverse) !important;
}

.btn.secondary,
.btn--secondary,
.btn--tertiary,
.tab,
.filter-chip,
.landing-btn--ghost,
.landing-icon-btn,
.landing-auth-switch__tab {
  background: rgba(255, 251, 245, 0.74) !important;
  border-color: rgba(50, 39, 29, 0.08) !important;
  color: var(--text-primary) !important;
}

.btn:hover,
.btn:focus-visible,
.tab:hover,
.tab:focus-visible,
.filter-chip:hover,
.filter-chip:focus-visible,
.landing-btn:hover,
.landing-btn:focus-visible,
.landing-icon-btn:hover,
.landing-icon-btn:focus-visible,
.landing-auth-switch__tab:hover,
.landing-auth-switch__tab:focus-visible,
.library-card:hover,
.dashboard-recent-card:hover,
.dashboard-support-card:hover,
.dashboard-featured-report__media:hover,
.dashboard-cta-card:hover,
.dashboard-tier-three:hover,
.dashboard-insight-card:hover,
.dashboard-usage-card:hover,
.analysis-board-row:hover,
.landing-feature-card:hover,
.landing-showcase-card:hover,
.landing-annotation-card:hover,
.landing-score-card:hover,
.landing-float-card:hover,
.landing-visual-panel:hover,
.face-detail-favorite-btn:hover {
  transform: none !important;
  box-shadow: inherit !important;
}

.landing-shell::before {
  background: linear-gradient(180deg, #f3ebdf 0%, #ece2d3 46%, #e8ddcf 100%) !important;
}

.landing-shell::after {
  opacity: 0.12 !important;
  background-size: 84px 84px !important;
}

.landing-hero__visual,
.landing-visual-panel {
  perspective: none !important;
}

.landing-product-frame,
.landing-float-card,
.landing-visual-panel,
.landing-feature-card,
.landing-showcase-card,
.landing-annotation-card,
.landing-score-card,
.landing-coach-today,
.landing-coach-streak,
.landing-credibility__item,
.landing-auth-modal {
  transform: none !important;
  background: linear-gradient(180deg, rgba(252, 248, 241, 0.94), rgba(241, 232, 220, 0.92)) !important;
  border-color: rgba(50, 39, 29, 0.1) !important;
  box-shadow: var(--shadow-panel) !important;
}

.landing-product-canvas__stage,
.landing-analysis-visual__canvas,
.landing-playback-frame__video,
.landing-workspace-visual,
.landing-workspace-grid article.active {
  background: linear-gradient(180deg, rgba(243, 235, 225, 0.96), rgba(231, 220, 206, 0.96)) !important;
  border-color: rgba(50, 39, 29, 0.1) !important;
  box-shadow: none !important;
}

.dashboard-tip-card {
  border-color: rgba(138, 113, 84, 0.16) !important;
  background: rgba(138, 113, 84, 0.08) !important;
}

.dashboard-recent-inline {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.dashboard-recent-inline > div:first-child {
  display: flex !important;
  justify-content: space-between !important;
  align-items: end !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}

.dashboard-recent-inline__header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: end !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}

.dashboard-recent-inline__eyebrow,
.dashboard-recent-inline__history-label {
  font-size: 0.64rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--text-tertiary) !important;
}

.dashboard-recent-inline__header-title {
  margin-top: 6px !important;
  font-size: clamp(1.5rem, 2.3vw, 2rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.05em !important;
  color: var(--text-primary) !important;
  font-weight: 700 !important;
}

.dashboard-recent-inline__view-all,
.dashboard-recent-inline__button--link,
.dashboard-recent-inline__button--quiet {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: var(--text-secondary) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

.dashboard-recent-inline__view-all-arrow {
  display: inline-block !important;
  margin-left: 6px !important;
}

.dashboard-recent-inline__thumb-image,
.dashboard-recent-inline__thumb-fallback {
  display: block !important;
  flex-shrink: 0 !important;
  object-fit: cover !important;
  background: #e7ddd0 !important;
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
}

.dashboard-recent-inline__thumb-fallback {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--text-tertiary) !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
}

.dashboard-recent-inline__row,
.dashboard-recent-inline > div:last-child,
.dashboard-recent-inline__history-list {
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, rgba(251, 247, 241, 0.98), rgba(243, 234, 224, 0.96)) !important;
  box-shadow: var(--shadow-panel) !important;
}

.dashboard-recent-inline__row {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 22px !important;
  margin-bottom: 18px !important;
}

.dashboard-recent-inline__copy {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.dashboard-recent-inline__copy--featured {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.dashboard-recent-inline__name {
  color: var(--text-primary) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
}

.dashboard-recent-inline__name--featured {
  font-size: clamp(1.5rem, 2.2vw, 1.9rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
}

.dashboard-recent-inline__meta-row,
.dashboard-recent-inline__actions,
.dashboard-recent-inline__row-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}

.dashboard-recent-inline__meta-row {
  margin-top: 10px !important;
}

.dashboard-recent-inline__score-block {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
}

.dashboard-recent-inline__score {
  flex-shrink: 0 !important;
  min-width: 88px !important;
  text-align: right !important;
}

.dashboard-recent-inline__score-value {
  color: var(--text-primary) !important;
  font-size: 1.1rem !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

.dashboard-recent-inline__score-value--featured {
  font-size: clamp(1.9rem, 2.8vw, 2.4rem) !important;
}

.dashboard-recent-inline__meta {
  color: var(--text-secondary) !important;
  font-size: 0.72rem !important;
  line-height: 1.45 !important;
}

.dashboard-recent-inline__insight {
  margin-top: 10px !important;
  max-width: 56ch !important;
  color: var(--text-secondary) !important;
  font-size: 0.86rem !important;
  line-height: 1.5 !important;
}

.dashboard-recent-inline__actions {
  margin-top: 18px !important;
}

.dashboard-recent-inline__button {
  border: 0 !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  font-size: 0.74rem !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.dashboard-recent-inline__button--primary {
  padding: 0.82rem 1.1rem !important;
  background: var(--accent-primary) !important;
  color: var(--text-inverse) !important;
}

.dashboard-recent-inline__button--quiet,
.dashboard-recent-inline__button--link,
.dashboard-recent-inline__button--ghost {
  color: var(--text-secondary) !important;
}

.dashboard-recent-inline__history-list {
  overflow: hidden !important;
}

.dashboard-recent-inline__history-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 16px 18px !important;
  background: transparent !important;
}

.dashboard-recent-inline__history-row + .dashboard-recent-inline__history-row {
  border-top: 1px solid rgba(50, 39, 29, 0.08) !important;
}

.dashboard-recent-inline__empty-card {
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, rgba(251, 247, 241, 0.98), rgba(243, 234, 224, 0.96)) !important;
  box-shadow: var(--shadow-panel) !important;
  padding: 24px !important;
}

.dashboard-recent-inline__empty-title {
  color: var(--text-primary) !important;
  font-family: var(--font-sans) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
}

.dashboard-recent-inline__empty-copy {
  margin-top: 8px !important;
  color: var(--text-secondary) !important;
  font-size: 0.84rem !important;
  line-height: 1.6 !important;
}

.dashboard-recent-inline--empty .dashboard-recent-inline__button--primary {
  margin-top: 18px !important;
}

.upload-file-trigger,
.upload-file-trigger.btn--hero-primary,
.upload-file-trigger.btn--secondary,
.upload-file-trigger.btn--tertiary,
.upload-file-trigger.secondary {
  background: #352b22 !important;
  border-color: #352b22 !important;
  color: var(--text-inverse) !important;
}

.upload-file-trigger__hint,
.upload-file-trigger.btn--secondary .upload-file-trigger__hint,
.upload-file-trigger.btn--tertiary .upload-file-trigger__hint,
.upload-file-trigger.secondary .upload-file-trigger__hint {
  color: rgba(248, 242, 232, 0.7) !important;
}

.canvas-wrap,
.wizard-main-stage,
.analysis-metrics-canvas-wrap,
.replay-preview-shell,
.dashboard-featured-report__media {
  background: linear-gradient(180deg, #171310 0%, #0f0c0a 100%) !important;
  border-color: rgba(255, 247, 238, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.canvas-grid {
  opacity: 0.28;
  background:
    linear-gradient(rgba(248, 242, 232, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 242, 232, 0.06) 1px, transparent 1px) !important;
}

.analysis-canvas,
.crop-canvas,
.analysis-metrics-canvas,
.replay-preview-canvas {
  background: #15110d !important;
  filter: brightness(0.96) contrast(1.04) saturate(0.88) !important;
  box-shadow: none !important;
}

.replay-modal-backdrop,
.analysis-metric-overlay__scrim,
.help-panel__scrim,
.landing-auth-backdrop {
  background: rgba(31, 24, 18, 0.3) !important;
}

.replay-preview-card,
.replay-config-card,
.replay-selection-card,
.replay-export-card,
.replay-queue-rail,
.replay-queue-panel {
  background: linear-gradient(180deg, rgba(247, 240, 232, 0.96), rgba(236, 227, 214, 0.96)) !important;
  border-color: rgba(50, 39, 29, 0.08) !important;
  color: var(--text-primary) !important;
  box-shadow: var(--shadow-panel) !important;
}

.replay-preview-card__head strong,
.replay-selection-card h4,
.replay-export-card strong,
.replay-modal__head h3,
.replay-preview-meta,
.replay-warning,
.replay-selection-card .subtle,
.replay-modal__head .subtle {
  color: inherit !important;
}

.replay-progress,
.loader__meter {
  background: rgba(50, 39, 29, 0.08) !important;
  border-color: rgba(50, 39, 29, 0.08) !important;
}

.replay-progress span,
.loader__meter-bar {
  background: linear-gradient(90deg, #8a7154, #5f5245) !important;
}

.score-field {
  min-height: 360px;
  border-color: rgba(50, 39, 29, 0.08) !important;
  background: linear-gradient(180deg, rgba(248, 242, 234, 0.98), rgba(237, 228, 216, 0.96)) !important;
}

.promo-banner {
  background: linear-gradient(180deg, rgba(54, 44, 34, 0.98), rgba(39, 31, 25, 0.96)) !important;
  border-color: rgba(255, 244, 233, 0.12) !important;
  color: var(--text-inverse) !important;
}

.notice-strip {
  border-color: rgba(155, 107, 52, 0.18) !important;
  background: rgba(155, 107, 52, 0.08) !important;
  color: var(--text-primary) !important;
}

.loader {
  background: linear-gradient(180deg, rgba(242, 235, 226, 0.98), rgba(232, 223, 211, 0.98)) !important;
  color: var(--text-primary) !important;
}

.loader__panel {
  background: linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(241, 233, 222, 0.96)) !important;
  border-color: rgba(50, 39, 29, 0.08) !important;
  box-shadow: var(--shadow-stage) !important;
}

.loader__phase,
.loader__detail {
  color: var(--text-tertiary) !important;
}

/* Second pass: real page composition + restrained tactile motion */

:root {
  --shadow-tactile: 0 18px 36px rgba(44, 33, 24, 0.09);
  --shadow-card-lift: 0 24px 44px rgba(44, 33, 24, 0.12);
  --surface-paper: rgba(252, 248, 241, 0.98);
  --surface-paper-deep: rgba(244, 236, 226, 0.98);
}

.btn,
.landing-btn,
.landing-icon-btn,
.landing-auth-switch__tab,
.dashboard-recent-inline__button,
.dashboard-support-card,
.landing-feature-card,
.landing-showcase-card,
.landing-float-card,
.landing-visual-panel,
.dashboard-tier-three,
.dashboard-insight-card,
.dashboard-usage-card,
.dashboard-spotlight,
.dashboard-recent-inline__row,
.dashboard-recent-inline__history-row {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease !important;
}

.btn:hover,
.btn:focus-visible,
.landing-btn:hover,
.landing-btn:focus-visible,
.landing-icon-btn:hover,
.landing-icon-btn:focus-visible,
.landing-auth-switch__tab:hover,
.landing-auth-switch__tab:focus-visible {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 18px rgba(44, 33, 24, 0.08) !important;
}

.dashboard-support-card:hover,
.dashboard-support-card:focus-visible,
.dashboard-tier-three:hover,
.dashboard-insight-card:hover,
.dashboard-usage-card:hover,
.dashboard-spotlight:hover,
.dashboard-recent-inline__row:hover,
.dashboard-recent-inline__history-row:hover,
.landing-feature-card:hover,
.landing-showcase-card:hover,
.landing-float-card:hover,
.landing-visual-panel:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--shadow-card-lift) !important;
  border-color: rgba(76, 58, 42, 0.18) !important;
}

.dashboard-recent-inline__button--link:hover,
.dashboard-recent-inline__button--quiet:hover,
.dashboard-recent-inline__view-all:hover,
.landing-nav__links a:hover,
.landing-footer__links a:hover {
  color: var(--text-primary) !important;
}

.landing-shell {
  gap: 112px !important;
  padding: 20px 0 56px !important;
}

.landing-nav,
.landing-hero,
.landing-showcase,
.landing-section,
.landing-credibility,
.landing-final-cta,
.landing-footer {
  width: min(1340px, calc(100vw - 52px)) !important;
}

.landing-nav {
  min-height: 82px !important;
  padding: 16px 22px !important;
  border-radius: 30px !important;
}

.landing-nav__links {
  gap: 34px !important;
}

.landing-nav__links a {
  position: relative;
  padding-bottom: 6px !important;
  font-weight: 560 !important;
  letter-spacing: -0.01em !important;
}

.landing-nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(46, 38, 31, 0.42);
  transform: scaleX(0.28);
  transform-origin: left center;
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.landing-nav__links a:hover::after,
.landing-nav__links a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.landing-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: 42px !important;
  align-items: stretch !important;
}

.landing-hero__copy {
  align-content: center !important;
  gap: 22px !important;
  padding: 22px 0 !important;
}

.landing-eyebrow {
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.landing-eyebrow span,
.landing-tag,
.landing-status-chip {
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  background: rgba(255, 251, 245, 0.82) !important;
  color: var(--text-secondary) !important;
  box-shadow: none !important;
}

.landing-hero h1 {
  max-width: 12ch !important;
  font-size: clamp(3.6rem, 6.5vw, 6.2rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.07em !important;
}

.landing-hero__lede {
  max-width: 60ch !important;
  font-size: 1.02rem !important;
  line-height: 1.72 !important;
  color: var(--text-secondary) !important;
}

.landing-hero__actions {
  gap: 14px !important;
}

.landing-btn--primary,
.btn--hero-primary,
.btn--primary {
  background: linear-gradient(180deg, #342a21 0%, #241b15 100%) !important;
  border-color: rgba(36, 27, 21, 0.92) !important;
  box-shadow: 0 14px 22px rgba(44, 33, 24, 0.15) !important;
}

.landing-btn--ghost,
.landing-icon-btn,
.landing-auth-switch__tab,
.btn--secondary,
.btn--tertiary,
.tab,
.filter-chip {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(245, 236, 225, 0.92)) !important;
}

.landing-hero__points {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.landing-hero__points span {
  display: flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 16px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  background: rgba(255, 250, 244, 0.72) !important;
  color: var(--text-primary) !important;
}

.landing-hero__visual {
  min-height: 760px !important;
  display: grid !important;
  align-items: center !important;
}

.landing-product-frame {
  min-height: 640px !important;
  border-radius: 34px !important;
  border-width: 1px !important;
  overflow: hidden !important;
}

.landing-product-frame__body {
  grid-template-columns: 108px minmax(0, 1fr) !important;
}

.landing-product-sidebar {
  padding: 28px 18px !important;
  background: rgba(237, 227, 214, 0.82) !important;
  border-right: 1px solid rgba(50, 39, 29, 0.08) !important;
}

.landing-product-sidebar span {
  color: var(--text-secondary) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

.landing-product-sidebar__brand {
  color: var(--text-primary) !important;
  font-size: 0.84rem !important;
}

.landing-product-canvas {
  background:
    linear-gradient(180deg, rgba(251, 247, 241, 0.94), rgba(241, 232, 221, 0.96)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent) !important;
}

.landing-product-canvas__hero {
  padding-bottom: 22px !important;
  border-bottom: 1px solid rgba(50, 39, 29, 0.08) !important;
}

.landing-product-canvas__hero strong {
  display: block !important;
  max-width: 28ch !important;
  font-size: 1.32rem !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
}

.landing-product-canvas__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.landing-product-canvas__metrics article {
  min-height: 98px !important;
  padding: 18px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(246, 238, 228, 0.96)) !important;
}

.landing-product-canvas__stage,
.landing-analysis-visual__canvas,
.landing-playback-frame__video,
.landing-workspace-visual {
  border-radius: 28px !important;
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  background:
    linear-gradient(180deg, rgba(248, 240, 230, 0.96), rgba(234, 223, 210, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32), transparent 45%) !important;
}

.landing-float-card {
  max-width: 260px !important;
  border-radius: 22px !important;
  padding: 18px 18px 20px !important;
}

.landing-float-card--metrics {
  top: 48px !important;
  left: -10px !important;
}

.landing-float-card--playback {
  top: 92px !important;
  right: -12px !important;
}

.landing-float-card--coach {
  bottom: 28px !important;
  right: 40px !important;
}

.landing-showcase {
  display: grid !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

.landing-showcase__copy h2,
.landing-section__intro h2,
.landing-split__copy h2 {
  max-width: 16ch !important;
  font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.05em !important;
}

.landing-showcase__copy p,
.landing-section__intro p,
.landing-split__copy p {
  max-width: 58ch !important;
  line-height: 1.72 !important;
  color: var(--text-secondary) !important;
}

.landing-showcase__rail {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.landing-showcase-card {
  min-height: 220px !important;
  padding: 22px !important;
  border-radius: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}

.landing-showcase-card:nth-child(2) {
  transform: translateY(28px) !important;
}

.landing-feature-grid__cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

.landing-feature-card {
  min-height: 320px !important;
  padding: 24px !important;
  border-radius: 26px !important;
  display: grid !important;
  align-content: start !important;
  gap: 18px !important;
}

.landing-feature-card:nth-child(1),
.landing-feature-card:nth-child(6) {
  grid-column: span 2;
  min-height: 290px !important;
}

.landing-feature-card__top {
  justify-content: space-between !important;
}

.landing-feature-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  background: rgba(255, 250, 244, 0.92) !important;
  color: var(--text-primary) !important;
}

.landing-split {
  display: grid !important;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr) !important;
  gap: 38px !important;
  align-items: center !important;
}

.landing-split--reverse {
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, 0.92fr) !important;
}

.landing-split--reverse .landing-split__copy {
  order: 2 !important;
}

.landing-split--reverse .landing-split__visual {
  order: 1 !important;
}

.landing-visual-panel {
  min-height: 480px !important;
  padding: 24px !important;
  border-radius: 30px !important;
}

.landing-value-list li,
.landing-feature-card li {
  line-height: 1.58 !important;
}

.dashboard-screen {
  gap: 28px !important;
}

.dashboard-crown {
  padding: 32px !important;
  border-radius: 30px !important;
}

.dashboard-crown__hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

.dashboard-crown__copy {
  gap: 20px !important;
}

.dashboard-crown__copy h2 {
  max-width: 14ch !important;
  font-size: clamp(2.8rem, 4.8vw, 4.6rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.06em !important;
}

.dashboard-crown__copy .subtle {
  max-width: 62ch !important;
  line-height: 1.7 !important;
}

.dashboard-crown__signal-row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.dashboard-signal-pill {
  min-height: 86px !important;
  padding: 16px !important;
  border-radius: 20px !important;
  display: grid !important;
  align-content: space-between !important;
  justify-items: start !important;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(244, 235, 224, 0.92)) !important;
}

.dashboard-signal-pill label {
  font-size: 0.66rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--text-tertiary) !important;
}

.dashboard-signal-pill strong {
  font-size: 1.02rem !important;
  letter-spacing: -0.03em !important;
}

.dashboard-tip-card,
.dashboard-spotlight,
.dashboard-cta-card,
.dashboard-tier-three,
.dashboard-support-shell,
.dashboard-insight-shell,
.dashboard-usage-shell {
  border-radius: 24px !important;
}

.dashboard-tip-card {
  padding: 18px 20px !important;
}

.dashboard-tip-card__label,
.dashboard-spotlight__label,
.dashboard-support-card__eyebrow,
.dashboard-section-head .section-kicker {
  letter-spacing: 0.14em !important;
}

.dashboard-crown__spotlight-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr) !important;
  gap: 16px !important;
}

.dashboard-spotlight {
  min-height: 188px !important;
  padding: 22px !important;
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  background: linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(241, 232, 221, 0.96)) !important;
  box-shadow: var(--shadow-panel) !important;
}

.dashboard-spotlight--primary {
  background:
    linear-gradient(180deg, rgba(251, 247, 241, 0.98), rgba(240, 232, 222, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 48%) !important;
}

.dashboard-spotlight strong {
  display: block !important;
  max-width: 18ch !important;
  font-size: 1.48rem !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
}

.dashboard-spotlight p {
  margin-top: 10px !important;
  line-height: 1.62 !important;
  color: var(--text-secondary) !important;
}

.dashboard-crown__rail {
  display: grid !important;
  align-content: start !important;
}

.dashboard-cta-card {
  padding: 24px !important;
  min-height: 100% !important;
}

.dashboard-cta-card__head h3 {
  font-size: 1.5rem !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
}

.dashboard-cta-card__meta {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.dashboard-cta-card__meta div {
  min-height: 88px !important;
  padding: 14px !important;
  border-radius: 18px !important;
  background: rgba(255, 251, 245, 0.72) !important;
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
}

.dashboard-cta-card__actions {
  gap: 10px !important;
}

.dashboard-crown__metrics {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

.dashboard-tier-three {
  min-height: 136px !important;
  padding: 20px !important;
  display: grid !important;
  align-content: space-between !important;
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  background: linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(241, 232, 221, 0.96)) !important;
}

.dashboard-tier-three strong {
  font-size: 1.18rem !important;
  letter-spacing: -0.03em !important;
}

.dashboard-main-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr) !important;
  gap: 20px !important;
  align-items: start !important;
}

.dashboard-recent-shell,
.dashboard-support-shell,
.dashboard-insight-shell,
.dashboard-usage-shell {
  padding: 24px !important;
}

.dashboard-support-stack {
  display: grid !important;
  gap: 12px !important;
}

.dashboard-support-card {
  min-height: 152px !important;
  padding: 18px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  background: linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(241, 232, 221, 0.96)) !important;
  text-align: left !important;
}

.dashboard-support-card__head {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
  align-items: baseline !important;
}

.dashboard-support-card strong {
  display: block !important;
  margin-top: 18px !important;
  font-size: 1.08rem !important;
  letter-spacing: -0.03em !important;
}

.dashboard-support-card small {
  display: block !important;
  margin-top: 8px !important;
  line-height: 1.58 !important;
  color: var(--text-secondary) !important;
}

.dashboard-support-card__hint {
  display: inline-flex !important;
  margin-top: 14px !important;
  color: var(--text-primary) !important;
  font-size: 0.76rem !important;
  font-weight: 650 !important;
}

.dashboard-tertiary-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr) !important;
  gap: 20px !important;
  align-items: start !important;
}

.dashboard-insight-grid,
.dashboard-usage-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.dashboard-insight-card,
.dashboard-usage-card {
  min-height: 140px !important;
  padding: 18px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(50, 39, 29, 0.08) !important;
  background: linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(241, 232, 221, 0.96)) !important;
  box-shadow: var(--shadow-panel) !important;
}

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

.dashboard-insight-card small,
.dashboard-usage-card small {
  display: block !important;
  margin-top: 8px !important;
  line-height: 1.58 !important;
  color: var(--text-secondary) !important;
}

.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 {
  border-radius: 3px !important;
}

.dashboard-screen--revamp .dashboard-crown {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(196, 145, 82, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(68, 40, 24, 0.34), transparent 36%),
    linear-gradient(180deg, #1f1611 0%, #120d0a 52%, #0b0908 100%) !important;
  box-shadow:
    0 28px 60px rgba(20, 13, 9, 0.34),
    inset 0 1px 0 rgba(255, 237, 214, 0.06) !important;
}

.dashboard-screen--revamp .dashboard-crown::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 32px 32px, 32px 32px !important;
  opacity: 0.42 !important;
  pointer-events: none !important;
}

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

.dashboard-screen--revamp .dashboard-kicker-row,
.dashboard-screen--revamp .dashboard-crown__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
}

.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 {
  color: #f0b66e !important;
  letter-spacing: 0.16em !important;
}

.dashboard-screen--revamp .dashboard-status-stamp {
  padding: 7px 10px !important;
  border: 1px solid rgba(240, 182, 110, 0.26) !important;
  background: rgba(240, 182, 110, 0.08) !important;
  color: #f5d5ab !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.dashboard-screen--revamp .dashboard-crown__copy h2,
.dashboard-screen--revamp .dashboard-crown__copy .subtle {
  color: #f7efe2 !important;
}

.dashboard-screen--revamp .dashboard-crown__copy .subtle {
  opacity: 0.8 !important;
}

.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 !important;
  padding: 0 16px !important;
  border-width: 1px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  font-size: 0.72rem !important;
}

.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, #f3b061 0%, #d4842d 100%) !important;
  border-color: rgba(255, 213, 162, 0.3) !important;
  color: #180f0a !important;
  box-shadow: 0 14px 24px rgba(212, 132, 45, 0.22) !important;
}

.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, 245, 230, 0.08) !important;
  border: 1px solid rgba(255, 226, 186, 0.12) !important;
  color: #f7e8d3 !important;
}

.dashboard-screen--revamp .dashboard-signal-pill {
  min-height: 96px !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 226, 186, 0.1) !important;
  background: linear-gradient(180deg, rgba(255, 244, 226, 0.08), rgba(255, 244, 226, 0.02)) !important;
}

.dashboard-screen--revamp .dashboard-signal-pill strong {
  color: #fff2df !important;
  font-size: 1.02rem !important;
}

.dashboard-screen--revamp .dashboard-command-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.dashboard-screen--revamp .dashboard-command-card {
  min-height: 220px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 226, 186, 0.12) !important;
  background:
    linear-gradient(180deg, rgba(255, 246, 233, 0.07), rgba(255, 246, 233, 0.02)),
    linear-gradient(180deg, rgba(35, 24, 18, 0.96), rgba(16, 11, 9, 0.98)) !important;
  box-shadow: 0 20px 30px rgba(7, 5, 4, 0.24) !important;
}

.dashboard-screen--revamp .dashboard-command-card--primary {
  background:
    linear-gradient(180deg, rgba(255, 200, 134, 0.18), rgba(255, 200, 134, 0.02)),
    linear-gradient(180deg, rgba(61, 31, 17, 0.98), rgba(20, 11, 8, 0.98)) !important;
  border-color: rgba(255, 192, 119, 0.22) !important;
}

.dashboard-screen--revamp .dashboard-command-card strong,
.dashboard-screen--revamp .dashboard-command-card p {
  color: #f7efe2 !important;
}

.dashboard-screen--revamp .dashboard-command-card strong {
  display: block !important;
  max-width: 18ch !important;
  margin-top: 10px !important;
  font-size: 1.14rem !important;
  line-height: 1.06 !important;
  letter-spacing: -0.03em !important;
}

.dashboard-screen--revamp .dashboard-command-card__value {
  margin-top: 18px !important;
  color: #f3b061 !important;
  font-family: var(--font-sans) !important;
  font-size: clamp(2rem, 3vw, 2.8rem) !important;
  font-weight: 700 !important;
  line-height: 0.92 !important;
  letter-spacing: -0.06em !important;
}

.dashboard-screen--revamp .dashboard-command-card p {
  margin-top: 10px !important;
  line-height: 1.58 !important;
  opacity: 0.78 !important;
}

.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-recent-inline__row,
.dashboard-screen--revamp .dashboard-recent-inline__history-list,
.dashboard-screen--revamp .dashboard-recent-inline__empty-card {
  border: 1px solid rgba(58, 39, 24, 0.14) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(244, 234, 221, 0.98)) !important;
  box-shadow:
    0 16px 26px rgba(40, 28, 20, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.64) !important;
}

.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 rgba(58, 39, 24, 0.14) !important;
  background:
    linear-gradient(180deg, rgba(32, 23, 17, 0.98), rgba(14, 11, 9, 0.98)) !important;
  box-shadow: 0 24px 42px rgba(11, 8, 6, 0.26) !important;
}

.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__eyebrow,
.dashboard-screen--revamp .dashboard-recent-inline__history-label {
  color: #f7efe2 !important;
}

.dashboard-screen--revamp .dashboard-recent-inline__eyebrow,
.dashboard-screen--revamp .dashboard-recent-inline__history-label {
  color: #f0b66e !important;
}

.dashboard-screen--revamp .dashboard-recent-inline__header-title {
  letter-spacing: -0.05em !important;
}

.dashboard-screen--revamp .dashboard-recent-inline__name,
.dashboard-screen--revamp .dashboard-recent-inline__score-value,
.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 {
  color: #1d140f !important;
}

.dashboard-screen--revamp .dashboard-recent-inline__meta,
.dashboard-screen--revamp .dashboard-recent-inline__insight,
.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 {
  color: #5b493d !important;
}

.dashboard-screen--revamp .dashboard-cta-card {
  border: 1px solid rgba(255, 204, 143, 0.16) !important;
  background:
    linear-gradient(180deg, rgba(255, 206, 143, 0.11), rgba(255, 206, 143, 0.02)),
    linear-gradient(180deg, rgba(31, 20, 15, 0.98), rgba(12, 9, 7, 0.98)) !important;
  box-shadow: 0 22px 34px rgba(8, 6, 5, 0.28) !important;
}

.dashboard-screen--revamp .dashboard-cta-card__head h3,
.dashboard-screen--revamp .dashboard-cta-card .subtle,
.dashboard-screen--revamp .dashboard-cta-card__meta strong {
  color: #f7efe2 !important;
}

.dashboard-screen--revamp .dashboard-cta-card__meta div {
  background: rgba(255, 244, 226, 0.06) !important;
  border: 1px solid rgba(255, 226, 186, 0.08) !important;
}

.dashboard-screen--revamp .dashboard-cta-card__meta span {
  color: #f0b66e !important;
}

.dashboard-screen--revamp .dashboard-cta-card__accuracy {
  border: 1px solid rgba(255, 198, 124, 0.3) !important;
  background: rgba(255, 187, 93, 0.12) !important;
  color: #ffd7a5 !important;
}

.dashboard-screen--revamp .dashboard-tip-card,
.dashboard-screen--revamp .dashboard-spotlight {
  border: 1px solid rgba(255, 226, 186, 0.12) !important;
  background:
    linear-gradient(180deg, rgba(255, 244, 226, 0.08), rgba(255, 244, 226, 0.02)),
    linear-gradient(180deg, rgba(29, 20, 15, 0.98), rgba(12, 9, 7, 0.98)) !important;
  box-shadow: 0 16px 28px rgba(8, 6, 5, 0.24) !important;
}

.dashboard-screen--revamp .dashboard-tip-card strong,
.dashboard-screen--revamp .dashboard-spotlight strong,
.dashboard-screen--revamp .dashboard-spotlight p {
  color: #f7efe2 !important;
}

.dashboard-screen--revamp .dashboard-spotlight--primary {
  border-color: rgba(255, 190, 115, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 190, 115, 0.14), rgba(255, 190, 115, 0.03)),
    linear-gradient(180deg, rgba(55, 31, 17, 0.98), rgba(14, 10, 8, 0.98)) !important;
}

.dashboard-screen--revamp .dashboard-support-card__state {
  color: #c5792b !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.dashboard-screen--revamp .dashboard-support-card__hint {
  color: #a65e1d !important;
}

.dashboard-screen--revamp .dashboard-usage-card strong,
.dashboard-screen--revamp .dashboard-insight-card strong {
  max-width: 16ch !important;
}

@media (max-width: 900px) {
  .landing-hero,
  .landing-showcase,
  .landing-split,
  .landing-split--reverse,
  .dashboard-crown__hero,
  .dashboard-main-grid,
  .dashboard-tertiary-grid {
    grid-template-columns: 1fr !important;
  }

  .landing-showcase-card:nth-child(2) {
    transform: none !important;
  }

  .landing-feature-grid__cards,
  .landing-showcase__rail,
  .dashboard-crown__signal-row,
  .dashboard-crown__metrics,
  .dashboard-insight-grid,
  .dashboard-usage-grid,
  .dashboard-cta-card__meta {
    grid-template-columns: 1fr !important;
  }

  .landing-feature-card:nth-child(1),
  .landing-feature-card:nth-child(6) {
    grid-column: auto !important;
  }

  .landing-hero h1,
  .dashboard-crown__copy h2 {
    max-width: none !important;
  }

  .landing-hero__visual {
    min-height: auto !important;
  }

  .landing-product-frame {
    min-height: 560px !important;
  }

  .landing-hero__points {
    grid-template-columns: 1fr !important;
  }

  .dashboard-recent-inline__header,
  .dashboard-recent-inline > div:first-child {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .dashboard-recent-inline__row,
  .dashboard-recent-inline__history-row {
    align-items: flex-start !important;
    flex-wrap: wrap !important;
  }

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

  .dashboard-screen--revamp .dashboard-command-strip,
  .dashboard-screen--revamp .dashboard-crown__actions {
    grid-template-columns: 1fr !important;
  }

  .dashboard-screen--revamp .dashboard-crown__actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

@media (max-width: 1100px) {
  .dashboard-screen--revamp .dashboard-command-strip {
    grid-template-columns: 1fr !important;
  }

  .dashboard-screen--revamp .dashboard-crown__actions {
    gap: 8px !important;
  }
}

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