*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--text);background:radial-gradient(circle at 0 0,#22d3ee24,#0000 30%),radial-gradient(circle at 100% 0,#34d39914,#0000 28%),linear-gradient(135deg,#02070d 0%,#07131f 52%,#02070d 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{width:100%;min-width:0;min-height:44px;color:var(--text);background:#02080eb8;border:1px solid #94a3b82e;border-radius:13px;outline:none;padding:0 13px}input:focus,select:focus,textarea:focus{border-color:var(--cyan)}.finanflow-app{grid-template-columns:245px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:linear-gradient(#041722fa,#01080dfa);flex-direction:column;gap:20px;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.brand{border-bottom:1px solid #94a3b81f;align-items:center;gap:12px;padding:8px 6px 18px;display:flex}.brand-icon{width:44px;height:44px;color:var(--cyan);border:1px solid var(--line-strong);background:#22d3ee14;border-radius:15px;place-items:center;display:grid}.brand strong{letter-spacing:-.04em;font-size:18px;display:block}.brand span{color:var(--cyan);font-size:12px;font-weight:700}.sidebar nav{flex-direction:column;gap:8px;display:flex}.sidebar nav button,.ghost-btn{color:#e2e8f0ad;text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 13px;font-size:14px;font-weight:750;display:flex}.sidebar nav button:hover,.ghost-btn:hover{color:var(--text);background:#22d3ee0f}.sidebar nav button.active{color:var(--cyan);border-color:var(--line-strong);background:linear-gradient(135deg,#22d3ee29,#34d3990f)}.ghost-btn{color:var(--red);border-color:#fb71852e;margin-top:auto}.main-content{width:min(100%,1360px);min-width:0;margin:0 auto;padding:26px 30px 70px}.hero{background:radial-gradient(circle at 90% 20%,#22d3ee2e,#0000 32%),linear-gradient(120deg,#051019fa,#041c24db);border:1px solid #22d3ee38;border-radius:28px;justify-content:space-between;align-items:center;gap:28px;min-height:178px;padding:28px;display:flex;box-shadow:0 26px 80px #00000052,inset 0 1px #ffffff0a}.eyebrow,.panel-head span{color:var(--cyan);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:850;display:block}.hero p{color:#cbd5e1;max-width:720px;margin:0;font-size:16px;line-height:1.5}.month-picker{background:#02070d80;border:1px solid #22d3ee2e;border-radius:18px;min-width:220px;padding:16px}.month-picker span{color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:700;display:block}.month-picker input,.field-grid input,.field-grid select,.mini-form input,.mini-form select{width:100%;min-height:44px;color:var(--text);background:#02080eb8;border:1px solid #94a3b82e;border-radius:13px;outline:none;padding:0 13px}.month-picker input:focus,.field-grid input:focus,.field-grid select:focus,.mini-form input:focus,.mini-form select:focus{border-color:var(--cyan)}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.stat-card,.panel{border:1px solid var(--line);background:radial-gradient(circle at 100% 0,#22d3ee0f,#0000 34%),linear-gradient(145deg,#07121ce6,#02080ef7);border-radius:24px;box-shadow:0 18px 46px #0000003d,inset 0 1px #ffffff07}.stat-card{align-content:start;gap:8px;min-width:0;min-height:148px;padding:20px;display:grid;overflow:hidden}.stat-card span{color:var(--muted);font-size:13px;font-weight:700;display:block}.stat-card strong{letter-spacing:-.04em;overflow-wrap:anywhere;margin:4px 0 2px;font-size:clamp(24px,2.2vw,30px);line-height:1.05;display:block}.stat-card p{color:#cbd5e1;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.38}.stat-card small{color:#cbd5e1;line-height:1.35}.stat-card svg{flex-shrink:0}.stat-card.cyan svg,.stat-card.cyan strong{color:var(--cyan)}.stat-card.green svg,.stat-card.green strong{color:var(--green)}.stat-card.yellow svg,.stat-card.yellow strong{color:var(--yellow)}.stat-card.blue svg,.stat-card.blue strong{color:var(--blue)}.stat-card.red svg,.stat-card.red strong{color:var(--red)}.grid-two{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-top:18px;display:grid}.grid-two.wide-left{grid-template-columns:.9fr 1.1fr}.panel{padding:22px}.panel-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.panel-head h2{letter-spacing:-.04em;margin:5px 0 0;font-size:22px}.panel-head svg{color:var(--cyan)}.type-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.type-grid button{color:#cbd5e1;background:#02080e80;border:1px solid #94a3b829;border-radius:13px;justify-content:center;align-items:center;gap:7px;min-height:42px;font-weight:800;display:flex}.type-grid button.active{color:var(--cyan);border-color:var(--line-strong);background:#22d3ee17}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;min-width:0;display:grid}.field-grid.compact{grid-template-columns:1.2fr 1fr .7fr}.field-grid label{color:var(--muted);flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}.primary-btn,.mini-form button{background:linear-gradient(135deg, var(--cyan), #14b8a6);color:#001018;border:none;border-radius:15px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-weight:900;display:inline-flex}.form-panel .primary-btn{width:100%;margin-top:14px}.account-list,.transaction-list,.upcoming-list,.planning-lines{flex-direction:column;gap:10px;display:flex}.account-row,.transaction-row,.upcoming-list article,.planning-lines div{background:#02080e73;border:1px solid #94a3b821;border-radius:16px;align-items:center;gap:12px;padding:13px;display:flex}.account-row div,.transaction-main,.upcoming-list article div,.planning-lines div span{flex:1;min-width:0}.account-row strong,.transaction-row strong,.upcoming-list strong{font-size:14px;display:block}.account-row span,.transaction-row span,.upcoming-list span{color:var(--muted);margin-top:3px;font-size:12px;display:block}.account-row em,.transaction-row em,.upcoming-list em,.planning-lines strong{font-style:normal;font-weight:900}.account-row button,.icon-btn{width:34px;height:34px;color:var(--red);background:#fb71850f;border:1px solid #fb71853d;border-radius:11px;place-items:center;display:grid}.mini-form{grid-template-columns:1.1fr .8fr .8fr auto;gap:10px;margin-top:12px;display:grid}.account-row-editable{grid-template-columns:minmax(0,1fr) minmax(120px,auto) auto;align-items:end;gap:18px;display:grid}.account-row-editable .account-edit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.account-row-editable em{text-align:right;white-space:nowrap;min-width:132px;padding-bottom:13px}.account-row-editable .row-actions{grid-template-columns:repeat(2,minmax(92px,auto));justify-content:end;gap:10px;padding-bottom:8px;display:grid}.account-row-editable form .row-actions,form.account-row-editable .row-actions{grid-template-columns:minmax(116px,auto)}.account-row-editable button{justify-content:center;align-items:center;width:auto;min-width:92px;height:42px;padding:0 15px;display:inline-flex}.transaction-row.receita svg{color:var(--green)}.transaction-row.despesa svg{color:var(--red)}.transaction-row.divida svg{color:var(--yellow)}.transaction-row.meta svg{color:var(--blue)}.transaction-row button.paid,.transaction-row button.pending{border-radius:999px;min-width:92px;height:34px;font-size:12px;font-weight:900}.transaction-row button.paid{color:var(--green);background:#34d39914;border:1px solid #34d39940}.transaction-row button.pending{color:var(--yellow);background:#facc1514;border:1px solid #facc1540}.decision-box{border:1px solid #94a3b824;border-radius:18px;flex-direction:column;gap:5px;margin-top:14px;padding:16px;display:flex}.decision-box strong{font-size:17px}.decision-box span{color:#cbd5e1;line-height:1.45}.decision-box.ok{background:#34d39914;border-color:#34d39947}.decision-box.warn{background:#facc1514;border-color:#facc1547}.decision-box.danger{background:#fb718514;border-color:#fb718547}.planning-lines div{justify-content:space-between}.planning-lines div.total{border-color:var(--line-strong);background:#22d3ee14}.empty-state{text-align:center;min-height:120px;color:var(--muted);border:1px dashed #94a3b833;border-radius:18px;place-items:center;padding:20px;display:grid}.empty-state strong{color:var(--text);margin-bottom:5px;display:block}@media (width<=1100px){.finanflow-app{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;height:auto;position:static;overflow-x:auto}.sidebar nav{flex-direction:row}.sidebar nav button,.ghost-btn{white-space:nowrap;width:auto}.brand{border-bottom:0;padding-bottom:8px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-two,.grid-two.wide-left{grid-template-columns:1fr}}@media (width<=720px){.main-content{padding:18px 14px 42px}.hero{flex-direction:column;align-items:stretch;padding:22px}.stats-grid,.field-grid,.field-grid.compact,.type-grid,.mini-form{grid-template-columns:1fr}.transaction-row{flex-wrap:wrap;align-items:flex-start}.transaction-row em{width:100%}}.auth-page{place-items:center;min-height:100vh;padding:32px;display:grid}.auth-card{border:1px solid var(--line);background:radial-gradient(circle at 100% 0,#22d3ee14,#0000 34%),linear-gradient(145deg,#07121cf0,#02080efa);border-radius:26px;width:min(100%,460px);padding:30px;box-shadow:0 26px 80px #00000052,inset 0 1px #ffffff09}.auth-card h1{letter-spacing:-.06em;margin:8px 0;font-size:clamp(32px,5vw,46px);line-height:1}.form{gap:13px;margin:22px 0 14px;display:grid}label{color:var(--muted);flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}button{background:linear-gradient(135deg, var(--cyan), #14b8a6);color:#001018;border:none;border-radius:13px;min-height:42px;padding:0 16px;font-weight:900}button:disabled{cursor:not-allowed;opacity:.58}.ghost-button,.mode-button{color:#f8fafc;background:#22d3ee12;border:1px solid #22d3ee42}.ghost-button:hover,.mode-button:hover{color:var(--cyan);background:#22d3ee21}.sidebar-footer .mode-button{width:100%}.balance-focus{background:#02070d80;border:1px solid #22d3ee2e;border-radius:18px;min-width:260px;padding:18px}.balance-focus span{color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:800;display:block}.balance-focus strong{color:var(--cyan);letter-spacing:-.05em;font-size:clamp(25px,3vw,34px);line-height:1.05;display:block}.quick-start{background:radial-gradient(circle at 100% 0,#34d3991a,#0000 34%),linear-gradient(145deg,#07121cf0,#02080efa);border-color:#34d39947;margin-top:18px}.quick-start p{color:#cbd5e1;margin:-6px 0 16px;line-height:1.5}.quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.quick-actions button{color:#f8fafc;background:#22d3ee12;border:1px solid #22d3ee47;border-radius:12px;min-height:38px;font-size:14px}.type-grid button.selected{color:var(--cyan);border-color:var(--line-strong);background:#22d3ee17}.buy-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,.7fr);gap:13px;min-width:0;display:grid}.action-row,.row-actions,.security-actions,.invite-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.row-actions{justify-content:flex-end}.transaction-row{min-height:72px}.transaction-row.receita{border-color:#34d3993d}.transaction-row.despesa,.transaction-row.divida{border-color:#fb71852e}.transaction-row.meta{border-color:#facc1538}.data-row{background:#02080e73;border:1px solid #94a3b821;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:13px;display:flex}.data-row span{color:var(--muted);font-size:12px;font-weight:800}.data-row strong{text-align:right}.data-row.highlight-row{border-color:var(--line-strong);background:#22d3ee14}.danger-button{color:#fecdd3;background:#fb718514;border:1px solid #fb718547}.inline-danger{width:auto}.decision-box.bad{background:#fb718514;border-color:#fb718547}.settings-stack{flex-direction:column;gap:18px;margin-top:18px;display:flex}.settings-stack .panel{margin-top:0}.setting-control{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.mode-inline{color:#cbd5e1;background:#22d3ee0f;border:1px solid #22d3ee2e;border-radius:16px;grid-template-columns:minmax(0,1fr) 170px auto;align-items:center;gap:12px;margin-bottom:0;padding:12px;display:grid}.mode-inline strong{color:#f8fafc}.danger-zone{border-color:#fb71853d}.status-box,.floating-message{color:#cbd5e1;background:#02080ee0;border:1px solid #22d3ee38;border-radius:16px;padding:13px 15px}.status-box{margin-top:14px}.floating-message{z-index:50;max-width:min(360px,100vw - 32px);font-size:14px;line-height:1.45;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 46px #00000047}.invite-panel{margin-top:18px;overflow:hidden}.invite-shell{grid-template-columns:1fr}.invite-accept-card{width:min(760px,100%);margin:60px auto 0}.invite-placeholder{text-align:center;background:#22d3ee0d;border:1px dashed #22d3ee47;border-radius:20px;place-items:center;min-height:250px;padding:36px 18px;display:grid}.invite-placeholder h3{margin:0 0 8px;font-size:24px}.invite-placeholder p{max-width:540px}.invite-grid{grid-template-columns:230px minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.qr-card{background:#02080e94;border:1px solid #22d3ee38;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:16px;display:flex}.invite-code-mark{aspect-ratio:1;width:112px;color:var(--cyan);background:#22d3ee14;border:1px solid #22d3ee6b;border-radius:8px;place-items:center;font-size:34px;font-weight:900;display:grid}.qr-card small{color:#94a3b8;text-align:center;line-height:1.35}.invite-content{flex-direction:column;gap:12px;display:flex}.invite-content p{color:#cbd5e1;margin:0;line-height:1.5}.invite-link-box{color:#cbd5e1;word-break:break-all;background:#02080e9e;border:1px solid #94a3b829;border-radius:16px;padding:12px 14px;font-size:13px}.invite-actions{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.invite-actions button{color:#f8fafc;background:#22d3ee12;border:1px solid #22d3ee42;border-radius:12px;min-height:38px;font-size:14px}.invite-warning{color:#fde68a;background:#facc1514;border:1px solid #facc153d;border-radius:16px;padding:12px 14px;font-size:13px;line-height:1.45}@media (width<=1100px){.mode-inline,.invite-grid,.account-edit-grid{grid-template-columns:1fr}.account-row-editable{flex-wrap:wrap;align-items:flex-start}}@media (width<=720px){.balance-focus{min-width:0}.quick-actions,.buy-grid,.invite-actions{grid-template-columns:1fr}.account-row-editable{grid-template-columns:1fr;align-items:stretch}.account-row-editable .account-edit-grid{grid-template-columns:1fr}.account-row-editable .row-actions{grid-template-columns:1fr;justify-content:stretch;padding-bottom:0}.account-row-editable button{width:100%}.account-row-editable em,.data-row strong{text-align:left;width:100%;padding-bottom:0}}.sidebar{width:245px;min-width:245px}.sidebar-nav,.sidebar nav{flex-direction:column;display:flex}.sidebar-nav button,.sidebar nav button{width:100%}@media (width<=1100px){.finanflow-app{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;width:100%;min-width:0;height:auto;position:static;overflow-x:auto}.sidebar-nav,.sidebar nav{flex-direction:row}.sidebar-nav button,.sidebar nav button{white-space:nowrap;width:auto}}@media (width<=720px){.setting-control{grid-template-columns:1fr}.sidebar{flex-direction:column;align-items:flex-start}.sidebar-nav,.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.sidebar-nav button,.sidebar nav button{width:100%}}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:radial-gradient(circle at 0 0,#22d3ee1a,#0000 28%),radial-gradient(circle at 100% 0,#34d3990f,#0000 26%),linear-gradient(135deg,#02070d 0%,#06111a 55%,#02070d 100%)}button{transition:transform .15s,border-color .15s,background .15s,color .15s,opacity .15s}button:hover{transform:translateY(-1px)}button:active{transform:translateY(0)}.finanflow-app,.main-content,.hero,.quick-start,.stats-grid,.grid-two,.panel,.stat-card,.account-row,.transaction-row,.invite-grid,.settings-stack{min-width:0;max-width:100%}.finanflow-app{grid-template-columns:232px minmax(0,1fr)!important}.sidebar{background:linear-gradient(#03121cfa,#01080dfa)!important;gap:18px!important;width:232px!important;min-width:232px!important;padding:20px 14px!important}.brand{gap:10px!important;padding:6px 4px 16px!important}.brand-icon{border-radius:13px!important;width:38px!important;height:38px!important;font-size:16px!important}.brand strong{letter-spacing:-.03em!important;font-size:16px!important}.brand span{font-size:11px!important;font-weight:750!important}.sidebar-nav,.sidebar nav{min-width:0;gap:7px!important}.sidebar-nav button,.sidebar nav button,.mode-button,.ghost-button,.danger-button{min-width:0}.sidebar-nav button,.sidebar nav button{border-radius:12px!important;min-height:39px!important;padding:0 12px!important;font-size:13px!important;font-weight:760!important}.sidebar-nav button svg,.sidebar nav button svg{flex:none}.nav-label-short{display:none}.password-input{display:block;position:relative}.password-field{flex-direction:column;gap:7px;display:flex}.password-input input{padding-right:48px!important}.password-toggle{place-items:center;height:34px;position:absolute;top:50%;right:7px;width:34px!important;min-width:34px!important;min-height:34px!important;color:var(--muted)!important;background:0 0!important;border:0!important;border-radius:9px!important;padding:0!important;display:grid!important;transform:translateY(-50%)!important}.password-toggle:hover{color:var(--green)!important;background:#10b98114!important}html body #root .auth-page .auth-card .form button.auth-forgot{margin:-5px 0 2px auto;color:#059669!important;width:fit-content!important;min-height:30px!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important;font-size:12px!important;font-weight:750!important;transform:none!important}html body #root .auth-page .auth-card .form button.auth-forgot:hover{text-decoration:underline;color:#047857!important;background:0 0!important}.auth-submit{width:100%}.modal-backdrop{z-index:300;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#02120db8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:var(--panel,#fff);border:1px solid #10b98138;border-radius:8px;width:min(100%,470px);padding:28px;position:relative;box-shadow:0 24px 70px #00000047}.modal-card h2{margin:7px 0 8px;font-size:26px!important}.modal-card>p{color:var(--muted);margin:0 0 20px}.modal-close{place-items:center;height:38px;position:absolute;top:12px;right:12px;width:38px!important;min-width:38px!important;min-height:38px!important;color:var(--muted)!important;background:0 0!important;border-radius:8px!important;padding:0!important;display:grid!important}.password-settings-form{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:12px;display:grid}.password-settings-form>button{white-space:nowrap;min-height:46px}.password-settings .status-box{margin-top:14px}.install-panel>button{justify-content:center;align-items:center;gap:8px;display:inline-flex}@media (display-mode:standalone){.finanflow-app{min-height:100dvh}}.mode-button{border-radius:13px!important;min-height:42px!important;font-size:13px!important;font-weight:820!important}.main-content{width:min(100%,1280px)!important;padding:24px 28px 56px!important}.hero{background:radial-gradient(circle at 100% 0,#22d3ee1f,#0000 34%),linear-gradient(120deg,#06121bfa,#062027bd)!important;border-radius:24px!important;gap:22px!important;min-height:144px!important;padding:24px 26px!important;box-shadow:0 22px 70px #00000042,inset 0 1px #ffffff09!important}.hero-copy{min-width:0}.eyebrow,.panel-head span{letter-spacing:.15em!important;font-size:10.5px!important;font-weight:850!important}.hero h1{letter-spacing:-.065em!important;margin:8px 0!important;font-size:clamp(30px,3.25vw,42px)!important;line-height:1.02!important}.hero p{color:#e2e8f0d6!important;max-width:720px!important;font-size:14.5px!important;line-height:1.55!important}.balance-focus{background:#02080e8a!important;border-radius:18px!important;width:290px!important;min-width:238px!important;padding:16px 18px!important}.balance-focus span{margin-bottom:8px!important;font-size:12px!important}.balance-focus strong{letter-spacing:-.055em!important;font-size:clamp(28px,2.6vw,38px)!important;line-height:1!important}.panel,.quick-start,.stat-card{background:radial-gradient(circle at 100% 0,#22d3ee0b,#0000 34%),linear-gradient(145deg,#06111ae8,#02080efa)!important;border-radius:20px!important;box-shadow:0 16px 42px #0003,inset 0 1px #ffffff06!important}.panel,.quick-start{margin-top:16px!important;padding:20px!important}.panel-head{margin-bottom:15px!important}.panel-head h2,.quick-start h2{letter-spacing:-.04em!important;font-size:clamp(20px,2vw,24px)!important;line-height:1.12!important}.quick-start{border-color:#34d39933!important;grid-template-columns:minmax(0,1fr) minmax(300px,.85fr)!important;align-items:center!important;gap:18px!important}.quick-start p{max-width:760px!important;font-size:14px!important;line-height:1.55!important}.quick-actions{gap:9px!important}.quick-actions button,.invite-actions button,.security-actions button,.action-row button,.row-actions button,.type-grid button,.mode-inline button,.primary-btn,.mini-form button,button{border-radius:12px!important;min-height:38px!important;padding:0 14px!important;font-size:13px!important;font-weight:820!important}.quick-actions button,.invite-actions button,.type-grid button,.ghost-button{color:#f8fafceb!important;background:#22d3ee0e!important;border:1px solid #22d3ee33!important}.stats-grid{gap:14px!important;margin-top:16px!important}.stat-card{flex-direction:column;justify-content:flex-start;align-items:flex-start;height:auto;display:flex;overflow:hidden;gap:6px!important;min-height:124px!important;padding:17px!important}.stat-card span{color:#cbd5e1c2!important;font-size:12px!important;font-weight:760!important}.stat-card strong{white-space:normal;overflow-wrap:anywhere;max-width:100%;letter-spacing:-.045em!important;margin:4px 0 2px!important;font-size:clamp(23px,2vw,29px)!important;line-height:1.04!important}.stat-card p,.stat-card span{overflow-wrap:break-word;max-width:100%}.stat-card p{color:#cbd5e1d1!important;font-size:12.5px!important;line-height:1.35!important}.grid-two{gap:16px!important;margin-top:16px!important}input,select,textarea,.buy-grid input,.buy-grid select,.field-grid input,.field-grid select,.account-edit-grid input,.account-edit-grid select{min-width:0;min-height:40px!important;color:var(--text)!important;background:#02080eb8!important;border:1px solid #94a3b829!important;border-radius:11px!important;padding:0 12px!important;font-size:13px!important}label,.field-grid label{gap:6px!important;font-size:11.5px!important}.buy-grid,.field-grid,.account-edit-grid{min-width:0;max-width:100%;gap:11px!important}.account-row,.transaction-row,.data-row,.mode-inline,.upcoming-list article,.planning-lines div{border-radius:14px!important;gap:10px!important;padding:12px!important}.account-row em,.transaction-row em,.data-row strong,.transaction-main strong,.account-row strong{font-size:14px!important}.transaction-main span,.account-row span,.data-row span,.mode-inline span{font-size:12px!important}.decision-box{border-radius:15px!important;margin-top:13px!important;padding:13px 14px!important;font-size:14px!important;line-height:1.4!important}.empty-state{border-radius:16px!important;min-height:104px!important;padding:18px!important}.empty-state strong{font-size:16px!important}.empty-state p{font-size:13px!important}.invite-actions button,.security-actions button,.row-actions button,.action-row button{white-space:normal;min-width:0}.floating-message{z-index:50;width:min(380px,100vw - 32px);max-width:calc(100vw - 32px);line-height:1.35;bottom:22px;left:auto;right:22px;transform:none;box-shadow:0 18px 52px #0000005c;border-radius:14px!important;padding:11px 13px!important;font-size:13px!important}@media (width<=1100px){.finanflow-app{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);top:auto;width:100%!important;min-width:0!important;height:auto!important;padding:14px!important;position:relative!important}.sidebar-nav,.sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid!important}.sidebar-nav button,.sidebar nav button{text-align:center;white-space:normal;justify-content:center;min-height:40px!important}.sidebar-footer{margin-top:0}.mode-button{justify-content:center}.main-content{width:100%!important;padding:20px 16px 52px!important}.hero,.quick-start,.grid-two,.invite-grid{grid-template-columns:1fr!important;display:grid!important}.balance-focus{width:100%!important;min-width:0!important}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.modal-backdrop{padding:14px}.modal-card{padding:24px 18px 20px}.password-settings-form{grid-template-columns:1fr}.password-settings-form>button{width:100%}.sidebar{flex-direction:row!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;display:flex!important;position:relative!important}.brand{border-bottom:0!important;padding:0!important}.sidebar-nav,.sidebar nav{z-index:100;width:100%;min-height:66px;padding:7px 5px calc(7px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#02120df7;border-top:1px solid #10b98133;bottom:0;left:0;right:0;box-shadow:0 -12px 35px #0000003d;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:2px!important;display:grid!important;position:fixed!important}.sidebar-nav button,.sidebar nav button{flex-direction:column;justify-content:center;line-height:1;border-radius:9px!important;gap:0!important;min-height:50px!important;padding:4px 2px!important;font-size:0!important}.sidebar-nav button svg,.sidebar nav button svg{width:23px;height:23px}.nav-label-full,.nav-label-short{display:none}.sidebar-footer{display:none!important}.main-content{padding:15px 12px 96px!important}.hero,.panel,.quick-start{border-radius:17px!important;padding:16px!important}.hero{gap:15px!important;min-height:auto!important}.hero h1{font-size:clamp(28px,9vw,36px)!important}.hero p,.quick-start p{font-size:13.5px!important}.stats-grid,.grid-two,.field-grid,.buy-grid,.type-grid,.quick-actions,.invite-actions,.security-actions,.action-row,.row-actions{grid-template-columns:1fr!important}.quick-actions,.invite-actions,.security-actions,.action-row,.row-actions{width:100%;display:grid!important}.quick-actions button,.invite-actions button,.security-actions button,.action-row button,.row-actions button{justify-content:center;width:100%}.account-row,.transaction-row,.mode-inline{align-items:stretch;grid-template-columns:1fr!important;display:grid!important}.account-edit-grid{grid-template-columns:1fr!important}.account-row em,.transaction-row em{text-align:left;width:100%}.floating-message{width:auto;max-width:none;bottom:78px;left:12px;right:12px;font-size:12.5px!important}}@media (width<=420px){.sidebar-nav,.sidebar nav{grid-template-columns:repeat(6,minmax(0,1fr))!important}.brand strong{font-size:15px!important}.brand span{font-size:10.5px!important}.hero h1{font-size:30px!important}.stat-card strong{font-size:24px!important}}:root{--bg:#e8f5ee;--panel:#fff;--panel-soft:#f0fdf4;--line:#cfe5d8;--line-strong:#86efac;--text:#064e3b;--muted:#64746b;--cyan:#10b981;--green:#059669;--yellow:#ca8a04;--red:#dc2626;--blue:#2563eb}body{color:#064e3b!important;background:radial-gradient(circle at 0 0,#10b9812e,#0000 28%),radial-gradient(circle at 100% 0,#14b8a626,#0000 26%),radial-gradient(circle at 90% 100%,#bbf7d08c,#0000 30%),linear-gradient(135deg,#e8f5ee 0%,#f7fffb 48%,#dcfce7 100%)!important}.sidebar{background:linear-gradient(#064e3b 0%,#052e25 100%)!important;border-right-color:#10b9814d!important}.brand{border-bottom-color:#bbf7d02e!important}.brand-icon{color:#ecfdf5!important;background:#10b981!important;border-color:#6ee7b7!important}.brand strong{color:#ecfdf5!important}.brand span,.sidebar nav button.active,.sidebar-nav button.active{color:#bbf7d0!important}.sidebar nav button,.sidebar-nav button{color:#dcfce7b8!important}.sidebar nav button:hover,.sidebar-nav button:hover{color:#fff!important;background:#10b98129!important}.sidebar nav button.active,.sidebar-nav button.active{color:#fff!important;background:linear-gradient(135deg,#10b981,#059669)!important;border-color:#6ee7b7!important}.mode-button,.primary-btn,.mini-form button,button:not(.ghost-button):not(.danger-button):not(.inline-danger){color:#fff!important;background:linear-gradient(135deg,#10b981,#059669)!important;border-color:#10b98147!important}.mode-button:hover,.primary-btn:hover,.mini-form button:hover,button:not(.ghost-button):not(.danger-button):not(.inline-danger):hover{color:#fff!important;background:linear-gradient(135deg,#059669,#047857)!important}.main-content,.hero-copy,.panel,.quick-start,.stat-card,.account-row,.transaction-row,.data-row,.mode-inline,.empty-state,.invite-placeholder,.invite-content,.invite-accept-card{color:#064e3b!important}.hero{background:#fff!important;border-color:#cfe5d8!important;box-shadow:0 18px 45px #064e3b1a,inset 0 1px #ffffffbf!important}.hero h1,.panel-head h2,.quick-start h2,.invite-placeholder h3,.empty-state strong,.transaction-main strong,.account-row strong{color:#064e3b!important}.hero p,.quick-start p,.stat-card p,.empty-state p,.transaction-main span,.account-row span,.data-row span,.mode-inline span,.invite-content p,.invite-placeholder p{color:#64746b!important}.balance-focus{background:#064e3b!important;border-color:#0f766e!important}.balance-focus span{color:#a7f3d0!important}.balance-focus strong{color:#fff!important}.panel,.quick-start,.stat-card{background:#fff!important;border-color:#cfe5d8!important;box-shadow:0 14px 38px #064e3b17,inset 0 1px #ffffffbf!important}.quick-start{border-color:#bbf7d0!important}.stat-card span{color:#64746b!important}.stat-card.cyan strong,.stat-card.green strong{color:#047857!important}.stat-card.yellow strong{color:#ca8a04!important}.stat-card.blue strong{color:#2563eb!important}.stat-card.red strong{color:#dc2626!important}input::placeholder,textarea::placeholder{color:#7b8f86!important}input:focus,select:focus,textarea:focus{border-color:#10b981!important;box-shadow:0 0 0 3px #10b98124!important}.quick-actions button:hover,.invite-actions button:hover,.type-grid button:hover,.ghost-button:hover{color:#064e3b!important;background:#d1fae5!important;border-color:#86efac!important}.account-row,.transaction-row,.data-row,.upcoming-list article,.planning-lines div,.mode-inline{background:#f0fdf4!important;border-color:#bbf7d0!important}.transaction-row.receita em,.transaction-row.receita .transaction-main strong{color:#047857!important}.transaction-row.despesa em,.transaction-row.despesa .transaction-main strong,.transaction-row.divida em,.transaction-row.divida .transaction-main strong{color:#dc2626!important}.transaction-row.meta em,.transaction-row.meta .transaction-main strong{color:#2563eb!important}.data-row strong,.account-row em,.transaction-row em{color:#064e3b!important}.highlight-row{background:#dcfce7!important;border-color:#86efac!important}.decision-box.ok{color:#047857!important;background:#dcfce7!important;border-color:#86efac!important}.empty-state,.invite-warning,.status-box{color:#064e3b!important;background:#f0fdf4!important;border-color:#bbf7d0!important}.danger-button,.inline-danger{color:#b91c1c!important;background:#fee2e2!important;border-color:#fecaca!important}.danger-button:hover,.inline-danger:hover{color:#7f1d1d!important;background:#fecaca!important}.invite-link-box,.fake-qr,.qr-card{color:#064e3b!important;background:#f0fdf4!important;border-color:#bbf7d0!important}.fake-qr i{background:#064e3b!important}.floating-message{color:#ecfdf5!important;background:#064e3b!important;border:1px solid #10b981!important}.auth-card{color:#064e3b!important;background:#fff!important;border-color:#cfe5d8!important;box-shadow:0 20px 60px #064e3b1f!important}.auth-card h1,.auth-card p{color:#064e3b!important}@media (width<=1100px){.sidebar{background:linear-gradient(#064e3b 0%,#052e25 100%)!important;border-bottom-color:#10b9814d!important}}:root{--p-ink:#12372c;--p-green:#087a4e;--p-deep:#034b38;--p-soft:#eef8f2;--p-line:#dcebe3;--p-muted:#687c73}html body{color:var(--p-ink)!important;background:radial-gradient(circle at 85% 0,#e5f5ec 0,#0000 30%),#f5faf7!important}.finanflow-app{min-height:100dvh;background:0 0!important;grid-template-columns:252px minmax(0,1fr)!important}.sidebar{top:0;color:#fff!important;background:linear-gradient(165deg,#07543f 0%,#023c2f 58%,#022d25 100%)!important;border:0!important;gap:20px!important;width:252px!important;min-width:252px!important;height:100dvh!important;padding:24px 18px!important;position:sticky!important;box-shadow:14px 0 42px #0343311a!important}.brand{border-bottom:1px solid #ffffff1f!important;gap:11px!important;padding:2px 4px 20px!important}.brand-icon{color:#053d2e!important;background:linear-gradient(135deg,#8df0bd,#4dd48e)!important;width:42px!important;height:42px!important;font-size:25px!important;font-weight:900!important;box-shadow:0 9px 22px #00000026!important}.brand strong{color:#fff!important;font-size:19px!important}.brand span{color:#ffffffad!important;font-size:10px!important}.sidebar-profile{background:#ffffff12;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:11px;min-width:0;padding:11px;display:flex}.sidebar-profile>div{gap:2px;min-width:0;display:grid}.sidebar-profile strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.sidebar-profile span{color:#8de9b9;font-size:11px;font-weight:700}.user-avatar{color:#fff;letter-spacing:.03em;background:linear-gradient(145deg,#2db978,#07543f);border:2px solid #ffffffc2;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:12px;font-weight:900;display:inline-grid;box-shadow:0 8px 20px #00372733}.user-avatar.large{border-width:3px;width:58px;height:58px;font-size:18px}.sidebar-nav{gap:7px!important}.sidebar-nav button{color:#ffffffc7!important;min-height:44px!important;box-shadow:none!important;background:0 0!important;border:1px solid #0000!important;padding:0 13px!important}.sidebar-nav button:hover{color:#fff!important;background:#ffffff14!important}.sidebar-nav button.active{color:#fff!important;background:linear-gradient(135deg,#46cd869e,#24a6696b)!important;border-color:#9df3c538!important;box-shadow:0 8px 20px #0000001a!important}.sidebar-footer{margin-top:auto!important}.mode-button{color:#fff!important;background:#ffffff14!important;border-color:#ffffff26!important}.main-content{margin:0 auto;width:min(100%,1420px)!important;padding:30px clamp(22px,4vw,56px) 64px!important}.hero{border:1px solid var(--p-line)!important;min-height:174px!important;color:var(--p-ink)!important;background:linear-gradient(125deg,#fffffffa,#f4fbf7f0)!important;border-radius:24px!important;grid-template-columns:minmax(0,1fr) minmax(300px,390px)!important;padding:28px 30px!important;box-shadow:0 18px 45px #155b4317!important}.hero-copy{align-items:center;gap:18px;display:flex!important}.hero-copy>div{min-width:0}.hero .eyebrow{color:var(--p-green)!important}.hero h1{color:#0c3327!important;margin:7px 0!important;font-size:clamp(30px,3vw,42px)!important}.hero p{color:var(--p-muted)!important;margin:0!important}.hello-mark{letter-spacing:0;font-size:.72em}.balance-focus{color:#fff!important;background:radial-gradient(circle at 90% 15%,#5ce29b38,#0000 30%),linear-gradient(135deg,#08734c,#034836)!important;border:1px solid #ffffff2e!important;border-radius:20px!important;width:100%!important;min-width:0!important;padding:22px 24px!important;box-shadow:0 16px 34px #03483633!important}.balance-label{justify-content:space-between;align-items:center;gap:12px;display:flex}.balance-focus span,.balance-focus small{color:#ffffffc2!important}.balance-focus strong{color:#fff!important;margin:7px 0 8px!important;font-size:clamp(27px,2.5vw,39px)!important}.balance-focus small{font-size:11px;display:block}.panel,.quick-start,.stat-card{color:var(--p-ink)!important;border:1px solid var(--p-line)!important;background:#fffffff5!important;box-shadow:0 12px 34px #1b5b4412!important}.panel,.quick-start{border-radius:20px!important;padding:23px!important}.panel h2,.quick-start h2,.panel h3{color:var(--p-ink)!important}.panel p,.quick-start p,.panel-head p{color:var(--p-muted)!important}.eyebrow,.panel-head span{color:var(--p-green)!important}.quick-start{grid-template-columns:minmax(0,1fr) auto!important}.quick-actions{flex-wrap:wrap;justify-content:flex-end;display:flex!important}.quick-actions button,.invite-actions button,.type-grid button,.ghost-button{color:var(--p-green)!important;background:#f0faf4!important;border-color:#c9e8d8!important}.quick-actions button:hover,.invite-actions button:hover,.type-grid button:hover,.ghost-button:hover{color:#fff!important;background:var(--p-green)!important}button:not(.password-toggle):not(.auth-forgot):not(.sidebar-nav button):not(.mode-button):not(.danger-button):not(.ghost-button){color:#fff!important;background:linear-gradient(135deg,#12945f,#08734c)!important;border-color:#08764c!important;box-shadow:0 7px 16px #08734c24!important}.stats-grid{gap:14px!important}.stat-card{min-height:132px!important;padding:19px!important}.stat-title{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.stat-icon{background:#eaf8f0;border-radius:11px;place-items:center;width:34px;height:34px;display:grid;color:var(--p-green)!important}.stat-card span,.stat-card p{color:var(--p-muted)!important}.stat-card strong{color:var(--p-ink)!important;font-size:clamp(21px,2vw,29px)!important}.stat-card.yellow .stat-icon{background:#fff6df;color:#c27908!important}.stat-card.blue .stat-icon{background:#ebf5ff;color:#2674bb!important}input,select,textarea,.buy-grid input,.buy-grid select,.field-grid input,.field-grid select,.account-edit-grid input,.account-edit-grid select{color:var(--p-ink)!important;background:#f8fbf9!important;border-color:#d8e8e0!important}label,.field-grid label{color:#587066!important}.account-row,.transaction-row,.data-row,.mode-inline,.upcoming-list article,.planning-lines div{background:#f8fcfa!important;border-color:#dcebe3!important}.account-row em,.transaction-row em,.data-row strong{color:var(--p-ink)!important}.transaction-row{border-left:4px solid #7dcfa4!important}.transaction-row.despesa,.transaction-row.divida{border-left-color:#f09c98!important}.transaction-row.meta{border-left-color:#8abce7!important}.transaction-row.receita em{color:#07864f!important}.transaction-row.despesa em,.transaction-row.divida em{color:#d14343!important}.type-grid button.selected,.type-grid button.active{color:#fff!important;background:linear-gradient(135deg,#12945f,#08734c)!important;border-color:#08764c!important}.empty-state,.invite-warning,.status-box,.invite-placeholder{color:var(--p-ink)!important;background:#f2faf5!important;border-color:#cae8d8!important}.decision-box.ok,.highlight-row{color:#08734c!important;background:#eaf8f0!important;border-color:#bce3cf!important}.decision-box.bad{color:#a65a15!important;background:#fff8ed!important;border-color:#f3d3a9!important}.danger-zone{background:snow!important;border-color:#f0cfcd!important}.danger-button,.inline-danger{color:#b83d3d!important;box-shadow:none!important;background:#fff1f0!important;border-color:#efcbc8!important}.floating-message{color:#fff!important;background:#07543f!important}.profile-settings{align-items:center;gap:22px;display:flex}.profile-settings .field-grid{flex:1;grid-template-columns:repeat(3,minmax(0,1fr))!important}.invite-placeholder{text-align:center}.invite-placeholder:before{content:"♡";color:#08734c;background:#dff4e9;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 13px;font-size:30px;display:grid}.auth-page{background:radial-gradient(circle at 15% 10%,#dff4e9,#0000 34%),#f5faf7!important}.auth-card,.modal-card{color:var(--p-ink)!important;border-color:var(--p-line)!important;background:#fff!important;box-shadow:0 24px 70px #094f3724!important}.confirmation-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#041f17ad}.confirmation-modal{width:min(100%,480px);padding:34px;border:1px solid #ecd3ce!important;border-radius:24px!important;box-shadow:0 28px 80px #2714103d!important}.confirmation-modal .confirmation-icon{color:#b93832;background:#fff0ed;border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:20px;display:grid;box-shadow:inset 0 0 0 1px #f2d0ca}.confirmation-modal .eyebrow{color:#a93a34!important}.confirmation-modal h2{line-height:1.15;margin:7px 42px 10px 0!important;font-size:28px!important}.confirmation-modal>p{margin:0 0 18px;font-size:15px;line-height:1.55;color:#52665f!important}.confirmation-note{color:#31594a;background:#f3faf6;border:1px solid #d8e9e0;border-radius:13px;align-items:center;gap:10px;padding:13px 14px;font-size:13px;line-height:1.4;display:flex}.confirmation-note svg{color:#0b8a59;flex:none}.confirmation-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.confirmation-actions button{min-height:44px;padding:0 20px;font-weight:800;border-radius:12px!important}.confirmation-actions .ghost-button{color:#315047!important;background:#fff!important;border-color:#d5e2dc!important}.confirmation-actions .confirmation-danger{color:#fff!important;background:linear-gradient(135deg,#d44b43,#ae302c)!important;border-color:#b93832!important;box-shadow:0 8px 18px #b938322e!important}@media (width<=560px){.confirmation-backdrop{align-items:end;padding:12px}.confirmation-modal{width:100%;padding:28px 22px 22px;border-radius:22px!important}.confirmation-actions{grid-template-columns:1fr;display:grid}.confirmation-actions .confirmation-danger{grid-row:1}.confirmation-actions button{width:100%}}.settings-premium-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.settings-card{background:#fffffff0;border:1px solid #dce9e2;border-radius:20px;min-width:0;padding:22px;box-shadow:0 10px 28px #0c4e380e}.settings-profile{grid-column:span 5}.settings-security{grid-column:span 7}.settings-protection,.settings-couple{grid-column:span 6}.settings-app-card{grid-column:span 4}.settings-history-card{grid-column:span 8}.settings-data-card{grid-column:span 12}.settings-history-list{gap:8px;margin-top:14px;display:grid}.settings-history-item{border:1px solid var(--line);background:#f8fcfa;border-radius:13px;justify-content:space-between;align-items:center;gap:14px;padding:11px 12px;display:flex}.settings-history-item span{gap:3px;min-width:0;display:grid}.settings-history-item strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.settings-history-item small{color:var(--muted)}.settings-history-item button{flex:none;width:auto!important;padding:8px 11px!important}.settings-title{align-items:center;gap:11px;margin-bottom:20px;display:flex}.settings-title>span{color:#078653;background:#e5f7ed;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;display:grid}.settings-title h2{letter-spacing:-.025em;margin:0;font-size:18px!important}.settings-title.danger>span{color:#d63f3f;background:#fff0ef}.settings-profile-layout{grid-template-columns:140px minmax(0,1fr);align-items:start;gap:16px;display:grid}.profile-photo-actions{flex-direction:column;align-items:stretch;gap:8px;display:flex}.settings-avatar{background:#e7f5ed;border:4px solid #fff;border-radius:50%;place-items:center;width:96px;height:96px;margin:0 auto 4px;display:grid;overflow:hidden;box-shadow:0 8px 20px #07573d26}.settings-avatar>img,.settings-avatar .user-avatar,.settings-avatar .user-avatar img{object-fit:cover;width:100%;height:100%}.settings-avatar .user-avatar{box-shadow:none;border:0}.visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.profile-photo-actions button,.settings-outline{justify-content:center;align-items:center;gap:7px;color:#087c51!important;min-height:38px!important;box-shadow:none!important;background:#fff!important;border:1px solid #6dbf9a!important;border-radius:10px!important;padding:0 12px!important;font-size:12px!important;display:inline-flex!important}.profile-photo-actions .settings-remove{border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:38px;font-size:12px;font-weight:800;display:inline-flex;color:#cf3e3e!important;background:#fff8f7!important;border:1px solid #efaaa6!important}.profile-fields{gap:11px;min-width:0;display:grid}.profile-fields label,.settings-protection label{color:#36564a;gap:6px;min-width:0;font-size:11px;font-weight:800;display:grid}.profile-fields input,.settings-protection input,.preference-list select{min-width:0;min-height:42px!important}.profile-fields input{padding-inline:11px!important;font-size:11.5px!important}.profile-fields p,.settings-protection>p,.settings-app-content p{color:#6a7f76;margin:0;font-size:12px;line-height:1.55}.profile-fields>button,.settings-protection>button{width:100%;min-height:42px!important}.settings-inline-message{color:#078653}.settings-security .password-settings-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.settings-security .password-settings-form>button{grid-column:1/2;width:100%}.active-sessions{border-top:1px solid #e2ebe6;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:20px;padding-top:18px;display:grid}.session-icon{color:#17664e;place-items:center;width:38px;height:38px;display:grid}.active-sessions div{gap:3px;display:grid}.active-sessions strong{font-size:13px}.active-sessions small{color:#70837b;font-size:11px}.active-sessions button{white-space:nowrap}.preference-list{gap:9px;display:grid}.preference-list>label{color:#34554a;grid-template-columns:1fr 132px;align-items:center;gap:10px;font-size:12px;font-weight:800;display:grid}.preference-list select{width:100%;padding-inline:11px}.preference-toggle{margin-top:4px;position:relative}.preference-toggle>span{grid-template-columns:auto 1fr;align-items:center;gap:0 8px;display:grid!important}.preference-toggle small{color:#7a8c85;grid-column:2;font-size:10px;font-weight:500}.preference-toggle input{opacity:0;position:absolute}.preference-toggle>i{background:#bdcdc6;border-radius:999px;justify-self:end;width:42px;height:24px;transition:all .2s;position:relative}.preference-toggle>i:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #00000029}.preference-toggle input:checked+i{background:#0b9a61}.preference-toggle input:checked+i:after{transform:translate(18px)}.settings-protection h3,.couple-settings-box h3,.settings-app-content h3{margin:0 0 5px;font-size:14px}.settings-protection>label{margin-top:14px}.settings-protection>button{margin-top:10px}.couple-settings-box{background:#fbfdfc;border:1px solid #dceae3;border-radius:15px;grid-template-columns:auto 1fr;gap:10px 13px;padding:15px;display:grid}.couple-settings-icon{color:#078653;background:#e7f7ee;border-radius:50%;grid-row:span 2;place-items:center;width:48px;height:48px;display:grid}.couple-settings-box p{color:#6a7f76;margin:0;font-size:11px;line-height:1.45}.couple-settings-actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.couple-settings-actions button{min-height:38px!important;padding:0 10px!important;font-size:11px!important}.couple-settings-box>small{color:#6f837a;grid-column:1/-1;align-items:center;gap:7px;font-size:10px;display:flex}.settings-app-content{grid-template-columns:1fr 94px;align-items:center;gap:12px;display:grid}.settings-app-content>div>button{justify-content:center;align-items:center;gap:7px;margin-top:14px;display:inline-flex;min-height:40px!important;padding:0 15px!important}.phone-illustration{color:#173f32;background:radial-gradient(circle,#d7f4e5 0 52%,#0000 53%);border-radius:42px 42px 18px 18px;align-self:end;place-items:center;width:84px;height:112px;display:grid;position:relative}.phone-illustration i{color:#15b875;font-size:28px;font-style:normal;font-weight:900;position:absolute}.data-action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}html body #root .data-action-grid button.data-action{text-align:left;gap:9px;min-width:0;color:#174739!important;min-height:88px!important;box-shadow:none!important;background:#fbfdfc!important;border:1px solid #dce9e2!important;border-radius:14px!important;justify-content:flex-start!important;align-items:flex-start!important;padding:13px!important;display:flex!important}.data-action svg{color:#07915b;flex:none}.data-action span{gap:4px;min-width:0;display:grid}.data-action strong{font-size:11px;line-height:1.3;color:#174739!important}.data-action small{font-size:9.5px;line-height:1.35;color:#71837c!important}html body #root .data-action-grid button.data-action.danger{color:#ca3838!important;background:#fff4f3!important;border-color:#efc7c4!important}.data-action.danger svg,.data-action.danger strong,.data-action.danger small{color:#d14343!important}@media (width<=1180px){.settings-profile,.settings-security,.settings-protection,.settings-couple{grid-column:span 6}.settings-app-card{grid-column:span 5}.settings-history-card{grid-column:span 7}.settings-data-card{grid-column:span 12}.data-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-profile-layout{grid-template-columns:120px minmax(0,1fr)}}@media (width<=820px){.settings-premium-grid{grid-template-columns:1fr}.settings-card{grid-column:1!important}.settings-security .password-settings-form{grid-template-columns:1fr!important}.settings-security .password-settings-form>button{grid-column:auto}.settings-profile-layout{grid-template-columns:1fr}.profile-photo-actions{width:min(100%,220px);margin:auto}.active-sessions{grid-template-columns:auto 1fr}.active-sessions button{grid-column:1/-1;width:100%}.data-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.settings-premium-grid{gap:12px;margin-top:12px}.settings-card{border-radius:18px;padding:17px}.settings-title{margin-bottom:16px}.settings-title h2{font-size:16px!important}.preference-list>label{grid-template-columns:1fr 120px}.couple-settings-actions,.data-action-grid{grid-template-columns:1fr}.settings-app-content{grid-template-columns:1fr 76px}.phone-illustration{width:72px;height:96px}.data-action-grid .data-action{min-height:76px!important}.settings-history-item{align-items:flex-start}.settings-history-item button{font-size:12px}}@media (width>=1101px){.hero{grid-template-columns:minmax(0,1fr) 310px!important;gap:42px!important;min-height:150px!important}.hero .balance-focus{justify-self:end;border-radius:17px!important;width:310px!important;height:108px!important;min-height:108px!important;padding:15px 18px!important}.hero .balance-focus strong{margin:5px 0 4px!important;font-size:27px!important}.hero .balance-focus small{font-size:8.5px!important}.hero .balance-focus:after{border-width:2px!important;width:42px!important;height:50px!important;font-size:26px!important;top:23px!important;right:18px!important;box-shadow:0 0 0 12px #5ce29b09!important}.hero .balance-focus .balance-label,.hero .balance-focus strong,.hero .balance-focus small{max-width:78%!important}}@media (width<=1100px){.hero .balance-focus{justify-self:end;width:100%!important;max-width:350px!important;height:108px!important;min-height:108px!important;padding:15px 18px!important}.hero .balance-focus strong{font-size:26px!important}.hero .balance-focus:after{width:42px!important;height:50px!important;font-size:26px!important;top:25px!important;right:18px!important}}@media (width<=720px){.hero .balance-focus{max-width:none!important;height:104px!important;min-height:104px!important}.hero .balance-focus strong{font-size:24px!important}.hero .balance-focus:after{width:40px!important;height:47px!important;font-size:24px!important;top:24px!important}}@media (width<=1100px){.finanflow-app{display:block}.sidebar{width:100%!important;min-width:0!important;height:auto!important;position:relative!important}.main-content{width:100%!important}.hero{grid-template-columns:1fr!important}.balance-focus{max-width:none}}@media (width<=720px){.finanflow-app{background:#f6faf7!important}.sidebar{z-index:90;top:0;background:linear-gradient(135deg,#07543f,#023c2f)!important;border-radius:0 0 20px 20px!important;min-height:76px!important;padding:12px 16px!important;display:flex!important;position:sticky!important;box-shadow:0 8px 24px #04483429!important}.brand{border:0!important}.brand-icon{width:34px!important;height:34px!important;font-size:20px!important}.brand span{display:none}.sidebar-profile{background:0 0;border:0;margin-left:auto;padding:0}.sidebar-profile>div{display:none}.sidebar-profile .user-avatar{width:36px;height:36px}.sidebar-footer{display:none!important}.sidebar-nav{left:10px!important;right:10px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;background:#fffffff5!important;border:1px solid #dbe9e1!important;border-radius:20px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:auto!important;min-height:67px!important;padding:7px 5px!important;position:fixed!important;box-shadow:0 10px 32px #0e4b3626!important}.sidebar-nav button{color:#647970!important;background:0 0!important}.sidebar-nav button.active{color:#08734c!important;box-shadow:none!important;background:#e8f7ef!important;border-color:#0000!important}.sidebar-nav button svg{width:20px;height:20px}.nav-label-full{display:none!important}.nav-label-short{margin-top:4px;font-weight:800;font-size:9px!important;display:block!important}.main-content{padding:14px 12px 104px!important}.hero{border-radius:20px!important;gap:14px!important;min-height:0!important;padding:18px!important}.hero-copy{align-items:center;gap:12px}.hero-copy .user-avatar{width:48px;height:48px;font-size:15px}.hero h1{letter-spacing:-.04em!important;font-size:25px!important}.hero p{font-size:12px!important;line-height:1.45!important}.hero .eyebrow{font-size:9px!important}.balance-focus{border-radius:17px!important;padding:18px!important}.balance-focus strong{font-size:28px!important}.quick-start{display:block!important}.quick-actions{margin-top:16px;grid-template-columns:repeat(3,minmax(0,1fr))!important;display:grid!important}.quick-actions button{width:100%;min-height:46px!important;padding:5px 7px!important;font-size:11px!important}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.stat-card{min-height:128px!important;padding:15px!important}.stat-card strong{overflow-wrap:anywhere;font-size:19px!important}.stat-card p{font-size:10.5px!important}.stat-icon{width:30px;height:30px}.panel,.quick-start{border-radius:18px!important;padding:17px!important}.panel-head h2,.quick-start h2{font-size:20px!important}.grid-two,.field-grid,.buy-grid,.account-edit-grid,.password-settings-form{grid-template-columns:1fr!important}.type-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.account-row,.transaction-row,.mode-inline{grid-template-columns:1fr!important;display:grid!important}.row-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.row-actions button{width:100%}.profile-settings{align-items:flex-start}.profile-settings .field-grid{grid-template-columns:1fr!important}.profile-settings .user-avatar{width:46px;height:46px;font-size:14px}.floating-message{bottom:90px!important}}@media (width<=390px){.main-content{padding-inline:10px!important}.sidebar{padding-inline:13px!important}.brand strong{font-size:17px!important}.stats-grid{gap:10px!important}.stat-card{padding:13px!important}.quick-actions{gap:7px!important}.nav-label-short{font-size:8px!important}}@media (width>=1101px){.finanflow-app{grid-template-columns:298px minmax(0,1fr)!important}.sidebar{gap:26px!important;width:298px!important;min-width:298px!important;padding:40px 26px 28px!important}.brand{border-bottom:0!important;padding:0 10px 30px!important}.brand-icon{overflow:hidden;width:55px!important;height:38px!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;position:relative!important}.brand-icon i{border-top:7px solid #43e29a;border-radius:50%;width:46px;height:13px;position:absolute;left:2px;transform:rotate(10deg)}.brand-icon i:first-child{top:2px}.brand-icon i:nth-child(2){top:12px;left:7px}.brand-icon i:nth-child(3){top:22px;left:12px}.brand strong{letter-spacing:-.04em;font-size:27px!important}.brand span{margin-top:4px;color:#ffffffa8!important;font-size:11px!important;display:block!important}.sidebar-nav{gap:8px!important}html body #root .sidebar .sidebar-nav button{color:#ffffffe6!important;min-height:60px!important;box-shadow:none!important;background:0 0!important;border-radius:15px!important;padding:0 18px!important;font-size:16px!important}html body #root .sidebar .sidebar-nav button:hover{background:#ffffff12!important}html body #root .sidebar .sidebar-nav button.active{box-shadow:none!important;background:#ffffff24!important;border-color:#ffffff0d!important}.sidebar-nav button svg{width:25px;height:25px;margin-right:8px}.sidebar-profile{order:3;margin-top:auto;background:0 0!important;border:0!important;border-top:1px solid #ffffff2e!important;border-radius:0!important;padding:18px 10px 4px!important}.sidebar-profile .user-avatar{width:62px;height:62px;font-size:18px}.sidebar-profile strong{font-size:16px!important}.sidebar-profile span{font-size:13px!important}.sidebar-footer{order:4;margin-top:4px!important}.mode-button{min-height:44px!important}.main-content{width:min(100%,1500px)!important;padding:54px 50px 48px!important}.hero{min-height:235px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-columns:minmax(520px,1.3fr) minmax(420px,.95fr)!important;gap:48px!important;padding:0 0 20px!important}.hero-copy{gap:30px!important}.hero-copy .user-avatar{border:6px solid #fff;width:128px;height:128px;font-size:34px;box-shadow:0 12px 34px #0e513929}.hero h1{color:#071b15!important;margin:8px 0!important;font-size:clamp(40px,4vw,58px)!important}.hero .eyebrow{display:none}.hero p{max-width:520px;font-size:17px!important;line-height:1.55!important}.balance-focus{min-height:200px;position:relative;overflow:hidden;border-radius:21px!important;padding:34px 36px!important}.balance-focus:after{content:"✓";color:#75df9d;background:#0000000d;border:3px solid #65d58f;border-radius:45% 45% 52% 52%;place-items:center;width:86px;height:100px;font-size:54px;font-weight:800;display:grid;position:absolute;top:45px;right:34px;box-shadow:0 0 0 24px #5ce29b0a}.balance-focus .balance-label,.balance-focus strong,.balance-focus small{z-index:1;max-width:70%;position:relative}.balance-focus .balance-label svg{display:none}.balance-focus strong{font-size:43px!important}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin-top:4px!important}.stat-card{border-radius:18px!important;min-height:145px!important;padding:25px 22px!important}.stat-card strong{font-size:clamp(22px,2vw,31px)!important}.grid-two{grid-template-columns:1fr 1fr!important;gap:16px!important;margin-top:16px!important}.grid-two>.panel{min-height:300px!important}.quick-start{background:linear-gradient(90deg,#f4fbf7,#eef9f3)!important;border-color:#d4e9dd!important;min-height:132px!important;margin-top:16px!important;padding:22px 28px!important}.quick-start h2{margin:4px 0!important;font-size:20px!important}.quick-start p{margin:0!important}.quick-actions{gap:10px!important}.quick-actions button{text-align:left!important;background:#fff!important;border:1px solid #d7e9df!important;border-radius:16px!important;align-items:center!important;gap:10px!important;min-width:178px!important;min-height:70px!important;padding:10px 13px!important;display:flex!important;box-shadow:0 8px 20px #12553e0f!important}.quick-actions button>span:last-child{gap:2px;display:grid}.quick-actions button strong{color:#153d31;font-size:12px}.quick-actions button small{color:#778b82;font-size:9px}.quick-actions button:hover strong,.quick-actions button:hover small{color:#fff!important}}.balance-focus{background:radial-gradient(circle at 88% 18%,#5ee19d2b,#0000 28%),repeating-radial-gradient(circle at 94%,#0000 0 17px,#81ebb10e 18px 19px),linear-gradient(135deg,#08734c,#034836)!important}.balance-focus:after{content:none!important;display:none!important}.balance-focus .balance-label,.balance-focus strong,.balance-focus small{max-width:100%!important}.stat-icon{isolation:isolate;position:relative;background:linear-gradient(145deg,#f4fff8,#dcf5e7)!important;overflow:visible!important;box-shadow:inset 0 0 0 1px #ffffffe6,0 7px 18px #0a70451a!important}.stat-icon:before{z-index:-1;background:#e8f9f075;border:1px solid #139c5d17;border-radius:50%;position:absolute;inset:-5px;content:""!important}.stat-icon:after{background:#28b876;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;bottom:1px;right:1px;box-shadow:0 2px 5px #0d633e2e;content:""!important}.stat-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 2px #095f3a17);overflow:visible;width:26px!important;height:26px!important}.stat-icon svg .icon-soft{fill:currentColor;stroke:none;opacity:.08}@media (width<=720px){.stat-icon:before{inset:-3px}.stat-icon:after{border-width:1.5px;width:6px;height:6px}.stat-icon svg{width:19px!important;height:19px!important}}.stat-icon{box-shadow:none!important;border:0!important;overflow:hidden!important}.stat-icon:before,.stat-icon:after{content:none!important;display:none!important}.stat-icon svg{fill:none!important;stroke:currentColor!important;stroke-width:2.15px!important;filter:none!important;width:23px!important;height:23px!important}.stat-card.cyan .stat-icon,.stat-card.green .stat-icon{color:#07985a!important;background:#e2f7e9!important}@media (width>=1101px){.hero{grid-template-columns:minmax(0,1fr) 270px!important;gap:30px!important}.hero .balance-focus{border-radius:16px!important;width:270px!important;height:96px!important;min-height:96px!important;padding:13px 17px!important}.hero .balance-focus strong{margin:4px 0 3px!important;font-size:24px!important}.hero .balance-focus small{font-size:8px!important}.stat-icon{width:48px!important;height:48px!important}.stat-icon svg{width:22px!important;height:22px!important}}@media (width<=720px){.stat-icon svg{width:17px!important;height:17px!important}}@media (width>=1101px){.hero .balance-focus{border-radius:14px!important;width:220px!important;height:78px!important;min-height:78px!important;padding:10px 14px!important;box-shadow:0 10px 24px #03483626!important}.hero .balance-label{font-size:9px!important}.hero{grid-template-columns:minmax(0,1fr) 270px!important;gap:30px!important}.hero .balance-focus{text-align:center!important;background:radial-gradient(circle at 50% 120%,#5ce29b26,#0000 48%),linear-gradient(135deg,#08734c,#034836)!important;border-radius:16px!important;align-content:center!important;justify-items:center!important;width:270px!important;height:96px!important;min-height:96px!important;padding:10px 16px!important;display:grid!important}.hero .balance-label{width:100%;justify-content:center!important;font-size:10px!important}.hero .balance-focus strong{margin:4px 0 3px!important;font-size:22px!important}.hero .balance-focus small{font-size:8px!important;line-height:1.25!important}}.stat-icon,.stat-card.cyan .stat-icon,.stat-card.green .stat-icon,.stat-card.yellow .stat-icon,.stat-card.blue .stat-icon{background:0 0!important;overflow:visible!important}.stat-icon img{object-fit:contain;filter:drop-shadow(0 6px 8px #08563a24);width:46px;height:46px;display:block}.stat-card.yellow .stat-icon img{filter:drop-shadow(0 6px 8px #a9660a21)}.stat-card.blue .stat-icon img{filter:drop-shadow(0 6px 8px #2866be21)}@media (width>=1101px){.stat-icon img{width:50px;height:50px}}@media (width<=720px){.stat-icon img{width:32px;height:32px}}@media (width>=1101px){.dashboard-grid{align-items:stretch!important}.dashboard-grid>.panel{padding:24px 26px!important}.monthly-overview{flex-direction:column;display:flex!important}.monthly-overview .balance-chart{flex:1;align-items:center;width:100%;display:flex;min-height:0!important;margin-top:8px!important;padding:0 2px!important}.monthly-overview .balance-chart svg{aspect-ratio:300/145;min-height:230px;max-height:292px;width:100%!important;height:auto!important}.chart-current{padding:6px 9px!important;font-size:9px!important;top:8px!important;right:3px!important}.chart-value-label,.chart-month-label{font-size:7.5px!important}.chart-line{stroke-width:2.4px}.recent-panel .recent-list{margin-top:12px!important}.recent-item{grid-template-columns:46px minmax(0,1fr) auto!important;gap:13px!important;min-height:62px!important;padding:9px 2px!important}.recent-icon{width:42px!important;height:42px!important}.recent-icon svg{width:20px!important;height:20px!important}.recent-copy{gap:3px!important}.recent-copy strong{font-size:13.5px!important}.recent-copy small{font-size:10px!important}.recent-value{font-size:13px!important}.recent-summary{margin-top:12px!important;padding:12px 13px!important;font-size:10px!important}.recent-summary strong{font-size:12.5px!important}}@media (width<=720px){.monthly-overview .balance-chart svg{min-height:150px;height:auto!important}.recent-copy strong{font-size:11px!important}.recent-copy small{font-size:8.5px!important}}.action-icon{color:#087a4e;background:#dff5e9;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;display:grid!important}.action-icon.expense{color:#cb5349;background:#fff0ed}.action-icon.income{color:#098852;background:#e5f8ed}.data-row{min-height:64px!important;padding:10px 12px!important}.data-row-copy{align-items:center;gap:10px;display:flex!important}.data-row-copy>span:last-child{color:#183d32;gap:2px;font-weight:750;display:grid}.data-row-copy small{color:#81928b;font-size:10px;font-weight:500}.data-row-icon{color:#c4790b;background:#fff2d6;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.data-row>strong{margin-left:auto;color:#c66b12!important}.empty-state{text-align:center;place-content:center;min-height:150px;display:grid;border-radius:17px!important}.empty-state:before{content:"✓";color:#087a4e;background:#dff5e9;border-radius:50%;place-items:center;width:42px;height:42px;margin:0 auto 8px;font-size:20px;font-weight:800;display:grid}.decision-form input,.decision-form select,.buy-grid input,.buy-grid select{background:#f7fbf9!important;border-radius:13px!important;min-height:48px!important}.decision-box{border-radius:16px!important}.panel{overflow:hidden}@media (width<=720px){.brand-icon{overflow:hidden;box-shadow:none!important;background:0 0!important;border-radius:0!important;position:relative!important}.brand-icon i{border-top:5px solid #43e29a;border-radius:50%;width:30px;height:9px;position:absolute;left:1px;transform:rotate(10deg)}.brand-icon i:first-child{top:3px}.brand-icon i:nth-child(2){top:11px;left:4px}.brand-icon i:nth-child(3){top:19px;left:7px}.sidebar-profile{order:2;margin-top:0!important}.sidebar-nav{order:3}.sidebar-footer{order:4}.hero{box-shadow:none!important;background:0 0!important;border:0!important;padding:12px 8px 18px!important}.hero-copy{align-items:flex-start!important}.hero .eyebrow{display:none}.hero p{max-width:270px}.stats-grid{margin-top:0!important}.quick-start{background:linear-gradient(135deg,#f0faf5,#fff)!important;margin-top:14px!important}.quick-actions button{text-align:center!important;background:#fff!important;border:1px solid #deebe4!important;border-radius:15px!important;justify-items:center!important;gap:5px!important;padding:9px 5px!important;display:grid!important;box-shadow:0 6px 16px #12553e0d!important}.quick-actions button>span:last-child{display:grid}.quick-actions button strong{color:#163c31;font-size:10px}.quick-actions button small{display:none}.action-icon{width:36px;height:36px}}.balance-details{z-index:2;background:#00000014;border:1px solid #ffffff80;border-radius:11px;align-items:center;gap:10px;padding:8px 13px;font-weight:800;position:relative;color:#fff!important;width:max-content!important;max-width:none!important;margin-top:16px!important;font-size:11px!important;display:inline-flex!important}.dashboard-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:14px;margin-top:16px;display:grid}.dashboard-grid>.panel{min-height:302px;padding:22px!important}.dashboard-panel-head{align-items:flex-start!important}.summary-badge{background:#f8fbf9;border:1px solid #dceae2;border-radius:10px;align-items:center;min-height:32px;padding:0 10px;font-weight:750;color:#687c73!important;font-size:10px!important;display:inline-flex!important}.overview-bars{gap:22px;margin-top:23px;display:grid}.overview-row>div{justify-content:space-between;align-items:center;gap:14px;margin-bottom:9px;display:flex}.overview-row span{color:#647970;font-size:12px}.overview-row strong{color:#12372c;font-size:15px}.overview-track{background:#edf3ef;border-radius:999px;height:10px;display:block;overflow:hidden}.overview-track i{border-radius:inherit;background:linear-gradient(90deg,#14b86f,#07915a);height:100%;display:block}.overview-row.expense .overview-track i{background:linear-gradient(90deg,#f18a78,#dc5a50)}.overview-row.free .overview-track i{background:linear-gradient(90deg,#74cfa0,#087a4e)}.recent-list{margin-top:8px;display:grid}.recent-item{border-bottom:1px solid #e4eee8;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:54px;padding:8px 2px;display:grid}.recent-item:last-child{border-bottom:0}.recent-icon{color:#078954;background:#e2f7eb;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.recent-item.despesa .recent-icon,.recent-item.divida .recent-icon{color:#d64b43;background:#fff0ed}.recent-item.meta .recent-icon{color:#2674bb;background:#edf5ff}.recent-copy{gap:2px;min-width:0;display:grid}.recent-copy strong{color:#153b30;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.recent-copy small{color:#84948d;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.recent-value{white-space:nowrap;color:#078954!important;font-size:12px!important}.recent-item.despesa .recent-value,.recent-item.divida .recent-value{color:#d3413b!important}.recent-item.meta .recent-value{color:#2674bb!important}.text-action{color:#345f50!important;min-height:32px!important;box-shadow:none!important;background:#fff!important;border:1px solid #dbe8e1!important;border-radius:10px!important;padding:0 11px!important;font-size:10px!important}.text-action:hover{color:#087a4e!important;background:#f2faf5!important}@media (width>=1101px){.dashboard-grid>.panel{min-height:286px!important}.monthly-overview .empty-state,.recent-panel .empty-state{min-height:190px}}@media (width<=900px){.dashboard-grid{grid-template-columns:1fr}}@media (width<=720px){.balance-details{margin-top:12px!important;padding:7px 11px!important}.dashboard-grid{grid-template-columns:1fr;gap:12px;margin-top:12px}.dashboard-grid>.panel{min-height:0!important;padding:17px!important}.overview-bars{gap:16px;margin-top:18px}.overview-row>div{margin-bottom:7px}.recent-item{grid-template-columns:36px minmax(0,1fr) auto;gap:9px}.recent-icon{width:32px;height:32px}.recent-value{font-size:11px!important}.summary-badge{display:none!important}}@media (width>=1101px){.sidebar{height:100vh!important;min-height:100vh!important;position:fixed!important;inset:0 auto 0 0!important;overflow:hidden!important}.main-content{grid-column:2!important;min-width:0!important;padding-top:18px!important}.dashboard-toolbar{min-height:34px!important;margin-bottom:2px!important}.notification-mark{width:34px;height:34px}.month-chip{min-height:38px!important;padding-inline:13px!important}.hero{grid-template-columns:minmax(500px,1.18fr) minmax(360px,.82fr)!important;gap:24px!important;min-height:184px!important;padding-bottom:14px!important}.hero-copy{gap:20px!important;min-width:0!important}.hero-copy>div{flex:1;min-width:0!important;max-width:none!important}.hero-copy .user-avatar{width:106px;height:106px;font-size:28px!important}.hero h1{white-space:nowrap!important;max-width:100%!important;margin:3px 0 7px!important;font-size:clamp(36px,3vw,42px)!important;line-height:1.04!important;overflow:visible!important}.hero p{max-width:380px!important;font-size:14px!important;line-height:1.45!important}.balance-focus{min-height:164px!important;padding:24px 28px!important}.balance-focus strong{font-size:clamp(33px,2.7vw,39px)!important}.balance-focus:after{width:68px!important;height:79px!important;font-size:43px!important;top:32px!important}.balance-details{margin-top:12px!important;padding:7px 12px!important}.stats-grid{gap:13px!important;margin-top:0!important}.stat-card{min-height:120px!important;padding:16px 18px!important}.stat-icon{width:31px;height:31px}.stat-card strong{font-size:clamp(20px,1.8vw,26px)!important}.stat-card p{font-size:10px!important}.dashboard-grid{gap:13px!important;margin-top:13px!important}.dashboard-grid>.panel{min-height:250px!important;padding:19px 21px!important}.dashboard-grid .panel-head h2{font-size:21px!important}.overview-bars{gap:17px!important;margin-top:17px!important}.recent-item{min-height:48px!important;padding-block:6px!important}.quick-start{min-height:104px!important;margin-top:13px!important;padding:17px 22px!important}.quick-start h2{font-size:17px!important}.quick-actions button{min-height:58px!important}.mode-button{min-height:32px!important;box-shadow:none!important;background:0 0!important;border-color:#ffffff1f!important;padding:5px 8px!important;font-size:10px!important}}@media (width>=1101px) and (width<=1240px){.hero{grid-template-columns:minmax(430px,1.15fr) minmax(340px,.85fr)!important}.hero h1{font-size:36px!important}.hero-copy .user-avatar{width:94px;height:94px}.main-content{padding-inline:28px!important}}.brand-icon svg{width:100%;height:100%;display:block;overflow:visible}.brand-icon svg path{fill:none;stroke:#43e29a;stroke-width:7px;stroke-linecap:round;stroke-linejoin:round}.dashboard-toolbar{color:#173d31;justify-content:flex-end;align-items:center;gap:18px;min-height:38px;margin-bottom:6px;display:flex}.notification-mark{place-items:center;width:38px;height:38px;display:grid;position:relative}.notification-mark i{background:#10a568;border:2px solid #f5faf7;border-radius:50%;width:8px;height:8px;position:absolute;top:5px;right:5px}.month-chip{text-transform:capitalize;background:#ffffffc7;border:1px solid #d9e5df;border-radius:12px;align-items:center;gap:10px;min-height:42px;padding:0 15px;font-size:13px;font-weight:700;display:flex;box-shadow:0 4px 14px #174a380a}@media (width>=1101px){.finanflow-app{grid-template-columns:270px minmax(0,1fr)!important}.sidebar{gap:15px!important;width:270px!important;min-width:270px!important;padding:28px 20px 22px!important}.brand{gap:10px!important;padding:0 8px 22px!important}.brand-icon{border:0!important;width:48px!important;height:36px!important}.brand strong{font-size:25px!important}.brand span{font-size:10px!important}.sidebar-nav{gap:5px!important}html body #root .sidebar .sidebar-nav button{border:0!important;border-radius:13px!important;min-height:49px!important;padding:0 16px!important;font-size:14px!important}html body #root .sidebar .sidebar-nav button.active{background:#ffffff24!important}.sidebar-nav button svg{width:22px;height:22px;margin-right:5px}.sidebar-profile{margin-top:auto!important;padding:15px 8px 10px!important}.sidebar-profile .user-avatar{width:50px;height:50px;font-size:15px}.sidebar-profile strong{font-size:14px!important}.sidebar-profile span{font-size:11px!important}.sidebar-footer{margin-top:0!important}.mode-button{background:0 0!important;min-height:38px!important;font-size:11px!important}.main-content{width:min(100%,1460px)!important;padding:26px 36px 42px!important}.hero{grid-template-columns:minmax(430px,1.1fr) minmax(380px,.9fr)!important;gap:28px!important;min-height:204px!important;padding:0 0 18px!important}.hero-copy{gap:24px!important}.hero-copy .user-avatar{border-width:5px;width:112px;height:112px;font-size:30px!important}.hero-copy>div{max-width:390px}.hero h1{white-space:nowrap;margin:4px 0 7px!important;font-size:clamp(38px,3.4vw,48px)!important;line-height:1!important}.hero p{max-width:390px;font-size:15px!important;line-height:1.5!important}.balance-focus{border-radius:20px!important;min-height:178px!important;padding:28px 30px!important}.balance-focus strong{font-size:clamp(34px,3vw,42px)!important}.balance-focus:after{width:76px;height:88px;font-size:48px;top:36px;right:30px}.balance-focus .balance-label,.balance-focus strong,.balance-focus small{max-width:72%}.stats-grid{gap:14px!important}.stat-card{border-radius:18px!important;min-height:132px!important;padding:19px 20px!important}.stat-card strong{font-size:clamp(21px,1.9vw,28px)!important}.stat-card p{margin-bottom:0!important;font-size:11px!important;line-height:1.4!important}.grid-two{gap:14px!important}.grid-two>.panel{min-height:270px!important;padding:22px!important}.panel-head h2{font-size:23px!important}.quick-start{gap:20px!important;min-height:118px!important;padding:20px 24px!important}.quick-start>div:first-child{max-width:430px}.quick-start h2{font-size:18px!important}.quick-start p{font-size:12px!important;line-height:1.4!important}html body #root .quick-actions{flex-wrap:nowrap!important;gap:9px!important}html body #root .quick-actions button{color:#153d31!important;background:#fff!important;border:1px solid #d7e9df!important;border-radius:15px!important;align-items:center!important;gap:9px!important;min-width:154px!important;min-height:62px!important;padding:9px 11px!important;display:flex!important;box-shadow:0 7px 18px #12553e0d!important}html body #root .quick-actions button:hover{transform:translateY(-1px);color:#153d31!important;background:#f8fcfa!important;border-color:#b9dcc9!important}html body #root .quick-actions button strong{color:#153d31!important;font-size:11px!important}html body #root .quick-actions button small{color:#778b82!important;font-size:8px!important}}@media (width>=1101px) and (height<=720px){.sidebar{padding-top:20px!important;padding-bottom:16px!important}.brand{padding-bottom:14px!important}.sidebar-nav button{min-height:44px!important}.sidebar-profile{padding-top:10px!important}.main-content{padding-top:18px!important}}@media (width<=1100px) and (width>=721px){.dashboard-toolbar{padding:0 4px}.hero h1{white-space:normal}.brand-icon{box-shadow:none!important;background:0 0!important}}@media (width<=720px){.dashboard-toolbar{display:none}.brand-icon{border:0!important}.brand-icon i{display:none!important}.brand-icon svg path{stroke-width:8px}.hero{background:radial-gradient(circle at 90% 10%,#3bd3892e,#0000 34%),linear-gradient(145deg,#064d3a,#023b2f)!important;border:0!important;border-radius:0 0 23px 23px!important;margin-top:2px!important;padding:18px 16px 16px!important}.hero-copy{align-items:center!important}.hero-copy .user-avatar{width:54px!important;height:54px!important}.hero h1{white-space:nowrap;color:#fff!important;font-size:26px!important}.hero p{color:#ffffffbd!important}.hello-mark{font-size:.68em}.balance-focus{margin-top:2px;min-height:132px!important;box-shadow:none!important;background:linear-gradient(135deg,#15925be6,#056346e6)!important;border:1px solid #ffffff21!important;padding:18px!important}.balance-focus:after{content:"✓";color:#86e8a9;border:2px solid #78e4a2;border-radius:45% 45% 52% 52%;place-items:center;width:54px;height:62px;font-size:34px;font-weight:800;display:grid;position:absolute;top:34px;right:20px}.balance-focus .balance-label,.balance-focus strong,.balance-focus small{max-width:76%}.balance-focus strong{font-size:27px!important}.stats-grid{margin-top:14px!important}.stat-card{min-height:116px!important;padding:13px!important}.stat-card strong{font-size:18px!important}.stat-card p{margin-bottom:0;font-size:9.5px!important}.quick-start{padding:16px!important}.quick-start h2{font-size:17px!important}.quick-start p{font-size:11px!important}html body #root .quick-actions button{color:#153d31!important;background:#fff!important;border:1px solid #deebe4!important;border-radius:14px!important;justify-items:center!important;gap:5px!important;min-width:0!important;min-height:68px!important;padding:8px 4px!important;display:grid!important;box-shadow:0 5px 14px #12553e0d!important}html body #root .quick-actions button strong{color:#163c31!important;font-size:9px!important}html body #root .quick-actions button small{display:none!important}}@media (width>=1101px){.hero{grid-template-columns:minmax(0,3fr) minmax(340px,2fr)!important;gap:26px!important;min-height:172px!important;padding-bottom:14px!important}.hero-copy{gap:20px!important;min-width:0!important}.hero-copy>div{flex:1;min-width:0!important;max-width:none!important}.hero-copy .user-avatar{width:102px;height:102px;font-size:27px!important}.hero h1{white-space:nowrap!important;max-width:100%!important;margin:3px 0 7px!important;font-size:clamp(35px,2.8vw,41px)!important;line-height:1.05!important}.hero p{max-width:440px!important;font-size:14px!important;line-height:1.45!important}.balance-focus{border-radius:19px!important;width:auto!important;min-height:148px!important;padding:21px 24px!important}.balance-focus strong{margin:5px 0!important;font-size:clamp(29px,2.35vw,34px)!important}.balance-focus small{font-size:9px!important}.balance-focus:after{border-width:2px!important;width:56px!important;height:66px!important;font-size:34px!important;top:28px!important;right:24px!important;box-shadow:0 0 0 17px #5ce29b09!important}.balance-focus .balance-label,.balance-focus strong,.balance-focus small{max-width:76%!important}.balance-details{margin-top:9px!important;padding:6px 10px!important;font-size:9px!important}.stat-card{min-height:118px!important;padding:16px 18px!important}.stat-card strong{font-size:clamp(20px,1.7vw,25px)!important}}@media (width>=1101px) and (width<=1240px){.hero{grid-template-columns:minmax(0,1fr) minmax(330px,38%)!important;gap:20px!important}.hero-copy .user-avatar{width:90px;height:90px}.hero h1{font-size:34px!important}}@media (width<=720px){.balance-focus{min-height:116px!important;padding:15px 16px!important}.balance-focus strong{font-size:24px!important}.balance-focus small{font-size:9px!important}.balance-focus:after{width:44px!important;height:52px!important;font-size:27px!important;top:29px!important;right:17px!important;box-shadow:0 0 0 13px #5ce29b09!important}.balance-details{margin-top:8px!important;padding:5px 9px!important;font-size:8px!important}}@media (width>=1101px){.hero{align-items:center!important;display:grid!important}.balance-focus{align-self:center!important;height:148px!important;min-height:148px!important}}.profile-chevron{color:#ffffffb3;margin-left:auto}.user-avatar{overflow:hidden}.user-avatar img{object-fit:cover;object-position:50% 22%;filter:grayscale(.15)contrast(1.04);width:100%;height:100%;display:block}.balance-chart{min-height:185px;margin-top:8px;padding:8px 4px 0;position:relative}.balance-chart svg{width:100%;height:155px;display:block;overflow:visible}.chart-axis{stroke:#e4eee9;stroke-width:1px}.chart-grid-line{stroke:#e7efeb;stroke-width:1px;stroke-dasharray:2 3}.chart-value-label{fill:#82928a;font-size:7px;font-weight:650}.chart-line{fill:none;stroke:#0b935c;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.chart-point{fill:#0b935c;stroke:#fff;stroke-width:2px}.chart-labels{color:#71847b;text-align:center;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:2px;font-size:10px;display:grid}.quick-start{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;display:grid!important}.quick-start>div:first-child{grid-column:2;max-width:none!important}.tip-plant{background:linear-gradient(145deg,#edf9f1,#dff2e6);border-radius:50%;grid-area:1/1;width:58px;height:58px;display:block;position:relative}.plant-stem{background:#287d52;border-radius:3px;width:3px;height:22px;position:absolute;top:17px;left:28px}.plant-leaf{background:linear-gradient(135deg,#75cc8b,#32a86a);width:18px;height:12px;position:absolute;top:13px}.leaf-left{border-radius:14px 2px;left:12px;transform:rotate(20deg)}.leaf-right{border-radius:2px 14px;top:9px;right:11px;transform:rotate(-20deg)}.plant-pot{clip-path:polygon(8% 0,92% 0,78% 100%,22% 100%);background:linear-gradient(135deg,#b98768,#8e5f49);border-radius:2px 2px 7px 7px;width:19px;height:15px;position:absolute;bottom:10px;left:20px}.planning-cta{border:0;border-radius:12px;grid-area:1/3;justify-content:center;align-items:center;min-width:180px;min-height:44px;padding:10px 20px;font-weight:800;display:inline-flex;box-shadow:0 8px 20px #044a372e;color:#fff!important;background:linear-gradient(135deg,#086d4e,#034a38)!important}.planning-cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px #044a373b}@media (width<=900px){.quick-start{grid-template-columns:auto minmax(0,1fr)!important}.planning-cta{grid-area:2/2;justify-self:start;min-width:160px;margin-top:10px}.tip-plant{grid-row:1/span 2}}@media (width<=720px){.profile-chevron{display:none}.balance-chart{min-height:158px;padding-top:2px}.balance-chart svg{height:128px}.chart-labels{font-size:8px}.quick-start{grid-template-columns:44px minmax(0,1fr)!important;gap:10px 12px!important;display:grid!important}.quick-start>div:first-child{grid-column:2}.tip-plant{grid-area:1/1;width:44px;height:44px;font-size:23px}.planning-cta{grid-area:2/2;width:100%;min-width:0;min-height:40px;margin-top:2px;font-size:11px}}@media (width>=1101px){.hero{min-height:186px!important;padding-bottom:20px!important}.hero-copy{gap:24px!important}.hero-copy .user-avatar{width:112px!important;height:112px!important}.hero p{max-width:470px!important}html body #root .sidebar .sidebar-nav button{min-height:52px!important;font-size:14.5px!important}.sidebar-nav button svg{width:23px;height:23px}.sidebar-profile .user-avatar{width:54px!important;height:54px!important}.dashboard-grid{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important}.dashboard-grid>.panel{min-height:254px!important;padding:20px 22px!important}.balance-chart{min-height:148px;margin-top:2px}.balance-chart svg{height:126px}.recent-item{min-height:58px;padding:9px 2px}.stat-card{box-shadow:0 10px 26px #16564011!important}.quick-start{min-height:102px!important;padding:16px 22px!important}}@media (width<=720px){.hero-copy .user-avatar{width:60px!important;height:60px!important}.hero h1{font-size:24px!important}.balance-chart{min-height:142px}.balance-chart svg{height:116px}.chart-value-label{font-size:6px}.recent-copy small{font-size:8px}.tip-plant{width:44px;height:44px}.plant-stem{height:18px;top:12px;left:21px}.plant-leaf{width:14px;height:10px;top:9px}.leaf-left{left:8px}.leaf-right{top:6px;right:7px}.plant-pot{width:17px;height:13px;bottom:7px;left:14px}}.hero-copy p{gap:2px;display:grid!important}.hero-copy p>span{display:block}.balance-label{letter-spacing:.01em;font-weight:800;justify-content:flex-start!important;gap:7px!important;font-size:10px!important}.balance-label svg{color:#ffffffb8;width:14px;height:14px;display:block!important}.balance-focus strong{letter-spacing:-.045em;display:block;line-height:1!important}.balance-focus small{letter-spacing:.005em;line-height:1.35!important}.balance-details{letter-spacing:.01em;opacity:.9;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;gap:7px!important;margin-top:10px!important;padding:0!important;font-size:9px!important;font-weight:750!important}.details-arrow{border:1px solid #ffffff61;border-radius:50%;place-items:center;width:20px;height:20px;font-size:11px;line-height:1;transition:transform .2s,background .2s;color:#fff!important;display:grid!important}.balance-details:hover .details-arrow{background:#ffffff1a;transform:translate(2px)}@media (width>=1101px){.hero-copy p{font-size:14px!important;line-height:1.35!important}.balance-focus{padding:20px 25px!important}.balance-focus strong{margin:7px 0 4px!important;font-size:clamp(28px,2.2vw,32px)!important}.balance-focus small{font-size:9.5px!important}.balance-focus:after{width:52px!important;height:62px!important;font-size:31px!important;top:29px!important;right:26px!important}}@media (width<=720px){.hero-copy p{gap:1px;font-size:11px!important}.balance-focus strong{margin:6px 0 4px!important;font-size:23px!important}.balance-label{font-size:9px!important}.balance-details{margin-top:8px!important;font-size:8px!important}.details-arrow{width:18px;height:18px}}.finanflow-app{background:radial-gradient(circle at 68% 8%,#5fcb9614,#0000 32%),linear-gradient(135deg,#f7fbf8 0%,#f1f8f4 52%,#f8fbf9 100%)!important}.sidebar-profile strong{white-space:normal!important;line-height:1.15!important}.planning-cta{gap:8px!important}.balance-focus{position:relative;overflow:hidden}.balance-focus>*{z-index:1;position:relative}.balance-focus:after{z-index:1}.balance-focus:before{content:none!important}.balance-details{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.details-arrow{width:18px;height:18px}.recent-summary{color:#73877e;background:#f7fbf9;border-top:1px solid #e2ece7;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:11px 12px;font-size:9px;display:flex}.recent-summary strong{color:#164335;font-size:11px}@media (width>=1101px){.hero{min-height:174px!important;padding-bottom:12px!important}.hero-copy{transform:translateY(-2px)}.stats-grid{margin-top:4px!important}.stat-card{min-height:108px!important;padding:14px 17px!important}.stat-card strong{margin-top:3px!important}.stat-card p{font-size:9.5px!important}.dashboard-grid>.panel{min-height:250px!important}.balance-chart{min-height:157px;margin-top:0;padding-top:0}.balance-chart svg{height:143px}.chart-labels{margin-top:-2px;padding:0 2px 0 27px}.recent-panel .recent-list{margin-top:10px}.recent-panel:has(.recent-item:only-child){min-height:250px!important}}@media (width<=720px){.finanflow-app{background:#f5faf7!important}.balance-details{padding:0!important}.recent-summary{margin-top:8px;padding:9px 10px}.chart-labels{padding-left:22px}}.chart-month-label{fill:#71847b;text-transform:capitalize;font-size:7px;font-weight:650}.chart-current{z-index:2;color:#fff;background:#086747;border-radius:8px;padding:5px 8px;font-size:8px;font-weight:800;position:absolute;top:3px;right:7px;box-shadow:0 5px 12px #05583b29}.chart-point-current{stroke-width:3px;filter:drop-shadow(0 2px 3px #077d4e38)}.quick-start{position:relative;overflow:hidden}.quick-start:after{content:"";pointer-events:none;opacity:.38;background:radial-gradient(at 20% 70%,#6fbd87 0 8%,#0000 9%),radial-gradient(at 42% 45%,#48a96d 0 10%,#0000 11%),radial-gradient(at 67% 70%,#87c99b 0 9%,#0000 10%),linear-gradient(105deg,#0000 47%,#55996d 48% 50%,#0000 51%);width:126px;height:94px;position:absolute;bottom:-37px;right:-20px;transform:rotate(-10deg)}.quick-start>*{z-index:1;position:relative}@media (width>=1101px){.dashboard-grid>.panel{min-height:232px!important}.balance-chart{min-height:151px!important}.balance-chart svg{height:151px!important}.recent-panel.is-sparse{min-height:232px!important}.recent-panel.is-sparse .recent-summary{margin-top:8px}.stat-title>span:first-child{font-weight:650;font-size:12px!important}.stat-icon{border-radius:12px!important;width:38px!important;height:38px!important}.stat-icon svg{width:19px;height:19px}.stat-card strong{font-size:clamp(21px,1.75vw,26px)!important}.stat-card p{margin-top:4px!important}}@media (width<=720px){.chart-current{font-size:7px;top:0;right:4px}.chart-month-label{font-size:6px}.quick-start:after{display:none}}.sidebar-nav button svg{stroke-width:2.15px;filter:drop-shadow(0 2px 3px #00000014);flex:none}.sidebar-nav button.active svg{color:#f3fff8;filter:drop-shadow(0 3px 5px #00000024)}.sidebar-nav button.active{box-shadow:inset 0 1px #ffffff1a,0 8px 18px #002d201f!important}.stat-icon{border:1px solid #ffffffe0;position:relative;background:linear-gradient(145deg,#f3fff8,#dcf5e7)!important;border-radius:50%!important;box-shadow:0 0 0 6px #1daa670b,0 7px 16px #0f70491a!important}.stat-icon svg{stroke-width:2.35px}.stat-card.yellow .stat-icon{background:linear-gradient(145deg,#fffaf0,#ffedc7)!important;box-shadow:0 0 0 6px #e8aa2d0d,0 7px 16px #a9700517!important}.stat-card.blue .stat-icon{background:linear-gradient(145deg,#f6faff,#dfeeff)!important;box-shadow:0 0 0 6px #4585e70d,0 7px 16px #2164be17!important}.recent-icon{border:1px solid #ffffffe6;position:relative;box-shadow:0 0 0 5px #149d5e0a,0 6px 13px #096f461a;background:linear-gradient(145deg,#effcf5,#d8f5e5)!important}.recent-icon svg{stroke-width:2.25px}.recent-item.despesa .recent-icon,.recent-item.divida .recent-icon{box-shadow:0 0 0 5px #de4c3f09,0 6px 13px #ab342c14;background:linear-gradient(145deg,#fff8f6,#ffe5df)!important}.recent-item.meta .recent-icon{background:linear-gradient(145deg,#f6faff,#e1efff)!important}.tip-plant{box-shadow:inset 0 1px #ffffffe6,0 8px 18px #23824f17;place-items:center!important;display:grid!important}.tip-plant svg{width:48px;height:48px;overflow:visible}.plant-leaf,.plant-stem,.plant-pot{display:none}@media (width>=1101px){.stat-icon{width:42px!important;height:42px!important}.stat-icon svg{width:21px;height:21px}.recent-icon{width:40px;height:40px}.recent-icon svg{width:19px;height:19px}}@media (width<=720px){.stat-icon{width:34px!important;height:34px!important;box-shadow:0 0 0 4px #1daa670a,0 5px 11px #0f704914!important}.tip-plant svg{width:38px;height:38px}}.stat-icon{isolation:isolate;overflow:visible}.stat-icon:before{content:"";z-index:-1;background:#e8f8ef80;border:1px solid #14a06017;border-radius:50%;position:absolute;inset:-5px}.stat-icon:after{content:"";background:#29b975;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;bottom:1px;right:1px;box-shadow:0 2px 5px #0e75462e}.stat-card.yellow .stat-icon:before{background:#fff6de8c;border-color:#d794121a}.stat-card.yellow .stat-icon:after{background:#e0a21e}.stat-card.blue .stat-icon:before{background:#ebf4ff99;border-color:#3070e01a}.stat-card.blue .stat-icon:after{background:#397deb}.stat-icon svg{filter:drop-shadow(0 2px 2px #1173481a)}@media (width>=1101px){.stat-icon{width:44px!important;height:44px!important}.stat-icon svg{width:22px;height:22px}}@media (width<=720px){.stat-icon:before{inset:-3px}.stat-icon:after{border-width:1.5px;width:6px;height:6px}}.stat-card{grid-template-columns:52px minmax(0,1fr)!important;align-items:center!important;column-gap:15px!important;display:grid!important}.stat-card-copy{align-content:center;gap:5px;min-width:0;display:grid}.stat-card-label{align-items:center;gap:6px;font-size:11px;font-weight:650;display:flex;color:#61746c!important}.stat-card-label svg{color:#89978f;stroke-width:1.8px}.stat-card-copy strong{line-height:1.05;margin:0!important}.stat-card-copy p{margin:0!important;line-height:1.3!important}.stat-icon{width:48px!important;height:48px!important;box-shadow:none!important;border:0!important}.stat-icon:before,.stat-icon:after{content:none!important}.stat-icon svg{filter:none;width:23px!important;height:23px!important}.stat-card.cyan .stat-icon,.stat-card.green .stat-icon{background:#e2f7e9!important}.stat-card.yellow .stat-icon{color:#df594e!important;background:#fff0e9!important}.stat-card.blue .stat-icon{color:#168e55!important;background:#e5f7eb!important}@media (width>=1101px){.stat-card{grid-template-columns:54px minmax(0,1fr)!important;column-gap:16px!important}.stat-icon{width:52px!important;height:52px!important}.stat-icon svg{width:24px!important;height:24px!important}.stat-card-label{font-size:12px}.stat-card-copy strong{font-size:clamp(20px,1.65vw,25px)!important}}@media (width<=720px){.stat-card{grid-template-columns:36px minmax(0,1fr)!important;column-gap:8px!important}.stat-icon{width:34px!important;height:34px!important}.stat-icon svg{width:17px!important;height:17px!important}.stat-card-label{gap:3px;font-size:9px}.stat-card-label svg{display:none}.stat-card-copy{gap:4px}.stat-card-copy strong{font-size:17px!important}.stat-card-copy p{font-size:8.5px!important}}.automatic-account-note{color:#08784e;background:#f0faf5;border:1px solid #cfe7db;border-radius:13px;align-items:center;gap:11px;min-height:58px;padding:10px 12px;display:flex}.automatic-account-note>span{gap:2px;display:grid}.automatic-account-note strong{font-size:11px}.automatic-account-note small{color:#6d8178;font-size:9px;line-height:1.35}.primary-account-layout{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:16px;display:grid}.automatic-badge{background:#effaf4;border:1px solid #cce7d8;border-radius:999px;align-items:center;gap:7px;min-height:30px;padding:0 10px;font-weight:800;color:#08764c!important;font-size:9px!important;display:inline-flex!important}.automatic-badge>span{background:#18b36c;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #18b36c1f}.primary-balance{color:#fff;background:linear-gradient(135deg,#08754d,#034d39);border-radius:18px;gap:7px;margin-top:18px;padding:22px;display:grid;box-shadow:0 14px 30px #034c3726}.primary-balance>span{opacity:.8;font-size:11px;font-weight:700}.primary-balance strong{font-size:clamp(30px,3.2vw,44px);line-height:1}.primary-balance small{opacity:.74;max-width:480px;font-size:10px;line-height:1.4}.initial-balance-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-top:16px;display:grid}.initial-balance-form label{color:#60756b;gap:6px;font-size:10px;font-weight:700;display:grid}.initial-balance-form button{min-height:44px}.account-flow-list{gap:0;margin-top:15px;display:grid}.account-flow-list>div{color:#647970;border-bottom:1px solid #e2ece7;justify-content:space-between;align-items:center;gap:16px;min-height:46px;padding:0 4px;font-size:11px;display:flex}.account-flow-list strong{color:#153c30}.account-flow-list .positive strong{color:#078a52}.account-flow-list .negative strong{color:#d44740}.account-flow-list .reserved strong{color:#3975c5}.account-flow-list .flow-total{color:#0a6042;background:#eef9f3;border:0;border-radius:12px;min-height:54px;margin-top:7px;padding:0 12px;font-weight:800}.account-flow-list .flow-total strong{color:#08764c;font-size:18px}.planning-wallet{margin-bottom:16px}.planning-wallet .panel-head p{margin:5px 0 0;font-size:11px}.planning-total{color:#fff;background:linear-gradient(135deg,#0a7250,#04523d);border-radius:15px;justify-content:space-between;align-items:center;gap:16px;margin:18px 0 14px;padding:17px 19px;display:flex}.planning-total span{opacity:.8;font-size:11px}.planning-total strong{font-size:24px}.goal-wallet-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.goal-wallet-grid article{background:#fbfdfc;border:1px solid #d9eae1;border-radius:14px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:72px;padding:12px;display:grid}.goal-wallet-grid article>div{gap:3px;min-width:0;display:grid}.goal-wallet-grid article strong{color:#153c30;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.goal-wallet-grid article small{color:#819188;font-size:8px}.goal-wallet-grid article em{color:#08764c;font-size:11px;font-style:normal;font-weight:800}.goal-icon{color:#3178c6;background:#eaf3ff;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.planning-empty{color:#28815b;background:#f7fcf9;border:1px dashed #cce4d7;border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:88px;padding:15px;display:flex}.planning-empty>span{gap:3px;display:grid}.planning-empty strong{color:#174233;font-size:11px}.planning-empty small{color:#7a8c83;font-size:9px}@media (width<=900px){.primary-account-layout{grid-template-columns:1fr}.goal-wallet-grid{grid-template-columns:1fr 1fr}}@media (width<=720px){.automatic-account-note{grid-column:1/-1}.primary-account-layout{gap:12px}.automatic-badge{display:none!important}.primary-balance{padding:18px}.primary-balance strong{font-size:30px}.initial-balance-form{grid-template-columns:1fr}.initial-balance-form button{width:100%}.planning-wallet .panel-head{gap:12px;display:grid!important}.planning-wallet .panel-head button{width:100%}.goal-wallet-grid{grid-template-columns:1fr}.goal-wallet-grid article{grid-template-columns:36px minmax(0,1fr) auto}}.dashboard-select{z-index:24;position:relative}.dashboard-select.is-open{z-index:90}html body #root .dashboard-select-trigger{text-transform:capitalize;color:#123d30!important;background:#ffffffe6!important;border:1px solid #d7e6de!important;border-radius:12px!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;width:174px!important;height:40px!important;min-height:40px!important;padding:0 13px!important;font-size:12px!important;font-weight:800!important;display:flex!important;box-shadow:0 6px 18px #174a380f!important}.dashboard-select-trigger>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-select-trigger>svg{color:#477062;flex:none}.dashboard-select-trigger>svg:last-child{margin-left:auto;transition:transform .18s}.dashboard-select.is-open .dashboard-select-trigger{border-color:#42ad7d!important;box-shadow:0 0 0 3px #15a4631a,0 8px 22px #174a3817!important}.dashboard-select.is-open .dashboard-select-trigger>svg:last-child{transform:rotate(180deg)}.dashboard-select-menu{scrollbar-width:thin;scrollbar-color:#a8cbbb transparent;background:#fff;border:1px solid #d8e7df;border-radius:13px;width:188px;max-height:286px;padding:5px;position:absolute;top:calc(100% + 7px);right:0;overflow:hidden auto;box-shadow:0 16px 36px #073a2a2b}html body #root .dashboard-select-menu button{text-transform:capitalize;color:#31594b!important;width:100%!important;height:30px!important;min-height:30px!important;box-shadow:none!important;text-align:left!important;background:0 0!important;border:0!important;border-radius:8px!important;justify-content:space-between!important;align-items:center!important;gap:7px!important;padding:0 9px!important;font-size:10px!important;font-weight:650!important;display:flex!important}.dashboard-select-menu button:hover,.dashboard-select-menu button:focus-visible{outline:0;color:#08764c!important;background:#edf8f2!important}.dashboard-select-menu button.selected{color:#08794e!important;background:#e5f6ed!important;font-weight:850!important}.dashboard-select-menu button.selected svg{color:#0ba466}html body #root .dashboard-select.compact .dashboard-select-trigger{border-radius:999px!important;width:112px!important;height:34px!important;min-height:34px!important;font-size:10px!important}.dashboard-select.compact .dashboard-select-menu{width:140px;max-height:none}.dashboard-select.compact .dashboard-select-menu button{height:30px!important;min-height:30px!important;font-size:9.5px!important}@media (width<=720px){html body #root .dashboard-select-trigger{width:154px!important;height:38px!important;min-height:38px!important;padding-inline:10px!important;font-size:11px!important}.dashboard-select-menu{z-index:180;width:auto;max-height:min(430px,100vh - 90px);position:fixed;top:70px;left:12px;right:12px}.dashboard-select.compact .dashboard-select-trigger{width:102px!important;height:31px!important;min-height:31px!important;font-size:9px!important}.dashboard-select.compact .dashboard-select-menu{width:145px;position:absolute;top:calc(100% + 7px);left:auto;right:0}.dashboard-panel-head{gap:10px}.dashboard-panel-head h2{font-size:17px!important}}@media (width>=1101px){.finanflow-app{grid-template-columns:220px minmax(0,1fr)!important}.sidebar{gap:12px!important;width:220px!important;min-width:220px!important;padding:22px 14px 18px!important}.brand{gap:8px!important;padding:0 5px 18px!important}.brand-icon{width:40px!important;height:30px!important}.brand strong{font-size:21px!important}.brand span{margin-top:2px!important;font-size:8.5px!important}.sidebar-nav{gap:4px!important}html body #root .sidebar .sidebar-nav button{border-radius:11px!important;min-height:43px!important;padding:0 12px!important;font-size:12.5px!important}.sidebar-nav button svg{width:19px!important;height:19px!important;margin-right:3px!important}.sidebar-profile{padding:12px 5px 8px!important}.sidebar-profile .user-avatar{width:42px!important;height:42px!important}.sidebar-profile strong{font-size:12px!important}.sidebar-profile span{font-size:9.5px!important}.profile-chevron{width:14px;height:14px}.sidebar-footer{margin-top:0!important}.mode-button{min-height:34px!important;font-size:10px!important}.main-content{width:min(100%,1510px)!important;padding-inline:34px!important}}.sidebar-user-zone{z-index:2;flex:none;order:3;gap:4px;min-width:0;margin-top:auto;display:grid;position:relative}.sidebar-profile-area{min-width:0;margin:0;position:relative}.sidebar-user-zone .sidebar-footer{margin:0!important}.profile-menu-trigger{cursor:pointer;text-align:left;width:100%}.profile-trigger-copy{gap:2px;min-width:0;display:grid}.profile-trigger-copy strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-trigger-copy>span{font-weight:700;color:#8de9b9!important}.profile-menu-trigger .profile-chevron{flex:none;margin-left:auto;transition:transform .2s}.sidebar-profile-area.is-open .profile-chevron{transform:rotate(180deg)}html body #root .sidebar button.profile-menu-trigger{color:#fff!important;box-shadow:none!important;background:0 0!important;border-color:#0000!important}.sidebar-couple-avatars{flex:none;align-items:center;display:flex}.sidebar-couple-avatars .user-avatar+.user-avatar{margin-left:-10px}.sidebar-couple-avatars .user-avatar:last-child{z-index:2}.profile-space-menu{z-index:130;color:#153f32;background:#fff;border:1px solid #dbe9e2;border-radius:17px;padding:13px;position:absolute;bottom:calc(100% + 11px);left:0;right:0;box-shadow:0 20px 46px #012a1e3d}.profile-space-menu:after{content:"";background:#fff;border-bottom:1px solid #dbe9e2;border-right:1px solid #dbe9e2;width:14px;height:14px;position:absolute;bottom:-7px;left:32px;transform:rotate(45deg)}.profile-menu-head{align-items:center;gap:9px;padding:1px 2px 12px;display:flex}.profile-menu-head .user-avatar{width:38px!important;height:38px!important}.profile-menu-head>span{gap:2px;min-width:0;display:grid}.profile-menu-head strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.profile-menu-head small{color:#70847a;font-size:9px}.profile-menu-label{text-transform:uppercase;letter-spacing:.08em;margin:1px 3px 7px;font-weight:800;display:block;color:#527064!important;font-size:9px!important}html body #root .profile-space-menu button{width:100%;color:#174638!important;box-shadow:none!important;background:0 0!important;border:0!important}.profile-space-option{text-align:left;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;border-radius:11px!important;min-height:50px!important;padding:7px 9px!important;display:grid!important}.profile-space-option>span{gap:2px;display:grid}.profile-space-option strong{font-size:11px}.profile-space-option small{color:#778a81;font-size:8px}.profile-space-option.active{background:#eaf8f0!important}.profile-space-option.active>svg{color:#079259}.profile-space-option:disabled{cursor:not-allowed;opacity:.62!important}.profile-space-option:disabled small{color:#c27a20}.profile-menu-invite{margin:1px 0 3px;text-decoration:underline;color:#087d51!important;text-align:left!important;min-height:28px!important;padding:0 9px!important;font-size:9px!important}.profile-menu-divider{background:#e3ece7;height:1px;margin:8px 2px}.profile-menu-action{gap:9px;text-align:left!important;border-radius:10px!important;justify-content:flex-start!important;align-items:center!important;min-height:38px!important;padding:0 9px!important;font-size:10px!important;display:flex!important}.profile-menu-action:hover{background:#f1f8f4!important}.profile-menu-action.logout{color:#d33f3f!important}.profile-menu-action.logout svg{color:#d33f3f}@media (width<=720px){.sidebar-user-zone{order:2;margin:0 0 0 auto;position:static}.sidebar-profile-area{position:static}.profile-menu-trigger{background:0 0!important;border:0!important;padding:0!important}.profile-menu-trigger>.user-avatar{width:36px!important;height:36px!important}.profile-trigger-copy,.profile-menu-trigger .profile-chevron{display:none!important}.profile-space-menu{z-index:160;border-radius:18px;width:min(310px,100vw - 24px);padding:15px;position:fixed;inset:72px 12px auto auto}.profile-space-menu:after{border:0;border-top:1px solid #dbe9e2;border-left:1px solid #dbe9e2;inset:-7px 23px auto auto}.profile-menu-head .user-avatar{width:42px!important;height:42px!important}.profile-menu-head strong{font-size:12px}.profile-space-option{min-height:54px!important}.profile-space-option strong{font-size:12px}.profile-menu-action{min-height:42px!important;font-size:11px!important}.sidebar-couple-avatars .user-avatar{width:34px!important;height:34px!important}.sidebar-couple-avatars .user-avatar+.user-avatar{margin-left:-11px}}@media (width>=1101px) and (height<=720px){.sidebar-user-zone{gap:2px}.sidebar-user-zone .sidebar-profile{padding-block:8px!important}.sidebar-user-zone .sidebar-profile .user-avatar{width:38px!important;height:38px!important}.sidebar-user-zone .mode-button{min-height:30px!important}}@media (width>=1101px){.finanflow-app{grid-template-columns:82px minmax(0,1fr)!important}.sidebar{z-index:200!important;gap:12px!important;width:82px!important;min-width:82px!important;padding:18px 10px 14px!important;overflow:visible!important}.brand{justify-content:center!important;padding:0 0 17px!important}.brand-icon{width:48px!important;height:34px!important}.brand>div:last-child{display:none!important}.sidebar-nav{align-items:center;gap:6px!important}html body #root .sidebar .sidebar-nav button{position:relative;border-radius:14px!important;justify-content:center!important;width:52px!important;min-height:50px!important;padding:0!important}.sidebar-nav button svg{width:22px!important;height:22px!important;margin:0!important}.sidebar-nav .nav-label-full,.sidebar-nav .nav-label-short{display:none!important}.sidebar-nav button:after,.profile-menu-trigger:after,.mode-button:after{content:attr(aria-label);z-index:180;color:#123f31;pointer-events:none;opacity:0;background:#fff;border:1px solid #d9e8e0;border-radius:9px;width:max-content;max-width:190px;padding:8px 10px;font-size:11px;font-weight:800;line-height:1;transition:opacity .16s,transform .16s;position:absolute;top:50%;left:calc(100% + 12px);transform:translate(-5px,-50%);box-shadow:0 10px 25px #043a2a2e}.sidebar-nav button:hover:after,.sidebar-nav button:focus-visible:after,.profile-menu-trigger:hover:after,.profile-menu-trigger:focus-visible:after,.mode-button:hover:after,.mode-button:focus-visible:after{opacity:1;transform:translateY(-50%)}.sidebar-user-zone{justify-items:center;gap:7px;width:100%}.sidebar-profile-area{width:52px}html body #root .sidebar button.profile-menu-trigger{justify-content:center;position:relative;border-top:1px solid #ffffff2e!important;border-radius:14px!important;width:52px!important;height:auto!important;min-height:52px!important;padding:7px 0!important}.profile-menu-trigger>.user-avatar{width:38px!important;height:38px!important}.profile-trigger-copy,.profile-menu-trigger .profile-chevron{display:none!important}.sidebar-couple-avatars{flex-direction:column}.sidebar-couple-avatars .user-avatar{width:36px!important;height:36px!important;font-size:11px!important}.sidebar-couple-avatars .user-avatar+.user-avatar{margin-top:-9px;margin-left:0}.profile-space-menu{width:220px;bottom:0;left:calc(100% + 13px);right:auto}.profile-space-menu:after{border-top:0;border-bottom:1px solid #dbe9e2;border-left:1px solid #dbe9e2;border-right:0;inset:auto auto 18px -7px}.sidebar-user-zone .sidebar-footer{justify-items:center;width:52px;display:grid}.sidebar-user-zone .mode-button{place-items:center;position:relative;border-radius:12px!important;width:52px!important;min-height:42px!important;padding:0!important;display:grid!important}.sidebar-user-zone .mode-button svg{display:block}.sidebar-user-zone .mode-button>span{display:none!important}.main-content{grid-column:2!important;width:min(100%,1640px)!important;padding-inline:38px!important}}.transactions-layout{grid-template-columns:1fr;gap:14px;display:grid}.transactions-layout.with-form{grid-template-columns:minmax(340px,.86fr) minmax(420px,1.14fr);align-items:start}.transactions-toolbar{grid-column:1/-1;justify-content:space-between;align-items:center;gap:18px;padding:4px 2px 8px;display:flex}.transactions-toolbar h2{color:#123d30;text-transform:capitalize;margin:3px 0 0;font-size:24px}.transaction-form-panel,.transaction-statement{min-width:0}.icon-close{color:#526f63!important;background:#f8fbf9!important;border:1px solid #dbe9e2!important;border-radius:50%!important;place-items:center!important;width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;display:grid!important}.installment-preview{color:#31669d;background:#f3f8fd;border:1px solid #d8e4f1;border-radius:13px;align-items:center;gap:10px;min-height:58px;padding:10px 12px;display:flex}.installment-preview>span{gap:2px;display:grid}.installment-preview strong{font-size:10px}.installment-preview small{color:#718396;font-size:8px;line-height:1.35}.transaction-value{justify-items:end;gap:3px;display:grid}.transaction-value em{font-style:normal}.transaction-value small{color:#7c8e86;font-size:8px}.goal-form{grid-template-columns:minmax(0,1.2fr) minmax(170px,.7fr) auto;align-items:end;gap:11px;margin:16px 0;display:grid}.goal-form label{color:#597268;gap:6px;font-size:10px;font-weight:750;display:grid}.goal-form button{min-height:44px}.transaction-row .transaction-main span{line-height:1.4}@media (width<=900px){.transactions-layout.with-form{grid-template-columns:1fr}.goal-form{grid-template-columns:1fr 1fr}.goal-form button{grid-column:1/-1}}@media (width<=720px){.transactions-toolbar{align-items:flex-end}.transactions-toolbar h2{font-size:19px}.transactions-toolbar button{min-height:40px;padding-inline:13px}.goal-form{grid-template-columns:1fr}.goal-form button{grid-column:auto;width:100%}.transaction-value{justify-items:start}.transaction-row{grid-template-columns:minmax(0,1fr) auto!important}.transaction-row .row-actions{grid-column:1/-1}}.couple-contributions{background:#ffffffeb;border:1px solid #d9e9e1;border-radius:18px;gap:13px;margin-top:14px;padding:18px 20px;display:grid;box-shadow:0 10px 28px #0d533b0f}.couple-contributions-head{justify-content:space-between;align-items:end;gap:16px;display:flex}.couple-contributions-head h2{color:#123d30;margin:3px 0 0;font-size:18px}.couple-contributions-head>small{color:#74887f;font-size:9px}.couple-contribution-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px;display:grid}.couple-contribution-list article{background:#f8fcfa;border:1px solid #dfece5;border-radius:14px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.contributor-avatar{color:#087d51;background:#e3f6eb;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.couple-contribution-list article>div{gap:2px;display:grid}.couple-contribution-list article>div strong{color:#153f32;font-size:12px}.couple-contribution-list article>div small{color:#7b8d85;font-size:8px}.couple-contribution-list dl{gap:13px;margin:0;display:flex}.couple-contribution-list dl>div{text-align:right;gap:2px;display:grid}.couple-contribution-list dt{color:#7b8d85;font-size:8px}.couple-contribution-list dd{color:#087e50;margin:0;font-size:11px;font-weight:850}.couple-contribution-list dl>div:last-child dd{color:#d04444}.transaction-owner{background:#e6f6ed;align-items:center;gap:4px;width:max-content;padding:3px 7px;font-weight:850;color:#087d51!important;border-radius:999px!important;font-size:8px!important;display:flex!important}.recent-copy small b{color:#087d51;font-weight:850}.couple-avatars{align-items:center;min-width:max-content;display:flex}.couple-avatars .user-avatar+.user-avatar{margin-left:-18px}.couple-avatars .user-avatar{border:4px solid #fff!important;box-shadow:0 8px 20px #05433124!important}.couple-avatars .user-avatar:last-child{z-index:2}.reports-page{gap:16px;display:grid}.reports-toolbar{justify-content:space-between;align-items:flex-end;gap:22px;padding:2px 2px 5px;display:flex}.reports-toolbar h2{color:#123d30;margin:3px 0 2px;font-size:27px}.reports-toolbar p{color:#71867c;margin:0;font-size:10px}.reports-actions{align-items:center;gap:8px;display:flex}.report-action{justify-content:center;align-items:center;gap:7px;border-radius:10px!important;min-height:34px!important;padding:0 13px!important;font-size:9px!important;display:flex!important}.report-action.secondary{color:#087b50!important;box-shadow:none!important;background:#fff!important;border:1px solid #cfe4d9!important}.report-period{color:#60786d;background:#fff;border:1px solid #dbe9e2;border-radius:11px;align-items:center;gap:8px;width:max-content;padding:8px 11px;font-size:9px;display:flex}.report-period svg{color:#0a8d5a}.report-period strong{color:#153f32;font-size:10px}.report-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.report-kpi{background:#fff;border:1px solid #dceae3;border-radius:18px;gap:4px;min-height:112px;padding:18px;display:grid;position:relative;overflow:hidden;box-shadow:0 9px 24px #0a49350d}.report-kpi:before{content:"";background:#10a66a;width:4px;position:absolute;inset:0 auto 0 0}.report-kpi>span{color:#617a6f;font-size:9px;font-weight:750}.report-kpi strong{color:#078253;font-size:22px;line-height:1.1}.report-kpi small{color:#809188;font-size:8px}.report-kpi.expense:before{background:#ef6b62}.report-kpi.expense strong{color:#d94e49}.report-kpi.debt:before{background:#e7a01a}.report-kpi.debt strong{color:#c68108}.report-kpi.balance:before{background:#377bea}.report-kpi.balance strong{color:#2e68d7}.report-kpi.balance.negative:before{background:#e04d4d}.report-kpi.balance.negative strong{color:#d64242}.reports-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.reports-grid>.panel,.report-people{min-height:310px}.report-section-head{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:16px;display:flex}.report-section-head h2{color:#123d30;margin:3px 0 0;font-size:18px}.report-section-head>small{color:#7b8d85;font-size:8px}.report-bars{border-bottom:1px solid #dce9e2;align-items:end;gap:8px;height:215px;padding:10px 4px 0;display:flex}.report-month{flex:1;place-items:end center;gap:5px;min-width:0;height:100%;display:grid}.report-bar-pair{justify-content:center;align-items:end;gap:3px;width:100%;height:150px;display:flex}.report-bar-pair i{background:#11a86b;border-radius:5px 5px 2px 2px;width:min(14px,35%);min-height:4px;display:block}.report-bar-pair i.outflow{background:#ef756a}.report-month>strong{color:#587166;text-transform:capitalize;font-size:8px}.report-month>small{color:#078253;white-space:nowrap;font-size:7px;font-weight:800}.report-month>small.negative{color:#d94e49}.category-report-list{gap:13px;display:grid}.category-report-list>div{gap:6px;display:grid}.category-report-list span{justify-content:space-between;gap:12px;display:flex}.category-report-list strong{color:#234a3c;font-size:9px}.category-report-list em{color:#536f63;font-size:9px;font-style:normal;font-weight:800}.category-report-list i{background:#edf4f0;border-radius:99px;height:8px;display:block;overflow:hidden}.category-report-list b{border-radius:inherit;background:linear-gradient(90deg,#0a9660,#28bd7d);height:100%;display:block}.largest-expense-list{display:grid}.largest-expense-list>div{border-bottom:1px solid #e4eee9;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:47px;display:grid}.largest-expense-list>div:last-child{border-bottom:0}.expense-rank{color:#b76d00;background:#fff4dd;border-radius:8px;place-items:center;width:25px;height:25px;font-size:9px;font-weight:900;display:grid}.largest-expense-list>div>span:nth-child(2){gap:2px;display:grid}.largest-expense-list strong{color:#1b4537;font-size:10px}.largest-expense-list small{color:#819188;font-size:7.5px}.largest-expense-list em{color:#d34c48;font-size:10px;font-style:normal;font-weight:850}.comparison-list{gap:4px;display:grid}.report-people{align-content:start;display:grid}.report-people-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;display:grid}.report-people-grid article{background:#f8fcfa;border:1px solid #deebe4;border-radius:14px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;padding:13px;display:grid}.report-people-grid article>strong{color:#1b4537;font-size:11px}.report-people-grid dl{border-top:1px solid #e2ece7;grid-column:1/-1;grid-template-columns:repeat(2,1fr);gap:8px;margin:2px 0 0;padding-top:9px;display:grid}.report-people-grid dl>div{gap:2px;display:grid}.report-people-grid dt{color:#7b8d85;font-size:8px}.report-people-grid dd{color:#078253;margin:0;font-size:11px;font-weight:850}.report-people-grid dl>div:last-child{text-align:right}.report-people-grid dl>div:last-child dd{color:#d34c48}@media (width<=900px){.report-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-grid{grid-template-columns:1fr}.reports-grid>.panel{min-height:0}}@media (width<=720px){.reports-toolbar{align-items:start;display:grid}.reports-toolbar h2{font-size:23px}.reports-actions{gap:7px;width:100%;display:flex}.reports-actions .dashboard-select{flex:104px;min-width:0}.reports-actions .dashboard-select.compact .dashboard-select-trigger{width:100%!important}.reports-actions .dashboard-select.compact .dashboard-select-menu{width:145px;left:0;right:auto}.report-action{flex:86px;width:auto;min-width:0;padding-inline:8px!important}.report-period{box-sizing:border-box;width:100%}.report-period strong{margin-left:auto}.report-summary-grid{gap:9px}.report-kpi{min-height:105px;padding:14px}.report-kpi strong{overflow-wrap:anywhere;font-size:18px}.report-kpi small{line-height:1.35}.report-section-head h2{font-size:16px}.report-bars{height:190px;overflow-x:auto}.report-month{min-width:34px}.report-bar-pair{height:126px}.report-people-grid{grid-template-columns:1fr}html body #root .sidebar .sidebar-nav{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:4px!important}html body #root .sidebar .sidebar-nav button{width:100%!important;min-width:0!important}.reports-actions{grid-template-columns:minmax(0,1.18fr) minmax(0,.92fr) minmax(0,.72fr);align-items:stretch;gap:8px!important;display:grid!important}.reports-actions>*{width:100%!important;min-width:0!important}.reports-actions .dashboard-select.compact .dashboard-select-trigger,html body #root .reports-actions button.report-action{white-space:nowrap;width:100%!important;min-width:0!important;height:36px!important;min-height:36px!important;margin:0!important;padding:0 7px!important}.reports-actions .dashboard-select.compact .dashboard-select-trigger{justify-content:space-between!important}.reports-actions button.report-action{gap:8px!important}}.premium-nav-icon{object-fit:contain;filter:drop-shadow(0 4px 5px #002d1f3d);flex:none;width:31px;height:31px;transition:transform .18s,filter .18s;display:block}.sidebar-nav button:hover .premium-nav-icon,.sidebar-nav button:focus-visible .premium-nav-icon,.sidebar-nav button.active .premium-nav-icon{filter:drop-shadow(0 5px 7px #00281b52);transform:translateY(-1px)scale(1.06)}@media (width>=1101px){.premium-nav-icon{width:34px;height:34px}.sidebar-nav button.active .premium-nav-icon{transform:scale(1.1)}}@media (width<=720px){.premium-nav-icon{width:28px;height:28px;margin-bottom:5px}.sidebar-nav button.active .premium-nav-icon{transform:translateY(-1px)scale(1.08)}html body #root .sidebar .sidebar-nav button{min-height:54px!important;padding-top:4px!important;padding-bottom:4px!important}html{scroll-padding-bottom:170px}html body #root .main-content{padding-bottom:calc(170px + env(safe-area-inset-bottom))!important}.main-content>section:last-child,.main-content>div:last-child{margin-bottom:12px}.main-content>.transactions-layout,.main-content>.reports-page{margin-top:18px}.transactions-toolbar{padding-top:4px!important}}@media print{.sidebar,.dashboard-toolbar,.hero,.reports-actions{display:none!important}.finanflow-app{display:block!important}.main-content{width:100%!important;max-width:none!important;padding:0!important}.reports-page{gap:10px}.reports-grid{grid-template-columns:repeat(2,1fr)}.panel,.report-kpi{break-inside:avoid;box-shadow:none!important}.report-bars{height:170px}}@media (width<=720px){html body #root .hero .balance-focus{text-align:left!important;border-radius:15px!important;grid-template-rows:auto auto!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:2px 12px!important;width:100%!important;height:auto!important;min-height:70px!important;padding:10px 13px!important;display:grid!important}html body #root .hero .balance-focus .balance-label{grid-area:1/1;justify-content:flex-start!important;font-size:9px!important}html body #root .hero .balance-focus strong{white-space:nowrap;grid-area:1/2/span 2;margin:0!important;font-size:21px!important}html body #root .hero .balance-focus small{grid-area:2/1;font-size:7.5px!important;line-height:1.25!important}.couple-contributions{border-radius:16px;gap:10px;margin-top:12px;padding:14px}.couple-contributions-head{align-items:start}.couple-contributions-head h2{font-size:16px}.couple-contributions-head>small{text-align:right;max-width:105px}.couple-contribution-list{grid-template-columns:1fr}.couple-contribution-list article{grid-template-columns:34px minmax(0,1fr);padding:10px}.contributor-avatar{width:34px;height:34px}.couple-contribution-list dl{border-top:1px solid #e3eee8;grid-column:1/-1;justify-content:space-between;padding-top:8px}.couple-contribution-list dl>div{text-align:left}.couple-contribution-list dl>div:last-child{text-align:right}.couple-avatars .user-avatar{width:48px!important;height:48px!important}.couple-avatars .user-avatar+.user-avatar{margin-left:-15px}}
