:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1c2533;background:#f5f6f8;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex}.sidebar{width:250px;min-width:250px;background:#14213d;color:#fff;min-height:100vh;height:100vh;max-height:100vh;position:sticky;top:0;align-self:flex-start;display:flex;flex-direction:column;overflow:hidden}.brand{padding:28px 22px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-title{font-weight:800;font-size:17px;letter-spacing:.04em}.brand-subtitle{margin-top:5px;opacity:.68;font-size:12px}.nav-list{padding:14px 10px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}.nav-list::-webkit-scrollbar{width:6px}.nav-list::-webkit-scrollbar-track{background:transparent}.nav-list::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}.nav-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.nav-item{color:#ffffffc7;text-decoration:none;display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:8px;margin:2px 0;font-size:13px}.nav-item:hover,.nav-item.active{background:#ffffff1a;color:#fff}.sidebar-footer{padding:18px 22px;font-size:11px;opacity:.55;border-top:1px solid rgba(255,255,255,.08)}.main-area{min-width:0;flex:1}.topbar{height:62px;background:#fff;border-bottom:1px solid #e7eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:10}.topbar-version{margin-left:8px;font-size:11px;color:#87909d}.icon-button{border:0;background:#f3f5f8;width:36px;height:36px;border-radius:8px;display:grid;place-items:center}.content-area{padding:28px}.page-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px}.page-heading h1{margin:0;font-size:26px}.page-heading p{margin:5px 0 0;color:#6c7480;font-size:13px}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.metric-card,.panel,.state-card{background:#fff;border:1px solid #e7eaf0;border-radius:12px;box-shadow:0 2px 10px #19233209}.metric-card{padding:18px}.metric-card span{display:block;color:#7b8490;font-size:12px;margin-bottom:10px}.metric-card strong{font-size:21px}.panel{overflow:hidden}.panel-header{padding:16px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eef0f4}.panel-header h2{margin:0;font-size:16px}.panel-header span{font-size:11px;color:#8b929c}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px 16px;border-bottom:1px solid #f0f2f5;text-align:left;font-size:12px;white-space:nowrap}th{color:#6d7580;font-weight:700;background:#fafbfc}.state-card{padding:22px;color:#5c6570}.error-state{border-color:#f1c7c7;background:#fff8f8}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#eef1f6,#f8f9fb)}.login-card{width:min(390px,100%);background:#fff;border:1px solid #e1e5eb;border-radius:16px;padding:28px;box-shadow:0 18px 45px #14213d1a}.login-logo{width:48px;height:48px;border-radius:12px;background:#14213d;color:#fff;display:grid;place-items:center;font-weight:800}.login-card h1{margin:18px 0 4px;font-size:23px}.login-card p{margin:0 0 22px;color:#818995;font-size:13px}.login-card label{display:block;margin:12px 0 6px;font-size:12px;font-weight:700}.login-card input{width:100%;border:1px solid #d9dee6;border-radius:8px;padding:11px 12px;outline:none}.login-card input:focus{border-color:#14213d;box-shadow:0 0 0 3px #14213d14}.primary-button{width:100%;margin-top:16px;border:0;border-radius:8px;padding:11px 14px;background:#14213d;color:#fff;font-weight:700}.primary-button:disabled{opacity:.65}.login-card small{display:block;text-align:center;margin-top:18px;color:#a0a6ae}.error-box{margin-top:12px;padding:10px 12px;background:#fff2f2;border:1px solid #f4cccc;color:#9d2c2c;border-radius:8px;font-size:12px}.boot-screen{min-height:100vh;display:grid;place-items:center;font-weight:800;color:#14213d}@media(max-width:900px){.sidebar{width:72px;min-width:72px}.brand{padding:20px 10px;text-align:center}.brand-title{font-size:0}.brand-title:after{content:"CF";font-size:18px}.brand-subtitle,.nav-item span,.sidebar-footer{display:none}.nav-item{justify-content:center;padding:12px}.cards-grid{grid-template-columns:1fr}.content-area{padding:18px}}@media(max-width:560px){.sidebar{position:fixed;left:0;bottom:0;top:auto;width:100%;height:62px;min-height:0;z-index:30}.brand,.sidebar-footer{display:none}.nav-list{display:flex;padding:8px;overflow-x:auto;overflow-y:hidden}.nav-item{min-width:46px;margin:0 2px}.main-area{padding-bottom:66px}.topbar{padding:0 16px}.content-area{padding:16px}}button,input,select,textarea{font:inherit}.button{border:1px solid transparent;border-radius:8px;min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;font-size:12px}.button.primary{background:#14213d;color:#fff}.button.ghost{background:#fff;border-color:#dfe3ea;color:#283444}.button.compact{min-height:36px}.button:disabled{opacity:.6;cursor:default}.button-group{display:flex;gap:8px;flex-wrap:wrap}.cards-4{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-text{font-size:16px!important}.page-error{margin:-8px 0 18px}.row-muted{opacity:.52}.action-row{display:flex;gap:6px;align-items:center}.table-action{width:30px;height:30px;display:grid;place-items:center;border:1px solid #e0e4ea;border-radius:7px;background:#fff;color:#46515f}.table-action:hover{background:#f4f6f9}.table-action.danger{color:#a83737}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800;letter-spacing:.02em}.pill.ok{background:#e9f7ef;color:#217047}.pill.neutral{background:#eef1f5;color:#6a7380}.pill.warning{background:#fff5df;color:#8b6212}.pill.income{background:#e9f7ef;color:#217047}.pill.expense{background:#fff0f0;color:#9a3b3b}.tag-pj{margin-left:7px;padding:2px 5px;border-radius:4px;background:#edf0f5;color:#576172;font-size:9px;font-weight:800}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#1119287a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:24px}.modal-card{width:min(660px,100%);max-height:calc(100vh - 48px);background:#fff;border-radius:15px;box-shadow:0 26px 80px #14213d40;overflow:auto}.modal-wide{width:min(980px,100%)}.modal-header{position:sticky;top:0;z-index:2;background:#fff;padding:19px 22px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #edf0f4}.modal-header h2{margin:0;font-size:18px}.modal-header p{margin:4px 0 0;color:#7d8590;font-size:12px}.modal-body{padding:22px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:22px;padding-top:18px;border-top:1px solid #edf0f4}.form-grid{display:grid;gap:15px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid label{font-size:11px;font-weight:800;color:#55606e}.form-grid input:not([type=checkbox]),.form-grid select,.form-grid textarea{display:block;width:100%;margin-top:6px;min-height:40px;border:1px solid #dce1e8;border-radius:8px;padding:9px 10px;color:#202b39;background:#fff;outline:none}.form-grid textarea{min-height:88px;resize:vertical}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#14213d;box-shadow:0 0 0 3px #14213d12}.check-field{display:flex;gap:8px;align-items:center;align-self:end;min-height:40px;padding-bottom:3px}.check-field input{width:16px;height:16px}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.segmented{display:inline-flex;padding:3px;background:#e9edf3;border-radius:9px;margin-bottom:16px}.segmented button{border:0;background:transparent;padding:8px 15px;border-radius:7px;color:#6c7581;font-weight:700;font-size:12px}.segmented button.active{background:#fff;color:#1f2b3a;box-shadow:0 1px 4px #14213d14}.plan-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px}.filter-bar{background:#fff;border:1px solid #e7eaf0;border-radius:12px;padding:12px;display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(130px,.65fr)) auto;gap:8px;margin-bottom:14px}.filter-bar input,.filter-bar select{min-width:0;min-height:36px;border:1px solid #dfe3ea;border-radius:8px;padding:7px 9px;background:#fff;color:#394555}.search-field{min-width:0;position:relative}.search-field svg{position:absolute;left:10px;top:10px;color:#89919d}.search-field input{width:100%;padding-left:34px}@media(max-width:1200px){.cards-4{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.search-field{grid-column:span 2}}@media(max-width:800px){.form-grid.two,.form-grid.three,.plan-grid{grid-template-columns:1fr}.span-2,.span-3{grid-column:auto}.filter-bar{grid-template-columns:1fr 1fr}.search-field{grid-column:span 2}}@media(max-width:560px){.cards-4,.filter-bar{grid-template-columns:1fr}.search-field{grid-column:auto}.modal-backdrop{padding:0;align-items:end}.modal-card,.modal-wide{width:100%;max-height:92vh;border-radius:15px 15px 0 0}}.accounts-filter{grid-template-columns:minmax(240px,1.6fr) minmax(150px,.7fr) minmax(145px,.65fr) minmax(145px,.65fr) auto}.financial-summary .metric-card strong{font-size:20px}.danger-card{border-color:#f0d0d0}.danger-card span,.danger-card strong{color:#9a3b3b}.today-card{border-color:#f0dfba}.today-card span,.today-card strong{color:#8b6212}.row-overdue td{background:#fff9f9}.pill.danger{background:#ffe7e7;color:#a52f2f}@media(max-width:1200px){.accounts-filter{grid-template-columns:repeat(3,minmax(0,1fr))}.accounts-filter .search-field{grid-column:span 2}}@media(max-width:800px){.accounts-filter{grid-template-columns:1fr 1fr}.accounts-filter .search-field{grid-column:span 2}}@media(max-width:560px){.accounts-filter{grid-template-columns:1fr}.accounts-filter .search-field{grid-column:auto}}.balance-strip-wrap{margin-bottom:14px}.balance-strip{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:1px solid #e4e8ee;border-radius:12px;overflow-x:auto}.balance-strip-label{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;color:#687281;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.balance-chip{display:inline-flex;align-items:baseline;gap:6px;flex:0 0 auto;padding:6px 8px;background:#f7f8fa;border:1px solid #eceff3;border-radius:8px}.balance-chip small,.balance-total small{color:#727b87;font-size:10px}.balance-chip strong{font-size:12px}.balance-equals{color:#9aa1ab;font-weight:900;padding:0 2px}.balance-total{display:inline-flex;flex-direction:column;flex:0 0 auto;min-width:120px;padding:5px 9px}.balance-total strong{font-size:17px;color:#14213d}.balance-total.secondary strong{font-size:15px}.balance-divider{width:1px;align-self:stretch;background:#e4e8ee;margin:0 4px}.balance-error{margin-top:5px;font-size:10px;color:#9d2c2c}.dashboard-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-total{border-color:#cfd7e3;background:#fbfcfe}.statement-table{max-height:58vh}.statement-table thead th{position:sticky;top:0;z-index:1}.value-income{color:#217047;font-weight:700}.value-expense{color:#9a3b3b;font-weight:700}@media(max-width:900px){.dashboard-cards{grid-template-columns:1fr}}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.investment-summary,.recurrence-summary{margin-bottom:14px}.investment-filter{grid-template-columns:minmax(280px,1fr) minmax(160px,.35fr) auto}.recurrence-filter{grid-template-columns:minmax(280px,1fr) auto}.subtle-line{margin-top:3px;font-size:10px;color:#87909d}.investment-statement-head{display:flex;justify-content:space-between;align-items:end;gap:16px;padding:12px 14px;margin-bottom:12px;background:#f7f8fa;border:1px solid #e7eaf0;border-radius:10px}.investment-statement-head span{color:#737d8a;font-size:11px;font-weight:800;text-transform:uppercase}.investment-statement-head strong{font-size:22px;color:#14213d}@media(max-width:900px){.cards-3,.investment-filter,.recurrence-filter{grid-template-columns:1fr}}.cards-filter{grid-template-columns:minmax(280px,1fr) minmax(170px,.4fr) auto}.credit-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.credit-card-box{background:#fff;border:1px solid #e4e8ee;border-radius:13px;padding:15px}.credit-card-box.inactive{opacity:.55}.credit-card-box-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.credit-card-box h3{margin:0;font-size:15px}.credit-card-box p{margin:4px 0 0;color:#7b8490;font-size:11px}.credit-card-values{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.credit-card-values span{display:block;font-size:10px;color:#7b8490;font-weight:800;text-transform:uppercase}.credit-card-values strong{display:block;margin-top:3px;font-size:16px}.credit-tabs{margin-bottom:14px}@media(max-width:1000px){.credit-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.credit-card-grid,.cards-filter{grid-template-columns:1fr}}.investment-summary .metric-card{display:flex;flex-direction:column;align-items:flex-start}.investment-summary .metric-card strong{display:block;line-height:1.15;margin-bottom:7px}.investment-summary .metric-card small{display:block;width:100%;color:#737d8a;font-size:11px;line-height:1.35}.management-summary{margin-bottom:14px}.management-summary .metric-card{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.management-summary .metric-card strong{font-size:22px}.management-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.ranking-list{padding:4px 0}.ranking-row{display:flex;justify-content:space-between;gap:16px;padding:11px 2px;border-bottom:1px solid #edf0f4}.ranking-row:last-child{border-bottom:0}.ranking-row span{color:#596474;font-size:12px}.ranking-row strong{font-size:12px}.empty-state{padding:38px 18px;text-align:center;color:#7c8591}.schema-note{margin-top:12px;padding:10px 12px;border-radius:9px;background:#f7f8fa;color:#77808d;font-size:11px}@media(max-width:900px){.management-grid{grid-template-columns:1fr}}.attachment-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:16px}.attachment-toolbar>div{display:flex;flex-direction:column;gap:4px}.attachment-toolbar small,.attachment-item small{color:var(--muted,#6b7280)}.attachment-list{display:flex;flex-direction:column;gap:8px}.attachment-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.attachment-item>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.empty-state{padding:28px;text-align:center;color:#6b7280;border:1px dashed #d1d5db;border-radius:10px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-card{padding:22px}.settings-card h2{margin:12px 0 6px}.settings-card p{color:#6b7280;line-height:1.55}.status-line{display:flex;align-items:center;gap:8px;margin-top:18px;font-size:13px}.status-dot{width:9px;height:9px;border-radius:50%;background:#16a34a}.inline-message{margin-top:12px;padding:10px 12px;border-radius:8px;background:#f3f4f6;font-size:13px}@media(max-width:800px){.settings-grid{grid-template-columns:1fr}.attachment-toolbar{align-items:flex-start;flex-direction:column}}.topbar-actions{display:flex;align-items:center;gap:8px}.period-select{display:flex;align-items:center;gap:8px;color:#687281;font-size:11px;font-weight:800}.period-select select{min-width:185px;height:36px;border:1px solid #dfe3ea;border-radius:8px;background:#fff;color:#2f3a48;padding:0 30px 0 10px;outline:none}.period-select select:focus{border-color:#14213d;box-shadow:0 0 0 3px #14213d12}.privacy-toggle{color:#42506a}.grouped-nav{padding-top:10px}.nav-group{margin-bottom:13px}.nav-group:last-child{margin-bottom:0}.nav-group-title{padding:5px 12px 4px;color:#fff6;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.dashboard-section-title{margin:2px 0 10px;color:#697483;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.dashboard-cards.four-cards{grid-template-columns:repeat(4,minmax(0,1fr))}.operational-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card{display:flex;flex-direction:column;align-items:flex-start}.metric-card strong{display:block;line-height:1.15}.metric-card small{display:block;margin-top:7px;color:#8a929d;font-size:10px;line-height:1.35}.income-soft{border-color:#d7eadf}.income-soft strong{color:#217047}.expense-soft{border-color:#f0d8d8}.expense-soft strong{color:#9a3b3b}.result-card{border-color:#d6e3dc;background:#fcfefd}.result-card strong{color:#217047}.result-card.negative{border-color:#f0d0d0;background:snow}.result-card.negative strong{color:#9a3b3b}body.privacy-mode .privacy-value,body.privacy-mode .financial-value,body.privacy-mode .amount,body.privacy-mode .summary-value,body.privacy-mode .value-income,body.privacy-mode .value-expense,body.privacy-mode .credit-card-values strong,body.privacy-mode .investment-statement-head strong{filter:blur(7px);-webkit-user-select:none;user-select:none;transition:filter .15s ease}@media(max-width:1100px){.dashboard-cards.four-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.period-select span{display:none}.period-select select{min-width:155px}}@media(max-width:900px){.nav-group-title{display:none}.nav-group{margin:0}}@media(max-width:650px){.topbar-title{display:none}.topbar{justify-content:flex-end}.period-select select{min-width:145px;max-width:48vw}.dashboard-cards.four-cards,.operational-cards{grid-template-columns:1fr}}html,body,#root{width:100%;min-width:320px;min-height:100%}body{overflow-x:auto}.main-area{width:calc(100% - 250px);max-width:100%}.content-area{width:100%;max-width:100%;min-width:0;overflow-x:auto}.page,section{min-width:0;max-width:100%}.page-heading,.page-header{gap:14px;flex-wrap:wrap}.page-heading>div:first-child,.page-header>div:first-child{min-width:0}.button-group{max-width:100%}.panel{max-width:100%;overflow:visible}.table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;scrollbar-width:thin}.table-wrap table{min-width:max-content}.table-wrap th:last-child,.table-wrap td:last-child{padding-right:18px}.action-row{flex-wrap:nowrap;min-width:max-content}.table-action{flex:0 0 30px}.sidebar{transition:width .18s ease,min-width .18s ease}.sidebar-brand-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.brand-copy{min-width:0}.sidebar-toggle{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff0f;color:#fff;padding:0}.sidebar-toggle:hover{background:#ffffff1f}.sidebar-user{margin:10px 10px 0;padding:10px;display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff09;min-width:0}.sidebar-user-icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;background:#ffffff17}.sidebar-user-copy{display:flex;flex-direction:column;min-width:0;line-height:1.2}.sidebar-user-copy strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-copy span{margin-top:2px;font-size:9px;color:#ffffff8c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-copy small{margin-top:5px;display:flex;align-items:center;gap:5px;font-size:9px;color:#ffffffb8}.sidebar-user-copy small i{width:6px;height:6px;border-radius:50%;background:#34c759;box-shadow:0 0 0 2px #34c75926}.sidebar.is-collapsed{width:74px;min-width:74px}.sidebar.is-collapsed .brand{padding:16px 10px;justify-content:center}.sidebar.is-collapsed .brand-copy,.sidebar.is-collapsed .sidebar-user-copy,.sidebar.is-collapsed .nav-item span,.sidebar.is-collapsed .nav-group-title,.sidebar.is-collapsed .sidebar-footer{display:none}.sidebar.is-collapsed .sidebar-user{justify-content:center;padding:8px;margin:8px 10px 0}.sidebar.is-collapsed .nav-item{justify-content:center;padding:11px 8px}.sidebar.is-collapsed .nav-group{margin-bottom:3px}.sidebar-collapsed .main-area{width:calc(100% - 74px)}.three-cards-equal{grid-template-columns:repeat(3,minmax(0,1fr))}.description-cell{font-weight:400!important;color:#303b49}.financial-value{font-weight:800}.financial-value.income{color:#217047}.financial-value.expense{color:#a13c3c}.financial-value.transfer{color:#315f9d}.pill.transfer{background:#eaf1fb;color:#315f9d}.transfer-action-note{font-size:10px;color:#8b94a1;white-space:nowrap}.launches-filter{grid-template-columns:minmax(220px,1.5fr) minmax(150px,.72fr) minmax(150px,.72fr) minmax(155px,.72fr) minmax(155px,.72fr) auto}.fiscal-note{margin-bottom:14px;padding:10px 12px;border:1px solid #dbe5ef;border-radius:10px;background:#f7fafc;color:#5d6876;font-size:11px}.fiscal-summary{margin-bottom:14px}.fiscal-table th:not(:first-child),.fiscal-table td:not(:first-child){text-align:right}.prolabore-cell{display:flex;align-items:center;justify-content:flex-end;gap:7px}.table-action.flat{border-color:transparent;background:transparent;color:#718096}.inline-prolabore{display:flex;justify-content:flex-end;align-items:center;gap:5px;min-width:200px}.inline-prolabore input{width:110px;min-height:32px;border:1px solid #dce1e8;border-radius:7px;padding:5px 8px;text-align:right}@media(max-width:1200px){.three-cards-equal,.launches-filter{grid-template-columns:repeat(3,minmax(0,1fr))}.launches-filter .search-field{grid-column:span 2}}@media(max-width:900px){.main-area,.sidebar-collapsed .main-area{width:calc(100% - 72px)}.sidebar.is-collapsed,.sidebar{width:72px;min-width:72px}.sidebar-brand-row{justify-content:center}.sidebar-toggle,.sidebar-user-copy{display:none}.sidebar-user{justify-content:center;padding:8px;margin:8px 10px 0}.three-cards-equal{grid-template-columns:1fr}}@media(max-width:800px){.topbar{height:auto;min-height:62px;padding-top:8px;padding-bottom:8px;flex-wrap:wrap}.topbar-actions{max-width:100%;margin-left:auto;flex-wrap:wrap;justify-content:flex-end}.launches-filter{grid-template-columns:1fr 1fr}.launches-filter .search-field{grid-column:span 2}}@media(max-width:560px){.main-area,.sidebar-collapsed .main-area{width:100%}.sidebar-user,.sidebar-toggle{display:none}.content-area{padding:14px}.topbar-actions{width:100%;justify-content:flex-end}.period-select{flex:1;min-width:0}.period-select select{width:100%;max-width:none;min-width:0}.launches-filter{grid-template-columns:1fr}.launches-filter .search-field{grid-column:auto}.page-heading .button-group{width:100%}.page-heading .button-group .button{flex:1 1 auto}}.financial-value{font-weight:400}.launches-summary{margin:0 0 14px}.launch-summary-card{min-width:0}.metric-card-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.metric-card-head span{margin:0}.metric-card-head svg{flex:0 0 auto;opacity:.72}.launch-summary-card strong.summary-value{font-size:20px;font-weight:600}.summary-value.income{color:#217047}.summary-value.expense{color:#a13c3c}.summary-value.transfer{color:#315f9d}.transfer-soft{border-color:#d8e2ef}.transfer-soft strong,.transfer-soft .metric-card-head svg{color:#315f9d}.expense-soft .metric-card-head svg{color:#a13c3c}.income-soft .metric-card-head svg{color:#217047}.result-card .metric-card-head svg{color:#217047}.result-card.negative .metric-card-head svg{color:#a13c3c}.launches-filter input::placeholder{font-size:11px;color:#8a929d}@media(min-width:1101px){.launches-summary.dashboard-cards.four-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.filter-bar input::placeholder,.accounts-filter input::placeholder{font-size:11px;color:#8a929d;font-weight:400}.filter-bar input,.filter-bar select,.accounts-filter input,.accounts-filter select{font-size:12px}.launches-summary,.fiscal-cards{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px}.launch-summary-card .summary-value{display:block;margin:0;font-size:20px;font-weight:400!important;line-height:1.2}.amount,.financial-value{font-weight:400!important}.amount.expense,.financial-value.expense{color:#a13c3c}.amount.income,.financial-value.income{color:#217047}.amount.transfer,.financial-value.transfer{color:#315f9d}.description-cell,tbody td{font-weight:400}.table-wrap{position:relative;overflow-x:auto!important;scrollbar-width:thin}.table-wrap table{min-width:900px}.table-wrap th:last-child,.table-wrap td:last-child{position:sticky;right:0;z-index:2;background:#fff;box-shadow:-8px 0 12px -12px #14213d59}.table-wrap th:last-child{z-index:3;background:#fafbfc}.action-row{display:flex;flex-wrap:nowrap;min-width:max-content;justify-content:flex-start}.balance-strip-wrap{display:flex;flex-direction:column;gap:8px}.balance-strip-line{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto minmax(120px,auto);align-items:center;overflow:visible}.balance-chips{display:flex;gap:8px;flex-wrap:wrap;min-width:0}.balance-chip{white-space:nowrap}.page-heading-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.split-action{position:relative}.split-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:160px;padding:6px;background:#fff;border:1px solid #e2e6ec;border-radius:10px;box-shadow:0 12px 28px #14213d24;z-index:30}.split-menu button{display:block;width:100%;border:0;background:transparent;text-align:left;padding:9px 10px;border-radius:7px;font-size:12px;cursor:pointer}.split-menu button:hover{background:#f3f5f8}@media(max-width:1200px){.launches-summary,.fiscal-cards{grid-template-columns:repeat(4,minmax(150px,1fr))!important;overflow-x:auto;padding-bottom:4px}.launch-summary-card,.fiscal-cards .metric-card{min-width:150px}.balance-strip-line{grid-template-columns:auto minmax(0,1fr) auto}.balance-total{grid-column:auto}}@media(max-width:760px){.launches-summary,.fiscal-cards{grid-template-columns:repeat(4,minmax(180px,1fr))!important}.balance-strip-line{display:flex;flex-wrap:wrap}.balance-chips{width:100%;order:2}.balance-equals,.balance-total{order:3}}.fiscal-summary{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}@media(max-width:760px){.fiscal-summary{grid-template-columns:repeat(4,minmax(180px,1fr))!important;overflow-x:auto}}.financial-summary .metric-card strong{font-weight:400}.dashboard-cards{display:grid!important;gap:14px;margin-bottom:18px}.dashboard-cards.four-cards{grid-template-columns:repeat(4,minmax(0,1fr))!important}.dashboard-cards.three-cards-equal{grid-template-columns:repeat(3,minmax(0,1fr))!important}.dashboard-transfer-value{color:#315f9d!important;font-weight:600}.launches-table-wrap{width:100%;max-width:100%;overflow-x:auto!important}.launches-table{width:100%;min-width:1000px!important;table-layout:fixed}.launches-table th,.launches-table td{padding-left:10px;padding-right:10px;overflow:hidden;text-overflow:ellipsis}.launches-table th:nth-child(1),.launches-table td:nth-child(1){width:9%;min-width:92px}.launches-table th:nth-child(2),.launches-table td:nth-child(2){width:25%;min-width:180px}.launches-table th:nth-child(3),.launches-table td:nth-child(3){width:10%;min-width:105px}.launches-table th:nth-child(4),.launches-table td:nth-child(4){width:12%;min-width:120px}.launches-table th:nth-child(5),.launches-table td:nth-child(5){width:11%;min-width:112px}.launches-table th:nth-child(6),.launches-table td:nth-child(6),.launches-table th:nth-child(7),.launches-table td:nth-child(7){width:11%;min-width:118px;text-align:right}.launches-table th:nth-child(8),.launches-table td:nth-child(8){width:14%;min-width:164px;overflow:visible}.launches-table .description-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.launches-table .financial-value{display:table-cell!important;visibility:visible!important;opacity:1!important;white-space:nowrap;overflow:visible;text-overflow:clip}.launches-table .action-row{gap:5px;min-width:0}.launches-table .table-action{width:28px;height:28px;flex:0 0 28px}@media(min-width:901px){.launches-table th:nth-child(6),.launches-table td:nth-child(6),.launches-table th:nth-child(7),.launches-table td:nth-child(7){display:table-cell!important}}@media(max-width:1100px){.launches-table{min-width:1040px!important}}.plan-grid-responsive{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}.plan-grid-responsive>.panel{min-width:0}.plan-table-wrap table{min-width:560px}.recurrence-summary .metric-card strong{font-weight:600}@media(max-width:1250px){.dashboard-cards.four-cards{grid-template-columns:repeat(4,minmax(180px,1fr))!important;overflow-x:auto;padding-bottom:4px}.plan-grid-responsive{grid-template-columns:1fr}}@media(max-width:760px){.dashboard-cards.four-cards{grid-template-columns:repeat(4,minmax(210px,1fr))!important}}.launches-summary .summary-value,.financial-summary .metric-card strong{font-weight:700!important}.money-input{position:relative;margin-top:6px}.money-input-field{display:flex;align-items:stretch}.form-grid .money-input-field input{margin-top:0!important;border-radius:8px 0 0 8px!important}.money-calc-trigger{width:42px;flex:0 0 42px;border:1px solid #dce1e8;border-left:0;border-radius:0 8px 8px 0;background:#f7f8fa;color:#46515f;display:grid;place-items:center}.money-calc-trigger:hover{background:#eef1f5}.money-calculator{position:absolute;z-index:60;top:calc(100% + 6px);right:0;width:260px;padding:10px;background:#fff;border:1px solid #dfe3ea;border-radius:12px;box-shadow:0 16px 38px #14213d2e}.form-grid .money-expression{margin:0 0 8px!important;text-align:right;font-size:16px;font-weight:700}.money-calc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.money-calc-grid button{min-height:38px;border:1px solid #e1e5eb;border-radius:8px;background:#f8f9fb;color:#2d3948;font-weight:700}.money-calc-grid button:hover{background:#eef1f5}.money-calc-grid .calc-clear{grid-column:span 1;color:#9a3b3b}.money-calc-grid .calc-equal{grid-column:span 3;background:#14213d;color:#fff;display:flex;align-items:center;justify-content:center;gap:5px}.money-calc-help,.money-calc-error,.field-help{display:block;margin-top:7px;font-size:10px;font-weight:400;color:#7b8490}.money-calc-error{color:#a13c3c}@media(max-width:560px){.money-calculator{position:fixed;left:14px;right:14px;bottom:78px;top:auto;width:auto}}.launches-table-wrap{overflow-x:auto!important;scrollbar-gutter:stable}.launches-table{min-width:1120px!important;table-layout:fixed}.launches-table th:nth-child(6),.launches-table td:nth-child(6),.launches-table th:nth-child(7),.launches-table td:nth-child(7){width:12%!important;min-width:130px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.launches-table th:nth-child(8),.launches-table td:nth-child(8){width:190px!important;min-width:190px!important}.launches-table th:last-child,.launches-table td:last-child{position:static!important;right:auto!important;z-index:auto!important;box-shadow:none!important}.launches-table .financial-value{display:table-cell!important;visibility:visible!important;opacity:1!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.money-calc-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:12px;font-weight:700;color:#46515f}.money-calc-close{width:28px;height:28px;padding:0;border:0;border-radius:7px;background:transparent;color:#687382;display:grid;place-items:center;cursor:pointer}.money-calc-close:hover{background:#eef1f5;color:#1f2937}@media(min-width:901px){.launches-table-wrap{overflow-x:visible!important}.launches-table{width:100%!important;min-width:0!important;table-layout:fixed!important}.launches-table th,.launches-table td{padding-left:8px!important;padding-right:8px!important}.launches-table th:nth-child(1),.launches-table td:nth-child(1){width:9%!important;min-width:0!important}.launches-table th:nth-child(2),.launches-table td:nth-child(2){width:27%!important;min-width:0!important}.launches-table th:nth-child(3),.launches-table td:nth-child(3){width:9%!important;min-width:0!important}.launches-table th:nth-child(4),.launches-table td:nth-child(4){width:12%!important;min-width:0!important}.launches-table th:nth-child(5),.launches-table td:nth-child(5){width:10%!important;min-width:0!important}.launches-table th:nth-child(6),.launches-table td:nth-child(6),.launches-table th:nth-child(7),.launches-table td:nth-child(7){width:11%!important;min-width:0!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.launches-table th:nth-child(8),.launches-table td:nth-child(8){width:7%!important;min-width:64px!important;overflow:visible!important}.launches-table td:nth-child(3) .pill,.launches-table td:nth-child(5) .pill{font-size:10px!important;padding:5px 8px!important;letter-spacing:.01em}.launches-table th:nth-child(3),.launches-table th:nth-child(5){font-size:12px!important}.launches-table .description-cell,.launches-table td:nth-child(4){white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis!important}}.launch-actions-cell{position:relative;overflow:visible!important;text-align:center}.launch-actions-menu{position:relative;display:inline-flex;justify-content:center}.launch-more-button{width:32px!important;height:30px!important}.launch-actions-dropdown{position:absolute;z-index:80;right:0;top:calc(100% + 6px);width:148px;padding:6px;border:1px solid #dfe4eb;border-radius:10px;background:#fff;box-shadow:0 14px 34px #14213d29;text-align:left}.launch-actions-dropdown button{width:100%;border:0;background:transparent;border-radius:7px;padding:8px 9px;display:flex;align-items:center;gap:8px;color:#394556;font-size:12px;cursor:pointer}.launch-actions-dropdown button:hover{background:#f3f5f8}.launch-actions-dropdown button.danger{color:#a63b3b}@media(max-width:900px){.launches-table-wrap{overflow-x:auto!important}}.launches-table td:nth-child(3){overflow:visible!important}.launches-table td:nth-child(3) .pill{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;max-width:100%!important;min-width:0!important;box-sizing:border-box;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;padding-left:7px!important;padding-right:7px!important;font-size:clamp(8px,.72vw,10px)!important;line-height:1.15!important;letter-spacing:0!important}@media(min-width:901px){.launches-table th:nth-child(3),.launches-table td:nth-child(3){width:10%!important}.launches-table th:nth-child(2),.launches-table td:nth-child(2){width:26%!important}}.launches-filter{width:100%;max-width:100%;box-sizing:border-box;grid-template-columns:minmax(190px,1.45fr) minmax(110px,.78fr) minmax(110px,.78fr) minmax(118px,.82fr) minmax(118px,.82fr) minmax(96px,112px)!important;gap:8px}.launches-filter>*{min-width:0!important;max-width:100%;box-sizing:border-box}.launches-filter .search-field,.launches-filter input,.launches-filter select,.launches-filter .button{width:100%;min-width:0!important;box-sizing:border-box}.launches-filter .button{justify-content:center;white-space:nowrap;padding-left:12px;padding-right:12px}@media(max-width:1350px)and (min-width:801px){.launches-filter{grid-template-columns:repeat(3,minmax(0,1fr))!important}.launches-filter .search-field{grid-column:span 2}}.table-wrap table thead th{text-align:center}.table-wrap tbody td.amount,.table-wrap tbody td.financial-value,.table-wrap tbody td.value-income,.table-wrap tbody td.value-expense{text-align:right!important;font-variant-numeric:tabular-nums}.launches-table tbody td:nth-child(6),.launches-table tbody td:nth-child(7){text-align:right!important;font-variant-numeric:tabular-nums}.table-wrap tbody td.launch-actions-cell{text-align:center!important}.dashboard-pending-table tbody td:nth-child(1),.dashboard-pending-table tbody td:nth-child(3),.dashboard-pending-table tbody td:nth-child(4){text-align:center!important}.financial-summary~.panel .table-wrap table tbody td:nth-child(1),.financial-summary~.panel .table-wrap table tbody td:nth-child(3),.financial-summary~.panel .table-wrap table tbody td:nth-child(4),.financial-summary~.panel .table-wrap table tbody td:nth-child(5){text-align:center!important}.financial-summary~.panel .table-wrap table tbody td:nth-child(6),.financial-summary~.panel .table-wrap table tbody td:nth-child(7){text-align:right!important;font-variant-numeric:tabular-nums}.launches-table tbody td:nth-child(1),.launches-table tbody td:nth-child(3),.launches-table tbody td:nth-child(4),.launches-table tbody td:nth-child(5){text-align:center!important}.transfers-table tbody td:nth-child(1),.transfers-table tbody td:nth-child(2),.transfers-table tbody td:nth-child(3),.transfers-table tbody td:nth-child(5){text-align:center!important}.investments-table tbody td:nth-child(1),.investments-table tbody td:nth-child(2),.investments-table tbody td:nth-child(3),.investments-table tbody td:nth-child(4){text-align:center!important}.investments-table tbody td:nth-child(5){text-align:right!important;font-variant-numeric:tabular-nums}.recurrences-table tbody td:nth-child(2),.recurrences-table tbody td:nth-child(3),.recurrences-table tbody td:nth-child(4),.recurrences-table tbody td:nth-child(6),.recurrences-table tbody td:nth-child(7){text-align:center!important}.cards-grid.cards-4+.panel .table-wrap table tbody td:nth-child(1),.cards-grid.cards-4+.panel .table-wrap table tbody td:nth-child(2),.cards-grid.cards-4+.panel .table-wrap table tbody td:nth-child(3),.cards-grid.cards-4+.panel .table-wrap table tbody td:nth-child(4),.cards-grid.cards-4+.panel .table-wrap table tbody td:nth-child(7){text-align:center!important}.cards-grid.cards-4+.panel .table-wrap table tbody td:nth-child(5),.cards-grid.cards-4+.panel .table-wrap table tbody td:nth-child(6){text-align:right!important;font-variant-numeric:tabular-nums}.reports-table tbody td,.fiscal-table tbody td:first-child{text-align:center!important}.dashboard-pending-table thead th:nth-child(2),.financial-summary~.panel .table-wrap table thead th:nth-child(2),.launches-table thead th:nth-child(2){text-align:left!important}.recurrences-table thead th:nth-child(1){text-align:left!important}.investments-table tbody td:nth-child(6){text-align:center!important}.plan-table-wrap{width:100%;max-width:100%;overflow-x:hidden}.plan-table-wrap table.plan-categories-table,.plan-table-wrap table.plan-subcategories-table{width:100%!important;min-width:0!important;max-width:100%;table-layout:fixed}.plan-categories-table thead th,.plan-categories-table tbody td,.plan-subcategories-table thead th,.plan-subcategories-table tbody td{text-align:center!important;box-sizing:border-box}.plan-categories-table th:nth-child(1),.plan-categories-table td:nth-child(1){width:40%}.plan-categories-table th:nth-child(2),.plan-categories-table td:nth-child(2){width:14%}.plan-categories-table th:nth-child(3),.plan-categories-table td:nth-child(3){width:20%}.plan-categories-table th:nth-child(4),.plan-categories-table td:nth-child(4){width:26%}.plan-subcategories-table th:nth-child(1),.plan-subcategories-table td:nth-child(1){width:30%}.plan-subcategories-table th:nth-child(2),.plan-subcategories-table td:nth-child(2){width:34%}.plan-subcategories-table th:nth-child(3),.plan-subcategories-table td:nth-child(3){width:16%}.plan-subcategories-table th:nth-child(4),.plan-subcategories-table td:nth-child(4){width:20%}.plan-categories-table td:nth-child(3),.plan-subcategories-table td:nth-child(3){overflow:visible;white-space:nowrap}.plan-categories-table .action-row,.plan-subcategories-table .action-row{justify-content:center;flex-wrap:nowrap;min-width:0}.plan-categories-table td,.plan-subcategories-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-categories-table td:nth-child(3),.plan-categories-table td:nth-child(4),.plan-subcategories-table td:nth-child(3),.plan-subcategories-table td:nth-child(4){overflow:visible;text-overflow:clip}@media(max-width:1400px){.plan-grid-responsive{grid-template-columns:1fr!important}}.management-grid{grid-template-columns:minmax(0,1.65fr) minmax(360px,1fr);align-items:start}.management-grid>.panel{min-width:0}.reports-table{width:100%!important;min-width:0!important;max-width:100%;table-layout:fixed}.reports-table th,.reports-table td{box-sizing:border-box;text-align:center!important;white-space:nowrap}.reports-table th:nth-child(1),.reports-table td:nth-child(1){width:18%}.reports-table th:nth-child(2),.reports-table td:nth-child(2){width:27%}.reports-table th:nth-child(3),.reports-table td:nth-child(3){width:27%}.reports-table th:nth-child(4),.reports-table td:nth-child(4){width:28%}.reports-table tbody td.value-income,.reports-table tbody td.value-expense{text-align:center!important}.management-grid .ranking-row{grid-template-columns:minmax(0,1fr) minmax(145px,auto);gap:12px;align-items:center}.management-grid .ranking-row>span,.management-grid .ranking-row>strong{text-align:center!important}.management-grid .ranking-row>strong{white-space:nowrap}@media(max-width:1280px){.management-grid{grid-template-columns:1fr}}.management-grid .ranking-row{padding-left:22px;padding-right:22px;box-sizing:border-box}.management-grid .ranking-row>span{padding-left:2px}.management-grid .ranking-row>strong{padding-right:2px}.confirm-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0f172a7a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:24px}.confirm-dialog{position:relative;width:min(460px,100%);background:#fff;border:1px solid #e6eaf0;border-radius:16px;box-shadow:0 24px 70px #0f172a38;padding:28px;animation:confirm-dialog-in .16s ease-out}.confirm-dialog-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;border-radius:8px;background:transparent;color:#7a8492;display:grid;place-items:center}.confirm-dialog-close:hover{background:#f3f5f8;color:#1c2533}.confirm-dialog-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px;background:#f1f4f8;color:#667085}.confirm-dialog-icon.danger{background:#fff0f0;color:#b42318}.confirm-dialog-content h3{margin:0 42px 8px 0;font-size:19px;line-height:1.25;color:#172033}.confirm-dialog-content p{margin:0;color:#667085;font-size:14px;line-height:1.55}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:26px}.button.danger-button{background:#b42318;color:#fff;border-color:#b42318}.button.danger-button:hover:not(:disabled){filter:brightness(.96)}@keyframes confirm-dialog-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.confirm-dialog{padding:24px 20px 20px;border-radius:14px}.confirm-dialog-actions{flex-direction:column-reverse}.confirm-dialog-actions .button{width:100%;justify-content:center}}.topbar-left{display:flex;align-items:center;gap:10px;min-width:0}.mobile-menu-button,.sidebar-mobile-close,.sidebar-mobile-overlay{display:none}@media(max-width:1024px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body.mobile-menu-open{overflow:hidden}.app-shell,.app-shell.sidebar-collapsed{width:100%;min-width:0}.main-area,.sidebar-collapsed .main-area{width:100%!important;max-width:100%;padding-bottom:0!important}.sidebar,.sidebar.is-collapsed{position:fixed!important;top:0!important;left:0!important;bottom:0!important;z-index:1201!important;width:min(300px,86vw)!important;min-width:min(300px,86vw)!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;transform:translate(-105%);transition:transform .22s ease!important;box-shadow:18px 0 42px #0f172a3d}.sidebar.mobile-open,.sidebar.is-collapsed.mobile-open{transform:translate(0)}.sidebar-mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;border:0;padding:0;margin:0;background:#0f172a7a;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.sidebar-mobile-overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto}.sidebar .brand,.sidebar.is-collapsed .brand{display:flex!important;padding:20px 18px 16px!important;text-align:left!important;justify-content:space-between!important;align-items:flex-start!important}.sidebar .brand-copy,.sidebar.is-collapsed .brand-copy{display:block!important}.sidebar .brand-title,.sidebar.is-collapsed .brand-title{font-size:16px!important}.sidebar .brand-title:after,.sidebar.is-collapsed .brand-title:after{content:none!important}.sidebar .brand-subtitle,.sidebar.is-collapsed .brand-subtitle{display:block!important}.sidebar-toggle{display:none!important}.sidebar-mobile-close{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:#ffffff0f;color:#fff;padding:0}.sidebar .sidebar-user,.sidebar.is-collapsed .sidebar-user{display:flex!important;justify-content:flex-start!important;padding:10px!important;margin:10px 10px 0!important}.sidebar .sidebar-user-copy,.sidebar.is-collapsed .sidebar-user-copy{display:flex!important}.sidebar .nav-list,.sidebar.is-collapsed .nav-list{display:block!important;padding:12px 10px 20px!important;overflow-y:auto!important;overflow-x:hidden!important}.sidebar .nav-group,.sidebar.is-collapsed .nav-group{margin:0 0 11px!important}.sidebar .nav-group-title,.sidebar.is-collapsed .nav-group-title{display:block!important}.sidebar .nav-item,.sidebar.is-collapsed .nav-item{min-width:0!important;justify-content:flex-start!important;padding:11px 12px!important;margin:2px 0!important}.sidebar .nav-item span,.sidebar.is-collapsed .nav-item span{display:inline!important}.sidebar .sidebar-footer,.sidebar.is-collapsed .sidebar-footer{display:block!important}.mobile-menu-button{display:grid!important}.topbar{min-height:60px!important;height:auto!important;padding:8px 16px!important;flex-wrap:nowrap!important;gap:10px}.topbar-left{flex:1 1 auto}.topbar-title{display:block!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-title strong{font-size:14px}.topbar-actions{flex:0 0 auto;width:auto!important;flex-wrap:nowrap!important;margin-left:auto}.period-select span{display:none!important}.period-select select{min-width:145px!important;max-width:190px!important}.content-area{width:100%;max-width:100%;overflow-x:hidden!important;padding:20px!important}.page-heading,.page-header{align-items:flex-start;gap:12px}.page-heading h1,.page-header h1{font-size:23px;line-height:1.2}.cards-grid,.cards-4,.dashboard-cards.four-cards,.operational-cards,.three-cards-equal,.launches-summary,.fiscal-cards,.fiscal-summary,.filter-bar,.accounts-filter,.launches-filter,.investment-filter,.recurrence-filter,.cards-filter{grid-template-columns:repeat(2,minmax(0,1fr))!important}.search-field{grid-column:span 2!important}.management-grid,.plan-grid,.plan-grid-responsive,.settings-grid{grid-template-columns:1fr!important}.table-wrap,.launches-table-wrap,.plan-table-wrap{width:100%;max-width:100%;overflow-x:auto!important;overflow-y:visible;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.table-wrap table,.launches-table-wrap table{min-width:820px}.table-wrap th,.table-wrap td{padding:11px 12px}.table-action{width:36px;height:36px}.modal-backdrop{padding:16px}.modal-card,.modal-wide{width:min(760px,100%);max-height:calc(100dvh - 32px)}.button,.icon-button,.sidebar-mobile-close{min-height:44px}.icon-button{width:44px;height:44px}input,select,textarea,button{touch-action:manipulation}}@media(max-width:640px){.topbar{padding:8px 10px!important}.topbar-left{flex:0 0 auto}.topbar-title{display:none!important}.topbar-actions{gap:6px;min-width:0}.period-select{flex:1 1 auto;min-width:0}.period-select select{width:100%;min-width:118px!important;max-width:145px!important;font-size:13px}.content-area{padding:14px!important}.page-heading,.page-header{margin-bottom:16px}.page-heading h1,.page-header h1{font-size:21px}.page-heading p,.page-header p{font-size:12px;line-height:1.45}.page-heading .button-group,.page-header .button-group{width:100%;display:grid;grid-template-columns:1fr}.page-heading .button-group .button,.page-header .button-group .button{width:100%}.cards-grid,.cards-4,.dashboard-cards.four-cards,.operational-cards,.three-cards-equal,.launches-summary,.fiscal-cards,.fiscal-summary,.credit-card-grid{grid-template-columns:1fr!important}.metric-card{padding:16px}.filter-bar,.accounts-filter,.launches-filter,.investment-filter,.recurrence-filter,.cards-filter{grid-template-columns:1fr!important}.search-field,.launches-filter .search-field,.accounts-filter .search-field{grid-column:auto!important}.form-grid.two,.form-grid.three,.form-grid{grid-template-columns:1fr!important}.span-2,.span-3{grid-column:auto!important}.form-grid input:not([type=checkbox]),.form-grid select,.form-grid textarea,.filter-bar input,.filter-bar select,.accounts-filter input,.accounts-filter select{font-size:16px!important;min-height:44px}.panel-header{padding:14px;gap:10px;flex-wrap:wrap;align-items:flex-start}.panel-header>*{min-width:0}.table-wrap table,.launches-table-wrap table{min-width:760px}.table-wrap th,.table-wrap td{padding:10px 11px;font-size:11px}.action-row{gap:5px}.table-action{width:38px;height:38px;flex-basis:38px}.modal-backdrop{padding:0!important;align-items:end!important;place-items:end stretch!important}.modal-card,.modal-wide{width:100%!important;max-width:100%!important;max-height:94dvh!important;border-radius:16px 16px 0 0!important}.modal-header,.modal-body{padding:16px!important}.modal-actions{position:sticky;bottom:0;z-index:2;background:#fff;margin:18px -16px -16px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));flex-direction:column-reverse}.modal-actions .button{width:100%;min-height:46px}.attachment-item{grid-template-columns:auto minmax(0,1fr)}.attachment-item>:last-child{grid-column:1 / -1;justify-self:stretch}.confirm-dialog-backdrop{padding:12px;align-items:flex-end}.confirm-dialog{width:100%;max-width:none;border-radius:16px}}@media(pointer:coarse){.nav-item{min-height:44px}.table-action,.icon-button{min-width:44px;min-height:44px}.button{min-height:44px}}.password-field{position:relative;width:100%}.password-field input{width:100%;padding-right:52px!important}.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:#667085;cursor:pointer}.password-toggle:hover{background:#f2f4f7;color:#172033}.password-toggle:focus-visible{outline:2px solid #14213d;outline-offset:1px}@media(max-width:1024px){*,*:before,*:after{box-sizing:border-box}html,body,#root,.app-shell,.main-area{width:100%!important;max-width:100%!important;min-width:0!important}body{overflow-x:hidden!important}.content-area{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.content-area>*,.page,.content-area>section,.panel,.management-grid,.plan-grid-responsive{min-width:0!important;max-width:100%!important}.panel{width:100%}.table-wrap,.launches-table-wrap,.plan-table-wrap{display:block;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch;contain:inline-size}.table-wrap table,.launches-table-wrap table{width:max-content!important;max-width:none!important;min-width:680px!important;table-layout:auto!important}.table-wrap th:last-child,.table-wrap td:last-child{position:static!important;box-shadow:none!important}.action-row{min-width:0!important}.page-heading,.page-header{display:flex;flex-wrap:wrap;width:100%}.page-heading>div:first-child,.page-header>div:first-child{flex:1 1 240px}.page-heading>.button,.page-header>.button{flex:0 0 auto}.balance-strip{max-width:100%}}@media(max-width:640px){.login-page{min-height:100dvh;padding:18px 14px;align-items:center}.login-card{width:100%;max-width:420px;padding:28px 22px 24px;border-radius:20px}.login-logo{width:72px;height:72px;border-radius:18px;font-size:28px}.login-card h1{margin:22px 0 26px;font-size:30px;line-height:1.08}.login-card label{margin-top:14px}.login-card input{min-height:50px;font-size:16px}.login-card .primary-button{min-height:52px;margin-top:20px}.password-toggle{width:44px;height:44px}.topbar{min-height:58px!important;padding:7px 10px!important;position:sticky;top:0;z-index:50}.topbar-actions{flex:1 1 auto;justify-content:flex-end}.period-select{flex:0 1 150px!important}.period-select select{min-width:0!important;width:100%!important;max-width:150px!important;height:42px}.icon-button,.mobile-menu-button{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}.content-area{padding:12px!important}.page-heading,.page-header{gap:10px!important;margin-bottom:14px!important}.page-heading>div:first-child,.page-header>div:first-child{flex-basis:100%}.page-heading h1,.page-header h1{font-size:22px!important;margin-bottom:4px}.page-heading p,.page-header p{margin:0;font-size:12px!important}.page-heading>.button,.page-header>.button{width:100%;justify-content:center;min-height:44px}.cards-grid,.dashboard-cards,.operational-cards,.launches-summary,.fiscal-summary,.management-summary,.investment-summary{gap:8px!important}.metric-card{min-height:0!important;padding:13px 14px!important;border-radius:11px}.metric-card span{font-size:11px}.metric-card strong,.summary-value{font-size:20px!important;line-height:1.15}.metric-card small{margin-top:4px}.panel{border-radius:11px;overflow:hidden}.panel-header{padding:12px!important}.panel-header h2{font-size:15px}.panel-header span{font-size:10px}.filter-bar,.accounts-filter,.launches-filter,.investment-filter,.recurrence-filter,.cards-filter{gap:8px!important;padding:10px!important}.filter-bar .button,.accounts-filter .button,.launches-filter .button,.investment-filter .button,.recurrence-filter .button,.cards-filter .button{width:100%;justify-content:center}.table-wrap,.launches-table-wrap,.plan-table-wrap{max-width:calc(100vw - 24px)!important;border-radius:0 0 10px 10px}.table-wrap table,.launches-table-wrap table{min-width:620px!important;font-size:12px}.table-wrap th,.table-wrap td{padding:9px 10px!important;font-size:11.5px!important;white-space:nowrap}.table-wrap td.description-cell{min-width:150px;max-width:220px;white-space:normal;line-height:1.3}.table-action{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}.action-row{gap:4px!important}.balance-strip-wrap{gap:8px}.balance-strip{padding:9px 10px;align-items:flex-start}.balance-strip-line{flex-wrap:nowrap}.balance-strip-label{min-width:86px}.balance-chip,.balance-total{min-width:108px}.management-grid{gap:10px!important}.settings-card{padding:16px!important}.settings-card h2{font-size:17px}.modal-card,.modal-wide{max-height:96dvh!important}.modal-body{overflow-y:auto}.modal-actions{gap:8px}}@media(max-width:390px){.content-area{padding:10px!important}.period-select{flex-basis:126px!important}.period-select select{max-width:126px!important;font-size:12px;padding-left:8px}.metric-card strong,.summary-value{font-size:19px!important}.table-wrap,.launches-table-wrap,.plan-table-wrap{max-width:calc(100vw - 20px)!important}}.finpro-sidebar-brand{display:flex;align-items:center;gap:10px;min-width:0}.sidebar-brand-mark{width:38px;height:38px;object-fit:contain;flex:0 0 38px;filter:drop-shadow(0 2px 5px rgba(0,0,0,.22))}.sidebar-brand-text{min-width:0}.finpro-sidebar-brand .brand-title{font-size:19px;line-height:1;letter-spacing:0;text-transform:none}.finpro-sidebar-brand .brand-subtitle{margin-top:4px;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.finpro-topbar-title{display:flex;align-items:center;gap:8px}.finpro-topbar-title img{width:26px;height:26px;object-fit:contain}.finpro-topbar-title strong{letter-spacing:-.01em}.login-brand{display:flex;align-items:center;gap:14px;margin-bottom:24px}.login-brand-mark{width:76px;height:76px;object-fit:contain;flex:0 0 76px;filter:drop-shadow(0 5px 10px rgba(20,33,61,.16))}.login-brand-copy h1{margin:0;font-size:30px;line-height:1;letter-spacing:-.03em}.login-brand-copy span{display:block;margin-top:5px;color:#7d8795;font-size:12px;letter-spacing:.09em;text-transform:uppercase}.login-logo{display:none!important}@media(max-width:1024px){.sidebar .finpro-sidebar-brand .brand-title,.sidebar.is-collapsed .finpro-sidebar-brand .brand-title{font-size:19px!important}.sidebar .finpro-sidebar-brand .brand-title:after,.sidebar.is-collapsed .finpro-sidebar-brand .brand-title:after{content:none!important}.sidebar .finpro-sidebar-brand .brand-subtitle,.sidebar.is-collapsed .finpro-sidebar-brand .brand-subtitle{display:block!important}}@media(max-width:560px){.login-brand{gap:12px;margin-bottom:20px}.login-brand-mark{width:62px;height:62px;flex-basis:62px}.login-brand-copy h1{font-size:27px}.login-brand-copy span{font-size:10px}.finpro-topbar-title img{width:24px;height:24px}}.ff-sidebar-brand{display:flex;align-items:center;gap:10px;min-width:0}.ff-sidebar-mark{width:42px;height:42px;object-fit:contain;flex:0 0 42px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.22))}.ff-sidebar-brand .brand-title{font-size:13px;line-height:1.15;letter-spacing:.065em;text-transform:uppercase;white-space:normal}.ff-sidebar-brand .brand-subtitle{margin-top:4px;font-size:9px;letter-spacing:.11em;text-transform:none;opacity:.72}.ff-topbar-title img{width:28px;height:28px;object-fit:contain}.ff-topbar-title strong{letter-spacing:-.01em}.ff-login-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;margin-bottom:26px}.ff-login-mark{width:116px;height:100px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 7px 14px rgba(20,33,61,.18))}.ff-login-brand .login-brand-copy h1{margin:0;font-size:28px;line-height:1.1;letter-spacing:-.025em}.ff-login-brand .login-brand-copy span{display:none}.finpro-sidebar-brand,.finpro-topbar-title{all:unset}@media(max-width:1024px){.sidebar .ff-sidebar-brand .brand-title,.sidebar.is-collapsed .ff-sidebar-brand .brand-title{font-size:13px!important}.sidebar .ff-sidebar-brand .brand-title:after,.sidebar.is-collapsed .ff-sidebar-brand .brand-title:after{content:none!important}.sidebar .ff-sidebar-brand .brand-subtitle,.sidebar.is-collapsed .ff-sidebar-brand .brand-subtitle{display:block!important}}@media(max-width:560px){.ff-login-mark{width:102px;height:88px}.ff-login-brand .login-brand-copy h1{font-size:25px}.ff-topbar-title img{width:25px;height:25px}.ff-topbar-title strong{font-size:14px}}.ff-sidebar-brand{display:flex;align-items:center;justify-content:center;width:100%;min-width:0}.ff-sidebar-logo{display:block;width:min(178px,100%);max-height:76px;object-fit:contain;background:transparent!important}.ff-topbar-title{display:flex;align-items:center;gap:9px}.ff-topbar-title img{width:29px;height:29px;object-fit:contain;background:transparent!important}.ff-login-brand{display:flex;justify-content:center;align-items:center;margin-bottom:24px}.ff-login-logo{display:block;width:min(330px,88%);max-height:190px;object-fit:contain;background:transparent!important}@media(max-width:1024px){.ff-sidebar-logo{width:min(190px,100%);max-height:82px}}@media(max-width:560px){.ff-login-logo{width:min(285px,92%);max-height:165px}.ff-topbar-title img{width:25px;height:25px}.ff-topbar-title strong{font-size:14px}}.ff-topbar-title img{object-fit:contain!important;padding:1px;box-sizing:border-box}.sidebar-brand .ff-sidebar-logo,.ff-sidebar-brand .ff-sidebar-logo{width:min(100%,330px)!important;max-width:330px!important;height:auto!important;object-fit:contain!important;display:block;margin:0 auto}.sidebar-brand,.ff-sidebar-brand{overflow:visible!important}.login-page,.login-shell,.auth-page{background:#17233f!important;min-height:100dvh}.login-card,.auth-card{background:#17233f!important;border:1px solid rgba(160,178,215,.28)!important;box-shadow:0 24px 70px #0000004d!important;color:#f7f9ff!important}.login-card label,.auth-card label{color:#f7f9ff!important}.login-card input,.auth-card input{background:#ffffff0b!important;color:#f7f9ff!important;border-color:#a0b2d766!important}.login-card input::placeholder,.auth-card input::placeholder{color:#e1e7f49e!important}.login-card .password-toggle,.auth-card .password-toggle{color:#c5cede!important}.login-card .login-footer,.auth-card .login-footer{color:#aeb9ce!important}@media(max-width:1024px){.sidebar-brand .ff-sidebar-logo,.ff-sidebar-brand .ff-sidebar-logo{width:min(82vw,320px)!important;max-width:320px!important}}@media(max-width:560px){.login-card,.auth-card{width:calc(100% - 24px)!important;max-width:100%!important;margin:12px!important;padding:28px 20px!important}}.sidebar .sidebar-brand-row{position:relative!important;display:block!important;padding:24px 14px 26px!important;min-height:205px}.sidebar .ff-sidebar-logo{width:222px!important;max-width:calc(100% - 8px)!important;height:auto!important;max-height:none!important;object-fit:contain!important;display:block!important;margin:0 auto!important}.sidebar .sidebar-brand-row .sidebar-toggle{position:absolute!important;top:24px!important;right:14px!important;z-index:3}.sidebar.is-collapsed .sidebar-brand-row{min-height:64px;padding:16px 10px!important}.sidebar.is-collapsed .sidebar-brand-row .sidebar-toggle{position:static!important;margin:0 auto}.login-card .primary-button{background:#fff!important;color:#0d6efd!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:0 8px 24px #0053ff29!important;font-weight:800!important;transition:background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease!important}.login-card .primary-button:hover:not(:disabled){background:#f2f7ff!important;color:#075bd8!important;box-shadow:0 10px 28px #0053ff3d!important;transform:translateY(-1px)}.login-card .primary-button:active:not(:disabled){transform:translateY(0)}.login-card .primary-button:focus-visible{outline:3px solid rgba(58,145,255,.42)!important;outline-offset:2px}.login-card .primary-button:disabled{background:#ffffffc7!important;color:#0d6efdad!important}@media(max-width:1024px){.sidebar:not(.is-collapsed) .sidebar-brand-row{min-height:210px;padding:22px 16px 26px!important}.sidebar:not(.is-collapsed) .ff-sidebar-logo{width:min(225px,calc(100% - 8px))!important}.sidebar:not(.is-collapsed) .sidebar-brand-row .sidebar-toggle{top:22px!important;right:16px!important}}.sidebar .sidebar-brand-row{position:relative!important;display:block!important;min-height:178px!important;padding:20px 14px 22px!important}.sidebar .ff-sidebar-brand{width:100%!important;max-width:none!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;padding:0 4px!important}.sidebar .ff-sidebar-logo{width:190px!important;max-width:calc(100% - 18px)!important;height:auto!important;max-height:none!important;object-fit:contain!important;display:block!important;margin:0 auto!important}.sidebar .ff-sidebar-mark-compact{display:none!important}.sidebar .sidebar-brand-row .sidebar-toggle{position:absolute!important;top:20px!important;right:14px!important;z-index:3;background:transparent!important;border-color:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.sidebar .sidebar-brand-row .sidebar-toggle:hover,.sidebar .sidebar-brand-row .sidebar-toggle:focus-visible{background:#ffffff0f!important;border-color:transparent!important;box-shadow:none!important}.sidebar.is-collapsed .sidebar-brand-row{min-height:112px!important;padding:14px 8px 10px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important}.sidebar.is-collapsed .ff-sidebar-brand{display:none!important}.sidebar.is-collapsed .ff-sidebar-mark-compact{display:flex!important;width:52px!important;height:52px!important;align-items:center!important;justify-content:center!important;flex:0 0 52px!important}.sidebar.is-collapsed .ff-sidebar-mark-compact img{display:block!important;width:48px!important;height:48px!important;object-fit:contain!important;background:transparent!important}.sidebar.is-collapsed .sidebar-brand-row .sidebar-toggle{position:static!important;margin:0 auto!important;width:40px!important;height:40px!important;flex:0 0 40px!important}@media(max-width:1024px){.sidebar:not(.is-collapsed) .sidebar-brand-row{min-height:182px!important;padding:20px 16px 22px!important}.sidebar:not(.is-collapsed) .ff-sidebar-logo{width:min(192px,calc(100% - 18px))!important}.sidebar:not(.is-collapsed) .sidebar-brand-row .sidebar-toggle{top:20px!important;right:16px!important}}.login-card .primary-button,.auth-card .primary-button{background:#f3f4f6!important;color:#17233f!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 7px 20px #00000029!important;font-weight:800!important}.login-card .primary-button:hover:not(:disabled),.auth-card .primary-button:hover:not(:disabled){background:#fff!important;color:#17233f!important;border-color:#ffffffeb!important;box-shadow:0 9px 24px #0003!important;transform:translateY(-1px)}.login-card .primary-button:active:not(:disabled),.auth-card .primary-button:active:not(:disabled){background:#e8ebf0!important;transform:translateY(0)}.login-card .primary-button:focus-visible,.auth-card .primary-button:focus-visible{outline:3px solid rgba(133,181,255,.48)!important;outline-offset:2px}.login-card .primary-button:disabled,.auth-card .primary-button:disabled{background:#f3f4f6ad!important;color:#17233f94!important;box-shadow:none!important}.sidebar .sidebar-brand-row{min-height:164px!important;padding:18px 14px!important}.sidebar .ff-sidebar-logo{width:170px!important;max-width:calc(100% - 22px)!important;height:auto!important;max-height:none!important;object-fit:contain!important;margin:0 auto!important}.sidebar .sidebar-toggle,.sidebar .sidebar-brand-row .sidebar-toggle,.sidebar button.sidebar-toggle{background:transparent!important;background-color:transparent!important;background-image:none!important;border:0!important;border-color:transparent!important;box-shadow:none!important;outline:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.sidebar .sidebar-toggle:before,.sidebar .sidebar-toggle:after,.sidebar .sidebar-brand-row .sidebar-toggle:before,.sidebar .sidebar-brand-row .sidebar-toggle:after{content:none!important;display:none!important;background:transparent!important;box-shadow:none!important}.sidebar .sidebar-toggle:hover,.sidebar .sidebar-toggle:focus,.sidebar .sidebar-toggle:focus-visible{background:transparent!important;background-color:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;opacity:.86}.sidebar .sidebar-brand-row .sidebar-toggle{top:18px!important;right:14px!important}.sidebar.is-collapsed .sidebar-brand-row{min-height:108px!important}.login-card .primary-button,.auth-card .primary-button{color:#1f2a49!important}.login-card .primary-button:hover:not(:disabled),.auth-card .primary-button:hover:not(:disabled),.login-card .primary-button:active:not(:disabled),.auth-card .primary-button:active:not(:disabled){color:#1f2a49!important}@media(max-width:1024px){.sidebar:not(.is-collapsed) .sidebar-brand-row{min-height:168px!important;padding:18px 16px!important}.sidebar:not(.is-collapsed) .ff-sidebar-logo{width:min(172px,calc(100% - 22px))!important}.sidebar:not(.is-collapsed) .sidebar-brand-row .sidebar-toggle{top:18px!important;right:16px!important}}.sidebar .sidebar-footer-user{padding:10px!important;border-top:1px solid rgba(255,255,255,.08)!important;opacity:1!important}.sidebar .sidebar-footer-user .sidebar-user{margin:0!important;width:100%!important;box-sizing:border-box!important}.sidebar.is-collapsed .sidebar-footer-user{display:block!important;padding:8px 10px!important}.sidebar.is-collapsed .sidebar-footer-user .sidebar-user{margin:0!important;justify-content:center!important;padding:8px!important}.sidebar.is-collapsed .sidebar-footer-user .sidebar-user-copy{display:none!important}@media(max-width:1024px){.sidebar.mobile-open .sidebar-footer-user{display:block!important}.sidebar.mobile-open .sidebar-footer-user .sidebar-user-copy{display:flex!important}}@media(max-width:640px){html,body,#root{min-width:0!important;width:100%!important;overflow-x:hidden!important}.app-shell,.main-area,.content-area{min-width:0!important;width:100%!important;max-width:100%!important}.topbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;min-height:56px!important;padding:6px 8px!important}.topbar-left{flex:0 0 40px!important;width:40px!important;min-width:40px!important}.mobile-menu-button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}.topbar-title{display:none!important}.topbar-actions{display:grid!important;grid-template-columns:minmax(0,1fr) 40px 40px!important;align-items:center!important;gap:6px!important;flex:1 1 auto!important;width:auto!important;min-width:0!important}.period-select{display:block!important;width:100%!important;min-width:0!important}.period-select span{display:none!important}.period-select select{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;padding:0 28px 0 9px!important;font-size:12px!important}.topbar-actions .icon-button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}.content-area{padding:10px!important;overflow-x:hidden!important}.page-heading,.page-header{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-bottom:12px!important}.page-heading h1,.page-header h1{font-size:20px!important;line-height:1.15!important;margin:0 0 3px!important}.page-heading p,.page-header p{font-size:11.5px!important;line-height:1.35!important;margin:0!important}.page-heading>.button,.page-header>.button,.page-heading .button-group,.page-header .button-group{width:100%!important}.page-heading>.button,.page-header>.button,.page-heading .button-group .button,.page-header .button-group .button{min-height:42px!important;justify-content:center!important}.cards-grid,.cards-grid.cards-4,.dashboard-cards,.dashboard-cards.four-cards,.dashboard-cards.three-cards-equal,.operational-cards,.three-cards-equal,.launches-summary,.fiscal-cards,.fiscal-summary,.management-summary,.investment-summary,.recurrence-summary,.credit-card-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:7px!important;width:100%!important}.metric-card{width:100%!important;min-width:0!important;min-height:0!important;padding:11px 12px!important;border-radius:10px!important}.metric-card-head{margin-bottom:5px!important}.metric-card span{font-size:10.5px!important;line-height:1.2!important}.metric-card strong,.metric-card .summary-value{max-width:100%!important;font-size:18px!important;line-height:1.15!important;overflow-wrap:anywhere}.metric-card .metric-text{font-size:16px!important}.metric-card small{font-size:9.5px!important;margin-top:3px!important}.dashboard-section-title{margin:12px 0 6px!important;font-size:11px!important}.balance-strip-wrap{display:grid!important;gap:7px!important;width:100%!important;min-width:0!important}.balance-strip.balance-strip-line{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:100%!important;min-width:0!important;padding:10px!important;align-items:stretch!important}.balance-strip-label{min-width:0!important;width:auto!important;font-size:11px!important;font-weight:800!important}.balance-chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:100%!important;min-width:0!important}.balance-chip{display:flex!important;flex-direction:column!important;min-width:0!important;width:100%!important;padding:8px 9px!important}.balance-chip small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.balance-chip strong{display:block!important;max-width:100%!important;font-size:13px!important;white-space:nowrap!important}.balance-equals{display:none!important}.balance-total{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;width:100%!important;min-width:0!important;padding:9px 10px!important}.balance-total strong{font-size:15px!important;white-space:nowrap!important}.filter-bar,.accounts-filter,.launches-filter,.investment-filter,.recurrence-filter,.cards-filter{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:7px!important;width:100%!important;min-width:0!important;padding:9px!important}.search-field{grid-column:auto!important}.filter-bar input,.filter-bar select,.accounts-filter input,.accounts-filter select,.launches-filter input,.launches-filter select,.investment-filter input,.investment-filter select,.recurrence-filter input,.recurrence-filter select,.cards-filter input,.cards-filter select,.form-grid input:not([type=checkbox]),.form-grid select,.form-grid textarea{width:100%!important;min-width:0!important;min-height:43px!important;font-size:16px!important}.panel{width:100%!important;min-width:0!important;border-radius:10px!important;overflow:hidden!important}.panel-header{padding:10px!important;gap:6px!important}.panel-header h2{font-size:14px!important;line-height:1.2!important}.panel-header span{font-size:9.5px!important;line-height:1.25!important}.table-wrap,.launches-table-wrap,.plan-table-wrap{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;scrollbar-width:thin}.table-wrap table,.launches-table-wrap table,.plan-table-wrap table{width:max-content!important;max-width:none!important;min-width:650px!important;table-layout:auto!important}.table-wrap th,.table-wrap td,.launches-table-wrap th,.launches-table-wrap td{padding:8px 9px!important;font-size:11px!important;white-space:nowrap}.table-wrap td.description-cell,.launches-table-wrap td.description-cell{min-width:145px!important;max-width:210px!important;white-space:normal!important}.table-action{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}.modal-backdrop{padding:0!important;align-items:flex-end!important}.modal-card,.modal-wide{width:100%!important;max-width:100%!important;max-height:94dvh!important;border-radius:15px 15px 0 0!important}.modal-header,.modal-body{padding:14px!important}.modal-actions{margin:16px -14px -14px!important;padding:12px 14px calc(12px + env(safe-area-inset-bottom))!important}.sidebar.mobile-open{width:min(86vw,310px)!important;max-width:310px!important}.sidebar.mobile-open .nav-item span,.sidebar.mobile-open .nav-group-title,.sidebar.mobile-open .sidebar-user-copy{display:flex!important}}@media(max-width:380px){.content-area{padding:8px!important}.topbar{padding-inline:6px!important;gap:4px!important}.topbar-actions{gap:4px!important;grid-template-columns:minmax(0,1fr) 38px 38px!important}.topbar-actions .icon-button,.mobile-menu-button{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}.balance-chips{grid-template-columns:1fr!important}.metric-card strong,.metric-card .summary-value{font-size:17px!important}}body.privacy-mode .privacy-value,body.privacy-mode .financial-value,body.privacy-mode .amount,body.privacy-mode .summary-value,body.privacy-mode .value-income,body.privacy-mode .value-expense,body.privacy-mode .credit-card-values strong,body.privacy-mode .investment-statement-head strong{filter:blur(7px)!important;-webkit-user-select:none!important;user-select:none!important}body.privacy-mode .privacy-value,body.privacy-mode .financial-value,body.privacy-mode .amount,body.privacy-mode .summary-value,body.privacy-mode .value-income,body.privacy-mode .value-expense,body.privacy-mode .credit-card-values strong,body.privacy-mode .investment-statement-head strong{filter:none!important;color:transparent!important;text-shadow:none!important;font-size:0!important;letter-spacing:0!important;-webkit-user-select:none!important;user-select:none!important;white-space:nowrap!important}body.privacy-mode .privacy-value:after,body.privacy-mode .financial-value:after,body.privacy-mode .amount:after,body.privacy-mode .summary-value:after,body.privacy-mode .value-income:after,body.privacy-mode .value-expense:after,body.privacy-mode .credit-card-values strong:after,body.privacy-mode .investment-statement-head strong:after{content:"••••••••";display:inline-block;color:#7b8498!important;font-size:14px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:2px!important;filter:none!important}body.privacy-mode .metric-card .privacy-value:after,body.privacy-mode .balance-total .privacy-value:after{font-size:16px!important}.mobile-bottom-nav,.mobile-action-sheet,.mobile-sheet-overlay,.mobile-dashboard-heading,.mobile-dashboard-summary{display:none}@media(max-width:640px){body.mobile-sheet-open{overflow:hidden}.main-area{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}.content-area{padding-bottom:16px!important}.mobile-menu-button,.topbar-logout{display:none!important}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1100;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;height:calc(66px + env(safe-area-inset-bottom));padding:5px 6px calc(5px + env(safe-area-inset-bottom));background:#fffffff7;border-top:1px solid #e5e9f0;box-shadow:0 -8px 28px #0f172a14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mobile-bottom-nav>button{min-width:0;height:55px;border:0;background:transparent;color:#788394;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:inherit;font-size:10px;font-weight:700;padding:2px}.mobile-bottom-nav>button.active{color:#14213d}.mobile-bottom-nav>button span{line-height:1}.mobile-bottom-nav .mobile-new-button{position:relative;transform:translateY(-11px);color:#14213d}.mobile-bottom-nav .mobile-new-button>span{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#14213d;color:#fff;box-shadow:0 8px 22px #14213d3d}.mobile-bottom-nav .mobile-new-button em{font-style:normal;font-size:10px;font-weight:800;margin-top:1px}.mobile-sheet-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1150;border:0;background:#0f172a70;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.mobile-action-sheet{display:block;position:fixed;left:0;right:0;bottom:0;z-index:1160;max-height:82dvh;overflow-y:auto;padding:8px 16px calc(18px + env(safe-area-inset-bottom));background:#fff;border-radius:22px 22px 0 0;box-shadow:0 -18px 46px #0f172a2e}.mobile-sheet-handle{width:40px;height:4px;border-radius:99px;background:#d5dae3;margin:2px auto 12px}.mobile-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.mobile-sheet-header>div{display:flex;flex-direction:column;gap:2px}.mobile-sheet-header strong{font-size:18px;color:#172033}.mobile-sheet-header span{font-size:12px;color:#7b8492}.mobile-sheet-close{width:38px;height:38px;border:0;border-radius:11px;display:grid;place-items:center;background:#f2f4f7;color:#3d4858}.mobile-launch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mobile-launch-grid button{min-height:92px;border:1px solid #e7eaf0;border-radius:16px;background:#f9fafc;color:#172033;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:12px;font-weight:800}.mobile-launch-grid button:first-child{color:#a3413c;background:#fff8f7}.mobile-launch-grid button:nth-child(2){color:#2f7a51;background:#f6fbf8}.mobile-launch-grid button:nth-child(3){color:#315f9d;background:#f6f9fd}.mobile-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.mobile-more-grid button{min-width:0;min-height:78px;padding:10px 6px;border:1px solid #e8ebf0;border-radius:14px;background:#fff;color:#465164;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;font:inherit}.mobile-more-grid button span{max-width:100%;font-size:10.5px;line-height:1.2;font-weight:700;text-align:center;overflow-wrap:anywhere}.mobile-more-grid button.is-active{border-color:#bdc8d9;background:#f4f7fb;color:#14213d}.mobile-logout{width:100%;margin-top:12px;min-height:46px;border:0;border-radius:13px;background:#f5f6f8;color:#606a79;display:flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-weight:700}.dashboard-desktop-heading,.dashboard-desktop-content{display:none!important}.mobile-dashboard-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:2px 0 14px}.mobile-dashboard-heading>div{display:flex;flex-direction:column;gap:1px}.mobile-dashboard-heading span{color:#8a93a1;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.mobile-dashboard-heading h1{margin:0;color:#182132;font-size:24px;line-height:1.15;letter-spacing:-.025em}.mobile-dashboard-heading>small{color:#6f7886;font-size:11px;font-weight:700;padding-bottom:3px}.mobile-dashboard-summary{display:block}.mobile-balance-hero{padding:18px;border-radius:18px;background:linear-gradient(145deg,#14213d,#22345a);color:#fff;box-shadow:0 12px 28px #14213d29}.mobile-balance-hero>div{display:flex;align-items:center;justify-content:space-between;color:#ffffffc2}.mobile-balance-hero>div span{font-size:12px;font-weight:700}.mobile-balance-hero>strong{display:block;margin-top:10px;font-size:28px;line-height:1.08;letter-spacing:-.035em}.mobile-balance-hero>small{display:block;margin-top:6px;color:#ffffff9e;font-size:10.5px}.mobile-compact-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:9px}.mobile-compact-grid article{min-width:0;padding:13px 14px;border:1px solid #e8ebf0;border-radius:14px;background:#fff}.mobile-compact-grid article>span{display:block;color:#7f8896;font-size:10.5px;font-weight:700}.mobile-compact-grid article>strong{display:block;margin-top:5px;font-size:17px;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-due-strip{display:flex;flex-direction:column;gap:7px;margin-top:14px}.mobile-due-strip button{width:100%;min-height:56px;padding:9px 11px;border:1px solid #e8ebf0;border-radius:14px;background:#fff;color:#3f4a5c;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;text-align:left;font:inherit}.mobile-due-strip button>span{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-due-strip small{color:#7f8896;font-size:10.5px;font-weight:700}.mobile-due-strip strong{color:#253044;font-size:14px;font-weight:800;white-space:nowrap}.mobile-recent-card{margin-top:14px;border:1px solid #e8ebf0;border-radius:16px;background:#fff;overflow:hidden}.mobile-recent-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;border-bottom:1px solid #eef0f4}.mobile-recent-head>div{display:flex;flex-direction:column;gap:2px}.mobile-recent-head strong{color:#263044;font-size:14px}.mobile-recent-head span{color:#8a93a1;font-size:9.5px}.mobile-recent-head button{border:0;background:transparent;color:#315f9d;font:inherit;font-size:11px;font-weight:800;padding:6px}.mobile-recent-list{display:flex;flex-direction:column}.mobile-recent-list>button{width:100%;min-height:62px;padding:10px 12px;border:0;border-bottom:1px solid #f0f2f5;background:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;font:inherit}.mobile-recent-list>button:last-child{border-bottom:0}.mobile-recent-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center}.mobile-recent-icon.expense{background:#fff2f1;color:#a3413c}.mobile-recent-icon.income{background:#eef9f2;color:#2f7a51}.mobile-recent-main{min-width:0;display:flex;flex-direction:column;gap:3px}.mobile-recent-main strong{color:#273143;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-recent-main small{color:#8992a0;font-size:9.5px}.mobile-recent-value{font-size:11.5px;font-weight:800;white-space:nowrap}.mobile-empty-state{padding:22px 14px;color:#87909d;text-align:center;font-size:12px}}@media(max-width:370px){.mobile-bottom-nav>button{font-size:9px}.mobile-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-launch-grid{gap:7px}.mobile-launch-grid button{min-height:84px;font-size:11px}.mobile-balance-hero>strong{font-size:25px}.mobile-compact-grid article>strong{font-size:15px}}.mobile-only-list{display:none}@media(max-width:640px){.mobile-only-list{display:block}.desktop-list-panel{display:none!important}.mobile-record-list{margin-top:12px;border:1px solid #e7ebf0;border-radius:16px;background:#fff;overflow:hidden}.mobile-record-item{width:100%;min-width:0;min-height:68px;padding:11px 12px;border:0;border-bottom:1px solid #eef1f4;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;font:inherit;color:inherit}.mobile-record-item:last-child{border-bottom:0}.mobile-record-item:active{background:#f6f8fb}.mobile-record-item.is-overdue{border-left:3px solid #c6534b}.mobile-record-item.is-muted{opacity:.58}.mobile-record-main,.mobile-record-side{min-width:0;display:flex;flex-direction:column;gap:3px}.mobile-record-main strong{color:#253044;font-size:12.5px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-record-main small{color:#8a93a1;font-size:9.5px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-record-side{align-items:flex-end;max-width:42vw}.mobile-record-side strong{color:#263044;font-size:12px;font-weight:800;white-space:nowrap}.mobile-record-side strong.income{color:#2f7a51}.mobile-record-side strong.expense{color:#a3413c}.mobile-record-side strong.transfer{color:#315f9d}.mobile-record-side small{max-width:100%;color:#8a93a1;font-size:9px;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-action-sheet{padding-bottom:calc(22px + env(safe-area-inset-bottom))}.record-action-list{display:flex;flex-direction:column;gap:7px}.record-action-list button{width:100%;min-height:50px;padding:10px 12px;border:1px solid #e8ebf0;border-radius:13px;background:#fff;color:#354155;display:flex;align-items:center;gap:11px;font:inherit;text-align:left}.record-action-list button>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#f3f5f8}.record-action-list button strong{font-size:12.5px}.record-action-list button.danger{color:#a3413c}.record-action-list button.danger>span{background:#fff2f1}.record-action-list button:disabled{opacity:.45}.table-wrap{max-width:100%}.filter-bar{max-width:100%;grid-template-columns:1fr!important}.filter-bar>*{min-width:0!important;width:100%}.cards-grid.cards-4,.cards-grid.four-cards,.cards-grid.cards-3,.launches-summary,.financial-summary,.investment-summary,.fiscal-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.cards-grid .metric-card{min-width:0;padding:11px 12px}.cards-grid .metric-card>strong,.cards-grid .summary-value{font-size:15px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cards-grid .metric-card small{font-size:9px}.accounts-mobile-list .mobile-record-item{min-height:62px}.fiscal-mobile-item .mobile-record-main small{font-size:8.8px}.mobile-fiscal-editor{margin-top:10px;padding:12px;border:1px solid #e7ebf0;border-radius:14px;background:#fff}.mobile-fiscal-editor>strong{display:block;margin-bottom:9px;color:#253044;font-size:12.5px}.mobile-fiscal-editor>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px}.mobile-fiscal-editor input{min-width:0;width:100%}}@media(max-width:640px){.mobile-balance-hero{width:100%;border:0;font:inherit;text-align:left;cursor:pointer}.mobile-balance-hero:active{transform:scale(.995)}.mobile-list-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:12px 2px 7px;color:#344054}.mobile-list-heading strong{font-size:13px}.mobile-list-heading span{min-width:24px;height:24px;padding:0 7px;border-radius:999px;display:grid;place-items:center;background:#eef1f5;color:#707a89;font-size:10px;font-weight:800}.mobile-list-heading-spaced{margin-top:18px}.mobile-record-static{cursor:default}.mobile-record-static:active{background:#fff}.reports-mobile-panel{margin-bottom:12px}.credit-card-grid{grid-template-columns:1fr!important}.credit-card-box{min-width:0!important}.credit-card-values{grid-template-columns:1fr 1fr!important;gap:8px!important}.plan-grid-responsive.desktop-list-panel{display:none!important}.management-mobile-list .mobile-record-side{max-width:38vw}}.sidebar:not(.is-collapsed) .ff-sidebar-brand-art{width:100%!important;min-height:136px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;color:#f7f8fb!important;text-align:center!important}.sidebar:not(.is-collapsed) .ff-sidebar-symbol{width:76px!important;height:76px!important;object-fit:contain!important;display:block!important;margin:0 auto 5px!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark{font-size:13px!important;line-height:1.1!important;font-weight:500!important;letter-spacing:4.2px!important;white-space:nowrap!important;text-shadow:0 0 8px rgba(255,255,255,.14)!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark-line{width:58px!important;height:2px!important;margin:8px auto 7px!important;border-radius:999px!important;background:linear-gradient(90deg,#2d6bff,#72d6ff)!important;box-shadow:0 0 7px #458bff59!important}.sidebar:not(.is-collapsed) .ff-sidebar-signature{font-size:11.5px!important;line-height:1!important;font-weight:400!important;letter-spacing:3.8px!important;white-space:nowrap!important;color:#ffffffeb!important}.sidebar:not(.is-collapsed) .ff-sidebar-logo{display:none!important}.period-controls{display:flex!important;align-items:flex-end!important;gap:7px!important;min-width:0!important}.period-controls .period-select{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important}.period-controls .period-select-month select{min-width:132px!important;width:132px!important}.period-controls .period-select-year select{min-width:92px!important;width:92px!important}@media(max-width:1024px){.sidebar:not(.is-collapsed) .ff-sidebar-symbol{width:72px!important;height:72px!important}}@media(max-width:800px){.period-controls{display:grid!important;grid-template-columns:minmax(0,1fr) 78px!important;gap:5px!important;width:100%!important}.period-controls .period-select{display:block!important;width:100%!important;min-width:0!important}.period-controls .period-select span{display:none!important}.period-controls .period-select select,.period-controls .period-select-month select,.period-controls .period-select-year select{width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;padding:0 24px 0 8px!important;font-size:12px!important}.topbar-actions{grid-template-columns:minmax(0,1fr) 40px 40px!important}}.sidebar:not(.is-collapsed) .ff-sidebar-brand-art{min-height:72px!important}.sidebar:not(.is-collapsed) .ff-sidebar-symbol{width:38px!important;height:38px!important;margin:0 auto 3px!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark{font-size:7px!important;letter-spacing:2.1px!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark-line{width:29px!important;height:1px!important;margin:4px auto!important}.sidebar:not(.is-collapsed) .ff-sidebar-signature{font-size:6px!important;letter-spacing:1.9px!important}.sidebar:not(.is-collapsed) .sidebar-brand-row{min-height:0!important;height:auto!important;padding:14px 14px 12px!important;margin:0!important}.sidebar:not(.is-collapsed) .ff-sidebar-brand{min-height:0!important;height:auto!important;padding:0 28px!important;margin:0!important}.sidebar:not(.is-collapsed) .ff-sidebar-symbol{width:92px!important;height:92px!important;margin:0 auto 5px!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark{font-size:14.5px!important;line-height:1.05!important;letter-spacing:4px!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark-line{width:62px!important;height:2px!important;margin:7px auto 6px!important}.sidebar:not(.is-collapsed) .ff-sidebar-signature{font-size:12px!important;line-height:1!important;letter-spacing:3.5px!important}.sidebar:not(.is-collapsed) .sidebar-brand-row .sidebar-toggle{top:14px!important;right:14px!important}.sidebar:not(.is-collapsed) .nav-list{padding-top:10px!important}@media(max-width:1024px){.sidebar:not(.is-collapsed) .sidebar-brand-row,.sidebar.mobile-open .sidebar-brand-row{min-height:0!important;height:auto!important;padding:14px 16px 12px!important}.sidebar:not(.is-collapsed) .ff-sidebar-brand,.sidebar.mobile-open .ff-sidebar-brand{padding:0 28px!important}.sidebar:not(.is-collapsed) .sidebar-brand-row .sidebar-toggle,.sidebar.mobile-open .sidebar-brand-row .sidebar-toggle{top:14px!important;right:16px!important}}.sidebar:not(.is-collapsed) .sidebar-brand-row{min-height:0!important;height:auto!important;padding:9px 12px 8px!important;margin:0!important}.sidebar:not(.is-collapsed) .ff-sidebar-brand{min-height:0!important;height:auto!important;padding:0 20px!important;margin:0!important}.sidebar:not(.is-collapsed) .ff-sidebar-brand-art{width:100%!important;min-height:0!important;height:auto!important;padding:0!important;margin:0!important}.sidebar:not(.is-collapsed) .ff-sidebar-symbol{width:74px!important;height:74px!important;margin:0 auto 4px!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark{font-size:11.5px!important;line-height:1.05!important;letter-spacing:3.2px!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark-line{width:50px!important;height:2px!important;margin:5px auto!important}.sidebar:not(.is-collapsed) .ff-sidebar-signature{font-size:9.5px!important;line-height:1!important;letter-spacing:2.8px!important}.sidebar:not(.is-collapsed) .sidebar-brand-row .sidebar-toggle{top:10px!important;right:12px!important}.sidebar:not(.is-collapsed) .nav-list{padding-top:4px!important}.sidebar:not(.is-collapsed) .nav-group:first-child{margin-top:0!important;padding-top:0!important}@media(max-width:1024px){.sidebar:not(.is-collapsed) .sidebar-brand-row,.sidebar.mobile-open .sidebar-brand-row{min-height:0!important;height:auto!important;padding:9px 12px 8px!important}.sidebar:not(.is-collapsed) .ff-sidebar-brand,.sidebar.mobile-open .ff-sidebar-brand{padding:0 20px!important}.sidebar:not(.is-collapsed) .sidebar-brand-row .sidebar-toggle,.sidebar.mobile-open .sidebar-brand-row .sidebar-toggle{top:10px!important;right:12px!important}.sidebar:not(.is-collapsed) .nav-list,.sidebar.mobile-open .nav-list{padding-top:4px!important}}.invoice-reconcile-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0 10px}.invoice-reconcile-head span{color:var(--muted,#7b8498);font-size:13px}.invoice-reconcile-list{display:flex;flex-direction:column;gap:8px;max-height:420px;overflow:auto;padding-right:4px}.invoice-reconcile-item{display:grid;grid-template-columns:94px minmax(180px,1fr) 110px minmax(150px,.8fr) minmax(150px,.8fr);gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--border,#dfe3eb);border-radius:12px;background:var(--panel,#fff)}.invoice-reconcile-item.already-imported{opacity:.58;background:#f6f7f9}.invoice-reconcile-check{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700}.invoice-reconcile-check input{width:18px;height:18px}.invoice-reconcile-main{min-width:0;display:flex;flex-direction:column;gap:3px}.invoice-reconcile-main strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invoice-reconcile-main small{color:var(--muted,#7b8498)}.invoice-reconcile-value{text-align:right}.invoice-reconcile-item select{min-width:0}@media(max-width:760px){.invoice-reconcile-head{align-items:flex-start;flex-direction:column;gap:4px}.invoice-reconcile-list{max-height:52vh}.invoice-reconcile-item{grid-template-columns:1fr auto;gap:8px;padding:12px}.invoice-reconcile-check{grid-column:1}.invoice-reconcile-main{grid-column:1/-1;grid-row:2}.invoice-reconcile-value{grid-column:2;grid-row:1}.invoice-reconcile-item select{grid-column:1/-1;width:100%}}.cards-purchases-table thead th:nth-child(1),.cards-purchases-table thead th:nth-child(3),.cards-purchases-table thead th:nth-child(4),.cards-purchases-table thead th:nth-child(5){text-align:center!important}.cards-purchases-table thead th:nth-child(2){text-align:left!important}.cards-purchases-table tbody td:nth-child(1),.cards-purchases-table tbody td:nth-child(3),.cards-purchases-table tbody td:nth-child(5){text-align:center!important}.cards-purchases-table tbody td:nth-child(2){text-align:left!important}.cards-purchases-table tbody td:nth-child(4){text-align:right!important}.cards-invoices-table thead th,.cards-invoices-table tbody td{text-align:center!important}.cards-invoices-table tbody td:nth-child(4){text-align:right!important}.transfers-table thead th:nth-child(6),.transfers-table tbody td:nth-child(6){text-align:center!important}.invoice-similar-alert{margin-top:4px;color:#a15c00!important;font-weight:700;white-space:normal}.invoice-future-check{grid-column:1/-1;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:9px;background:#f7f9fc;color:#334155;font-size:12px;font-weight:600}.invoice-future-check input{width:17px;height:17px;flex:0 0 auto}@media(min-width:901px){.launches-table th:nth-child(1),.launches-table td:nth-child(1){width:8.5%!important}.launches-table th:nth-child(2),.launches-table td:nth-child(2){width:25.5%!important}.launches-table th:nth-child(3),.launches-table td:nth-child(3){width:9%!important}.launches-table th:nth-child(4),.launches-table td:nth-child(4){width:11%!important}.launches-table th:nth-child(5),.launches-table td:nth-child(5){width:10%!important}.launches-table th:nth-child(6),.launches-table td:nth-child(6){width:12%!important;min-width:112px!important}.launches-table th:nth-child(7),.launches-table td:nth-child(7){width:13.5%!important;min-width:126px!important}.launches-table th:nth-child(8),.launches-table td:nth-child(8){width:6.5%!important;min-width:58px!important}.launches-table th:nth-child(6),.launches-table th:nth-child(7){white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.launches-table td:nth-child(6),.launches-table td:nth-child(7){white-space:nowrap!important}.launch-actions-cell{padding-left:4px!important;padding-right:4px!important}}.launch-more-button{min-width:32px!important}.cards-purchases-table th:nth-child(6),.cards-purchases-table td:nth-child(6){width:84px;min-width:84px;text-align:center!important}.card-purchase-actions-cell{overflow:visible!important;position:relative}.card-purchase-actions-cell .launch-actions-menu{display:inline-flex}.card-purchase-dropdown{min-width:150px;right:0;left:auto;z-index:40}.card-purchase-mobile-item{position:relative;padding-right:50px!important}.card-purchase-mobile-menu{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:10}.card-purchase-mobile-menu .card-purchase-dropdown{top:36px;right:0;transform:none}.card-installments-list{display:flex;flex-direction:column;gap:8px;max-height:360px;overflow:auto;margin-bottom:16px}.card-installment-row{display:grid;grid-template-columns:70px minmax(160px,1fr) 130px 110px;gap:12px;align-items:center;padding:11px 12px;border:1px solid var(--border,#dfe3eb);border-radius:11px;background:#fff}.card-installment-row>span:nth-child(3){text-align:right;font-weight:700}.card-installment-row .pill{justify-self:center}.card-installments-generate{display:grid;grid-template-columns:minmax(220px,1fr) 180px auto;gap:14px;align-items:end;padding:14px;border:1px solid var(--border,#dfe3eb);border-radius:12px;background:#f7f8fa}.card-installments-generate>div{display:flex;flex-direction:column;gap:4px}.card-installments-generate small{color:var(--muted,#7b8498);line-height:1.35}.card-installments-generate label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}@media(max-width:800px){.card-installments-generate{grid-template-columns:1fr;align-items:stretch}.card-installment-row{grid-template-columns:52px 1fr auto;gap:8px}.card-installment-row>span:nth-child(3){grid-column:2;text-align:left}.card-installment-row .pill{grid-column:3;grid-row:1 / span 2}.card-purchase-dropdown{position:absolute;right:0;left:auto}}.card-purchase-actions-cell .card-purchase-dropdown,.card-purchase-mobile-menu .card-purchase-dropdown{top:50%!important;right:calc(100% + 8px)!important;left:auto!important;transform:translateY(-50%)!important;width:auto!important;min-width:0!important;padding:5px!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:4px!important;white-space:nowrap!important}.card-purchase-dropdown button{width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;border-radius:8px!important}.card-purchase-dropdown button svg{flex:0 0 auto}@media(max-width:800px){.card-purchase-mobile-menu .card-purchase-dropdown{top:50%!important;right:calc(100% + 8px)!important;transform:translateY(-50%)!important}}@media(max-width:640px){.mobile-only-list{display:block!important}.desktop-list-panel{display:none!important}.mobile-record-list{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}.mobile-record-item{width:100%!important;max-width:100%!important;min-width:0!important;grid-template-columns:minmax(0,1fr) auto!important}.mobile-record-main,.mobile-record-side{min-width:0!important}.desktop-list-panel.table-wrap,.desktop-list-panel .table-wrap,.desktop-list-panel .launches-table-wrap{display:none!important}}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark{color:#fff!important;text-shadow:none!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark-line{background:#0091ff!important;box-shadow:none!important}.sidebar:not(.is-collapsed) .ff-sidebar-signature{color:#fff!important;text-shadow:none!important}.ff-sidebar-symbol,.ff-topbar-title img,.ff-sidebar-mark-compact img,.ff-login-logo{filter:none!important;box-shadow:none!important}.login-page,.login-shell,.auth-page{background:#17233f!important}.login-card,.auth-card{background:#fff!important;border:1px solid #dfe5ee!important;box-shadow:0 24px 70px #06132b3d!important;color:#17233f!important}.login-card label,.auth-card label{color:#17233f!important}.login-card input,.auth-card input{background:#f8fafc!important;color:#17233f!important;border-color:#cfd7e3!important}.login-card input:focus,.auth-card input:focus{border-color:#17233f!important;box-shadow:0 0 0 3px #17233f1a!important}.login-card input::placeholder,.auth-card input::placeholder{color:#8792a4!important}.login-card .password-toggle,.auth-card .password-toggle{color:#17233f!important}.login-card .login-footer,.auth-card .login-footer,.login-card small,.auth-card small{color:#7b8799!important}.login-card .primary-button,.auth-card .primary-button{background:#17233f!important;color:#fff!important;border:1px solid #17233f!important;box-shadow:none!important;font-weight:800!important}.login-card .primary-button:hover:not(:disabled),.auth-card .primary-button:hover:not(:disabled){background:#101b33!important;color:#fff!important;border-color:#101b33!important;box-shadow:none!important}.login-card .primary-button:focus-visible,.auth-card .primary-button:focus-visible{outline:3px solid rgba(32,132,255,.28)!important;outline-offset:2px}.login-card .primary-button:disabled,.auth-card .primary-button:disabled{background:#68748a!important;color:#fff!important;border-color:#68748a!important}.reconcile-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 18px}.reconcile-summary>div{background:var(--surface,#fff);border:1px solid var(--border,#e2e7ef);border-radius:16px;padding:18px 20px;display:grid;gap:4px}.reconcile-summary span{font-size:.82rem;color:var(--muted,#7b8493);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.reconcile-summary strong{font-size:1.7rem;color:var(--text,#1d2636);line-height:1.15}.reconcile-summary small{color:var(--muted,#7b8493)}.reconcile-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;margin-bottom:16px}.reconcile-filters{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.reconcile-filters label,.reconcile-search-modal{display:flex;align-items:center;gap:8px;border:1px solid var(--border,#dce2eb);background:#fff;border-radius:10px;padding:0 11px;min-width:260px}.reconcile-filters input,.reconcile-search-modal input{border:0!important;box-shadow:none!important;background:transparent!important;padding:10px 0!important;min-width:0;width:100%}.reconcile-filters select{max-width:180px}.reconcile-table th:first-child,.reconcile-table td:first-child{width:42px;text-align:center}.reconcile-table th:nth-child(2),.reconcile-table td:nth-child(2){white-space:nowrap;text-align:center}.reconcile-table th:nth-child(6),.reconcile-table td:nth-child(6){text-align:center}.reconcile-table th:nth-child(7),.reconcile-table td:nth-child(7){text-align:right;white-space:nowrap}.reconcile-table th:nth-child(8),.reconcile-table td:nth-child(8){text-align:center}.reconcile-table .description-cell strong{display:block}.reconcile-table .description-cell small{display:block;margin-top:3px;color:var(--muted,#7b8493)}.row-conciliated{opacity:.75}.reconcile-suggestion{position:relative;display:grid;gap:2px;padding-right:44px;min-width:190px}.reconcile-suggestion strong{font-size:.9rem}.reconcile-suggestion small{color:var(--muted,#7b8493)}.match-score{position:absolute;right:0;top:2px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.72rem;font-weight:800;padding:4px 7px}.match-score.high{background:#e7f7ee;color:#237443}.match-score.medium{background:#fff4d8;color:#8a6400}.reconcile-done{display:inline-flex;align-items:center;gap:6px;color:#2f7a4c;font-weight:700}.reconcile-actions{display:flex;justify-content:center;gap:6px;white-space:nowrap}.muted{color:var(--muted,#7b8493)}.reconcile-candidates{display:grid;gap:8px;max-height:54vh;overflow:auto;padding:4px 2px}.reconcile-candidate{width:100%;border:1px solid var(--border,#dde3ec);border-radius:12px;background:#fff;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:16px;text-align:left;cursor:pointer}.reconcile-candidate:hover{border-color:#9eb9e8;background:#f8fbff}.reconcile-candidate span{display:grid;gap:3px}.reconcile-candidate span:last-child{text-align:right;white-space:nowrap}.reconcile-candidate small{color:var(--muted,#7b8493)}.reconcile-mobile-actions{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.reconcile-mobile-actions button{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border,#dde3ec);background:#fff;border-radius:9px;padding:8px 10px;font-weight:700;color:var(--text,#1d2636)}.reconcile-mobile-suggestion{color:#326bb4!important;font-weight:700}.reconcile-mobile.is-done{opacity:.75}@media(max-width:900px){.reconcile-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reconcile-summary>div{padding:14px}.reconcile-summary strong{font-size:1.35rem}.reconcile-toolbar{align-items:stretch;flex-direction:column}.reconcile-filters{display:grid;grid-template-columns:1fr 135px}.reconcile-filters label{min-width:0}.reconcile-toolbar>.button{width:100%;justify-content:center}.reconcile-mobile{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:start}.reconcile-search-modal{min-width:0;width:100%}}@media(max-width:520px){.reconcile-summary{grid-template-columns:1fr 1fr}.reconcile-summary span{font-size:.7rem}.reconcile-summary small{font-size:.75rem}.reconcile-filters{grid-template-columns:1fr}.reconcile-filters select{max-width:none}.reconcile-candidate{align-items:flex-start}.reconcile-candidate span:last-child{text-align:right}}.invoice-summary-grid{margin:14px 0}.cards-invoices-enhanced th,.cards-invoices-enhanced td{text-align:center;white-space:nowrap}.cards-invoices-enhanced th:nth-child(4),.cards-invoices-enhanced th:nth-child(5),.cards-invoices-enhanced th:nth-child(6),.cards-invoices-enhanced td:nth-child(4),.cards-invoices-enhanced td:nth-child(5),.cards-invoices-enhanced td:nth-child(6){text-align:right}.invoice-diff,.warning-text{color:var(--warning, #a16207);font-weight:700}.invoice-detail-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}.invoice-detail-summary>div{border:1px solid var(--border);border-radius:12px;padding:12px;background:var(--surface-soft,#f8fafc);display:flex;flex-direction:column;gap:4px}.invoice-detail-summary span{font-size:12px;color:var(--muted)}.invoice-detail-summary strong{font-size:18px}.invoice-detail-list{display:grid;gap:8px;max-height:52vh;overflow:auto;padding-right:2px}.invoice-detail-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px 12px;border:1px solid var(--border);border-radius:11px;background:var(--surface,#fff)}.invoice-detail-row>div{min-width:0;display:flex;flex-direction:column;gap:3px}.invoice-detail-row>div strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoice-detail-row small{color:var(--muted)}.field-block{display:flex;flex-direction:column;gap:6px;margin-top:12px}.card-invoice-mobile-item{width:100%;border:0;font:inherit;color:inherit;text-align:left;cursor:pointer}@media(max-width:760px){.invoice-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-detail-summary{grid-template-columns:1fr}.invoice-detail-row{grid-template-columns:minmax(0,1fr) auto}.invoice-detail-row .button{grid-column:1 / -1;width:100%}}.audit-page .page-heading h1{display:flex;align-items:center;gap:9px}.audit-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 16px}.audit-summary>div{background:var(--surface,#fff);border:1px solid var(--border,#e1e6ee);border-radius:14px;padding:16px 18px;display:grid;gap:4px}.audit-summary span{font-size:.75rem;color:var(--muted,#7a8596);font-weight:800;text-transform:uppercase;letter-spacing:.05em}.audit-summary strong{font-size:1.55rem;color:var(--text,#1e293b)}.audit-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 220px 180px;align-items:center;gap:10px;padding:12px;margin-bottom:16px}.audit-search{display:flex;align-items:center;gap:8px;border:1px solid var(--border,#dce2eb);border-radius:10px;background:#fff;padding:0 11px}.audit-search input{border:0!important;background:transparent!important;box-shadow:none!important;width:100%;min-width:0;padding:10px 0!important}.audit-table th,.audit-table td{vertical-align:middle}.audit-table th:first-child,.audit-table td:first-child{white-space:nowrap}.audit-table th:nth-child(3),.audit-table td:nth-child(3),.audit-table th:last-child,.audit-table td:last-child{text-align:center}.audit-table td:nth-child(4){display:grid;gap:2px}.audit-table td:nth-child(4) small{color:var(--muted,#7a8596);font-size:.75rem}.audit-table code{font-size:.72rem;color:#58677e;background:#f3f6fa;border-radius:6px;padding:4px 6px}.audit-action{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 8px;font-size:.72rem;font-weight:800;white-space:nowrap}.audit-action.created{background:#e9f8ef;color:#267a46}.audit-action.updated{background:#eaf2ff;color:#2d64ad}.audit-action.deleted{background:#fdebec;color:#b23c46}.audit-detail{display:grid;gap:16px}.audit-detail-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.audit-detail-meta>div{display:grid;gap:3px;border:1px solid var(--border,#e1e6ee);border-radius:11px;padding:11px;background:var(--surface-soft,#f8fafc)}.audit-detail-meta span,.audit-diff-row span{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted,#7a8596);font-weight:800}.audit-detail-meta small{color:var(--muted,#7a8596);overflow-wrap:anywhere}.audit-detail-meta strong{overflow-wrap:anywhere}.audit-diff-list{display:grid;gap:8px;max-height:55vh;overflow:auto;padding-right:2px}.audit-diff-row{display:grid;grid-template-columns:minmax(130px,.8fr) minmax(0,1fr) minmax(0,1fr);gap:10px;align-items:start;border:1px solid var(--border,#e1e6ee);border-radius:11px;padding:10px 12px}.audit-diff-row>strong{padding-top:18px}.audit-diff-row>div{min-width:0}.audit-diff-row p{margin:4px 0 0;padding:8px 9px;border-radius:8px;background:#f7f9fc;min-height:34px;overflow-wrap:anywhere;white-space:pre-wrap}.audit-mobile-item{width:100%;border:0;font:inherit;color:inherit;text-align:left}.audit-mobile-item .audit-action{font-size:.68rem}.audit-mobile-item .mobile-record-side{align-items:flex-end}@media(max-width:900px){.audit-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.audit-summary>div{padding:13px}.audit-toolbar,.audit-detail-meta,.audit-diff-row{grid-template-columns:1fr}.audit-diff-row>strong{padding-top:0}.audit-diff-row>div{display:grid;grid-template-columns:60px 1fr;align-items:start;gap:8px}.audit-diff-row p{margin:0}}body.modal-open{overflow:hidden}@media(max-width:1024px){.content-area{min-height:calc(100dvh - 62px)}.page-heading,.page-header{align-items:stretch}.page-heading .button-group,.page-header .button-group{align-self:stretch}.page-heading .button-group .button,.page-header .button-group .button{flex:1 1 150px}.modal-card,.modal-wide{max-height:calc(100dvh - 24px)}}@media(max-width:640px){.topbar{height:auto!important;min-height:56px!important;padding:calc(7px + env(safe-area-inset-top)) 10px 7px!important}.topbar-left{display:none!important}.topbar-actions{grid-template-columns:minmax(0,1fr) 42px!important;width:100%!important}.period-controls{grid-template-columns:minmax(0,1fr) 78px!important}.privacy-toggle{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}.content-area{padding:12px 10px 18px!important}.page-heading,.page-header{gap:10px!important;margin-bottom:14px!important}.page-heading h1,.page-header h1{font-size:21px!important;letter-spacing:-.02em}.page-heading p,.page-header p{font-size:11.5px!important}.page-heading .button-group,.page-header .button-group{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.page-heading .button-group .button,.page-header .button-group .button{width:100%!important;min-width:0}.cards-grid.cards-4,.cards-grid.four-cards,.cards-grid.cards-3,.launches-summary,.financial-summary,.investment-summary,.recurrence-summary,.fiscal-summary,.invoice-summary-grid,.reconcile-summary,.audit-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.metric-card,.reconcile-summary>div,.audit-summary>div{min-width:0;padding:12px!important}.metric-card strong,.metric-card .summary-value,.reconcile-summary strong,.audit-summary strong{font-size:16px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-record-list{margin-top:8px;border-radius:14px}.mobile-record-item{min-height:64px;padding:11px;gap:8px}.mobile-record-main strong{font-size:13px}.mobile-record-main small{font-size:10px}.mobile-record-side{max-width:44vw}.mobile-record-side strong{font-size:12.5px}.filter-bar,.accounts-filter,.launches-filter,.investment-filter,.recurrence-filter,.cards-filter,.audit-toolbar,.reconcile-toolbar{width:100%!important;min-width:0!important;padding:10px!important;border-radius:12px!important}.audit-search,.reconcile-filters,.reconcile-filters label{min-width:0!important;width:100%!important}.reconcile-filters{grid-template-columns:1fr!important}.reconcile-toolbar>.button{width:100%}.modal-backdrop{padding:0!important;align-items:flex-end!important}.modal-card,.modal-wide{max-height:calc(100dvh - env(safe-area-inset-top))!important;border-radius:18px 18px 0 0!important;overscroll-behavior:contain}.modal-header{padding:15px 14px!important}.modal-header h2{font-size:17px}.modal-header .icon-button{flex:0 0 42px;width:42px;height:42px}.modal-body{padding:14px!important}.modal-actions{position:sticky;bottom:-14px;z-index:3;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));margin:18px -14px -14px!important;padding:12px 14px calc(12px + env(safe-area-inset-bottom))!important;background:#fff;box-shadow:0 -8px 18px #0f172a0d}.modal-actions .button{width:100%;min-width:0;margin:0}.form-grid label{min-width:0}.form-grid input:not([type=checkbox]),.form-grid select,.form-grid textarea,.filter-bar input,.filter-bar select,.audit-toolbar input,.audit-toolbar select{font-size:16px!important}.mobile-bottom-nav{height:calc(68px + env(safe-area-inset-bottom))}.mobile-bottom-nav>button{min-height:48px;border-radius:11px}.mobile-bottom-nav>button.active:not(.mobile-new-button){background:#f2f5f9}.mobile-action-sheet{overscroll-behavior:contain}.mobile-more-grid button,.mobile-launch-grid button,.record-action-list button{touch-action:manipulation}}@media(max-width:390px){.page-heading .button-group,.page-header .button-group{grid-template-columns:1fr!important}.metric-card strong,.metric-card .summary-value,.reconcile-summary strong,.audit-summary strong{font-size:15px!important}.modal-actions{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.statement-mobile-view{display:none}@media(max-width:640px){.statement-desktop-view{display:none!important}.statement-mobile-view{display:block}.bank-statement-content{min-width:0}.statement-mobile-summary{padding:16px;border-radius:15px;background:#17233f;color:#fff}.statement-mobile-summary>span{display:block;color:#ffffffb3;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.statement-mobile-summary>strong{display:block;margin-top:5px;font-size:23px;line-height:1.15}.statement-mobile-summary>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12)}.statement-mobile-summary small{min-width:0;color:#ffffffad;font-size:9px;line-height:1.35}.statement-mobile-summary small:last-child{text-align:right}.statement-mobile-summary b{display:block;margin-bottom:2px;color:#fff;font-size:11.5px}.statement-mobile-list{border:1px solid #e7ebf0;border-radius:14px;background:#fff;overflow:hidden}.statement-mobile-row{min-width:0;min-height:66px;padding:11px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid #eef1f4}.statement-mobile-row:last-child{border-bottom:0}.statement-mobile-main,.statement-mobile-values{min-width:0;display:flex;flex-direction:column;gap:4px}.statement-mobile-main strong{color:#253044;font-size:12.5px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.statement-mobile-main small,.statement-mobile-values small{color:#87909d;font-size:9.5px}.statement-mobile-values{align-items:flex-end;max-width:44vw}.statement-mobile-values>strong{font-size:12px;font-weight:800;white-space:nowrap}.statement-mobile-values>strong.income{color:#217047}.statement-mobile-values>strong.expense{color:#a3413c}.statement-mobile-values>strong.position{color:#315f9d}.statement-mobile-values small{white-space:nowrap}.investment-mobile-summary{background:#1b3154}.investment-mobile-row .statement-mobile-main small{text-transform:capitalize}.audit-mobile-section .mobile-record-list{margin-top:0}.audit-mobile-item{min-height:66px}.audit-mobile-item .mobile-record-main small{max-width:100%}.audit-mobile-item .mobile-record-side small{font-size:9px}.audit-detail-meta>div{padding:10px}.audit-diff-list{max-height:none;overflow:visible}.audit-diff-row{padding:10px;gap:8px}.audit-diff-row p{font-size:11px}}.modal-backdrop{z-index:1300}.confirm-dialog-backdrop{z-index:1400}@media(max-width:640px){.modal-card.modal-wide{width:100%!important;height:100dvh!important;max-width:100%!important;max-height:100dvh!important;border-radius:0!important;display:flex;flex-direction:column;overflow:hidden!important}.modal-wide .modal-header{flex:0 0 auto;padding:calc(14px + env(safe-area-inset-top)) 14px 13px!important;box-shadow:0 3px 12px #0f172a0d}.modal-wide .modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:14px 12px calc(18px + env(safe-area-inset-bottom))!important}.modal-wide .bank-statement-content,.modal-wide .investment-statement-content{width:100%;min-height:100%}.modal-wide .statement-mobile-summary{margin-top:0}.modal-wide .statement-mobile-list{margin-bottom:4px}.modal-card:not(.modal-wide){max-height:calc(100dvh - env(safe-area-inset-top) - 12px)!important;margin-bottom:0}}:root{--mobile-blue:#168be6;--mobile-blue-dark:#0b67b7;--mobile-green:#12a866;--mobile-red:#e65145;--mobile-yellow:#f5b514;--mobile-purple:#7357d9;--mobile-teal:#0896a8}@media(max-width:640px){body{background:#f2f7fc}.app-shell{--mobile-route:var(--mobile-blue);--mobile-route-dark:var(--mobile-blue-dark)}.app-shell.route-expense{--mobile-route:var(--mobile-red);--mobile-route-dark:#c83e35}.app-shell.route-income{--mobile-route:var(--mobile-green);--mobile-route-dark:#078653}.app-shell.route-transfer{--mobile-route:#d89400;--mobile-route-dark:#a96800}.app-shell.route-card{--mobile-route:var(--mobile-purple);--mobile-route-dark:#563abf}.app-shell.route-investment{--mobile-route:var(--mobile-teal);--mobile-route-dark:#087786}.app-shell.route-audit{--mobile-route:#33466d;--mobile-route-dark:#17233f}.main-area{background:#f2f7fc!important}.topbar{position:sticky!important;top:0;z-index:120;background:linear-gradient(135deg,var(--mobile-route),var(--mobile-route-dark))!important;border-bottom:0!important;box-shadow:0 7px 20px color-mix(in srgb,var(--mobile-route-dark) 22%,transparent)!important}.period-controls .period-select select{background:#ffffff29!important;border-color:#ffffff40!important;color:#fff!important;font-weight:800!important;box-shadow:inset 0 1px #ffffff14!important}.period-controls .period-select select:focus{border-color:#ffffffb8!important;box-shadow:0 0 0 3px #ffffff29!important}.period-controls .period-select select option{color:#1f2937;background:#fff}.privacy-toggle{color:#fff!important;background:#ffffff26!important;border-color:#ffffff3d!important}.content-area{background:linear-gradient(180deg,#eef6fd 0,#f7f9fc 210px)!important}.mobile-dashboard-heading{margin-top:2px}.mobile-dashboard-heading span{color:#64809e}.mobile-dashboard-heading h1{color:#152239;font-size:25px!important}.mobile-dashboard-heading>small{padding:5px 9px;border-radius:999px;background:#fff;color:#3976aa;box-shadow:0 4px 12px #2b5b8414}.mobile-balance-hero{position:relative;overflow:hidden;padding:18px 17px 15px!important;border-radius:22px!important;background:linear-gradient(145deg,#2298ee,#117fd8 48%,#0c65b2)!important;box-shadow:0 16px 34px #0d6fbe3d!important}.mobile-balance-hero:after{content:"";position:absolute;width:180px;height:180px;right:-85px;top:-95px;border-radius:50%;background:#ffffff1f}.mobile-balance-hero>.mobile-balance-hero-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;color:#fff}.mobile-balance-hero-head>span{display:flex;flex-direction:column;gap:2px;color:#fff;font-size:13px!important}.mobile-balance-hero-head>span small{margin:0;color:#ffffffad;font-size:9.5px;font-weight:600}.mobile-balance-hero>strong{position:relative;z-index:1;margin-top:13px!important;font-size:29px!important}.mobile-balance-hero>.mobile-balance-forecast{position:relative;z-index:1;display:grid!important;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;padding-top:13px;border-top:1px solid rgba(255,255,255,.2)}.mobile-balance-forecast>span{min-width:0;display:flex;flex-direction:column;gap:3px}.mobile-balance-forecast>span:last-child{text-align:right}.mobile-balance-forecast small{margin:0!important;color:#ffffffad!important;font-size:9px!important}.mobile-balance-forecast b{overflow:hidden;color:#fff;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-balance-forecast b.income{color:#bff6d9}.mobile-balance-forecast b.expense{color:#ffd1cb}.mobile-overview-card,.mobile-recent-card{margin-top:14px;border:1px solid #dce9f4!important;border-radius:20px!important;background:#fffffffa!important;box-shadow:0 10px 26px #254d7414;overflow:hidden}.mobile-overview-head,.mobile-recent-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 15px 12px!important;border-bottom:1px solid #eef3f7!important}.mobile-overview-head>div{display:flex;flex-direction:column;gap:2px}.mobile-overview-head strong{color:#263348;font-size:17px;letter-spacing:-.02em}.mobile-overview-head span{color:#8a98aa;font-size:9.5px}.mobile-overview-head>svg{color:var(--mobile-yellow)}.mobile-overview-list{display:flex;flex-direction:column;padding:2px 0}.mobile-overview-list>button{width:100%;min-height:65px;padding:9px 14px;border:0;border-bottom:1px solid #f0f4f7;background:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;text-align:left;color:#2f3948;font:inherit}.mobile-overview-list>button:last-child{border-bottom:0}.mobile-overview-list>button:active{background:#f5f9fd}.mobile-overview-list>button>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-overview-list>button>span:nth-child(2) strong{font-size:13.5px}.mobile-overview-list>button>span:nth-child(2) small{color:#8b96a5;font-size:9.5px}.mobile-overview-icon{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;color:#fff}.mobile-overview-icon.account{background:var(--mobile-blue)}.mobile-overview-icon.income{background:var(--mobile-green)}.mobile-overview-icon.expense{background:var(--mobile-red)}.mobile-overview-icon.transfer{background:var(--mobile-yellow)}.mobile-overview-values{min-width:0;max-width:42vw;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.mobile-overview-values b{max-width:100%;color:#273448;font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-overview-values small{max-width:100%;color:#8b96a5;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-due-strip{gap:8px}.mobile-due-strip button{min-height:58px;border:0!important;border-radius:16px!important;box-shadow:0 7px 18px #2745670f}.mobile-due-strip button:nth-child(1){background:#fff2f1;color:var(--mobile-red)}.mobile-due-strip button:nth-child(2){background:#fff8df;color:#c48700}.mobile-due-strip button:nth-child(3){background:#edf7ff;color:var(--mobile-blue)}.mobile-due-strip button:nth-child(1) strong{color:#b83d35}.mobile-due-strip button:nth-child(2) strong{color:#966600}.mobile-due-strip button:nth-child(3) strong{color:#126db4}.mobile-recent-head strong{font-size:15px}.mobile-recent-head button{color:var(--mobile-blue)}.mobile-recent-list>button{min-height:68px;padding:10px 14px}.mobile-recent-icon{width:39px;height:39px;border-radius:50%}.mobile-recent-icon.expense{background:#ffe9e7;color:var(--mobile-red)}.mobile-recent-icon.income{background:#e7f8ef;color:var(--mobile-green)}.mobile-recent-main strong{font-size:13px}.mobile-recent-value{font-size:12px}.mobile-record-list{display:flex!important;flex-direction:column;gap:8px;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}.mobile-record-item{position:relative;min-height:70px!important;padding:11px 12px!important;border:1px solid #e1ebf3!important;border-radius:16px!important;background:#fff!important;box-shadow:0 6px 16px #2b4d700e}.mobile-record-item:active{transform:scale(.994);background:#f7fafd!important}.mobile-record-item:has(.mobile-record-type-icon){grid-template-columns:auto minmax(0,1fr) auto!important}.mobile-record-item:has(.mobile-record-side .income){border-left:4px solid var(--mobile-green)!important}.mobile-record-item:has(.mobile-record-side .expense){border-left:4px solid var(--mobile-red)!important}.mobile-record-item:has(.mobile-record-side .transfer){border-left:4px solid var(--mobile-yellow)!important}.mobile-record-item.is-overdue{border-color:#f4c6c2!important;background:#fff9f8!important}.mobile-record-type-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.mobile-record-type-icon.income{color:var(--mobile-green);background:#e8f8ef}.mobile-record-type-icon.expense{color:var(--mobile-red);background:#ffebe9}.mobile-record-type-icon.transfer{color:#bd8300;background:#fff5d6}.mobile-record-main{gap:2px}.mobile-record-main strong{font-size:13.5px!important}.mobile-record-main small{font-size:9.5px!important}.mobile-record-tag{align-self:flex-start;max-width:100%;margin-top:3px;padding:3px 8px;border-radius:999px;font-size:8.5px;font-style:normal;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-record-tag.income{color:#087a49;background:#dff6e9}.mobile-record-tag.expense{color:#bd4037;background:#ffe5e2}.mobile-record-tag.transfer{color:#966800;background:#fff0bd}.cards-grid .metric-card,.reconcile-summary>div,.audit-summary>div{border-color:#dfe9f2!important;border-radius:17px!important;box-shadow:0 7px 18px #2b4d700f!important}.metric-card.income-soft{background:linear-gradient(145deg,#f3fcf7,#fff)!important;border-top:3px solid var(--mobile-green)!important}.metric-card.expense-soft,.metric-card.danger-card{background:linear-gradient(145deg,#fff6f5,#fff)!important;border-top:3px solid var(--mobile-red)!important}.metric-card.transfer-soft,.metric-card.today-card{background:linear-gradient(145deg,#fffaf0,#fff)!important;border-top:3px solid var(--mobile-yellow)!important}.filter-bar,.accounts-filter,.launches-filter,.investment-filter,.recurrence-filter,.cards-filter,.audit-toolbar,.reconcile-toolbar{border:1px solid #dfe9f2!important;border-radius:16px!important;background:#fff!important;box-shadow:0 7px 18px #2b4d700e}.mobile-bottom-nav{border-top:0!important;box-shadow:0 -10px 28px #1c3f631f!important}.mobile-bottom-nav>button{color:#7b8797}.mobile-bottom-nav>button.active:not(.mobile-new-button){color:var(--mobile-blue);background:#eaf5fe!important}.mobile-bottom-nav>button:nth-child(2).active{color:var(--mobile-red);background:#fff0ee!important}.mobile-bottom-nav>button:nth-child(4).active{color:var(--mobile-green);background:#e9f8f0!important}.mobile-bottom-nav .mobile-new-button>span{border-radius:50%!important;background:linear-gradient(145deg,#21a0f3,#0873cf)!important;box-shadow:0 9px 23px #1284d852!important}.mobile-launch-grid button{border:0!important;box-shadow:0 6px 18px #2a496c12}.mobile-launch-grid button svg,.mobile-more-grid button svg{width:38px;height:38px;padding:9px;border-radius:50%}.mobile-launch-grid button:first-child svg{background:#ffe6e3;color:var(--mobile-red)}.mobile-launch-grid button:nth-child(2) svg{background:#dff7ea;color:var(--mobile-green)}.mobile-launch-grid button:nth-child(3) svg{background:#fff0bd;color:#b47a00}.mobile-more-grid button{border-color:#e2ebf2;box-shadow:0 5px 14px #28486a0b}.mobile-more-grid button:nth-child(5n+1) svg{background:#e4f3ff;color:var(--mobile-blue)}.mobile-more-grid button:nth-child(5n+2) svg{background:#fff0cb;color:#b77b00}.mobile-more-grid button:nth-child(5n+3) svg{background:#efe9ff;color:var(--mobile-purple)}.mobile-more-grid button:nth-child(5n+4) svg{background:#e2f8f1;color:var(--mobile-green)}.mobile-more-grid button:nth-child(5n) svg{background:#ffe9e7;color:var(--mobile-red)}.modal-wide .modal-header{position:sticky;top:0;z-index:5;color:#fff;background:linear-gradient(135deg,var(--mobile-route),var(--mobile-route-dark));box-shadow:0 7px 18px color-mix(in srgb,var(--mobile-route-dark) 18%,transparent)!important}.modal-wide .modal-header h2,.modal-wide .modal-header p{color:#fff!important}.modal-wide .modal-header p{opacity:.76}.modal-wide .modal-header .icon-button{color:#fff!important;background:#ffffff29!important;border-color:#ffffff38!important}.modal-wide .modal-body{background:#f7f9fc}.modal-wide .form-grid{gap:10px!important}.modal-wide .form-grid>label{padding:10px 11px;border:1px solid #e1e9f0;border-radius:14px;background:#fff;color:#566375;box-shadow:0 4px 12px #29466609}.modal-wide .form-grid>label input:not([type=checkbox]),.modal-wide .form-grid>label select,.modal-wide .form-grid>label textarea{margin-top:6px;border-color:#dce5ed!important;border-radius:11px!important;background:#f8fafc!important}.modal-wide .form-grid>label.check-field{min-height:52px;flex-direction:row;align-items:center;color:#344155}.modal-wide .modal-actions{border-top:1px solid #e6edf3}.modal-wide .modal-actions .button.primary{background:var(--mobile-route)!important;border-color:var(--mobile-route)!important}}@media(max-width:370px){.mobile-overview-values{max-width:39vw}.mobile-overview-values b{font-size:11.5px}.mobile-record-type-icon{width:34px;height:34px}.mobile-record-item:has(.mobile-record-type-icon){gap:7px!important}}button.dashboard-clickable-card{width:100%;min-width:0;margin:0;color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background-color .16s ease}button.dashboard-clickable-card:hover{transform:translateY(-3px);border-color:#b9c7db;box-shadow:0 10px 25px #14213d1c}button.dashboard-clickable-card:focus-visible{outline:3px solid rgba(49,95,157,.24);outline-offset:2px}button.dashboard-clickable-card:active{transform:translateY(-1px)}.dashboard-pending-header{gap:16px}.dashboard-pending-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px}.dashboard-pending-tools label{display:flex;align-items:center;gap:7px;color:#687382;font-size:11px;font-weight:700;white-space:nowrap}.dashboard-pending-tools select{min-width:64px;height:34px;padding:0 28px 0 10px;border:1px solid #dce1e8;border-radius:8px;background:#fff;color:#263044;font:inherit;font-size:12px}.dashboard-pending-table th:last-child,.dashboard-pending-table td:last-child{min-width:126px}.dashboard-pending-table .action-row{gap:5px}@media(max-width:900px){.dashboard-pending-tools{width:100%;justify-content:space-between}}.modal-close-button,.mobile-sheet-close{position:relative;z-index:30;pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent}@media(pointer:coarse){.modal-close-button,.mobile-sheet-close{min-width:44px!important;min-height:44px!important}}@media(min-width:641px){.mobile-sheet-overlay.record-sheet-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1150;border:0;background:#0f172a6b}.mobile-action-sheet.record-action-sheet{display:block;position:fixed;left:50%;top:50%;bottom:auto;right:auto;transform:translate(-50%,-50%);z-index:1160;width:min(440px,calc(100vw - 32px));max-height:min(75vh,640px);overflow:auto;padding:24px;background:#fff;border-radius:20px;box-shadow:0 22px 70px #0f172a40}.record-action-sheet .mobile-sheet-handle{display:none}.record-action-sheet .mobile-sheet-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.record-action-sheet .mobile-sheet-header>div{display:flex;flex-direction:column;gap:4px}.record-action-sheet .mobile-sheet-header strong{font-size:19px}.record-action-sheet .mobile-sheet-header span{color:#687587;font-size:13px}.record-action-sheet .mobile-sheet-close{width:40px;height:40px;border:0;border-radius:11px;cursor:pointer}.record-action-sheet .record-action-list{display:grid;gap:6px}.record-action-sheet .record-action-list button{display:flex;align-items:center;gap:12px;width:100%;min-height:48px;padding:10px 14px;border:0;border-radius:11px;background:#f6f8fc;text-align:left;font:inherit;cursor:pointer}.record-action-sheet .record-action-list button:hover{background:#eaf1fc}.record-action-sheet .record-action-list button.danger{color:#ad3b39;background:#fff3f2}.desktop-list-panel .ledger-table,.statement-desktop-view .ledger-table{min-width:0!important;width:100%!important;max-width:100%!important;table-layout:fixed!important}.ledger-table thead{display:none}.ledger-table tbody .ledger-row{cursor:pointer;border-left:6px solid #ca5c51;transition:background .16s,box-shadow .16s}.ledger-table tbody .ledger-row.income{border-left-color:#4e9e73}.ledger-table tbody .ledger-row.transfer{border-left-color:#3983cb}.ledger-table tbody .ledger-row.neutral{border-left-color:#a1a9b4}.ledger-table tbody .ledger-row td:first-child{box-shadow:inset 6px 0 #ca5c51}.ledger-table tbody .ledger-row.income td:first-child{box-shadow:inset 6px 0 #4e9e73}.ledger-table tbody .ledger-row.transfer td:first-child{box-shadow:inset 6px 0 #3983cb}.ledger-table tbody .ledger-row.neutral td:first-child{box-shadow:inset 6px 0 #a1a9b4}.ledger-table tbody .ledger-row:hover{background:#f5f9ff;box-shadow:inset 0 0 0 1px #d4e1f0}.ledger-table tbody .ledger-row:focus-visible,.desktop-clickable-row:focus-visible,.desktop-clickable-card:focus-visible{outline:3px solid #5899db;outline-offset:-3px}.desktop-list-panel .ledger-table tbody .ledger-row td,.statement-desktop-view .ledger-table tbody .ledger-row td{min-width:0!important;padding:16px 18px!important;vertical-align:middle;font-size:14.5px;text-align:left!important;white-space:normal!important;overflow:visible!important}.desktop-list-panel .ledger-table tbody .ledger-row td:nth-child(1),.statement-desktop-view .ledger-table tbody .ledger-row td:nth-child(1){width:17%!important}.desktop-list-panel .ledger-table tbody .ledger-row td:nth-child(2),.statement-desktop-view .ledger-table tbody .ledger-row td:nth-child(2){width:40%!important}.desktop-list-panel .ledger-table tbody .ledger-row td:nth-child(3),.statement-desktop-view .ledger-table tbody .ledger-row td:nth-child(3){width:23%!important}.desktop-list-panel .ledger-table tbody .ledger-row td:nth-child(4),.statement-desktop-view .ledger-table tbody .ledger-row td:nth-child(4){width:20%!important;text-align:right!important}.ledger-table tbody .ledger-row td strong{display:block;font-size:16px;font-weight:750;line-height:1.28;overflow-wrap:anywhere}.ledger-table tbody .ledger-row td small{display:block;margin-top:4px;color:#697381;font-size:12px;font-weight:500}.ledger-table tbody .ledger-row td.expense strong{color:#a34d45}.ledger-table tbody .ledger-row td.income strong{color:#356f50}.ledger-table tbody .ledger-row td.transfer strong{color:#2262a6}.desktop-list-panel .reconcile-table.ledger-table tbody .ledger-row td:nth-child(1){width:6%!important;text-align:center!important}.desktop-list-panel .reconcile-table.ledger-table tbody .ledger-row td:nth-child(2){width:16%!important}.desktop-list-panel .reconcile-table.ledger-table tbody .ledger-row td:nth-child(3){width:38%!important}.desktop-list-panel .reconcile-table.ledger-table tbody .ledger-row td:nth-child(4){width:23%!important;text-align:left!important}.desktop-list-panel .reconcile-table.ledger-table tbody .ledger-row td:nth-child(5){width:17%!important;text-align:right!important}.reconcile-table.ledger-table tbody .ledger-row td:nth-child(5).income strong{color:#356f50}.reconcile-table.ledger-table tbody .ledger-row td:nth-child(5).expense strong{color:#a34d45}.desktop-clickable-row{cursor:pointer}.desktop-clickable-row:hover{background:#f5f9ff}.desktop-clickable-row td{font-size:14px;padding-top:13px;padding-bottom:13px}.desktop-clickable-card{cursor:pointer;transition:transform .16s,box-shadow .16s}.desktop-clickable-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a21}.ranking-row.desktop-clickable-card{width:100%;border:0;background:transparent;font:inherit;text-align:left}}.management-detail-list{display:grid;gap:10px}.management-detail-list>div{display:flex;justify-content:space-between;gap:20px;padding:12px 14px;border:1px solid #e7ecf3;border-radius:10px}.management-detail-list>div strong{color:#263247}.management-detail-list>div span{text-align:right;overflow-wrap:anywhere}.report-detail-list{display:grid;gap:6px;max-height:58vh;overflow:auto}.report-detail-list button{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;padding:12px;border:1px solid #e7ecf3;border-radius:11px;background:#fff;text-align:left;font:inherit;cursor:pointer}.report-detail-list button:hover{background:#f4f8ff}.report-detail-list button span{display:grid;gap:4px}.report-detail-list button small{color:#697586}.report-detail-list button>strong.income{color:#356f50}.report-detail-list button>strong.expense{color:#a34d45}.invoice-period-note{margin:12px 0 16px}.invoice-payment-status{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 17px;margin-bottom:15px;border:1px solid #d6e5f4;border-radius:13px;background:#f2f7fd;color:#26578d}.invoice-payment-status.paid{color:#256747;background:#eff9f3;border-color:#c5e7d3}.invoice-payment-status span{font-size:13px}.invoice-installments-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:17px 0 12px}.invoice-installments-heading strong{font-size:16px}.invoice-installments-heading span{color:var(--muted);font-size:13px}.invoice-detail-list{display:grid;gap:9px;max-height:min(55vh,600px);overflow:auto;padding:2px 2px 12px}.invoice-detail-row{grid-template-columns:minmax(0,1.4fr) minmax(130px,.85fr) auto;gap:16px;padding:15px 17px;text-align:left}.invoice-detail-row .invoice-original-date{color:#52718f;font-size:12px;font-weight:650}.invoice-detail-row .invoice-detail-purchase strong{font-size:15px;white-space:normal}.invoice-detail-installment{align-items:flex-start}.invoice-detail-installment strong{font-size:15px}.invoice-detail-amount{color:#a34d45;text-align:right;white-space:nowrap}@media(max-width:640px){.invoice-payment-status{align-items:flex-start;flex-direction:column}.invoice-detail-row{grid-template-columns:minmax(0,1fr) auto;gap:7px 10px}.invoice-detail-row .invoice-detail-installment{grid-column:1;grid-row:2}.invoice-detail-row .invoice-detail-amount{grid-column:2;grid-row:1 / 3;align-self:center}.invoice-installments-heading{align-items:flex-start;flex-direction:column}}.recurrence-edit-scope{display:grid;gap:11px;margin:16px 0;padding:18px;border:1px solid #c9d9eb;border-radius:14px;background:#f3f8fe}.recurrence-edit-scope>strong{color:#294f7b;font-size:16px}.recurrence-edit-scope label{display:flex;align-items:center;gap:12px;min-height:44px;padding:8px 11px;border:1px solid #dbe5f0;border-radius:10px;background:#fff;cursor:pointer}.recurrence-edit-scope label:has(input:checked){border-color:#5291ce;background:#eaf4ff}.recurrence-edit-scope input[type=radio]{flex:0 0 auto;width:19px;height:19px;accent-color:#2878bf}.recurrence-edit-scope small{color:#52677d;line-height:1.45}body.touch-dismiss-guard:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;background:transparent;pointer-events:auto;touch-action:none;-webkit-tap-highlight-color:transparent}:root{--cf-navy:#13213f;--cf-navy-2:#1b3158;--cf-blue:#147fd1;--cf-blue-soft:#eaf5fe;--cf-green:#16945a;--cf-green-soft:#eaf8f1;--cf-red:#d65349;--cf-red-soft:#fff0ee;--cf-amber:#d89400;--cf-amber-soft:#fff7df;--cf-purple:#7058c7;--cf-purple-soft:#f0edff;--cf-text:#1c2940;--cf-muted:#6e7b8e;--cf-border:#dfe7f0;--cf-surface:#ffffff;--cf-bg:#f4f7fb;--cf-shadow:0 8px 28px rgba(27,49,88,.075)}body{background:var(--cf-bg);color:var(--cf-text)}.main-area{background:linear-gradient(180deg,#f8fafd 0,#f4f7fb 220px)}.content-area{padding:26px 30px 34px}.sidebar{width:272px!important;min-width:272px!important;background:linear-gradient(180deg,#142441,#101d36 52%,#0d192f)!important;border-right:1px solid rgba(255,255,255,.055);box-shadow:12px 0 34px #0a182e14}.sidebar .sidebar-brand-row{min-height:104px!important;padding:18px 16px 14px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(180deg,#ffffff09,#fff0)}.sidebar:not(.is-collapsed) .ff-sidebar-brand-art{min-height:68px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;column-gap:12px!important;align-items:center!important}.sidebar:not(.is-collapsed) .ff-sidebar-symbol{width:58px!important;height:58px!important;grid-row:1 / 4!important;margin:0!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark{align-self:end!important;font-size:12.5px!important;line-height:1.1!important;letter-spacing:.105em!important;font-weight:850!important;white-space:normal!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark-line{width:62px!important;height:2px!important;margin:6px 0 4px!important;justify-self:start!important}.sidebar:not(.is-collapsed) .ff-sidebar-signature{justify-self:start!important;font-size:9px!important;letter-spacing:2.2px!important;opacity:.68}.sidebar .nav-list{padding:14px 12px 18px!important}.sidebar .nav-group{margin:0 0 14px!important}.sidebar .nav-group-title{margin:0 10px 6px!important;color:#c4d3e88c!important;font-size:9px!important;font-weight:800!important;letter-spacing:.11em!important;text-transform:uppercase}.sidebar .nav-item{position:relative;min-height:42px;margin:2px 0!important;padding:9px 11px!important;border:1px solid transparent;border-radius:11px!important;color:#e5edf8c2!important;font-size:12.5px!important;font-weight:620;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.sidebar .nav-item svg{width:18px;color:#b5cbe8d1;transition:color .16s ease,transform .16s ease}.sidebar .nav-item:hover{background:#fff1!important;border-color:#ffffff0d;color:#fff!important;transform:translate(2px)}.sidebar .nav-item:hover svg{color:#fff}.sidebar .nav-item.active{background:linear-gradient(90deg,#1f92e338,#1f92e317)!important;border-color:#4faeef33;color:#fff!important;box-shadow:inset 3px 0 #25a1f0}.sidebar .nav-item.active svg{color:#45b5fb}.sidebar .sidebar-toggle{background:#ffffff12!important;border:1px solid rgba(255,255,255,.08)!important;color:#ffffffd1!important}.sidebar .sidebar-toggle:hover{background:#ffffff21!important;color:#fff!important}.sidebar .sidebar-footer-user{padding:12px!important;border-top:1px solid rgba(255,255,255,.08)!important;background:#0510222e;opacity:1!important}.sidebar .sidebar-user{padding:10px!important;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#ffffff09}.sidebar .sidebar-user-icon{color:#4db7f8!important;background:#25a1f021!important;border-radius:10px}.sidebar .sidebar-user-copy strong{color:#f7fbff!important}.sidebar .sidebar-user-copy span{color:#d1dcec8c!important}.sidebar .sidebar-user-copy small{color:#d1dceca8!important}.sidebar.is-collapsed{width:82px!important;min-width:82px!important}.sidebar.is-collapsed .nav-list{padding:14px 9px!important}.sidebar.is-collapsed .nav-item{min-height:46px;justify-content:center;padding:10px!important}.sidebar.is-collapsed .nav-item.active{box-shadow:inset 3px 0 #25a1f0}.sidebar.is-collapsed .ff-sidebar-mark-compact img{width:38px!important;height:38px!important}.topbar{height:72px!important;padding:0 30px!important;background:#ffffffed!important;border-bottom:1px solid #e5ebf2!important;box-shadow:0 4px 18px #1a2b4609;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.ff-topbar-title{gap:11px!important}.ff-topbar-title img{width:31px!important;height:31px!important}.topbar-route-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.topbar-route-copy small{color:#8a96a7;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.topbar-route-copy strong{color:#20304a;font-size:14px!important;line-height:1.2;letter-spacing:-.01em}.topbar-actions{gap:9px!important}.period-controls{padding:5px!important;border:1px solid #e1e8f0;border-radius:12px;background:#f6f9fc;gap:5px!important}.period-controls .period-select{gap:5px!important}.period-controls .period-select span{color:#8894a5;font-size:9px!important;letter-spacing:.05em;text-transform:uppercase}.period-controls .period-select select{height:34px!important;border:0!important;border-radius:8px!important;background:#fff!important;color:#25344b!important;box-shadow:0 1px 4px #20304a0f!important;font-weight:750!important}.icon-button{border:1px solid #e2e8f0!important;background:#fff!important;color:#42526a;border-radius:10px!important;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.icon-button:hover{background:#f2f7fc!important;border-color:#cfdae6!important;color:#147fd1;transform:translateY(-1px)}.privacy-toggle{color:#147fd1!important}.page-heading,.page-header{margin-bottom:20px!important}.page-heading h1,.page-header h1{color:#18263d;font-size:25px!important;letter-spacing:-.025em;font-weight:780}.page-heading p,.page-header p{color:#7a8798!important;font-size:12.5px!important}.metric-card,.panel,.state-card{border:1px solid var(--cf-border)!important;border-radius:15px!important;box-shadow:0 5px 18px #2337540b!important}.panel{background:#fffffff7}.panel-header{padding:17px 19px!important;background:linear-gradient(180deg,#fff,#fbfcfe)}.panel-header h2{color:#23324a;font-size:15px!important}.button{border-radius:10px!important;min-height:39px;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease}.button.primary{background:linear-gradient(135deg,#18345e,#14213d)!important;box-shadow:0 5px 14px #14213d24}.button.primary:hover{transform:translateY(-1px);box-shadow:0 8px 18px #14213d2e}.button.ghost{border-color:#dbe3ec!important;background:#fff!important}.button.ghost:hover{background:#f5f8fb!important;border-color:#cbd7e4!important}.filter-bar,.accounts-filter,.launches-filter,.investment-filter,.recurrence-filter,.cards-filter,.audit-toolbar,.reconcile-toolbar{border:1px solid var(--cf-border)!important;border-radius:14px!important;background:#fffffff5!important;box-shadow:0 5px 16px #2136530b}.form-grid input:not([type=checkbox]),.form-grid select,.form-grid textarea,.filter-bar input,.filter-bar select,.accounts-filter input,.accounts-filter select{border-color:#dbe4ed!important;border-radius:10px!important;background:#fbfcfe!important}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.filter-bar input:focus,.filter-bar select:focus{border-color:#6da8d8!important;box-shadow:0 0 0 3px #147fd11a!important;background:#fff!important}.table-wrap{border-radius:0 0 14px 14px}th{padding-top:11px!important;padding-bottom:11px!important;background:#f7f9fc!important;color:#738094!important;font-size:10px!important;letter-spacing:.035em;text-transform:uppercase}td{color:#344157}tbody tr{transition:background .14s ease}tbody tr:hover{background:#f7faff}.table-action{border-radius:9px!important;border-color:#dce4ed!important}.dashboard-section-title{margin:22px 0 10px!important;color:#66758a!important;font-size:10px!important;font-weight:850!important;letter-spacing:.1em;text-transform:uppercase}.dashboard-cards{gap:12px!important}button.dashboard-clickable-card{position:relative;overflow:hidden;min-height:124px;padding:17px 18px!important;border-top:3px solid #9fb5cc!important;background:linear-gradient(145deg,#fff 55%,#f7faff)!important}button.dashboard-clickable-card:after{content:"";position:absolute;width:88px;height:88px;right:-42px;bottom:-48px;border-radius:50%;background:#147fd10e;pointer-events:none}.dashboard-clickable-card .metric-card-head span{color:#6d7a8d!important;font-size:11px!important;font-weight:750}.dashboard-clickable-card .metric-card-head svg{width:31px;height:31px;padding:7px;border-radius:10px;background:#edf4fb;color:#3f6e9c;opacity:1!important}.dashboard-clickable-card>strong{color:#1d385d!important;font-size:22px!important;font-weight:780!important;letter-spacing:-.025em}.dashboard-clickable-card>small{color:#8792a2!important;font-size:10.5px!important}.dashboard-clickable-card.income-soft{border-top-color:var(--cf-green)!important;background:linear-gradient(145deg,#fff 54%,#f0fbf5)!important}.dashboard-clickable-card.income-soft>strong,.dashboard-clickable-card.income-soft .metric-card-head svg{color:var(--cf-green)!important}.dashboard-clickable-card.income-soft .metric-card-head svg{background:var(--cf-green-soft)}.dashboard-clickable-card.expense-soft,.dashboard-clickable-card.danger-card{border-top-color:var(--cf-red)!important;background:linear-gradient(145deg,#fff 54%,#fff4f2)!important}.dashboard-clickable-card.expense-soft>strong,.dashboard-clickable-card.danger-card>strong,.dashboard-clickable-card.expense-soft .metric-card-head svg,.dashboard-clickable-card.danger-card .metric-card-head svg{color:var(--cf-red)!important}.dashboard-clickable-card.expense-soft .metric-card-head svg,.dashboard-clickable-card.danger-card .metric-card-head svg{background:var(--cf-red-soft)}.dashboard-clickable-card.transfer-soft,.dashboard-clickable-card.today-card{border-top-color:var(--cf-amber)!important;background:linear-gradient(145deg,#fff 54%,#fff9e8)!important}.dashboard-clickable-card.transfer-soft>strong,.dashboard-clickable-card.today-card>strong,.dashboard-clickable-card.transfer-soft .metric-card-head svg,.dashboard-clickable-card.today-card .metric-card-head svg{color:#b97800!important}.dashboard-clickable-card.transfer-soft .metric-card-head svg,.dashboard-clickable-card.today-card .metric-card-head svg{background:var(--cf-amber-soft)}.dashboard-clickable-card.dashboard-total,.dashboard-clickable-card.result-card{border-top-color:var(--cf-purple)!important;background:linear-gradient(145deg,#fff 54%,#f4f1ff)!important}.dashboard-clickable-card.dashboard-total>strong,.dashboard-clickable-card.result-card:not(.negative)>strong,.dashboard-clickable-card.dashboard-total .metric-card-head svg,.dashboard-clickable-card.result-card:not(.negative) .metric-card-head svg{color:var(--cf-purple)!important}.dashboard-clickable-card.dashboard-total .metric-card-head svg,.dashboard-clickable-card.result-card:not(.negative) .metric-card-head svg{background:var(--cf-purple-soft)}.dashboard-clickable-card.result-card.negative{border-top-color:var(--cf-red)!important}.dashboard-clickable-card.result-card.negative>strong,.dashboard-clickable-card.result-card.negative .metric-card-head svg{color:var(--cf-red)!important}.dashboard-clickable-card.result-card.negative .metric-card-head svg{background:var(--cf-red-soft)}.financial-summary .metric-card.income-soft strong,.launches-summary .metric-card.income-soft strong{color:var(--cf-green)!important}.financial-summary .metric-card.expense-soft strong,.launches-summary .metric-card.expense-soft strong{color:var(--cf-red)!important}.financial-summary .metric-card.transfer-soft strong,.launches-summary .metric-card.transfer-soft strong{color:#315f9d!important}@media(max-width:1024px)and (min-width:641px){.sidebar{width:238px!important;min-width:238px!important}.sidebar.is-collapsed{width:76px!important;min-width:76px!important}.content-area{padding:22px!important}.topbar{padding:0 22px!important}}@media(max-width:640px){body{background:#f3f7fb!important}.sidebar,.sidebar.is-collapsed{width:min(86vw,330px)!important;min-width:min(86vw,330px)!important}.sidebar .sidebar-brand-row{min-height:94px!important;padding-top:calc(14px + env(safe-area-inset-top))!important}.sidebar:not(.is-collapsed) .ff-sidebar-brand-art{grid-template-columns:52px minmax(0,1fr)!important;min-height:62px!important}.sidebar:not(.is-collapsed) .ff-sidebar-symbol{width:52px!important;height:52px!important}.topbar{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;grid-template-rows:auto auto!important;gap:8px 10px!important;height:auto!important;min-height:102px!important;padding:calc(9px + env(safe-area-inset-top)) 12px 10px!important;background:linear-gradient(135deg,var(--mobile-route),var(--mobile-route-dark))!important}.topbar-left{display:flex!important;grid-column:1!important;grid-row:1!important;min-width:0;align-items:center}.mobile-menu-button{display:none!important}.ff-topbar-title{display:flex!important;min-width:0;gap:9px!important;color:#fff}.ff-topbar-title img{width:28px!important;height:28px!important;filter:brightness(0) invert(1)!important;opacity:.96}.topbar-route-copy{min-width:0;gap:0}.topbar-route-copy small{color:#ffffffad!important;font-size:8px!important;letter-spacing:.085em}.topbar-route-copy strong{display:block;max-width:100%;color:#fff!important;font-size:15px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-actions{display:contents!important}.period-controls{grid-column:1 / 3!important;grid-row:2!important;display:grid!important;grid-template-columns:minmax(0,1fr) 96px!important;gap:7px!important;width:100%!important;padding:0!important;border:0!important;background:transparent!important}.period-controls .period-select{width:100%!important}.period-controls .period-select span{display:none!important}.period-controls .period-select select,.period-controls .period-select-month select,.period-controls .period-select-year select{width:100%!important;min-width:0!important;max-width:none!important;height:42px!important;padding:0 34px 0 12px!important;border:1px solid rgba(255,255,255,.62)!important;border-radius:11px!important;background:#fff!important;color:#20304a!important;-webkit-text-fill-color:#20304a!important;font-size:12.5px!important;font-weight:800!important;box-shadow:0 5px 14px #0522411f!important;opacity:1!important}.period-controls .period-select select:disabled{color:#6c7787!important;-webkit-text-fill-color:#6c7787!important;background:#f2f5f8!important;opacity:1!important}.privacy-toggle{display:grid!important;visibility:visible!important;opacity:1!important;grid-column:2!important;grid-row:1!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;align-self:center;justify-self:end;border:1px solid rgba(255,255,255,.3)!important;background:#ffffff2e!important;color:#fff!important;box-shadow:0 4px 12px #00000014}.privacy-toggle:hover,.privacy-toggle:active{background:#ffffff42!important;color:#fff!important}.topbar-logout{display:none!important}.content-area{padding:12px 11px 18px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--mobile-route) 8%,#f5f9fd) 0,#f5f8fc 165px)!important}.page-heading h1,.page-header h1{font-size:20px!important}.page-heading p,.page-header p{line-height:1.45}.metric-card,.panel,.state-card,.filter-bar,.accounts-filter,.launches-filter,.investment-filter,.recurrence-filter,.cards-filter,.audit-toolbar,.reconcile-toolbar{border-color:#dee8f1!important;box-shadow:0 7px 20px #29496c0f!important}.mobile-bottom-nav{height:calc(70px + env(safe-area-inset-bottom))!important;padding:5px 7px calc(5px + env(safe-area-inset-bottom))!important;background:#fffffffb!important;box-shadow:0 -10px 30px #1b3a5b1f!important}.mobile-bottom-nav>button{border-radius:12px!important}.mobile-bottom-nav>button.active:not(.mobile-new-button){font-weight:850}.mobile-bottom-nav .mobile-new-button{transform:translateY(-12px)!important}.mobile-bottom-nav .mobile-new-button>span{width:50px!important;height:50px!important;box-shadow:0 10px 24px color-mix(in srgb,var(--mobile-route) 32%,transparent)!important}.mobile-record-item{box-shadow:0 6px 16px #2b4d700f!important}.modal-card,.modal-wide{box-shadow:0 -16px 50px #10223933!important}}@media(max-width:370px){.topbar{padding-left:9px!important;padding-right:9px!important;gap:7px!important}.period-controls{grid-template-columns:minmax(0,1fr) 88px!important}.topbar-route-copy strong{font-size:14px!important}}.sidebar:not(.is-collapsed) .sidebar-brand-row{align-items:flex-start!important}.sidebar:not(.is-collapsed) .brand-copy{flex:1 1 auto!important;min-width:0!important}.sidebar:not(.is-collapsed) .ff-sidebar-brand,.sidebar:not(.is-collapsed) .ff-sidebar-brand-art{width:100%!important;justify-items:start!important;text-align:left!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark,.sidebar:not(.is-collapsed) .ff-sidebar-signature{justify-self:start!important;text-align:left!important;width:100%!important}@media(max-width:640px){.topbar{grid-template-columns:minmax(0,1fr) 46px!important;padding-left:14px!important}.topbar-left{display:block!important;width:100%!important;min-width:0!important}.topbar .mobile-menu-button,.topbar-left .mobile-menu-button{display:none!important;width:0!important;min-width:0!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important}.topbar .topbar-title.ff-topbar-title{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;width:100%!important;min-width:0!important;gap:0!important}.topbar .topbar-title.ff-topbar-title img{display:none!important}.topbar .topbar-route-copy{display:flex!important;flex-direction:column!important;gap:1px!important;min-width:0!important}.topbar .topbar-route-copy small{display:block!important;font-size:8.5px!important;letter-spacing:.08em!important}.topbar .topbar-route-copy strong{display:block!important;font-size:16px!important;line-height:1.14!important}}.pwa-theme-toggle{display:none!important}@media(max-width:640px){.topbar{grid-template-columns:minmax(0,1fr) 42px 42px!important;gap:8px 8px!important}.period-controls{grid-column:1 / 4!important}.pwa-theme-toggle{display:grid!important;visibility:visible!important;opacity:1!important;grid-column:2!important;grid-row:1!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;align-self:center;justify-self:end;border:1px solid rgba(255,255,255,.3)!important;background:#ffffff29!important;color:#fff!important;box-shadow:0 4px 12px #00000014}.pwa-theme-toggle:hover,.pwa-theme-toggle:active{background:#ffffff42!important;color:#fff!important}.privacy-toggle{grid-column:3!important}body.pwa-dark-theme{color-scheme:dark;background:#0d1626!important;color:#e8eef7!important}body.pwa-dark-theme .app-shell,body.pwa-dark-theme .main-area{background:#0d1626!important}body.pwa-dark-theme .content-area{background:linear-gradient(180deg,color-mix(in srgb,var(--mobile-route) 18%,#0d1626) 0,#0d1626 170px)!important;color:#e8eef7!important}body.pwa-dark-theme .page-heading h1,body.pwa-dark-theme .page-header h1,body.pwa-dark-theme .page-title,body.pwa-dark-theme h1,body.pwa-dark-theme h2,body.pwa-dark-theme h3,body.pwa-dark-theme strong{color:#f5f8fc}body.pwa-dark-theme .page-heading p,body.pwa-dark-theme .page-header p,body.pwa-dark-theme .muted,body.pwa-dark-theme small,body.pwa-dark-theme .subtle-line,body.pwa-dark-theme .schema-note,body.pwa-dark-theme .empty-state{color:#9ca9ba!important}body.pwa-dark-theme .metric-card,body.pwa-dark-theme .panel,body.pwa-dark-theme .state-card,body.pwa-dark-theme .filter-bar,body.pwa-dark-theme .accounts-filter,body.pwa-dark-theme .launches-filter,body.pwa-dark-theme .investment-filter,body.pwa-dark-theme .recurrence-filter,body.pwa-dark-theme .cards-filter,body.pwa-dark-theme .audit-toolbar,body.pwa-dark-theme .reconcile-toolbar,body.pwa-dark-theme .settings-card,body.pwa-dark-theme .credit-card-box,body.pwa-dark-theme .attachment-item,body.pwa-dark-theme .balance-strip,body.pwa-dark-theme .mobile-record-item,body.pwa-dark-theme .investment-statement-head{background:#121f32!important;border-color:#26364d!important;box-shadow:0 8px 22px #00000024!important}body.pwa-dark-theme .metric-card small,body.pwa-dark-theme .metric-card span,body.pwa-dark-theme .balance-strip-label,body.pwa-dark-theme .balance-chip small,body.pwa-dark-theme .balance-total small,body.pwa-dark-theme .credit-card-box p,body.pwa-dark-theme .credit-card-values span,body.pwa-dark-theme .ranking-row span{color:#9aa8ba!important}body.pwa-dark-theme .balance-chip{background:#17263b!important;border-color:#2a3b52!important}body.pwa-dark-theme .balance-divider{background:#2a3b52!important}body.pwa-dark-theme .balance-total strong{color:#f5f8fc!important}body.pwa-dark-theme input,body.pwa-dark-theme select,body.pwa-dark-theme textarea,body.pwa-dark-theme .field-block input,body.pwa-dark-theme .field-block select,body.pwa-dark-theme .field-block textarea{background:#0e1a2b!important;border-color:#31435d!important;color:#eef4fb!important;-webkit-text-fill-color:#eef4fb!important}body.pwa-dark-theme input::placeholder,body.pwa-dark-theme textarea::placeholder{color:#718096!important}body.pwa-dark-theme input:focus,body.pwa-dark-theme select:focus,body.pwa-dark-theme textarea:focus{border-color:#4898e8!important;box-shadow:0 0 0 3px #4898e821!important}body.pwa-dark-theme select option{background:#101c2e!important;color:#eef4fb!important}body.pwa-dark-theme .period-controls .period-select select,body.pwa-dark-theme .period-controls .period-select-month select,body.pwa-dark-theme .period-controls .period-select-year select{background:#142238!important;color:#f3f7fc!important;-webkit-text-fill-color:#f3f7fc!important;border-color:#334964!important;box-shadow:0 5px 14px #0000002e!important}body.pwa-dark-theme .period-controls .period-select select:disabled{background:#111d30!important;color:#8996a8!important;-webkit-text-fill-color:#8996a8!important}body.pwa-dark-theme .table-wrap,body.pwa-dark-theme .table-container,body.pwa-dark-theme table{background:#121f32!important;border-color:#26364d!important;color:#e8eef7!important}body.pwa-dark-theme thead th{background:#17263b!important;color:#a8b4c5!important;border-color:#2a3b52!important}body.pwa-dark-theme tbody td{border-color:#223249!important;color:#e1e8f1!important}body.pwa-dark-theme tbody tr:hover td{background:#16253a!important}body.pwa-dark-theme .row-overdue td{background:#2a1920!important}body.pwa-dark-theme .modal-overlay{background:#020812b8!important}body.pwa-dark-theme .modal-card,body.pwa-dark-theme .modal-wide,body.pwa-dark-theme .mobile-action-sheet,body.pwa-dark-theme .confirm-dialog{background:#121f32!important;border-color:#2c3e56!important;color:#e8eef7!important;box-shadow:0 -18px 54px #00000061!important}body.pwa-dark-theme .modal-card header,body.pwa-dark-theme .modal-wide header,body.pwa-dark-theme .mobile-action-sheet header{border-color:#26364d!important}body.pwa-dark-theme .button.ghost,body.pwa-dark-theme .icon-button:not(.privacy-toggle):not(.pwa-theme-toggle),body.pwa-dark-theme .action-button{background:#16253a!important;border-color:#2d415c!important;color:#dce7f4!important}body.pwa-dark-theme .button.ghost:hover,body.pwa-dark-theme .action-button:hover{background:#1c2e46!important}body.pwa-dark-theme .schema-note,body.pwa-dark-theme .inline-message,body.pwa-dark-theme .empty-state{background:#111d2f!important;border-color:#2a3a50!important}body.pwa-dark-theme .mobile-bottom-nav{background:#0d1626fb!important;border-top-color:#26364d!important;box-shadow:0 -10px 30px #00000047!important}body.pwa-dark-theme .mobile-bottom-nav>button{color:#9ca9ba!important}body.pwa-dark-theme .mobile-bottom-nav>button.active:not(.mobile-new-button){color:#7bbdff!important;background:#14253c!important}body.pwa-dark-theme .mobile-record-item .mobile-record-main,body.pwa-dark-theme .mobile-record-item .mobile-record-meta,body.pwa-dark-theme .mobile-record-item .mobile-record-side{color:#dfe8f3!important}body.pwa-dark-theme .pill:not(.danger),body.pwa-dark-theme .tag,body.pwa-dark-theme .badge{border-color:#31445f!important}}.topbar-search-button{height:38px;min-width:154px;padding:0 8px 0 12px;border:1px solid #e0e7ef;border-radius:11px;background:#f7f9fc;color:#6d7a8d;display:inline-flex;align-items:center;gap:8px;font:inherit;font-size:11px;font-weight:700;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,color .16s ease}.topbar-search-button:hover{background:#fff;border-color:#cbd8e6;color:#243650;box-shadow:0 5px 15px #253e5b12}.topbar-search-button span{flex:1;text-align:left}.topbar-search-button kbd{min-width:31px;height:23px;padding:0 6px;border:1px solid #d9e1ea;border-bottom-color:#c8d2df;border-radius:6px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:2px;color:#8a96a7;font-size:9px;font-family:inherit;box-shadow:0 1px #1a2c430a}.command-palette-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:min(15vh,130px);background:#0a172b66;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.command-palette{width:min(580px,calc(100vw - 36px));overflow:hidden;border:1px solid rgba(255,255,255,.75);border-radius:18px;background:#fff;box-shadow:0 26px 70px #09193047}.command-search{height:62px;padding:0 17px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #e9eef4;color:#8190a3}.command-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#172944;font:inherit;font-size:15px;font-weight:650}.command-search input::placeholder{color:#9ca8b7;font-weight:500}.command-search kbd{padding:4px 7px;border:1px solid #dfe6ee;border-radius:6px;background:#f7f9fb;color:#8290a2;font:700 9px/1 inherit}.command-results{padding:10px}.command-section-label{display:block;padding:5px 8px 8px;color:#9aa6b5;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.command-results>button{width:100%;min-height:54px;padding:8px 10px;border:0;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#607087;text-align:left;cursor:pointer}.command-results>button:hover,.command-results>button:focus-visible{outline:0;background:#f2f7fc;color:#147fd1}.command-results>button>span{display:flex;flex-direction:column;gap:2px;min-width:0}.command-results>button strong{color:#23354e;font-size:12.5px}.command-results>button small{color:#8c99aa;font-size:10px}.command-empty{padding:28px 12px;color:#8b98a9;text-align:center;font-size:12px}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark{max-width:128px}.sidebar .nav-group-title{position:relative;padding-left:9px!important}.sidebar .nav-group-title:before{content:"";position:absolute;left:0;top:50%;width:3px;height:3px;margin-top:-1px;border-radius:50%;background:#7eaadda6}.sidebar .nav-item{overflow:hidden}.sidebar .nav-item:after{content:"";position:absolute;inset:7px auto 7px 0;width:3px;border-radius:0 4px 4px 0;background:#2f9af1;opacity:0;transform:scaleY(.45);transition:opacity .16s ease,transform .16s ease}.sidebar .nav-item.active:after{opacity:1;transform:scaleY(1)}.sidebar .nav-item.active svg{filter:drop-shadow(0 3px 8px rgba(47,154,241,.22))}.sidebar .sidebar-user{border:1px solid rgba(255,255,255,.07);background:#ffffff09}.sidebar .sidebar-user:hover{background:#ffffff0e}.dashboard-intelligence{display:grid;grid-template-columns:minmax(0,1fr) 205px;gap:0;margin-bottom:22px;overflow:hidden;border:1px solid #dbe6f0;border-radius:18px;background:linear-gradient(145deg,#fff,#f8fbfe 62%,#eef7ff);box-shadow:0 12px 32px #22406112}.dashboard-intelligence-copy{padding:21px 23px 19px}.dashboard-intelligence-kicker{display:block;margin-bottom:10px;color:#6d8299;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.dashboard-intelligence-result{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.dashboard-intelligence-result>div{display:flex;flex-direction:column;gap:3px}.dashboard-intelligence-result small{color:#7d8a9b;font-size:10px;font-weight:700}.dashboard-intelligence-result strong{font-size:27px;line-height:1;letter-spacing:-.035em}.dashboard-intelligence-result strong.positive{color:#21845c}.dashboard-intelligence-result strong.negative{color:#bd5147}.dashboard-delta{flex:0 0 auto;margin-bottom:2px;padding:5px 8px;border-radius:999px;background:#eaf8f1;color:#2c815f;font-size:9px;font-weight:800}.dashboard-delta.negative{background:#fff0ef;color:#b14f49}.dashboard-flow-bar{position:relative;height:8px;margin:18px 0 14px;overflow:hidden;border-radius:999px;background:#f4c9c4}.dashboard-flow-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#31ad79,#239566);box-shadow:3px 0 #fff}.dashboard-flow-legend{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dashboard-flow-legend button{min-width:0;padding:10px 12px;border:1px solid #e5ecf3;border-radius:12px;background:#ffffffc7;display:grid;grid-template-columns:1fr auto;gap:2px 12px;text-align:left;font:inherit;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.dashboard-flow-legend button:hover{transform:translateY(-1px);border-color:#d3dfeb;box-shadow:0 7px 18px #2643630f}.dashboard-flow-legend button>span{display:flex;align-items:center;gap:6px;color:#718095;font-size:9.5px;font-weight:750}.dashboard-flow-legend button>span i{width:7px;height:7px;border-radius:50%}.dashboard-flow-legend button>span i.income{background:#31a873}.dashboard-flow-legend button>span i.expense{background:#dc6a60}.dashboard-flow-legend button strong{justify-self:end;color:#243650;font-size:12.5px}.dashboard-flow-legend button small{grid-column:1 / 3;color:#99a4b2;font-size:8.5px}.dashboard-intelligence-actions{padding:19px 16px;border-left:1px solid #e3ecf4;background:#eff7fea8;display:flex;flex-direction:column;gap:7px}.dashboard-intelligence-actions>span{margin:1px 4px 6px;color:#718297;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.dashboard-intelligence-actions button{min-height:39px;padding:0 11px;border:1px solid #dce7f1;border-radius:10px;background:#fff;color:#354961;display:flex;align-items:center;gap:8px;font:inherit;font-size:10.5px;font-weight:750;cursor:pointer;transition:transform .15s ease,border-color .15s ease,color .15s ease}.dashboard-intelligence-actions button:hover{transform:translate(2px);border-color:#bcd5e9;color:#147fd1}.dashboard-intelligence-actions button:disabled{opacity:.45;cursor:not-allowed;transform:none}@media(max-width:1180px)and (min-width:641px){.topbar-search-button{min-width:40px;width:40px;padding:0;justify-content:center}.topbar-search-button span,.topbar-search-button kbd{display:none}.dashboard-intelligence{grid-template-columns:minmax(0,1fr) 185px}}.mobile-quick-actions{display:none}@media(max-width:640px){.topbar-search-button,.command-palette-layer{display:none!important}.mobile-quick-actions{display:block;margin-top:14px}.mobile-section-heading{display:flex;align-items:center;justify-content:space-between;padding:0 3px 8px}.mobile-section-heading>div{display:flex;flex-direction:column;gap:1px}.mobile-section-heading strong{color:#26364c;font-size:13px}.mobile-section-heading span{color:#8d9aab;font-size:9.5px}.mobile-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mobile-quick-grid button{min-width:0;min-height:76px;padding:9px 4px 8px;border:1px solid #dfe9f3;border-radius:17px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#55667d;font:inherit;cursor:pointer;box-shadow:0 8px 20px #274b6f0f}.mobile-quick-grid button>span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center}.mobile-quick-grid button b{max-width:100%;overflow:hidden;font-size:9.5px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.mobile-quick-grid button:active{transform:scale(.975)}.mobile-quick-grid button:disabled{opacity:.42}.mobile-quick-grid .quick-expense>span{background:#fff0ee;color:#d85c52}.mobile-quick-grid .quick-income>span{background:#eaf8f1;color:#25936a}.mobile-quick-grid .quick-transfer>span{background:#eaf4ff;color:#187fd0}.mobile-quick-grid .quick-card>span{background:#f1edff;color:#7259c7}.dashboard-page .mobile-dashboard-summary{margin-inline:-1px}.dashboard-page .mobile-overview-card{margin-top:15px}.dashboard-page .mobile-due-strip{margin-top:12px}body.pwa-dark-theme .mobile-section-heading strong{color:#e6eef8}body.pwa-dark-theme .mobile-section-heading span{color:#8292a7}body.pwa-dark-theme .mobile-quick-grid button{border-color:#263c55;background:#16283d;color:#cad7e7;box-shadow:0 8px 20px #00000029}body.pwa-dark-theme .mobile-quick-grid .quick-expense>span{background:#d85c5229;color:#ff8c82}body.pwa-dark-theme .mobile-quick-grid .quick-income>span{background:#25936a2b;color:#69d6a8}body.pwa-dark-theme .mobile-quick-grid .quick-transfer>span{background:#187fd02e;color:#6db9f3}body.pwa-dark-theme .mobile-quick-grid .quick-card>span{background:#7259c733;color:#ae9aff}}.balance-strip-wrap{gap:10px!important;margin-bottom:18px!important}.balance-strip.balance-strip-line{display:grid!important;grid-template-columns:minmax(190px,240px) minmax(0,1fr) minmax(240px,290px)!important;align-items:stretch!important;gap:16px!important;padding:15px 16px!important;border:1px solid #dfe7f0!important;border-radius:20px!important;background:linear-gradient(135deg,#fff,#fbfdff 72%,#f4f8fd)!important;box-shadow:0 8px 24px #1e385a0e!important;overflow:hidden!important}.balance-strip-heading{display:flex;align-items:center;gap:12px;min-width:0;padding:12px 10px 12px 4px}.balance-strip-icon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:15px;background:#edf5ff;color:#287fce;box-shadow:inset 0 0 0 1px #287fce1a}.balance-strip-label{display:flex!important;flex-direction:column;align-items:flex-start!important;gap:3px!important;color:#344157!important;text-transform:none!important;letter-spacing:0!important}.balance-strip-label strong{font-size:15px;line-height:1.15}.balance-strip-label small{color:#8994a4;font-size:10.5px;font-weight:700}.balance-chips{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));align-items:stretch!important;gap:10px!important;min-width:0;padding:0}.balance-chip{display:flex!important;align-items:center!important;gap:10px!important;min-width:0;min-height:88px;padding:12px 14px!important;border:1px solid #dce6f0!important;border-radius:18px!important;background:linear-gradient(180deg,#fff,#fcfdff)!important;box-shadow:0 4px 12px #283f5a0a}.balance-chip-badge{display:grid;place-items:center;width:54px;height:54px;flex:0 0 54px;border-radius:16px;background:#eef3f8;color:#627085;font-size:15px;font-weight:900;letter-spacing:.02em}.balance-chip-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.balance-chip-copy small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#708095!important;font-size:11px!important;font-weight:800}.balance-chip-copy strong{color:#182845;font-size:15px;line-height:1.1;white-space:nowrap}.balance-chip.is-positive .balance-chip-badge{background:#eaf8f0;color:#2d8a59}.balance-chip.is-negative{border-color:#f1d7db!important;background:linear-gradient(180deg,#fffafb,#fff6f7)!important}.balance-chip.is-negative .balance-chip-badge{background:#ffedf0;color:#c64b5a}.balance-chip.is-negative .balance-chip-copy strong{color:#b83c4c}.balance-total{display:flex!important;flex-direction:column!important;justify-content:center;align-self:stretch!important;min-width:0!important;min-height:100%;padding:18px 22px!important;border:1px solid #d6e7f8;border-radius:20px;background:linear-gradient(135deg,#eef7ff,#f8fbff);box-shadow:inset 0 1px #ffffff73}.balance-total small{color:#718096!important;font-size:10.5px!important;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.balance-total strong{margin-top:8px;color:#102447!important;font-size:28px!important;line-height:1.05}.balance-equals{display:none!important}.balance-strip-investimentos .balance-strip-icon{background:#eef9f6;color:#16836b;box-shadow:inset 0 0 0 1px #16836b1a}.balance-strip-investimentos .balance-total{border-color:#d6ece6;background:linear-gradient(135deg,#edf9f5,#f9fcfb)}.credit-summary .metric-card,.investment-summary .investment-total-card,.investment-summary .investment-base-card,.investment-summary .investment-yield-card{position:relative;overflow:hidden;border-width:1px!important;box-shadow:0 8px 22px #2239570e!important}.credit-summary .metric-card:before,.investment-summary .investment-total-card:before,.investment-summary .investment-base-card:before,.investment-summary .investment-yield-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:14px 0 0 14px}.credit-summary .credit-limit-card{background:linear-gradient(135deg,#fff 58%,#f3f0ff)!important;border-color:#e4ddfb!important}.credit-summary .credit-limit-card:before{background:#7457d9}.credit-summary .credit-limit-card strong{color:#6048bd!important}.credit-summary .credit-open-card{background:linear-gradient(135deg,#fff 58%,#fff3f1)!important;border-color:#f2dfdb!important}.credit-summary .credit-open-card:before{background:#d96b5b}.credit-summary .credit-open-card strong{color:#bd584a!important}.credit-summary .credit-available-card{background:linear-gradient(135deg,#fff 58%,#eef9f4)!important;border-color:#d9ece2!important}.credit-summary .credit-available-card:before{background:#36946a}.credit-summary .credit-available-card strong{color:#2b7f59!important}.credit-card-box{position:relative;overflow:hidden;border-color:#e0e7ef!important;box-shadow:0 7px 20px #263b580d}.credit-card-box:after{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,#6e57d6,#4994e7);opacity:.82}.investment-summary .investment-total-card{background:linear-gradient(135deg,#fff 58%,#edf9f5)!important;border-color:#d6ece4!important}.investment-summary .investment-total-card:before{background:#19876d}.investment-summary .investment-total-card strong{color:#16745f!important}.investment-summary .investment-base-card{background:linear-gradient(135deg,#fff 58%,#eef5ff)!important;border-color:#dbe7f6!important}.investment-summary .investment-base-card:before{background:#3f78bd}.investment-summary .investment-base-card strong{color:#3367a6!important}.investment-summary .investment-yield-card{background:linear-gradient(135deg,#fff 58%,#f6f2ff)!important;border-color:#e6def7!important}.investment-summary .investment-yield-card:before{background:#8162c8}.transfer-option-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;min-height:44px;padding:8px 12px;border:1px solid #e1e7ef;border-radius:11px;background:#f8fafc}.transfer-option-row .check-field{margin:0!important;min-height:auto!important}@media(max-width:1180px){.balance-strip.balance-strip-line{grid-template-columns:minmax(180px,220px) minmax(0,1fr) minmax(210px,250px)!important;gap:12px!important}.balance-chips{grid-template-columns:repeat(auto-fit,minmax(155px,1fr))}.balance-chip{min-height:80px;padding:11px 12px!important}.balance-chip-badge{width:46px;height:46px;flex-basis:46px;font-size:13px}.balance-total strong{font-size:24px!important}}@media(max-width:900px){.balance-strip.balance-strip-line{grid-template-columns:1fr auto!important;gap:10px!important}.balance-strip-heading{grid-column:1;padding:4px 0 0 2px}.balance-chips{grid-column:1 / 3;grid-row:2;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.balance-total{grid-column:2;grid-row:1 / 3;min-width:180px!important}}@media(max-width:640px){.balance-strip-wrap{margin-bottom:14px!important}.balance-strip.balance-strip-line{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;min-height:0;padding:12px!important;border-radius:15px!important}.balance-strip-heading{width:100%;min-width:0}.balance-strip-icon{width:34px;height:34px;flex-basis:34px}.balance-chips{width:100%;order:2;overflow-x:auto}.balance-chip{min-width:138px;min-height:50px;padding:8px 9px!important}.balance-total{order:3;width:100%;min-width:0!important;min-height:54px;padding:9px 12px!important;flex-direction:row!important;align-items:center;justify-content:space-between}.balance-total strong{margin-top:0;font-size:17px!important}.transfer-option-row{flex-direction:column;align-items:flex-start;gap:9px}body.pwa-dark-theme .balance-strip.balance-strip-line{background:linear-gradient(135deg,#17243a,#132035)!important;border-color:#2b3c55!important}body.pwa-dark-theme .balance-strip-icon{background:#203a58;color:#7bc0ff;box-shadow:none}body.pwa-dark-theme .balance-strip-label strong{color:#e8eef7}body.pwa-dark-theme .balance-strip-label small{color:#8998ac}body.pwa-dark-theme .balance-chip{background:#1b293e!important;border-color:#304157!important;box-shadow:none}body.pwa-dark-theme .balance-chip-badge{background:#26364d;color:#aab8ca}body.pwa-dark-theme .balance-chip.is-positive .balance-chip-badge{background:#183b31;color:#6fd0a4}body.pwa-dark-theme .balance-chip.is-negative{background:#2b1c27!important;border-color:#513042!important}body.pwa-dark-theme .balance-chip.is-negative .balance-chip-badge{background:#45212f;color:#ff93a6}body.pwa-dark-theme .balance-chip-copy small{color:#91a0b2!important}body.pwa-dark-theme .balance-chip-copy strong{color:#f1f5fb}body.pwa-dark-theme .balance-chip.is-negative .balance-chip-copy strong{color:#ff9cad}body.pwa-dark-theme .balance-total{background:#1e3149;border-color:#335170}body.pwa-dark-theme .balance-total small{color:#9cadc1!important}body.pwa-dark-theme .balance-total strong{color:#f5f8fc!important}body.pwa-dark-theme .transfer-option-row{background:#17243a;border-color:#304157}}@media(max-width:640px){body.pwa-dark-theme .credit-summary .metric-card,body.pwa-dark-theme .investment-summary .investment-total-card,body.pwa-dark-theme .investment-summary .investment-base-card,body.pwa-dark-theme .investment-summary .investment-yield-card,body.pwa-dark-theme .credit-card-box{background:#1b293e!important;border-color:#304157!important;box-shadow:none!important}body.pwa-dark-theme .credit-summary .credit-limit-card strong{color:#b4a3ff!important}body.pwa-dark-theme .credit-summary .credit-open-card strong{color:#ff9e91!important}body.pwa-dark-theme .credit-summary .credit-available-card strong{color:#79d4a8!important}body.pwa-dark-theme .investment-summary .investment-total-card strong{color:#72d0ae!important}body.pwa-dark-theme .investment-summary .investment-base-card strong{color:#88b8f2!important}}.balance-chip.is-highlighted{position:relative;border-color:#b9d9f6!important;background:linear-gradient(145deg,#fff,#f3f9ff)!important;box-shadow:0 8px 20px #256fb217!important}.balance-chip.is-highlighted:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:18px 0 0 18px;background:#348bd3}.balance-strip-investimentos .balance-chip.is-highlighted{border-color:#bfe4d7!important;background:linear-gradient(145deg,#fff,#f0faf6)!important;box-shadow:0 8px 20px #17836914!important}.balance-strip-investimentos .balance-chip.is-highlighted:before{background:#19876d}.balance-chip-title-row{display:flex;align-items:center;gap:7px;min-width:0}.balance-chip-title-row small{min-width:0;flex:1 1 auto}.balance-chip-title-row em{flex:0 0 auto;padding:3px 6px;border-radius:999px;background:#e9f4ff;color:#2674b8;font-size:7.5px;font-style:normal;font-weight:900;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}.balance-strip-investimentos .balance-chip-title-row em{background:#e7f7f1;color:#187b64}.balance-total{gap:16px}.balance-total-main{display:flex;flex-direction:column;justify-content:center}.balance-total-insights{display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;padding-top:14px;border-top:1px solid rgba(76,123,169,.15)}.balance-total-insights>span{display:flex;flex-direction:column;gap:3px;min-width:0}.balance-total-insights small{color:#8492a5!important;font-size:8px!important;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.balance-total-insights b{overflow:hidden;color:#344c6e;font-size:11.5px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.balance-strip-investimentos .balance-total-insights{border-top-color:#24846924}.balance-strip-investimentos .balance-total-insights b{color:#2d6557}@media(max-width:1180px)and (min-width:901px){.balance-chip-title-row em{display:none}.balance-total-insights{grid-template-columns:1fr;gap:7px}}@media(max-width:640px){.balance-chip.is-highlighted:before{width:3px;border-radius:13px 0 0 13px}.balance-chip-title-row em{display:none}.balance-total{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px 14px!important;align-items:center!important}.balance-total-main{min-width:0}.balance-total-insights{grid-column:1 / 3;grid-template-columns:1fr 1.35fr;width:100%;padding-top:9px}.balance-total-insights b{font-size:10.5px}body.pwa-dark-theme .balance-chip.is-highlighted{background:linear-gradient(145deg,#1b293e,#1b324a)!important;border-color:#365b7c!important}body.pwa-dark-theme .balance-strip-investimentos .balance-chip.is-highlighted{background:linear-gradient(145deg,#1b293e,#17372f)!important;border-color:#315d50!important}body.pwa-dark-theme .balance-total-insights{border-top-color:#34506b}body.pwa-dark-theme .balance-total-insights small{color:#8395aa!important}body.pwa-dark-theme .balance-total-insights b{color:#d6e1ee}}.balance-strip-wrap{display:flex!important;flex-direction:column!important;gap:14px!important;margin-bottom:18px!important}.balance-strip.balance-overview{display:grid!important;grid-template-columns:minmax(340px,410px) minmax(0,1fr)!important;gap:16px!important;align-items:stretch!important;padding:18px!important;border:1px solid #dde7f2!important;border-radius:22px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 10px 26px #182e4e0d!important;overflow:hidden!important}.balance-overview-main{display:flex;flex-direction:column;gap:14px;min-width:0}.balance-overview-heading{min-width:0!important;padding:0!important}.balance-overview-heading .balance-strip-icon{width:44px!important;height:44px!important;border-radius:14px!important}.balance-overview-heading .balance-strip-label strong{font-size:15px!important}.balance-overview-heading .balance-strip-label small{font-size:10.5px!important}.balance-summary-card{display:flex;flex-direction:column;justify-content:space-between;gap:16px;min-height:168px;padding:22px 22px 20px;border:1px solid #dbe7f4;border-radius:20px;background:linear-gradient(135deg,#173159,#1f4576 55%,#2b5f98);box-shadow:0 14px 30px #152d5224;color:#fff;position:relative;overflow:hidden}.balance-summary-card:after{content:"";position:absolute;right:-40px;top:-40px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,#ffffff2e,#fff0 68%);pointer-events:none}.balance-strip-investimentos .balance-summary-card{background:linear-gradient(135deg,#114839,#17614d 55%,#1f7c62)}.balance-summary-copy{position:relative;z-index:1}.balance-summary-copy small{display:block;color:#ffffffc2!important;font-size:11px!important;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.balance-summary-copy strong{display:block;margin-top:10px;color:#fff!important;font-size:40px!important;line-height:1.02;letter-spacing:-.03em}.balance-summary-insights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;position:relative;z-index:1}.balance-summary-insights span{display:flex;flex-direction:column;gap:4px;padding-top:12px;border-top:1px solid rgba(255,255,255,.16)}.balance-summary-insights small{color:#ffffffb8!important;font-size:10px!important;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.balance-summary-insights b{color:#fff;font-size:15px;line-height:1.2}.balance-accounts-zone{display:flex;flex-direction:column;min-width:0;gap:10px;padding:4px 2px 2px}.balance-accounts-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:2px 4px}.balance-accounts-header strong{color:#2f3d56;font-size:13px;font-weight:800}.balance-accounts-header span{color:#8a96a8;font-size:11px}.balance-accounts-track{display:flex;flex-wrap:wrap;gap:10px;align-content:flex-start;min-width:0}.balance-account-chip{display:flex;align-items:center;gap:10px;min-width:178px;max-width:220px;flex:1 1 178px;padding:12px 13px;border:1px solid #e3ebf5;border-radius:16px;background:#f8fbff;box-shadow:0 2px 8px #203a5c08;position:relative}.balance-account-chip-badge{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#eaf0f7;color:#5c6b80;font-size:11px;font-weight:900}.balance-account-chip-copy{display:flex;flex-direction:column;min-width:0;gap:3px}.balance-account-chip-copy small{color:#708196!important;font-size:10px!important;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.balance-account-chip-copy strong{color:#19304f;font-size:16px;line-height:1.1;white-space:nowrap}.balance-account-chip em{position:absolute;top:10px;right:10px;padding:3px 7px;border-radius:999px;background:#e9f1ff;color:#3f69a6;font-style:normal;font-size:9px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.balance-account-chip.is-featured{border-color:#c9dcf6;background:linear-gradient(180deg,#f8fbff,#f2f7ff)}.balance-account-chip.is-positive .balance-account-chip-badge{background:#e9f8f0;color:#28794f}.balance-account-chip.is-negative{border-color:#f1d7db;background:#fff8f9}.balance-account-chip.is-negative .balance-account-chip-badge{background:#ffedf0;color:#c64b5a}.balance-account-chip.is-negative .balance-account-chip-copy strong{color:#b83c4c}@media(max-width:1180px){.balance-strip.balance-overview{grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important}.balance-summary-copy strong{font-size:34px!important}.balance-summary-insights{grid-template-columns:1fr;gap:8px}.balance-summary-insights span{padding-top:10px}}@media(max-width:820px){.balance-strip.balance-overview{grid-template-columns:1fr!important;gap:14px!important}.balance-summary-card{min-height:0}.balance-accounts-header{align-items:flex-start;flex-direction:column;gap:2px}}@media(max-width:640px){.balance-strip.balance-overview{padding:14px!important;border-radius:18px!important}.balance-overview-main{gap:10px}.balance-summary-card{min-height:0;padding:16px 16px 14px;border-radius:18px;gap:12px}.balance-summary-copy strong{margin-top:7px;font-size:28px!important}.balance-summary-insights{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.balance-summary-insights small{font-size:9px!important}.balance-summary-insights b{font-size:12px}.balance-accounts-zone{gap:8px;padding:0}.balance-accounts-header strong{font-size:12px}.balance-accounts-header span{font-size:10px}.balance-accounts-track{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;margin-right:-2px;scrollbar-width:thin}.balance-account-chip{flex:0 0 150px;min-width:150px;max-width:none;padding:10px 11px;border-radius:14px}.balance-account-chip-badge{width:34px;height:34px;flex-basis:34px;border-radius:10px;font-size:10px}.balance-account-chip-copy strong{font-size:14px}.balance-account-chip em{display:none}body.pwa-dark-theme .balance-strip.balance-overview{background:linear-gradient(180deg,#121d30,#132237)!important;border-color:#283a52!important;box-shadow:none!important}body.pwa-dark-theme .balance-summary-card{background:linear-gradient(135deg,#17365f,#234b7a 58%,#2b5f98)!important;border-color:#31547c!important;box-shadow:none!important}body.pwa-dark-theme .balance-strip-investimentos .balance-summary-card{background:linear-gradient(135deg,#124334,#195943 58%,#1f7358)!important}body.pwa-dark-theme .balance-accounts-header strong{color:#e5edf8!important}body.pwa-dark-theme .balance-accounts-header span{color:#8ea0b5!important}body.pwa-dark-theme .balance-account-chip{background:#1a2a40!important;border-color:#304157!important;box-shadow:none!important}body.pwa-dark-theme .balance-account-chip-badge{background:#25374d!important;color:#adc0d4!important}body.pwa-dark-theme .balance-account-chip-copy small{color:#95a5b8!important}body.pwa-dark-theme .balance-account-chip-copy strong{color:#f2f6fc!important}body.pwa-dark-theme .balance-account-chip.is-positive .balance-account-chip-badge{background:#17382e!important;color:#71d2a6!important}body.pwa-dark-theme .balance-account-chip.is-negative{background:#2a1d28!important;border-color:#513042!important}body.pwa-dark-theme .balance-account-chip.is-negative .balance-account-chip-badge{background:#45212f!important;color:#ff93a6!important}body.pwa-dark-theme .balance-account-chip.is-negative .balance-account-chip-copy strong{color:#ffa0b0!important}}.balance-strip.balance-overview{grid-template-columns:minmax(350px,430px) minmax(0,1fr)!important;gap:18px!important;padding:20px!important;border-radius:24px!important}.balance-overview-main{gap:12px!important}.balance-overview-heading{align-items:center!important}.balance-overview-heading .balance-strip-icon{width:42px!important;height:42px!important;border-radius:14px!important}.balance-overview-heading .balance-strip-label strong{font-size:17px!important}.balance-overview-heading .balance-strip-label small{color:#8b97a8!important;font-size:11px!important;font-weight:600!important}.balance-summary-card{min-height:142px!important;padding:22px 24px!important;border-radius:22px!important;gap:8px!important;justify-content:center!important}.balance-summary-card:after{right:-55px!important;top:-55px!important;width:170px!important;height:170px!important}.balance-summary-copy small{font-size:11px!important}.balance-summary-copy strong{margin-top:10px!important;font-size:46px!important}.balance-summary-insights{display:none!important}.balance-accounts-zone{gap:12px!important;padding:4px 0 0!important}.balance-accounts-header{justify-content:flex-start!important;padding:0 4px!important}.balance-accounts-header strong{color:#324159!important;font-size:14px!important;font-weight:800!important}.balance-accounts-header span{display:none!important}.balance-accounts-track{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(156px,1fr));gap:10px!important}.balance-account-chip{min-width:0!important;max-width:none!important;flex:unset!important;gap:9px!important;padding:11px 12px!important;border-radius:15px!important;background:#f9fbfe!important;border:1px solid #e4ebf4!important;box-shadow:none!important}.balance-account-chip-badge{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:11px!important;font-size:10px!important}.balance-account-chip-copy{gap:2px!important}.balance-account-chip-copy small{font-size:10px!important}.balance-account-chip-copy strong{font-size:14px!important}.balance-account-chip em{display:none!important}@media(max-width:1180px){.balance-strip.balance-overview{grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important}.balance-summary-copy strong{font-size:38px!important}.balance-accounts-track{grid-template-columns:repeat(auto-fit,minmax(148px,1fr))}}@media(max-width:820px){.balance-strip.balance-overview{grid-template-columns:1fr!important;gap:14px!important;padding:16px!important}.balance-summary-card{min-height:124px!important;padding:18px!important}.balance-accounts-track{grid-template-columns:repeat(auto-fit,minmax(146px,1fr))}}@media(max-width:640px){.balance-strip.balance-overview{padding:14px!important;border-radius:18px!important;gap:12px!important}.balance-overview-heading .balance-strip-label strong{font-size:15px!important}.balance-overview-heading .balance-strip-label small{font-size:10px!important}.balance-summary-card{min-height:108px!important;padding:16px!important;border-radius:18px!important}.balance-summary-copy small{font-size:10px!important}.balance-summary-copy strong{margin-top:8px!important;font-size:31px!important;line-height:1.05!important}.balance-accounts-zone{gap:8px!important;padding:0!important}.balance-accounts-header strong{font-size:12px!important}.balance-accounts-track{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;padding-bottom:3px!important;scrollbar-width:thin}.balance-account-chip{flex:0 0 142px!important;min-width:142px!important;max-width:142px!important;padding:10px!important}.balance-account-chip-badge{width:32px!important;height:32px!important;flex-basis:32px!important;border-radius:10px!important}.balance-account-chip-copy strong{font-size:13px!important}body.pwa-dark-theme .balance-strip.balance-overview{background:linear-gradient(180deg,#121d30,#132237)!important;border-color:#283a52!important;box-shadow:none!important}body.pwa-dark-theme .balance-summary-card{background:linear-gradient(135deg,#17365f,#234b7a 58%,#2b5f98)!important;border-color:#31547c!important;box-shadow:none!important}body.pwa-dark-theme .balance-strip-investimentos .balance-summary-card{background:linear-gradient(135deg,#124334,#195943 58%,#1f7358)!important}body.pwa-dark-theme .balance-accounts-header strong{color:#e5edf8!important}body.pwa-dark-theme .balance-account-chip{background:#1a2a40!important;border-color:#304157!important;box-shadow:none!important}body.pwa-dark-theme .balance-account-chip-badge{background:#25374d!important;color:#adc0d4!important}body.pwa-dark-theme .balance-account-chip-copy small{color:#95a5b8!important}body.pwa-dark-theme .balance-account-chip-copy strong{color:#f2f6fc!important}body.pwa-dark-theme .balance-account-chip.is-positive .balance-account-chip-badge{background:#17382e!important;color:#71d2a6!important}body.pwa-dark-theme .balance-account-chip.is-negative{background:#2a1d28!important;border-color:#513042!important}body.pwa-dark-theme .balance-account-chip.is-negative .balance-account-chip-badge{background:#45212f!important;color:#ff93a6!important}body.pwa-dark-theme .balance-account-chip.is-negative .balance-account-chip-copy strong{color:#ffa0b0!important}}.balance-strip.balance-modern{display:flex!important;flex-direction:column!important;gap:16px!important;padding:18px 18px 16px!important;border:1px solid #dde7f2!important;border-radius:24px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 10px 24px #1930500b!important;overflow:hidden!important}.balance-modern-head{display:flex;align-items:center;gap:14px;min-width:0}.balance-modern-icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:15px;background:#edf5ff;color:#3f82d6;box-shadow:inset 0 0 0 1px #3f82d61a}.balance-strip-investimentos .balance-modern-icon{background:#eef8f4;color:#198768;box-shadow:inset 0 0 0 1px #1987681a}.balance-modern-title{min-width:0;display:flex;flex-direction:column;gap:2px}.balance-modern-title strong{color:#2e3d57;font-size:17px;line-height:1.15}.balance-modern-title small{color:#8997aa;font-size:11px;line-height:1.35}.balance-modern-body{display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);gap:18px;align-items:stretch}.balance-modern-summary{display:flex;flex-direction:column;justify-content:center;gap:10px;min-height:124px;padding:20px 22px;border-radius:22px;background:linear-gradient(135deg,#213c69,#345891 58%,#476da9);box-shadow:0 12px 26px #1f385e24;position:relative;overflow:hidden}.balance-modern-summary:after{content:"";position:absolute;right:-36px;top:-36px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,#ffffff2e,#fff0 70%)}.balance-strip-investimentos .balance-modern-summary{background:linear-gradient(135deg,#154637,#1b5e49 58%,#24755c)}.balance-modern-summary small{position:relative;z-index:1;color:#fffc!important;font-size:11px!important;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.balance-modern-summary strong{position:relative;z-index:1;color:#fff!important;font-size:44px!important;line-height:1.02;letter-spacing:-.03em}.balance-modern-list-wrap{display:flex;flex-direction:column;min-width:0;gap:10px}.balance-modern-list-label{color:#344157;font-size:13px;font-weight:800;padding:2px 2px 0}.balance-modern-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:10px;align-content:start}.balance-modern-item{display:flex;align-items:center;gap:10px;min-width:0;min-height:74px;padding:11px 12px;border:1px solid #e4ebf4;border-radius:16px;background:#f8fbfe}.balance-modern-item-badge{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:11px;background:#ebf0f6;color:#617086;font-size:10px;font-weight:900}.balance-modern-item-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.balance-modern-item-copy small{color:#78879a!important;font-size:10px!important;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.balance-modern-item-copy strong{color:#1f3556;font-size:13px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.balance-modern-item.is-positive .balance-modern-item-badge{background:#e8f7ef;color:#2c7d53}.balance-modern-item.is-negative{background:#fff8f9;border-color:#efd5da}.balance-modern-item.is-negative .balance-modern-item-badge{background:#ffedf0;color:#bf4757}.balance-modern-item.is-negative .balance-modern-item-copy strong{color:#b13d4b}@media(max-width:1180px){.balance-modern-body{grid-template-columns:minmax(280px,330px) minmax(0,1fr);gap:14px}.balance-modern-summary strong{font-size:38px!important}.balance-modern-list{grid-template-columns:repeat(auto-fit,minmax(156px,1fr))}}@media(max-width:820px){.balance-modern-body{grid-template-columns:1fr}.balance-modern-summary{min-height:112px}}@media(max-width:640px){.balance-strip.balance-modern{padding:14px!important;border-radius:18px!important;gap:12px!important}.balance-modern-head{gap:10px}.balance-modern-icon{width:40px;height:40px;flex-basis:40px;border-radius:13px}.balance-modern-title strong{font-size:15px}.balance-modern-title small{font-size:10px}.balance-modern-body{gap:12px}.balance-modern-summary{min-height:102px;padding:16px;border-radius:18px}.balance-modern-summary small{font-size:10px!important}.balance-modern-summary strong{font-size:31px!important;line-height:1.04}.balance-modern-list-label{font-size:12px;padding-left:1px}.balance-modern-list{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:4px;scrollbar-width:thin}.balance-modern-item{flex:0 0 136px;min-width:136px;min-height:66px;padding:10px;border-radius:14px}.balance-modern-item-badge{width:30px;height:30px;flex-basis:30px;border-radius:10px;font-size:9px}.balance-modern-item-copy small{font-size:9.5px!important}.balance-modern-item-copy strong{font-size:12px}body.pwa-dark-theme .balance-strip.balance-modern{background:linear-gradient(180deg,#121d30,#132237)!important;border-color:#283a52!important;box-shadow:none!important}body.pwa-dark-theme .balance-modern-title strong{color:#ecf2fb!important}body.pwa-dark-theme .balance-modern-title small{color:#95a6bb!important}body.pwa-dark-theme .balance-modern-summary{background:linear-gradient(135deg,#17365f,#234b7a 58%,#2b5f98)!important;box-shadow:none!important}body.pwa-dark-theme .balance-strip-investimentos .balance-modern-summary{background:linear-gradient(135deg,#124334,#195943 58%,#1f7358)!important}body.pwa-dark-theme .balance-modern-list-label{color:#e5edf8!important}body.pwa-dark-theme .balance-modern-item{background:#1a2a40!important;border-color:#304157!important}body.pwa-dark-theme .balance-modern-item-badge{background:#26374d!important;color:#adc0d4!important}body.pwa-dark-theme .balance-modern-item.is-positive .balance-modern-item-badge{background:#17382e!important;color:#71d2a6!important}body.pwa-dark-theme .balance-modern-item.is-negative{background:#2a1d28!important;border-color:#513042!important}body.pwa-dark-theme .balance-modern-item.is-negative .balance-modern-item-badge{background:#45212f!important;color:#ff93a6!important}body.pwa-dark-theme .balance-modern-item-copy small{color:#95a5b8!important}body.pwa-dark-theme .balance-modern-item-copy strong{color:#f2f6fc!important}body.pwa-dark-theme .balance-modern-item.is-negative .balance-modern-item-copy strong{color:#ff9ead!important}}.balance-modern-body{grid-template-columns:minmax(0,1fr) minmax(320px,390px)!important;grid-template-areas:"list summary"!important;gap:18px!important;align-items:stretch!important}.balance-modern-list-wrap{grid-area:list!important}.balance-modern-summary{grid-area:summary!important;align-self:stretch!important;min-height:0!important;height:100%!important;padding:18px 20px!important;border-radius:20px!important}.balance-modern-list{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;gap:10px!important}.balance-modern-item{min-height:58px!important;padding:9px 11px!important;border-radius:15px!important}.balance-modern-item-badge{width:30px!important;height:30px!important;flex-basis:30px!important;border-radius:10px!important;font-size:9px!important}.balance-modern-item-copy small{font-size:9.5px!important;line-height:1.1!important}.balance-modern-item-copy strong{font-size:11px!important;line-height:1.1!important}.balance-modern-summary strong{font-size:40px!important}@media(max-width:1180px){.balance-modern-body{grid-template-columns:minmax(0,1fr) minmax(280px,340px)!important;gap:14px!important}.balance-modern-list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}.balance-modern-summary strong{font-size:34px!important}}@media(max-width:820px){.balance-modern-body{grid-template-columns:1fr!important;grid-template-areas:"summary" "list"!important}.balance-modern-summary{height:auto!important;min-height:108px!important}}@media(max-width:640px){.balance-modern-summary{padding:16px!important;min-height:100px!important}.balance-modern-summary strong{font-size:31px!important}.balance-modern-list{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important}.balance-modern-item{flex:0 0 130px!important;min-width:130px!important;min-height:60px!important;padding:9px 10px!important}.balance-modern-item-copy strong{font-size:11.5px!important}}.balance-modern-body{display:grid!important;grid-template-columns:minmax(0,1fr) 320px!important;grid-template-areas:"list summary"!important;gap:16px!important;align-items:stretch!important}.balance-modern-list-wrap{grid-area:list!important;display:grid!important;grid-template-rows:auto 1fr!important;gap:10px!important;min-width:0!important}.balance-modern-list-label{font-size:13px!important;font-weight:800!important;color:#33415a!important;padding:0 2px!important}.balance-modern-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-rows:72px!important;gap:10px!important;align-content:start!important}.balance-modern-item{min-height:72px!important;height:72px!important;padding:10px 12px!important;border-radius:16px!important;background:#f9fbfe!important;border:1px solid #e4ebf4!important;box-shadow:none!important}.balance-modern-item-badge{width:32px!important;height:32px!important;flex-basis:32px!important;border-radius:10px!important;font-size:9px!important}.balance-modern-item-copy{gap:2px!important}.balance-modern-item-copy small{font-size:10px!important;line-height:1.1!important}.balance-modern-item-copy strong{font-size:13px!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.balance-modern-summary{grid-area:summary!important;align-self:stretch!important;justify-content:center!important;min-height:154px!important;height:100%!important;padding:18px 20px!important;border-radius:18px!important;box-shadow:0 8px 22px #1f385e17!important}.balance-modern-summary small{font-size:11px!important;letter-spacing:.05em!important}.balance-modern-summary strong{font-size:28px!important;line-height:1.08!important;letter-spacing:-.02em!important}@media(max-width:1180px){.balance-modern-body{grid-template-columns:minmax(0,1fr) 280px!important}.balance-modern-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.balance-modern-summary{min-height:154px!important}.balance-modern-summary strong{font-size:25px!important}}@media(max-width:820px){.balance-modern-body{grid-template-columns:1fr!important;grid-template-areas:"summary" "list"!important}.balance-modern-summary{height:auto!important;min-height:108px!important}.balance-modern-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:68px!important}.balance-modern-item{min-height:68px!important;height:68px!important}}@media(max-width:640px){.balance-modern-list{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;padding-bottom:4px!important}.balance-modern-item{flex:0 0 132px!important;min-width:132px!important;max-width:132px!important;min-height:62px!important;height:62px!important;padding:9px 10px!important}.balance-modern-item-copy small{font-size:9px!important}.balance-modern-item-copy strong{font-size:11px!important}.balance-modern-summary{min-height:100px!important;padding:16px!important}.balance-modern-summary strong{font-size:26px!important}}.balance-strip.balance-equation-strip{display:flex!important;flex-direction:column!important;gap:14px!important;padding:18px 20px!important;border:1px solid #dde6f0!important;border-radius:22px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 8px 22px #1c31500a!important;overflow:hidden!important}.balance-equation-head{display:flex;align-items:center;gap:12px;min-width:0}.balance-equation-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:14px;background:#edf4ff;color:#4c82d4;box-shadow:inset 0 0 0 1px #4c82d41a}.balance-strip-investimentos .balance-equation-icon{background:#eef8f4;color:#1d8a69;box-shadow:inset 0 0 0 1px #1d8a691a}.balance-equation-title{display:flex;flex-direction:column;gap:2px;min-width:0}.balance-equation-title strong{color:#31415b;font-size:16px;line-height:1.15}.balance-equation-title small{color:#8c98a9;font-size:11px;line-height:1.3}.balance-equation-row{display:flex;align-items:stretch;gap:8px;min-width:0;overflow-x:auto;overflow-y:hidden;padding:2px 1px 4px;scrollbar-width:thin}.balance-equation-term{flex:0 0 auto;min-width:116px;max-width:132px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:11px 12px 10px;border:1px solid #e4ebf4;border-radius:16px;background:#f9fbfe;text-align:center}.balance-equation-term strong{color:#203555;font-size:18px;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.balance-equation-term small{color:#7c899b!important;font-size:10px!important;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.balance-equation-term.is-positive{background:linear-gradient(180deg,#f9fbfe,#f5fbf7)}.balance-equation-term.is-positive strong{color:#244767}.balance-equation-term.is-negative{background:#fff8f9;border-color:#efd8dc}.balance-equation-term.is-negative strong{color:#b64150}.balance-equation-term.is-negative small{color:#a57780!important}.balance-equation-operator{flex:0 0 auto;align-self:center;color:#8a97a8;font-size:18px;font-weight:900;line-height:1;padding:0 2px}.balance-equation-operator.is-equals{color:#5a6e90;font-size:20px}.balance-equation-total{min-width:156px;max-width:182px;background:linear-gradient(135deg,#233d69,#34578f 62%,#476aa1)!important;border-color:#2d4b7a!important;box-shadow:0 8px 18px #20385e1a}.balance-strip-investimentos .balance-equation-total{background:linear-gradient(135deg,#154637,#1c5f4a 62%,#24765c)!important;border-color:#1f6952!important}.balance-equation-total strong,.balance-equation-total small{color:#fff!important}.balance-equation-total small{opacity:.82;letter-spacing:.02em}@media(max-width:1180px){.balance-equation-term{min-width:108px;max-width:126px}.balance-equation-term strong{font-size:17px}.balance-equation-total{min-width:146px}}@media(max-width:640px){.balance-strip.balance-equation-strip{padding:14px!important;border-radius:18px!important;gap:12px!important}.balance-equation-head{gap:10px}.balance-equation-icon{width:38px;height:38px;flex-basis:38px;border-radius:12px}.balance-equation-title strong{font-size:15px}.balance-equation-title small{font-size:10px}.balance-equation-row{gap:7px;padding-bottom:2px}.balance-equation-term{min-width:104px;max-width:104px;padding:10px 9px 9px;border-radius:14px;gap:3px}.balance-equation-term strong{font-size:14px}.balance-equation-term small{font-size:9px!important}.balance-equation-operator{font-size:16px}.balance-equation-operator.is-equals{font-size:18px}.balance-equation-total{min-width:124px;max-width:124px}body.pwa-dark-theme .balance-strip.balance-equation-strip{background:linear-gradient(180deg,#121d30,#132237)!important;border-color:#293a52!important;box-shadow:none!important}body.pwa-dark-theme .balance-equation-title strong{color:#e9f0f9!important}body.pwa-dark-theme .balance-equation-title small{color:#95a6bb!important}body.pwa-dark-theme .balance-equation-term{background:#1a2a40!important;border-color:#304157!important}body.pwa-dark-theme .balance-equation-term strong{color:#f2f6fc!important}body.pwa-dark-theme .balance-equation-term small{color:#95a5b8!important}body.pwa-dark-theme .balance-equation-term.is-negative{background:#2a1d28!important;border-color:#513042!important}body.pwa-dark-theme .balance-equation-term.is-negative strong{color:#ff9ead!important}body.pwa-dark-theme .balance-equation-term.is-negative small{color:#c69aa4!important}body.pwa-dark-theme .balance-equation-operator{color:#8fa0b6!important}}.balance-strip.balance-equation-strip{align-items:stretch!important}.balance-equation-head{justify-content:flex-start!important;align-self:flex-start!important;width:100%!important;text-align:left!important}.balance-equation-title{align-items:flex-start!important;text-align:left!important}.balance-equation-row{width:100%!important;align-items:center!important;gap:10px!important}.balance-equation-term{flex:1 1 0!important;min-width:0!important;max-width:none!important;padding:10px 12px 9px!important;border:0!important;box-shadow:none!important;background:#f7f9fc!important;border-radius:16px!important}.balance-equation-term strong{font-size:16px!important;font-weight:700!important;line-height:1.12!important;letter-spacing:0!important}.balance-equation-term small{margin-top:2px!important;color:#8a929d!important;font-size:10px!important;font-weight:700!important;line-height:1.25!important}.balance-equation-operator{flex:0 0 auto!important;padding:0 4px!important;font-size:16px!important}.balance-equation-operator.is-equals{font-size:18px!important}.balance-equation-total{flex:1.05 1 0!important;min-width:0!important;background:#fff!important;border:1px solid #e7eaf0!important;box-shadow:0 2px 10px #19233209!important}.balance-equation-total strong{color:#213657!important;font-size:20px!important;font-weight:700!important;line-height:1.15!important}.balance-equation-total small{color:#8a929d!important;font-size:10px!important;font-weight:700!important}@media(max-width:1180px){.balance-equation-term strong{font-size:15px!important}.balance-equation-total strong{font-size:18px!important}}@media(max-width:640px){.balance-equation-row{gap:8px!important}.balance-equation-term{flex:0 0 112px!important;min-width:112px!important;max-width:112px!important;padding:9px 10px 8px!important}.balance-equation-term strong{font-size:13px!important}.balance-equation-term small{font-size:9px!important}.balance-equation-total{flex:0 0 128px!important;min-width:128px!important;max-width:128px!important}.balance-equation-total strong{font-size:16px!important}}.balance-equation-row{gap:5px!important}.balance-equation-term{padding:8px 10px 7px!important;border-radius:14px!important}.balance-equation-term strong{font-size:14px!important;font-weight:500!important;line-height:1.08!important}.balance-equation-term small{margin-top:1px!important;font-size:10px!important;font-weight:700!important}.balance-equation-operator{padding:0 1px!important;font-size:15px!important}.balance-equation-operator.is-equals{font-size:17px!important}.balance-equation-total{padding:8px 12px 7px!important}.balance-equation-total strong{font-size:19px!important;font-weight:700!important;line-height:1.1!important}.balance-equation-total small{font-size:10px!important;font-weight:700!important}@media(max-width:1180px){.balance-equation-row{gap:4px!important}.balance-equation-term strong{font-size:13px!important}.balance-equation-total strong{font-size:18px!important}}@media(max-width:640px){.balance-equation-row{gap:6px!important}.balance-equation-term{flex:0 0 106px!important;min-width:106px!important;max-width:106px!important;padding:8px 9px 7px!important}.balance-equation-term strong{font-size:12px!important;font-weight:500!important}.balance-equation-term small{font-size:8.5px!important}.balance-equation-total{flex:0 0 122px!important;min-width:122px!important;max-width:122px!important}.balance-equation-total strong{font-size:15px!important;font-weight:700!important}}.balance-equation-row{gap:6px!important}.balance-equation-term{padding:9px 10px 8px!important;background:transparent!important;border-radius:12px!important}.balance-equation-term strong{font-size:14px!important;font-weight:500!important;line-height:1.1!important;color:#33435f!important}.balance-equation-term small{margin-top:2px!important;font-size:10px!important;font-weight:600!important;color:#8b95a5!important}.balance-equation-operator{padding:0 1px!important;font-size:15px!important;color:#9aa5b4!important}.balance-equation-operator.is-equals{margin:0 2px!important;font-size:17px!important;color:#6f7f98!important}.balance-equation-total{background:linear-gradient(180deg,#f7faff,#edf4ff)!important;border:1px solid #d7e4f5!important;box-shadow:0 4px 12px #29486f0f!important}.balance-equation-total strong{font-size:14px!important;font-weight:800!important;color:#1f3a63!important}.balance-equation-total small{font-size:10px!important;font-weight:800!important;color:#607592!important}.balance-strip-investimentos .balance-equation-total{background:linear-gradient(180deg,#f4fbf8,#eaf6f1)!important;border-color:#d5eadf!important}.balance-strip-investimentos .balance-equation-total strong{color:#205c4b!important}@media(max-width:1180px){.balance-equation-row{gap:5px!important}.balance-equation-term strong,.balance-equation-total strong{font-size:13.5px!important}}@media(max-width:640px){.balance-equation-row{gap:5px!important}.balance-equation-term{flex:0 0 106px!important;min-width:106px!important;max-width:106px!important;padding:8px 9px 7px!important}.balance-equation-term strong{font-size:12px!important}.balance-equation-term small{font-size:9px!important}.balance-equation-total{flex:0 0 112px!important;min-width:112px!important;max-width:112px!important}.balance-equation-total strong{font-size:12px!important}}.balance-equation-term{border:1px solid #e7eaf0!important;box-shadow:0 1px 6px #19233206!important}.balance-equation-total{border:1px solid #d8e1ee!important;box-shadow:0 2px 10px #19233209!important}@media(max-width:640px){.balance-equation-term{border:1px solid #e7eaf0!important;box-shadow:none!important}body.pwa-dark-theme .balance-equation-term{border-color:#304157!important;box-shadow:none!important}body.pwa-dark-theme .balance-equation-total{border-color:#3b5474!important}}.balance-strip-investimentos .balance-equation-term{flex:0 0 auto!important;min-width:138px!important;max-width:none!important}.balance-strip-investimentos .balance-equation-term strong{font-size:14px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.balance-strip-investimentos .balance-equation-total{min-width:150px!important}@media(max-width:640px){.balance-strip-investimentos .balance-equation-term{flex:0 0 136px!important;min-width:136px!important;max-width:136px!important}.balance-strip-investimentos .balance-equation-term strong{font-size:12px!important;overflow:visible!important;text-overflow:clip!important}.balance-strip-investimentos .balance-equation-total{min-width:144px!important;max-width:144px!important}}.sidebar:not(.is-collapsed) .ff-sidebar-brand-art{min-height:62px!important;height:62px!important;grid-template-columns:62px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;column-gap:14px!important;align-items:center!important;align-content:center!important}.sidebar:not(.is-collapsed) .ff-sidebar-symbol{width:62px!important;height:62px!important;grid-row:1 / 4!important;align-self:center!important;margin:0!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark{align-self:end!important;width:auto!important;max-width:132px!important;margin:0!important;color:#fff!important;font-size:11.5px!important;line-height:1.08!important;font-weight:600!important;letter-spacing:.11em!important;white-space:normal!important;text-align:left!important}.sidebar:not(.is-collapsed) .ff-sidebar-wordmark-line{justify-self:start!important;width:52px!important;height:2px!important;margin:4px 0 3px!important;border-radius:999px!important}.sidebar:not(.is-collapsed) .ff-sidebar-signature{align-self:start!important;justify-self:start!important;width:auto!important;margin:0!important;font-size:8.5px!important;line-height:1!important;font-weight:400!important;letter-spacing:1.9px!important;opacity:.66!important;text-align:left!important}@media(max-width:640px){.sidebar.mobile-open:not(.is-collapsed) .ff-sidebar-brand-art{height:58px!important;min-height:58px!important;grid-template-columns:58px minmax(0,1fr)!important;column-gap:12px!important}.sidebar.mobile-open:not(.is-collapsed) .ff-sidebar-symbol{width:58px!important;height:58px!important}.sidebar.mobile-open:not(.is-collapsed) .ff-sidebar-wordmark{font-size:11px!important;font-weight:600!important}}.fiscal-month-name{display:inline-flex;align-items:center;gap:7px;font-weight:750}.fiscal-month-name svg{flex:0 0 auto;color:#2f8a5b}.fiscal-table tbody tr.fiscal-obligation-done td{background:#f2faf5!important;border-bottom-color:#dcefe3!important}.fiscal-table tbody tr.fiscal-obligation-done td:first-child{box-shadow:inset 4px 0 #52a979}.fiscal-table tbody tr.fiscal-obligation-done:hover td{background:#eaf7ef!important}.fiscal-mobile-item.fiscal-obligation-done{border-color:#cfe7d8!important;background:linear-gradient(135deg,#f1faf4,#f8fcf9)!important;box-shadow:inset 4px 0 #52a979,0 6px 16px #2a69460e!important}@media(max-width:640px){body.pwa-dark-theme .fiscal-mobile-item.fiscal-obligation-done{background:linear-gradient(135deg,#17352b,#172e29)!important;border-color:#315b49!important;box-shadow:inset 4px 0 #58b27f!important}body.pwa-dark-theme .fiscal-mobile-item.fiscal-obligation-done .fiscal-month-name svg{color:#78d39e!important}}
