:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;--forest-950:#103a35;--forest-900:#194f47;--forest-800:#24675d;--forest-100:#dcebe6;--forest-50:#eef6f3;--accent-text:#24675d;--accent-fill:#194f47;--accent-fill-hover:#24675d;--accent-soft:#eef6f3;--accent-selected:#dcebe6;--accent-border:#bad4c9;--accent-contrast:#fff;--amber-500:#f0af45;--amber-100:#fff0cc;--ink-900:#172522;--ink-700:#405450;--ink-500:#6d7d79;--surface:#fff;--canvas:#f5f7f2;--line:#dfe6e1;--danger:#ad3737;--danger-soft:#faeaea;--success:#247052;--shadow:0 .75rem 2rem #14373014;--radius-sm:.625rem;--radius-md:1rem;--radius-lg:1.5rem;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink-900:#eef8f4;--ink-700:#c4d3cf;--ink-500:#91a8a2;--surface:#18332f;--canvas:#102622;--line:#34504a;--forest-100:#29534b;--forest-50:#203f3a;--accent-text:#8ee1c9;--accent-fill:#246b5f;--accent-fill-hover:#2e806f;--accent-soft:#20453f;--accent-selected:#2a5a50;--accent-border:#4d7a70;--accent-contrast:#fff;--danger:#ff9b9b;--danger-soft:#512e2e;--success:#75d9b0;--shadow:0 .75rem 2rem #0003}@media (prefers-color-scheme:dark){:root[data-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink-900:#eef8f4;--ink-700:#c4d3cf;--ink-500:#91a8a2;--surface:#18332f;--canvas:#102622;--line:#34504a;--forest-100:#29534b;--forest-50:#203f3a;--accent-text:#8ee1c9;--accent-fill:#246b5f;--accent-fill-hover:#2e806f;--accent-soft:#20453f;--accent-selected:#2a5a50;--accent-border:#4d7a70;--accent-contrast:#fff;--danger:#ff9b9b;--danger-soft:#512e2e;--success:#75d9b0;--shadow:0 .75rem 2rem #0003}}*{box-sizing:border-box}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:.0625rem;height:.0625rem;padding:0;position:absolute;overflow:hidden}html{background:var(--canvas);scroll-behavior:smooth;min-height:100%}body{min-width:20rem;min-height:100dvh;color:var(--ink-900);background:var(--canvas);margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--accent-text);font-weight:650;text-decoration:none}a:hover{text-underline-offset:.1875rem;text-decoration:underline}:focus-visible{outline:.1875rem solid var(--amber-500);outline-offset:.1875rem}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.04em;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);line-height:1.08}h2{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.25rem;line-height:1.25}h3{margin-bottom:.5rem}p{color:var(--ink-700);line-height:1.6}.muted{color:var(--ink-500)}.eyebrow{color:var(--accent-text);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.75rem;font-weight:800;display:flex}.brand{color:var(--ink-900);align-items:center;gap:.75rem;display:inline-flex}.brand:hover{text-decoration:none}.brand>span:last-child{flex-direction:column;display:flex}.brand small{color:var(--ink-500);margin-top:.125rem;font-size:.65rem;font-weight:500}.brand-mark{object-fit:cover;border-radius:.875rem;flex:none;width:2.75rem;height:2.75rem;display:block}.brand--light{color:#fff}.button{cursor:pointer;border:.0625rem solid #0000;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-height:3rem;padding:.625rem 1.125rem;font-weight:750;line-height:1.2;text-decoration:none;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.button:hover:not(:disabled){text-decoration:none;transform:translateY(-.0625rem)}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{color:var(--accent-contrast);background:var(--accent-fill);box-shadow:0 .375rem 1rem #194f472e}.button--primary:hover:not(:disabled){background:var(--accent-fill-hover)}.button--secondary{color:var(--accent-text);background:var(--surface);border-color:var(--line)}.button--ghost{color:var(--ink-700);background:0 0}.button--danger{color:#fff;background:var(--danger)}.button--wide{width:100%}.button--large{min-height:3.5rem;padding-inline:1.5rem}.icon-button{width:3rem;height:3rem;color:var(--ink-700);cursor:pointer;background:0 0;border:0;border-radius:.75rem;flex:none;place-items:center;padding:0;display:inline-grid}.icon-button:hover{color:var(--accent-text);background:var(--accent-soft)}.text-button{min-height:2.75rem;color:var(--accent-text);cursor:pointer;background:0 0;border:0;align-items:center;gap:.375rem;padding:.25rem;font-weight:750;display:inline-flex}.spinner{border:.125rem solid;border-right-color:#0000;border-radius:50%;width:1.125rem;height:1.125rem;animation:.7s linear infinite spin}.spinner--large{width:2rem;height:2rem}@keyframes spin{to{transform:rotate(360deg)}}.field{gap:.4375rem;margin-bottom:1.125rem;display:grid}.field__label{color:var(--ink-700);font-size:.86rem;font-weight:750}.field__hint,.field__error{color:var(--ink-500);font-size:.78rem;line-height:1.4}.field__error{color:var(--danger)}.input,.money-input{border:.0625rem solid var(--line);width:100%;min-height:3rem;color:var(--ink-900);background:var(--surface);border-radius:.625rem;padding:.625rem .8125rem}.input:hover,.money-input:hover{border-color:#a9bbb5}.input--error{border-color:var(--danger)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem;display:grid}.form-row{justify-content:space-between;align-items:center;margin-block:-.25rem 1.125rem;font-size:.86rem;display:flex}.form-row--end{justify-content:flex-end}.split-actions,.stacked-actions{flex-wrap:wrap;gap:.75rem;display:flex}.inline-alert{border:.0625rem solid var(--accent-border);color:var(--ink-900);background:var(--accent-soft);border-radius:.75rem;align-items:center;gap:.625rem;margin:1rem 0;padding:.75rem .875rem;line-height:1.45;display:flex}.inline-alert .text-button{margin-left:auto}.inline-alert--error{color:var(--danger);background:var(--danger-soft);border-color:#e9baba}.configuration-page,.state-panel{place-items:center;min-height:100dvh;padding:1.5rem;display:grid}.configuration-card,.state-panel{text-align:center}.configuration-card{border:.0625rem solid var(--line);border-radius:var(--radius-lg);background:var(--surface);max-width:38.75rem;box-shadow:var(--shadow);padding:2.5rem}.configuration-card .brand-mark{margin:0 auto 1.5rem}.configuration-card pre{text-align:left;color:#d9f0e8;background:var(--forest-950);border-radius:.75rem;padding:1rem;overflow-x:auto}.state-panel{align-content:center;min-height:50vh}.state-panel>*{margin-inline:auto}.state-panel--error svg{color:var(--danger)}.landing{background:radial-gradient(circle at 80% 15%, #e3eee4 0, transparent 34%), var(--canvas);min-height:100vh;overflow:hidden}.landing__header{justify-content:space-between;align-items:center;max-width:75rem;margin:auto;padding:1.5rem 2rem;display:flex}.landing__actions,.hero__actions,.trust-points{align-items:center;gap:.75rem;display:flex}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:4.5rem;max-width:75rem;min-height:calc(100vh - 6rem);margin:auto;padding:4rem 2rem 7rem;display:grid}.hero__copy h1{max-width:40.625rem;font-size:clamp(3.5rem,7vw,6.4rem)}.hero__copy h1 em{color:var(--accent-text);font-family:Georgia,serif;font-weight:500}.hero__copy>p:not(.eyebrow){max-width:37.5rem;margin-bottom:2rem;font-size:1.15rem}.trust-points{color:var(--ink-500);margin-top:1.75rem;font-size:.83rem}.trust-points span{align-items:center;gap:.375rem;display:inline-flex}.trust-points svg{width:1.125rem}.hero-budget{background:var(--surface);border:.0625rem solid #194f471f;border-radius:1.75rem;padding:1.5rem;position:relative;transform:rotate(1.5deg);box-shadow:0 1.875rem 4.375rem #18453d29}.hero-budget:before{z-index:-1;content:"";filter:blur(.0625rem);background:#d9e8dc;border-radius:50%;position:absolute;inset:10% -14% -8% 15%}.hero-budget__top,.hero-budget__totals,.hero-budget__rows span{justify-content:space-between;align-items:center;display:flex}.hero-budget__top{margin-bottom:1.25rem;font-weight:750}.hero-budget__top small{color:var(--success);background:var(--forest-50);border-radius:6.25rem;padding:.375rem .625rem}.hero-budget__remaining{color:#fff;background:var(--forest-900);border-radius:1.25rem;flex-direction:column;align-items:center;padding:1.75rem 1.25rem;display:flex}.hero-budget__remaining small,.hero-budget__remaining span{color:#c8e1da}.hero-budget__remaining strong{margin-block:.4375rem;font-size:2.1rem}.hero-budget__totals{gap:1rem;padding-block:1.25rem}.hero-budget__totals span{background:var(--canvas);border-radius:.75rem;flex-direction:column;flex:1;gap:.3125rem;padding:.875rem;display:flex}.hero-budget__totals small{color:var(--ink-500)}.hero-budget__rows{gap:.5rem;display:grid}.hero-budget__rows span{border-top:.0625rem solid var(--line);justify-content:flex-start;gap:.625rem;min-height:3.25rem;padding:.5rem}.hero-budget__rows i{width:2rem;height:2rem;color:var(--accent-text);background:var(--accent-selected);border-radius:.625rem;place-items:center;font-style:normal;font-weight:800;display:grid}.hero-budget__rows b{margin-left:auto}.auth-shell{grid-template-columns:minmax(21.25rem,.9fr) minmax(30rem,1.1fr);min-height:100dvh;display:grid}.auth-brand-panel{color:#fff;background:var(--forest-950);flex-direction:column;justify-content:space-between;padding:2.5rem clamp(2rem,6vw,5rem);display:flex;overflow:hidden}.auth-brand-panel .eyebrow{color:#a7cec2}.auth-brand-panel h1{max-width:34.375rem;font-size:clamp(3rem,6vw,5.5rem)}.auth-brand-panel p:not(.eyebrow){color:#c8dbd6;max-width:31.25rem}.auth-preview{background:#ffffff14;border:.0625rem solid #ffffff1f;border-radius:1.25rem 1.25rem 0 0;width:min(25rem,100%);margin:3rem auto 0;padding:1.25rem}.auth-preview>*{margin-bottom:.5rem;display:block}.auth-preview strong{font-size:1.6rem}.auth-preview div{gap:.3125rem;display:flex}.auth-preview i{background:var(--amber-500);border-radius:.625rem;width:33%;height:.3125rem;display:block}.auth-form-panel{background:var(--surface);place-items:center;padding:3rem 2rem;display:grid}.auth-card{width:min(26.875rem,100%)}.auth-card h2{font-size:2rem}.auth-card form{margin-top:1.75rem}.auth-card__footer{text-align:center;margin-top:1.5rem;font-size:.9rem}.auth-card--centered{text-align:center}.success-icon,.step-icon{width:4rem;height:4rem;color:var(--accent-text);background:var(--accent-selected);border-radius:1.25rem;place-items:center;margin-bottom:1.25rem;display:inline-grid}.onboarding{background:radial-gradient(circle at 50% 0, #e5eee6, transparent 36%), var(--canvas);min-height:100dvh;padding:1.5rem 1.5rem 4rem}.onboarding__header{max-width:60rem;color:var(--ink-500);justify-content:space-between;align-items:center;margin:auto;font-size:.85rem;display:flex}.onboarding__progress{gap:.5rem;max-width:42.5rem;margin:2rem auto 1rem;display:flex}.onboarding__progress i{background:var(--line);border-radius:.625rem;width:100%;height:.3125rem}.onboarding__progress i.active{background:var(--accent-fill)}.onboarding__card{border:.0625rem solid var(--line);border-radius:var(--radius-lg);background:var(--surface);max-width:47.5rem;box-shadow:var(--shadow);margin:auto;padding:clamp(1.5rem,5vw,3rem)}.onboarding__step>p:not(.eyebrow){max-width:40.625rem}.onboarding__actions{border-top:.0625rem solid var(--line);justify-content:flex-end;gap:.75rem;margin-top:2rem;padding-top:1.5rem;display:flex}.onboarding-item{border:0;grid-template-columns:6.5rem minmax(8rem,1fr) minmax(7.5rem,.8fr) minmax(7.5rem,.6fr) 3rem;align-items:end;gap:.625rem;min-width:0;margin:0 0 .625rem;padding:0;display:grid}.field--compact,.onboarding-item .icon-button{margin-bottom:.625rem}.onboarding__review{text-align:center}.review-note{max-width:32.5rem;color:var(--ink-900);background:var(--accent-soft);border-radius:.875rem;flex-direction:column;gap:.3125rem;margin:1.5rem auto;padding:1.125rem;display:flex}.app-shell{min-height:100vh}.sidebar{z-index:20;border-right:.0625rem solid var(--line);background:var(--surface);flex-direction:column;width:15.5rem;padding:1.5rem 1rem;display:flex;position:fixed;inset:0 auto 0 0}.sidebar>.brand{margin:0 .5rem 2.125rem}.primary-nav{gap:.3125rem;display:grid}.nav-link{min-height:3rem;color:var(--ink-700);border-radius:.75rem;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.9rem;display:flex}.nav-link:hover{color:var(--accent-text);background:var(--accent-soft);text-decoration:none}.nav-link--active{color:var(--accent-text);background:var(--accent-selected)}.sidebar__account{border-top:.0625rem solid var(--line);grid-template-columns:2.25rem minmax(0,1fr) 2.5rem;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:grid}.sidebar__account .icon-button{width:2.5rem;height:2.5rem}.avatar{width:2.25rem;height:2.25rem;color:var(--forest-950);background:var(--amber-100);border-radius:50%;place-items:center;font-weight:800;display:grid}.sidebar__account-name{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:700;overflow:hidden}.mobile-header__actions{align-items:center;gap:.5rem;display:flex}.mobile-header,.bottom-nav,.mobile-drawer{display:none}.app-main{min-height:100vh;margin-left:15.5rem}.page{width:min(73.75rem,100%);margin:auto;padding:3rem 2.5rem 6rem}.page-heading{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.page-heading p:last-child{margin-bottom:0}.page-heading__icon{width:4rem;height:4rem;color:var(--accent-text);background:var(--accent-selected);border-radius:1.25rem;place-items:center;display:grid}.page-heading__icon svg{width:1.875rem;height:1.875rem}.budget-heading{align-items:center}.month-switcher{border:.0625rem solid var(--line);background:var(--surface);border-radius:.875rem;align-items:center;gap:.25rem;padding:.25rem;display:flex}.month-switcher__current{min-height:2.5rem;color:var(--ink-700);cursor:pointer;background:0 0;border:0;padding:.5rem .625rem;font-size:.82rem;font-weight:700}.month-switcher .icon-button{width:2.5rem;height:2.5rem}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2rem;display:grid}.summary-card{border:.0625rem solid var(--line);border-radius:var(--radius-md);background:var(--surface);align-items:flex-start;gap:.875rem;min-height:8.75rem;padding:1.375rem;display:flex;box-shadow:0 .375rem 1.25rem #1437300a}.summary-card>div{flex-direction:column;min-width:0;display:flex}.summary-card small,.summary-card span{color:var(--ink-500);font-size:.78rem}.summary-card strong{overflow-wrap:anywhere;margin-top:.4375rem;font-size:clamp(1.25rem,2vw,1.65rem)}.summary-card--remaining{color:var(--accent-contrast);border-color:var(--accent-fill);background:var(--accent-fill)}.summary-card--remaining small,.summary-card--remaining span{color:#c6ded8}.summary-card--negative{background:#7d3131;border-color:#7d3131}.summary-icon{width:2.625rem;height:2.625rem;color:var(--accent-text);background:var(--amber-100);border-radius:.75rem;flex:none;place-items:center;display:grid}.summary-icon svg{width:1.3125rem}.summary-icon--income{background:var(--accent-selected)}.summary-icon--expense{color:#8d4e2b;background:#faead9}.budget-section,.management-card,.settings-card,.template-editor,.notice-card,.empty-card{border:.0625rem solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.budget-section{margin-bottom:1.5rem;overflow:hidden}.budget-section__heading,.template-editor>header,.management-card>header{border-bottom:.0625rem solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 1.375rem;display:flex}.budget-section__heading>div,.template-editor>header>div,.management-card>header>div{align-items:baseline;gap:.625rem;display:flex}.budget-section__heading h2,.template-editor>header h2,.management-card>header h2,.budget-section__heading span,.template-editor>header p,.management-card>header p{margin:0}.budget-section__heading span,.template-editor>header p,.management-card>header p{color:var(--ink-500);font-size:.75rem}.budget-row{border-bottom:.0625rem solid var(--line);grid-template-columns:minmax(11.25rem,1fr) 13.75rem minmax(11.25rem,auto);align-items:center;gap:1.125rem;min-height:4.625rem;padding:.75rem 1.125rem;display:grid;position:relative}.budget-row:last-child{border-bottom:0}.budget-row--error{background:color-mix(in srgb, var(--danger-soft) 45%, transparent)}.budget-row--disabled{background:color-mix(in srgb, var(--canvas) 70%, transparent)}.budget-row--disabled .budget-row__identity strong{color:var(--ink-500);text-decoration:line-through}.budget-row--disabled .budget-row__amount{opacity:.62}.budget-row__identity{align-items:center;gap:.75rem;min-width:0;display:flex}.budget-row__identity>div{flex-direction:column;min-width:0;display:flex}.budget-row__identity strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.budget-row__identity span{color:var(--ink-500);font-size:.74rem}.item-dot{border-radius:50%;flex:none;width:.625rem;height:.625rem;display:inline-block}.item-dot--income{background:#4a9c7a}.item-dot--expense{background:#d28a58}.budget-row__amount,.compact-money{border:.0625rem solid var(--line);background:var(--canvas);border-radius:.625rem;grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid;overflow:hidden}.budget-row__amount>span,.compact-money>span{color:var(--ink-500);padding-left:.75rem;font-size:.75rem;font-weight:750}.money-input,.compact-money input{text-align:right;background:0 0;border:0;min-width:0;font-weight:750}.money-input:disabled{cursor:not-allowed}.compact-money input{min-height:2.75rem;color:var(--ink-900);padding:.5rem}.budget-row__actions{justify-content:flex-end;align-items:center;gap:.125rem;display:flex}.budget-row__actions .button{min-height:2.5rem;padding:.4375rem;font-size:.75rem}.row-menu-button{width:2.5rem;height:2.5rem}.save-state{min-width:3.4375rem;color:var(--ink-500);align-items:center;gap:.25rem;font-size:.72rem;display:inline-flex}.save-state--saving:before,.save-state--saved:before,.save-state--failed:before{background:var(--amber-500);content:"";border-radius:50%;width:.375rem;height:.375rem}.save-state--saved{color:var(--success)}.save-state--saved:before{background:var(--success)}.save-state--failed{color:var(--danger)}.save-state--failed:before{background:var(--danger)}.budget-row__error{color:var(--danger);grid-column:2/-1;margin:-.625rem 0 .25rem;font-size:.75rem}.inline-name-editor{align-items:center;gap:.25rem;flex-direction:row!important;display:flex!important}.inline-name-editor .input{min-height:2.625rem}.inline-name-editor .icon-button{width:2.625rem;height:2.625rem}.empty-row{text-align:center;padding:1.75rem}.empty-row p{margin-bottom:.25rem}.missing-month,.empty-card{text-align:center}.missing-month{flex-direction:column;justify-content:center;align-items:center;min-height:80vh;display:flex}.missing-month>p:not(.eyebrow){max-width:30rem}.empty-illustration{width:5.5rem;height:5.5rem;color:var(--accent-text);background:var(--accent-selected);border-radius:1.75rem;place-items:center;margin-bottom:1.5rem;display:grid}.empty-illustration svg{width:2.5rem;height:2.5rem}.undo-toast{z-index:40;right:max(1.5rem, env(safe-area-inset-right));bottom:max(1.5rem, env(safe-area-inset-bottom));color:#fff;background:var(--forest-950);box-shadow:var(--shadow);border-radius:.875rem;align-items:center;gap:.625rem;padding:.625rem .75rem .625rem 1rem;display:flex;position:fixed}.undo-toast .text-button{color:var(--amber-100)}.modal{border:.0625rem solid var(--line);border-radius:var(--radius-lg);width:min(32.5rem,100% - 2rem);max-height:min(47.5rem,100dvh - 2rem);color:var(--ink-900);background:var(--surface);padding:0;overflow-y:auto;box-shadow:0 1.5rem 5rem #0000003d}.modal:has(.report-preview-shell){width:min(68rem,100% - 2rem)}.modal::backdrop{-webkit-backdrop-filter:blur(.1875rem);backdrop-filter:blur(.1875rem);background:#0a1e1a99}.modal__header{border-bottom:.0625rem solid var(--line);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.375rem 1.5rem;display:flex}.modal__header h2,.modal__header p{margin-bottom:0}.modal__header p{margin-top:.3125rem;font-size:.85rem}.modal-form{padding:1.5rem}.check-row{background:var(--accent-soft);border-radius:.75rem;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding:.875rem;display:flex}.check-row input{width:1.25rem;height:1.25rem;accent-color:var(--accent-fill)}.check-row span{flex-direction:column;gap:.1875rem;display:flex}.check-row small{color:var(--ink-500)}.notice-card{border-color:var(--accent-border);background:var(--accent-soft);align-items:flex-start;gap:.875rem;margin-bottom:1.5rem;padding:1.125rem;display:flex}.notice-card>svg{color:var(--success);flex:none}.notice-card p{margin:.25rem 0 0;font-size:.85rem}.empty-card{padding:3.5rem 1.5rem}.empty-card>svg{color:var(--accent-text)}.templates-layout{grid-template-columns:15rem minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}.template-tabs{border:.0625rem solid var(--line);border-radius:var(--radius-md);background:var(--surface);display:grid;overflow:hidden}.template-tabs button{border:0;border-bottom:.0625rem solid var(--line);min-height:4rem;color:var(--ink-700);cursor:pointer;text-align:left;background:0 0;flex-direction:column;justify-content:center;gap:.1875rem;padding:.75rem 1rem;display:flex}.template-tabs button:last-child{border-bottom:0}.template-tabs button.active{color:var(--accent-text);background:var(--accent-selected)}.template-tabs small{align-items:center;gap:.25rem;display:flex}.template-editor{overflow:hidden}.template-group{border-bottom:.0625rem solid var(--line);padding:1.25rem 1.375rem}.template-group:last-child{border-bottom:0}.template-group__heading{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.template-group__heading h3{text-transform:uppercase;margin:0;font-size:.9rem}.template-item{border-top:.0625rem solid var(--line);grid-template-columns:minmax(9.375rem,1fr) 11.25rem auto;align-items:center;gap:.75rem;min-height:3.75rem;display:grid}.template-item>div:first-child{grid-template-columns:.875rem 1fr;align-items:center;display:grid}.template-item>div:first-child small{color:var(--ink-500);text-transform:capitalize;grid-column:2;font-size:.7rem}.reorder-buttons,.category-row__actions{display:flex}.reorder-buttons .icon-button,.category-row__actions .icon-button{width:2.375rem;height:2.375rem}.two-column-cards,.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem;display:grid}.management-card{overflow:hidden}.category-row{border-bottom:.0625rem solid var(--line);grid-template-columns:.75rem minmax(0,1fr) auto;align-items:center;gap:.625rem;min-height:3.75rem;padding:.5rem .875rem;display:grid}.category-row:last-child{border-bottom:0}.category-row .input{min-height:2.625rem}.category-swatch{background:#4a9c7a;border-radius:.1875rem;width:.625rem;height:.625rem}.category-swatch--expense{background:#d28a58}.months-list{border:.0625rem solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.months-list__header{color:var(--ink-500);background:var(--canvas);text-transform:uppercase;grid-template-columns:1.4fr repeat(3,1fr) 19rem;gap:1rem;padding:.75rem 1.25rem;font-size:.7rem;font-weight:800;display:grid}.month-row{border-bottom:.0625rem solid var(--line);grid-template-columns:1.4fr 3fr 19rem;align-items:center;gap:1rem;min-height:5.5rem;padding:.75rem 1.25rem;display:grid}.month-row:last-child{border-bottom:0}.month-row__title,.month-row__actions{align-items:center;gap:.75rem;display:flex}.month-row__actions{flex-wrap:wrap;justify-content:flex-end}.month-export-format{flex:none}.month-export-format .input{width:7.5rem;min-height:2.75rem;padding:.5rem 2.5rem .5rem .75rem}.month-row__title>div{flex-direction:column;gap:.25rem;display:flex}.calendar-tile{width:3rem;height:3.25rem;color:var(--accent-text);background:var(--accent-selected);text-align:center;text-transform:uppercase;border-radius:.625rem;flex:none;place-content:center;display:grid}.calendar-tile small{font-size:.65rem;font-weight:800}.calendar-tile strong{font-size:.7rem}.current-pill{width:fit-content;color:var(--success);background:var(--forest-50);border-radius:1.25rem;padding:.1875rem .4375rem;font-size:.64rem;font-weight:750}.month-row dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;display:grid}.month-row dl div{flex-direction:column;gap:.25rem;display:flex}.month-row dt{color:var(--ink-500);font-size:.68rem;display:none}.month-row dd{margin:0;font-size:.86rem;font-weight:700}.positive{color:var(--success)}.negative{color:var(--danger)}.settings-grid{grid-template-columns:minmax(0,1.4fr) minmax(16.25rem,.8fr)}.settings-card{padding:1.5rem}.settings-card:first-child{grid-row:span 2}.settings-card__actions{align-items:center;gap:1rem;margin-top:.625rem;display:flex}.privacy-note{border-top:.0625rem solid var(--line);gap:.5rem;margin:1.25rem 0 0;padding-top:1rem;font-size:.76rem;display:flex}.privacy-note svg{flex:none}.export-form__custom-range{margin-top:1.125rem}.export-form__hint{margin:1.125rem 0;font-size:.82rem}.report-preview-shell{padding:1.5rem}.report-preview-shell__actions{border-top:.0625rem solid var(--line);justify-content:space-between;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.report-preview{border:.0625rem solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.report-preview__header,.report-preview__section,.report-preview__footer{padding:1.25rem}.report-preview__header{border-bottom:.1875rem solid var(--accent-fill)}.report-preview__header h2,.report-preview__header p,.report-preview__section h3{margin-bottom:.5rem}.report-preview__section+.report-preview__section{border-top:.0625rem solid var(--line)}.report-preview__table-wrap{overflow-x:auto}.report-preview table{border-collapse:collapse;width:100%;min-width:36rem}.report-preview th,.report-preview td{border-bottom:.0625rem solid var(--line);text-align:left;padding:.625rem .75rem;font-size:.78rem}.report-preview thead th{color:var(--ink-700);background:var(--canvas);text-transform:uppercase}.report-preview th:last-child,.report-preview td:last-child{text-align:right}.report-preview__totals{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0 0 1rem;display:grid}.report-preview__totals div{border:.0625rem solid var(--line);border-radius:var(--radius-sm);padding:.75rem}.report-preview__totals dt{color:var(--ink-500);font-size:.72rem}.report-preview__totals dd{margin:.25rem 0 0;font-weight:750}.report-amount{font-variant-numeric:tabular-nums;font-weight:750}.report-amount--income{color:var(--success)}.report-amount--expense{color:var(--danger)}.report-preview__paused{color:var(--ink-500);text-decoration:line-through}.report-preview__footer{color:var(--ink-500);background:var(--canvas);font-size:.75rem}.help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.help-card{border:.0625rem solid var(--line);border-radius:var(--radius-md);background:var(--surface);gap:1rem;padding:1.25rem;display:flex}.help-card>span{width:2.75rem;height:2.75rem;color:var(--accent-text);background:var(--accent-selected);border-radius:.75rem;flex:none;place-items:center;display:grid}.help-card h2{font-size:1rem}.help-card p{margin-bottom:0;font-size:.86rem}.status-banner{z-index:60;border:.0625rem solid var(--line);background:var(--surface);max-width:35rem;box-shadow:var(--shadow);border-radius:.875rem;align-items:center;gap:.75rem;padding:.625rem .875rem;font-size:.82rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.status-banner--offline{color:#fff;background:#6f3b29;border-color:#6f3b29}.install-card{z-index:50;border:.0625rem solid var(--line);background:var(--surface);max-width:28.125rem;box-shadow:var(--shadow);border-radius:1rem;grid-template-columns:2.25rem minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.875rem;display:grid;position:fixed;bottom:1.5rem;right:1.5rem}.install-card>div{flex-direction:column;gap:.1875rem;display:flex}.install-card span{color:var(--ink-500);font-size:.72rem}@media (width<=65.625rem){.budget-row{grid-template-columns:minmax(10rem,1fr) 11.875rem auto;gap:.625rem}.save-state{display:none}.two-column-cards{grid-template-columns:1fr}}@media (width<=51.25rem){.app-shell{grid-template-rows:auto minmax(0,1fr) auto;height:100dvh;min-height:0;display:grid;overflow:hidden}.sidebar{display:none}.app-main{overscroll-behavior-y:contain;min-height:0;margin-left:0;overflow-y:auto}.mobile-header{z-index:30;min-height:calc(4rem + env(safe-area-inset-top));padding:max(.5rem, env(safe-area-inset-top)) 1.125rem .5rem;border-bottom:.0625rem solid var(--line);background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);justify-content:space-between;align-items:center;display:flex;position:relative}.mobile-header .brand-mark{border-radius:.6875rem;width:2.375rem;height:2.375rem;font-size:1.1rem}.mobile-header__avatar{width:2.375rem;height:2.375rem}.mobile-drawer{z-index:29;inset:calc(4rem + env(safe-area-inset-top)) 0 auto;border-bottom:.0625rem solid var(--line);background:var(--surface);box-shadow:var(--shadow);padding:.75rem 1rem 1.25rem;display:block;position:fixed}.mobile-drawer .primary-nav{grid-template-columns:repeat(2,1fr)}.bottom-nav{z-index:30;min-height:calc(4rem + env(safe-area-inset-bottom));padding:.25rem .5rem env(safe-area-inset-bottom);border-top:.0625rem solid var(--line);background:color-mix(in srgb, var(--surface) 95%, transparent);-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.bottom-nav__link{min-height:3.5rem;color:var(--ink-500);border-radius:.625rem;flex-direction:column;justify-content:center;align-items:center;gap:.1875rem;font-size:.64rem;display:flex}.bottom-nav__link:hover{text-decoration:none}.bottom-nav__link--active{color:var(--accent-text);background:var(--accent-soft)}.page{padding:2rem 1.5rem}.summary-grid{grid-template-columns:repeat(2,1fr)}.summary-card--remaining{grid-column:1/-1}.templates-layout{grid-template-columns:1fr}.template-tabs{display:flex;overflow-x:auto}.template-tabs button{border-right:.0625rem solid var(--line);border-bottom:0;min-width:11.25rem}.month-row{grid-template-columns:1fr auto}.month-row dl{grid-area:2/1/auto/-1}.month-row dt{display:block}.months-list__header{display:none}.settings-grid{grid-template-columns:1fr}.settings-card:first-child{grid-row:auto}.status-banner,.install-card{right:1rem;bottom:calc(5rem + env(safe-area-inset-bottom));left:1rem}.install-card{grid-template-columns:2rem 1fr auto}.install-card>.text-button{grid-column:2/-1;justify-self:start}}@media (width<=42.5rem){.landing__header{padding:1.125rem}.landing__header .button--ghost{display:none}.landing__header .button{min-height:2.75rem;padding:.5rem .75rem}.hero{grid-template-columns:1fr;gap:3rem;padding:3.5rem 1.25rem 5rem}.hero__copy h1{font-size:clamp(3.2rem,16vw,4.8rem)}.hero__actions{flex-direction:column;align-items:stretch}.trust-points{flex-direction:column;align-items:flex-start}.hero-budget{transform:none}.auth-shell{background:var(--surface);display:block}.auth-brand-panel{min-height:11.875rem;padding:1.5rem}.auth-brand-panel__message h1{margin-top:2rem;font-size:2.5rem}.auth-brand-panel__message p:not(.eyebrow),.auth-preview{display:none}.auth-form-panel{padding:2.25rem 1.375rem 4rem}.form-grid{grid-template-columns:1fr}.onboarding{padding:1rem .75rem 2.5rem}.onboarding__header .brand-mark{width:2.375rem;height:2.375rem}.onboarding__card{padding:1.5rem 1.125rem}.onboarding-item{border-bottom:.0625rem solid var(--line);grid-template-columns:6.25rem minmax(0,1fr) 3rem;align-items:end;padding-bottom:.625rem}.onboarding-item .field:nth-of-type(3){grid-area:2/1}.onboarding-item .field:nth-of-type(4){grid-area:2/2/auto/4}.onboarding-item .icon-button{grid-area:1/3}.onboarding__actions{justify-content:space-between}.page{padding-inline:1rem}.page-heading,.budget-heading{flex-direction:column;align-items:stretch}.page-heading>.button{width:100%}.month-switcher{align-self:flex-start}.summary-grid{grid-template-columns:1fr 1fr;gap:.625rem}.summary-card{flex-direction:column;gap:.5625rem;min-height:7rem;padding:1rem}.summary-icon{width:2.125rem;height:2.125rem}.summary-card--remaining{flex-direction:row;align-items:center}.budget-section__heading{padding:.875rem}.budget-row{grid-template-columns:minmax(0,1fr) 9.375rem;gap:.625rem;padding:.875rem}.budget-row__actions{grid-column:1/-1;justify-content:flex-end;min-height:.25rem}.budget-row__actions .save-state{margin-right:auto;display:inline-flex}.budget-row__actions .button{margin-right:auto}.budget-row__error{grid-column:1/-1;margin:0}.row-menu-button{width:2.75rem;height:2.75rem}.template-item{grid-template-columns:1fr 9.375rem;padding-block:.5rem}.template-item .reorder-buttons{grid-column:1/-1;justify-content:flex-end}.help-grid{grid-template-columns:1fr}.month-row{padding:.875rem}.month-row__actions .button{width:3rem;padding:0;font-size:0}.month-row dl{gap:.5rem}.report-preview-shell{padding:1rem}.report-preview__totals{grid-template-columns:1fr}.modal{width:calc(100% - 1rem);max-height:calc(100dvh - 1rem)}}@media (width<=24.375rem){.brand small{display:none}.landing__header .brand-mark{width:2.375rem;height:2.375rem}.summary-grid{grid-template-columns:1fr}.summary-card,.summary-card--remaining{flex-direction:row;grid-column:auto;min-height:6rem}.budget-row{grid-template-columns:1fr}.budget-row__amount,.budget-row__actions{grid-column:1}.template-editor>header,.management-card>header{flex-direction:column;align-items:flex-start}.template-item{grid-template-columns:1fr}.template-item .reorder-buttons{grid-column:1}.month-row{grid-template-columns:1fr}.month-row__actions{grid-row:auto}.month-row dl{grid-area:auto/1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
