:root{color:#101219;font-synthesis:none;text-rendering:optimizelegibility;--green:#00875a;--green-dark:#006f4a;--orange:#ff5b00;--purple:#6417b7;--red:#d71920;--charcoal:#101219;--muted:#666d77;--line:#d9dde1;--soft-line:#e9ecef;--surface:#fff;--radius:14px;--shadow:0 2px 7px #151c2414;background:#edf0f2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Arial,sans-serif}*{box-sizing:border-box}html{background:#edf0f2}body{min-width:320px;min-height:100vh;color:var(--charcoal);background:#edf0f2;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}.app-frame{background:#fff;width:100%;max-width:430px;min-height:100dvh;margin:0 auto;position:relative;overflow-x:hidden;box-shadow:0 0 30px #111d2814}.app-main{min-height:100dvh}.screen-pad{padding:calc(env(safe-area-inset-top) + 22px) 20px calc(env(safe-area-inset-bottom) + 96px)}.secondary-frame .screen-pad{padding-bottom:calc(env(safe-area-inset-bottom) + 34px)}.bottom-nav{z-index:20;width:min(100%,430px);height:calc(72px + env(safe-area-inset-bottom));padding:7px 18px env(safe-area-inset-bottom);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-item{color:#5f6670;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:12px;font-weight:500;display:flex}.nav-item.active{color:var(--green);font-weight:650}.nav-item.active svg{fill:currentColor;stroke-width:1.6px}.home-header,.screen-header,.secondary-header{justify-content:space-between;align-items:center;min-height:44px;margin-bottom:16px;display:flex}.home-month,.screen-header h1,.secondary-header h1{letter-spacing:-.035em;margin:0;font-size:26px;font-weight:750;line-height:1.08}.screen-header{position:relative}.screen-header h1{flex:1}.screen-header:has(.header-back) h1{padding-left:9px}.settings-button,.header-back,.secondary-header>a{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.settings-button:hover,.header-back:hover{background:#f4f6f7}.balance-card{border-radius:var(--radius);min-height:164px;box-shadow:var(--shadow);border:1px solid #d2d6da;grid-template-columns:minmax(0,1.45fr) minmax(100px,.7fr);align-items:center;margin-bottom:17px;padding:21px 17px 18px 20px;display:grid}.balance-copy{min-width:0}.balance-value{white-space:nowrap;letter-spacing:-.04em;font-size:clamp(23px,6.4vw,29px);font-weight:760}.balance-value span{color:var(--muted);letter-spacing:0;font-size:14px;font-weight:450}.balance-copy p{white-space:nowrap;align-items:center;gap:7px;margin:9px 0;font-size:15px;display:flex}.balance-copy p span{color:var(--muted)}.balance-copy hr{border:0;border-top:1px solid var(--line);margin:13px 0 11px}.balance-copy .tithe-line{color:var(--purple);margin-bottom:0}.dot{border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.dot.green{background:var(--green)}.dot.orange{background:var(--orange)}.dot.purple{background:var(--purple)}.dot.charcoal{background:var(--charcoal)}.utilization-ring{border-left:1px solid var(--line);justify-self:end;width:108px;height:108px;padding-left:10px;position:relative}.utilization-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.utilization-ring circle{fill:none;stroke-width:8px}.ring-track{stroke:#eceff1}.ring-value{stroke:var(--green);stroke-linecap:round;transition:stroke-dashoffset .7s}.utilization-ring>span{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0 0 0 10px}.utilization-ring b{letter-spacing:-.04em;font-size:27px}.utilization-ring small{color:var(--muted);font-size:13px}.category-list{border-bottom:1px solid var(--line)}.category-row{border-top:1px solid var(--line);grid-template-columns:52px 1fr 20px;align-items:center;min-height:91px;display:grid;position:relative}.category-row:first-child{border-top:0}.category-icon{border-radius:50%;flex:none;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.category-row-main{min-width:0;padding:12px 6px 12px 0}.category-row-heading{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.category-row h2,.category-row h3{letter-spacing:-.02em;margin:0;font-size:18px;line-height:1.25}.category-row-heading>b{font-size:17px}.category-row p{color:#49515c;margin:3px 0 8px;font-size:14px}.row-chevron{color:#5f6670}.progress-track{background:#e8eaed;border-radius:10px;width:100%;height:7px;display:block;overflow:hidden}.progress-fill{border-radius:inherit;height:100%;transition:width .65s;display:block}.week-section{border-bottom:1px solid var(--line);padding:14px 2px}.week-section h2{margin:0 0 11px;font-size:20px}.week-metrics{grid-template-columns:1fr 1fr;display:grid}.week-metrics>div{align-items:center;gap:9px;min-width:0;padding:0 10px;display:flex}.week-metrics>div:first-child{border-right:1px solid var(--line);padding-left:0}.metric-icon{width:34px;height:34px;color:var(--green);background:#e8f6f1;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.week-metrics p{flex-direction:column;min-width:0;margin:0;display:flex}.week-metrics b{white-space:nowrap;font-size:16px}.week-metrics small{color:var(--muted);white-space:nowrap;font-size:11px}.primary-button{background:linear-gradient(90deg, var(--green-dark), var(--green));color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:50px;font-size:17px;font-weight:700;display:flex}.primary-button:disabled{opacity:.55}.add-transaction{margin-top:13px}.add-transaction+.home-categories{margin-top:14px}.text-button{width:100%;min-height:42px;color:var(--green);cursor:pointer;background:0 0;border:0;font-weight:650}.inline-action{color:var(--green);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin:7px auto 0;font-weight:650;display:inline-flex}.open-list-action{border:0;border-bottom:1px solid var(--line);width:100%;min-height:48px;color:var(--green);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:7px;font-size:17px;font-weight:650;display:flex}.open-list-action.left{border:0;justify-content:flex-start;padding:13px 0}.month-switcher{grid-template-columns:42px 1fr 42px;align-items:center;min-height:42px;margin:-3px 0 13px;display:grid}.month-switcher button,.year-switcher button{background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex}.month-switcher button:disabled{opacity:.18}.month-switcher a{text-align:center;font-size:18px;font-weight:700}.plan-summary-card{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #d2d6da;margin-bottom:16px;padding:14px}.plan-summary-card>div{justify-content:space-between;align-items:center;gap:10px;min-height:33px;display:flex}.plan-summary-card span{align-items:center;gap:8px;font-size:15px;display:flex}.plan-summary-card b{font-size:16px}.plan-summary-card .purple{color:var(--purple)}.plan-summary-card hr{border:0;border-top:1px solid var(--line);margin:8px 0}.section-heading h2,.large-section-title{letter-spacing:-.02em;margin:0 0 8px;font-size:20px}.category-row.compact{min-height:74px}.category-row.compact .category-row-main{padding:8px 6px 8px 0}.category-row.compact h3{font-size:16px}.category-row.compact .category-row-heading span{font-size:14px}.category-row.compact .category-row-main>b{margin:1px 0 4px;font-size:14px;display:block}.category-row.compact .progress-track{height:5px}.allocation-status{border-bottom:1px solid var(--line);min-height:42px;color:var(--green);justify-content:center;align-items:center;gap:7px;font-weight:650;display:flex}.allocation-status.error{color:var(--red)}.weekly-rhythm{padding-top:14px}.weekly-rhythm h2{margin:0;font-size:20px}.weekly-rhythm>p{color:var(--muted);margin:4px 0 15px;font-size:13px}.rhythm-metrics{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;padding-bottom:13px;display:grid}.rhythm-metrics div{flex-direction:column;align-items:center;display:flex}.rhythm-metrics div+div{border-left:1px solid var(--line)}.rhythm-metrics b{font-size:17px}.rhythm-metrics span{color:var(--muted);font-size:12px}.fixed-row{grid-template-columns:1fr auto 20px;align-items:center;gap:8px;min-height:48px;font-size:14px;display:grid}.screen-header+.month-switcher{margin-top:-9px}.activity-summary{color:var(--muted);justify-content:space-between;align-items:center;margin:2px 0 14px;font-size:14px;display:flex}.activity-summary b{color:var(--charcoal);font-size:16px}.search-field{color:#747b84;border:1px solid #d2d6da;border-radius:11px;align-items:center;gap:9px;height:44px;margin-bottom:13px;padding:0 12px;display:flex}.search-field input{border:0;outline:0;width:100%;font-size:15px}.filter-scroll{scrollbar-width:none;gap:7px;margin:0 -20px 15px;padding:0 20px;display:flex;overflow-x:auto}.filter-scroll::-webkit-scrollbar{display:none}.filter-scroll>button{border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:5px;min-height:38px;padding:0 10px;font-size:13px;display:flex}.filter-scroll>button.selected{color:#fff;background:var(--green);border-color:var(--green)}.filter-scroll .category-icon{width:25px;height:25px;background:0 0!important}.activity-day h2{margin:14px 0 4px;font-size:17px}.activity-row{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;grid-template-columns:48px 1fr auto 20px;align-items:center;width:100%;min-height:77px;padding:7px 0;display:grid}.activity-row .category-icon{width:42px;height:42px}.activity-kind-icon{background:#eef4f5;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.activity-copy{flex-direction:column;min-width:0;display:flex}.activity-copy b{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.activity-copy small{color:var(--muted);font-size:13px}.activity-amount{white-space:nowrap;padding-left:6px;font-size:14px}.fab{bottom:calc(63px + env(safe-area-inset-bottom));z-index:21;background:var(--green);color:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:fixed;left:calc(50% + min(175px,41vw));transform:translate(-100%);box-shadow:0 5px 15px #005a3d40}.empty-state,.empty-goal{text-align:center;color:var(--muted);padding:30px 12px}.empty-state h2{color:var(--charcoal);margin-bottom:5px}.goals-screen .screen-header{margin-bottom:25px}.goal-card{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #d2d6da;grid-template-columns:1fr 20px;gap:9px;margin-bottom:3px;padding:17px;display:grid}.goal-card h3{margin:0;font-size:18px}.goal-card p{color:#424b55;margin:4px 0 0;font-size:14px}.goal-card>b{grid-column:1/-1;font-size:30px;line-height:1}.goal-card .progress-track{grid-column:1/-1;height:8px}.goal-card>span:last-child{color:var(--muted);grid-column:1/-1;font-size:13px}.debt-title{margin-top:20px}.debt-summary{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;min-height:80px;display:grid}.debt-summary>div{align-items:center;gap:10px;padding:8px;display:flex}.debt-summary>div+div{border-left:1px solid var(--line)}.debt-icon,.debt-doc{color:#5d3b2e;background:#f5f0ed;border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.debt-summary p{flex-direction:column;margin:0;display:flex}.debt-summary b{white-space:nowrap;font-size:15px}.debt-summary small{color:var(--muted);font-size:11px}.debt-row{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr auto 20px;align-items:center;min-height:78px;display:grid}.debt-row>span:nth-child(2){flex-direction:column;display:flex}.debt-row>span b{font-size:16px}.debt-row>span small{color:var(--muted);font-size:12px}.debt-row em{color:#087a36;white-space:nowrap;font-size:13px;font-style:normal;font-weight:650}.debt-note{border-top:1px solid var(--line);color:var(--muted);padding-top:14px;font-size:12px}.year-screen{padding-left:16px;padding-right:16px}.secondary-header{justify-content:flex-start;gap:8px}.secondary-header h1{font-size:24px}.year-switcher{justify-content:center;align-items:center;gap:18px;margin:6px 0 17px;display:flex}.year-switcher button{background:#f2f4f5}.year-switcher b{font-size:27px}.year-summary-card{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #d2d6da;grid-template-columns:repeat(4,1fr);margin-bottom:24px;padding:14px 3px;display:grid}.year-summary-card div{text-align:center;flex-direction:column;align-items:center;min-width:0;padding:0 5px;display:flex}.year-summary-card div+div{border-left:1px solid var(--line)}.year-summary-card span{color:var(--muted);font-size:11px}.year-summary-card b{margin-top:6px;font-size:14px;line-height:1.15}.purple{color:var(--purple)}.green-text{color:var(--green)}.cashflow-chart{width:100%;height:280px;margin-bottom:20px}.month-list-title{margin-top:3px}.year-month-list>a{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr auto 18px;align-items:center;min-height:75px;display:grid}.month-icon{width:42px;height:42px;color:var(--green);background:#e8f6f1;border-radius:50%;justify-content:center;align-items:center;display:flex}.year-month-list span:nth-child(2),.year-month-list strong{flex-direction:column;display:flex}.year-month-list span b{font-size:17px}.year-month-list small{color:var(--muted);font-size:12px;font-weight:450}.year-month-list strong{text-align:right;font-size:14px}.year-empty{text-align:center;color:var(--muted);margin-top:25px;font-size:13px}.app-dialog{background:0 0;border:0;width:min(100%,430px);max-width:430px;height:100dvh;max-height:none;margin:auto;padding:0;overflow:hidden}.app-dialog::backdrop{background:#090e1294}.dialog-card{width:100%;max-height:91dvh;padding:0 20px calc(env(safe-area-inset-bottom) + 14px);background:#fff;border-radius:18px 18px 0 0;position:absolute;bottom:0;overflow-y:auto;box-shadow:0 -6px 25px #00000021}.dialog-header{z-index:2;background:#fff;border-bottom:1px solid #0000;align-items:center;min-height:73px;display:flex;position:sticky;top:0}.dialog-header h2{flex:1;margin:8px 0 0;font-size:23px}.dialog-handle{background:#d1d5d9;border-radius:5px;width:35px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.icon-button{background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.amount-field{margin:0 0 13px}.amount-field label{color:var(--muted);margin-bottom:2px;font-size:14px;display:block}.amount-field span{font-size:31px}.amount-field input{width:70%;color:var(--green);border:0;outline:0;padding:0 4px;font-size:44px;font-weight:500}.kind-switch{border:1px solid var(--line);border-radius:11px;grid-template-columns:repeat(4,1fr);margin-bottom:10px;padding:3px;display:grid}.kind-switch button{background:0 0;border:0;border-radius:8px;min-height:42px;font-size:12px}.kind-switch button.selected{background:#f3f5f6;font-weight:700}.kind-switch button.expense{color:var(--orange)}.kind-switch button.savings{color:#267b26}.kind-switch button.income{color:var(--green)}.kind-switch button.tithe{color:var(--purple)}.form-row{border-bottom:1px solid var(--line);grid-template-columns:40px 1fr;align-items:center;min-height:63px;display:grid}.form-icon{color:var(--green)}.form-row label{flex-direction:column;min-width:0;display:flex}.form-row label>span{color:var(--muted);font-size:12px}.form-row input,.form-row select{width:100%;color:var(--charcoal);background:0 0;border:0;outline:0;padding:3px 0;font-size:16px}.form-row small{color:var(--muted);font-size:11px}.form-error{color:var(--red);margin:9px 0;font-size:13px}.transaction-dialog .primary-button{margin-top:14px}.simple-dialog-body{padding:4px 0 12px}.simple-dialog-body label{color:var(--muted);flex-direction:column;gap:7px;margin:12px 0;font-size:13px;display:flex}.simple-dialog-body input{border:1px solid var(--line);min-height:46px;color:var(--charcoal);border-radius:8px;padding:0 12px;font-size:16px}.simple-dialog-body p{color:var(--muted);font-size:13px}.setup-screen{max-width:390px;padding-top:calc(env(safe-area-inset-top) + 40px);text-align:center;margin:0 auto}.setup-mark{background:var(--green);color:#fff;border-radius:17px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 18px;font-size:21px;font-weight:800;display:flex}.setup-screen h1{margin:0;font-size:28px}.setup-screen>p{color:var(--muted);margin:7px 0 23px}.setup-form{text-align:left}.setup-form>label{margin-bottom:15px;display:block}.setup-form>label>span{color:var(--muted);margin-bottom:7px;font-size:13px;display:block}.money-input,.percent-input{border:1px solid var(--line);border-radius:9px;align-items:center;gap:8px;min-height:52px;padding:0 13px;display:flex}.money-input input,.percent-input input{border:0;outline:0;flex:1;min-width:0;font-size:21px}.percent-input input{text-align:right}.template-summary{border:1px solid var(--line);text-align:left;border-radius:12px;margin:22px 0;padding:15px}.template-summary h2{margin:0 0 10px;font-size:17px}.template-summary>div{justify-content:space-between;padding:6px 0;display:flex}.template-summary footer{border-top:1px solid var(--line);color:var(--green);align-items:center;gap:7px;margin-top:9px;padding-top:11px;font-weight:650;display:flex}.detail-screen .screen-header{margin-bottom:20px}.category-detail-summary{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:58px 1fr;align-items:center;margin-bottom:19px;padding:15px;display:grid}.category-detail-summary .category-icon{width:50px;height:50px}.category-detail-summary>div{flex-direction:column;gap:4px;display:flex}.category-detail-summary b{font-size:20px}.category-detail-summary span{color:var(--muted);font-size:13px}.detail-form{border-top:1px solid var(--line)}.detail-form>label{border-bottom:1px solid var(--line);grid-template-columns:1fr minmax(120px,46%);align-items:center;min-height:64px;display:grid}.detail-form>label>span:first-child{color:var(--muted);font-size:13px}.detail-form input{text-align:right;border:0;outline:0;min-width:0;font-size:16px}.detail-form .percent-input{border:0;min-height:40px;padding:0}.detail-form .percent-input input{text-align:right}.detail-form .toggle-row{grid-template-columns:1fr auto}.toggle-row>span{flex-direction:column;display:flex}.toggle-row small{max-width:260px;color:var(--muted);margin-top:3px;font-size:11px}.toggle-row input{width:20px;height:20px;accent-color:var(--green)}.reorder-row{border-bottom:1px solid var(--line);align-items:center;gap:6px;min-height:60px;display:flex}.reorder-row>span{color:var(--muted);margin-right:auto;font-size:13px}.reorder-row button{border:1px solid var(--line);background:#fff;border-radius:7px;align-items:center;gap:4px;min-height:34px;font-size:12px;display:flex}.detail-title-row{justify-content:space-between;align-items:center;margin:24px 0 7px;display:flex}.detail-title-row h2{margin:0;font-size:20px}.detail-title-row button{color:var(--green);background:0 0;border:0;align-items:center;font-weight:650;display:flex}.item-row{border-bottom:1px solid var(--line);grid-template-columns:1fr 100px 24px;align-items:center;gap:7px;min-height:65px;display:grid}.item-row>span{flex-direction:column;display:flex}.item-row b{font-size:13px}.item-row small{color:var(--muted);font-size:10px}.item-row label{color:var(--muted);align-items:center;gap:3px;font-size:10px;display:flex}.item-row label input{border:0;border-bottom:1px solid var(--line);text-align:right;width:70px}.item-row>input{width:18px;height:18px;accent-color:var(--green)}.detail-reconcile{color:var(--muted);margin:18px 0;font-size:12px}.danger-button{width:100%;min-height:44px;color:var(--red);background:0 0;border:0;justify-content:center;align-items:center;gap:7px;margin-top:8px;font-weight:650;display:flex}.detail-progress-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:25px;padding:18px}.detail-progress-card>b{float:right;font-size:29px}.detail-progress-card h2{margin:0 0 4px;font-size:19px}.detail-progress-card p,.detail-progress-card span{color:var(--muted);font-size:13px}.detail-progress-card .progress-track{margin:14px 0 8px}.detail-progress-card.debt .progress-fill{background:#5d3b2e!important}.settings-section{border-bottom:1px solid var(--line);padding:17px 0}.settings-section h2{margin:0 0 12px;font-size:17px}.settings-status{border:1px solid var(--line);border-radius:10px;align-items:center;gap:12px;padding:13px;display:flex}.settings-status svg{color:var(--green)}.settings-status span{flex-direction:column;display:flex}.settings-status small{color:var(--muted);margin-top:3px;font-size:11px}.settings-action{border:0;border-bottom:1px solid var(--soft-line);width:100%;min-height:46px;color:var(--green);text-align:left;background:0 0;align-items:center;gap:10px;display:flex}.settings-action:last-child{border-bottom:0}.settings-message{color:var(--green);font-size:13px}.signout{margin-top:22px}.auth-page{max-width:430px;min-height:100dvh;padding:calc(env(safe-area-inset-top) + 65px) 25px 40px;text-align:center;background:#fff;margin:0 auto}.auth-mark{background:var(--green);color:#fff;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 16px;display:flex}.auth-page h1{margin:0;font-size:30px}.auth-page>p{color:var(--muted);margin:8px 0 30px}.auth-card{border:1px solid var(--line);box-shadow:var(--shadow);text-align:left;border-radius:14px;padding:20px}.auth-card h2{margin:0 0 15px}.auth-field{border:1px solid var(--line);min-height:50px;color:var(--muted);border-radius:8px;align-items:center;gap:9px;margin-bottom:12px;padding:0 12px;display:flex}.auth-field input{border:0;outline:0;flex:1;min-width:0}.auth-message{color:var(--purple);font-size:13px}.center-state{width:100%;min-height:100dvh;color:var(--muted);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.loading-mark{border:3px solid #d8e7e1;border-top-color:var(--green);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.startup-error{text-align:center;padding:32px}.startup-error b{color:var(--ink);font-size:19px}.startup-error span{max-width:340px;font-size:13px}.startup-retry{background:var(--green);color:#fff;border:0;border-radius:8px;min-height:42px;padding:0 20px;font-weight:700}.sync-indicator{color:var(--green);background:#eef7f4;border:0;border-radius:8px;align-items:center;gap:5px;padding:5px 8px;font-size:11px;display:inline-flex}.sync-indicator.warning{color:#9c5c00;background:#fff4df}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.update-toast{z-index:50;bottom:calc(82px + env(safe-area-inset-bottom));color:#fff;background:#18252e;border-radius:10px;align-items:center;gap:9px;width:min(100% - 28px,402px);padding:11px 12px;font-size:12px;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}.update-toast span{flex:1}.update-toast button{color:#fff;background:var(--green);border:0;border-radius:6px;padding:7px 9px}.update-toast .icon-button{background:0 0;padding:0}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (width>=700px){body{padding:24px 0}.app-frame,.auth-page{border-radius:22px;min-height:calc(100dvh - 48px);overflow:hidden}.bottom-nav{border-radius:0 0 22px 22px;bottom:24px}.app-dialog{border-radius:22px;height:calc(100dvh - 48px)}.fab{bottom:87px}}@media (width<=370px){.screen-pad{padding-left:15px;padding-right:15px}.balance-card{grid-template-columns:minmax(0,1.4fr) 98px;padding-left:14px}.balance-value{font-size:22px}.balance-copy p{font-size:13px}.utilization-ring{width:96px;height:96px}.week-metrics b{font-size:14px}.filter-scroll{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}}
