:root {
  --ink: #18251f;
  --muted: #738078;
  --line: #e6ebe7;
  --paper: #f4f7f4;
  --white: #fff;
  --green: #176b48;
  --green-2: #37a371;
  --green-soft: #e6f4ec;
  --gold: #cf9d42;
  --red: #b85b50;
  --shadow: 0 12px 36px rgba(24, 49, 36, .07);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); }
button, input, select { font: inherit; }
button { cursor: pointer; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 250px; padding: 30px 20px; background: #102b20; color: #fff; display: flex; flex-direction: column; }
.brand { display: flex; align-items: center; gap: 12px; padding: 0 8px 34px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--green-2); font-weight: 800; }
.brand strong, .brand small { display: block; }.brand small { margin-top: 2px; color: #99b2a5; font-size: 11px; }
nav { display: grid; gap: 6px; }
.nav-item { border: 0; color: #a8bcb1; background: transparent; border-radius: 10px; padding: 12px 13px; text-align: left; display: flex; gap: 11px; }
.nav-item:hover, .nav-item.active { color: #fff; background: rgba(255,255,255,.09); }
.nav-item span { width: 18px; text-align: center; }
.sidebar-card { margin-top: auto; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.06); }
.sidebar-card small, .sidebar-card strong { display: block; }.sidebar-card small { color: #99b2a5; }.sidebar-card strong { margin: 5px 0 14px; }
.sidebar-card button { border: 0; width: 100%; padding: 9px; border-radius: 8px; color: #123324; background: #fff; font-size: 12px; font-weight: 700; }
main { margin-left: 250px; min-height: 100vh; padding: 0 42px 42px; }
header { height: 100px; display: flex; align-items: center; justify-content: space-between; }
h1, h2, h3, p { margin: 0; } h1 { font-size: 26px; } h2 { font-size: 32px; } h3 { font-size: 18px; }
.eyebrow { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 5px; }
.header-actions { display: flex; align-items: center; gap: 14px; }.status { font-size: 12px; color: var(--muted); }.status i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green-2); margin-right: 6px; }
.icon-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }.help-button { color: var(--green); font-weight: 800; }.avatar { width: 38px; height: 38px; border: 0; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 12px; font-weight: 800; }
.view { display: none; }.view.active { display: block; animation: fade .25s ease; } @keyframes fade { from { opacity: 0; transform: translateY(4px); } }
.hero { min-height: 170px; padding: 30px 34px; border-radius: 20px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: linear-gradient(125deg, #164a34, #187654 70%, #268c66); box-shadow: var(--shadow); }
.hero p { color: #bcd7c8; font-size: 13px; }.hero h2 { font-size: 48px; letter-spacing: -.04em; margin: 7px 0; }.positive { color: #bfe8cf; font-size: 12px; }.hero-date { text-align: right; }.hero-date span, .hero-date strong { display: block; }.hero-date span { font-size: 11px; color: #bcd7c8; text-transform: uppercase; letter-spacing: .1em; }.hero-date strong { margin-top: 6px; }
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 16px 0; }
.kpi, .panel { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }.kpi { border-radius: 14px; padding: 18px; }.kpi span, .kpi strong, .kpi small { display: block; }.kpi span { color: var(--muted); font-size: 12px; }.kpi strong { margin: 7px 0 5px; font-size: 23px; }.kpi small { color: var(--green); font-size: 11px; }
.kpi-intro { align-items: center; }.kpi-range-picker { padding: 3px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }.kpi-analysis-grid { grid-template-columns: repeat(3, 1fr); margin-top: 0; }.metric-card { position: relative; overflow: hidden; }.metric-card:before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--green-2); }.metric-card strong.negative, .metric-card small.negative { color: var(--red); }.kpi-chart-grid { display: grid; grid-template-columns: 1.65fr 1fr; gap: 16px; }.wide-kpi-chart { min-height: 390px; }.panel-note { color: var(--muted); font-size: 10px; }.kpi-legend { margin: -10px 0 4px; }.multi-line { fill: none; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }.insight-list { display: grid; gap: 10px; }.insight { padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #fafcfa; }.insight span, .insight strong, .insight small { display: block; }.insight span { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }.insight strong { margin: 4px 0; font-size: 15px; }.insight small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.forecast-basis { color: var(--muted); font-size: 10px; }.goal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }.goal-card { padding: 20px; }.goal-heading { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 18px; }.goal-heading strong { font-size: 17px; white-space: nowrap; }.goal-card label { display: block; color: var(--muted); font-size: 10px; }.goal-money-input { display: block; width: 100%; margin: 6px 0 14px; text-align: right; font-weight: 750; }.goal-progress { height: 8px; overflow: hidden; border-radius: 8px; background: #edf1ee; }.goal-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--green),var(--green-2)); }.debt-progress span { background: linear-gradient(90deg,var(--gold),var(--green)); }.goal-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; font-size: 10px; }.goal-meta span { color: var(--muted); }.goal-meta strong { color: var(--green); }.goal-layout { display: grid; grid-template-columns: 1.7fr .8fr; gap: 16px; }.goal-forecast-panel { min-height: 400px; }.goal-forecast-heading { align-items: start; }.goal-forecast-heading > div:last-child { display: grid; justify-items: end; gap: 5px; }.goal-metric-picker { padding: 3px; border: 1px solid var(--line); border-radius: 9px; }.goal-legend { margin: -10px 0 4px; }.scenario-list { display: grid; gap: 10px; }.scenario { padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #fafcfa; }.scenario span, .scenario strong, .scenario small { display: block; }.scenario span { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }.scenario strong { margin: 4px 0; font-size: 15px; }.scenario small { color: var(--muted); font-size: 10px; }.forecast-disclaimer { margin-top: 14px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.dashboard-grid { display: grid; grid-template-columns: 1.65fr 1fr; gap: 16px; }.panel { border-radius: 16px; padding: 22px; }.panel-heading { min-height: 38px; display: flex; justify-content: space-between; align-items: start; margin-bottom: 20px; }.panel-heading > strong { font-size: 17px; }
.segmented { border: 1px solid var(--line); border-radius: 8px; padding: 2px; }.segmented button { border: 0; border-radius: 6px; padding: 5px 9px; background: transparent; color: var(--muted); font-size: 10px; }.segmented .active { background: var(--green-soft); color: var(--green); }
.chart-panel svg { width: 100%; height: 255px; overflow: visible; }.grid-line { stroke: #edf1ee; stroke-width: 1; }.area { fill: url(#areaGradient); }.line { fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }.point { fill: #fff; stroke: var(--green); stroke-width: 2; }
.axis-text { fill: var(--muted); font-size: 10px; }.donut-wrap { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 24px; padding-top: 20px; }.donut { width: 150px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; }.donut:after { content:""; width: 92px; aspect-ratio: 1; border-radius: 50%; background: #fff; }.donut > div { position: absolute; z-index: 1; text-align: center; }.donut strong, .donut span { display: block; }.donut strong { font-size: 17px; }.donut span { color: var(--muted); font-size: 10px; }.legend { display: grid; gap: 10px; }.legend-row { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 8px; font-size: 11px; }.legend-row i { width: 7px; height: 7px; border-radius: 50%; }.legend-row span { color: var(--muted); }.legend-row strong { font-size: 11px; }
.progress-panel { margin-top: 16px; }.progress { height: 8px; border-radius: 9px; overflow: hidden; background: #edf1ee; }.progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--green-2)); }.progress-labels { margin-top: 7px; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.section-intro { display: flex; justify-content: space-between; align-items: end; margin: 8px 0 26px; }.section-intro p:last-child { max-width: 620px; color: var(--muted); font-size: 13px; margin-top: 7px; }.simple-intro { margin-top: -8px; }.simple-intro p:last-child { margin-top: 0; }.date-field { color: var(--muted); font-size: 11px; }.date-field input { display: block; margin-top: 5px; }
.compact-intro { margin: -8px 0 20px; }.compact-intro p:last-child { margin-top: 0; }
input, select { border: 1px solid var(--line); border-radius: 8px; padding: 9px 10px; background: #fff; color: var(--ink); outline: none; }.form-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.monthly-panel { padding: 20px; }.form-list { display: grid; gap: 8px; }.empty-form-guide { padding: 18px; border: 1px dashed #cddbd2; border-radius: 11px; background: #fafcfa; }.empty-form-guide strong, .empty-form-guide span { display: block; }.empty-form-guide strong { margin-bottom: 5px; color: var(--green); font-size: 11px; }.empty-form-guide span { color: var(--muted); font-size: 10px; line-height: 1.5; }.form-header, .form-row { display: grid; grid-template-columns: minmax(100px,1.2fr) minmax(105px,.9fr) minmax(100px,.85fr) minmax(70px,.58fr) minmax(88px,.68fr) 22px; align-items: center; gap: 7px; }.form-header { padding: 0 0 7px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }.form-header span:not(:first-child) { text-align: left; }.form-row { min-height: 44px; }.form-row small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 450; }.form-row label { min-width: 0; font-size: 11px; font-weight: 650; }.entry-label { min-width: 0; padding: 5px 0; border: 0; color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; text-align: left; }.entry-label:hover { color: var(--green); }.entry-label small { white-space: normal; }.form-row input { width: 100%; min-width: 0; }.money-input { text-align: right; font-variant-numeric: tabular-nums; }.previous-value, .previous-date { padding: 7px 8px; border-radius: 7px; background: #f5f8f6; font-size: 10px; font-variant-numeric: tabular-nums; }.previous-value { color: var(--ink); text-align: right; }.previous-date { color: var(--muted); text-align: center; }.ownership-wrap { position: relative; }.ownership-wrap input { padding-right: 21px; text-align: right; }.ownership-wrap:after { content: "%"; position: absolute; right: 8px; top: 10px; color: var(--muted); font-size: 10px; pointer-events: none; }.form-row .remove, .investment-subrow .remove { border: 0; background: transparent; color: #a3aaa6; }.investment-group { margin: 2px 0 5px; padding: 10px; border: 1px solid #dce9e1; border-radius: 10px; background: #f6faf7; }.investment-total-row { margin-bottom: 7px; }.investment-total-value { font-size: 12px; font-weight: 800; text-align: right; }.investment-subrow { display: grid; grid-template-columns: minmax(100px,1.2fr) minmax(105px,.9fr) minmax(100px,.85fr) minmax(70px,.58fr) minmax(88px,.68fr) 22px; align-items: center; gap: 7px; padding: 4px 0; }.investment-subrow .entry-label { padding-left: 11px; color: var(--green); font-size: 10px; }.add-actions { display: flex; flex-wrap: wrap; gap: 16px; }.text-button { margin-top: 15px; border: 0; color: var(--green); background: transparent; font-size: 11px; font-weight: 750; }.form-footer { display: flex; align-items: center; justify-content: space-between; padding: 22px 2px; }.form-footer p { color: var(--muted); font-size: 12px; }.form-actions { display: flex; gap: 8px; }.primary-button, .secondary-button { border-radius: 9px; padding: 11px 17px; font-size: 12px; font-weight: 750; }.primary-button { border: 0; background: var(--green); color: #fff; }.secondary-button { border: 1px solid var(--line); background: #fff; color: var(--green); }
.investment-chart-heading { align-items: center; }.range-picker { display: flex; flex-wrap: wrap; justify-content: end; gap: 3px; }.range-picker button, .benchmark-picker button { border: 0; border-radius: 7px; padding: 6px 8px; color: var(--muted); background: transparent; font-size: 9px; font-weight: 650; }.range-picker button:hover, .range-picker button.active, .benchmark-picker button:hover, .benchmark-picker button.active { color: var(--green); background: var(--green-soft); }.chart-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: -8px 0 8px; }.benchmark-picker { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 9px; }.benchmark-picker label { display: flex; align-items: center; gap: 4px; color: var(--muted); font-size: 9px; }.benchmark-picker input { width: 54px; padding: 5px 6px; border-radius: 6px; font-size: 10px; text-align: right; }.chart-legend { display: flex; gap: 18px; color: var(--muted); font-size: 10px; }.chart-legend span { display: flex; align-items: center; gap: 6px; }.chart-legend i { width: 18px; height: 3px; border-radius: 3px; }.portfolio-dot { background: var(--green); }.benchmark-dot { background: var(--gold); }.benchmark-line { fill: none; stroke: var(--gold); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 7 6; }.benchmark-point { fill: #fff; stroke: var(--gold); stroke-width: 2.5; }.chart-end-label { font-size: 10px; font-weight: 800; paint-order: stroke; stroke: #fff; stroke-width: 3px; }.axis-title { fill: var(--muted); font-size: 9px; font-weight: 700; }.accounts-panel { padding-bottom: 12px; }.panel-add-button { margin: 0; white-space: nowrap; }.account-list { display: grid; gap: 10px; }.account { padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #fafcfa; }.account-head, .account-metrics { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.account-head { margin-bottom: 12px; }.account-head b { font-size: 13px; }.account-head strong { font-size: 16px; }.account-head span, .account-metric span { color: var(--muted); font-size: 9px; }.account-head span { display: block; margin-bottom: 2px; text-align: right; text-transform: uppercase; letter-spacing: .06em; }.account-metrics { padding-top: 10px; border-top: 1px solid var(--line); }.account-metric { display: grid; gap: 3px; }.account-metric strong { font-size: 11px; }.account-metric:last-child { text-align: right; }.table-panel { padding: 0; overflow: hidden; }table { border-collapse: collapse; width: 100%; }th, td { padding: 15px 18px; text-align: right; border-bottom: 1px solid var(--line); font-size: 12px; }th:first-child, td:first-child { text-align: left; }th { color: var(--muted); background: #fafcfa; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }tbody tr:hover { background: #fafcfa; }.change-up { color: var(--green); }
.suggestion-panel { margin-top: 16px; padding: 0; overflow: hidden; }.suggestion-panel summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; list-style: none; cursor: pointer; }.suggestion-panel summary::-webkit-details-marker { display: none; }.suggestion-panel summary b, .suggestion-panel summary small { display: block; }.suggestion-panel summary b { font-size: 12px; }.suggestion-panel summary small, .suggestion-panel summary > span:last-child { color: var(--muted); font-size: 10px; }.inline-suggestion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 0 20px 18px; }.inline-suggestion-grid label { color: var(--muted); font-size: 10px; }.inline-suggestion-grid input { display: block; width: 100%; margin-top: 5px; text-align: right; }
.import-panel { margin-bottom: 16px; }.import-file { position: relative; overflow: hidden; display: inline-grid; place-items: center; min-width: 132px; padding: 10px 14px; border-radius: 9px; color: #fff; background: var(--green); font-size: 12px; font-weight: 750; cursor: pointer; }.import-file input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }.import-help { max-width: 760px; color: var(--muted); font-size: 12px; line-height: 1.5; }.import-status { margin: 14px 0 0; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: #fafcfa; font-size: 11px; }.import-status.success { color: var(--green); background: var(--green-soft); }.import-status.error { color: var(--red); background: #fff7f5; }.import-preview-wrap { margin-top: 14px; }.import-preview { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; }.import-preview th, .import-preview td { padding: 10px 12px; font-size: 11px; }.import-actions { display: flex; justify-content: end; gap: 8px; margin-top: 12px; }
.report-intro { align-items: center; }.report-controls { display: flex; align-items: end; gap: 8px; }.report-controls label, .reminder-form label:not(.toggle-row) { color: var(--muted); font-size: 10px; }.report-controls select, .reminder-form input[type="number"] { display: block; margin-top: 5px; }.report-cover { min-height: 145px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 26px 30px; border-radius: 18px; color: #fff; background: linear-gradient(125deg,#164a34,#187654 70%,#268c66); box-shadow: var(--shadow); }.report-cover h2 { margin: 4px 0 7px; font-size: 31px; }.report-cover > div:last-child { text-align: right; }.report-cover > div:last-child span, .report-cover > div:last-child strong, .report-cover > div:last-child small { display: block; }.report-cover > div:last-child span, .report-cover > div:last-child small, .report-cover > div:first-child span { color: #c2dccf; font-size: 11px; }.report-cover > div:last-child strong { margin: 5px 0; font-size: 29px; }.report-grid { display: grid; grid-template-columns: 1.65fr 1fr; gap: 16px; }.report-chart-panel { min-height: 375px; }.reminder-panel { margin-top: 16px; }.reminder-form { display: flex; align-items: end; gap: 18px; }.toggle-row { display: flex; align-items: center; gap: 8px; min-height: 38px; font-size: 11px; font-weight: 650; }.toggle-row input { accent-color: var(--green); }.reminder-panel .hint { margin: 14px 0 0; }
.settings-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }.settings-list { display: grid; gap: 10px; }.setting-row { display: grid; grid-template-columns: 1fr 140px; align-items: center; gap: 12px; }.setting-row span { font-size: 12px; }.settings-grid label { display: block; color: var(--muted); font-size: 11px; margin-bottom: 15px; }.settings-grid label input, .settings-grid label select { display: block; width: 100%; margin-top: 6px; }.hint { color: var(--muted); font-size: 10px; line-height: 1.5; margin: 5px 0 20px; }
.toast { position: fixed; right: 28px; bottom: 28px; padding: 12px 16px; border-radius: 10px; background: #102b20; color: #fff; font-size: 12px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s; }.toast.show { opacity: 1; transform: translateY(0); }
.empty-note { color: var(--muted); font-size: 11px; line-height: 1.5; }.empty-table { padding: 34px; color: var(--muted); text-align: center !important; }
.account-menu[hidden], .auth-backdrop[hidden] { display: none; }.account-menu { position: fixed; z-index: 25; top: 78px; right: 35px; width: 235px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }.account-menu div { padding: 3px 4px 12px; }.account-menu strong, .account-menu span { display: block; }.account-menu strong { font-size: 12px; }.account-menu span { margin-top: 4px; color: var(--muted); font-size: 10px; }.account-menu button { width: 100%; padding: 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--red); background: #fff; font-size: 11px; font-weight: 700; }.account-menu .cloud-migrate-button { margin-bottom: 7px; color: var(--green); background: var(--green-soft); }.auth-backdrop { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 20px; overflow-y: auto; background: linear-gradient(135deg,#102b20,#176b48); }.auth-card { position: relative; width: min(430px,100%); margin: auto; padding: 34px; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.25); }.auth-card h2 { margin: 6px 0 8px; }.auth-lead, .auth-note { color: var(--muted); font-size: 11px; line-height: 1.55; }.auth-card form { display: grid; gap: 11px; margin: 24px 0 12px; }.auth-card label { color: var(--muted); font-size: 10px; }.auth-card input { display: block; width: 100%; margin-top: 5px; }.auth-card .migration-confirm { display: flex; align-items: start; gap: 8px; margin-top: 3px; line-height: 1.45; }.auth-card .migration-confirm input { width: auto; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--green); }.auth-card .primary-button, .migration-card .secondary-button { width: 100%; margin-top: 4px; }.dialog-close { position: absolute; top: 15px; right: 15px; width: 32px; height: 32px; border: 0; border-radius: 50%; color: var(--muted); background: #f3f7f4; font-size: 19px; }.auth-switch, .auth-local { width: 100%; border: 0; padding: 8px; color: var(--green); background: transparent; font-size: 11px; font-weight: 700; }.auth-local { margin-top: 2px; color: var(--muted); }.auth-error { min-height: 15px; color: var(--red); font-size: 10px; }.auth-error.success { color: var(--green); }.auth-note { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.entry-card { width: min(560px,100%); }.entry-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }.entry-card select { display: block; width: 100%; margin-top: 5px; }.onboarding-backdrop[hidden] { display: none; }.onboarding-backdrop { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 22px; background: rgba(12,35,25,.58); backdrop-filter: blur(5px); }.onboarding-dialog { width: min(720px,100%); min-height: 560px; display: flex; flex-direction: column; padding: 26px 30px 28px; border: 1px solid rgba(255,255,255,.7); border-radius: 22px; background: #fff; box-shadow: 0 28px 80px rgba(8,31,20,.25); }.onboarding-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.onboarding-topbar > div { display: flex; gap: 9px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.onboarding-kicker { color: var(--green); font-weight: 800; }.onboarding-close { border: 0; color: var(--muted); background: transparent; font-size: 11px; }.onboarding-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; margin: 15px 0 30px; }.onboarding-steps i { height: 4px; border-radius: 4px; background: #e8eeea; }.onboarding-steps i.active { background: var(--green-2); }.onboarding-step { display: none; animation: fade .22s ease; }.onboarding-step.active { display: block; }.onboarding-step h2 { max-width: 600px; margin: 7px 0 10px; font-size: 29px; letter-spacing: -.025em; }.onboarding-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 14px; color: #fff; background: linear-gradient(135deg,var(--green),var(--green-2)); font-weight: 850; }.onboarding-lead { max-width: 620px; color: var(--muted); font-size: 13px; line-height: 1.6; }.onboarding-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 30px; }.onboarding-benefits div, .onboarding-snapshot div { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fafcfa; }.onboarding-benefits strong, .onboarding-benefits span, .onboarding-snapshot span, .onboarding-snapshot strong { display: block; }.onboarding-benefits strong { margin-bottom: 6px; font-size: 12px; }.onboarding-benefits span { color: var(--muted); font-size: 10px; line-height: 1.5; }.onboarding-add-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 24px; }.onboarding-add-grid button { padding: 16px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fafcfa; text-align: left; }.onboarding-add-grid button:hover { border-color: var(--green-2); background: var(--green-soft); }.onboarding-add-grid strong, .onboarding-add-grid span { display: block; }.onboarding-add-grid strong { margin-bottom: 7px; color: var(--green); font-size: 12px; }.onboarding-add-grid span { color: var(--muted); font-size: 10px; line-height: 1.45; }.onboarding-entry-status { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 13px 15px; border-radius: 11px; background: var(--green-soft); font-size: 10px; }.onboarding-entry-status strong, .onboarding-entry-status span, .onboarding-entry-status b { display: block; }.onboarding-entry-status span { color: var(--muted); }.onboarding-entry-status b { color: var(--green); }.onboarding-snapshot { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }.onboarding-snapshot span { margin-bottom: 7px; color: var(--muted); font-size: 10px; }.onboarding-snapshot strong { font-size: 21px; }.onboarding-snapshot .highlight { color: #fff; border-color: var(--green); background: var(--green); }.onboarding-snapshot .highlight span { color: #c4dfd0; }.onboarding-goals { display: grid; gap: 11px; margin-top: 26px; }.onboarding-goals label { color: var(--muted); font-size: 10px; }.onboarding-goals input { display: block; width: 100%; margin-top: 5px; text-align: right; font-weight: 750; }.onboarding-routine { display: grid; gap: 10px; margin-top: 25px; }.onboarding-routine > div { display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; background: #fafcfa; }.onboarding-routine b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 11px; }.onboarding-routine strong, .onboarding-routine small { display: block; }.onboarding-routine strong { font-size: 11px; }.onboarding-routine small { margin-top: 3px; color: var(--muted); font-size: 9px; }.onboarding-actions { display: grid; grid-template-columns: auto 1fr auto; align-items: center; margin-top: auto; padding-top: 28px; }

/* Warm, friendly visual refresh inspired by modern wellbeing products. */
:root {
  --ink: #29334d;
  --muted: #72798d;
  --line: #eadfd5;
  --paper: #fff8f1;
  --white: #fffdf9;
  --green: #24745f;
  --green-2: #63a98b;
  --green-soft: #e4f3eb;
  --gold: #f2a65a;
  --red: #d96f67;
  --shadow: 0 14px 34px rgba(68, 51, 40, .08);
}
body { font-family: "Trebuchet MS", ui-sans-serif, system-ui, sans-serif; background: radial-gradient(circle at 92% 3%,#ffe4c9 0 9%,transparent 27%),radial-gradient(circle at 5% 90%,#e1f2ea 0 10%,transparent 28%),var(--paper); }
h1, h2, h3, .hero h2, .kpi strong, .goal-heading strong, .report-cover strong { font-family: ui-rounded,"Arial Rounded MT Bold","Trebuchet MS",sans-serif; letter-spacing: -.025em; }
h1 { font-size: 29px; } h2 { font-size: 35px; } h3 { font-size: 19px; }
.sidebar { inset: 12px auto 12px 12px; width: 232px; padding: 25px 16px; border-radius: 28px; background: #29334d; box-shadow: 0 16px 36px rgba(41,51,77,.2); }
.brand { padding: 0 8px 28px; }.brand-mark { border-radius: 50%; background: #ff9f80; box-shadow: inset 0 -3px 0 rgba(0,0,0,.08); }.brand small { color: #c5cad7; }
.nav-item { color: #c5cad7; border-radius: 16px; padding: 13px; font-weight: 700; }.nav-item:hover,.nav-item.active { color: #29334d; background: #fff0df; }
.sidebar-card { border-color: rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.1); }.sidebar-card small { color: #c5cad7; }.sidebar-card button { border-radius: 14px; color: #29334d; background: #ffcf9f; }
main { margin-left: 256px; padding: 0 38px 48px; } header { height: 108px; }
.icon-button { width: 40px; height: 40px; border: 2px solid var(--line); background: var(--white); }.avatar { width: 42px; height: 42px; background: #ff9f80; color: #29334d; }
.hero { min-height: 184px; border-radius: 30px; color: #29334d; background: linear-gradient(125deg,#ffd7ae,#ffb991 72%,#ff9f80); box-shadow: var(--shadow); }.hero p,.hero-date span { color: #6c5145; }.positive { color: #315e50; }
.kpi,.panel { border: 2px solid rgba(234,223,213,.85); background: rgba(255,253,249,.96); box-shadow: var(--shadow); }.kpi { border-radius: 22px; padding: 20px; }.panel { border-radius: 28px; padding: 25px; }.kpi strong { font-size: 25px; }
.metric-card:before { width: 6px; border-radius: 0 6px 6px 0; background: #ffb991; }
.eyebrow { color: #d87358; letter-spacing: .14em; }.panel-heading { margin-bottom: 23px; }
.segmented,.kpi-range-picker,.goal-metric-picker,.benchmark-picker { border: 2px solid var(--line); border-radius: 15px; background: #fffdf9; }
.range-picker button,.benchmark-picker button,.segmented button { border-radius: 12px; font-weight: 800; }.range-picker button:hover,.range-picker button.active,.benchmark-picker button:hover,.benchmark-picker button.active,.segmented .active { color: #29334d; background: #ffd9ba; }
input,select { border: 2px solid var(--line); border-radius: 14px; background: #fffdf9; }.primary-button,.secondary-button { border-radius: 16px; padding: 12px 18px; }.primary-button { background: #29334d; }.secondary-button { border: 2px solid var(--line); background: #fffdf9; color: #29334d; }
.account,.insight,.scenario,.empty-form-guide,.onboarding-benefits div,.onboarding-snapshot div,.onboarding-routine > div,.onboarding-add-grid button { border-width: 2px; border-radius: 18px; background: #fffaf4; }
.progress,.goal-progress { height: 11px; background: #f3e8de; }.progress span,.goal-progress span { background: linear-gradient(90deg,#ffb991,#63a98b); }
.report-cover { border-radius: 30px; color: #29334d; background: linear-gradient(125deg,#ffd7ae,#ffb991 72%,#ff9f80); }.report-cover > div:last-child span,.report-cover > div:last-child small,.report-cover > div:first-child span { color: #6c5145; }
.auth-backdrop { background: linear-gradient(135deg,#29334d,#53617e); }.auth-card,.onboarding-dialog { border-radius: 28px; background: #fffdf9; }.onboarding-icon { border-radius: 50%; background: #ff9f80; color: #29334d; }
.chart-panel svg { height: auto; aspect-ratio: 720 / 300; min-height: 250px; overflow: visible; }
.grid-line { stroke: #eee5dc; stroke-width: 1.2; }.line { stroke: #24745f; stroke-width: 3.2; }.point { fill: #fffdf9; stroke: #24745f; stroke-width: 2.5; }
.axis-text,.axis-title,.chart-end-label { font-family: ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-variant-numeric: tabular-nums; }
.axis-text { fill: #626b80; font-size: 10.5px; font-weight: 600; }.axis-title { fill: #48526a; font-size: 10.5px; font-weight: 800; letter-spacing: .02em; }.chart-end-label { font-size: 10.5px; font-weight: 850; stroke: #fffdf9; stroke-width: 4px; }
.donut:after { background: #fffdf9; }
.investment-group { padding: 14px; border: 2px solid #d9e8df; border-radius: 18px; background: #f4faf6; }
.investment-account-list { display: grid; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid #d9e8df; }
.investment-account-row { display: grid; grid-template-columns: minmax(145px,1.35fr) minmax(135px,.9fr) minmax(125px,.8fr) 28px; align-items: center; gap: 12px; padding: 11px 12px; border: 1px solid #dfeae3; border-radius: 14px; background: #fffdf9; }
.investment-account-name { min-width: 0; padding: 0; border: 0; color: var(--ink); background: transparent; text-align: left; }
.investment-account-name strong,.investment-account-name span,.investment-account-name small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.investment-account-name strong { margin-bottom: 3px; color: var(--green); font-size: 12px; }.investment-account-name span { color: var(--muted); font-size: 9px; }.investment-account-name small { margin-top: 4px; color: var(--ink); font-size: 9px; font-weight: 700; }
.investment-account-metric { min-width: 0; margin: 0; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.investment-account-metric span,.investment-account-metric strong,.investment-account-metric small { display: block; }.investment-account-metric input { width: 100%; margin-top: 5px; text-align: right; }
.investment-account-previous { text-align: right; }.investment-account-previous strong { margin: 5px 0 3px; color: var(--ink); font-size: 11px; letter-spacing: 0; text-transform: none; }.investment-account-previous small { color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.investment-account-remove { width: 28px; height: 28px; border: 0; border-radius: 50%; color: #a3aaa6; background: transparent; font-size: 16px; }.investment-account-remove:hover { color: var(--red); background: #fff0ed; }
.health-card { --health-color: var(--gold); --health-soft: #fff5df; }.health-card:before { background: var(--health-color); }.health-heading { display: flex; align-items: start; justify-content: space-between; gap: 10px; }.health-heading span { max-width: 60%; }.health-heading b { padding: 5px 8px; border-radius: 999px; color: var(--health-color); background: var(--health-soft); font-size: 8px; font-weight: 850; white-space: nowrap; }
.health-scale { height: 7px; display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; margin: 9px 0 7px; }.health-scale:before,.health-scale:after,.health-scale i { content: ""; display: block; border-radius: 8px; background: #eee5dc; }.health-alert { --health-color: #c9665f; --health-soft: #fff0ed; }.health-watch { --health-color: #5f8fa6; --health-soft: #edf6fa; }.health-good { --health-color: #24745f; --health-soft: #e4f3eb; }.health-alert .health-scale:before,.health-watch .health-scale:before,.health-good .health-scale:before,.health-watch .health-scale i,.health-good .health-scale i,.health-good .health-scale:after { background: var(--health-color); }
.health-guide { display: flex; align-items: start; gap: 12px; margin: -2px 0 18px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 16px; color: var(--muted); background: rgba(255,253,249,.78); font-size: 10px; line-height: 1.5; }.health-guide strong { flex: 0 0 auto; color: var(--ink); }.health-guide span { max-width: 850px; }
.cashflow-kpi-grid { margin-top: 0; }.profile-grid { margin-bottom: 16px; }.profile-form { display: grid; gap: 13px; }.profile-form label { margin: 0; }.profile-form input { width: 100%; margin-top: 6px; text-align: right; font-variant-numeric: tabular-nums; }.profile-summary-grid { grid-template-columns: repeat(3,1fr); }.profile-debt-panel { margin-top: 16px; }.profile-debt-header,.profile-debt-row { display: grid; grid-template-columns: minmax(180px,1.4fr) minmax(125px,.8fr) minmax(95px,.55fr) minmax(140px,.8fr) minmax(155px,1fr); align-items: center; gap: 12px; }.profile-debt-header { padding: 0 12px 8px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.profile-debt-list { display: grid; gap: 9px; margin-top: 9px; }.profile-debt-row { padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fffaf4; }.profile-debt-row label { margin: 0; }.profile-debt-row input { width: 100%; text-align: right; }.profile-debt-name strong,.profile-debt-name span,.profile-debt-estimate strong,.profile-debt-estimate span { display: block; }.profile-debt-name strong { margin-bottom: 4px; font-size: 12px; }.profile-debt-name span,.profile-debt-estimate span { color: var(--muted); font-size: 9px; }.profile-debt-estimate strong { margin-bottom: 4px; color: var(--green); font-size: 11px; }.profile-debt-hint { margin: 15px 0 0; }
.monthly-history-panel { margin-top: 16px; }.monthly-history-list { display: grid; gap: 9px; }.monthly-history-row { display: grid; grid-template-columns: minmax(150px,.8fr) minmax(340px,1.7fr) auto; align-items: center; gap: 18px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 16px; background: #fffaf4; }.monthly-history-row strong,.monthly-history-row span { display: block; }.monthly-history-row strong { margin-bottom: 3px; font-size: 12px; }.monthly-history-row span { color: var(--muted); font-size: 9px; }.monthly-history-row > div:nth-child(2) { display: flex; flex-wrap: wrap; gap: 8px 18px; }.monthly-history-row .secondary-button { padding: 8px 13px; }.table-edit-button { border: 0; border-radius: 10px; padding: 7px 10px; color: var(--green); background: var(--green-soft); font-size: 10px; font-weight: 800; }.edit-warning { color: #b56f25 !important; font-weight: 700; }
.profile-investment-panel { margin-top: 16px; }.profile-investment-list { display: grid; grid-template-columns: repeat(2,minmax(220px,1fr)); gap: 10px; }.profile-investment-row { display: grid; grid-template-columns: 1fr minmax(145px,.8fr); align-items: end; gap: 14px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 16px; background: #fffaf4; }.profile-investment-row strong,.profile-investment-row span { display: block; }.profile-investment-row strong { margin-bottom: 4px; font-size: 12px; }.profile-investment-row span { color: var(--muted); font-size: 9px; }.profile-investment-row label { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }.profile-investment-row input { width: 100%; margin-top: 5px; text-align: right; }.profile-investment-hint { margin: 15px 0 0; }
.profile-expense-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.profile-expense-row { display: grid; grid-template-columns: 1fr 26px; align-items: end; gap: 7px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 14px; background: #fffaf4; }.profile-expense-row label,.profile-expense-row span { display: block; }.profile-expense-row span { margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 750; }.profile-expense-row input { width: 100%; text-align: right; }.profile-expense-row button { width: 26px; height: 34px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; font-size: 16px; }.profile-expense-row button:hover { color: var(--red); background: #fff0ed; }.profile-expense-add { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 10px; }.profile-expense-add .secondary-button { padding: 9px 13px; }
.cashflow-sankey-panel { margin-top: 16px; }.cashflow-sankey-wrap { overflow-x: auto; padding: 4px 0; }.cashflow-sankey-wrap svg { display: block; width: 100%; min-width: 820px; height: auto; }.sankey-flow { fill: none; opacity: .58; stroke-linecap: butt; transition: opacity .2s; }.sankey-flow:hover { opacity: .82; }.sankey-node { stroke: rgba(41,51,77,.12); stroke-width: 1; }.sankey-budget { fill: #29334d; }.sankey-label { fill: var(--ink); font-family: ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-size: 10px; font-weight: 750; }.sankey-value { fill: var(--muted); font-size: 9px; font-weight: 600; }.sankey-budget-label { fill: #fffdf9; paint-order: stroke; stroke: #29334d; stroke-width: 5px; }.sankey-budget-label .sankey-value { fill: #fff0df; }.sankey-empty { fill: var(--muted); font-family: ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-size: 12px; }
@media (max-width: 1050px) { .sidebar { width: 76px; padding: 26px 10px; }.brand div, .nav-item:not(.active) { font-size: 0; }.brand { padding-left: 8px; }.nav-item { justify-content: center; font-size: 0; }.nav-item span { font-size: 16px; }.sidebar-card { display: none; } main { margin-left: 100px; padding: 0 22px 30px; }.kpi-grid, .kpi-analysis-grid, .goal-grid { grid-template-columns: 1fr 1fr; }.kpi-chart-grid, .goal-layout { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .sidebar { position: static; width: auto; height: 58px; flex-direction: row; align-items: center; padding: 8px 14px; }
  .brand { padding: 0; }.brand div { display: block; }.brand div small { display: none; }
  nav { position: fixed; z-index: 18; inset: auto 0 0; height: 66px; display: grid; grid-template-columns: repeat(8,1fr); gap: 0; margin: 0; padding: 5px 4px max(5px,env(safe-area-inset-bottom)); overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); background: #29334d; box-shadow: 0 -8px 24px rgba(41,51,77,.18); }
  .nav-item, .nav-item.active { min-width: 0; justify-content: center; padding: 8px 2px; border-radius: 8px; font-size: 0; }
  .nav-item span { font-size: 17px; }.nav-item.active span { transform: translateY(-1px); }
  .sidebar-card { display: none; } main { margin-left: 0; padding: 0 14px 94px; }
  header { height: 76px; }.status { display:none; }.header-actions { gap: 8px; }
  .hero { min-height: 145px; padding: 25px 22px; border-radius: 24px; }.hero h2 { font-size: 36px; }
  .kpi-grid, .kpi-analysis-grid, .kpi-chart-grid, .goal-grid, .goal-layout, .dashboard-grid, .form-columns, .settings-grid, .report-grid { grid-template-columns: 1fr; }
  .donut-wrap { justify-content: center; }
  .section-intro { align-items: stretch; flex-direction: column; gap: 13px; }.date-field input { width: 100%; }
  .panel { padding: 19px; border-radius: 22px; }.kpi { border-radius: 19px; }.monthly-panel { padding: 17px; overflow: visible; }.form-list { min-width: 0; gap: 12px; }.form-header { display: none; }
  .form-row, .investment-subrow { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #fafcfa; }
  .form-row > label, .form-row > .entry-label, .investment-subrow > label, .investment-subrow > .entry-label { grid-column: 1 / -1; padding: 0 30px 2px 0; font-size: 13px; }
  .form-row .remove, .investment-subrow .remove { position: absolute; top: 8px; right: 8px; width: 30px; height: 30px; font-size: 18px; }
  .form-field input { width: 100%; min-width: 0; }
  .mobile-labelled { display: grid; gap: 5px; min-width: 0; padding: 0; text-align: right; background: transparent; }
  .mobile-labelled:before { content: attr(data-label); color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .04em; text-align: left; text-transform: uppercase; }
  .previous-value, .previous-date { min-height: 52px; align-content: end; padding: 0 1px 10px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .previous-date { text-align: right; }.ownership-wrap:after { top: 28px; }
  .investment-group { padding: 10px; }.investment-total-row { margin-bottom: 10px; background: #f3f8f5; }.investment-subrow { margin-top: 8px; }
  .investment-subrow > span { display: none; }.investment-total-value { min-height: 35px; align-content: end; }
  .investment-account-list { margin-top: 10px; padding-top: 10px; }.investment-account-row { position: relative; grid-template-columns: 1fr 1fr; gap: 11px; padding: 14px; }.investment-account-name { grid-column: 1 / -1; padding-right: 30px; }.investment-account-name strong,.investment-account-name span,.investment-account-name small { white-space: normal; }.investment-account-remove { position: absolute; top: 8px; right: 8px; }
  .form-footer { align-items: stretch; flex-direction: column; gap: 14px; }.form-actions { display: grid; grid-template-columns: 1fr; }
  .inline-suggestion-grid { grid-template-columns: 1fr 1fr; }
  .investment-chart-heading { align-items: start; flex-direction: column; gap: 12px; }.range-picker { justify-content: start; }
  .chart-toolbar { align-items: start; flex-direction: column; }.benchmark-picker { flex-wrap: wrap; }.chart-legend { flex-wrap: wrap; }
  .account-metrics { align-items: start; }.account-menu { top: 68px; right: 14px; }
  .entry-form-grid, .onboarding-add-grid { grid-template-columns: 1fr; }.onboarding-entry-status { align-items: start; flex-direction: column; }
  .health-guide { flex-direction: column; }.health-heading span { max-width: 55%; }
  .profile-debt-header { display: none; }.profile-debt-row { grid-template-columns: 1fr 1fr; align-items: end; }.profile-debt-name,.profile-debt-estimate { grid-column: 1 / -1; }.profile-debt-row label:before { content: attr(data-label); display: block; margin-bottom: 5px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }.profile-debt-estimate { padding-top: 9px; border-top: 1px solid var(--line); }
  .monthly-history-row { grid-template-columns: 1fr; gap: 10px; }.monthly-history-row > div:nth-child(2) { display: grid; grid-template-columns: 1fr 1fr; }.monthly-history-row .secondary-button { width: 100%; }
  .profile-investment-list,.profile-investment-row { grid-template-columns: 1fr; }
  .profile-expense-list,.profile-expense-add { grid-template-columns: 1fr; }.profile-expense-add .secondary-button { width: 100%; }
  .cashflow-sankey-wrap { margin: 0 -19px; padding: 4px 19px 10px; }
  .onboarding-dialog { min-height: min(620px,calc(100vh - 24px)); padding: 20px; overflow-y: auto; }.onboarding-benefits { grid-template-columns: 1fr; }.onboarding-step h2 { font-size: 24px; }.onboarding-steps { margin-bottom: 24px; }
  .report-controls, .reminder-form { align-items: stretch; flex-direction: column; }.report-cover { align-items: start; flex-direction: column; }.report-cover > div:last-child { text-align: left; }
}
@media print { .sidebar, header, .report-intro, .reminder-panel { display: none !important; } main { margin: 0; padding: 20px; }.view { display: none !important; } #reports-view { display: block !important; }.panel, .kpi, .report-cover { box-shadow: none; break-inside: avoid; } }
