/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --brand-bg: #F7F8FA;
  --brand-accent: #2563EB;
  --brand-primary: #18181B;
  --brand-secondary: #52525B;
  --brand-display: ZonnaFincas;
  --zf-bg: #F7F8FA;
  --zf-bg-soft: #F4F4F5;
  --zf-bg-muted: #E4E4E7;
  --zf-surface: #FFFFFF;
  --zf-surface-raised: #FFFFFF;
  --zf-text: #18181B;
  --zf-muted: #52525B;
  --zf-faint: #71717A;
  --zf-border: rgba(24, 24, 27, 0.08);
  --zf-border-strong: rgba(24, 24, 27, 0.14);
  --zf-shadow: 0 1px 2px rgba(24, 24, 27, 0.05), 0 10px 28px rgba(24, 24, 27, 0.06);
  --zf-shadow-soft: 0 1px 2px rgba(24, 24, 27, 0.06);
  --zf-radius-lg: 8px;
  --zf-radius-md: 8px;
  --zf-radius-sm: 6px;
  --zf-success: #15803D;
  --zf-warning: #B45309;
  --zf-info: #2563EB;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--zf-text);
  background: var(--zf-bg);
  font-size: 15px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

input,
textarea,
select {
  min-height: 46px;
  border: 1px solid var(--zf-border-strong);
  border-radius: var(--zf-radius-sm);
  background: var(--zf-surface);
  color: var(--zf-text);
  padding: 0 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input:focus,
textarea:focus,
select:focus,
a:focus-visible {
  border-color: color-mix(in srgb, var(--brand-accent) 54%, transparent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand-accent) 14%, transparent);
  outline: none;
}

*::selection {
  background: color-mix(in srgb, var(--brand-accent) 22%, white);
}

.zf-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 16px;
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  grid-gap: 22px;
  gap: 22px;
}

.zf-topbar {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  align-self: start;
  min-height: calc(100vh - 32px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  border-radius: var(--zf-radius-lg);
  background: var(--zf-surface);
  border: 1px solid var(--zf-border);
  box-shadow: var(--zf-shadow-soft);
}

.zf-brand-cluster,
.zf-topbar-meta,
.zf-brand-copy,
.zf-support,
.zf-session-chip div {
  display: grid;
}

.zf-brand-cluster {
  gap: 18px;
}

.zf-brand-box {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.zf-brand-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 8px;
}

.zf-brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--zf-text);
  border: 1px solid var(--zf-border);
  color: transparent;
  position: relative;
  flex: 0 0 auto;
}

.zf-brand-mark::before {
  content: 'Z';
  color: var(--zf-surface);
  font-size: 16px;
  font-weight: 650;
}

.zf-brand-copy {
  gap: 1px;
  min-width: 0;
}

.zf-brand-copy strong {
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.zf-brand-copy span,
.zf-brand-meta,
.zf-support small,
.zf-support a,
.zf-session-chip span {
  color: var(--zf-muted);
  font-size: 13px;
}

.zf-brand-meta {
  gap: 8px;
}

.zf-brand-pill,
.zf-panel-chip,
.zf-status-pill,
.zf-metric-pill {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: color-mix(in srgb, var(--brand-accent) 72%, var(--zf-text));
  background: color-mix(in srgb, var(--brand-accent) 9%, var(--zf-surface));
  border: 1px solid color-mix(in srgb, var(--brand-accent) 14%, transparent);
  letter-spacing: 0;
  text-transform: none;
}

.zf-nav {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.zf-nav a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: var(--zf-radius-sm);
  color: var(--zf-muted);
  font-size: 14px;
  font-weight: 500;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.zf-nav a:first-child,
.zf-nav a:hover {
  background: var(--zf-bg-soft);
  color: var(--zf-text);
}

.zf-topbar-meta {
  margin-top: auto;
  gap: 14px;
}

.zf-support {
  gap: 3px;
  font-size: 13px;
  color: var(--zf-muted);
}

.zf-support span {
  color: var(--zf-text);
  font-weight: 600;
}

.zf-session-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: var(--zf-radius-lg);
  background: var(--zf-surface);
  border: 1px solid var(--zf-border);
  box-shadow: var(--zf-shadow-soft);
}

.zf-session-avatar {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: var(--zf-radius-sm);
  background: var(--zf-text);
  color: var(--zf-surface);
  font-size: 13px;
  font-weight: 650;
  flex: 0 0 auto;
}

.zf-session-chip strong {
  color: var(--zf-text);
  font-size: 14px;
  font-weight: 650;
}

.zf-dashboard {
  display: grid;
  align-content: start;
  grid-gap: 18px;
  gap: 18px;
  min-width: 0;
  padding: 6px 0 28px;
}

.zf-hero,
.zf-metric-strip,
.zf-dashboard-panel,
.zf-showcase-card,
.zf-timeline-card,
.zf-community-card,
.zf-data-section,
.zf-chart-card,
.zf-balance-card,
.zf-expense-card {
  background: var(--zf-surface);
  border: 1px solid var(--zf-border);
  border-radius: var(--zf-radius-lg);
  box-shadow: var(--zf-shadow-soft);
}

.zf-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.7fr);
  grid-gap: 18px;
  gap: 18px;
  padding: 24px;
  color: var(--zf-text);
  overflow: hidden;
}

.zf-hero::before,
.zf-hero::after {
  content: none;
}

.zf-hero-copy {
  display: grid;
  align-content: start;
  grid-gap: 13px;
  gap: 13px;
}

.zf-eyebrow {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--zf-bg-soft);
  border: 1px solid var(--zf-border);
  color: var(--zf-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.zf-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--zf-text);
  font-size: 36px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
}

.zf-hero p,
.zf-hero-note,
.zf-showcase-card p,
.zf-timeline-card p,
.zf-community-card p,
.zf-chart-card p,
.zf-metric-strip-copy p {
  margin: 0;
  color: var(--zf-muted);
  font-size: 14px;
  line-height: 1.6;
}

.zf-hero-actions,
.zf-balance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zf-hero-button,
.zf-balance-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: var(--zf-radius-sm);
  border: 1px solid var(--zf-border-strong);
  background: var(--zf-surface);
  color: var(--zf-text);
  font-size: 14px;
  font-weight: 600;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.zf-hero-button:hover,
.zf-balance-actions a:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--brand-accent) 26%, var(--zf-border-strong));
  box-shadow: var(--zf-shadow-soft);
}

.zf-hero-button-primary,
.zf-balance-actions a:first-child {
  border-color: var(--zf-text);
  background: var(--zf-text);
  color: var(--zf-surface);
  box-shadow: var(--zf-shadow-soft);
}

.zf-hero-card {
  align-self: stretch;
  display: grid;
  align-content: flex-end;
  grid-gap: 6px;
  gap: 6px;
  padding: 18px;
  border-radius: var(--zf-radius-md);
  background: var(--zf-bg-soft);
  border: 1px solid var(--zf-border);
}

.zf-hero-card strong {
  font-size: 18px;
  font-weight: 600;
}

.zf-hero-card span,
.zf-hero-card small {
  color: var(--zf-muted);
  font-size: 13px;
}

.zf-metric-strip,
.zf-data-section {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  padding: 20px;
}

.zf-metric-strip-copy,
.zf-section-heading,
.zf-chart-card > div:first-child,
.zf-expense-card > div:first-child {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.zf-metric-strip-copy h2,
.zf-section-heading h2,
.zf-chart-card h2,
.zf-expense-card h2,
.zf-showcase-card h2,
.zf-timeline-card h2,
.zf-community-card h2,
.zf-sections h2,
.zf-panel-head h2 {
  margin: 0;
  color: var(--zf-text);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}

.zf-showcase-card h2,
.zf-timeline-card h2,
.zf-community-card h2,
.zf-sections h2,
.zf-panel-head h2,
.zf-expense-card h2,
.zf-chart-card h2 {
  font-size: 18px;
}

.zf-metric-strip-grid,
.zf-kpis,
.zf-dashboard-columns,
.zf-showcase-grid,
.zf-finance-board,
.zf-owner-homeboard {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.zf-metric-strip-grid,
.zf-kpis {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.zf-dashboard-columns,
.zf-showcase-grid,
.zf-finance-board {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.zf-owner-homeboard {
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 0.9fr);
}

.zf-dashboard-stack {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
}

.zf-metric-card,
.zf-kpi,
.zf-community-grid article {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 16px;
  border-radius: var(--zf-radius-md);
  background: var(--zf-surface-raised);
  border: 1px solid var(--zf-border);
  box-shadow: none;
  overflow: hidden;
}

.zf-metric-card::before,
.zf-kpi::before {
  content: none;
}

.zf-metric-label,
.zf-kpi h3 {
  color: var(--zf-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.zf-metric-value,
.zf-kpi-value,
.zf-balance-card strong {
  margin: 0;
  color: var(--zf-text);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0;
}

.zf-kpi-detail,
.zf-metric-hint,
.zf-kpi-trend,
.zf-profile-switcher small,
.zf-community-grid small {
  color: var(--zf-muted);
  font-size: 13px;
  line-height: 1.5;
}

.zf-dashboard-panel,
.zf-showcase-card,
.zf-timeline-card,
.zf-community-card,
.zf-chart-card,
.zf-balance-card,
.zf-expense-card {
  padding: 20px;
}

.zf-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.zf-profile-switcher {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.zf-profile-switcher a {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
  padding: 14px;
  border-radius: var(--zf-radius-md);
  background: var(--zf-surface);
  border: 1px solid var(--zf-border);
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.zf-profile-switcher a:hover,
.zf-profile-switcher a.is-active {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--brand-accent) 24%, var(--zf-border));
  box-shadow: var(--zf-shadow-soft);
}

.zf-profile-switcher strong,
.zf-community-grid strong {
  font-size: 14px;
  font-weight: 600;
}

.zf-profile-switcher span,
.zf-community-grid span {
  color: color-mix(in srgb, var(--brand-accent) 44%, var(--zf-text));
  font-size: 13px;
  font-weight: 600;
}

.zf-sections {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  padding: 20px;
  border-radius: var(--zf-radius-lg);
  background: var(--zf-surface);
  border: 1px solid var(--zf-border);
  box-shadow: var(--zf-shadow-soft);
}

.zf-section-list,
.zf-mini-list,
.zf-timeline,
.zf-category-list {
  display: grid;
  grid-gap: 0;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zf-section-list li,
.zf-mini-list li,
.zf-timeline li,
.zf-category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 10px 0;
  border-bottom: 1px solid var(--zf-border);
  color: var(--zf-muted);
  font-size: 14px;
}

.zf-mini-list li,
.zf-timeline li {
  justify-content: flex-start;
}

.zf-section-list li:last-child,
.zf-mini-list li:last-child,
.zf-timeline li:last-child,
.zf-category-list li:last-child {
  border-bottom: 0;
}

.zf-mini-list li::before,
.zf-timeline li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-accent) 44%, var(--zf-faint));
  flex: 0 0 auto;
}

.zf-section-list strong,
.zf-category-list strong {
  color: var(--zf-text);
  font-weight: 600;
}

.zf-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.zf-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 14px;
}

.zf-table th {
  padding: 0 14px 11px;
  border-bottom: 1px solid var(--zf-border-strong);
  color: var(--zf-faint);
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.zf-table td {
  padding: 14px;
  border-bottom: 1px solid var(--zf-border);
  color: var(--zf-muted);
  vertical-align: middle;
  white-space: nowrap;
}

.zf-table tbody tr {
  transition: background 160ms ease;
}

.zf-table tbody tr:hover {
  background: color-mix(in srgb, var(--brand-accent) 4%, var(--zf-bg-soft));
}

.zf-table td:first-child {
  white-space: normal;
}

.zf-table td strong {
  display: block;
  color: var(--zf-text);
  font-size: 14px;
  font-weight: 600;
}

.zf-table td span:not(.zf-status-pill) {
  display: block;
  color: var(--zf-faint);
  font-size: 13px;
}

.zf-chart-card,
.zf-expense-card,
.zf-balance-card {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  align-content: space-between;
}

.zf-chart-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.zf-donut {
  --zf-progress: 66%;
  width: 132px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--brand-accent) var(--zf-progress), var(--zf-bg-muted) 0);
  position: relative;
}

.zf-donut::after {
  content: '';
  position: absolute;
  inset: 13px;
  border-radius: inherit;
  background: var(--zf-surface);
}

.zf-donut strong,
.zf-donut span {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}

.zf-donut strong {
  font-size: 24px;
  font-weight: 600;
}

.zf-donut span {
  color: var(--zf-muted);
  font-size: 12px;
}

.zf-bars {
  height: 132px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 10px 2px 0;
}

.zf-bars span {
  width: 22px;
  height: var(--zf-bar);
  min-height: 24px;
  border-radius: 999px 999px 8px 8px;
  background: color-mix(in srgb, var(--brand-accent) 45%, var(--zf-bg-muted));
}

.zf-balance-card {
  background: color-mix(in srgb, var(--brand-accent) 5%, var(--zf-surface));
}

.zf-balance-card strong {
  font-size: 38px;
}

.zf-balance-card p {
  margin: 0;
  color: var(--zf-muted);
}

.zf-category-list li {
  justify-content: flex-start;
}

.zf-category-list li span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--zf-swatch);
  flex: 0 0 auto;
}

.zf-category-list li strong {
  margin-left: auto;
}

.zf-community-grid {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --zf-bg: #09090B;
    --zf-bg-soft: #18181B;
    --zf-bg-muted: #27272A;
    --zf-surface: #111113;
    --zf-surface-raised: #18181B;
    --zf-text: #FAFAFA;
    --zf-muted: #D4D4D8;
    --zf-faint: #A1A1AA;
    --zf-border: rgba(250, 250, 250, 0.1);
    --zf-border-strong: rgba(250, 250, 250, 0.16);
    --zf-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    --zf-shadow-soft: 0 1px 2px rgba(0, 0, 0, 0.35);
  }

  body {
    background: var(--zf-bg);
  }

  .zf-donut::after {
    background: var(--zf-surface);
  }
}

@media (max-width: 1100px) {
  .zf-shell {
    grid-template-columns: 1fr;
  }

  .zf-topbar {
    position: static;
    min-height: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .zf-topbar-meta {
    margin-top: 0;
    min-width: 240px;
  }

  .zf-owner-homeboard,
  .zf-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .zf-shell {
    padding: 12px;
    gap: 14px;
  }

  .zf-topbar {
    flex-direction: column;
    border-radius: var(--zf-radius-lg);
  }

  .zf-topbar-meta,
  .zf-session-chip {
    width: 100%;
  }

  .zf-hero,
  .zf-metric-strip,
  .zf-dashboard-panel,
  .zf-showcase-card,
  .zf-timeline-card,
  .zf-community-card,
  .zf-data-section,
  .zf-chart-card,
  .zf-balance-card,
  .zf-expense-card,
  .zf-sections {
    border-radius: var(--zf-radius-lg);
    padding: 16px;
  }

  .zf-hero h1 {
    font-size: 32px;
  }

  .zf-chart-card {
    grid-template-columns: 1fr;
  }

  .zf-donut {
    width: 118px;
  }

  .zf-hero-button,
  .zf-balance-actions a {
    width: 100%;
  }

  .zf-table {
    min-width: 620px;
  }
}

.zf-help-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  grid-gap: 18px;
  gap: 18px;
}

.zf-help-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 18px;
  align-self: start;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  padding: 18px;
  border-radius: var(--zf-radius-lg);
  background: var(--zf-bg-soft);
  border: 1px solid var(--zf-border);
}

.zf-help-sidebar h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.zf-help-content {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

@media (max-width: 900px) {
  .zf-help-layout {
    grid-template-columns: 1fr;
  }

  .zf-help-sidebar {
    position: static;
  }
}

.zf-owner-appbar,
.zf-owner-next-card,
.zf-receipt-card {
  background: var(--zf-surface);
  border: 1px solid var(--zf-border);
  border-radius: var(--zf-radius-lg);
  box-shadow: var(--zf-shadow-soft);
}

.zf-owner-appbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
}

.zf-owner-appbar > div:first-child {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  max-width: 760px;
}

.zf-owner-appbar h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: 0;
}

.zf-owner-appbar p,
.zf-owner-next-card p,
.zf-receipt-card p,
.zf-empty-state p,
.zf-product-timeline p {
  margin: 0;
  color: var(--zf-muted);
  font-size: 14px;
  line-height: 1.55;
}

.zf-owner-home-status {
  display: grid;
  justify-items: flex-end;
  grid-gap: 8px;
  gap: 8px;
  color: var(--zf-muted);
  font-size: 13px;
}

.zf-owner-priority,
.zf-receipt-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(220px, 0.85fr) minmax(260px, 1fr);
  grid-gap: 14px;
  gap: 14px;
}

.zf-owner-next-card,
.zf-receipt-card {
  display: grid;
  align-content: space-between;
  grid-gap: 14px;
  gap: 14px;
  padding: 20px;
}

.zf-owner-next-card strong,
.zf-receipt-card strong {
  color: var(--zf-text);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
}

.zf-action-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.zf-action-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-gap: 10px 12px;
  gap: 10px 12px;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  border-radius: var(--zf-radius-md);
  background: var(--zf-surface);
  border: 1px solid var(--zf-border);
  box-shadow: var(--zf-shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.zf-action-card:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--brand-accent) 24%, var(--zf-border));
  box-shadow: var(--zf-shadow);
}

.zf-action-card > span {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  border-radius: var(--zf-radius-sm);
  background: color-mix(in srgb, var(--brand-accent) 10%, var(--zf-bg-muted));
  position: relative;
}

.zf-action-card > span::before,
.zf-action-card > span::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 1.5px;
  border-radius: var(--zf-radius-lg);
  background: color-mix(in srgb, var(--brand-accent) 45%, var(--zf-text));
  transform: translate(-50%, -50%);
}

.zf-action-card > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.zf-action-card strong {
  color: var(--zf-text);
  font-size: 14px;
  font-weight: 600;
}

.zf-action-card small {
  color: var(--zf-muted);
  font-size: 13px;
  line-height: 1.4;
}

.zf-section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.zf-section-heading-row > div:first-child {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.zf-segmented {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 36px;
  padding: 3px;
  border-radius: var(--zf-radius-sm);
  background: var(--zf-bg-soft);
  border: 1px solid var(--zf-border);
}

.zf-segmented span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: var(--zf-radius-sm);
  color: var(--zf-muted);
  font-size: 13px;
  font-weight: 600;
}

.zf-segmented span[aria-selected='true'] {
  color: var(--zf-text);
  background: var(--zf-surface);
  box-shadow: var(--zf-shadow-soft);
}

.zf-search-field {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  min-width: 160px;
  padding: 0 12px 0 34px;
  border-radius: 999px;
  color: var(--zf-faint);
  background: var(--zf-bg-soft);
  border: 1px solid var(--zf-border);
  font-size: 13px;
  position: relative;
}

.zf-search-field::before {
  content: '';
  position: absolute;
  left: 13px;
  width: 10px;
  height: 10px;
  border: 1.5px solid var(--zf-faint);
  border-radius: 999px;
}

.zf-search-field::after {
  content: '';
  position: absolute;
  left: 23px;
  width: 6px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--zf-faint);
  transform: rotate(45deg);
  transform-origin: left center;
}

.zf-status-pill[data-tone='positive'] {
  color: var(--zf-success);
  background: color-mix(in srgb, var(--zf-success) 10%, var(--zf-surface));
  border-color: color-mix(in srgb, var(--zf-success) 16%, transparent);
}

.zf-status-pill[data-tone='attention'] {
  color: var(--zf-warning);
  background: color-mix(in srgb, var(--zf-warning) 11%, var(--zf-surface));
  border-color: color-mix(in srgb, var(--zf-warning) 18%, transparent);
}

.zf-status-pill[data-tone='info'] {
  color: var(--zf-info);
  background: color-mix(in srgb, var(--zf-info) 10%, var(--zf-surface));
  border-color: color-mix(in srgb, var(--zf-info) 16%, transparent);
}

.zf-table th[data-align='end'],
.zf-table td[data-align='end'] {
  text-align: right;
}

.zf-empty-state {
  display: grid;
  place-items: center;
  grid-gap: 8px;
  gap: 8px;
  min-height: 160px;
  padding: 24px;
  border-radius: var(--zf-radius-md);
  background: var(--zf-bg-soft);
  border: 1px dashed var(--zf-border-strong);
  text-align: center;
}

.zf-empty-state > span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-accent) 10%, var(--zf-bg-muted));
}

.zf-empty-state strong {
  color: var(--zf-text);
  font-size: 15px;
  font-weight: 600;
}

.zf-product-timeline {
  display: grid;
  grid-gap: 0;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zf-product-timeline li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-gap: 12px;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--zf-border);
}

.zf-product-timeline li:last-child {
  border-bottom: 0;
}

.zf-product-timeline li > span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-accent) 11%, var(--zf-bg-muted));
  border: 1px solid var(--zf-border);
  position: relative;
}

.zf-product-timeline li > span::before {
  content: '';
  position: absolute;
  inset: 9px;
  border-radius: inherit;
  background: color-mix(in srgb, var(--brand-accent) 44%, var(--zf-text));
}

.zf-product-timeline strong {
  color: var(--zf-text);
  font-size: 14px;
  font-weight: 600;
}

.zf-product-timeline small {
  color: var(--zf-faint);
  font-size: 12px;
}

.zf-progress-line {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--zf-bg-muted);
}

.zf-progress-line span {
  display: block;
  width: var(--zf-progress);
  height: 100%;
  border-radius: inherit;
  background: color-mix(in srgb, var(--brand-accent) 45%, var(--zf-text));
}

@media (max-width: 1100px) {
  .zf-owner-priority,
  .zf-receipt-grid {
    grid-template-columns: 1fr;
  }

  .zf-owner-appbar {
    align-items: start;
    flex-direction: column;
  }

  .zf-owner-home-status {
    justify-items: start;
  }
}

@media (max-width: 760px) {
  .zf-owner-appbar,
  .zf-owner-next-card,
  .zf-receipt-card {
    border-radius: var(--zf-radius-lg);
    padding: 16px;
  }

  .zf-owner-appbar h1 {
    font-size: 30px;
  }

  .zf-section-heading-row {
    align-items: start;
    flex-direction: column;
  }

  .zf-segmented,
  .zf-search-field {
    width: 100%;
  }

  .zf-segmented {
    justify-content: space-between;
  }
}

.zf-module-page,
.zf-detail-page {
  gap: 18px;
}

.zf-module-hero,
.zf-detail-hero {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  padding: 24px;
  border-radius: var(--zf-radius-lg);
  border: 1px solid var(--zf-border);
  background: var(--zf-surface);
  box-shadow: var(--zf-shadow-soft);
}

.zf-module-hero {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.zf-module-hero h1,
.zf-detail-hero h1 {
  margin: 10px 0 8px;
  color: var(--zf-text);
  font-size: 36px;
  line-height: 1.02;
  letter-spacing: 0;
}

.zf-module-hero p,
.zf-detail-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--zf-muted);
  font-size: 15px;
  line-height: 1.7;
}

.zf-detail-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.zf-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zf-detail-meta span,
.zf-back-link {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: var(--zf-radius-sm);
  border: 1px solid var(--zf-border);
  background: var(--zf-bg-soft);
  color: var(--zf-muted);
  font-size: 13px;
  font-weight: 600;
}

.zf-back-link::before {
  content: '‹';
  margin-right: 6px;
  color: var(--brand-accent);
  font-size: 18px;
  line-height: 1;
}

.zf-row-link {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
  color: inherit;
}

.zf-row-link strong {
  color: var(--zf-text);
}

.zf-row-link:hover strong {
  color: color-mix(in srgb, var(--brand-accent) 68%, var(--zf-text));
}

.zf-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  grid-gap: 18px;
  gap: 18px;
  align-items: start;
}

.zf-linked-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.zf-linked-cards a {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  padding: 16px;
  border-radius: var(--zf-radius-lg);
  border: 1px solid var(--zf-border);
  background: var(--zf-bg-soft);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.zf-linked-cards a:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--brand-accent) 22%, var(--zf-border));
  background: color-mix(in srgb, var(--brand-accent) 6%, var(--zf-surface));
}

.zf-linked-cards strong {
  color: var(--zf-text);
  font-size: 14px;
}

.zf-linked-cards span {
  color: var(--zf-muted);
  font-size: 13px;
}

.zf-action-list {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.zf-action-list button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--zf-border);
  border-radius: var(--zf-radius-sm);
  background: var(--zf-bg-soft);
  color: var(--zf-text);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  text-align: left;
  cursor: default;
}

.zf-action-list button:first-child {
  background: color-mix(in srgb, var(--brand-accent) 10%, var(--zf-surface));
  border-color: color-mix(in srgb, var(--brand-accent) 18%, var(--zf-border));
}

@media (max-width: 980px) {
  .zf-module-hero,
  .zf-detail-grid,
  .zf-linked-cards {
    grid-template-columns: 1fr;
  }

  .zf-detail-heading {
    display: grid;
  }
}

.zf-role-switch {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--zf-border);
}

.zf-role-switch > span {
  color: var(--zf-faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zf-role-switch > div {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.zf-role-switch a {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  padding: 10px 11px;
  border-radius: 14px;
  border: 1px solid transparent;
  color: var(--zf-muted);
  background: transparent;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.zf-role-switch a:hover,
.zf-role-switch a[aria-current='page'] {
  color: var(--zf-text);
  background: color-mix(in srgb, var(--brand-accent) 9%, var(--zf-surface));
  border-color: color-mix(in srgb, var(--brand-accent) 14%, var(--zf-border));
}

.zf-role-switch strong {
  font-size: 13px;
  font-weight: 650;
}

.zf-role-switch small {
  color: var(--zf-faint);
  font-size: 12px;
}

