:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f7f9fc;--shell:#fff;--shell-strong:#f7f9fc;--shell-text:#172033;--shell-muted:#64748b;--shell-border:#d9e2ec;--shell-hover:#f3f6fa;--shell-active:#eef4ff;--shell-active-border:#ba7517b3;--panel:#fff;--panel-soft:#f7f9fc;--panel-tint:#f1f5f9;--ink:#172033;--heading:#1f3864;--muted:#68758a;--line:#d9e2ec;--line-strong:#c4cfdd;--gold:#ba7517;--gold-soft:#f6eadb;--green:#639922;--green-soft:#edf6e8;--red:#c00000;--red-soft:#faeaea;--cyan:#2f7c9f;--cyan-soft:#e8f3f7}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0b111b;--shell:#111d2e;--shell-strong:#09111e;--shell-text:#edf4ff;--shell-muted:#9eacbd;--shell-border:#23334a;--shell-hover:#152843;--shell-active:#1d314e;--shell-active-border:#ba7517b3;--panel:#151f2e;--panel-soft:#101927;--panel-tint:#1b2738;--ink:#e8edf5;--heading:#eef4ff;--muted:#9ba8ba;--line:#2a394d;--line-strong:#3a4c63;--gold-soft:#2d2317;--green-soft:#1b2b1c;--red-soft:#321b1b;--cyan-soft:#122836}}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f9fc;--shell:#fff;--shell-strong:#f7f9fc;--shell-text:#172033;--shell-muted:#64748b;--shell-border:#d9e2ec;--shell-hover:#f3f6fa;--shell-active:#eef4ff;--shell-active-border:#ba7517b3;--panel:#fff;--panel-soft:#f7f9fc;--panel-tint:#f1f5f9;--ink:#172033;--heading:#1f3864;--muted:#68758a;--line:#d9e2ec;--line-strong:#c4cfdd;--gold-soft:#f6eadb;--green-soft:#edf6e8;--red-soft:#faeaea;--cyan-soft:#e8f3f7}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b111b;--shell:#111d2e;--shell-strong:#09111e;--shell-text:#edf4ff;--shell-muted:#9eacbd;--shell-border:#23334a;--shell-hover:#152843;--shell-active:#1d314e;--shell-active-border:#ba7517b3;--panel:#151f2e;--panel-soft:#101927;--panel-tint:#1b2738;--ink:#e8edf5;--heading:#eef4ff;--muted:#9ba8ba;--line:#2a394d;--line-strong:#3a4c63;--gold-soft:#2d2317;--green-soft:#1b2b1c;--red-soft:#321b1b;--cyan-soft:#122836}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-width:320px;color:var(--ink);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}button,input,select,textarea{font:inherit}button{border:1px solid var(--line);background:var(--panel);min-height:40px;color:var(--ink);cursor:pointer;border-radius:8px;padding:9px 12px}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,p{margin:0}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:13px 12px}th{color:var(--muted);text-transform:uppercase;font-size:.74rem;font-weight:850}.app-shell{grid-template-columns:286px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--shell-border);background:var(--shell);height:100vh;color:var(--shell-text);flex-direction:column;gap:22px;padding:22px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.brand-mark{background:var(--gold);color:#fff;border:1px solid #ffffff2e;border-radius:8px;place-items:center;width:44px;height:44px;font-weight:950;display:grid}.brand strong{color:var(--shell-text);font-size:1.1rem;display:block}.brand span:last-child{color:var(--shell-muted);font-size:.8rem;display:block}.account-badge{border:1px solid var(--shell-border);background:var(--shell-strong);border-radius:8px;gap:5px;padding:12px;display:grid}.account-badge span{color:var(--shell-muted);text-transform:uppercase;font-size:.72rem;font-weight:850}.account-badge strong{color:var(--shell-text);font-size:.95rem}.account-badge small{color:var(--shell-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.theme-switcher{gap:8px;display:grid}.theme-switcher>span{color:var(--shell-muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.theme-options{border:1px solid var(--shell-border);background:var(--shell-strong);border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:5px;display:grid}.theme-options button{min-height:52px;color:var(--shell-muted);background:0 0;border-color:#0000;place-items:center;gap:4px;display:grid}.theme-options button.active,.theme-options button[aria-pressed=true]{border-color:var(--shell-active-border);background:var(--shell-active);color:var(--shell-text)}.theme-options button svg{color:currentColor}.theme-options button small{font-size:.68rem;font-weight:800}.sidebar nav{gap:7px;display:grid}.sidebar nav button{min-height:58px;color:var(--shell-text);text-align:left;background:0 0;border-color:#0000;grid-template-columns:22px 1fr;align-items:center;gap:11px;display:grid}.sidebar nav button:hover{border-color:var(--shell-border);background:var(--shell-hover)}.sidebar nav button.active{border-color:var(--shell-active-border);background:var(--shell-active);color:var(--shell-text)}.sidebar nav button svg{color:var(--shell-muted)}.sidebar nav button.active svg{color:var(--gold)}.sidebar nav button span{gap:2px;display:grid}.sidebar nav button strong{font-size:.92rem}.sidebar nav button small{color:var(--shell-muted);font-size:.76rem}.privacy-note{border:1px solid var(--shell-border);background:var(--shell-strong);color:var(--shell-muted);border-radius:8px;grid-template-columns:auto 1fr;gap:10px;margin-top:auto;padding:12px;font-size:.82rem;line-height:1.45;display:grid}.privacy-note svg{color:var(--gold)}.sidebar-actions{gap:8px;display:grid}.sidebar-actions form{min-width:0}.sidebar-actions button{border-color:var(--shell-border);background:var(--shell-strong);width:100%;color:var(--shell-text);text-align:left;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.sidebar-actions button:hover{background:var(--shell-hover)}.sidebar-actions button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-actions button svg:first-child{color:var(--gold)}main{min-width:0;padding:28px}.page-header{justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:20px;display:flex}.page-header>div{gap:6px;max-width:760px;display:grid}.page-header p,.section-kicker,.panel-eyebrow{color:var(--gold);text-transform:uppercase;font-size:.74rem;font-weight:900}.page-header h1{color:var(--heading);font-size:2.8rem;line-height:1}.page-header span{color:var(--muted);line-height:1.5}.period-select,.field{color:var(--muted);gap:7px;font-size:.82rem;font-weight:750;display:grid}.period-select{min-width:180px}.period-select select,.field input,.field select,textarea{border:1px solid var(--line);background:var(--panel);width:100%;color:var(--ink);border-radius:8px;padding:10px 12px}.period-select select:focus,.field input:focus,.field select:focus,textarea:focus{outline:2px solid color-mix(in srgb, var(--gold) 42%, transparent);outline-offset:2px}textarea{resize:vertical;min-height:208px;line-height:1.55}.dashboard-grid,.settings-grid,.import-layout{gap:16px;display:grid}.mission-board{grid-template-columns:minmax(0,1.35fr) 360px;align-items:stretch;gap:16px;display:grid}.mission-copy{border:1px solid var(--line);background:var(--panel);border-radius:8px;align-content:center;gap:16px;min-height:270px;padding:26px;display:grid}.mission-copy h2{max-width:760px;color:var(--heading);font-size:2.45rem;line-height:1.04}.mission-copy p{max-width:720px;color:var(--muted);font-size:1.02rem;line-height:1.6}.ratio-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:4px;display:grid}.ratio-card{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;gap:5px;min-height:74px;padding:12px;display:grid}.ratio-card span{color:var(--muted);text-transform:uppercase;font-size:.75rem;font-weight:850}.ratio-card strong{color:var(--heading);font-size:1.35rem}.progress-panel,.money-card,.panel,.funnel-line{border:1px solid var(--line);background:var(--panel);border-radius:8px}.progress-panel{align-content:space-between;gap:16px;padding:22px;display:grid}.progress-panel h2{color:var(--heading);font-size:2.25rem;line-height:1.02}.progress-panel p,.progress-panel strong{color:var(--muted)}.progress-panel strong{border-top:1px solid var(--line);padding-top:14px;font-size:.92rem;display:block}.progress-ring{--size:154px;width:var(--size);height:var(--size);background:conic-gradient(var(--gold) var(--progress), var(--panel-tint) 0);border-radius:50%;justify-self:center;place-items:center;display:grid}.progress-ring:before{width:calc(var(--size) - 34px);height:calc(var(--size) - 34px);border:1px solid var(--line);background:var(--panel);content:"";border-radius:50%;grid-area:1/1}.progress-ring span{z-index:1;color:var(--heading);grid-area:1/1;font-size:1.75rem;font-weight:950}.money-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.money-card{grid-template-columns:auto 1fr;align-content:space-between;gap:8px 10px;min-height:118px;padding:16px;display:grid}.money-card svg{color:var(--muted)}.money-card span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:850}.money-card strong{color:var(--heading);grid-column:1/-1;font-size:1.75rem;line-height:1.1}.money-card.positive strong,.positive-text{color:var(--green)}.money-card.spend strong,.spend-text{color:var(--red)}.analytics-row{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:16px;display:grid}.panel{min-width:0;padding:18px}.panel-title{color:var(--heading);justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.panel-title>div{align-items:center;gap:10px;display:flex}.panel-title h2{font-size:1.12rem}.panel-title span{color:var(--muted);font-size:.82rem;font-weight:750}.chart-panel{height:356px}.chart-panel canvas{max-height:284px}.ledger-panel{align-content:start;display:grid}.ledger-list{gap:10px;display:grid}.ledger-item{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:10px;display:grid}.ledger-dot{border-radius:999px;width:9px;height:34px}.ledger-dot.positive{background:var(--green)}.ledger-dot.spend{background:var(--red)}.ledger-item div{gap:2px;min-width:0;display:grid}.ledger-item strong,.ledger-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ledger-item small{color:var(--muted);font-size:.76rem}.ledger-item b{font-size:.95rem}.engine-panel{gap:8px;display:grid}.engine-columns{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:14px;display:grid}.metric-group{gap:10px;display:grid}.metric-group header{border-bottom:1px solid var(--line);align-items:center;min-height:32px;display:flex}.metric-group header span{color:var(--heading);text-transform:uppercase;font-size:.82rem;font-weight:900}.metric-grid,.entry-grid{grid-template-columns:repeat(2,minmax(150px,1fr));gap:10px;display:grid}.metric-tile{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;gap:8px;min-height:128px;padding:14px;display:grid}.metric-tile>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.metric-tile svg{color:var(--gold)}.metric-tile small{color:var(--muted);text-align:right;font-size:.7rem}.metric-tile span{color:var(--muted);font-size:.82rem;font-weight:750}.metric-tile strong{color:var(--heading);font-size:1.7rem;line-height:1}.funnel-line{background:var(--cyan-soft);color:var(--cyan);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px 18px;display:grid}.funnel-line strong,.funnel-line span{display:block}.funnel-line span{color:var(--muted);font-size:.9rem}.form-panel{gap:16px;display:grid}.narrow{max-width:240px}.helper,.empty{color:var(--muted);font-size:.9rem;line-height:1.5}.import-layout,.settings-grid{grid-template-columns:minmax(320px,.85fr) minmax(420px,1.15fr);align-items:start}.actions{flex-wrap:wrap;gap:10px;display:flex}.actions button:first-child{border-color:var(--gold);background:var(--gold);color:#fff;font-weight:900}.actions button:first-child:hover{background:#a76412}.import-status{border-radius:8px;margin-bottom:14px;padding:12px;font-weight:850}.import-status.pass{background:var(--green-soft);color:var(--green)}.import-status.fail{background:var(--red-soft);color:var(--red)}.table-wrap{width:100%;overflow-x:auto}.status-pill{background:var(--gold-soft);color:var(--heading);border-radius:999px;padding:5px 9px;font-size:.78rem;font-weight:850;display:inline-flex}.integration-list{gap:12px;display:grid}.billing-panel{gap:16px;display:grid}.billing-meta{gap:10px;display:grid}.billing-meta div{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;gap:5px;min-height:62px;padding:11px 12px;display:grid}.billing-meta span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.billing-meta strong{overflow-wrap:anywhere;color:var(--heading);font-size:.95rem}.billing-actions{flex-wrap:wrap;gap:10px;display:flex}.billing-actions button{border-color:var(--gold);background:var(--gold);color:#fff;align-items:center;gap:8px;font-weight:900;display:inline-flex}.billing-actions button.secondary{border-color:var(--line);background:var(--panel-soft);color:var(--ink)}.integration-list label{border-bottom:1px solid var(--line);min-height:42px;color:var(--ink);align-items:center;gap:10px;display:flex}.paywall-shell{background:var(--bg);grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);align-items:stretch;gap:18px;min-height:100vh;padding:28px;display:grid}.paywall-hero,.paywall-panel,.paywall-trust{border:1px solid var(--line);background:var(--panel);border-radius:8px}.paywall-hero{align-content:center;gap:28px;padding:clamp(24px,5vw,56px);display:grid}.paywall-topline{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.paywall-brand{align-items:center;gap:12px;display:flex}.paywall-brand strong{color:var(--heading);font-size:1.15rem;display:block}.paywall-brand span:last-child{color:var(--muted);font-size:.85rem;display:block}.paywall-theme{width:min(268px,38vw)}.paywall-theme>span{color:var(--muted)}.paywall-theme .theme-options{border-color:var(--line);background:var(--panel-soft)}.paywall-theme .theme-options button{min-height:46px;color:var(--muted)}.paywall-theme .theme-options button.active,.paywall-theme .theme-options button[aria-pressed=true]{background:var(--panel);color:var(--heading)}.paywall-mobile-theme{display:none}.paywall-copy{gap:16px;max-width:820px;display:grid}.paywall-copy h1{color:var(--heading);font-size:clamp(3rem,7vw,6rem);line-height:.98}.paywall-copy p{max-width:680px;color:var(--muted);font-size:1.08rem;line-height:1.65}.paywall-actions{flex-wrap:wrap;gap:10px;display:flex}.paywall-actions button{border-color:var(--gold);background:var(--gold);color:#fff;align-items:center;gap:10px;min-height:48px;font-weight:950;display:inline-flex}.paywall-actions button span{opacity:.82}.paywall-actions button.secondary{border-color:var(--line);background:var(--panel-soft);color:var(--ink)}.paywall-helper,.paywall-notice{color:var(--muted);font-size:.92rem;line-height:1.5}.paywall-notice{border:1px solid var(--line);background:var(--gold-soft);width:fit-content;color:var(--heading);border-radius:8px;padding:10px 12px;font-weight:800}.paywall-panel{align-content:center;gap:12px;padding:18px;display:grid}.paywall-panel article{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;grid-template-columns:auto 1fr;align-items:start;gap:12px;min-height:88px;padding:14px;display:grid}.paywall-panel svg{color:var(--gold)}.paywall-panel article div{gap:5px;display:grid}.paywall-panel strong{color:var(--heading)}.paywall-panel span{color:var(--muted);line-height:1.45}.paywall-trust{color:var(--muted);text-align:center;grid-column:1/-1;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:.9rem;display:flex}.paywall-trust svg{color:var(--gold);flex:none}@media (max-width:1180px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static;overflow:hidden}.sidebar nav{padding-bottom:2px;display:flex;overflow-x:auto}.sidebar nav button{flex:0 0 170px}.privacy-note{margin-top:0}.mission-board,.analytics-row,.import-layout,.settings-grid,.paywall-shell{grid-template-columns:1fr}.money-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){main,.sidebar{padding:16px}.page-header{flex-direction:column;align-items:stretch}.page-header h1{font-size:2.1rem}.mission-copy{min-height:auto;padding:18px}.mission-copy h2{font-size:1.75rem}.ratio-strip,.money-grid,.engine-columns,.metric-grid,.entry-grid{grid-template-columns:1fr}.sidebar nav{display:flex}.sidebar nav button{flex-basis:150px}.funnel-line{grid-template-columns:1fr}.paywall-shell{padding:16px}.paywall-hero{min-height:auto}.paywall-topline{align-items:center}.paywall-topline>.paywall-theme{display:none}.paywall-mobile-theme{display:block}.paywall-mobile-theme .paywall-theme{width:100%}.paywall-trust{text-align:left;align-items:flex-start}}
