: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}}
