@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{color:#172033;font-synthesis:none;--blue:#2767e8;--blue-soft:#e8f0ff;--green:#459852;--green-soft:#eaf6ed;--red:#e54e50;--red-soft:#ffeded;--text:#172033;--muted:#657086;--surface:#fff;--surface-muted:#eef1f6;--line:#dce1e9;--shadow:0 8px 28px #1b2a4a12;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f5f7fb;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{background:#f5f7fb;min-width:320px;min-height:100vh;margin:0;transition:background-color .22s,color .22s}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}svg{stroke-width:2px;width:20px;height:20px}.app-shell{min-height:100vh}.public-site{min-height:100vh;color:var(--text);background:radial-gradient(circle at 82% 8%, color-mix(in srgb, var(--blue) 13%, transparent), transparent 30rem), var(--surface-muted)}.public-header,.public-footer,.public-site>main{width:min(1180px,100% - 40px);margin-inline:auto}.public-header{justify-content:space-between;align-items:center;gap:24px;min-height:82px;display:flex}.public-brand{color:var(--text);align-items:center;gap:11px;font-size:22px;font-weight:700;text-decoration:none;display:inline-flex}.public-brand img{width:38px;height:38px}.public-header nav{align-items:center;gap:24px;display:flex}.public-header nav a,.public-footer a{color:var(--muted);font-weight:600;text-decoration:none}.public-header nav a:hover,.public-footer a:hover{color:var(--blue)}.public-header .public-nav-cta{color:#fff;background:var(--blue);border-radius:12px;padding:11px 17px}.public-header .public-nav-cta:hover{color:#fff;background:#1959d8}.public-hero{grid-template-columns:minmax(0,1.03fr) minmax(380px,.97fr);align-items:center;gap:clamp(48px,8vw,100px);min-height:620px;padding:76px 0 92px;display:grid}.public-kicker{color:var(--blue);text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:800;display:inline-block}.public-hero h1{letter-spacing:-.055em;max-width:720px;margin:14px 0 20px;font-size:clamp(44px,6vw,72px);line-height:1.02}.public-hero-copy>p{max-width:630px;color:var(--muted);margin:0;font-size:19px;line-height:1.65}.public-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.public-primary-button,.public-secondary-button{border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 19px;font-weight:700;text-decoration:none;display:inline-flex}.public-primary-button{background:var(--blue);color:#fff}.public-primary-button:hover{background:#1959d8}.public-secondary-button{border:1px solid var(--line);background:var(--surface);color:var(--text)}.public-secondary-button:hover{border-color:color-mix(in srgb, var(--blue) 50%, var(--line));color:var(--blue)}.public-primary-button svg{width:18px;height:18px}.public-overview{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);border-radius:28px;padding:24px;transform:rotate(1deg);box-shadow:0 24px 70px #1b2a4a24}.public-overview-head{align-items:center;gap:11px;margin-bottom:20px;display:flex}.public-overview-head img{width:42px;height:42px}.public-overview-head div{gap:2px;display:grid}.public-overview-head b{font-size:17px}.public-overview-head span{color:var(--muted);font-size:13px}.public-balance-card{background:var(--surface-muted);text-align:center;border-radius:21px;flex-direction:column;justify-content:center;align-items:center;min-height:210px;padding:28px;display:flex}.public-balance-card>span{color:var(--muted);font-weight:600}.public-balance-card strong{letter-spacing:-.035em;margin:10px 0 26px;font-size:clamp(24px,3vw,36px)}.public-balance-bar{border-radius:4px;width:100%;height:11px;display:flex;overflow:hidden}.public-balance-bar i:first-child{background:var(--green);width:42%}.public-balance-bar i:last-child{background:var(--red);flex:1}.public-mini-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.public-mini-grid span{border:1px solid var(--line);border-radius:16px;align-items:center;gap:9px;min-height:74px;padding:15px;font-weight:700;display:flex}.public-mini-grid svg{color:var(--blue)}.public-features{padding:80px 0 96px}.public-section-heading{max-width:700px;margin-bottom:30px}.public-section-heading h2{letter-spacing:-.04em;margin:10px 0 0;font-size:clamp(30px,4vw,46px);line-height:1.12}.public-feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.public-feature-grid article{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:20px;padding:28px}.public-feature-grid article>svg{width:25px;height:25px;color:var(--blue)}.public-feature-grid h3{margin:18px 0 7px;font-size:20px}.public-feature-grid p{color:var(--muted);margin:0;line-height:1.6}.public-trust{border:1px solid var(--line);background:var(--surface);border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin:0 0 96px;padding:28px;display:grid}.public-trust>svg{width:34px;height:34px;color:var(--blue)}.public-trust h2{margin:0 0 5px;font-size:22px}.public-trust p{color:var(--muted);margin:0;line-height:1.55}.public-trust>a{color:var(--blue);align-items:center;gap:7px;font-weight:700;text-decoration:none;display:inline-flex}.public-trust>a svg{width:17px;height:17px}.public-footer{border-top:1px solid var(--line);min-height:100px;color:var(--muted);justify-content:space-between;gap:24px;padding:30px 0;display:flex}.public-footer div{flex-wrap:wrap;gap:22px;display:flex}.legal-site{background:var(--surface-muted)}.legal-wrap{padding:50px 0 80px;max-width:980px!important}.legal-wrap-narrow{max-width:780px!important}.legal-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:26px;padding:clamp(26px,5vw,56px);line-height:1.7}.legal-card h1{letter-spacing:-.045em;margin:12px 0 6px;font-size:clamp(36px,5vw,52px);line-height:1.08}.legal-card h2{letter-spacing:-.02em;margin:42px 0 10px;font-size:24px}.legal-card h3{margin:28px 0 8px;font-size:18px}.legal-card p,.legal-card li{color:var(--muted)}.legal-card a{color:var(--blue)}.legal-card ul{padding-left:24px}.legal-updated{margin-top:0}.legal-notice{border:1px solid color-mix(in srgb, var(--blue) 28%, var(--line));background:var(--blue-soft);border-radius:15px;margin:28px 0;padding:18px 20px}.legal-notice p,.legal-notice li{color:var(--text)}.legal-notice p{margin:0}.legal-strong-link{font-weight:800}.legal-mail-button{width:fit-content;color:#fff!important}.auth-legal-links{justify-content:center;gap:8px;margin-top:4px;font-size:13px;display:flex}.auth-legal-links a{color:var(--muted);text-decoration:none}.auth-legal-links a:hover{color:var(--blue)}@media (width<=820px){.public-header,.public-footer,.public-site>main{width:min(100% - 30px,680px)}.public-header nav>a:first-child{display:none}.public-hero{grid-template-columns:1fr;gap:48px;min-height:auto;padding:54px 0 70px}.public-overview{transform:none}.public-feature-grid{grid-template-columns:1fr}.public-trust{grid-template-columns:auto 1fr}.public-trust>a{grid-column:2}.public-footer{flex-direction:column}.legal-wrap{padding:26px 0 60px}}@media (width<=520px){.public-header{min-height:70px}.public-brand{font-size:19px}.public-brand img{width:34px;height:34px}.public-header .public-nav-cta{padding:9px 12px}.public-hero h1{font-size:42px}.public-actions,.public-actions a{width:100%}.public-overview{border-radius:22px;padding:16px}.public-balance-card{padding:20px}.public-mini-grid,.public-trust{grid-template-columns:1fr}.public-trust>a{grid-column:auto}.public-footer div{flex-direction:column;gap:10px}.legal-card{border-radius:20px}.legal-mail-button{text-align:center;width:100%}}.sidebar{background:var(--surface);border-right:1px solid var(--line);z-index:20;flex-direction:column;width:244px;padding:30px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;padding:0 10px 32px;font-size:22px;font-weight:700;display:flex}.brand img{width:39px;height:39px}.sidebar nav{gap:7px;display:grid}.nav-button{width:100%;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:13px;min-height:48px;padding:0 14px;font-weight:600;display:flex}.nav-button:hover{background:var(--surface-muted);color:var(--text)}.nav-button.active{background:var(--blue-soft);color:var(--blue)}.primary-button{background:var(--blue);color:#fff;border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-weight:700;display:inline-flex}.primary-button:hover{background:#1959d8}.sidebar-footer{gap:10px;margin-top:auto;display:grid}.add-sidebar{width:100%}.theme-toggle{border:1px solid var(--line);background:var(--surface-muted);min-height:44px;color:var(--text);border-radius:12px;justify-content:flex-start;align-items:center;gap:11px;padding:0 13px;font-weight:700;transition:background-color .18s,border-color .18s,transform .18s;display:flex}.theme-toggle:hover{border-color:color-mix(in srgb, var(--blue) 45%, var(--line));background:var(--blue-soft);color:var(--blue)}.theme-toggle:active{transform:scale(.97)}.theme-toggle svg{width:19px;height:19px}.theme-toggle.compact{width:42px;min-height:42px;color:var(--muted);background:0 0;border:0;border-radius:50%;justify-content:center;padding:0}.theme-toggle.compact:hover{background:var(--surface-muted);color:var(--blue)}.auth-theme-toggle{z-index:5;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:50%;padding:3px;position:fixed;top:20px;right:20px}.main-content{min-height:100vh;margin-left:244px}.page-wrap{max-width:1120px;margin:auto;padding:42px 42px 72px}.mobile-header,.mobile-nav{display:none}.page-heading{justify-content:space-between;align-items:end;margin-bottom:25px;display:flex}.page-heading h1{letter-spacing:-.04em;margin:2px 0 5px;font-size:clamp(28px,4vw,38px)}.page-heading p{color:var(--muted);margin:0}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:700;color:var(--blue)!important}.summary-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:0 28px 25px}.month-selector{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:68px;display:flex}.month-selector button,.icon-button{width:42px;height:42px;color:var(--muted);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.month-selector button:hover,.icon-button:hover{background:var(--surface-muted);color:var(--blue)}.month-selector strong{text-align:center;font-size:18px}.summary-main{flex-direction:column;justify-content:center;align-items:center;min-height:194px;display:flex}.metric-label{color:var(--muted);font-weight:600}.money{letter-spacing:-.06em;margin:8px 0 12px;font-size:clamp(38px,6vw,58px);line-height:1.1;display:block}.animated-number{font-variant-numeric:tabular-nums}.money.negative{color:var(--red)}.percent-chip{background:var(--blue-soft);color:var(--blue);border-radius:99px;padding:6px 12px;font-size:14px;font-weight:700}.summary-divider{background:var(--line);height:1px;margin:0 -28px}.summary-totals{grid-template-columns:1fr 1fr;gap:32px;padding:23px 0 20px;display:grid}.summary-totals>div{gap:4px;display:grid}.summary-totals span{color:var(--muted);align-items:center;gap:6px;font-weight:500;display:flex}.summary-totals span svg{width:16px;height:16px}.summary-totals strong{font-size:25px}.align-right{text-align:right;justify-items:end}.income{color:var(--green)}.expense{color:var(--red)}.arrow-diagonal{transform:rotate(-45deg)}.distribution .bar{background:var(--surface-muted);border-radius:99px;height:10px;display:flex;overflow:hidden}.distribution .bar span{background:var(--green)}.distribution .bar i{background:var(--red)}.distribution>div:last-child{justify-content:space-between;margin-top:8px;font-size:13px;font-weight:700;display:flex}.distribution>div:last-child span:first-child{color:var(--green)}.distribution>div:last-child span:last-child{color:var(--red)}.quick-actions{grid-template-columns:1fr 1fr;gap:16px;margin:18px 0 40px;display:grid}.quick-actions button{background:var(--surface);border:1px solid var(--line);color:var(--text);text-align:left;box-shadow:var(--shadow);border-radius:18px;align-items:center;gap:13px;padding:18px;display:flex}.quick-actions button:hover{border-color:#b9c6dc;transform:translateY(-1px)}.quick-actions button>span:nth-child(2){flex:1;gap:3px;display:grid}.quick-actions small{color:var(--muted)}.expense-icon,.income-icon{border-radius:13px;flex:none;place-items:center;width:42px;height:42px;display:grid}.expense-icon{color:var(--red);background:var(--red-soft)}.income-icon{color:var(--green);background:var(--green-soft)}.section-block{margin-top:40px}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:16px;display:flex}.section-heading h2{letter-spacing:-.025em;margin:0 0 5px;font-size:25px}.section-heading p{color:var(--muted);margin:0}.text-button{color:var(--blue);white-space:nowrap;background:0 0;border:0;padding:9px;font-weight:700}.category-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;grid-template-columns:minmax(220px,.8fr) 1.2fr;align-items:center;gap:52px;padding:30px;display:grid}.donut{aspect-ratio:1;width:min(100%,275px);margin:auto;position:relative}.donut svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.donut-track{fill:none;stroke:var(--surface-muted);stroke-width:10px}.donut-segment{transition:opacity .2s}.donut>div{background:var(--surface);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:17%}.donut span{color:var(--muted)}.donut strong{margin-top:3px;font-size:25px}.category-list{display:grid}.category-list>button{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--text);text-align:left;background:0 0;grid-template-columns:10px 1fr auto 52px 18px;align-items:center;gap:10px;padding:14px 0;display:grid}.category-list>button:last-child{border-bottom:0}.category-list>button:hover .category-name{color:var(--blue)}.category-list>button>svg{width:17px;color:var(--muted)}.category-list small{color:var(--muted);text-align:right}.legend-dot{border-radius:50%;width:9px;height:9px}.category-name{font-weight:600}.payment-summary-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:22px;padding:8px 20px}.payment-summary-card>button{border:0;border-bottom:1px solid var(--line);width:100%;min-height:84px;color:var(--text);text-align:left;background:0 0;border-radius:0;gap:12px;padding:16px 0;transition:opacity .16s;display:grid}.payment-summary-card>button:last-child{border-bottom:0}.payment-summary-card>button:hover{opacity:.78}.payment-summary-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.payment-summary-name,.payment-summary-values{align-items:center;gap:9px;display:flex}.payment-summary-name{min-width:0}.payment-summary-values{white-space:nowrap;justify-content:flex-end}.payment-summary-values small{color:var(--muted)}.payment-summary-icon{text-align:center;flex:0 0 24px;width:24px;font-size:18px}.payment-summary-values svg{width:17px;height:17px;color:var(--muted)}.payment-summary-track{background:var(--surface-muted);border-radius:999px;width:100%;height:8px;display:block;overflow:hidden}.payment-summary-track>span{width:var(--payment-share);background:var(--payment-color);transform-origin:0;border-radius:3px;height:100%;transition:width .55s cubic-bezier(.2,.75,.3,1);animation:.6s cubic-bezier(.2,.75,.3,1) both payment-bar-in;display:block}@keyframes payment-bar-in{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.movement-groups{gap:14px;display:grid}.movement-day-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;overflow:hidden}.movement-day-header{background:var(--surface-muted);min-height:48px;color:var(--muted);justify-content:space-between;align-items:center;gap:16px;padding:0 20px;display:flex}.movement-day-header strong{color:var(--text);font-size:15px}.movement-day-header span{font-size:12px}.movement-row{border-bottom:1px solid var(--line);align-items:center;gap:14px;min-height:82px;padding:15px 20px;transition:background-color .15s;display:flex}.movement-row.interactive{cursor:pointer}.movement-row.interactive:hover{background:color-mix(in srgb, var(--blue) 5%, var(--surface))}.movement-row.selected{background:var(--blue-soft)}.movement-checkbox{width:21px;height:21px;accent-color:var(--blue);flex:none}.movement-day-rows .movement-row:last-child{border-bottom:0}.movement-icon{width:42px;height:42px}.movement-copy{flex:1;gap:4px;min-width:0;display:grid}.movement-copy strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.movement-copy span{color:var(--muted);font-size:14px}.amount{white-space:nowrap}.delete-button{width:38px;height:38px;color:var(--muted);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.edit-movement-button{width:36px;height:36px;color:var(--primary);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:0 0 36px;place-items:center;transition:background-color .16s,transform .16s;display:inline-grid}.edit-movement-button:hover{background:var(--primary-soft)}.edit-movement-button:active{transform:scale(.94)}.edit-movement-button svg{width:18px;height:18px}.delete-button:hover{background:var(--red-soft);color:var(--red)}.delete-button svg{width:18px}.empty-state{min-height:220px;color:var(--muted);text-align:center;border:1px dashed #bbc4d1;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:30px;display:flex}.empty-state svg{width:34px;height:34px;margin-bottom:4px}.empty-state.compact{border:0;min-height:150px}.movements-tools{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:0 20px 20px}.filter-tabs{background:var(--surface-muted);border-radius:12px;grid-template-columns:repeat(3,1fr);margin:20px 0 14px;padding:4px;display:grid}.filter-tabs button,.entry-switch button{min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:9px;font-weight:700}.filter-tabs button.active{background:var(--blue);color:#fff;box-shadow:0 3px 10px #2767e833}.search-field{border:1px solid var(--line);color:var(--muted);border-radius:12px;align-items:center;gap:10px;padding:0 14px;display:flex}.search-field input{width:100%;height:45px;color:var(--text);background:0 0;border:0;outline:0}.search-field>button{width:34px;height:34px;color:var(--muted);background:0 0;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.search-field>button:hover{background:var(--surface-muted);color:var(--text)}.search-field>button svg{width:17px}.search-results-summary{background:color-mix(in srgb, var(--blue-soft) 72%, var(--surface));border-radius:14px;align-items:center;gap:24px;min-height:72px;margin-top:12px;padding:12px 16px;display:flex}.search-results-copy{flex:1;gap:3px;min-width:0;display:grid}.search-results-copy span,.search-total span{color:var(--muted);font-size:12px}.search-total{justify-items:end;gap:3px;display:grid}.search-total strong{white-space:nowrap}.movement-count{color:var(--muted);justify-content:space-between;padding:22px 4px 11px;font-size:14px;display:flex}.movement-scope{background:var(--blue-soft);min-height:46px;color:var(--blue);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:8px 12px;display:flex}.movement-scope button{color:var(--blue);background:0 0;border:0;align-items:center;gap:6px;font-weight:700;display:flex}.movement-scope svg{width:16px}.movement-actions{align-items:end;gap:14px;margin-top:14px;display:flex}.movement-actions label{min-width:230px;color:var(--muted);flex:1;gap:6px;font-size:13px;font-weight:700;display:grid}.movement-actions .secondary-button{flex:none}.movement-actions svg{width:18px}.selection-toolbar{z-index:30;border:1px solid var(--line);background:var(--surface);border-radius:17px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;min-height:64px;margin-bottom:20px;padding:9px 12px;display:grid;position:sticky;top:14px;box-shadow:0 10px 28px #0a193224}.danger-button{border:1px solid color-mix(in srgb, var(--red) 35%, var(--line));background:var(--red-soft);min-height:44px;color:var(--red);border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-weight:700;display:inline-flex}.danger-button svg{width:18px}.movement-flat-list{overflow:hidden}.movement-detail-amount{align-items:center;gap:14px;margin:26px 0;display:flex}.movement-detail-amount>span{border-radius:16px;place-items:center;width:52px;height:52px;display:grid}.movement-detail-amount strong{font-size:30px}.movement-details{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;margin:0 0 26px;display:grid}.movement-details>div{border-bottom:1px solid var(--line);padding:16px 0}.movement-details>div:nth-child(odd){padding-right:16px}.movement-details>div:nth-child(2n){border-left:1px solid var(--line);padding-left:16px}.movement-details dt{color:var(--muted);margin-bottom:5px;font-size:13px}.movement-details dd{margin:0;font-weight:700}.modal-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.modal-actions.split{justify-content:space-between}.analysis-options{gap:14px;display:grid}.analysis-option{border:1px solid var(--line);background:var(--surface);width:100%;min-height:108px;color:var(--text);text-align:left;box-shadow:var(--shadow);border-radius:20px;align-items:center;gap:17px;padding:20px;transition:transform .16s,border-color .16s;display:flex}.analysis-option:hover{border-color:#b7c4da;transform:translateY(-2px)}.analysis-option>svg{color:var(--muted)}.analysis-option-icon{border-radius:16px;flex:none;place-items:center;width:52px;height:52px;display:grid}.analysis-option-icon.blue,.insight-icon.blue{color:var(--blue);background:var(--blue-soft)}.analysis-option-icon.purple,.insight-icon.purple{color:#8b5cf6;background:#8b5cf61f}.analysis-option-icon.green{color:var(--green);background:var(--green-soft)}.analysis-option-copy{flex:1;gap:3px;min-width:0;display:grid}.analysis-option-copy small{color:var(--muted);font-weight:600}.analysis-option-copy strong{font-size:18px}.analysis-option-copy>span{color:var(--muted)}.analysis-note{color:var(--muted);align-items:center;gap:12px;padding:20px;display:flex}.analysis-note>span{background:var(--blue);border-radius:50%;flex:none;width:8px;height:8px}.analysis-note p{margin:0}.analysis-page-heading{gap:18px;margin-bottom:25px;display:grid}.analysis-page-heading h1{letter-spacing:-.04em;margin:0 0 5px;font-size:clamp(28px,4vw,38px)}.analysis-page-heading p{color:var(--muted);margin:0}.back-button{width:fit-content;color:var(--blue);background:0 0;border:0;align-items:center;gap:7px;padding:0;font-weight:700;display:flex}.back-button svg{width:18px}.first-section{margin-top:28px}.annual-hero{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;overflow:hidden}.year-selector{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr 48px;align-items:center;min-height:66px;padding:0 17px;display:grid}.year-selector button{width:42px;height:42px;color:var(--muted);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.year-selector button:hover{background:var(--surface-muted);color:var(--blue)}.year-selector strong{text-align:center;font-size:19px}.annual-saving{flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:28px;display:flex}.annual-saving>span{color:var(--muted);font-weight:600}.annual-saving>strong{letter-spacing:-.055em;margin:6px 0;font-size:clamp(38px,6vw,56px);line-height:1.1}.annual-saving small{color:var(--muted)}.annual-totals{border-block:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.metric-tile{align-items:center;gap:14px;padding:25px 28px;display:flex}.metric-tile:first-child{border-right:1px solid var(--line)}.metric-tile>span{border-radius:13px;place-items:center;width:44px;height:44px;display:grid}.metric-tile .income-icon{color:var(--green);background:var(--green-soft)}.metric-tile .expense-icon{color:var(--red);background:var(--red-soft)}.metric-tile>div{gap:4px;display:grid}.metric-tile>div>span{color:var(--muted)}.metric-tile strong{font-size:22px}.annual-distribution{padding:22px 28px 25px}.chart-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:24px}.chart-legend{color:var(--muted);flex-wrap:wrap;gap:20px;margin-bottom:15px;font-size:14px;display:flex}.chart-legend span{align-items:center;gap:7px;display:flex}.chart-legend i{border-radius:50%;width:9px;height:9px}.green-dot{background:var(--green)}.red-dot{background:var(--red)}.blue-dot{background:var(--blue)}.chart-scroll{overflow-x:auto}.annual-chart{width:100%;min-width:720px;height:auto;display:block}.annual-chart text{fill:var(--muted);font:13px DM Sans,sans-serif}.grid-line{stroke:var(--line);stroke-width:1px}.chart-line{fill:none;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.income-line{stroke:var(--green)}.expense-line{stroke:var(--red)}.saving-line{stroke:var(--blue)}.chart-point{stroke:var(--surface);stroke-width:2px}.chart-point.income-line{fill:var(--green)}.chart-point.expense-line{fill:var(--red)}.chart-point.saving-line{fill:var(--blue)}.month-pills{grid-template-columns:repeat(12,1fr);gap:6px;margin-top:10px;display:grid}.month-pills.active-months{grid-template-columns:repeat(auto-fit,minmax(64px,1fr))}.month-pills button{background:var(--surface-muted);min-width:40px;height:38px;color:var(--muted);border:0;border-radius:9px;font-weight:700}.month-pills button.active{background:var(--blue-soft);color:var(--blue)}.selected-month{background:var(--surface-muted);border-radius:14px;grid-template-columns:1fr repeat(3,auto);align-items:center;gap:22px;margin-top:18px;padding:16px;display:grid}.selected-month span{color:var(--muted);gap:3px;font-size:13px;display:grid}.selected-month b{color:var(--text);font-size:15px}.insight-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.insight-card{background:var(--surface);border:1px solid var(--line);min-height:128px;box-shadow:var(--shadow);border-radius:18px;align-items:center;gap:15px;padding:20px;display:flex}.insight-icon{border-radius:14px;flex:none;place-items:center;width:45px;height:45px;display:grid}.insight-icon.red{color:var(--red);background:var(--red-soft)}.insight-card>div{gap:3px;min-width:0;display:grid}.insight-card>div>span,.insight-card small{color:var(--muted)}.insight-card strong{font-size:20px}.latest-analysis,.comparison-summary{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.period-comparison-picker{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:18px;display:grid}.compact-month-picker{min-width:0}.compact-month-picker>span{color:var(--muted);margin:0 8px 6px;font-size:13px;font-weight:600;display:block}.compact-month-picker>div{border:1px solid var(--line);border-radius:13px;grid-template-columns:40px 1fr 40px;align-items:center;min-height:52px;display:grid}.compact-month-picker button{width:38px;height:38px;color:var(--muted);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.compact-month-picker button:hover{background:var(--surface-muted);color:var(--blue)}.compact-month-picker strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.versus{color:#8b5cf6;background:#8b5cf621;border-radius:50%;place-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:grid}.comparison-summary{grid-template-columns:repeat(4,1fr)}.comparison-metric{border:1px solid var(--line);background:var(--surface);min-height:158px;box-shadow:var(--shadow);border-radius:18px;flex-direction:column;align-items:flex-start;padding:20px;display:flex}.comparison-metric>span{color:var(--muted);font-weight:600}.comparison-metric>strong{letter-spacing:-.03em;margin:11px 0 3px;font-size:23px}.comparison-metric small{color:var(--muted)}.comparison-metric em{border-radius:99px;margin-top:auto;padding:5px 9px;font-size:12px;font-style:normal;font-weight:700}.comparison-metric em.good{color:var(--green);background:var(--green-soft)}.comparison-metric em.bad{color:var(--red);background:var(--red-soft)}.comparison-metric em.neutral{color:var(--muted);background:var(--surface-muted)}.category-comparisons{grid-template-columns:1fr 1fr;gap:14px;display:grid}.category-comparison{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:18px;padding:20px}.category-comparison h3{margin:0 0 19px}.category-bar-label{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin:10px 0 5px;font-size:13px;display:flex}.category-bar-label strong{color:var(--text)}.category-bar{background:var(--surface-muted);border-radius:99px;height:9px;overflow:hidden}.category-bar span{border-radius:inherit;background:var(--blue);height:100%;display:block}.category-bar.previous span{background:#9aa6b8}.category-comparison footer{border-top:1px solid var(--line);color:var(--muted);margin-top:17px;padding-top:13px;font-size:13px;font-weight:600}.good-text{color:var(--green)!important}.bad-text{color:var(--red)!important}.empty-analysis{min-height:220px;color:var(--muted);text-align:center;border:1px dashed #bbc4d1;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.empty-analysis svg{width:34px;height:34px}.budget-month{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:16px}.budget-overview{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;margin-top:18px;padding:25px}.budget-title{justify-content:space-between;align-items:center;gap:18px;display:flex}.budget-title>div{gap:5px;display:grid}.budget-title>div>span{color:var(--muted)}.budget-title>div>strong{letter-spacing:-.04em;font-size:31px}.budget-title svg{width:17px}.budget-metrics{border-block:1px solid var(--line);grid-template-columns:1fr 1fr;margin:23px 0;padding:20px 0;display:grid}.budget-metrics>div{gap:4px;display:grid}.budget-metrics>div:last-child{text-align:right;border-left:1px solid var(--line)}.budget-metrics span{color:var(--muted)}.budget-metrics strong{font-size:21px}.budget-progress,.mini-progress{background:var(--surface-muted);border-radius:99px;height:10px;overflow:hidden}.budget-progress span,.mini-progress span{border-radius:inherit;background:var(--blue);height:100%;display:block}.budget-progress span.over,.mini-progress span.over{background:var(--red)}.budget-overview>small{color:var(--muted);text-align:right;margin-top:7px;display:block}.budget-category-list{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;overflow:hidden}.budget-category-list article{border-bottom:1px solid var(--line);align-items:center;gap:14px;min-height:86px;padding:15px 19px;display:flex}.budget-category-list article:last-child{border-bottom:0}.budget-category-icon{background:var(--surface-muted);border-radius:13px;place-items:center;width:42px;height:42px;font-size:21px;display:grid}.budget-category-copy{flex:1;gap:3px;min-width:0;display:grid}.budget-category-copy>span{color:var(--muted);font-size:13px}.mini-progress{max-width:350px;height:5px;margin-top:5px}.budget-modal .entry-form{margin-top:24px}.check-row{border:1px solid var(--line);border-radius:13px;justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:12px 14px;display:flex}.check-row>span{color:var(--text);align-items:center;gap:11px;display:flex}.check-row>span>span{gap:2px;display:grid}.check-row small{color:var(--muted);font-weight:400}.check-row input{width:20px;height:20px}.budget-modal-actions{justify-content:flex-end;align-items:center;gap:14px;display:flex}.text-danger{color:var(--red);background:0 0;border:0;margin-right:auto;font-weight:700}.more-heading{margin-bottom:22px}.more-options{gap:13px;display:grid}.more-option,.more-logout{border:1px solid var(--line);background:var(--surface);width:100%;min-height:88px;color:var(--text);text-align:left;box-shadow:var(--shadow);border-radius:19px;align-items:center;gap:15px;padding:15px 18px;transition:transform .18s,border-color .18s,background-color .18s;animation:.38s cubic-bezier(.2,.75,.3,1) both item-reveal;display:flex}.more-option:nth-child(2){animation-delay:45ms}.more-option:nth-child(3){animation-delay:90ms}.more-option:nth-child(4){animation-delay:.135s}.more-option:hover{border-color:#b7c4da;transform:translateY(-2px)}.more-option:active,.more-logout:active{transform:scale(.985)}.more-option>span:nth-child(2),.more-logout>div{flex:1;gap:4px;min-width:0;display:grid}.more-option strong,.more-logout strong{font-size:17px}.more-option small,.more-logout small{color:var(--muted);font-size:14px}.more-option>svg,.more-logout>svg{color:var(--muted);flex:none}.more-option-icon,.more-logout>span{border-radius:14px;flex:none;place-items:center;width:46px;height:46px;display:grid}.more-option-icon.purple{color:#8b5cf6;background:#8b5cf61f}.more-option-icon.amber{color:#d47c00;background:#e18a0021}.more-option-icon.teal{color:#167c80;background:#167c801f}.more-option-icon.slate{color:#40708f;background:#40708f21}.more-logout{color:var(--red);margin-top:24px}.more-logout:hover{background:var(--red-soft);border-color:#f2bbbb}.more-logout>span{background:var(--red-soft)}.tool-page-header{gap:20px;margin-bottom:24px;display:grid}.tool-page-header>div{justify-content:space-between;align-items:end;gap:20px;display:flex}.tool-page-header h1{letter-spacing:-.04em;margin:0 0 5px;font-size:clamp(28px,4vw,38px)}.tool-page-header p{color:var(--muted);margin:0}.tool-card-list{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:20px;animation:.4s cubic-bezier(.2,.75,.3,1) both card-reveal;overflow:hidden}.category-tool-row,.scheduled-row{border-bottom:1px solid var(--line);align-items:center;gap:13px;min-height:82px;padding:14px 17px;transition:background-color .18s;display:flex}.category-tool-row:last-child,.scheduled-row:last-child{border-bottom:0}.category-tool-row:hover,.scheduled-row:hover{background:var(--surface-muted)}.category-tool-row>div,.scheduled-row>div{flex:1;gap:4px;min-width:0;display:grid}.category-tool-row small,.scheduled-row small{color:var(--muted)}.category-tool-icon{background:var(--surface-muted);border-radius:14px;flex:none;place-items:center;width:45px;height:45px;font-size:22px;display:grid}.category-tool-row .icon-button svg,.scheduled-row .icon-button svg{width:18px}.category-modal .entry-form,.scheduled-modal .entry-form{margin-top:24px}.entry-form label small{color:var(--muted);font-weight:400}.icon-input{border:1px solid var(--line);border-radius:12px;grid-template-columns:58px 1fr;align-items:center;height:62px;display:grid;overflow:hidden}.icon-input:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #2767e81f}.icon-input>span{text-align:center;font-size:28px}.icon-input input{border:0;border-left:1px solid var(--line);border-radius:0;height:100%;box-shadow:none!important}.scheduled-summary{border:1px solid var(--line);background:var(--surface);min-height:128px;box-shadow:var(--shadow);border-radius:20px;align-content:center;gap:3px;margin-bottom:17px;padding:22px 24px;animation:.38s cubic-bezier(.2,.75,.3,1) both card-reveal;display:grid}.scheduled-summary span,.scheduled-summary small{color:var(--muted)}.scheduled-summary strong{letter-spacing:-.04em;font-size:32px}.scheduled-pending{border:1px solid color-mix(in srgb, #e6a23c 45%, var(--line));background:var(--surface);box-shadow:var(--shadow);border-radius:20px;margin:0 0 17px;animation:.38s cubic-bezier(.2,.75,.3,1) both card-reveal;overflow:hidden}.scheduled-pending>header{background:color-mix(in srgb, #f4a62a 10%, var(--surface));align-items:center;gap:13px;padding:17px 20px;display:flex}.scheduled-pending h2,.scheduled-pending p{margin:0}.scheduled-pending h2{font-size:18px}.scheduled-pending p,.scheduled-pending small{color:var(--muted)}.scheduled-pending-icon{color:#a86708;background:#fff0ca;border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.scheduled-pending-icon svg{width:21px}.scheduled-pending-list>article{border-top:1px solid var(--line);align-items:center;gap:13px;min-height:78px;padding:13px 17px;display:flex}.scheduled-pending-list>article>div{flex:1;gap:3px;min-width:0;display:grid}.compact-button{white-space:nowrap;min-height:42px;padding:0 15px}.compact-button svg{width:17px}.scheduled-register-modal{width:min(460px,100vw - 32px)}.retry-notice{justify-content:space-between;align-items:center;gap:16px;display:flex}.retry-notice .text-button{color:inherit}.scheduled-row.inactive{opacity:.62}.scheduled-amount{white-space:nowrap;font-size:17px}.switch{cursor:pointer;display:inline-flex}.switch input{opacity:0;pointer-events:none;position:absolute}.switch span{background:#a9b1bf;border-radius:99px;width:44px;height:26px;padding:3px;transition:background-color .18s}.switch span:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s cubic-bezier(.2,.75,.3,1);display:block;box-shadow:0 1px 4px #0003}.switch input:checked+span{background:var(--blue)}.switch input:checked+span:after{transform:translate(18px)}.switch input:focus-visible+span{outline-offset:2px;outline:3px solid #2767e838}.import-tool-card{border:1px solid var(--line);background:var(--surface);min-height:390px;box-shadow:var(--shadow);text-align:center;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;padding:38px;animation:.4s cubic-bezier(.2,.75,.3,1) both card-reveal;display:flex}.import-tool-card h2{margin:17px 0 7px}.import-file-copy p{color:var(--muted);margin:0}.import-tool-icon{background:var(--blue-soft);width:64px;height:64px;color:var(--blue);border-radius:19px;place-items:center;display:grid}.import-tool-icon svg{width:30px;height:30px}.import-file-copy{margin-bottom:24px}.compact-import-file{text-align:left;gap:17px;justify-content:initial;grid-template-columns:58px minmax(0,1fr) auto;min-height:0;padding:22px 24px;display:grid}.compact-import-file .import-tool-icon{border-radius:16px;width:58px;height:58px}.compact-import-file .import-file-copy{min-width:0;margin:0}.compact-import-file h2{text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;overflow:hidden}.compact-import-file .primary-button{min-height:44px}.file-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.import-message{align-items:center;gap:11px;margin:16px 0;display:flex}.import-message>span{flex:1}.import-message svg{flex:none}.warning-notice{color:#a86708;background:#fff4d7}.statement-summary{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:22px;margin-top:18px;padding:24px}.statement-summary header,.statement-period,.statement-totals{justify-content:space-between;align-items:center;gap:18px;display:flex}.statement-summary h2{margin:0 0 2px;font-size:25px}.statement-summary header span,.statement-period span,.statement-totals span{color:var(--muted)}.statement-summary header em{border-radius:99px;align-items:center;gap:7px;padding:8px 12px;font-size:13px;font-style:normal;font-weight:700;display:inline-flex}.statement-summary header em svg{width:16px;height:16px}.statement-summary header em.ok{color:var(--green);background:var(--green-soft)}.statement-summary header em.review{color:var(--red);background:var(--red-soft)}.statement-period{background:var(--surface-muted);border-radius:12px;margin:20px 0 18px;padding:13px 15px}.statement-totals>div{flex:1;gap:4px;display:grid}.statement-totals>div:last-child{text-align:right}.statement-totals strong{font-size:23px}.excluded-import-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;margin-top:18px;padding:24px}.excluded-import-card h2{margin:0 0 5px;font-size:21px}.excluded-import-card>p{color:var(--muted);margin:0 0 9px}.excluded-import-card>div{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;min-height:64px;display:flex}.excluded-import-card>div>span{gap:3px;display:grid}.excluded-import-card small{color:var(--muted)}.excluded-import-card b{white-space:nowrap}.import-transactions-heading{justify-content:space-between;align-items:end;gap:18px;margin:32px 0 9px;display:flex}.import-transactions-heading h2{margin:0 0 3px;font-size:25px}.import-transactions-heading p{color:var(--muted);margin:0}.import-transactions-heading>span{background:var(--blue);color:#fff;border-radius:99px;place-items:center;min-width:39px;height:39px;padding:0 10px;font-weight:700;display:grid}.import-select-all{width:fit-content;min-height:42px;color:var(--blue);cursor:pointer;grid-template-columns:22px auto;align-items:center;gap:9px}.import-select-all input,.import-checkbox input{width:20px;height:20px;accent-color:var(--blue)}.import-movement-list{gap:13px;display:grid}.import-movement-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:19px;grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:13px;padding:20px;transition:border-color .18s,background-color .18s,transform .18s;display:grid;position:relative}.import-movement-card.selected{border-color:color-mix(in srgb, var(--blue) 35%, var(--line))}.import-movement-card.duplicate{opacity:.72}.import-flow-icon{border-radius:13px;place-items:center;width:42px;height:42px;font-size:23px;font-weight:700;display:grid}.import-flow-icon.charge{color:var(--red);background:var(--red-soft)}.import-flow-icon.credit{color:var(--green);background:var(--green-soft)}.import-movement-main{gap:4px;min-width:0;display:grid}.import-description{text-overflow:ellipsis;background:0 0;border:0;border-radius:7px;height:auto;min-height:28px;margin:-2px -5px 0;padding:2px 5px;font-size:16px;font-weight:700}.import-description:hover:not(:disabled){background:var(--surface-muted)}.import-description:focus{background:var(--surface)}.import-movement-main>span{color:var(--muted);font-size:14px}.duplicate-chip{width:fit-content;color:var(--red);background:var(--red-soft);border-radius:99px;margin-top:3px;padding:4px 8px;font-weight:700}.import-movement-card>strong{white-space:nowrap;padding-top:4px;font-size:17px}.import-movement-controls{border-top:1px solid var(--line);grid-column:2/4;align-items:end;gap:12px;margin-top:7px;padding-top:15px;display:flex}.import-movement-controls>label{width:min(220px,28%)}.import-movement-controls select{height:43px}.income-method{color:var(--muted);gap:6px;display:grid}.income-method strong{border:1px solid var(--line);min-height:43px;color:var(--text);border-radius:11px;align-items:center;padding:0 13px;display:flex}.import-checkbox{cursor:pointer;grid-template-columns:auto 20px;align-items:center;min-height:43px;margin-left:auto;width:auto!important}.import-checkbox input{grid-area:1/2}.import-checkbox span{color:var(--blue);grid-area:1/1}.import-save-bar{z-index:12;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:18px;grid-template-columns:minmax(150px,1fr) auto auto;align-items:center;gap:24px;margin:18px 0 0;padding:17px 18px;display:grid;position:sticky;bottom:16px;box-shadow:0 14px 45px #0c172d29}.import-save-bar>div{gap:2px;display:grid}.import-save-bar span,.import-save-bar small{color:var(--muted)}.import-save-bar b{letter-spacing:-.035em;font-size:24px}.password-modal>p{color:var(--muted);margin:13px 0 22px}.modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;background:#080d188c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border-radius:24px;width:min(100%,560px);max-height:calc(100vh - 40px);padding:26px;overflow:hidden auto;box-shadow:0 22px 70px #080e1c40}.modal-header{justify-content:space-between;align-items:start;display:flex}.modal-header h2{margin:5px 0 0;font-size:27px}.entry-switch{background:var(--surface-muted);border-radius:12px;grid-template-columns:1fr 1fr;margin:22px 0;padding:4px;display:grid}.entry-switch button.active{background:var(--surface);color:var(--text);box-shadow:0 2px 8px #141e321a}.entry-switch button.expense-tab.active{color:var(--red)}.entry-switch button.income-tab.active{color:var(--green)}.entry-form{gap:17px;display:grid}.installment-option{border:1px solid var(--line);background:var(--surface);border-radius:13px;align-items:center;gap:18px;min-height:72px;padding:13px 15px;display:flex}.installment-option>div{flex:1;gap:3px;min-width:0;display:grid}.installment-option strong{color:var(--text)}.installment-option small{color:var(--muted);line-height:1.35}.installment-option .switch{flex:none}.installment-details{grid-template-columns:minmax(140px,.7fr) 1.3fr;gap:13px;animation:.22s both card-reveal;display:grid}.installment-preview{background:var(--blue-soft);min-height:75px;color:var(--blue);border-radius:12px;grid-template-columns:1fr auto;align-content:center;gap:2px 10px;padding:11px 14px;display:grid}.installment-preview strong{font-size:20px}.installment-preview small{color:var(--muted);grid-column:1/-1}label{color:var(--muted);gap:7px;font-size:14px;font-weight:600;display:grid}input,select{border:1px solid var(--line);width:100%;height:48px;color:var(--text);background:var(--surface);border-radius:11px;outline:0;padding:0 13px}input:focus,select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2767e81f}.amount-input{height:62px;font-size:25px;font-weight:700}.form-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.form-message{color:var(--red);background:var(--red-soft);border-radius:10px;padding:11px 13px;font-size:14px}.success-message{color:var(--green);background:var(--green-soft);border-radius:10px;padding:11px 13px}.profile-grid{grid-template-columns:.75fr 1.25fr;align-items:start;gap:18px;display:grid}.profile-card,.settings-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:26px}.profile-card{text-align:center;grid-row:span 2}.profile-card h2{margin:16px 0 4px}.profile-card p,.settings-card>p,.logout-card p{color:var(--muted);margin:0 0 22px}.avatar{background:var(--blue);color:#fff;border-radius:50%;place-items:center;width:96px;height:96px;margin:auto;font-size:38px;font-weight:700;display:grid;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.settings-card h2{margin:0 0 6px}.logout-card{justify-content:space-between;align-items:center;gap:20px;display:flex}.theme-options{background:var(--surface-muted);border-radius:13px;grid-template-columns:repeat(3,1fr);gap:5px;padding:5px;display:grid}.theme-options button{min-height:42px;color:var(--muted);background:0 0;border:0;border-radius:9px;font-weight:700;transition:background-color .18s,color .18s,transform .18s}.theme-options button.active{color:var(--blue);background:var(--surface);box-shadow:0 2px 8px #141e321a}.theme-options button:active{transform:scale(.97)}.secondary-button{border:1px solid var(--line);background:var(--surface);border-radius:11px;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-weight:700;display:inline-flex}.secondary-button.danger{color:var(--red);border-color:#f2bbbb}.notice{border-radius:12px;margin-bottom:18px;padding:13px 16px}.error-notice{background:var(--red-soft);color:var(--red)}.auth-page{grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid}.auth-intro{color:#fff;background:#153d9a;flex-direction:column;justify-content:center;padding:clamp(40px,8vw,110px);display:flex}.auth-brand{flex-direction:column;align-items:center;gap:10px;width:max-content;display:flex}.auth-logo-frame{background:#fff;border-radius:50%;place-items:center;width:68px;height:68px;padding:8px;display:grid;box-shadow:0 8px 24px #03123233}.auth-logo-frame img{object-fit:contain;width:100%;height:100%}.auth-brand-intro>span:last-child{font-size:22px;font-weight:700}.auth-intro h1{letter-spacing:-.06em;max-width:580px;margin:42px 0 20px;font-size:clamp(40px,5vw,68px);line-height:1.02}.auth-intro>p{color:#d8e3ff;max-width:550px;font-size:18px;line-height:1.6}.auth-benefits{flex-wrap:wrap;gap:11px;margin-top:35px;display:flex}.auth-benefits span{background:#ffffff1a;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:8px;padding:10px 13px;display:flex}.auth-panel{background:var(--surface);place-items:center;padding:32px;display:grid}.auth-card{gap:18px;width:min(100%,410px);display:grid}.auth-card h2{margin:0;font-size:33px}.auth-card>p{color:var(--muted);margin:-10px 0 12px}.google-button{border:1px solid var(--line);background:var(--surface);min-height:50px;color:var(--text);border-radius:12px;justify-content:center;align-items:center;gap:11px;font-weight:700;display:flex}.google-button:hover{background:var(--surface-muted);border-color:#b8c1cf}.google-button svg{flex:none;width:21px;height:21px}.auth-divider{color:var(--muted);text-align:center;align-items:center;gap:12px;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-divider span{white-space:nowrap}.password-field{position:relative}.password-field input{padding-right:48px}.password-field button{width:43px;color:var(--muted);background:0 0;border:0;position:absolute;inset:3px 3px 3px auto}.auth-mobile-brand{display:none}.full-loader{min-height:100vh;color:var(--blue);place-content:center;justify-items:center;gap:20px;display:grid}.full-loader img{width:66px}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.view-stage{animation:.32s cubic-bezier(.2,.75,.3,1) both view-reveal}.amount-change{animation:.34s cubic-bezier(.2,.8,.3,1) both amount-settle}.period-change{animation:.26s cubic-bezier(.2,.75,.3,1) both period-settle}.summary-card,.movements-tools,.annual-hero,.period-comparison-picker,.budget-overview,.chart-card,.category-card{animation:.42s cubic-bezier(.2,.75,.3,1) both card-reveal}.analysis-option,.movement-day-card,.insight-card,.comparison-metric,.category-comparison,.budget-category-list article{animation:.38s cubic-bezier(.2,.75,.3,1) both item-reveal}.analysis-option:nth-child(2),.movement-day-card:nth-child(2),.insight-card:nth-child(2),.comparison-metric:nth-child(2),.category-comparison:nth-child(2),.budget-category-list article:nth-child(2){animation-delay:45ms}.analysis-option:nth-child(3),.movement-day-card:nth-child(3),.insight-card:nth-child(3),.comparison-metric:nth-child(3),.category-comparison:nth-child(3),.budget-category-list article:nth-child(3){animation-delay:90ms}.movement-day-card:nth-child(4),.comparison-metric:nth-child(4),.category-comparison:nth-child(4),.budget-category-list article:nth-child(4){animation-delay:.12s}.movement-day-card:nth-child(n+5),.category-comparison:nth-child(n+5),.budget-category-list article:nth-child(n+5){animation-delay:.145s}.modal-backdrop{animation:.2s ease-out both backdrop-in}.modal{animation:.3s cubic-bezier(.2,.8,.25,1) both modal-in}.donut{animation:.52s cubic-bezier(.2,.75,.3,1) both donut-in}.chart-line{stroke-dasharray:1500;stroke-dashoffset:1500px;animation:.85s cubic-bezier(.4,0,.2,1) forwards draw-line}.expense-line{animation-delay:90ms}.saving-line{animation-delay:.18s}.nav-button,.primary-button,.secondary-button,.google-button,.text-button,.month-selector button,.year-selector button,.compact-month-picker button,.month-pills button,.icon-button,.delete-button,.quick-actions button,.movement-day-card,.insight-card,.comparison-metric,.category-comparison,.budget-category-list article{transition:transform .18s,background-color .18s,border-color .18s,color .18s,box-shadow .18s}.nav-button svg{transition:transform .2s cubic-bezier(.2,.75,.3,1)}.nav-button:hover svg,.nav-button.active svg{transform:scale(1.08)}.movement-day-card:hover,.insight-card:hover,.comparison-metric:hover,.category-comparison:hover{border-color:#b7c4da;transform:translateY(-2px)}.budget-category-list article:hover{background:var(--surface-muted)}.primary-button:active,.secondary-button:active,.google-button:active,.text-button:active,.month-selector button:active,.year-selector button:active,.compact-month-picker button:active,.month-pills button:active,.icon-button:active,.delete-button:active,.quick-actions button:active,.analysis-option:active{transform:scale(.97)}.distribution .bar span,.distribution .bar i,.category-bar span,.budget-progress span,.mini-progress span{transition:width 1.2s cubic-bezier(.2,.75,.3,1)}@keyframes view-reveal{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes card-reveal{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes item-reveal{0%{opacity:0;transform:translateY(8px)scale(.992)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes amount-settle{0%{opacity:.35;transform:translateY(3px)scale(.965)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes period-settle{0%{opacity:.25;transform:translate(7px)}to{opacity:1;transform:translate(0)}}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(16px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes donut-in{0%{opacity:0;transform:scale(.94)rotate(-3deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes draw-line{to{stroke-dashoffset:0}}@media (width<=820px){.sidebar{display:none}.main-content{margin:0}.page-wrap{padding:18px 20px 110px}.mobile-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.mobile-header img{width:38px;height:38px}.mobile-header-actions{align-items:center;gap:3px;display:flex}.mobile-nav{min-height:76px;padding:7px 8px max(7px, env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--line);z-index:30;grid-template-columns:repeat(5,1fr);align-items:center;display:grid;position:fixed;inset:auto 0 0}.mobile-nav .nav-button{flex-direction:column;justify-content:center;gap:3px;min-height:58px;padding:0;font-size:11px}.mobile-nav .nav-button.active{background:0 0}.mobile-nav .nav-button svg{width:22px}.mobile-add{border:5px solid var(--surface);background:var(--blue);color:#fff;border-radius:50%;place-items:center;width:54px;height:54px;margin:-25px auto 0;display:grid;box-shadow:0 7px 20px #2767e852}.mobile-add svg{width:25px;height:25px}.category-card{grid-template-columns:1fr;gap:28px}.profile-grid{grid-template-columns:1fr}.profile-card{grid-row:auto}.auth-page{background:var(--surface);grid-template-columns:1fr}.auth-intro{display:none}.auth-panel{padding:28px 22px}.auth-mobile-brand{flex-direction:column;align-items:center;gap:9px;width:max-content;margin:0 0 34px;font-size:22px;display:flex}.auth-mobile-brand .auth-logo-frame{border:1px solid var(--line);width:82px;height:82px;padding:7px;box-shadow:0 10px 28px #192b4a1f}.comparison-summary{grid-template-columns:1fr 1fr}.insight-grid{grid-template-columns:1fr}.latest-analysis,.selected-month{grid-template-columns:1fr 1fr}}@media (width<=560px){.page-wrap{padding-inline:14px}.page-heading{margin:4px 7px 20px}.page-heading h1{font-size:29px}.page-heading .eyebrow{display:none}.summary-card{border-radius:22px;padding-inline:20px}.summary-divider{margin-inline:-20px}.summary-main{min-height:168px}.money{font-size:41px}.summary-totals{gap:12px}.summary-totals strong{font-size:20px}.quick-actions{grid-template-columns:1fr;margin-bottom:34px}.category-card{padding:23px 18px}.donut{max-width:245px}.category-list>button{grid-template-columns:9px 1fr auto 42px 16px;font-size:14px}.payment-summary-card{padding-inline:16px}.payment-summary-top{gap:10px}.payment-summary-name,.payment-summary-values{gap:6px}.payment-summary-name strong,.payment-summary-values b{font-size:14px}.section-block{margin-top:34px}.section-heading{align-items:start}.section-heading h2{font-size:22px}.section-heading p{font-size:14px}.recent-section .section-heading p{display:none}.movement-row{gap:10px;padding:14px 13px}.movement-day-header{padding-inline:14px}.movement-icon{width:38px;height:38px}.movement-row .amount{font-size:14px}.delete-button{width:32px}.movement-actions{flex-direction:column;align-items:stretch}.search-results-summary{gap:14px;padding-inline:13px}.search-results-copy span{display:none}.search-total strong{font-size:14px}.movement-actions label,.movement-actions .secondary-button{width:100%}.selection-toolbar{grid-template-columns:auto 1fr auto;top:8px}.selection-toolbar .text-button{display:none}.movement-details{grid-template-columns:1fr}.movement-details>div:nth-child(odd),.movement-details>div:nth-child(2n){border-left:0;padding:14px 0}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;padding:24px 20px max(24px, env(safe-area-inset-bottom));border-radius:25px 25px 0 0;max-height:92vh}.form-grid,.installment-details{grid-template-columns:1fr}.logout-card{flex-direction:column;align-items:start}.logout-card button{justify-content:center;width:100%}.analysis-option{gap:12px;padding:17px 14px}.analysis-option-copy>span{font-size:14px}.analysis-page-heading{margin-inline:6px}.back-button span{display:none}.annual-saving{align-items:flex-start;min-height:165px}.annual-totals{grid-template-columns:1fr}.metric-tile:first-child{border-right:0;border-bottom:1px solid var(--line)}.metric-tile{padding:19px 20px}.annual-distribution{padding-inline:20px}.chart-card{padding:18px 14px}.month-pills{grid-template-columns:repeat(12,52px);padding-bottom:5px;overflow-x:auto}.selected-month{grid-template-columns:1fr;gap:11px}.selected-month span{grid-template-columns:1fr auto}.period-comparison-picker{grid-template-columns:1fr;padding:14px}.versus{width:34px;height:34px;margin:-4px auto}.comparison-summary,.latest-analysis,.category-comparisons{grid-template-columns:1fr}.comparison-metric{min-height:140px}.budget-title{flex-direction:column;align-items:flex-start}.budget-title button{justify-content:center;width:100%}.budget-category-list article{flex-wrap:wrap;align-items:flex-start}.budget-category-copy{min-width:calc(100% - 60px)}.budget-category-list article>button{margin-left:56px}.budget-modal-actions{flex-direction:column-reverse}.budget-modal-actions button{justify-content:center;width:100%}.text-danger{margin:0}.tool-page-header>div{flex-direction:column;align-items:stretch}.tool-page-header .primary-button{width:100%}.more-option,.more-logout{min-height:82px;padding:13px}.scheduled-row{flex-wrap:wrap}.scheduled-row>div{min-width:calc(100% - 60px)}.scheduled-amount{flex:1;margin-left:58px}.category-tool-row{padding-inline:12px}.import-tool-card{min-height:340px;padding:28px 20px}.compact-import-file{grid-template-columns:50px minmax(0,1fr);min-height:0;padding:18px}.compact-import-file .import-tool-icon{width:50px;height:50px}.compact-import-file .primary-button{grid-column:1/-1;width:100%}.statement-summary,.excluded-import-card{padding:20px 17px}.statement-summary h2{font-size:22px}.statement-period{flex-direction:column;align-items:start;gap:4px}.statement-totals strong{font-size:19px}.import-transactions-heading{align-items:center}.import-transactions-heading h2{font-size:22px}.import-transactions-heading p{font-size:14px}.import-movement-card{grid-template-columns:38px minmax(0,1fr) auto;gap:11px;padding:16px 14px}.import-flow-icon{width:38px;height:38px}.import-movement-card>strong{font-size:15px}.import-movement-controls{flex-wrap:wrap;grid-column:1/-1}.import-movement-controls>label{width:calc(50% - 6px)}.income-method{flex:1}.import-checkbox{grid-template-columns:1fr 20px;margin-left:0;width:100%!important}.import-save-bar{grid-template-columns:1fr auto;gap:10px 14px;margin-inline:-8px;padding:15px;bottom:74px}.import-save-bar>div:nth-child(2){text-align:right}.import-save-bar .primary-button{grid-column:1/-1;width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--text:#f4f6fb;--muted:#abb3c3;--surface:#202124;--surface-muted:#2c2e33;--line:#393c43;--blue:#4b8dff;--blue-soft:#263a60;--green:#67ba73;--green-soft:#243a2b;--red:#ff6868;--red-soft:#43282a;--shadow:0 8px 28px #00000038;color:var(--text);background:#151617}:root[data-theme=dark] body{background:#151617}:root[data-theme=dark] .auth-intro{background:#122d6c}:root[data-theme=dark] .warning-notice{color:#ffc66e;background:#46371f}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--text:#f4f6fb;--muted:#abb3c3;--surface:#202124;--surface-muted:#2c2e33;--line:#393c43;--blue:#4b8dff;--blue-soft:#263a60;--green:#67ba73;--green-soft:#243a2b;--red:#ff6868;--red-soft:#43282a;--shadow:0 8px 28px #00000038;color:var(--text);background:#151617}body{background:#151617}.auth-intro{background:#122d6c}.warning-notice{color:#ffc66e;background:#46371f}:root[data-theme=light] body{background:#f5f7fb}:root[data-theme=light] .auth-intro{background:#153d9a}}.profile-heading{margin-bottom:22px}.profile-layout{grid-template-columns:minmax(250px,285px) minmax(0,1fr);align-items:start;gap:18px;max-width:960px;display:grid}.profile-side-column,.profile-settings-column{flex-direction:column;gap:18px;display:flex}.profile-summary-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:32px 24px;display:flex}.profile-summary-card .avatar{margin-bottom:16px}.profile-identity{min-width:0}.profile-identity h2{margin:0}.profile-identity p{overflow-wrap:anywhere;margin:5px 0 0}.settings-card-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.settings-card-heading h2{margin:0}.settings-card-heading p{margin:5px 0 0}.profile-form{gap:16px}.profile-form-footer{justify-content:flex-end;align-items:center;gap:16px;min-height:42px;display:flex}.profile-save-feedback{flex:1;min-width:0}.profile-save-feedback .success-message{margin:0}.profile-save-button{flex-shrink:0;width:auto;min-width:170px}.setting-control-row{justify-content:space-between;align-items:center;gap:24px;display:flex}.setting-description{flex-direction:column;gap:4px;min-width:0;display:flex}.setting-description strong{font-size:.9rem}.setting-description span{color:var(--text-secondary);font-size:.8rem}.financial-day-field{flex:0 0 150px}.financial-day-field select{width:100%}.appearance-card .settings-card-heading{margin-bottom:16px}.appearance-card .theme-options{width:100%}.profile-session-card{min-height:96px}.profile-session-card .secondary-button{flex-shrink:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.profile-layout{grid-template-columns:1fr;max-width:720px}.profile-summary-card{min-height:auto}.profile-side-column{grid-template-columns:1fr 1fr;display:grid}}@media (width<=640px){.profile-side-column{display:flex}.setting-control-row{flex-direction:column;align-items:stretch;gap:14px}.financial-day-field{flex:none;width:100%}.profile-form-footer{flex-direction:column;align-items:stretch}.profile-save-button{width:100%}.profile-session-card{flex-direction:column;align-items:stretch;gap:18px}.profile-session-card .secondary-button{justify-content:center;width:100%}}.month-period-animation{flex:1;min-width:0;height:28px;position:relative;overflow:hidden}.month-period-text{text-align:center;white-space:nowrap;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;inset:0}.month-period-enter-next{animation:.28s cubic-bezier(.4,0,.2,1) both month-slide-in-next,.18s cubic-bezier(.4,0,.2,1) both month-fade-in}.month-period-exit-next{animation:.22s cubic-bezier(.4,0,.2,1) both month-slide-out-next,.14s cubic-bezier(.4,0,.2,1) both month-fade-out}.month-period-enter-previous{animation:.28s cubic-bezier(.4,0,.2,1) both month-slide-in-previous,.18s cubic-bezier(.4,0,.2,1) both month-fade-in}.month-period-exit-previous{animation:.22s cubic-bezier(.4,0,.2,1) both month-slide-out-previous,.14s cubic-bezier(.4,0,.2,1) both month-fade-out}@keyframes month-slide-in-next{0%{transform:translate(33.333%)}to{transform:translate(0)}}@keyframes month-slide-out-next{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes month-slide-in-previous{0%{transform:translate(-33.333%)}to{transform:translate(0)}}@keyframes month-slide-out-previous{0%{transform:translate(0)}to{transform:translate(33.333%)}}@keyframes month-fade-in{0%{opacity:0}to{opacity:1}}@keyframes month-fade-out{0%{opacity:1}to{opacity:0}}
