.glass{background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:saturate(160%) blur(var(--glass-blur));box-shadow:inset 0 1px 0 var(--glass-highlight), 0 12px 40px #00000059}.glass-strong{background:var(--glass-strong);border:1px solid var(--glass-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:saturate(180%) blur(calc(var(--glass-blur) + 8px));box-shadow:inset 0 1px 0 var(--glass-highlight), 0 18px 50px #00000073}.glass-pill{border:1px solid var(--glass-border);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(16px);background:#ffffff14}.glass-chip{border-radius:var(--radius-pill);letter-spacing:.01em;border:1px solid #0000;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.glass-overlay{-webkit-backdrop-filter:blur(8px);background:#00000073;position:fixed;inset:0}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fab-pop{0%{opacity:0;transform:translateY(10px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes swipe-hint-card{0%,to{transform:translate(0)}25%{transform:translate(36px)}40%{transform:translate(32px)}65%{transform:translate(-32px)}80%{transform:translate(-28px)}}@keyframes swipe-hint-baixa{0%,10%,50%,to{opacity:0}25%,40%{opacity:1}}@keyframes swipe-hint-delete{0%,50%,90%,to{opacity:0}65%,80%{opacity:1}}.txn-swipe-wrap.is-hinting .txn-row{animation:1.55s ease-in-out .15s both swipe-hint-card}.txn-swipe-wrap.is-hinting .txn-action-bg.baixa{animation:1.55s ease-in-out .15s both swipe-hint-baixa}.txn-swipe-wrap.is-hinting .txn-action-bg.delete{animation:1.55s ease-in-out .15s both swipe-hint-delete}.txn-swipe-wrap.is-hinting .txn-action-pill{opacity:.85}.anim-rise{animation:rise-in .55s var(--spring) both}.anim-fade{animation:.35s both fade-in}.anim-sheet{animation:sheet-up .45s var(--spring) both}.anim-fab-menu{animation:fab-pop .35s var(--spring) both}.stagger>*{animation:rise-in .5s var(--spring) both}.stagger>:first-child{animation-delay:40ms}.stagger>:nth-child(2){animation-delay:80ms}.stagger>:nth-child(3){animation-delay:.12s}.stagger>:nth-child(4){animation-delay:.16s}.stagger>:nth-child(5){animation-delay:.2s}.stagger>:nth-child(6){animation-delay:.24s}.swipe-hint-once{animation:1.15s cubic-bezier(.22,1.15,.36,1) .28s both swipe-hint}@keyframes baixa-modal-in{0%{opacity:0;transform:translateY(28px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes baixa-orb-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}@keyframes baixa-check-pop{0%{opacity:0;transform:scale(.4)}55%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes baixa-spark-fly{0%{transform:rotate(calc(var(--i) * 30deg)) translateY(0) scale(.4);opacity:0}25%{opacity:1}to{transform:rotate(calc(var(--i) * 30deg)) translateY(-72px) scale(1);opacity:0}}@keyframes txn-clear-out{0%{opacity:1;filter:brightness();transform:translate(0)scale(1)}35%{opacity:1;filter:brightness(1.25);transform:translate(12px)scale(1.02)}to{opacity:0;filter:brightness(1.4);transform:translate(110%)scale(.96)}}@keyframes stamp-in{0%{opacity:0;transform:scale(1.4)rotate(-8deg)}40%{opacity:1;transform:scale(.95)rotate(2deg)}to{opacity:1;transform:scale(1)rotate(0)}}.anim-baixa-modal{animation:baixa-modal-in .45s var(--spring) both}.txn-clearing{animation:txn-clear-out .55s var(--spring) forwards;pointer-events:none}.txn-baixa-stamp{animation:stamp-in .4s var(--spring) both}@keyframes status-glow-pulse{0%,to{opacity:.4;transform:scale(.92)}50%{opacity:.75;transform:scale(1)}}@keyframes overdue-attention{0%,to{filter:brightness();transform:scale(1)}40%{filter:brightness(1.18);transform:scale(1.06)}55%{transform:scale(1.02)}}@keyframes overdue-ring{0%{opacity:.85;transform:scale(.92)}to{opacity:0;transform:scale(1.28)}}@media (prefers-reduced-motion:reduce){.txn-status.is-overdue,.section-status-ico.is-overdue,.txn-status.is-overdue:after{animation:none}}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100%;background:var(--bg);min-height:-webkit-fill-available;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;overflow:hidden}button,input{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}.app-shell{height:100dvh;min-height:100%;background:var(--bg);min-height:-webkit-fill-available;max-height:100dvh;position:relative;overflow:hidden}@supports (height:100svh){.app-shell{min-height:100svh}}.app-frame{background:var(--bg);flex-direction:column;max-width:480px;height:100%;max-height:100%;margin:0 auto;display:flex;position:relative;overflow:hidden}.app-shell .app-main,.app-shell .tab-screen,.app-shell .home-scroll,.app-shell .tab-scroll,.app-shell .profile-scroll{background:var(--bg)}.app-main{z-index:1;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.tab-screen{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.tab-scroll{overscroll-behavior:contain;min-height:0;padding:.35rem 1rem calc(5.5rem + var(--safe-bottom));-webkit-overflow-scrolling:touch;flex:1;overflow:hidden auto}.app-shell.nav-hidden .tab-scroll{padding-top:calc(.55rem + var(--safe-top));padding-bottom:calc(1.25rem + var(--safe-bottom))}.home-screen{background:var(--bg);flex-direction:column;max-width:480px;height:100%;max-height:100%;margin:0 auto;display:flex;position:relative;overflow:hidden}.home-ambient{display:none}.home-screen>:not(.home-ambient){z-index:1;position:relative}.app-header,.month-header{padding:calc(.85rem + var(--safe-top)) 1rem .65rem;z-index:20;background:var(--bg);flex-direction:column;flex-shrink:0;align-items:stretch;gap:.45rem;display:flex;position:relative}.app-header.brand-only{align-items:center;padding-bottom:.85rem}.app-header-bar{justify-content:space-between;align-items:center;gap:.75rem;min-height:2.1rem;display:flex}.app-header.brand-only .app-header-bar{justify-content:center}.app-brand{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 20%,#2dff9a 55%,#5aa8ff 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.55rem;font-weight:800}.month-nav{justify-content:space-between;align-items:center;gap:.35rem;display:flex}.month-nav-core{flex:1;justify-content:center;align-items:center;gap:.35rem;min-width:0;display:flex}.month-tool{color:#ffffffc7;cursor:pointer;-webkit-tap-highlight-color:transparent;width:36px;height:36px;transition:transform .18s var(--spring), background .18s ease, color .18s ease, border-color .18s ease;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.month-tool:active{transform:scale(.92)}.month-tool.is-on{color:#7dd3fc;background:#7dd3fc1f;border-color:#7dd3fc73;box-shadow:0 0 12px #4fd2ff40}.app-header.has-month{z-index:24;position:relative}.contas-search-bar{z-index:26;color:#ffffffb3;-webkit-backdrop-filter:blur(18px)saturate(160%);background:#12161eeb;border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:.55rem;min-height:48px;padding:.45rem .75rem;animation:.28s cubic-bezier(.22,1.05,.36,1) contas-search-in;display:flex;position:absolute;top:calc(100% - .15rem);left:1rem;right:1rem;box-shadow:0 12px 28px #00000059}@keyframes contas-search-in{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.contas-search-ico{opacity:.65;flex-shrink:0;place-items:center;display:grid}.contas-search-input{color:#fff;appearance:none;background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:16px;font-weight:560;line-height:1.25}.contas-search-input::-webkit-search-cancel-button{appearance:none}.contas-search-input::-webkit-search-decoration{appearance:none}.contas-search-input::placeholder{color:#ffffff59;font-size:16px}.contas-search-clear{color:#ffffffbf;cursor:pointer;background:#ffffff1a;border:0;border-radius:50%;flex-shrink:0;width:28px;height:28px;font-size:1.1rem;line-height:1}.contas-filter-root{z-index:80;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.contas-filter-panel{border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:min(480px,100%);max-height:min(78dvh,640px);padding:.85rem 1rem calc(1.15rem + var(--safe-bottom));position:relative;overflow:auto}.contas-filter-head{grid-template-columns:1fr auto auto;align-items:center;gap:.55rem;margin-bottom:.85rem;display:grid}.contas-filter-head h2{margin:0;font-size:1.05rem;font-weight:750}.contas-filter-clear,.contas-filter-done{font:inherit;cursor:pointer;color:#ffffff8c;background:0 0;border:0;padding:.25rem .35rem;font-size:.85rem;font-weight:700}.contas-filter-done{color:#7dd3fc}.contas-filter-label{letter-spacing:.06em;text-transform:uppercase;color:#ffffff6b;margin:.55rem 0 .4rem;font-size:.72rem;font-weight:700}.contas-filter-chips{flex-wrap:nowrap;gap:.4rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.contas-filter-chips.is-wrap{flex-wrap:wrap;overflow:visible}.contas-filter-chip{color:#ffffffc7;font:inherit;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;flex-shrink:0;padding:.4rem .75rem;font-size:.78rem;font-weight:650}.contas-filter-chip.is-on{color:#0b1220;background:linear-gradient(135deg,#7dd3fc,#93c5fd);border-color:#0000}.app-header.brand-only{position:relative}.app-exit-btn{left:max(.75rem, env(safe-area-inset-left,0px));top:calc(.85rem + var(--safe-top));z-index:3;color:#ffffffb8;cursor:pointer;-webkit-tap-highlight-color:transparent;width:36px;height:36px;transition:transform .18s var(--spring), background .18s ease;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;place-items:center;display:grid;position:absolute}.app-exit-btn:active{transform:scale(.92)}.app-brand-row{align-items:center;gap:.45rem;display:inline-flex}.app-admin-btn{color:#9dffc9;cursor:pointer;-webkit-tap-highlight-color:transparent;width:34px;height:34px;transition:transform .18s var(--spring), background .18s ease;background:#2dff9a1a;border:1px solid #2dff9a47;border-radius:50%;place-items:center;display:grid}.app-admin-btn:active{transform:scale(.92)}.login-screen{min-height:100dvh;padding:max(1.25rem, env(safe-area-inset-top)) 1.25rem max(1.5rem, env(safe-area-inset-bottom));background:radial-gradient(ellipse 80% 50% at 50% -10%, #2dff9a24, transparent 55%), radial-gradient(ellipse 60% 40% at 90% 80%, #5aa8ff1f, transparent 50%), var(--bg);place-items:center;display:grid}.login-card{border-radius:var(--radius-xl);width:min(400px,100%);padding:1.75rem 1.35rem 1.5rem}.login-brand{text-align:center;letter-spacing:-.03em;background:linear-gradient(135deg,#fff 20%,#2dff9a 55%,#5aa8ff 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:800}.login-tag{text-align:center;color:var(--text-secondary);margin:.35rem 0 1.35rem;font-size:.92rem}.login-form{flex-direction:column;gap:.85rem;display:flex}.login-field{flex-direction:column;gap:.35rem;display:flex}.login-field span{letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);font-size:.75rem;font-weight:600}.login-field input{box-sizing:border-box;width:100%;color:var(--text);background:#00000047;border:1px solid #ffffff24;border-radius:14px;outline:none;padding:.78rem .9rem;font-size:16px}.login-field input:focus{border-color:#2dff9a73}.login-error{color:#ff8f9a;margin:0;font-size:.85rem}.login-info{color:#7eb6ff;margin:0;font-size:.85rem;line-height:1.35}.login-keep{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;margin:.15rem 0 0;display:flex}.login-keep input{accent-color:#3d7cfd;cursor:pointer;width:1.05rem;height:1.05rem}.login-keep span{color:var(--text-secondary);font-size:.88rem;font-weight:550}.login-submit{color:#04140c;cursor:pointer;background:linear-gradient(135deg,#2dff9a,#5aa8ff);border:0;border-radius:14px;margin-top:.35rem;padding:.85rem 1rem;font-size:1rem;font-weight:700}.login-submit:disabled{opacity:.65;cursor:default}.users-admin-hint{color:var(--text-secondary);margin:0 0 .75rem;font-size:.85rem;line-height:1.4}.users-admin-ok{color:#2dff9a;margin:0;font-size:.85rem}.profile-logout{color:#ffb0b8;cursor:pointer;background:#ff506414;border:1px solid #ff788247;border-radius:14px;flex-direction:column;align-items:center;gap:.2rem;width:100%;margin-top:1.25rem;padding:.85rem 1rem;font-size:.95rem;font-weight:650;display:flex}.profile-logout span{color:#ffb0b8b3;font-size:.72rem;font-weight:500}.exit-confirm-root{z-index:90;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.exit-confirm-panel{border-radius:var(--radius-xl);text-align:center;width:min(360px,100%);padding:1.15rem 1.1rem 1rem;position:relative}.exit-confirm-panel h2{margin:0 0 .4rem;font-size:1.1rem;font-weight:750}.exit-confirm-panel p{color:#ffffff8c;margin:0 0 1rem;font-size:.88rem;line-height:1.4}.exit-confirm-actions{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.exit-confirm-cancel,.exit-confirm-ok{min-height:42px;font:inherit;cursor:pointer;border:0;border-radius:999px;font-size:.88rem;font-weight:700}.exit-confirm-cancel{color:#ffffffd9;background:#ffffff14}.exit-confirm-ok{color:#fff;background:linear-gradient(135deg,#ff6b7a,#ff4d6d)}.header-add{z-index:25;flex-shrink:0;position:relative}.header-add-btn{isolation:isolate;color:#fff;min-height:36px;font:inherit;letter-spacing:.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .22s var(--spring), color .2s ease;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem .35rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex;position:relative}.header-add-btn:active{transform:scale(.94)}.header-add-glass{border-radius:inherit;-webkit-backdrop-filter:blur(28px)saturate(180%);background:linear-gradient(160deg,#5aa8ff33,#0000 55%),#16161a8c;border:.5px solid #9fd0ff47;position:absolute;inset:0;box-shadow:0 8px 22px #00000059,inset 0 1px #ffffff38}.header-add-rim{border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff47}.header-add-shine{pointer-events:none;background:linear-gradient(90deg,#0000,#ffffffb3,#0000);height:1px;position:absolute;top:1px;left:14%;right:14%}.header-add-ico,.header-add-label{z-index:1;position:relative}.header-add-ico{transition:transform .35s var(--spring);place-items:center;display:grid}.header-add-btn.is-open .header-add-ico{transform:rotate(45deg)}.header-add-btn.is-open .header-add-glass{background:linear-gradient(160deg,#ff4d6d38,#0000 55%),#16161a8c;border-color:#ff8fa352}.header-add-scrim{z-index:24;-webkit-backdrop-filter:blur(6px);background:#00000073;border:0;animation:.22s both fade-in;position:fixed;inset:0}.header-add-menu{z-index:26;-webkit-backdrop-filter:blur(32px)saturate(180%);background:#121216b8;border:.5px solid #ffffff29;border-radius:18px;gap:.4rem;width:min(240px,100vw - 2rem);padding:.4rem;animation:.35s cubic-bezier(.22,1.25,.36,1) both header-add-in;display:grid;position:absolute;top:calc(100% + .55rem);right:0;box-shadow:0 18px 42px #0000008c,inset 0 1px #ffffff24}@keyframes header-add-in{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.header-add-item{text-align:left;width:100%;font:inherit;color:var(--text);cursor:pointer;animation:.38s cubic-bezier(.22,1.2,.36,1) both header-add-item-in;animation-delay:calc(var(--i,0) * 50ms);background:#ffffff0a;border:.5px solid #ffffff0f;border-radius:14px;grid-template-columns:40px 1fr;align-items:center;gap:.65rem;padding:.65rem .7rem;display:grid;position:relative}@keyframes header-add-item-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.header-add-item:active{background:#ffffff14;transform:scale(.98)}.header-add-item-ico{border:.5px solid #ffffff2e;border-radius:12px;place-items:center;width:40px;height:40px;display:grid;box-shadow:inset 0 1px #fff3}.header-add-item-expense .header-add-item-ico{color:#ff8fa3;background:linear-gradient(160deg,#ff4d6d38,#ff4d6d0f)}.header-add-item-income .header-add-item-ico{color:#7dffc0;background:linear-gradient(160deg,#2dff9a33,#2dff9a0d)}.header-add-item-copy{flex-direction:column;gap:.1rem;min-width:0;display:flex}.header-add-item-copy strong{letter-spacing:-.01em;font-size:.9rem;font-weight:720}.header-add-item-copy span{color:var(--text-secondary);font-size:.7rem}.month-label{border-radius:var(--radius-pill);color:var(--text);align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:1.05rem;font-weight:650;display:inline-flex}.month-label:active{background:#ffffff1a}.month-caret{color:var(--text-secondary);font-size:.7rem}.month-picker-root{z-index:40;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.month-picker{z-index:1;width:min(340px,100%);padding:1rem;position:relative}.month-picker-year{justify-content:space-between;align-items:center;margin-bottom:.85rem;font-size:1.15rem;display:flex}.month-picker-grid{grid-template-columns:repeat(3,1fr);gap:.45rem;display:grid}.month-picker-cell{border-radius:var(--radius-md);text-transform:capitalize;background:#ffffff0d;padding:.85rem .4rem;font-weight:650}.month-picker-cell.active{background:var(--accent-income-soft);color:var(--accent-income);box-shadow:inset 0 0 0 1px #2dff9a73}.icon-btn,.chev,.text-btn{color:var(--text);border-radius:var(--radius-pill);justify-content:center;align-items:center;min-width:36px;min-height:36px;display:inline-flex}.icon-btn:active,.chev:active,.text-btn:active{background:#ffffff14}.home-scroll{overscroll-behavior:contain;min-height:0;padding:.35rem 1rem calc(5.5rem + var(--safe-bottom));-webkit-overflow-scrolling:touch;flex:auto;position:relative;overflow:hidden auto}.home-scroll.just-refreshed .stagger>*{animation:rise-in .45s var(--spring) both}.pull-refresh{pointer-events:none;transition:height .2s var(--spring), opacity .2s ease;flex-direction:column;justify-content:flex-end;align-items:center;gap:0;margin:0 0 .15rem;display:flex;overflow:hidden}.pull-refresh-ring{border:2.5px solid #2dff9a;border-color:#2dff9a #5aa8ff #ffffff26 #ffffff26;border-radius:50%;width:28px;height:28px;margin-bottom:.35rem}.pull-refresh.spinning .pull-refresh-ring{animation:.7s linear infinite pull-spin}.pull-refresh.armed .pull-refresh-ring{border-top-color:#2dff9a;box-shadow:0 0 16px #2dff9a59}.sync-meta{text-align:center;color:var(--text-tertiary);letter-spacing:.02em;margin:0 0 .75rem;font-size:.7rem}.list-static>*{animation:none!important}.home-scroll.just-refreshed .list-block{animation:rise-in .4s var(--spring) both}@keyframes pull-spin{to{transform:rotate(360deg)}}.home-tabs-wrap{margin-bottom:.75rem}.seg-tabs{grid-template-columns:1fr 1fr;gap:.25rem;padding:0 .25rem;display:grid}.seg-tabs button{color:var(--text-secondary);justify-content:center;align-items:center;gap:.45rem;padding:.7rem .5rem .85rem;font-weight:600;display:inline-flex;position:relative}.seg-tabs button.active{color:var(--text)}.tab-count{border-radius:var(--radius-pill);place-items:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;font-size:.75rem;font-weight:800;line-height:1;display:inline-grid}.tab-count.expense{background:var(--accent-expense-soft);color:var(--accent-expense);box-shadow:0 0 12px #ff4d6d59}.tab-count.income{background:var(--accent-income-soft);color:var(--accent-income);box-shadow:0 0 12px #2dff9a59}.seg-tabs button.active:after{content:"";background:var(--accent-expense);height:2px;box-shadow:0 0 14px var(--accent-expense);border-radius:2px;position:absolute;bottom:0;left:18%;right:18%}.seg-tabs.accent-income button.active:after{background:var(--accent-income);box-shadow:0 0 14px var(--accent-income)}.hero-card{text-align:center;margin-bottom:1rem;padding:.9rem .95rem .85rem}.hero-greet{color:var(--text-tertiary);margin:0 0 .2rem;font-size:.8rem;font-weight:700}.hero-card.accent-income .hero-greet{color:#2dff9ac7}.hero-card.accent-expense .hero-greet{color:#ff8fa3d9}.hero-card.accent-income{box-shadow:inset 0 1px 0 var(--glass-highlight), 0 0 0 1px #3ddc9714, 0 16px 48px #0006}.hero-line{margin:.2rem 0 .1rem;font-size:.92rem}.hero-line strong{color:var(--accent-expense)}.hero-card.accent-income .hero-line strong{color:var(--accent-income)}.hero-sub{color:var(--text-secondary);margin:0;font-size:.9rem}.hero-total{letter-spacing:-.02em;margin:.25rem 0 .75rem;font-size:1.7rem;font-weight:700}.hero-cta{background:#ffffff0f;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.62rem .9rem;font-size:.88rem;font-weight:600;display:inline-flex}.hero-card.accent-income .hero-cta{background:var(--accent-income-soft);color:var(--accent-income)}.hero-card.accent-expense .hero-cta{background:var(--accent-expense-soft);color:#ff8fa3}.hero-cta:disabled{opacity:.4;cursor:not-allowed}.section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);align-items:center;gap:.45rem;margin:.5rem 0 .35rem;font-size:.78rem;font-weight:700;display:flex}.section-title.sticky{z-index:2;background:var(--bg);padding:.45rem 0;position:sticky;top:0}.vencidas-month{letter-spacing:.02em;color:var(--text-secondary);margin:.15rem 0 .4rem .15rem;font-size:.72rem;font-weight:650}.section-status-ico{border-radius:9px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}.section-status-ico .status-ico{width:15px;height:15px}.section-status-ico.is-overdue{color:#ff5c7a;background:#ff4d6d47;animation:1.6s ease-in-out infinite overdue-attention;box-shadow:0 0 14px #ff4d6d59}.section-status-ico.is-today{color:#ffb020;background:#ffb02042;box-shadow:0 0 12px #ffb02047}.section-status-ico.is-tomorrow{color:#7eb6ff;background:#5aa8ff3d;box-shadow:0 0 12px #5aa8ff38}.section-status-ico.is-ontime{color:var(--accent-income);background:var(--accent-income-soft);box-shadow:0 0 12px #2dff9a38}.txn-section{margin-bottom:1rem}.txn-swipe-wrap{border-radius:var(--radius-md);touch-action:pan-y;min-height:64px;transition:min-height .45s var(--spring), margin .45s var(--spring), opacity .35s ease;margin-bottom:.28rem;position:relative;overflow:hidden}.txn-swipe-wrap.is-dragging-wrap{z-index:3;touch-action:none}.txn-swipe-wrap.is-list{border-radius:0;min-height:52px;margin-bottom:0}.txn-swipe-wrap.is-list.is-celebrating,.txn-swipe-wrap.is-list.is-deleting{z-index:8;border-radius:var(--radius-md);min-height:64px;margin:.12rem 0;overflow:visible}.txn-swipe-wrap.is-list.is-celebrating .txn-celebrate,.txn-swipe-wrap.is-list.is-deleting .txn-delete-ritual{border-radius:var(--radius-md)}.txn-swipe-wrap.is-celebrating .txn-row,.txn-swipe-wrap.is-deleting .txn-row{pointer-events:none;opacity:0!important}.txn-action-bg{letter-spacing:.02em;z-index:0;opacity:0;border-radius:var(--radius-md);pointer-events:none;align-items:center;font-size:.82rem;font-weight:700;display:flex;position:absolute;inset:0}.txn-action-bg.baixa{color:var(--accent-income);background:linear-gradient(90deg,#2dff9a61 0%,#2dff9a14 42%,#0000 72%),linear-gradient(#ffffff0a,#0000 60%);justify-content:flex-start;padding-left:.85rem}.txn-action-bg.delete{color:#ff9aab;background:linear-gradient(270deg,#ff4d6d6b 0%,#ff4d6d1a 42%,#0000 72%),linear-gradient(#ffffff0a,#0000 60%);justify-content:flex-end;padding-right:.85rem}.txn-action-pill{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(10px);letter-spacing:.03em;background:#0c1c14b8;border:1px solid #2dff9a80;align-items:center;gap:.4rem;padding:.48rem .8rem;font-size:.76rem;font-weight:700;transition:transform .28s cubic-bezier(.22,1.35,.36,1),box-shadow .28s,background .2s;display:inline-flex}.txn-action-pill.delete{background:#240a10c7;border-color:#ff4d6d8c}.txn-action-ico{opacity:.95;flex-shrink:0}.txn-action-pill.pop{background:#123022e0;transform:scale(1.1);box-shadow:0 0 0 1px #2dff9a40,0 8px 24px #2dff9a59}.txn-action-pill.delete.pop{background:#300c14e6;box-shadow:0 0 0 1px #ff4d6d4d,0 8px 24px #ff4d6d66}.txn-row.is-dragging{cursor:grabbing;z-index:2;box-shadow:0 14px 36px #0000008c,0 2px #ffffff0a}.txn-row.glow-baixa{box-shadow:0 0 0 1px #2dff9a38,0 14px 36px #2dff9a33,0 4px 16px #00000059;border-color:#2dff9a94!important}.txn-row.glow-delete{box-shadow:0 0 0 1px #ff4d6d38,0 14px 36px #ff4d6d38,0 4px 16px #00000059;border-color:#ff4d6d94!important}.txn-swipe-wrap.armed-baixa .txn-action-bg.baixa,.txn-swipe-wrap.armed-delete .txn-action-bg.delete{filter:brightness(1.18)saturate(1.12)}.txn-swipe-wrap.is-deleting{z-index:5;animation:txn-wrap-collapse .78s var(--spring) forwards;overflow:visible}@keyframes txn-wrap-collapse{0%,55%{opacity:1;min-height:76px;margin-bottom:.35rem}to{opacity:0;min-height:0;margin-bottom:0}}.txn-row-delete{pointer-events:none;animation:.78s cubic-bezier(.22,1.05,.36,1) forwards txn-delete-card;box-shadow:0 0 0 1px #ff4d6d47,0 12px 36px #ff4d6d38;border-color:#ff4d6d8c!important}@keyframes txn-delete-card{0%{opacity:1;filter:brightness();transform:scale(1)rotate(0)}16%{filter:brightness(1.08);transform:scale(1.03)rotate(-1.2deg)}42%{opacity:1;transform:scale(.98)rotate(.6deg)}to{opacity:0;filter:brightness(.7)saturate(.6);transform:translate(-18%)scale(.82)rotate(-4deg)}}.txn-ritual-stack{z-index:3;border-radius:999px;flex-direction:row;justify-content:center;align-items:center;gap:.45rem;max-width:calc(100% - .75rem);padding:.42rem .85rem .42rem .5rem;animation:.55s cubic-bezier(.22,1.2,.36,1) both txn-pill-in;display:inline-flex;position:relative;overflow:hidden}.txn-ritual-stack.is-celebrate{background:linear-gradient(135deg,#123426f2,#0a2018e6);border:1px solid #2dff9a59;box-shadow:0 0 0 1px #2dff9a1f,0 10px 28px #2dff9a2e,inset 0 1px #ffffff14}.txn-ritual-stack.is-delete{background:linear-gradient(135deg,#340e18f2,#1c080ee6);border:1px solid #ff4d6d59;animation:.55s cubic-bezier(.22,1.2,.36,1) both txn-pill-in-delete;box-shadow:0 0 0 1px #ff4d6d1f,0 10px 28px #ff4d6d33,inset 0 1px #ffffff0f}.txn-ritual-stack:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 35%,#ffffff38 48%,#0000 62%);animation:.7s .18s both txn-shimmer;position:absolute;inset:0;transform:translate(-120%)}@keyframes txn-pill-in{0%{opacity:0;transform:scale(.72)translateY(8px)}55%{opacity:1;transform:scale(1.04)translateY(0)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes txn-pill-in-delete{0%{opacity:0;transform:scale(.72)translate(10px)}40%{opacity:1;transform:scale(1.03)translate(-3px)}60%{transform:scale(1)translate(2px)}to{opacity:1;transform:scale(1)translate(0)}}@keyframes txn-shimmer{to{transform:translate(120%)}}.txn-ritual-aura{z-index:0;pointer-events:none;border-radius:999px;width:120px;height:48px;margin:-24px -60px;animation:.9s ease-out both txn-aura-pulse;position:absolute;top:50%;left:50%}.txn-ritual-aura.is-celebrate{background:radial-gradient(#2dff9a59,#0000 70%)}.txn-ritual-aura.is-delete{background:radial-gradient(#ff4d6d59,#0000 70%)}@keyframes txn-aura-pulse{0%{opacity:0;transform:scale(.4)}35%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.55)}}.txn-ritual-fx{z-index:1;pointer-events:none;width:0;height:0;position:absolute;top:50%;left:50%}.txn-ritual-spark{width:5px;height:5px;animation:.75s cubic-bezier(.2,.9,.3,1) both txn-ritual-spark-fly;animation-delay:calc(var(--i) * 28ms);border-radius:50%;margin:-2.5px;position:absolute}.txn-ritual-spark.is-celebrate{background:#2dff9a;box-shadow:0 0 10px #2dff9ae6}.txn-ritual-spark.is-delete{background:#ff4d6d;border-radius:1px;width:6px;height:2px;box-shadow:0 0 8px #ff4d6dd9}.txn-ritual-spark:nth-child(odd){width:3px;height:3px}.txn-ritual-spark.is-celebrate:nth-child(odd){background:#9fffd4}.txn-ritual-spark.is-delete:nth-child(odd){background:#ffb3c0;border-radius:50%;width:4px;height:4px}@keyframes txn-ritual-spark-fly{0%{transform:rotate(calc(var(--i) * 45deg)) translateY(0) scale(.2);opacity:0}18%{opacity:1}to{transform:rotate(calc(var(--i) * 45deg)) translateY(-36px) scale(1);opacity:0}}.txn-delete-ritual{z-index:4;pointer-events:none;border-radius:var(--radius-md);background:linear-gradient(145deg,#300a12eb,#12060ae0);justify-content:center;align-items:center;padding:.35rem .5rem;animation:.92s cubic-bezier(.22,1,.36,1) both txn-delete-panel;display:flex;position:absolute;inset:0}@keyframes txn-delete-panel{0%{opacity:0;transform:scale(.94)}12%{opacity:1;transform:scale(1)}68%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)translate(-10%)}}.txn-delete-mark,.txn-celebrate-check{z-index:1;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;display:grid;position:relative}.txn-delete-mark{color:#2a060c;background:linear-gradient(145deg,#ff8fa3,#ff4d6d);animation:.5s cubic-bezier(.22,1.45,.36,1) 60ms both txn-icon-pop;box-shadow:0 0 #ff4d6d59,0 4px 14px #ff4d6d66}.txn-celebrate-check{color:#04140c;background:linear-gradient(145deg,#7dffc0,#2dff9a);animation:.5s cubic-bezier(.22,1.45,.36,1) 60ms both txn-icon-pop;box-shadow:0 0 #2dff9a59,0 4px 14px #2dff9a66}.txn-delete-mark svg,.txn-celebrate-check svg{z-index:1;width:11px;height:11px;display:block;position:relative}.txn-ritual-ring{pointer-events:none;border:1.5px solid #2dff9aa6;border-radius:50%;animation:.65s ease-out .1s both txn-ring-expand;position:absolute;inset:-4px}.txn-ritual-ring.is-delete{border-color:#ff4d6da6}@keyframes txn-icon-pop{0%{opacity:0;transform:scale(.2)}55%{opacity:1;transform:scale(1.18)}78%{transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes txn-ring-expand{0%{opacity:.9;transform:scale(.6)}to{opacity:0;transform:scale(1.85)}}.txn-check-path{stroke-dasharray:24;stroke-dashoffset:24px;animation:.42s .18s forwards txn-check-draw}@keyframes txn-check-draw{to{stroke-dashoffset:0}}.txn-delete-label,.txn-celebrate-label{z-index:1;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;margin:0;font-size:.7rem;font-weight:700;line-height:1;animation:.45s cubic-bezier(.22,1,.36,1) .16s both txn-label-slide;position:relative;overflow:hidden}.txn-celebrate-label{color:#9fffd4}.txn-delete-label{color:#ffb3c0}@keyframes txn-label-slide{0%{opacity:0;filter:blur(2px);transform:translate(-10px)}to{opacity:1;filter:blur();transform:translate(0)}}.txn-swipe-wrap.is-celebrating,.txn-swipe-wrap.is-deleting{z-index:5;min-height:68px;overflow:visible}.txn-row-celebrate{animation:txn-celebrate-card .98s var(--spring) forwards;pointer-events:none;box-shadow:0 0 0 1px #2dff9a40,0 12px 36px #2dff9a38;border-color:#2dff9a8c!important}@keyframes txn-celebrate-card{0%{opacity:1;filter:brightness();transform:scale(1)}18%{filter:brightness(1.12);transform:scale(1.02)}60%{opacity:1;transform:scale(1)}to{opacity:0;filter:brightness(1.25);transform:scale(.94)translateY(-4px)}}.txn-celebrate{z-index:4;pointer-events:none;border-radius:var(--radius-md);background:linear-gradient(135deg,#082016eb,#06120ee0);justify-content:center;align-items:center;padding:.35rem .5rem;animation:.98s cubic-bezier(.22,1,.36,1) both txn-celebrate-panel;display:flex;position:absolute;inset:0}@keyframes txn-celebrate-panel{0%{opacity:0;transform:scale(.94)}12%{opacity:1;transform:scale(1)}68%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.03)}}.txn-row{touch-action:pan-y;border-radius:var(--radius-md);cursor:grab;z-index:1;-webkit-user-select:none;user-select:none;will-change:transform;background:#0a0a0a;border:1px solid #ffffff0d;grid-template-columns:40px 1fr;align-items:center;gap:.6rem;padding:.65rem;display:grid;position:relative}.txn-row-list{background:0 0;border:none;border-bottom:1px solid #ffffff0f;border-radius:0;grid-template-columns:1fr;gap:.18rem;padding:.55rem .25rem}.txn-row-list .txn-account{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:600;overflow:hidden}.txn-row-list.is-paid-row{opacity:.32;filter:grayscale(.55)}.txn-row-list.is-paid-row .txn-name{color:#ffffff8c;font-weight:600;-webkit-text-decoration:line-through #ffffff47;text-decoration:line-through #ffffff47}.txn-row-list.is-paid-row .txn-amount,.txn-row-list.is-paid-row .txn-account,.txn-row-list.is-paid-row .txn-list-sub{color:#ffffff61}.txn-row-list.is-paid-row .txn-status{opacity:.45}.txn-row-list.is-paid-row .txn-paid-badge{color:#ffffff73;background:#ffffff0f;border-color:#ffffff1a}.txn-row-list .txn-name{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.88rem;font-weight:700;display:-webkit-box;overflow:hidden}.txn-list-sub{align-items:center;gap:.4rem;min-width:0;display:flex}.txn-list-sub .txn-amount{flex-shrink:0;margin-left:auto;font-size:.82rem}.txn-paid-badge{letter-spacing:.04em;text-transform:uppercase;color:var(--accent-income);border-radius:var(--radius-pill);background:#2dff9a1f;border:1px solid #2dff9a47;flex-shrink:0;padding:.12rem .4rem;font-size:.62rem;font-weight:700}.glass-chip.compact{padding:.12rem .4rem;font-size:.62rem}.txn-status{isolation:isolate;border-radius:13px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;position:relative}.txn-status .status-ico{z-index:1;width:22px;height:22px;position:relative}.txn-status-glow{opacity:.55;pointer-events:none;z-index:0;border-radius:11px;position:absolute;inset:2px}.txn-status.is-overdue{color:#ff5a75;background:#2a1016;border:1px solid #ff4d6d8c;animation:1.8s ease-in-out infinite overdue-attention;box-shadow:0 0 16px #ff4d6d47}.txn-status.is-overdue .txn-status-glow{background:radial-gradient(circle at 40% 30%,#ff5a6e59,#0000 72%);animation:1.8s ease-in-out infinite status-glow-pulse}.txn-status.is-overdue:after{content:"";pointer-events:none;border:1.5px solid #ff4d6d80;border-radius:20px;animation:1.8s ease-out infinite overdue-ring;position:absolute;inset:-5px}.txn-status.is-today{color:#ffc14d;background:#2a1c08;border:1px solid #ffb02080;box-shadow:0 0 14px #ffb02033}.txn-status.is-today .txn-status-glow{background:radial-gradient(circle at 40% 30%,#ffbe3c59,#0000 72%);animation:2.4s ease-in-out infinite status-glow-pulse}.txn-status.is-tomorrow{color:#7eb6ff;background:#0e1a2a;border:1px solid #5aa8ff73;box-shadow:0 0 14px #5aa8ff2e}.txn-status.is-tomorrow .txn-status-glow{background:radial-gradient(circle at 40% 30%,#6eb4ff59,#0000 72%);animation:2.8s ease-in-out infinite status-glow-pulse}.txn-status.is-ontime{color:#5dffb0;background:#0c2218;border:1px solid #2dff9a66;box-shadow:0 0 12px #2dff9a24}.txn-status.is-ontime .txn-status-glow{background:radial-gradient(circle at 40% 30%,#50ffaa4d,#0000 72%);animation:3.2s ease-in-out infinite status-glow-pulse}.txn-row.tipo-despesa{border-color:#ff4d6d24}.txn-row.tipo-receita{border-color:#2dff9a2e}.txn-row.is-overdue-row{box-shadow:none;background:#140a0d;border-color:#ff4d6d59}.txn-row.tipo-receita.is-overdue-row{border-color:#ff4d6d66}.txn-amount.tipo-despesa{color:#ff6b81}.txn-amount.tipo-receita{color:#2dff9a}.txn-main{flex-direction:column;gap:.22rem;min-width:0;display:flex}.txn-top{justify-content:space-between;align-items:baseline;gap:.65rem;min-width:0;display:flex}.txn-account{letter-spacing:.02em;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:.72rem;font-weight:600;overflow:hidden}.txn-date{color:var(--text-muted,#ffffff6b);letter-spacing:.01em;flex-shrink:0;margin:0;font-size:.68rem;font-weight:500}.txn-name{letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:.84rem;font-weight:700;line-height:1.25;overflow:hidden}.txn-meta{justify-content:space-between;align-items:center;gap:.65rem;min-width:0;margin-top:.12rem;display:flex}.txn-amount{letter-spacing:-.01em;font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right;flex-shrink:0;margin:0;font-size:.82rem;font-weight:750}.glass-chip.tone-gray{color:#d1d1d6;background:#8e8e9340}.glass-chip.tone-coral{color:#ffb4b4;background:#e5737340}.glass-chip.tone-blue{color:#a8c8ff;background:#5a8cdc40}.glass-chip.tone-purple{color:#d4b8ff;background:#a078dc47}.glass-chip.tone-teal{color:#8fe0d0;background:#3cb4a040}.empty-state{text-align:center;padding:2rem 1.25rem}.empty-state p{margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.empty-state span{color:var(--text-secondary);font-size:.9rem}.txn-swipe-wrap.is-clearing{overflow:visible}.txn-baixa-stamp{z-index:3;border-radius:var(--radius-pill);color:var(--accent-income);letter-spacing:.04em;text-transform:uppercase;pointer-events:none;background:#2dff9a2e;border:1px solid #2dff9a8c;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%);box-shadow:0 0 24px #2dff9a40}.txn-baixa-stamp span{font-size:.95rem}.baixa-modal-root{z-index:10050;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));overscroll-behavior:none;touch-action:none;place-items:center;display:grid;position:fixed;inset:0}.baixa-modal-scrim{-webkit-backdrop-filter:blur(8px);touch-action:none;background:#000000ad;border:0;position:absolute;inset:0}.baixa-modal{border-radius:var(--radius-lg);text-align:center;touch-action:manipulation;overscroll-behavior:contain;width:min(100%,320px);padding:1.05rem 1rem 1rem;position:relative;overflow:hidden}.baixa-modal.accent-income{box-shadow:0 0 0 1px #2dff9a2e,0 18px 48px #0000008c}.baixa-modal.accent-expense{box-shadow:0 0 0 1px #ff4d6d33,0 18px 48px #0000008c}.baixa-modal-title{letter-spacing:-.02em;margin:0 0 .2rem;font-size:1.05rem;font-weight:700}.baixa-modal-copy{color:var(--text-secondary);margin:0 0 .75rem;font-size:.82rem;line-height:1.35}.baixa-modal-copy strong{color:var(--text);font-weight:700}.baixa-modal-copy.success-copy{margin-bottom:.85rem}.baixa-scope{text-align:left;flex-direction:column;gap:.35rem;margin:0 0 .7rem;display:flex}.baixa-scope-opt{width:100%;color:var(--text);font:inherit;cursor:pointer;transition:border-color .2s ease, background .2s ease, transform .2s var(--spring);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.5rem;padding:.48rem .55rem;display:flex}.baixa-scope-opt:active:not(.disabled){transform:scale(.98)}.baixa-scope-opt.on{background:#ffffff12}.baixa-scope-opt.status-vencido.on{border-color:#ff4d6d8c}.baixa-scope-opt.status-hoje.on{border-color:#ffb02080}.baixa-scope-opt.status-amanha.on{border-color:#5aa8ff80}.baixa-scope-opt.disabled{opacity:.4;cursor:not-allowed}.baixa-scope-opt .section-status-ico{border-radius:7px;width:22px;height:22px}.baixa-scope-opt .section-status-ico .status-ico{width:12px;height:12px}.baixa-scope-check{color:#0a0a0a;background:0 0;border:1.5px solid #ffffff40;border-radius:6px;flex-shrink:0;place-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;display:grid}.baixa-scope-check.on{background:#fff;border-color:#fff}.baixa-modal.accent-income .baixa-scope-check.on{background:var(--accent-income);border-color:var(--accent-income)}.baixa-modal.accent-expense .baixa-scope-check.on{color:#fff;background:#ff6b81;border-color:#ff6b81}.baixa-scope-label{text-align:left;flex:1;min-width:0;font-size:.86rem;font-weight:650}.baixa-scope-count{color:var(--text-secondary);font-variant-numeric:tabular-nums;text-align:right;min-width:1.25rem;font-size:.8rem;font-weight:700}.baixa-btn.solid:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.baixa-modal-stats{border-radius:var(--radius-md);border:1px solid var(--glass-border);color:var(--text-secondary);background:#ffffff0a;justify-content:center;align-items:center;gap:.4rem;margin:0 0 .85rem;padding:.55rem .7rem;font-size:.82rem;display:flex}.baixa-modal-stats.compact strong{color:var(--text);font-variant-numeric:tabular-nums;font-weight:700}.baixa-modal.accent-income .baixa-modal-stats.compact strong{color:var(--accent-income)}.baixa-modal.accent-expense .baixa-modal-stats.compact strong{color:#ff8fa3}.baixa-stat-dot{opacity:.45}.baixa-modal-actions{grid-template-columns:1fr 1.2fr;gap:.5rem;display:grid}.baixa-modal-actions.is-stack{grid-template-columns:1fr}.delete-scope-modal{text-align:left;width:min(100%,340px)}.delete-scope-modal .baixa-modal-title,.delete-scope-modal .baixa-modal-copy,.delete-scope-modal .baixa-modal-stats{text-align:center}.delete-scope-list{gap:.45rem;margin:.75rem 0 .85rem;display:grid}.delete-scope-opt{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:.65rem;padding:.7rem .75rem;display:flex}.delete-scope-opt.is-on{background:#ff4d6d1f;border-color:#ff6b8173}.delete-scope-opt .entry-choice-copy{gap:.12rem;display:grid}.delete-scope-opt .entry-choice-copy strong{font-size:.88rem}.delete-scope-opt .entry-choice-copy span{color:var(--text-tertiary);font-size:.75rem}.baixa-btn{border-radius:var(--radius-pill);font:inherit;cursor:pointer;transition:transform .2s var(--spring), opacity .2s ease;border:0;padding:.7rem .85rem;font-size:.9rem;font-weight:650}.baixa-btn:active{transform:scale(.97)}.baixa-btn.ghost{color:var(--text-secondary);border:1px solid var(--glass-border);background:#ffffff0f}.baixa-btn.solid{color:#0a0a0a}.baixa-modal.accent-income .baixa-btn.solid{background:linear-gradient(135deg,#2dff9a,#1ad47a);box-shadow:0 6px 20px #2dff9a4d}.baixa-modal.accent-expense .baixa-btn.solid{color:#fff;background:linear-gradient(135deg,#ff6b81,#ff4d6d);box-shadow:0 6px 20px #ff4d6d4d}.baixa-btn.solid.is-danger{color:#fff;background:linear-gradient(135deg,#ff6b81,#e11d48);box-shadow:0 6px 20px #e11d4859}.baixa-modal-copy.delete-warn{color:var(--text-tertiary);margin-top:.35rem;margin-bottom:.15rem;font-size:.78rem}.baixa-check-wrap{place-items:center;width:64px;height:64px;margin:.1rem auto .75rem;display:grid;position:relative}.baixa-check-ring{border:2px solid var(--accent-income);opacity:.45;border-radius:50%;animation:1.6s ease-in-out infinite baixa-orb-pulse;position:absolute;inset:0}.baixa-check{width:48px;height:48px;color:var(--accent-income);animation:baixa-check-pop .55s var(--spring) both;background:linear-gradient(145deg,#2dff9a59,#2dff9a1f);border:1.5px solid #2dff9ab3;border-radius:50%;place-items:center;font-size:1.35rem;font-weight:700;display:grid;box-shadow:0 0 30px #2dff9a59}.baixa-success-burst{pointer-events:none;width:0;height:0;position:absolute;top:48px;left:50%}.baixa-spark{background:var(--accent-income);width:5px;height:5px;animation:baixa-spark-fly .85s var(--spring) both;animation-delay:calc(var(--i) * 20ms);border-radius:50%;margin:-2.5px;position:absolute;box-shadow:0 0 10px #2dff9acc}.baixa-progress{border-radius:var(--radius-pill);background:#ffffff14;height:3px;overflow:hidden}.baixa-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#1ad47a,#2dff9a);height:100%;transition:width .14s linear;box-shadow:0 0 12px #2dff9a8c}.baixa-modal-root.success .baixa-modal-scrim{pointer-events:none;background:#00000059}.baixa-modal-root.success .baixa-modal{margin-top:max(10vh, calc(env(safe-area-inset-top,0px) + 4rem));align-self:start}body.modal-scroll-lock,body.modal-scroll-lock .home-scroll{overscroll-behavior:none;touch-action:none;overflow:hidden!important}.fab-wrap{right:max(1rem, env(safe-area-inset-right,0px));bottom:calc(var(--nav-h) + .85rem);z-index:40;pointer-events:none;flex-direction:column;align-items:flex-end;gap:.7rem;display:flex;position:absolute}.fab-wrap.is-docked{bottom:max(.55rem, env(safe-area-inset-bottom,0px));right:max(1rem, env(safe-area-inset-right,0px))}.fab-wrap.is-hidden{visibility:hidden;opacity:0;pointer-events:none}.fab-wrap>*{pointer-events:auto}.fab-wrap.is-hidden>*{pointer-events:none}.fab-scrim{z-index:35;-webkit-backdrop-filter:blur(8px);pointer-events:auto;background:#0000008c;border:0;animation:.28s both fade-in;position:absolute;inset:0}.fab-stack{pointer-events:none;flex-direction:column;align-items:stretch;gap:.55rem;width:min(260px,100vw - 2.4rem);display:flex}.fab-wrap.is-open .fab-stack{pointer-events:auto}.fab-action{isolation:isolate;text-align:left;width:100%;font:inherit;color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(28px)saturate(180%);opacity:0;transition:transform .2s var(--spring), border-color .2s ease;background:#16161a8c;border:.5px solid #ffffff2e;border-radius:18px;grid-template-columns:44px 1fr auto;align-items:center;gap:.75rem;padding:.75rem .85rem;display:grid;position:relative;overflow:hidden;transform:translateY(14px)scale(.94);box-shadow:0 14px 36px #00000073,inset 0 1px #ffffff38}.fab-action:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#ffffff1a 0%,#0000 45%);position:absolute;inset:0}.fab-wrap.is-open .fab-action{opacity:1;animation:.42s cubic-bezier(.22,1.2,.36,1) both fab-action-in;animation-delay:calc((1 - var(--i,0)) * 60ms);transform:translateY(0)scale(1)}@keyframes fab-action-in{0%{opacity:0;transform:translateY(16px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.fab-action:active{transform:scale(.97)}.fab-action-ico{z-index:1;border:.5px solid #fff3;border-radius:14px;place-items:center;width:44px;height:44px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff40}.fab-action-expense .fab-action-ico{color:#ff8fa3;background:linear-gradient(160deg,#ff4d6d38,#ff4d6d0f)}.fab-action-income .fab-action-ico{color:#7dffc0;background:linear-gradient(160deg,#2dff9a33,#2dff9a0d)}.fab-action-copy{flex-direction:column;gap:.12rem;min-width:0;display:flex}.fab-action-copy strong{letter-spacing:-.01em;font-size:.95rem;font-weight:750}.fab-action-copy span{color:var(--text-secondary);font-size:.72rem}.fab-action-chev{color:var(--text-tertiary);font-size:1.2rem;line-height:1}.fab-main{isolation:isolate;cursor:pointer;color:#fff;width:54px;height:54px;transition:transform .35s var(--spring), color .3s ease, box-shadow .3s ease;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:999px;place-items:center;display:grid;position:relative;box-shadow:0 16px 40px #00000080,0 2px 8px #00000040}.fab-main-glass{border-radius:inherit;-webkit-backdrop-filter:blur(40px)saturate(200%);background:#16161a8c;border:.5px solid #ffffff38;position:absolute;inset:0}.fab-main-rim{border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff4d,inset 0 -1px #00000047}.fab-main-shine{border-radius:inherit;opacity:.9;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffffbf,#0000);height:1px;position:absolute;top:1px;left:18%;right:18%}.fab-main.tone-bank .fab-main-glow{background:radial-gradient(circle,#5aa8ff6b,#0000 70%)}.fab-main.tone-bank .fab-main-glass{background:linear-gradient(160deg,#5aa8ff38,#0000 55%),#16161a8c;border-color:#9fd0ff47}.fab-main.tone-expense .fab-main-glow{background:radial-gradient(circle,#ff4d6d66,#0000 70%)}.fab-main.tone-expense .fab-main-glass{background:linear-gradient(160deg,#ff4d6d38,#0000 55%),#16161a8c;border-color:#ff8fa34d}.fab-main.tone-income .fab-main-glow{background:radial-gradient(circle,#2dff9a61,#0000 70%)}.fab-main.tone-income .fab-main-glass{background:linear-gradient(160deg,#2dff9a33,#0000 55%),#16161a8c;border-color:#7dffc04d}.fab-main-glow{opacity:.7;pointer-events:none;z-index:-1;background:radial-gradient(circle,#5aa8ff59,#0000 70%);border-radius:50%;animation:2.4s ease-in-out infinite fab-glow;position:absolute;inset:-6px}.fab-main-ring{display:none}.fab-main-plus{z-index:1;transition:transform .35s var(--spring);filter:drop-shadow(0 2px 8px #b4d2ff59);position:relative}.fab-main.is-open{color:#fff;box-shadow:0 16px 40px #0000008c,0 0 0 1px #ff4d6d2e}.fab-main.is-open .fab-main-plus{transform:rotate(45deg)}.fab-main.is-open .fab-main-glow{background:radial-gradient(circle,#ff4d6d66,#0000 70%)}.fab-main.is-open .fab-main-glass{background:linear-gradient(160deg,#ff4d6d3d,#0000 55%),#16161a8c;border-color:#ff8fa352}.fab-main:active{transform:scale(.92)}.fab-wrap.is-docked .fab-main{width:var(--nav-fab-size,54px);height:var(--nav-fab-size,54px)}.fab-wrap.is-immersive{bottom:calc(1.15rem + env(safe-area-inset-bottom,0px))}@keyframes fab-glow{0%,to{opacity:.45;transform:scale(.96)}50%{opacity:.9;transform:scale(1.05)}}.entry-scroll{flex-direction:column;gap:.65rem;display:flex}.entry-form{flex-direction:column;gap:.55rem;padding-bottom:.5rem;display:flex}.entry-form-compact{gap:.5rem}.entry-list{gap:0;padding:.1rem .75rem}.entry-meta{margin-top:0}.entry-row{width:100%;min-height:52px;color:inherit;font:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff0f;grid-template-columns:40px 1fr auto;align-items:center;gap:.7rem;padding:.55rem .1rem;display:grid;position:relative}.entry-row-compact{grid-template-columns:1fr auto;gap:.5rem;min-height:42px;padding:.35rem .05rem}.entry-row-compact .entry-row-input{grid-column:1/-1}.entry-row-compact.entry-row-valor{grid-template-columns:auto 1fr}.entry-row-compact.entry-row-valor .entry-row-input{grid-column:auto}.entry-valor-input{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:1.25rem!important;font-weight:700!important}.entry-total-row{background:#ffffff0d;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;margin:-.1rem 0 .15rem;padding:.45rem .55rem;display:flex}.entry-total-label{color:var(--text-secondary);font-size:.78rem;font-weight:650}.entry-total-value{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--text);font-size:.95rem;font-weight:780}.entry-screen.is-despesa .entry-total-value{color:#ff8fa3}.entry-screen.is-receita .entry-total-value{color:#5dffb0}.entry-date-row{cursor:pointer;position:relative}.entry-date-overlay{z-index:2;opacity:.011;cursor:pointer;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;appearance:none;border:0;width:100%;height:100%;margin:0;padding:0;font-size:1rem;position:absolute;inset:0}.entry-date-overlay::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.entry-parcel-hero{border-radius:var(--radius-lg,18px);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.1rem 1rem 1rem;display:flex}.entry-parcel-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin:0;font-size:.72rem;font-weight:700}.entry-parcel-total{width:100%;max-width:200px}.entry-parcel-preview{max-width:16rem;color:var(--text-secondary);margin:0;font-size:.9rem;font-weight:600;line-height:1.35}.entry-step{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;grid-template-columns:40px 1fr 40px;align-items:center;width:100%;height:48px;display:grid;overflow:hidden}.entry-step.is-lg{border-radius:16px;height:56px}.entry-step-btn{height:100%;color:var(--text);cursor:pointer;background:0 0;border:0;font-size:1.4rem;font-weight:600;line-height:1}.entry-step-btn:disabled{opacity:.28;cursor:not-allowed}.entry-step-btn:active:not(:disabled){background:#ffffff14}.entry-step-input{width:100%;height:100%;color:var(--text);text-align:center;font:inherit;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:none;font-size:1.35rem;font-weight:780}.entry-step.is-lg .entry-step-input{letter-spacing:-.03em;font-size:1.55rem}.entry-period-card{flex-direction:column;gap:.7rem;padding:.9rem .85rem .95rem;display:flex}.entry-period-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);margin:0;padding:0 .15rem;font-size:.78rem;font-weight:700}.entry-period-grid{grid-template-columns:1fr 1fr;gap:.45rem;display:grid}.entry-period-opt{min-height:44px;color:var(--text-secondary);font:inherit;text-align:center;cursor:pointer;background:#ffffff09;border:1px solid #ffffff14;border-radius:12px;padding:.55rem .5rem;font-size:.88rem;font-weight:650;transition:background .18s,color .18s,border-color .18s}.entry-period-opt.is-wide{grid-column:1/-1}.entry-period-opt.is-on{color:#041018;background:linear-gradient(145deg,#c8d4e0,#9eb0c2);border-color:#0000;font-weight:750}.entry-screen.is-despesa .entry-period-opt.is-on{background:linear-gradient(145deg,#ffb3c1,#ff6b88)}.entry-screen.is-receita .entry-period-opt.is-on{background:linear-gradient(145deg,#9dffd0,#3dff9e)}.entry-period-opt:active:not(.is-on){background:#ffffff14}.entry-recurrence-block{border-bottom:1px solid #ffffff0f;flex-direction:column;display:flex}.entry-recurrence-block .entry-row{border-bottom:none}.entry-recurrence-trail{align-items:center;gap:.45rem;display:inline-flex}.entry-parcel-badge{font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:#041018;background:#ffffffe0;border-radius:999px;justify-content:center;align-items:center;min-width:2.4rem;padding:.22rem .5rem;font-size:.78rem;font-weight:780;display:inline-flex}.entry-screen.is-despesa .entry-parcel-badge{background:linear-gradient(145deg,#ffb3c1,#ff7a95)}.entry-screen.is-receita .entry-parcel-badge{background:linear-gradient(145deg,#9dffd0,#4dffaa)}.entry-change-type{color:var(--text-tertiary);font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;align-self:flex-start;margin:-.15rem 0 .45rem .05rem;padding:0;font-size:.72rem;font-weight:650;text-decoration:underline}.entry-row:last-child{border-bottom:none}.entry-row.is-btn{cursor:pointer}.entry-row.is-sub{background:#ffffff05}.entry-row-input{width:100%;color:var(--text);font:inherit;background:0 0;border:0;outline:none;grid-column:2/-1;padding:0;font-size:1rem;font-weight:550}.entry-row-input::placeholder{color:var(--text-tertiary);font-weight:450}.entry-row-prefix{color:var(--text-secondary);margin-right:-.35rem;font-weight:650}.entry-row:has(.entry-row-prefix){grid-template-columns:40px auto 1fr}.entry-row:has(.entry-row-prefix) .entry-row-input{grid-column:auto}.entry-row-label{font-size:.95rem;font-weight:550}.entry-row-value{font-variant-numeric:tabular-nums;color:var(--text-secondary);font-size:.92rem;font-weight:650}.entry-row-stack{flex-direction:column;gap:.1rem;min-width:0;display:flex}.entry-row-stack strong{font-size:.95rem;font-weight:650}.entry-row-stack span{color:var(--text-secondary);font-size:.72rem}.entry-choice-list{gap:0;padding:.35rem .65rem}.entry-choice{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff0f;grid-template-columns:22px 1fr auto;align-items:center;gap:.75rem;padding:.9rem .25rem;display:grid}.entry-choice:last-child{border-bottom:none}.entry-choice-dot{border:2px solid #ffffff40;border-radius:50%;width:18px;height:18px}.entry-choice-dot.on{background:var(--accent-expense);border-color:#0000;box-shadow:inset 0 0 0 4px #00000059}.entry-screen.is-receita .entry-choice-dot.on{background:var(--accent-income)}.entry-choice-copy{flex-direction:column;gap:.15rem;display:flex}.entry-choice-copy strong,.entry-choice>strong{font-size:.95rem;font-weight:650}.entry-choice-copy span{color:var(--text-secondary);font-size:.72rem}.entry-config-row{width:100%;color:inherit;font:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff0f;grid-template-columns:40px 1fr auto;align-items:center;gap:.7rem;padding:.85rem .1rem;display:grid}.entry-config-row:last-child{border-bottom:none}.entry-config-row.is-btn{cursor:pointer}.entry-config-label{font-size:.95rem;font-weight:550}.entry-config-value{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.92rem;font-weight:650;display:inline-flex}.entry-stepper{flex-direction:column;align-items:center;gap:.1rem;min-width:2.2rem;display:inline-flex}.entry-stepper-btn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;padding:.1rem .35rem;font-size:.7rem;line-height:1}.entry-stepper-btn:disabled{opacity:.3;cursor:default}.entry-stepper-val{font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:750;line-height:1.2}.entry-select-block{flex-direction:column;gap:.4rem;display:flex}.entry-select-row{cursor:pointer;color:inherit;font:inherit;text-align:left;flex-direction:row;align-items:center;gap:.75rem;padding:.75rem .85rem;display:flex}.entry-select-row .grow{flex:1;min-width:0;font-size:.95rem;font-weight:650}.entry-plus{width:28px;height:28px;color:var(--text-secondary);background:#ffffff0f;border-radius:50%;place-items:center;font-size:1.1rem;font-weight:500;display:grid}.entry-status-dot{background:#ff4d6d;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #ff4d6d99}.entry-pick-dot.sub{color:#180c28;background:linear-gradient(145deg,#c4b0e8,#9b7fd4);font-size:.85rem}.entry-card{gap:.15rem}.entry-pick{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff0f;grid-template-columns:40px 1fr auto;align-items:center;gap:.75rem;padding:.75rem .1rem;display:grid}.entry-pick:first-child{border-top:0}.entry-pick-ico{width:40px;height:40px;color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;place-items:center;display:grid}.entry-pick-dot{color:#041018;border-radius:12px;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.entry-pick-dot.expense{background:linear-gradient(145deg,#ff8fa3,#ff4d6d)}.entry-pick-dot.income{background:linear-gradient(145deg,#7dffc0,#2dff9a)}.entry-pick-dot.bank{background:linear-gradient(145deg,#9fd0ff,#5aa8ff)}.entry-pick-copy{flex-direction:column;gap:.12rem;min-width:0;display:flex}.entry-pick-copy strong{letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);font-size:.72rem;font-weight:700}.entry-pick-copy span{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:650;overflow:hidden}.entry-pick-chev{color:var(--text-tertiary);font-size:1.2rem}.entry-screen.is-despesa .toggle.on{background:var(--accent-expense)}.entry-screen.is-receita .toggle.on{background:var(--accent-income)}.sheet-root{z-index:50;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet-panel{border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:min(480px,100%);max-height:min(94dvh,920px);padding-bottom:var(--safe-bottom);flex-direction:column;display:flex;position:relative;overflow:hidden}.sheet-header{border-bottom:1px solid var(--glass-border);grid-template-columns:44px 1fr auto;align-items:center;gap:.5rem;padding:.75rem .85rem;display:grid}.sheet-header h1{text-align:center;margin:0;font-size:1.05rem;font-weight:650}.sheet-save{border-radius:var(--radius-pill);background:var(--accent-expense);color:#111;padding:.45rem .9rem;font-size:.9rem;font-weight:700}.sheet-panel.tone-income .sheet-save{background:var(--accent-income)}.sheet-body{padding:.25rem .85rem 1.5rem;overflow-y:auto}.sheet-row{text-align:left;border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;width:100%;padding:.95rem .15rem;display:flex}.sheet-row input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.sheet-row input::placeholder{color:var(--text-tertiary)}.sheet-ico{text-align:center;width:28px;color:var(--text-secondary);flex-shrink:0}.sheet-ico.round{border:1.5px solid var(--text-secondary);border-radius:50%;place-items:center;width:28px;height:28px;font-size:.85rem;display:grid}.sheet-value{color:var(--text-secondary)}.grow{flex:1}.chev,.plus{color:var(--text-tertiary)}.sheet-section-label{color:var(--text-secondary);margin:1.1rem 0 .15rem;font-size:.78rem}.cat-dot{border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:grid}.cat-dot.expense{background:var(--accent-expense-soft);color:var(--accent-expense)}.cat-dot.income{background:var(--accent-income-soft);color:var(--accent-income)}.cat-dot.bank{color:#fff;background:#c62828}.status-dot{background:#ff453a;border-radius:50%;width:7px;height:7px}.toggle{background:#3a3a3c;border-radius:999px;width:50px;height:30px;padding:2px;transition:background .25s}.toggle .knob{width:26px;height:26px;transition:transform .25s var(--spring);background:#fff;border-radius:50%;display:block}.toggle.on{background:var(--accent-expense)}.sheet-panel.tone-income .toggle.on{background:var(--accent-income)}.toggle.on .knob{transform:translate(20px)}.sheet-note{color:var(--text-secondary);align-items:flex-start;gap:.55rem;margin-top:1.25rem;padding:.75rem .9rem;font-size:.85rem;line-height:1.35;display:flex}@media (width>=481px){.home-screen,.app-frame{border-left:1px solid #ffffff0a;border-right:1px solid #ffffff0a}}.bottom-nav{z-index:30;padding:.55rem 1rem max(.55rem, env(safe-area-inset-bottom,0px));pointer-events:none;flex-shrink:0;position:absolute;bottom:0;left:0;right:0}.bn-row{justify-content:center;align-items:center;gap:.7rem;min-height:58px;display:flex}.bn-island{pointer-events:auto;isolation:isolate;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;width:fit-content;max-width:calc(100% - .5rem);min-height:58px;padding:4px;transition:transform .35s cubic-bezier(.22,1.35,.36,1),box-shadow .35s;display:flex;position:relative;box-shadow:0 16px 40px #00000080,0 2px 8px #00000040}.bn-island.is-scrubbing{transform:scale(1.045);box-shadow:0 20px 48px #0000008c,0 0 0 1px #ffffff14,0 2px 8px #00000040}.bn-island.is-scrubbing .bn-glass{background:#1c1c227a;border-color:#ffffff4d}.bn-scrub{z-index:0;width:var(--bn-w,48px);margin-left:calc(var(--bn-w,48px) / -2);pointer-events:none;transform:translate3d(var(--bn-x), 0, 0) scaleX(var(--bn-sx,1));transform-origin:50%;will-change:transform;border-radius:999px;position:absolute;top:4px;bottom:4px;left:0}.bn-scrub-core{border-radius:inherit;-webkit-backdrop-filter:blur(12px)saturate(180%);background:linear-gradient(155deg,#ffffff47 0%,#ffffff14 42%,#8cb9ff2e 100%);border:.5px solid #ffffff59;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff73,inset 0 -6px 14px #0000001f,0 8px 20px #00000038}.bn-scrub-shine{border-radius:inherit;opacity:.9;background:linear-gradient(90deg,#0000,#ffffffd9,#0000);height:1px;position:absolute;top:1px;left:18%;right:18%}.bn-scrub-glow{filter:blur(8px);opacity:.85;background:radial-gradient(circle,#b4d2ff73,#0000 70%);border-radius:50%;animation:1.1s ease-in-out infinite bn-scrub-breathe;position:absolute;inset:12% 8%}@keyframes bn-scrub-breathe{0%,to{opacity:.55;transform:scale(.92)}50%{opacity:.95;transform:scale(1.08)}}.bn-glass{border-radius:inherit;-webkit-backdrop-filter:blur(40px)saturate(200%);background:#16161a8c;border:.5px solid #ffffff38;position:absolute;inset:0}.bn-rim{border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff47,inset 0 -1px #00000047}.bn-specular{border-radius:inherit;opacity:.85;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffffb3,#0000);height:1px;position:absolute;top:1px;left:12%;right:12%}.bn-tabs{z-index:1;align-items:center;gap:2px;display:flex;position:relative}.bn-tab{color:#ffffff6b;-webkit-tap-highlight-color:transparent;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:.16rem;min-width:58px;min-height:50px;padding:.32rem .7rem .38rem;transition:color .3s,transform .22s cubic-bezier(.22,1.2,.36,1);display:flex;position:relative}.bn-tab.is-pressed{transform:scale(.92)}.bn-tab.is-active,.bn-tab.is-hot{color:#fff}.bn-island.is-scrubbing .bn-tab.is-active .bn-pill,.bn-tab.is-hot .bn-pill{opacity:0;animation:none;transform:scale(.9)}.bn-pill{border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(160deg,#fff3 0%,#ffffff0f 45%,#8cb9ff1f 100%);border:.5px solid #ffffff38;transition:opacity .3s,transform .45s cubic-bezier(.22,1.4,.36,1);position:absolute;inset:0;transform:scale(.82);box-shadow:inset 0 1px #ffffff59,0 6px 16px #0003}.bn-tab.is-active .bn-pill{opacity:1;animation:.5s cubic-bezier(.22,1.4,.36,1) bn-pill-in;transform:scale(1)}@keyframes bn-pill-in{0%{filter:blur(2px);transform:scale(.78)}55%{filter:blur();transform:scale(1.04)}to{transform:scale(1)}}.bn-ico{z-index:1;flex-shrink:0;place-items:center;transition:transform .4s cubic-bezier(.22,1.45,.36,1);display:grid;position:relative}.bn-tab.is-active .bn-ico{filter:drop-shadow(0 2px 8px #b4d2ff73);animation:.48s cubic-bezier(.22,1.45,.36,1) bn-ico-pop;transform:scale(1.05)}@keyframes bn-ico-pop{0%{transform:scale(.8)}55%{transform:scale(1.14)}to{transform:scale(1.05)}}.bn-label{z-index:1;white-space:nowrap;letter-spacing:.02em;opacity:.55;font-size:.58rem;font-weight:650;line-height:1;transition:opacity .28s,color .28s;position:relative}.bn-tab.is-active .bn-label,.bn-tab.is-hot .bn-label{opacity:1;color:#fffffff2}.bn-tab.is-hot .bn-ico{filter:drop-shadow(0 2px 8px #b4d2ff73);transform:scale(1.05)}.bottom-nav[data-active=transacoes] .bn-scrub-core{background:linear-gradient(155deg,#ffffff38 0%,#2dff9a24 100%)}.bottom-nav[data-active=perfil] .bn-scrub-core{background:linear-gradient(155deg,#ffffff38 0%,#ffb07829 100%)}.bottom-nav[data-active=transacoes] .bn-tab.is-active .bn-pill{background:linear-gradient(160deg,#ffffff29 0%,#2dff9a1a 100%)}.bottom-nav[data-active=perfil] .bn-tab.is-active .bn-pill{background:linear-gradient(160deg,#ffffff29 0%,#ffb0781f 100%)}.tx-footer-totals{border-top:1px solid #ffffff14;gap:.65rem;margin:1.35rem 0 .6rem;padding:1rem .15rem .25rem;display:grid}.tx-footer-note{color:var(--text-tertiary);text-align:center;margin:.15rem 0 0;padding:0 .35rem;font-size:.72rem;line-height:1.4}.tx-footer-grid{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.tx-footer-row{background:#ffffff09;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.28rem;padding:.7rem .75rem;display:flex}.tx-footer-row.is-income{background:#2dff9a0f;border-color:#2dff9a29}.tx-footer-row.is-expense{background:#ff4d6d0f;border-color:#ff4d6d29}.tx-footer-label{color:var(--text-tertiary);letter-spacing:.04em;text-transform:uppercase;font-size:.66rem;font-weight:650}.tx-footer-value{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:.92rem;font-weight:750}.tx-footer-row.is-income .tx-footer-value{color:var(--accent-income)}.tx-footer-row.is-expense .tx-footer-value{color:#ff6b81}.tx-footer-saldo{background:linear-gradient(145deg,#ffffff12,#ffffff05);border:1px solid #ffffff1a;border-radius:16px;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem .9rem;display:flex;box-shadow:inset 0 1px #ffffff14}.tx-footer-saldo .tx-footer-label{color:var(--text-secondary);font-size:.72rem}.tx-footer-saldo .tx-footer-value{font-size:1.05rem;font-weight:800}.tx-footer-saldo.is-positive .tx-footer-value{color:var(--accent-income)}.tx-footer-saldo.is-negative .tx-footer-value{color:#ff6b81}.day-section-title{align-items:center;gap:.45rem;display:flex}.txn-section .list-static:has(.txn-row-list){background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;padding:0 .55rem;overflow:hidden}:is(.txn-section .list-static:has(.is-celebrating),.txn-section .list-static:has(.is-deleting)){z-index:4;position:relative;overflow:visible}.txn-swipe-wrap.is-list:last-child .txn-row-list{border-bottom:none}.profile-scroll{padding-top:calc(.85rem + var(--safe-top));flex-direction:column;gap:.85rem;display:flex}.profile-hero{border-radius:var(--radius-lg);border:1px solid #ffffff14;align-items:center;gap:.9rem;padding:1.05rem 1rem;display:flex}.profile-hero-btn{text-align:left;width:100%;color:inherit;font:inherit;cursor:pointer}.profile-hero-main{text-align:left;min-width:0;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:.9rem;padding:0;display:flex}.profile-hero-btn:active,.profile-hero-main:active,.profile-avatar-btn:active{transform:scale(.985)}.profile-avatar{color:#041018;background:linear-gradient(145deg,#7eb6ff,#2dff9a);border-radius:50%;flex-shrink:0;place-items:center;width:58px;height:58px;font-size:1.35rem;font-weight:800;display:grid;position:relative;overflow:hidden}.profile-avatar-btn{cursor:pointer;border:0;padding:0}.profile-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.profile-avatar-ring{pointer-events:none;border:1.5px solid #5aa8ff73;border-radius:50%;animation:3.2s ease-in-out infinite profile-ring;position:absolute;inset:-4px}@keyframes profile-ring{0%,to{opacity:.45;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}.profile-copy{flex:1;min-width:0}.profile-name{letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:750}.profile-email{color:var(--text-secondary);margin:.15rem 0 0;font-size:.78rem}.profile-edit-hint{color:var(--text-tertiary);margin-top:.35rem;font-size:.72rem;font-weight:650;display:inline-block}.profile-edit-form{flex-direction:column;gap:.75rem;display:flex}.profile-edit-photo{border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.55rem;padding:1.15rem 1rem;display:flex}.profile-edit-avatar{color:#041018;cursor:pointer;background:linear-gradient(145deg,#7eb6ff,#2dff9a);border:0;border-radius:50%;place-items:center;width:88px;height:88px;padding:0;font-size:1.8rem;font-weight:800;display:grid;position:relative;overflow:hidden}.profile-edit-avatar-img{object-fit:cover;width:100%;height:100%}.profile-edit-camera{color:#fff;background:#080c12c7;border:1.5px solid #fff3;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;bottom:2px;right:2px}.profile-edit-photo-btn{color:var(--text-secondary);font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;font-size:.85rem;font-weight:650;text-decoration:underline}.profile-edit-photo-btn.is-muted{color:var(--text-tertiary);font-size:.78rem}.profile-file-hidden{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.profile-field-input{text-align:right;grid-column:auto!important;font-size:.95rem!important;font-weight:600!important}.profile-edit-error{color:#ffb3c1;background:#ff4d6d1f;border:1px solid #ff4d6d33;border-radius:12px;margin:0;padding:.55rem .75rem;font-size:.85rem}.alerts-card .toggle:disabled{opacity:.45}.alerts-when .entry-choice:disabled{opacity:1;cursor:not-allowed;color:var(--text-tertiary)}.alerts-when .entry-choice:disabled .entry-choice-copy strong{color:var(--text-tertiary)}.alerts-when .entry-choice:disabled .entry-choice-copy span{color:var(--text-tertiary);opacity:.85}.alerts-when .entry-choice:disabled .entry-choice-dot{opacity:.55}.alerts-time-card{padding:.35rem .95rem .45rem}.alerts-time-row{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:.75rem;padding:.78rem 0;display:flex}.alerts-time-row:first-child{border-top:0}.alerts-time-row.is-disabled{opacity:.42;pointer-events:none}.alerts-time-copy{flex-direction:column;gap:.12rem;min-width:0;display:flex}.alerts-time-copy strong{font-size:.92rem;font-weight:750}.alerts-time-copy span{color:var(--text-tertiary);font-size:.76rem;line-height:1.3}.alerts-time-chip{min-width:5.4rem;min-height:38px;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:.02em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex:none;place-items:center;font-size:.88rem;font-weight:750;display:grid;position:relative}.alerts-hello{border-radius:var(--radius-md);color:var(--text-secondary);margin:0;padding:.75rem .9rem;font-size:.88rem;line-height:1.4}.alerts-hello strong{color:var(--text);font-weight:750}.alerts-perm-card{flex-direction:column;gap:.75rem;padding:.9rem .95rem 1rem;display:flex}.alerts-perm-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.alerts-perm-label{font-size:.9rem;font-weight:650}.alerts-perm-badge{color:var(--text-secondary);background:#ffffff14;border-radius:999px;padding:.28rem .55rem;font-size:.75rem;font-weight:750}.alerts-perm-badge.is-granted{color:#041018;background:linear-gradient(145deg,#9dffd0,#3dff9e)}.alerts-perm-badge.is-denied{color:#041018;background:linear-gradient(145deg,#ffb3c1,#ff6b88)}.alerts-blockers{color:var(--text-tertiary);flex-direction:column;gap:.35rem;margin:0;padding-left:1.1rem;font-size:.78rem;line-height:1.4;display:flex}.alerts-actions{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.alerts-save-card{gap:.65rem;padding:.85rem .9rem;display:grid}.alerts-save-btn{width:100%;min-height:48px;font-size:.9rem}.alerts-btn{min-height:42px;color:var(--text);font:inherit;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:.55rem .65rem;font-size:.82rem;font-weight:700}.alerts-btn.is-primary{color:#041018;background:linear-gradient(145deg,#9dffd0,#3dff9e);border-color:#0000}.alerts-btn:disabled{opacity:.45;cursor:not-allowed}.alerts-msg{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.4}.alerts-msg.is-ok{color:#9dffd0}.alerts-msg.is-error{color:#ff8f8f}.alerts-msg.is-info{color:var(--text-secondary)}.profile-section-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);margin:.35rem .15rem 0;font-size:.7rem;font-weight:700}.profile-menu{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.profile-menu-item{border-radius:var(--radius-md);text-align:left;width:100%;transition:transform .2s var(--spring), background .2s ease;border:1px solid #ffffff12;grid-template-columns:42px 1fr auto;align-items:center;gap:.75rem;padding:.85rem .9rem;display:grid}.profile-menu-item:active{background:#ffffff0a;transform:scale(.985)}.profile-menu-ico{color:#9fd0ff;background:#5aa8ff1f;border:1px solid #5aa8ff38;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.profile-menu-text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.profile-menu-text strong{font-size:.92rem;font-weight:700}.profile-menu-text span{color:var(--text-secondary);font-size:.72rem}.profile-menu-chev{color:var(--text-tertiary);font-size:1.25rem;line-height:1}.profile-foot{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:#d2e1f561;margin:1.1rem 0 .25rem;font-size:.68rem;font-weight:500}.profile-version{text-align:center;letter-spacing:.04em;font-variant-numeric:tabular-nums;color:#d2e1f58c;justify-content:center;align-items:center;gap:.35rem;margin:0 0 .35rem;font-size:.72rem;font-weight:650;display:flex}.profile-version-build{letter-spacing:.02em;opacity:.9;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:600}.banks-scroll{flex-direction:column;gap:1rem;display:flex}.subscreen-header{align-items:flex-start;gap:.65rem;padding:.15rem .1rem .25rem;display:flex}.entry-form-header{align-items:center}.entry-form-header .subscreen-titles{flex:1;min-width:0;padding-top:0}.entry-form-header .subscreen-titles h1{font-size:1rem}.entry-header-save{font:inherit;cursor:pointer;color:#041018;border:0;border-radius:999px;flex-shrink:0;padding:.4rem .8rem;font-size:.84rem;font-weight:750}.entry-header-save.is-expense{background:linear-gradient(145deg,#ff8fa3,#ff4d6d)}.entry-header-save.is-income{background:linear-gradient(145deg,#7dffc0,#2dff9a)}.entry-header-save:disabled{opacity:.4;cursor:not-allowed}.subscreen-back{width:40px;height:40px;color:var(--text);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;place-items:center;transition:background .2s,border-color .2s;display:grid}.subscreen-back:active{background:#ffffff1a;border-color:#ffffff2e}.subscreen-titles{min-width:0;padding-top:.15rem}.subscreen-titles h1{letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:750}.subscreen-titles p{color:var(--text-secondary);margin:.2rem 0 0;font-size:.76rem;line-height:1.35}.banks-form{border-radius:var(--radius-lg);border:1px solid #ffffff14;flex-direction:column;gap:.95rem;padding:1.05rem 1rem 1.1rem;display:flex}.banks-field{flex-direction:column;gap:.4rem;min-width:0;display:flex}.banks-label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);font-size:.68rem;font-weight:700}.banks-input{width:100%;color:var(--text);font:inherit;background:#00000047;border:1px solid #ffffff1a;border-radius:14px;outline:none;padding:.78rem .85rem;font-size:.95rem;font-weight:550;transition:border-color .2s,box-shadow .2s}.banks-input::placeholder{color:var(--text-tertiary);font-weight:450}.banks-input:focus{border-color:#5aa8ff8c;box-shadow:0 0 0 3px #5aa8ff26}.banks-fieldset{border:0;min-width:0;margin:0;padding:0}.banks-fieldset .banks-label{margin-bottom:.45rem;padding:0;display:block}.banks-type-grid{grid-template-columns:1fr 1fr;gap:.45rem;display:grid}.banks-type-opt{color:var(--text-secondary);font:inherit;cursor:pointer;transition:background .2s ease, border-color .2s ease, color .2s ease, transform .2s var(--spring);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:.72rem .55rem;font-size:.82rem;font-weight:650}.banks-type-opt.is-on{color:#041018;background:linear-gradient(145deg,#9fd0ff,#5aa8ff);border-color:#0000;box-shadow:0 6px 18px #5aa8ff47}.banks-type-opt:active{transform:scale(.97)}.banks-row-2{grid-template-columns:.85fr 1.15fr;gap:.55rem;display:grid}.banks-save{font:inherit;color:#041018;cursor:pointer;transition:opacity .2s ease, transform .2s var(--spring);background:linear-gradient(145deg,#7dffc0,#2dff9a);border:0;border-radius:14px;margin-top:.15rem;padding:.88rem 1rem;font-size:.92rem;font-weight:750;box-shadow:0 8px 22px #2dff9a47}.banks-save.is-bank{background:linear-gradient(145deg,#9fd0ff,#5aa8ff);box-shadow:0 8px 22px #5aa8ff47}.banks-save.is-expense{background:linear-gradient(145deg,#ff8fa3,#ff4d6d);box-shadow:0 8px 22px #ff4d6d47}.banks-save.is-income{background:linear-gradient(145deg,#7dffc0,#2dff9a);box-shadow:0 8px 22px #2dff9a47}.banks-save:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.banks-save:not(:disabled):active{transform:scale(.98)}.banks-list-block{flex-direction:column;gap:.65rem;padding-bottom:.5rem;display:flex}.banks-list-head{justify-content:space-between;align-items:center;padding:0 .15rem;display:flex}.banks-list-head h2{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);margin:0;font-size:.72rem;font-weight:700}.banks-list-head span{color:var(--text-secondary);text-align:center;background:#ffffff0f;border-radius:999px;min-width:1.4rem;padding:.15rem .45rem;font-size:.72rem;font-weight:700}.banks-empty{border-radius:var(--radius-md);text-align:center;border:1px dashed #ffffff1f;padding:1.15rem 1rem}.banks-empty p{margin:0;font-size:.9rem;font-weight:650}.banks-empty span{color:var(--text-secondary);margin-top:.3rem;font-size:.75rem;line-height:1.4;display:block}.banks-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.banks-card{border-radius:var(--radius-md);animation:rise-in .4s var(--spring) both;border:1px solid #ffffff14;align-items:center;gap:.75rem;padding:.8rem .85rem;display:flex}.banks-card-btn{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;background:inherit;transition:border-color .2s,background .2s}.banks-card-btn:active{background:#ffffff0f;border-color:#ffffff29}.banks-card-chev{color:var(--text-tertiary);flex-shrink:0;margin-left:auto;font-size:1.2rem;line-height:1}.banks-card-mark{color:#041018;background:linear-gradient(145deg,#9fd0ff,#5aa8ff);border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:.95rem;font-weight:800;display:grid}.banks-card-body{flex-direction:column;gap:.18rem;min-width:0;display:flex}.banks-card-body strong{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:700;overflow:hidden}.banks-card-meta{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.cats-screen{position:relative}.cats-scroll{gap:1rem}.cats-form-tipo{grid-template-columns:1fr 1fr}.banks-type-opt.is-on.is-expense{color:#041018;background:linear-gradient(145deg,#ff8fa3,#ff4d6d);box-shadow:0 6px 18px #ff4d6d47}.banks-type-opt.is-on.is-income{color:#041018;background:linear-gradient(145deg,#7dffc0,#2dff9a);box-shadow:0 6px 18px #2dff9a47}.cats-form-colors{grid-template-columns:repeat(5,1fr);gap:.45rem;display:grid}.cats-form-swatch{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:50%;padding:0}.cats-form-swatch.is-on{border-color:#fff;box-shadow:0 0 0 2px #ffffff47}.cats-form-icons{grid-template-columns:repeat(6,1fr);gap:.4rem;display:grid}.cats-form-icon{aspect-ratio:1;color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;place-items:center;padding:0;display:grid}.cats-form-icon.is-on{color:#fff}.cats-form-preview{color:var(--text-secondary);align-items:center;gap:.65rem;padding:.65rem .75rem;font-size:.88rem;font-weight:600;display:flex}.cats-avatar{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.cats-avatar.sm{border-radius:12px;width:40px;height:40px}.cats-tipo-tabs{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;grid-template-columns:1fr 1fr;gap:.4rem;padding:.15rem;display:grid}.cats-tipo-tab{font:inherit;color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:center;align-items:center;gap:.4rem;padding:.65rem .5rem;font-size:.82rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.cats-screen.is-despesa .cats-tipo-tab.is-on{color:#ff6b81;background:#ff4d6d24}.cats-screen.is-receita .cats-tipo-tab.is-on{color:var(--accent-income);background:#2dff9a1f}.cats-registered .banks-card{gap:.75rem}.register-screen{position:relative}.register-screen .tab-scroll{padding-bottom:calc(5.5rem + var(--safe-bottom))}.app-shell.nav-hidden .form-screen-scroll,.app-shell.nav-hidden .entry-scroll{padding-bottom:calc(1.5rem + var(--safe-bottom))}.register-sheet-body{flex-direction:column;gap:.95rem;padding-top:.85rem;padding-bottom:1.25rem;display:flex}.sheet-panel.tone-bank .sheet-save,.sheet-panel.tone-bank .register-sheet-save{color:#041018;background:#5aa8ff}.sheet-save:disabled,.register-sheet-save:disabled{opacity:.45}.register-delete{font:inherit;color:#ff8fa3;cursor:pointer;background:#ff4d6d1a;border:1px solid #ff4d6d59;border-radius:14px;padding:.85rem 1rem;font-size:.9rem;font-weight:700}.register-delete:active{background:#ff4d6d2e}.register-sheet-root{z-index:80;align-items:flex-end;inset:auto 0}.register-sheet-panel{border-radius:var(--radius-xl) var(--radius-xl) 0 0;flex-direction:column;width:min(480px,100%);height:min(100%,720px);min-height:0;max-height:100%;margin:0 auto;padding-bottom:0;display:flex;overflow:hidden}.register-sheet-header{flex-shrink:0}.register-sheet-header-spacer{width:44px}.register-sheet-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:auto;min-height:0;overflow:hidden auto}.register-sheet-footer{padding:.75rem .85rem calc(.85rem + var(--safe-bottom));-webkit-backdrop-filter:blur(16px);background:linear-gradient(#141418eb,#0c0c0efa);border-top:1px solid #ffffff14;flex-direction:column;flex-shrink:0;gap:.5rem;display:flex}.register-sheet-save{width:100%;font:inherit;cursor:pointer;color:#041018;transition:opacity .2s ease, transform .2s var(--spring);background:linear-gradient(145deg,#9fd0ff,#5aa8ff);border:0;border-radius:14px;padding:.95rem 1rem;font-size:.95rem;font-weight:750;box-shadow:0 8px 22px #5aa8ff47}.register-sheet-panel.tone-expense .register-sheet-save{background:linear-gradient(145deg,#ff8fa3,#ff4d6d);box-shadow:0 8px 22px #ff4d6d47}.register-sheet-panel.tone-income .register-sheet-save{background:linear-gradient(145deg,#7dffc0,#2dff9a);box-shadow:0 8px 22px #2dff9a47}.register-sheet-save:not(:disabled):active{transform:scale(.98)}.splash-screen{z-index:100;padding:2rem 1.5rem calc(2rem + var(--safe-bottom));background:radial-gradient(70% 45% at 50% 28%,#2dff9a24,#0000 60%),radial-gradient(55% 40% at 80% 75%,#5aa8ff1f,#0000 55%),#000;flex-direction:column;justify-content:center;align-items:center;gap:1.4rem;display:flex;position:absolute;inset:0;overflow:hidden}.splash-screen.is-leaving{pointer-events:none;animation:.48s cubic-bezier(.4,0,.2,1) forwards splash-out}@keyframes splash-out{to{opacity:0;filter:blur(8px);transform:scale(1.04)}}.splash-ambient{pointer-events:none;position:absolute;inset:0}.splash-orb{filter:blur(40px);opacity:.55;border-radius:50%;position:absolute}.splash-orb-a{background:#2dff9a59;width:180px;height:180px;animation:5.5s ease-in-out infinite splash-drift;top:18%;left:-40px}.splash-orb-b{background:#5aa8ff4d;width:220px;height:220px;animation:6.5s ease-in-out infinite reverse splash-drift;bottom:12%;right:-60px}.splash-orb-c{background:#5cffe038;width:120px;height:120px;animation:4.8s ease-in-out .4s infinite splash-drift;top:62%;left:42%}@keyframes splash-drift{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(12px,-18px)scale(1.08)}}.splash-core{place-items:center;width:148px;height:148px;display:grid;position:relative}.splash-ring{border:1.5px solid #2dff9a59;border-radius:36px;animation:2.2s cubic-bezier(.22,1,.36,1) infinite splash-ring;position:absolute;inset:0}.splash-ring-delay{border-color:#5aa8ff4d;animation-delay:.55s}@keyframes splash-ring{0%{opacity:.85;transform:scale(.82)}to{opacity:0;transform:scale(1.35)}}.splash-mark{z-index:1;border-radius:28px;width:112px;height:112px;animation:.9s cubic-bezier(.22,1.2,.36,1) both splash-mark-in;position:relative;overflow:hidden;box-shadow:0 18px 40px #0000008c,0 0 0 1px #ffffff14}.splash-logo{object-fit:cover;width:100%;height:100%;display:block}@keyframes splash-mark-in{0%{opacity:0;transform:scale(.72)rotate(-6deg)}to{opacity:1;transform:scale(1)rotate(0)}}.splash-copy{text-align:center;animation:.8s cubic-bezier(.22,1,.36,1) .25s both splash-copy-in}.splash-brand{letter-spacing:-.04em;background:linear-gradient(120deg,#effff8 10%,#2dff9a 45%,#7eb6ff 90%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:800}.splash-tag{color:#d2e1f594;letter-spacing:.08em;text-transform:uppercase;margin:.45rem 0 0;font-size:.84rem;font-weight:500}@keyframes splash-copy-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.splash-bar{left:50%;bottom:calc(2.2rem + var(--safe-bottom));background:#ffffff14;border-radius:999px;width:min(160px,42vw);height:3px;position:absolute;overflow:hidden;transform:translate(-50%)}.splash-bar-fill{border-radius:inherit;background:linear-gradient(90deg,#2dff9a,#7eb6ff);width:0;height:100%;animation:2.1s cubic-bezier(.4,0,.2,1) forwards splash-bar;display:block}.splash-bar-fill.is-ready{width:100%;transition:width .35s;animation:none}@keyframes splash-bar{to{width:100%}}.app-frame.is-splash-behind{opacity:0;pointer-events:none}.app-shell.is-splash{background:var(--bg)}@media (prefers-reduced-motion:reduce){.bn-pill,.bn-tab,.bn-label,.bn-tab.is-active .bn-ico,.bn-scrub,.bn-scrub-glow,.bn-island,.profile-avatar-ring,.splash-orb,.splash-ring,.splash-mark,.splash-copy,.splash-bar-fill{transition:none;animation:none}.splash-mark,.splash-copy{opacity:1;transform:none}.splash-bar-fill{width:100%}}:root[data-theme=neo-tactile],html.theme-neo-tactile,[data-theme=neo-tactile]{--bg:#c8ceda;--bg-elevated:#d5dae6;--glass:#ffffff8c;--glass-strong:#ffffffb8;--glass-border:#ffffffb3;--glass-highlight:#fffffff2;--glass-blur:28px;--text:#1c2230;--text-secondary:#5c6578;--text-tertiary:#8a93a5;--accent-fab:#3d7cfd;--accent-chip:#3d7cfd;--radius-lg:24px;--radius-xl:28px;--neo-light:#f2f4f8;--neo-light-2:#e6eaf2;--neo-ink:#1c2230;--neo-muted:#5c6578;--neo-nav:#6e7688c7;--neo-nav-border:#ffffff52;--neo-nav-text:#ffffff85;--neo-nav-text-active:#fff;--neo-blue:#3d7cfd;--neo-cyan:#4fd2ff;--neo-expense:#ff4d6d;--neo-expense-soft:#ffe4ea;--neo-income:#2dff9a;--neo-income-deep:#12c97a;--neo-income-ink:#042016;--neo-raised:10px 14px 28px #46526e61, 3px 5px 10px #46526e2e, -5px -6px 16px #ffffffeb, inset 0 1px 0 #fff, inset 0 -1px 0 #ffffff59;--neo-raised-soft:7px 9px 20px #46526e52, 2px 3px 6px #46526e24, -3px -4px 12px #ffffffe0, inset 0 1px 0 #fffffffa;--neo-raised-hover:14px 18px 36px #46526e6b, 4px 6px 12px #46526e33, -6px -7px 18px #fffffff2, inset 0 1px 0 #fff;--neo-inset:inset 4px 5px 12px #46526e47, inset -3px -4px 10px #ffffffe6;--neo-float:0 18px 40px #37445f47, 0 6px 14px #37445f29, inset 0 1px 0 #fffffff2;--neo-blue-raised:0 12px 26px #3d7cfd6b, 0 0 18px #4fd2ff38, inset 0 1px 0 #ffffff73}html.theme-neo-tactile,html.theme-neo-tactile body,html.theme-neo-tactile #root,:root[data-theme=neo-tactile] .app-shell,[data-theme=neo-tactile].app-shell{color:var(--neo-ink);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:radial-gradient(100% 55% at 50% -5%,#4fd2ff5c,#0000 58%),radial-gradient(70% 40% at 15% 5%,#5aa8ff33,#0000 50%),radial-gradient(95% 65% at 88% 108%,#4fd2ff6b,#0000 52%),radial-gradient(60% 40% at 20% 100%,#3d7cfd29,#0000 50%),linear-gradient(165deg,#d4dae6 0%,#b8c0d0 52%,#aeb6c8 100%)!important}:root[data-theme=neo-tactile] .app-frame,:root[data-theme=neo-tactile] .app-main,:root[data-theme=neo-tactile] .tab-screen,:root[data-theme=neo-tactile] .home-scroll,:root[data-theme=neo-tactile] .tab-scroll,:root[data-theme=neo-tactile] .profile-scroll,:root[data-theme=neo-tactile] .home-screen,:root[data-theme=neo-tactile] .app-header,[data-theme=neo-tactile] .app-frame,[data-theme=neo-tactile] .app-main,[data-theme=neo-tactile] .tab-screen,[data-theme=neo-tactile] .home-scroll,[data-theme=neo-tactile] .tab-scroll,[data-theme=neo-tactile] .profile-scroll,[data-theme=neo-tactile] .home-screen,[data-theme=neo-tactile] .app-header,html.theme-neo-tactile .app-frame,html.theme-neo-tactile .app-main,html.theme-neo-tactile .tab-screen,html.theme-neo-tactile .home-scroll,html.theme-neo-tactile .tab-scroll,html.theme-neo-tactile .profile-scroll,html.theme-neo-tactile .home-screen,html.theme-neo-tactile .app-header{background:0 0!important}[data-theme=neo-tactile].app-shell.is-splash,:root[data-theme=neo-tactile] .app-shell.is-splash,html.theme-neo-tactile .app-shell.is-splash{color:var(--neo-ink)}html.theme-neo-tactile .section-title,html.theme-neo-tactile .profile-section-label,html.theme-neo-tactile .profile-foot,:root[data-theme=neo-tactile] .section-title,:root[data-theme=neo-tactile] .profile-section-label,:root[data-theme=neo-tactile] .profile-foot,html.theme-neo-tactile .profile-version,:root[data-theme=neo-tactile] .profile-version,[data-theme=neo-tactile] .profile-version{color:var(--neo-muted)}html.theme-neo-tactile .app-header.brand-only,:root[data-theme=neo-tactile] .app-header.brand-only{padding-top:calc(.45rem + var(--safe-top));padding-bottom:.15rem}html.theme-neo-tactile .app-header.brand-only .app-header-bar,:root[data-theme=neo-tactile] .app-header.brand-only .app-header-bar{background:var(--neo-nav);border:.5px solid var(--neo-nav-border);-webkit-backdrop-filter:blur(28px)saturate(160%);border-radius:999px;justify-content:center;width:fit-content;min-height:auto;margin:0 auto;padding:.35rem .85rem .4rem 1.15rem;box-shadow:0 8px 20px #28304038,inset 0 1px #ffffff47}html.theme-neo-tactile .app-admin-btn,:root[data-theme=neo-tactile] .app-admin-btn{color:#e0f2fe;background:#7dd3fc29;border:.5px solid #7dd3fc73;width:32px;height:32px}html.theme-neo-tactile .login-screen,:root[data-theme=neo-tactile] .login-screen{background:radial-gradient(100% 55% at 50% -5%,#4fd2ff52,#0000 58%),radial-gradient(90% 60% at 85% 100%,#4fd2ff38,#0000 55%),linear-gradient(165deg,#d8dde8 0%,#c2c8d6 55%,#b8bfcf 100%)}html.theme-neo-tactile .login-brand,:root[data-theme=neo-tactile] .login-brand{color:#0000;-webkit-text-fill-color:transparent;background-image:linear-gradient(115deg,#0d9f6e 10%,#0e7490 48%,#2563eb 100%);-webkit-background-clip:text;background-clip:text}html.theme-neo-tactile .login-field input,:root[data-theme=neo-tactile] .login-field input{color:var(--neo-ink,#1c2230);background:#ffffffb8;border-color:#2830401f}html.theme-neo-tactile .login-tag,:root[data-theme=neo-tactile] .login-tag{color:var(--neo-muted,#5c6578)}html.theme-neo-tactile .profile-logout,:root[data-theme=neo-tactile] .profile-logout{color:#b91c1c;background:#dc505a1a;border-color:#dc505a47}html.theme-neo-tactile .profile-logout span,:root[data-theme=neo-tactile] .profile-logout span{color:#b91c1cb3}html.theme-neo-tactile .app-brand,html.theme-neo-tactile .brand-title,:root[data-theme=neo-tactile] .app-brand,:root[data-theme=neo-tactile] .brand-title{filter:none;letter-spacing:-.05em;-webkit-font-smoothing:antialiased;color:#0000;-webkit-text-fill-color:transparent;background-image:linear-gradient(115deg,#5eead4 0%,#7dd3fc 45%,#93c5fd 100%);-webkit-background-clip:text;background-clip:text;font-size:1.7rem;font-weight:800;line-height:1.05}html.theme-neo-tactile .app-header.brand-only .app-brand:after,:root[data-theme=neo-tactile] .app-header.brand-only .app-brand:after{content:"";background:linear-gradient(90deg,#5eead4,#93c5fd);border-radius:999px;width:1.75rem;height:2.5px;margin:.28rem auto 0;display:block;box-shadow:0 0 8px #7dd3fc73}html.theme-neo-tactile .home-scroll,:root[data-theme=neo-tactile] .home-scroll{padding-top:.1rem}html.theme-neo-tactile .home-tabs-wrap,:root[data-theme=neo-tactile] .home-tabs-wrap{margin-bottom:.35rem}html.theme-neo-tactile .seg-tabs button,:root[data-theme=neo-tactile] .seg-tabs button{padding:.4rem .35rem .5rem}html.theme-neo-tactile .hero-card,:root[data-theme=neo-tactile] .hero-card,[data-theme=neo-tactile] .hero-card{border-radius:18px;margin-bottom:.5rem;padding:.55rem .75rem .6rem;position:relative;overflow:hidden}html.theme-neo-tactile .hero-greet,:root[data-theme=neo-tactile] .hero-greet{margin-bottom:.05rem;font-size:.7rem}html.theme-neo-tactile .hero-line,:root[data-theme=neo-tactile] .hero-line{margin:.05rem 0;font-size:.8rem}html.theme-neo-tactile .hero-sub,:root[data-theme=neo-tactile] .hero-sub{font-size:.72rem}html.theme-neo-tactile .hero-total,:root[data-theme=neo-tactile] .hero-total{margin:.1rem 0 .4rem;font-size:1.28rem}html.theme-neo-tactile .txn-section,:root[data-theme=neo-tactile] .txn-section{margin-bottom:.4rem}html.theme-neo-tactile .section-title.sticky,:root[data-theme=neo-tactile] .section-title.sticky,[data-theme=neo-tactile] .section-title.sticky{padding:.28rem .1rem .18rem}html.theme-neo-tactile .home-scroll .txn-swipe-wrap,:root[data-theme=neo-tactile] .home-scroll .txn-swipe-wrap{border-radius:14px;min-height:42px;margin-bottom:.42rem}html.theme-neo-tactile .home-scroll .txn-row:not(.txn-row-list),:root[data-theme=neo-tactile] .home-scroll .txn-row:not(.txn-row-list){border-left:3px solid var(--cat-color,#94a3b88c);box-shadow:var(--neo-raised);border-radius:14px;grid-template-columns:28px 1fr;gap:.35rem;padding:.26rem .45rem}html.theme-neo-tactile .home-scroll .txn-status,:root[data-theme=neo-tactile] .home-scroll .txn-status{width:28px;height:28px}html.theme-neo-tactile .home-scroll .txn-status .status-ico,:root[data-theme=neo-tactile] .home-scroll .txn-status .status-ico{width:13px;height:13px}html.theme-neo-tactile .home-scroll .txn-name,:root[data-theme=neo-tactile] .home-scroll .txn-name{font-size:.78rem;line-height:1.2}html.theme-neo-tactile .home-scroll .txn-amount,:root[data-theme=neo-tactile] .home-scroll .txn-amount{font-size:.78rem;font-weight:750}html.theme-neo-tactile .home-scroll .txn-account,html.theme-neo-tactile .home-scroll .txn-meta,html.theme-neo-tactile .home-scroll .txn-date,:root[data-theme=neo-tactile] .home-scroll .txn-account,:root[data-theme=neo-tactile] .home-scroll .txn-date{font-size:.62rem}html.theme-neo-tactile .home-scroll .txn-main,:root[data-theme=neo-tactile] .home-scroll .txn-main{gap:.1rem}html.theme-neo-tactile .section-status-ico,:root[data-theme=neo-tactile] .section-status-ico{width:20px;height:20px}html.theme-neo-tactile .section-title.sticky,:root[data-theme=neo-tactile] .section-title.sticky,[data-theme=neo-tactile] .section-title.sticky{padding:.55rem .1rem .35rem;-webkit-backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border:none!important}html.theme-neo-tactile .section-title,:root[data-theme=neo-tactile] .section-title{color:var(--neo-ink);letter-spacing:.04em;gap:.45rem;font-weight:750}html.theme-neo-tactile .section-status-ico,:root[data-theme=neo-tactile] .section-status-ico{width:28px;height:28px;box-shadow:var(--neo-raised-soft);border:1px solid #ffffffd9;border-radius:50%;animation:none}html.theme-neo-tactile .section-status-ico .status-ico,:root[data-theme=neo-tactile] .section-status-ico .status-ico{width:15px;height:15px}html.theme-neo-tactile .section-status-ico.is-overdue,:root[data-theme=neo-tactile] .section-status-ico.is-overdue{color:var(--neo-expense);background:var(--neo-expense-soft);box-shadow:0 4px 12px #ff4d6d38}html.theme-neo-tactile .section-status-ico.is-today,:root[data-theme=neo-tactile] .section-status-ico.is-today{color:#c27803;background:#fff3d6;box-shadow:0 4px 12px #c2780333}html.theme-neo-tactile .section-status-ico.is-tomorrow,:root[data-theme=neo-tactile] .section-status-ico.is-tomorrow{color:#2563eb;background:#dbe8ff;box-shadow:0 4px 12px #2563eb33}html.theme-neo-tactile .section-status-ico.is-ontime,:root[data-theme=neo-tactile] .section-status-ico.is-ontime{color:var(--neo-income-deep);background:#d8fce8;box-shadow:0 4px 12px #2dff9a40}html.theme-neo-tactile .txn-status,:root[data-theme=neo-tactile] .txn-status{isolation:isolate;border-radius:50%;width:42px;height:42px;animation:none}html.theme-neo-tactile .txn-status .status-ico,:root[data-theme=neo-tactile] .txn-status .status-ico{width:20px;height:20px}html.theme-neo-tactile .txn-status-glow,:root[data-theme=neo-tactile] .txn-status-glow{display:none}html.theme-neo-tactile .txn-status.is-overdue,:root[data-theme=neo-tactile] .txn-status.is-overdue{color:var(--neo-expense);background:var(--neo-expense-soft);border:1.5px solid #ff4d6d59;box-shadow:0 4px 12px #ff4d6d33}html.theme-neo-tactile .txn-status.is-overdue:after,:root[data-theme=neo-tactile] .txn-status.is-overdue:after{display:none}html.theme-neo-tactile .txn-status.is-today,:root[data-theme=neo-tactile] .txn-status.is-today{color:#b45309;background:#fff1d6;border:1.5px solid #b4530959;box-shadow:0 4px 12px #b453092e}html.theme-neo-tactile .txn-status.is-tomorrow,:root[data-theme=neo-tactile] .txn-status.is-tomorrow{color:#1d4ed8;background:#dbe8ff;border:1.5px solid #1d4ed84d;box-shadow:0 4px 12px #1d4ed829}html.theme-neo-tactile .txn-status.is-ontime,:root[data-theme=neo-tactile] .txn-status.is-ontime{color:var(--neo-income-deep);background:#d8fce8;border:1.5px solid #2dff9a73;box-shadow:0 4px 12px #2dff9a38}html.theme-neo-tactile .txn-status.tipo-receita.is-overdue,html.theme-neo-tactile .section-status-ico.tipo-receita.is-overdue,html.theme-neo-tactile .txn-status.tipo-receita.is-today,html.theme-neo-tactile .section-status-ico.tipo-receita.is-today,html.theme-neo-tactile .txn-status.tipo-receita.is-tomorrow,html.theme-neo-tactile .section-status-ico.tipo-receita.is-tomorrow,html.theme-neo-tactile .txn-status.tipo-receita.is-ontime,html.theme-neo-tactile .section-status-ico.tipo-receita.is-ontime,:root[data-theme=neo-tactile] .txn-status.tipo-receita.is-overdue,:root[data-theme=neo-tactile] .section-status-ico.tipo-receita.is-overdue,:root[data-theme=neo-tactile] .txn-status.tipo-receita.is-today,:root[data-theme=neo-tactile] .section-status-ico.tipo-receita.is-today,:root[data-theme=neo-tactile] .txn-status.tipo-receita.is-tomorrow,:root[data-theme=neo-tactile] .section-status-ico.tipo-receita.is-tomorrow,:root[data-theme=neo-tactile] .txn-status.tipo-receita.is-ontime,:root[data-theme=neo-tactile] .section-status-ico.tipo-receita.is-ontime{color:var(--neo-income-ink);background:var(--neo-income);border-color:#12c97a8c;box-shadow:0 4px 12px #2dff9a59}html.theme-neo-tactile .seg-tabs button,:root[data-theme=neo-tactile] .seg-tabs button{color:var(--neo-muted);font-weight:650}html.theme-neo-tactile .seg-tabs button.active,:root[data-theme=neo-tactile] .seg-tabs button.active{color:var(--neo-ink)}html.theme-neo-tactile .tab-count.expense,:root[data-theme=neo-tactile] .tab-count.expense{background:var(--neo-expense);color:#fff;font-weight:800;box-shadow:0 3px 12px #ff4d6d59}html.theme-neo-tactile .tab-count.income,:root[data-theme=neo-tactile] .tab-count.income{background:var(--neo-income);color:var(--neo-income-ink);font-weight:800;box-shadow:0 3px 12px #2dff9a66}html.theme-neo-tactile .seg-tabs button.active:after,:root[data-theme=neo-tactile] .seg-tabs button.active:after{background:var(--neo-expense);height:3px;box-shadow:0 0 14px #ff4d6d73}html.theme-neo-tactile .seg-tabs.accent-income button.active:after,:root[data-theme=neo-tactile] .seg-tabs.accent-income button.active:after{background:var(--neo-income-deep);height:3px;box-shadow:0 0 14px #2dff9a80}html.theme-neo-tactile .glass,:root[data-theme=neo-tactile] .glass,[data-theme=neo-tactile] .glass{box-shadow:var(--neo-raised);color:var(--neo-ink);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(150%);background:linear-gradient(160deg,#fbfcfe 0%,#eef2f8 55%,#e6ebf4 100%);border:1px solid #ffffffeb}html.theme-neo-tactile .glass-strong,:root[data-theme=neo-tactile] .glass-strong,[data-theme=neo-tactile] .glass-strong{box-shadow:var(--neo-float);color:var(--neo-ink);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(calc(var(--glass-blur) + 6px)) saturate(160%);background:linear-gradient(160deg,#fff 0%,#f2f5fb 100%);border:1px solid #fffffff2}html.theme-neo-tactile .glass-pill,:root[data-theme=neo-tactile] .glass-pill,[data-theme=neo-tactile] .glass-pill{background:var(--neo-light-2);color:var(--neo-ink);box-shadow:var(--neo-inset);border-color:#ffffffb3}html.theme-neo-tactile .glass .hero-greet,html.theme-neo-tactile .glass .hero-sub,html.theme-neo-tactile .glass .hero-line,html.theme-neo-tactile .glass .profile-email,html.theme-neo-tactile .glass .profile-edit-hint,html.theme-neo-tactile .profile-menu-text span,:root[data-theme=neo-tactile] .glass .hero-greet,:root[data-theme=neo-tactile] .glass .hero-sub,:root[data-theme=neo-tactile] .glass .hero-line,:root[data-theme=neo-tactile] .profile-menu-text span{color:var(--neo-muted)}html.theme-neo-tactile .glass .hero-total,html.theme-neo-tactile .profile-name,html.theme-neo-tactile .profile-menu-text strong,:root[data-theme=neo-tactile] .glass .hero-total,:root[data-theme=neo-tactile] .profile-name,:root[data-theme=neo-tactile] .profile-menu-text strong{color:var(--neo-ink)}html.theme-neo-tactile .hero-card.accent-expense .hero-greet,html.theme-neo-tactile .hero-card.accent-expense .hero-line strong,:root[data-theme=neo-tactile] .hero-card.accent-expense .hero-greet,:root[data-theme=neo-tactile] .hero-card.accent-expense .hero-line strong{color:var(--neo-expense)}html.theme-neo-tactile .hero-card.accent-income .hero-greet,html.theme-neo-tactile .hero-card.accent-income .hero-line strong,:root[data-theme=neo-tactile] .hero-card.accent-income .hero-greet,:root[data-theme=neo-tactile] .hero-card.accent-income .hero-line strong{color:var(--neo-income-deep)}html.theme-neo-tactile .profile-menu-chev,:root[data-theme=neo-tactile] .profile-menu-chev{color:#9aa3b5}html.theme-neo-tactile .hero-card,:root[data-theme=neo-tactile] .hero-card,[data-theme=neo-tactile] .hero-card{box-shadow:var(--neo-float);border-radius:20px;position:relative;overflow:hidden}html.theme-neo-tactile .hero-card:after,:root[data-theme=neo-tactile] .hero-card:after,[data-theme=neo-tactile] .hero-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#4fd2ff38,#0000 70%);border-radius:50%;width:50%;height:60%;position:absolute;bottom:-30%;right:-12%}html.theme-neo-tactile .hero-cta,:root[data-theme=neo-tactile] .hero-cta,[data-theme=neo-tactile] .hero-cta{z-index:1;border-radius:var(--radius-pill);border:none;min-height:38px;padding:.45rem .75rem;font-size:.82rem;font-weight:700;position:relative}html.theme-neo-tactile .hero-card.accent-expense .hero-cta,:root[data-theme=neo-tactile] .hero-card.accent-expense .hero-cta{background:linear-gradient(180deg, #ff7a92 0%, var(--neo-expense) 100%);color:#fff;box-shadow:0 8px 18px #ff4d6d52,inset 0 1px #fff6}html.theme-neo-tactile .hero-card.accent-income .hero-cta,:root[data-theme=neo-tactile] .hero-card.accent-income .hero-cta{background:linear-gradient(180deg, #3dff9e 0%, var(--neo-income) 100%);color:var(--neo-income-ink);box-shadow:0 8px 18px #2dff9a4d,inset 0 1px #ffffff80}html.theme-neo-tactile .txn-row:not(.txn-row-list),:root[data-theme=neo-tactile] .txn-row:not(.txn-row-list),[data-theme=neo-tactile] .txn-row:not(.txn-row-list){box-shadow:var(--neo-raised);color:var(--neo-ink);background:linear-gradient(160deg,#fbfcfe 0%,#e8ecf4 100%);border:1px solid #ffffffe6;border-radius:16px}html.theme-neo-tactile .txn-row:not(.txn-row-list) .txn-name,:root[data-theme=neo-tactile] .txn-row:not(.txn-row-list) .txn-name{color:var(--neo-ink)}html.theme-neo-tactile .txn-row:not(.txn-row-list) .txn-account,:root[data-theme=neo-tactile] .txn-row:not(.txn-row-list) .txn-account{color:var(--neo-muted)}html.theme-neo-tactile .txn-row-list,:root[data-theme=neo-tactile] .txn-row-list,[data-theme=neo-tactile] .txn-row-list{box-shadow:none;color:var(--neo-ink);background:0 0;border-bottom-color:#1c22301a}html.theme-neo-tactile .txn-row-list .txn-name,:root[data-theme=neo-tactile] .txn-row-list .txn-name{color:var(--neo-ink)}html.theme-neo-tactile .glass-chip,:root[data-theme=neo-tactile] .glass-chip{color:var(--neo-ink);box-shadow:var(--neo-inset);background:#1c22300f;border-color:#0000}html.theme-neo-tactile .bn-glass,:root[data-theme=neo-tactile] .bn-glass,[data-theme=neo-tactile] .bn-glass{background:var(--neo-nav);-webkit-backdrop-filter:blur(36px)saturate(170%);border:.5px solid #7dd3fc59;box-shadow:0 12px 28px #28304042,0 0 22px #4fd2ff47,0 0 0 1px #4fd2ff2e,inset 0 1px #ffffff4d}html.theme-neo-tactile .bn-tab,:root[data-theme=neo-tactile] .bn-tab{color:var(--neo-nav-text)}html.theme-neo-tactile .bn-tab.is-active,html.theme-neo-tactile .bn-tab.is-hot,:root[data-theme=neo-tactile] .bn-tab.is-active,:root[data-theme=neo-tactile] .bn-tab.is-hot{color:var(--neo-nav-text-active)}html.theme-neo-tactile .bn-pill,:root[data-theme=neo-tactile] .bn-pill,[data-theme=neo-tactile] .bn-pill{background:0 0;border:2px solid #4fd2ff;box-shadow:0 0 0 1px #4fd2ff59,0 0 12px #4fd2ffbf,0 0 28px #3d8bfd8c,inset 0 0 12px #4fd2ff33}html.theme-neo-tactile .bn-tab.is-active .bn-ico,:root[data-theme=neo-tactile] .bn-tab.is-active .bn-ico{color:#4fd2ff;filter:drop-shadow(0 0 8px #4fd2ffe6)}html.theme-neo-tactile .bn-label,:root[data-theme=neo-tactile] .bn-label{color:inherit}html.theme-neo-tactile .glass-chip,:root[data-theme=neo-tactile] .glass-chip{box-shadow:none;border:1px solid #0000;font-weight:700}html.theme-neo-tactile .glass-chip.tone-gray,:root[data-theme=neo-tactile] .glass-chip.tone-gray{color:#475569;background:#e2e8f0;border-color:#cbd5e1}html.theme-neo-tactile .glass-chip.tone-coral,:root[data-theme=neo-tactile] .glass-chip.tone-coral{color:#e11d48;background:#ffe4e6;border-color:#fecdd3}html.theme-neo-tactile .glass-chip.tone-blue,:root[data-theme=neo-tactile] .glass-chip.tone-blue{color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe}html.theme-neo-tactile .glass-chip.tone-purple,:root[data-theme=neo-tactile] .glass-chip.tone-purple{color:#6d28d9;background:#ede9fe;border-color:#ddd6fe}html.theme-neo-tactile .glass-chip.tone-teal,:root[data-theme=neo-tactile] .glass-chip.tone-teal{color:#0f766e;background:#ccfbf1;border-color:#99f6e4}html.theme-neo-tactile .txn-row-card .glass-chip,:root[data-theme=neo-tactile] .txn-row-card .glass-chip{background:color-mix(in srgb, var(--cat-color,#94a3b8) 22%, #fff);color:var(--cat-color,#475569);border-color:color-mix(in srgb, var(--cat-color,#94a3b8) 35%, #fff)}html.theme-neo-tactile .month-label,:root[data-theme=neo-tactile] .month-label{color:var(--neo-ink);box-shadow:var(--neo-raised-soft);background:linear-gradient(165deg,#f6f8fc,#e8ecf4);border:1px solid #fffc}html.theme-neo-tactile .month-caret,:root[data-theme=neo-tactile] .month-caret{color:var(--neo-muted)}html.theme-neo-tactile .month-picker-cell,:root[data-theme=neo-tactile] .month-picker-cell{background:var(--neo-light);color:var(--neo-ink);box-shadow:var(--neo-raised-soft);border:1px solid #ffffffbf;border-radius:14px}html.theme-neo-tactile .month-picker-cell.active,:root[data-theme=neo-tactile] .month-picker-cell.active{color:#fff;box-shadow:var(--neo-blue-raised);background:linear-gradient(#5a92ff 0%,#3d7cfd 100%);border-color:#0000}html.theme-neo-tactile .header-add-glass,:root[data-theme=neo-tactile] .header-add-glass{box-shadow:var(--neo-blue-raised);background:linear-gradient(#5a92ff 0%,#3d7cfd 100%);border-color:#0000}html.theme-neo-tactile .header-add-item,:root[data-theme=neo-tactile] .header-add-item{color:var(--neo-ink);box-shadow:var(--neo-raised-soft);background:linear-gradient(165deg,#f7f8fc,#e9edf5)}html.theme-neo-tactile .profile-hero,:root[data-theme=neo-tactile] .profile-hero{border-radius:var(--radius-xl);box-shadow:var(--neo-float)}html.theme-neo-tactile .profile-menu-item,:root[data-theme=neo-tactile] .profile-menu-item{border-radius:var(--radius-lg);box-shadow:var(--neo-raised)}html.theme-neo-tactile .profile-menu-item:active,:root[data-theme=neo-tactile] .profile-menu-item:active{box-shadow:var(--neo-inset);transform:scale(.985)}html.theme-neo-tactile .profile-menu-ico,:root[data-theme=neo-tactile] .profile-menu-ico{background:var(--neo-light-2);color:var(--neo-blue);box-shadow:var(--neo-inset);border:1px solid #fffc}html.theme-neo-tactile .profile-avatar,:root[data-theme=neo-tactile] .profile-avatar{box-shadow:var(--neo-raised-soft), 0 0 0 3px #3d7cfd38}html.theme-neo-tactile .banks-form,html.theme-neo-tactile .entry-card,:root[data-theme=neo-tactile] .banks-form,:root[data-theme=neo-tactile] .entry-card{border-radius:var(--radius-xl)}html.theme-neo-tactile .entry-row,html.theme-neo-tactile .entry-config-row,:root[data-theme=neo-tactile] .entry-row,:root[data-theme=neo-tactile] .entry-config-row{color:var(--neo-ink);border-bottom-color:#1c223014}html.theme-neo-tactile .entry-row-label,html.theme-neo-tactile .entry-config-label,html.theme-neo-tactile .entry-row-input,html.theme-neo-tactile .entry-row-value,html.theme-neo-tactile .subscreen-title,:root[data-theme=neo-tactile] .entry-row-label,:root[data-theme=neo-tactile] .entry-row-input,:root[data-theme=neo-tactile] .subscreen-title{color:var(--neo-ink)}html.theme-neo-tactile .entry-row-input::placeholder,:root[data-theme=neo-tactile] .entry-row-input::placeholder{color:#9aa3b5}html.theme-neo-tactile .entry-total-row,:root[data-theme=neo-tactile] .entry-total-row{background:var(--neo-light-2);box-shadow:var(--neo-inset);color:var(--neo-ink);border:1px solid #ffffffb3;border-radius:14px}html.theme-neo-tactile .entry-step,:root[data-theme=neo-tactile] .entry-step{border-radius:var(--radius-pill);background:var(--neo-light-2);box-shadow:var(--neo-inset);color:var(--neo-ink);border:1px solid #ffffffb3}html.theme-neo-tactile .entry-step-btn,html.theme-neo-tactile .entry-step-input,:root[data-theme=neo-tactile] .entry-step-btn,:root[data-theme=neo-tactile] .entry-step-input{color:var(--neo-ink)}html.theme-neo-tactile .entry-period-opt,:root[data-theme=neo-tactile] .entry-period-opt{border-radius:var(--radius-pill);background:var(--neo-light);color:var(--neo-muted);box-shadow:var(--neo-raised-soft);border:1px solid #ffffffbf}html.theme-neo-tactile .entry-period-opt.is-on,:root[data-theme=neo-tactile] .entry-period-opt.is-on{color:#fff;box-shadow:var(--neo-blue-raised);background:linear-gradient(#5a92ff 0%,#3d7cfd 100%);border-color:#0000}html.theme-neo-tactile .entry-screen.is-despesa .entry-period-opt.is-on,:root[data-theme=neo-tactile] .entry-screen.is-despesa .entry-period-opt.is-on{background:linear-gradient(#ff7a92 0%,#ff4d6d 100%);box-shadow:0 10px 22px #ff4d6d52,inset 0 1px #fff6}html.theme-neo-tactile .entry-screen.is-receita .entry-period-opt.is-on,:root[data-theme=neo-tactile] .entry-screen.is-receita .entry-period-opt.is-on{color:#042016;background:linear-gradient(#3dff9e 0%,#2dff9a 100%);box-shadow:0 10px 22px #2dff9a4d,inset 0 1px #ffffff80}html.theme-neo-tactile .entry-choice,:root[data-theme=neo-tactile] .entry-choice,[data-theme=neo-tactile] .entry-choice{color:var(--neo-ink);border-bottom-color:#1c22301a}html.theme-neo-tactile .entry-choice.is-on,:root[data-theme=neo-tactile] .entry-choice.is-on,[data-theme=neo-tactile] .entry-choice.is-on{box-shadow:var(--neo-inset);color:var(--neo-ink);background:#3d7cfd1f}html.theme-neo-tactile .entry-choice-dot,:root[data-theme=neo-tactile] .entry-choice-dot,[data-theme=neo-tactile] .entry-choice-dot{background:#ffffffa6;border-color:#1c223059}html.theme-neo-tactile .entry-choice-dot.on,:root[data-theme=neo-tactile] .entry-choice-dot.on,[data-theme=neo-tactile] .entry-choice-dot.on{background:var(--neo-blue,#3d7cfd);border-color:#0000;box-shadow:0 0 10px #3d7cfd73}html.theme-neo-tactile .entry-choice-copy strong,html.theme-neo-tactile .entry-choice>strong,:root[data-theme=neo-tactile] .entry-choice-copy strong,:root[data-theme=neo-tactile] .entry-choice>strong,[data-theme=neo-tactile] .entry-choice-copy strong,[data-theme=neo-tactile] .entry-choice>strong{color:var(--neo-ink)}html.theme-neo-tactile .entry-choice-copy span,:root[data-theme=neo-tactile] .entry-choice-copy span,[data-theme=neo-tactile] .entry-choice-copy span{color:var(--neo-muted)}html.theme-neo-tactile .alerts-when,html.theme-neo-tactile .alerts-time-card,:root[data-theme=neo-tactile] .alerts-when,:root[data-theme=neo-tactile] .alerts-time-card,[data-theme=neo-tactile] .alerts-when,[data-theme=neo-tactile] .alerts-time-card{color:var(--neo-ink)}html.theme-neo-tactile .alerts-time-row,:root[data-theme=neo-tactile] .alerts-time-row,[data-theme=neo-tactile] .alerts-time-row{border-top-color:#1c22301a}html.theme-neo-tactile .alerts-time-copy strong,:root[data-theme=neo-tactile] .alerts-time-copy strong,[data-theme=neo-tactile] .alerts-time-copy strong{color:var(--neo-ink)}html.theme-neo-tactile .alerts-time-copy span,:root[data-theme=neo-tactile] .alerts-time-copy span,[data-theme=neo-tactile] .alerts-time-copy span{color:var(--neo-muted)}html.theme-neo-tactile .alerts-time-chip,:root[data-theme=neo-tactile] .alerts-time-chip,[data-theme=neo-tactile] .alerts-time-chip{color:var(--neo-ink);background:var(--neo-light-2);box-shadow:var(--neo-inset);border-color:#ffffffbf}html.theme-neo-tactile .subscreen-titles h1,:root[data-theme=neo-tactile] .subscreen-titles h1,[data-theme=neo-tactile] .subscreen-titles h1{color:var(--neo-ink)}html.theme-neo-tactile .subscreen-titles p,:root[data-theme=neo-tactile] .subscreen-titles p,[data-theme=neo-tactile] .subscreen-titles p,html.theme-neo-tactile .profile-section-label,:root[data-theme=neo-tactile] .profile-section-label,[data-theme=neo-tactile] .profile-section-label{color:var(--neo-muted)}html.theme-neo-tactile .subscreen-back,:root[data-theme=neo-tactile] .subscreen-back,[data-theme=neo-tactile] .subscreen-back{color:var(--neo-ink);box-shadow:var(--neo-raised-soft);background:linear-gradient(165deg,#f6f8fc,#e8ecf4);border:1px solid #fffc;border-radius:14px}html.theme-neo-tactile .banks-save,:root[data-theme=neo-tactile] .banks-save{border-radius:var(--radius-pill);color:#fff;box-shadow:var(--neo-blue-raised);background:linear-gradient(#5a92ff 0%,#3d7cfd 100%);border:none}html.theme-neo-tactile .banks-save.is-expense,:root[data-theme=neo-tactile] .banks-save.is-expense{background:linear-gradient(#ff7a92 0%,#ff4d6d 100%);box-shadow:0 10px 22px #ff4d6d52,inset 0 1px #fff6}html.theme-neo-tactile .banks-save.is-income,:root[data-theme=neo-tactile] .banks-save.is-income{color:#042016;background:linear-gradient(#3dff9e 0%,#2dff9a 100%);box-shadow:0 10px 22px #2dff9a4d,inset 0 1px #ffffff80}html.theme-neo-tactile .baixa-modal,:root[data-theme=neo-tactile] .baixa-modal{border-radius:var(--radius-xl);color:var(--neo-ink)}html.theme-neo-tactile .baixa-modal h2,html.theme-neo-tactile .baixa-modal p,html.theme-neo-tactile .baixa-modal-copy,:root[data-theme=neo-tactile] .baixa-modal h2,:root[data-theme=neo-tactile] .baixa-modal-copy{color:var(--neo-ink)}html.theme-neo-tactile .baixa-btn.ghost,:root[data-theme=neo-tactile] .baixa-btn.ghost{background:var(--neo-light);color:var(--neo-muted);box-shadow:var(--neo-raised-soft);border:1px solid #fffc}html.theme-neo-tactile .glass-overlay,:root[data-theme=neo-tactile] .glass-overlay{background:#505a6e59}html.theme-neo-tactile .empty-state,:root[data-theme=neo-tactile] .empty-state{border-radius:var(--radius-xl);color:var(--neo-muted)}html.theme-neo-tactile .home-tab,:root[data-theme=neo-tactile] .home-tab{color:var(--neo-muted)}html.theme-neo-tactile .home-tab.is-active,:root[data-theme=neo-tactile] .home-tab.is-active{color:var(--neo-ink)}html.theme-neo-tactile .txn-amount.tipo-despesa,:root[data-theme=neo-tactile] .txn-amount.tipo-despesa{font-weight:750;color:var(--neo-expense)!important}html.theme-neo-tactile .txn-amount.tipo-receita,:root[data-theme=neo-tactile] .txn-amount.tipo-receita{font-weight:750;color:var(--neo-income-deep)!important}html.theme-neo-tactile .hero-card.accent-expense .hero-total,:root[data-theme=neo-tactile] .hero-card.accent-expense .hero-total{color:var(--neo-expense)}html.theme-neo-tactile .hero-card.accent-income .hero-total,:root[data-theme=neo-tactile] .hero-card.accent-income .hero-total{color:var(--neo-income-deep)}.theme-switch{border-radius:var(--radius-pill);width:52px;height:30px;transition:background .25s var(--spring), box-shadow .25s var(--spring);background:#d0d5e0;border:none;flex-shrink:0;position:relative;box-shadow:inset 2px 2px 6px #5a647840}.theme-switch.is-on{box-shadow:var(--neo-blue-raised,0 0 14px #3d7cfd59);background:linear-gradient(#5a92ff 0%,#3d7cfd 100%)}.theme-switch-knob{width:22px;height:22px;transition:transform .25s var(--spring);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;box-shadow:0 2px 8px #3c465a40}.theme-switch.is-on .theme-switch-knob{transform:translate(22px)}.theme-toggle-row{text-align:left;width:100%;color:inherit;align-items:center;gap:.85rem;display:flex}.theme-toggle-row .profile-menu-text{flex:1;min-width:0}html.theme-neo-tactile .app-header.has-month,:root[data-theme=neo-tactile] .app-header.has-month{gap:.55rem;padding-bottom:.55rem}html.theme-neo-tactile .app-header.has-month .app-header-bar,:root[data-theme=neo-tactile] .app-header.has-month .app-header-bar{background:var(--neo-nav);border:.5px solid var(--neo-nav-border);-webkit-backdrop-filter:blur(28px)saturate(160%);border-radius:999px;padding:.28rem .35rem .28rem .85rem;box-shadow:0 8px 20px #28304033,inset 0 1px #ffffff47}html.theme-neo-tactile .app-header.has-month .app-brand,:root[data-theme=neo-tactile] .app-header.has-month .app-brand{background-image:linear-gradient(115deg,#5eead4 0%,#7dd3fc 45%,#93c5fd 100%);font-size:1.25rem}html.theme-neo-tactile .app-header.has-month .app-brand:after,:root[data-theme=neo-tactile] .app-header.has-month .app-brand:after{display:none}html.theme-neo-tactile .month-nav,:root[data-theme=neo-tactile] .month-nav{gap:.45rem}html.theme-neo-tactile .month-nav .chev,:root[data-theme=neo-tactile] .month-nav .chev{width:36px;height:36px;color:var(--neo-ink);box-shadow:var(--neo-raised-soft);background:linear-gradient(165deg,#f6f8fc,#e8ecf4);border:1px solid #fffc;border-radius:50%;font-size:1.15rem;font-weight:700}html.theme-neo-tactile .month-tool,:root[data-theme=neo-tactile] .month-tool{color:var(--neo-ink);box-shadow:var(--neo-raised-soft);background:linear-gradient(165deg,#f6f8fc,#e8ecf4);border:1px solid #fffc}html.theme-neo-tactile .month-tool.is-on,:root[data-theme=neo-tactile] .month-tool.is-on{color:#0284c7;box-shadow:var(--neo-raised-soft), 0 0 14px #4fd2ff59;border-color:#7dd3fcb3}html.theme-neo-tactile .contas-search-bar,:root[data-theme=neo-tactile] .contas-search-bar{box-shadow:0 14px 28px #28304038, var(--neo-raised-soft);color:var(--neo-muted);background:linear-gradient(165deg,#f7f8fcf7,#e9edf5f7);border:1px solid #ffffffe6}html.theme-neo-tactile .contas-search-input,:root[data-theme=neo-tactile] .contas-search-input{color:var(--neo-ink);font-size:16px}html.theme-neo-tactile .contas-search-input::placeholder,:root[data-theme=neo-tactile] .contas-search-input::placeholder{color:var(--neo-muted);font-size:16px}html.theme-neo-tactile .contas-search-clear,:root[data-theme=neo-tactile] .contas-search-clear{color:var(--neo-ink);background:#1c223014}html.theme-neo-tactile .contas-filter-panel,html.theme-neo-tactile .exit-confirm-panel,:root[data-theme=neo-tactile] .contas-filter-panel,:root[data-theme=neo-tactile] .exit-confirm-panel{color:var(--neo-ink);box-shadow:var(--neo-raised);background:linear-gradient(165deg,#f8f9fc,#e8ecf4);border:1px solid #ffffffe6}html.theme-neo-tactile .contas-filter-label,html.theme-neo-tactile .exit-confirm-panel p,:root[data-theme=neo-tactile] .contas-filter-label,:root[data-theme=neo-tactile] .exit-confirm-panel p,html.theme-neo-tactile .contas-filter-clear,:root[data-theme=neo-tactile] .contas-filter-clear{color:var(--neo-muted)}html.theme-neo-tactile .contas-filter-done,:root[data-theme=neo-tactile] .contas-filter-done{color:#0284c7}html.theme-neo-tactile .contas-filter-chip,:root[data-theme=neo-tactile] .contas-filter-chip{color:var(--neo-ink);box-shadow:var(--neo-raised-soft);background:linear-gradient(165deg,#f6f8fc,#e8ecf4);border:1px solid #ffffffd9}html.theme-neo-tactile .contas-filter-chip.is-on,:root[data-theme=neo-tactile] .contas-filter-chip.is-on{color:#0b1220;background:linear-gradient(135deg,#7dd3fc,#93c5fd);border-color:#0000}html.theme-neo-tactile .app-exit-btn,:root[data-theme=neo-tactile] .app-exit-btn{top:calc(.45rem + var(--safe-top));background:var(--neo-nav);border:.5px solid var(--neo-nav-border);color:var(--neo-nav-text);-webkit-backdrop-filter:blur(24px)saturate(160%);box-shadow:0 8px 18px #28304033,inset 0 1px #ffffff47}html.theme-neo-tactile .exit-confirm-cancel,:root[data-theme=neo-tactile] .exit-confirm-cancel{color:var(--neo-ink);background:#1c223014}html.theme-neo-tactile .month-label,:root[data-theme=neo-tactile] .month-label{min-height:36px;padding:.4rem .95rem;font-weight:750}html.theme-neo-tactile .day-section-title,html.theme-neo-tactile .txn-section .section-title,:root[data-theme=neo-tactile] .day-section-title,:root[data-theme=neo-tactile] .txn-section .section-title{color:var(--neo-ink);letter-spacing:.06em;padding:.45rem .15rem .3rem;font-size:.78rem;background:0 0!important}html.theme-neo-tactile .txn-section .list-static,:root[data-theme=neo-tactile] .txn-section .list-static{box-shadow:none;background:0 0;border:none;gap:.38rem;padding:0;display:grid;overflow:visible}html.theme-neo-tactile .txn-section .list-static:has(.txn-row-list){box-shadow:none;background:0 0;border:none}:root[data-theme=neo-tactile] .txn-section .list-static:has(.txn-row-list){box-shadow:none;background:0 0;border:none}html.theme-neo-tactile .txn-swipe-wrap.is-list,:root[data-theme=neo-tactile] .txn-swipe-wrap.is-list{border-radius:14px;min-height:0;margin-bottom:.38rem;overflow:hidden}html.theme-neo-tactile .txn-row-list,:root[data-theme=neo-tactile] .txn-row-list,[data-theme=neo-tactile] .txn-row-list{border:1px solid #ffffffeb;border-left:3px solid var(--cat-color,#94a3b88c);box-shadow:var(--neo-raised);color:var(--neo-ink);background:linear-gradient(160deg,#fbfcfe 0%,#e8ecf4 100%);border-bottom:1px solid #ffffffeb;border-radius:14px;gap:.14rem;padding:.42rem .65rem .42rem .55rem}html.theme-neo-tactile .txn-row-list .txn-name,:root[data-theme=neo-tactile] .txn-row-list .txn-name{color:var(--neo-ink);white-space:nowrap;-webkit-line-clamp:unset;-webkit-box-orient:unset;font-size:.78rem;font-weight:700;line-height:1.2;display:block}html.theme-neo-tactile .txn-row-list .txn-account,:root[data-theme=neo-tactile] .txn-row-list .txn-account{color:var(--neo-muted);letter-spacing:.02em;font-size:.68rem;font-weight:600}html.theme-neo-tactile .txn-row-list .txn-list-sub,:root[data-theme=neo-tactile] .txn-row-list .txn-list-sub{align-items:center;gap:.35rem;margin-top:.06rem}html.theme-neo-tactile .txn-row-list .txn-amount,:root[data-theme=neo-tactile] .txn-row-list .txn-amount{font-size:.78rem;font-weight:750}html.theme-neo-tactile .txn-row-list .glass-chip,:root[data-theme=neo-tactile] .txn-row-list .glass-chip{background:color-mix(in srgb, var(--cat-color,#94a3b8) 22%, #fff);color:var(--cat-color,#475569);border-color:color-mix(in srgb, var(--cat-color,#94a3b8) 35%, #fff)}html.theme-neo-tactile .txn-row-list.is-paid-row,:root[data-theme=neo-tactile] .txn-row-list.is-paid-row{opacity:.55;filter:grayscale(.25)}html.theme-neo-tactile .txn-row-list.is-paid-row .txn-name,:root[data-theme=neo-tactile] .txn-row-list.is-paid-row .txn-name{color:var(--neo-muted)}html.theme-neo-tactile .tx-footer-totals,:root[data-theme=neo-tactile] .tx-footer-totals{margin-top:1rem;padding:.15rem 0 .5rem}html.theme-neo-tactile .tx-footer-row,:root[data-theme=neo-tactile] .tx-footer-row{box-shadow:var(--neo-raised-soft);background:linear-gradient(165deg,#f7f8fc,#e9edf5);border:1px solid #ffffffd9}html.theme-neo-tactile .tx-footer-row.is-income,:root[data-theme=neo-tactile] .tx-footer-row.is-income{background:color-mix(in srgb, var(--neo-income) 18%, #fff);border-color:color-mix(in srgb, var(--neo-income) 40%, #fff)}html.theme-neo-tactile .tx-footer-row.is-expense,:root[data-theme=neo-tactile] .tx-footer-row.is-expense{background:color-mix(in srgb, var(--neo-expense) 14%, #fff);border-color:color-mix(in srgb, var(--neo-expense) 35%, #fff)}html.theme-neo-tactile .tx-footer-label,:root[data-theme=neo-tactile] .tx-footer-label{color:var(--neo-muted)}html.theme-neo-tactile .tx-footer-row.is-income .tx-footer-value,:root[data-theme=neo-tactile] .tx-footer-row.is-income .tx-footer-value{color:var(--neo-income-deep)}html.theme-neo-tactile .tx-footer-row.is-expense .tx-footer-value,:root[data-theme=neo-tactile] .tx-footer-row.is-expense .tx-footer-value{color:var(--neo-expense)}html.theme-neo-tactile .tx-footer-saldo,:root[data-theme=neo-tactile] .tx-footer-saldo{box-shadow:var(--neo-raised);background:linear-gradient(165deg,#f7f8fc,#e9edf5);border:1px solid #ffffffd9}html.theme-neo-tactile .tx-footer-saldo.is-positive .tx-footer-value,:root[data-theme=neo-tactile] .tx-footer-saldo.is-positive .tx-footer-value{color:var(--neo-income-deep)}html.theme-neo-tactile .tx-footer-saldo.is-negative .tx-footer-value,:root[data-theme=neo-tactile] .tx-footer-saldo.is-negative .tx-footer-value{color:var(--neo-expense)}html.theme-neo-tactile .tx-footer-note,:root[data-theme=neo-tactile] .tx-footer-note{color:var(--neo-muted)}html.theme-neo-tactile .profile-scroll,:root[data-theme=neo-tactile] .profile-scroll{padding-top:calc(.85rem + var(--safe-top))}@media (hover:hover) and (pointer:fine){html.theme-neo-tactile .profile-menu-item:hover,html.theme-neo-tactile .glass:hover,:root[data-theme=neo-tactile] .profile-menu-item:hover,:root[data-theme=neo-tactile] .glass:hover{box-shadow:var(--neo-raised-hover)}}html.theme-neo-tactile .splash-screen,:root[data-theme=neo-tactile] .splash-screen,[data-theme=neo-tactile] .splash-screen{color:var(--neo-ink);background:radial-gradient(100% 55% at 50% -8%,#4fd2ff61,#0000 58%),radial-gradient(80% 50% at 90% 105%,#4fd2ff73,#0000 55%),radial-gradient(55% 40% at 12% 95%,#3d7cfd2e,#0000 50%),linear-gradient(165deg,#d4dae6 0%,#b8c0d0 52%,#aeb6c8 100%)}html.theme-neo-tactile .splash-orb-a,:root[data-theme=neo-tactile] .splash-orb-a{background:radial-gradient(circle,#4fd2ff73,#0000 68%)}html.theme-neo-tactile .splash-orb-b,:root[data-theme=neo-tactile] .splash-orb-b{background:radial-gradient(circle,#7dd3fc59,#0000 70%)}html.theme-neo-tactile .splash-orb-c,:root[data-theme=neo-tactile] .splash-orb-c{background:radial-gradient(circle,#3d7cfd47,#0000 70%)}html.theme-neo-tactile .splash-ring,:root[data-theme=neo-tactile] .splash-ring{border-color:#4fd2ff59;box-shadow:0 0 24px #4fd2ff40}html.theme-neo-tactile .splash-mark,:root[data-theme=neo-tactile] .splash-mark{box-shadow:var(--neo-float), 0 0 28px #4fd2ff47;background:linear-gradient(160deg,#fbfcfe 0%,#e8ecf4 100%);border:1px solid #fffffff2}html.theme-neo-tactile .splash-brand,:root[data-theme=neo-tactile] .splash-brand{color:#0000;-webkit-text-fill-color:transparent;filter:none;background-image:linear-gradient(115deg,#5eead4 0%,#7dd3fc 45%,#93c5fd 100%);-webkit-background-clip:text;background-clip:text}html.theme-neo-tactile .splash-tag,:root[data-theme=neo-tactile] .splash-tag{color:var(--neo-muted)}html.theme-neo-tactile .splash-bar,:root[data-theme=neo-tactile] .splash-bar{box-shadow:var(--neo-inset);background:#1c22301a}html.theme-neo-tactile .splash-bar-fill,:root[data-theme=neo-tactile] .splash-bar-fill{background:linear-gradient(90deg,#5eead4,#4fd2ff,#3d7cfd);box-shadow:0 0 12px #4fd2ff8c}html.theme-neo-tactile .bn-island.is-scrubbing .bn-glass,:root[data-theme=neo-tactile] .bn-island.is-scrubbing .bn-glass{box-shadow:0 14px 32px #2830404d,0 0 28px #4fd2ff59,0 0 0 1px #4fd2ff38,inset 0 1px #ffffff52}html.theme-neo-tactile .bn-scrub-core,:root[data-theme=neo-tactile] .bn-scrub-core{background:linear-gradient(160deg,#7dd3fc59,#3d7cfd33);border:1.5px solid #4fd2ffa6;box-shadow:0 0 16px #4fd2ff8c,inset 0 1px #ffffff59}html.theme-neo-tactile .bn-scrub-glow,:root[data-theme=neo-tactile] .bn-scrub-glow{background:radial-gradient(circle,#4fd2ff73,#0000 70%)}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#000;--bg-elevated:#0a0a0a;--glass:#202024c7;--glass-strong:#303036e0;--glass-border:#ffffff1f;--glass-highlight:#fff3;--glass-blur:28px;--text:#fff;--text-secondary:#a1a1aa;--text-tertiary:#71717a;--accent-income:#2dff9a;--accent-income-soft:#2dff9a38;--accent-expense:#ff4d6d;--accent-expense-soft:#ff4d6d3d;--accent-warn:#ffb020;--accent-warn-soft:#ffb02047;--accent-fab-expense:#ff6b81;--accent-fab-income:#2dff9a;--accent-chip:#ffc857;--accent-fab:#5aa8ff;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:28px;--radius-pill:999px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--nav-h:78px;--spring:cubic-bezier(.22, 1, .36, 1);--font:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", system-ui, sans-serif}html{background:var(--bg)}body{background:var(--bg);min-height:100vh;margin:0}
