:root{--bg:#f5f7fb;--card:#fff;--text:#101828;--muted:#667085;--border:#e4e7ec;--sidebar:#0c1424;--sidebar2:#182230;--blue:#2e90fa;--blue2:#1570ef;--green:#12b76a;--red:#f04438;--orange:#f79009;--purple:#7f56d9;--shadow:0 1px 2px #1018280a,0 8px 24px #1018280d}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Inter,Segoe UI,Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-layout{grid-template-columns:228px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--sidebar);color:#d0d5dd;z-index:20;flex-direction:column;height:100vh;padding:22px 12px;display:flex;position:sticky;top:0}.brand{letter-spacing:.04em;color:#fff;align-items:center;gap:9px;height:42px;padding:0 12px;font-weight:800;display:flex}.brand-dot{color:#53b1fd;font-size:19px}.sidebar nav{flex-direction:column;gap:5px;margin-top:18px;display:flex}.nav-item{color:#98a2b3;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;padding:11px 14px;transition:all .18s;display:flex}.nav-item:hover{color:#fff;background:#182230;transform:translate(2px)}.nav-item.active{color:#fff;background:#1d2939;box-shadow:inset 3px 0 #53b1fd}.logout{font-size:14px}.tiny-muted{color:#667085;padding:8px 14px;font-size:11px}.content{min-width:0;padding:0 26px 30px}.page-header{justify-content:space-between;align-items:center;gap:20px;min-height:95px;display:flex}.page-header h1{letter-spacing:-.025em;margin:0;font-size:27px}.page-header p{color:var(--muted);margin:5px 0 0;font-size:14px}.header-actions{gap:8px;display:flex}.card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:15px;padding:18px;transition:box-shadow .2s,transform .2s,border-color .2s}.card:hover{border-color:#d0d5dd;box-shadow:0 2px 4px #1018280d,0 12px 30px #10182812}.card.compact{padding:10px 14px}.card h3{margin:0 0 14px;font-size:16px}.muted{color:var(--muted);font-size:13px}.btn{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;padding:9px 14px;font-weight:650;transition:all .15s}.btn:hover{border-color:#98a2b3;transform:translateY(-1px);box-shadow:0 4px 12px #10182814}.btn.primary:hover{filter:brightness(1.03)}.btn.wide{width:100%;padding:11px 14px}.icon-btn,.row-actions button{color:#667085;background:0 0;border:0;border-radius:7px;padding:5px 8px}.toolbar{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.field-inline{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:flex}.field-inline input{width:90px}.field-inline select{width:70px}input,select{color:var(--text);background:#fff;border:1px solid #d0d5dd;border-radius:9px;outline:none;padding:9px 10px;transition:all .15s}.search{width:220px}.kpi-grid{gap:11px;margin-bottom:13px;display:grid}.kpi-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.kpi-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.kpi-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.kpi-card{min-height:114px;position:relative;overflow:hidden}.kpi-card:before{content:"";opacity:.7;background:#f2f4f7;border-radius:50%;width:105px;height:105px;position:absolute;top:-40px;right:-26px}.kpi-label{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:800;position:relative}.kpi-value{letter-spacing:-.025em;margin-top:9px;font-size:23px;font-weight:800;position:relative}.kpi-note{color:var(--muted);margin-top:5px;font-size:12px;position:relative}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(340px,1fr);gap:13px;display:grid}.chart-card{height:390px;padding:16px}.chart-card.wide{min-width:0}.chart-wrap{height:315px}.section-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.section-head h3{margin:0;font-size:15px}.section-head p{color:var(--muted);margin:4px 0 0;font-size:12px}.chart-tooltip{color:#fff;background:#101828f5;border-radius:10px;min-width:150px;padding:10px 12px;font-size:12px;box-shadow:0 10px 30px #10182833}.chart-tooltip strong{margin-bottom:5px;display:block}.tooltip-row{justify-content:space-between;gap:20px;margin-top:3px;display:flex}.split-layout{grid-template-columns:330px minmax(0,1fr);align-items:start;gap:13px;display:grid}.split-layout.planning{grid-template-columns:300px minmax(0,1fr)}.form-card{position:sticky;top:16px}.form-grid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.form-stack{flex-direction:column;gap:12px;display:flex}.form-grid label,.form-stack label{color:#475467;flex-direction:column;gap:5px;font-size:12px;font-weight:700;display:flex}.span-2{grid-column:span 2}.form-actions{gap:8px;margin-top:4px;display:flex}.table-card{padding:0;overflow:hidden}.table-card .section-head{margin:0;padding:16px 18px 10px}.table-scroll{max-height:calc(100vh - 205px);overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{z-index:1;color:#667085;text-transform:uppercase;letter-spacing:.035em;text-align:left;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f9fafb;padding:10px 12px;font-size:10px;position:sticky;top:0}td{vertical-align:middle;border-bottom:1px solid #f0f1f3;padding:11px 12px}tbody tr{transition:all .12s}th.num,td.num{text-align:right}.subtext{color:#98a2b3;margin-top:2px;font-size:11px}.money.expense,.negative{color:#b42318;font-weight:700}.money.income,.positive{color:#027a48;font-weight:700}.pill{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:750;display:inline-flex}.empty{color:#98a2b3;text-align:center;justify-content:center;align-items:center;min-height:130px;padding:20px;font-size:13px;display:flex}.top-gap{margin-top:13px}.plan-cell{background:#f5f8ff}.planning-table tbody tr:hover .plan-cell{background:#edf4ff}.planning-table tbody tr:hover .fact-cell{background:#fff4dd}.progress-line{background:#eaecf0;border-radius:999px;min-width:85px;height:6px;overflow:hidden}.progress-line span{background:#12b76a;border-radius:999px;height:100%;display:block}.assets-grid{grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr)}.settings-grid{grid-template-columns:minmax(300px,.7fr) minmax(400px,1.3fr);gap:13px;display:grid}.settings-actions{flex-wrap:wrap;gap:8px;margin:18px 0;display:flex}.info-box{color:#175cd3;background:#f5faff;border:1px solid #b2ddff;border-radius:11px;padding:13px;font-size:13px;line-height:1.5}.auth-page{background:#fff;grid-template-columns:minmax(420px,.82fr) minmax(500px,1.18fr);min-height:100vh;display:grid}.auth-panel{flex-direction:column;justify-content:center;padding:48px clamp(38px,6vw,100px);display:flex}.auth-brand{color:#101828;margin-bottom:45px;padding:0}.auth-panel h1{letter-spacing:-.035em;margin:0 0 8px;font-size:34px}.auth-panel>p{color:var(--muted);margin:0 0 28px;line-height:1.55}.auth-footer{text-align:center;color:var(--muted);margin-top:18px;font-size:13px}.auth-footer a{color:#1570ef;font-weight:700}.auth-hero{background:radial-gradient(circle at 20% 20%,#194185,#0c1424 55%,#080d17);border-radius:24px;align-items:flex-end;margin:14px;padding:clamp(35px,6vw,90px);display:flex;position:relative;overflow:hidden}.auth-hero:before,.auth-hero:after{content:"";border:1px solid #53b1fd38;border-radius:50%;position:absolute}.auth-hero:before{width:600px;height:600px;top:-180px;right:-140px}.auth-hero:after{width:350px;height:350px;top:-55px;right:-50px}.hero-card{z-index:1;color:#fff;max-width:600px;position:relative}.hero-card .eyebrow{color:#84caff;letter-spacing:.09em;font-size:12px;font-weight:800}.hero-card h2{letter-spacing:-.045em;margin:15px 0;font-size:clamp(32px,4vw,58px);line-height:1.04}.hero-card p{color:#b2ccff;max-width:520px;font-size:16px;line-height:1.6}.error-box,.success-box{border-radius:9px;padding:10px 12px;font-size:12px}.error-box{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.success-box{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.center-screen{min-height:100vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.spinner{border:3px solid #e4e7ec;border-top-color:#2e90fa;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1200px){.kpi-grid.five{grid-template-columns:repeat(3,1fr)}.dashboard-grid{grid-template-columns:1fr}.chart-card{height:370px}.split-layout{grid-template-columns:290px minmax(0,1fr)}}@media (max-width:900px){.app-layout{display:block}.sidebar{flex-direction:row;align-items:center;width:100%;height:auto;padding:8px 10px;position:sticky;top:0;overflow:auto}.sidebar .brand{display:none}.sidebar nav{flex-direction:row;gap:4px;margin:0;display:flex}.nav-item{white-space:nowrap;width:auto;padding:9px 11px}.nav-item span:first-child,.sidebar-bottom{display:none}.content{padding:0 14px 25px}.page-header{min-height:82px}.page-header h1{font-size:23px}.kpi-grid.five,.kpi-grid.four{grid-template-columns:repeat(2,1fr)}.split-layout,.split-layout.planning,.settings-grid{grid-template-columns:1fr}.form-card{position:static}.table-scroll{max-height:none}.auth-page{grid-template-columns:1fr}.auth-hero{display:none}.auth-panel{padding:36px 22px}.assets-grid{grid-template-columns:1fr}}@media (max-width:580px){.page-header{align-items:flex-end}.page-header p{font-size:12px}.kpi-grid.five,.kpi-grid.four,.kpi-grid.three{grid-template-columns:1fr 1fr}.kpi-card{min-height:104px}.kpi-value{font-size:20px}.dashboard-grid{display:block}.chart-card{height:340px;margin-bottom:12px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.toolbar{overflow:auto}.search{width:140px}.content{padding-left:10px;padding-right:10px}.sidebar{gap:2px}.nav-item{padding:8px 9px;font-size:12px}}.transactions-layout{grid-template-columns:minmax(390px,430px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.transactions-form-card{padding:20px;position:sticky;top:16px;overflow:hidden}.transaction-form-head{border-bottom:1px solid #f0f1f3;margin-bottom:2px;padding-bottom:14px}.transaction-form-head h3{margin:0 0 5px;font-size:17px}.transaction-form-head p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.transactions-form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px 12px;margin-top:15px;display:grid}.transactions-form-grid label{color:#475467;flex-direction:column;gap:6px;min-width:0;font-size:12px;font-weight:700;display:flex}.transactions-form-grid input,.transactions-form-grid select{width:100%;min-width:0;height:42px}.transactions-form-grid .span-2{grid-column:1/-1}.transactions-form-grid .form-actions{gap:8px;margin-top:2px;display:flex}.transactions-table-card{min-width:0;padding:0;overflow:hidden}.transactions-summary{background:var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.summary-chip{background:#fff;justify-content:space-between;align-items:baseline;gap:12px;padding:13px 16px;display:flex}.summary-chip span{color:var(--muted);text-transform:uppercase;letter-spacing:.035em;font-size:11px;font-weight:800}.summary-chip strong{white-space:nowrap;font-size:15px}.summary-chip.income strong,.summary-chip.balance.positive strong{color:var(--signal-green)!important}.summary-chip.balance.negative strong{color:var(--signal-red)!important}.summary-chip.balance.neutral strong{color:var(--text)!important}.transactions-section-head{align-items:center;padding:15px 18px 11px!important}.transactions-search{width:min(320px,38vw)}.transactions-table-scroll{min-height:360px;max-height:calc(100vh - 275px)}.transactions-table-card table{min-width:780px}.transactions-table-card th{padding:11px 14px}.transactions-table-card td{padding:12px 14px}.transactions-table-card tbody tr{cursor:default}.transactions-empty{min-height:260px}.transactions-empty div{flex-direction:column;gap:6px;display:flex}.transactions-empty strong{color:#344054;font-size:14px}.transactions-empty span{color:#98a2b3;font-size:12px}@media (max-width:1250px){.transactions-layout{grid-template-columns:350px minmax(0,1fr)}.transactions-form-grid{grid-template-columns:1fr}.transactions-form-grid .span-2{grid-column:auto}.transactions-summary{grid-template-columns:1fr}.summary-chip{padding:9px 14px}.transactions-table-scroll{max-height:none}}@media (max-width:1040px){.transactions-layout{grid-template-columns:1fr}.transactions-form-card{position:static}.transactions-form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.transactions-form-grid .span-2{grid-column:1/-1}.transactions-table-scroll{max-height:none}}@media (max-width:680px){.transactions-form-grid{grid-template-columns:1fr}.transactions-form-grid .span-2{grid-column:auto}.transactions-section-head{flex-direction:column;align-items:stretch}.transactions-search{width:100%}.transactions-summary{grid-template-columns:1fr}.summary-chip{padding:10px 12px}}.form-helper{color:#7f8a98;box-shadow:none;background:#0d1624;border:1px solid #94a3b81f;border-radius:9px;outline:none;margin-top:12px;padding:10px 11px;font-size:11px;line-height:1.45}.dictionary-card{padding:0;overflow:hidden}.dictionary-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;padding:18px 20px 14px;display:flex}.dictionary-head h3{margin:0 0 4px;font-size:17px}.dictionary-head p{color:var(--muted);margin:0;font-size:12px}.segmented{background:#f2f4f7;border:1px solid #eaecf0;border-radius:10px;gap:2px;padding:3px;display:inline-flex}.segmented button{color:#667085;background:0 0;border:0;border-radius:7px;padding:7px 13px;font-size:12px;font-weight:700;transition:all .15s}.segmented button:hover{color:#344054;background:#fff}.dictionary-status{color:#175cd3;background:#eff8ff;border:1px solid #b2ddff;border-radius:9px;margin:12px 20px 0;padding:9px 11px;font-size:12px}.dictionary-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:430px;display:grid}.dictionary-column{min-width:0;padding:18px 20px}.dictionary-column+.dictionary-column{border-left:1px solid var(--border)}.dictionary-column-head{justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:12px;display:flex}.dictionary-column-head>div{align-items:center;gap:8px;display:flex}.dictionary-column-head b{font-size:14px}.dictionary-column-head span{color:#667085;background:#f2f4f7;border-radius:999px;justify-content:center;align-items:center;min-width:23px;height:20px;padding:0 7px;font-size:10px;font-weight:800;display:inline-flex}.dictionary-column-head small{color:#98a2b3;text-align:right;font-size:11px}.dictionary-add{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:12px;display:grid}.dictionary-add input{min-width:0}.dictionary-list{flex-direction:column;gap:6px;max-height:480px;padding-right:2px;display:flex;overflow:auto}.dictionary-item{background:#fff;border:1px solid #eaecf0;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 10px 10px 12px;transition:all .15s;display:flex}.dictionary-item:hover{background:#f8fbff;border-color:#b2ddff}.dictionary-item-main{cursor:pointer;flex-direction:column;gap:3px;min-width:0;display:flex}.dictionary-item-main b{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.dictionary-item-main span{color:#98a2b3;font-size:10px}.dictionary-actions{flex:none;gap:2px;display:flex}.dictionary-actions button{color:#667085;background:0 0;border:0;border-radius:7px;width:29px;height:29px;font-weight:700}.dictionary-actions button:hover:not(:disabled){color:#101828;background:#f2f4f7}.dictionary-actions button:disabled{opacity:.25;cursor:default}.dictionary-actions button:last-child:hover:not(:disabled){color:#b42318;background:#fef3f2}.dictionary-empty{min-height:160px}.dictionary-note{color:#93370d;background:#fffaeb;border:1px solid #fedf89;border-radius:10px;margin:0 20px 18px;padding:11px 13px;font-size:11px;line-height:1.55}.group-badge{color:#475467;white-space:nowrap;text-overflow:ellipsis;background:#f2f4f7;border-radius:999px;max-width:180px;padding:4px 8px;font-size:10px;font-weight:700;display:inline-flex;overflow:hidden}@media (max-width:1050px){.dictionary-grid{grid-template-columns:1fr}.dictionary-column+.dictionary-column{border-left:0;border-top:1px solid var(--border)}}@media (max-width:650px){.dictionary-head{flex-direction:column;align-items:flex-start}.segmented{width:100%}.segmented button{flex:1}.dictionary-column{padding:14px}.dictionary-add{grid-template-columns:1fr}.dictionary-column-head{flex-direction:column;align-items:flex-start}.dictionary-column-head small{text-align:left}.dictionary-note{margin-left:14px;margin-right:14px}}.planning-controlbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:13px;display:flex}.planning-control-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.planning-period select{width:125px}.planning-month-title h2{letter-spacing:-.025em;margin:2px 0 0;font-size:23px}.planning-eyebrow{letter-spacing:.08em;color:#667085;font-size:10px;font-weight:800}.budget-health{background:#fff;border:1px solid #d0d5dd;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-width:190px;padding:10px 13px;display:flex}.budget-health span{color:#667085;font-size:11px}.budget-health strong{font-size:16px}.budget-health.ok{color:#027a48;background:#ecfdf3;border-color:#abefc6}.budget-health.warning{color:#b54708;background:#fffaeb;border-color:#fedf89}.budget-health.over{color:#b42318;background:#fef3f2;border-color:#fecdca}.planning-kpis{margin-bottom:13px}.planning-balance-strip{background:#eaecf0;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-bottom:13px;padding:0;display:grid;overflow:hidden}.planning-balance-strip>div{background:#fff;flex-direction:column;gap:5px;padding:14px 16px;display:flex}.planning-balance-strip span{color:#667085;font-size:11px}.planning-balance-strip strong{font-size:17px}.planning-workspace{grid-template-columns:310px minmax(0,1fr);align-items:start;gap:13px;display:grid}.planning-editors{flex-direction:column;gap:13px;display:flex;position:sticky;top:16px}.planning-editor-card{padding:16px}.planning-detail-card{min-width:0}.planning-table-head{align-items:center}.legend-inline{color:#667085;flex-wrap:wrap;align-items:center;gap:12px;font-size:10px;display:flex}.dot{border-radius:50%;width:8px;height:8px;display:inline-block}.planning-table-scroll{max-height:calc(100vh - 255px)}.planning-v2-table th,.planning-v2-table td{white-space:nowrap}.planning-v2-table tr.planning-row{position:relative}.planning-v2-table tr.planning-row.over{box-shadow:inset 3px 0 #f04438}.planning-v2-table tr.planning-row.warning{box-shadow:inset 3px 0 #f79009}.planning-v2-table tr.planning-row.ok{box-shadow:inset 3px 0 #12b76a}.planning-v2-table tr.planning-row.unplanned{box-shadow:inset 3px 0 #7f56d9}.usage-cell{grid-template-columns:minmax(70px,1fr) 38px;align-items:center;gap:8px;display:grid}.warning-text{color:#b54708;font-weight:700}.budget-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.budget-status.ok{color:#027a48;background:#ecfdf3}.budget-status.warning{color:#b54708;background:#fffaeb}.budget-status.over{color:#b42318;background:#fef3f2}.budget-status.unplanned{color:#5925dc;background:#f4f3ff}.budget-status.neutral{color:#667085;background:#f2f4f7}.income-plan-cell{background:#f0f9ff}.planning-year-chart{height:390px;margin-bottom:13px}.planning-year-table-card{padding:0;overflow:hidden}.planning-year-scroll{max-height:none}.planning-year-table .year-row{cursor:pointer}.planning-year-table .year-row:hover{background:#eff8ff}.planning-year-table .year-row:hover .income-plan-cell{background:#e0f2fe}.planning-year-table .year-row:hover .income-fact-cell{background:#d1fadf}.planning-year-table .year-row:hover .plan-cell{background:#edf4ff}.planning-year-table .year-row:hover .fact-cell{background:#fff4dd}@media (max-width:1350px){.planning-workspace{grid-template-columns:280px minmax(0,1fr)}.planning-balance-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:1050px){.planning-controlbar{flex-direction:column;align-items:flex-start}.planning-control-actions{justify-content:space-between;width:100%}.planning-workspace{grid-template-columns:1fr}.planning-editors{grid-template-columns:1fr 1fr;display:grid;position:static}.planning-table-scroll{max-height:none}}@media (max-width:760px){.planning-month-title{flex-direction:column;align-items:stretch}.budget-health{width:100%}.planning-balance-strip{grid-template-columns:1fr 1fr}.planning-editors{grid-template-columns:1fr}.planning-control-actions{flex-direction:column;align-items:stretch}.planning-control-actions .segmented{width:100%}.planning-control-actions .segmented button{flex:1}.planning-control-actions>.btn{width:100%}.planning-year-chart{height:340px}.planning-year-chart .chart-wrap{height:270px}}@media (max-width:520px){.planning-balance-strip{grid-template-columns:1fr}.planning-period{flex-wrap:wrap}.planning-period select,.planning-period input{width:100%}}.planning-details-stack{flex-direction:column;gap:13px;min-width:0;display:flex}.income-plan-card{min-width:0}.income-planning-scroll{max-height:330px}.income-planning-table th,.income-planning-table td{white-space:nowrap}@media (max-width:1050px){.planning-details-stack{min-width:0}.income-planning-scroll{max-height:none}}.planning-workspace-aligned{grid-template-columns:310px minmax(0,1fr);align-items:start;gap:13px;display:grid}.planning-workspace-aligned .planning-editor-card{margin:0;position:static}.planning-workspace-aligned .planning-detail-card{margin:0}.planning-income-editor{grid-area:1/1}.planning-income-table{grid-area:1/2}.planning-expense-editor{grid-area:2/1}.planning-expense-table{grid-area:2/2}@media (max-width:1050px){.planning-workspace-aligned{grid-template-columns:1fr}.planning-income-editor,.planning-income-table,.planning-expense-editor,.planning-expense-table{grid-area:auto/1}}.planning-flow{flex-direction:column;gap:16px;min-width:0;display:flex}.planning-flow-card{padding:0;overflow:hidden}.planning-flow-header{justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 22px 14px;display:flex}.planning-flow-header h3{margin:3px 0 4px;font-size:18px}.planning-flow-header-with-legend{align-items:center}.planning-inline-editor label{color:#475467;flex-direction:column;gap:6px;margin:0;font-size:12px;font-weight:700;display:flex}.planning-inline-editor select,.planning-inline-editor input{width:100%;height:44px}.planning-inline-button{white-space:nowrap;height:44px;padding-left:20px;padding-right:20px}.planning-inline-hint{color:#667085;background:#f9fafb;border:1px solid #e4e7ec;border-radius:10px;align-items:center;min-height:44px;padding:0 13px;font-size:12px;line-height:1.35;display:flex}.planning-flow-table-scroll{border-radius:0 0 14px 14px;max-height:420px}.planning-flow-table-scroll table{margin:0}.planning-flow-table-scroll thead th{z-index:2;position:sticky;top:0}@media (max-width:1250px){.planning-inline-editor{grid-template-columns:1fr 1fr auto}.planning-inline-hint{grid-column:1/-1}}@media (max-width:820px){.planning-flow-header,.planning-flow-header-with-legend{flex-direction:column;align-items:flex-start}.planning-inline-editor{grid-template-columns:1fr}.planning-inline-hint{grid-column:auto}.planning-inline-button{width:100%}}.planning-flow-card{width:100%}.planning-flow-header{box-sizing:border-box;min-height:82px}.planning-inline-editor label{min-width:0}.planning-inline-editor select,.planning-inline-editor input,.planning-inline-button,.planning-inline-hint{box-sizing:border-box!important;height:46px!important;min-height:46px!important}.planning-inline-editor select,.planning-inline-editor input{padding-top:0!important;padding-bottom:0!important}.planning-inline-button{justify-content:center!important;align-items:center!important;margin:0!important;display:flex!important}.planning-inline-hint{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;align-items:center!important;display:flex!important}.planning-flow-table-scroll{overflow-x:auto}.planning-flow-table-scroll table{table-layout:fixed!important;border-collapse:separate!important;border-spacing:0!important;width:100%!important}.planning-flow-table-scroll th,.planning-flow-table-scroll td{box-sizing:border-box!important;vertical-align:middle!important;padding-top:13px!important;padding-bottom:13px!important}.planning-flow-table-scroll tbody tr{height:58px!important}.planning-flow-table-scroll th{height:38px!important;line-height:1.15!important}.income-planning-table th:first-child,.income-planning-table td:first-child{width:29%!important}.income-planning-table th:nth-child(2),.income-planning-table td:nth-child(2),.income-planning-table th:nth-child(3),.income-planning-table td:nth-child(3),.income-planning-table th:nth-child(4),.income-planning-table td:nth-child(4){width:11%!important}.income-planning-table th:nth-child(5),.income-planning-table td:nth-child(5){width:22%!important}.income-planning-table th:nth-child(6),.income-planning-table td:nth-child(6){width:10%!important}.income-planning-table th:nth-child(7),.income-planning-table td:nth-child(7){width:6%!important}.planning-v2-table th:first-child,.planning-v2-table td:first-child{width:12%!important}.planning-v2-table th:nth-child(2),.planning-v2-table td:nth-child(2){width:17%!important}.planning-v2-table th:nth-child(3),.planning-v2-table td:nth-child(3),.planning-v2-table th:nth-child(4),.planning-v2-table td:nth-child(4),.planning-v2-table th:nth-child(5),.planning-v2-table td:nth-child(5){width:11%!important}.planning-v2-table th:nth-child(6),.planning-v2-table td:nth-child(6){width:22%!important}.planning-v2-table th:nth-child(7),.planning-v2-table td:nth-child(7){width:10%!important}.planning-v2-table th:nth-child(8),.planning-v2-table td:nth-child(8){width:6%!important}.income-planning-table .num,.planning-v2-table .num{font-variant-numeric:tabular-nums;text-align:right!important}.usage-cell{grid-template-columns:minmax(90px,1fr) 42px!important;align-items:center!important;gap:10px!important;width:100%!important;display:grid!important}.usage-cell small{text-align:right;font-variant-numeric:tabular-nums;width:42px}.progress-line{width:100%!important;min-width:0!important}.row-actions{white-space:nowrap!important;text-align:center!important}.row-actions button{justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;margin:0 1px!important;display:inline-flex!important}.budget-status{white-space:nowrap!important;justify-content:center!important;align-items:center!important;min-width:92px!important;min-height:28px!important;display:inline-flex!important}@media (max-width:1400px){.planning-inline-editor{grid-template-columns:minmax(260px,1.5fr) minmax(190px,.8fr) 190px!important}.planning-inline-hint{grid-column:1/-1!important}}@media (max-width:900px){.planning-inline-editor{grid-template-columns:1fr!important}.planning-inline-hint{white-space:normal!important;grid-column:auto!important;height:auto!important;min-height:46px!important}}.income-planning-table th:nth-child(2),.income-planning-table td:nth-child(2),.planning-v2-table th:nth-child(3),.planning-v2-table td:nth-child(3){background:#f5f8ff!important}.income-planning-table th:nth-child(3),.income-planning-table td:nth-child(3),.planning-v2-table th:nth-child(4),.planning-v2-table td:nth-child(4){background:#fffaf0!important}.income-planning-table th:nth-child(4),.income-planning-table td:nth-child(4),.planning-v2-table th:nth-child(5),.planning-v2-table td:nth-child(5),.income-planning-table th:nth-child(5),.income-planning-table td:nth-child(5),.planning-v2-table th:nth-child(6),.planning-v2-table td:nth-child(6),.income-planning-table th:nth-child(6),.income-planning-table td:nth-child(6),.planning-v2-table th:nth-child(7),.planning-v2-table td:nth-child(7){border-left:1px solid #eaecf0!important}.year-insights-strip{margin-bottom:13px}.year-insights-strip strong{white-space:normal}.planning-year-charts{grid-template-columns:1fr 1fr;gap:13px;margin-bottom:13px;display:grid}.planning-year-charts .planning-year-chart{min-width:0;height:390px;margin-bottom:0}.planning-year-charts .planning-year-chart .chart-wrap{height:315px}.planning-year-table{table-layout:fixed;width:100%}.planning-year-table th,.planning-year-table td{vertical-align:middle;white-space:nowrap}.planning-year-table th:first-child,.planning-year-table td:first-child{width:10%}.planning-year-table th:nth-child(2),.planning-year-table td:nth-child(2),.planning-year-table th:nth-child(3),.planning-year-table td:nth-child(3),.planning-year-table th:nth-child(4),.planning-year-table td:nth-child(4),.planning-year-table th:nth-child(5),.planning-year-table td:nth-child(5),.planning-year-table th:nth-child(6),.planning-year-table td:nth-child(6),.planning-year-table th:nth-child(7),.planning-year-table td:nth-child(7){width:12%}.planning-year-table th:nth-child(8),.planning-year-table td:nth-child(8),.planning-year-table th:nth-child(9),.planning-year-table td:nth-child(9){width:9%}.planning-year-table .year-row{transition:background .16s,transform .16s,box-shadow .16s}.planning-year-table .year-row.year-negative{box-shadow:inset 3px 0 #f04438}.planning-year-table .year-row.year-negative:hover{box-shadow:inset 4px 0 #f04438}.year-row-open{color:#2e90fa;opacity:0;margin-top:3px;font-size:10px;font-weight:700;transition:opacity .16s,transform .16s;display:block;transform:translate(-4px)}.year-row:hover .year-row-open{opacity:1;transform:translate(0)}@media (max-width:1450px){.year-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1100px){.planning-year-charts{grid-template-columns:1fr}}@media (max-width:760px){.year-kpi-grid{grid-template-columns:1fr 1fr}}.assets-actionbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:13px;padding:10px 12px;display:flex}.assets-kpis{margin-bottom:13px}.asset-health-strip{background:#eaecf0;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-bottom:13px;padding:0;display:grid;overflow:hidden}.asset-health-strip>div{background:#fff;flex-direction:column;justify-content:center;gap:4px;min-height:88px;padding:14px 16px;display:flex}.asset-health-strip span{color:#667085;font-size:11px}.asset-health-strip strong{color:#101828;font-variant-numeric:tabular-nums;font-size:19px}.asset-health-strip strong.negative{color:#b42318}.asset-editor-card{margin-bottom:13px;padding:0;overflow:hidden}.icon-close{color:#667085;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;display:flex}.asset-editor-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:12px;padding:18px 20px 20px;display:grid}.asset-editor-grid label{color:#475467;flex-direction:column;gap:6px;min-width:0;font-size:12px;font-weight:700;display:flex}.asset-editor-grid input,.asset-editor-grid select{box-sizing:border-box;width:100%;height:44px}.asset-checkbox{background:#f9fafb;border:1px solid #e4e7ec;border-radius:11px;grid-template-rows:auto auto;grid-template-columns:20px 1fr;column-gap:8px;min-height:70px;padding:11px 12px;align-items:center!important;display:grid!important}.asset-checkbox input{grid-row:1/span 2;margin:0;width:16px!important;height:16px!important}.asset-checkbox span{color:#344054;font-weight:800}.asset-checkbox small{color:#98a2b3;font-size:10px;font-weight:500;line-height:1.25}.asset-chart-card{height:385px;margin:0}.asset-table-card{margin-bottom:13px}.assets-table-head{align-items:center!important}.assets-count{color:#667085;background:#f2f4f7;border-radius:999px;justify-content:center;align-items:center;min-width:58px;height:30px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.assets-table,.debts-table{table-layout:fixed}.assets-table th:first-child,.assets-table td:first-child{width:25%}.assets-table th:nth-child(2),.assets-table td:nth-child(2){width:18%}.assets-table th:nth-child(3),.assets-table td:nth-child(3){width:22%}.assets-table th:nth-child(4),.assets-table td:nth-child(4){width:17%}.assets-table th:nth-child(5),.assets-table td:nth-child(5){width:13%}.assets-table th:nth-child(6),.assets-table td:nth-child(6){width:5%}.debts-table th:first-child,.debts-table td:first-child{width:20%}.debts-table th:nth-child(2),.debts-table td:nth-child(2),.debts-table th:nth-child(3),.debts-table td:nth-child(3),.debts-table th:nth-child(4),.debts-table td:nth-child(4){width:13%}.debts-table th:nth-child(5),.debts-table td:nth-child(5){width:18%}.debts-table th:nth-child(6),.debts-table td:nth-child(6),.debts-table th:nth-child(7),.debts-table td:nth-child(7){width:9%}.debts-table th:nth-child(8),.debts-table td:nth-child(8){width:5%}.assets-table tr,.debts-table tr{cursor:pointer}.assets-table tr.selected-row,.debts-table tr.selected-row{background:#eff8ff;box-shadow:inset 3px 0 #2e90fa}.assets-table tr:hover,.debts-table tr:hover{background:#f5faff}.debt-progress{grid-template-columns:minmax(80px,1fr) 40px;align-items:center;gap:8px;display:grid}.debt-progress small{text-align:right;font-variant-numeric:tabular-nums;color:#667085}.debt-progress .progress-line span{background:#12b76a}.asset-detail-grid{background:#eaecf0;border:1px solid #eaecf0;border-radius:11px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.asset-detail-grid>div{background:#fff;flex-direction:column;gap:5px;min-height:70px;padding:13px 14px;display:flex}.asset-detail-grid strong{color:#101828;word-break:break-word;font-size:14px}.capital-history-card{margin-bottom:20px;padding:16px 18px}.capital-history-head{align-items:center}@media (max-width:1350px){.asset-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.asset-note-field{grid-column:span 2}.asset-health-strip,.asset-detail-grid{grid-template-columns:1fr 1fr}}@media (max-width:1050px){.assets-chart-grid{grid-template-columns:1fr}.asset-editor-grid{grid-template-columns:1fr 1fr}.asset-note-field,.asset-editor-actions{grid-column:1/-1}}@media (max-width:760px){.assets-actionbar{flex-direction:column;align-items:stretch}.assets-actions{grid-template-columns:1fr 1fr;display:grid}.asset-editor-grid{grid-template-columns:1fr}.asset-note-field,.asset-editor-actions{grid-column:auto}.asset-health-strip,.asset-detail-grid{grid-template-columns:1fr}.asset-chart-card{height:345px}.capital-history-chart{height:290px}}.analysis-loading{color:#667085;justify-content:center;align-items:center;min-height:160px;display:flex}.analysis-toolbar{justify-content:space-between;align-items:center;gap:14px;min-height:66px;margin-bottom:13px;padding:10px 12px 10px 16px;display:flex}.analysis-toolbar strong{color:#101828;font-size:14px}.analysis-eyebrow{letter-spacing:.08em;color:#667085;font-size:9px;font-weight:900}.analysis-periods{background:#f9fafb;border:1px solid #eaecf0;border-radius:11px;gap:4px;padding:4px;display:flex}.analysis-periods button{color:#667085;background:0 0;border:0;border-radius:8px;height:34px;padding:0 13px;font-size:12px;font-weight:800}.analysis-kpi-grid .kpi-card{min-width:0}.analysis-kpi-grid .kpi-note{min-height:29px;line-height:1.3}.analysis-health-strip{background:#eaecf0;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-bottom:13px;padding:0;display:grid;overflow:hidden}.analysis-health-strip>div{background:#fff;flex-direction:column;justify-content:center;gap:4px;min-width:0;min-height:91px;padding:14px 16px;display:flex}.analysis-health-strip span{color:#667085;font-size:11px}.analysis-health-strip strong{color:#101828;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:18px;overflow:hidden}.analysis-health-strip small{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.3;overflow:hidden}.analysis-grid-main{grid-template-columns:minmax(0,1.55fr) minmax(390px,.85fr);gap:13px;margin-bottom:13px;display:grid}.analysis-grid-secondary{grid-template-columns:1fr 1fr;gap:13px;margin-bottom:13px;display:grid}.analysis-chart-card{min-width:0;height:405px;padding:16px}.analysis-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:10px;font-weight:800;display:inline-flex}.analysis-badge.good{color:#027a48;background:#ecfdf3}.analysis-badge.bad{color:#b42318;background:#fef3f2}.analysis-badge.neutral{color:#667085;background:#f2f4f7}.analysis-capital-summary span{gap:5px;display:flex}.analysis-table-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:13px;margin-bottom:20px;display:grid}.analysis-table-card{min-width:0}.analysis-table-scroll{max-height:455px}.analysis-category-table,.analysis-month-table{table-layout:fixed}.analysis-category-table th:first-child,.analysis-category-table td:first-child{width:25%}.analysis-category-table th:nth-child(2),.analysis-category-table td:nth-child(2),.analysis-category-table th:nth-child(3),.analysis-category-table td:nth-child(3){width:20%}.analysis-category-table th:nth-child(4),.analysis-category-table td:nth-child(4){width:25%}.analysis-category-table th:nth-child(5),.analysis-category-table td:nth-child(5){width:10%}.analysis-share{grid-template-columns:minmax(70px,1fr) 45px;align-items:center;gap:8px;display:grid}.analysis-share small{text-align:right;color:#667085;font-variant-numeric:tabular-nums;font-size:10px}.analysis-month-table th:first-child,.analysis-month-table td:first-child{width:15%}.analysis-month-table th:nth-child(2),.analysis-month-table td:nth-child(2),.analysis-month-table th:nth-child(3),.analysis-month-table td:nth-child(3),.analysis-month-table th:nth-child(4),.analysis-month-table td:nth-child(4){width:18%}.analysis-month-table th:nth-child(5),.analysis-month-table td:nth-child(5){width:17%}.analysis-month-table th:nth-child(6),.analysis-month-table td:nth-child(6){width:14%}@media (max-width:1550px){.analysis-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.analysis-grid-main{grid-template-columns:minmax(0,1.35fr) minmax(360px,.9fr)}}@media (max-width:1180px){.analysis-grid-main,.analysis-grid-secondary,.analysis-table-grid{grid-template-columns:1fr}.analysis-health-strip{grid-template-columns:1fr 1fr}}@media (max-width:760px){.analysis-toolbar{flex-direction:column;align-items:stretch}.analysis-periods{grid-template-columns:repeat(4,1fr);display:grid}.analysis-periods button{padding:0 7px}.analysis-kpi-grid{grid-template-columns:1fr 1fr}.analysis-health-strip{grid-template-columns:1fr}.analysis-chart-card{height:370px}.analysis-chart-wrap{height:295px}.analysis-capital-chart{height:270px}.analysis-capital-summary{display:none}}.analysis-capital-chart-compact{min-height:150px;height:auto!important}.analysis-capital-single{grid-template-columns:minmax(260px,.7fr) minmax(320px,1.3fr);align-items:center;gap:22px;min-height:150px;padding:22px 6px 8px;display:grid}.analysis-capital-single>div{flex-direction:column;gap:5px;display:flex}.analysis-capital-single span{color:#667085;font-size:11px}.analysis-capital-single strong{color:#101828;font-variant-numeric:tabular-nums;font-size:30px;line-height:1.1}.analysis-capital-single small{color:#98a2b3;font-size:10px}.analysis-capital-single p{color:#667085;background:#f9fafb;border:1px solid #eaecf0;border-radius:12px;margin:0;padding:16px 18px;font-size:12px;line-height:1.5}@media (max-width:800px){.analysis-capital-single{grid-template-columns:1fr}}.import-hero{justify-content:space-between;align-items:center;gap:24px;min-height:118px;margin-bottom:13px;padding:20px 22px;display:flex}.import-hero h2{color:#101828;margin:3px 0 5px;font-size:20px}.import-hero p{color:#667085;max-width:760px;margin:0;font-size:12px;line-height:1.5}.import-eyebrow{color:#1570ef;letter-spacing:.09em;font-size:9px;font-weight:900}.import-template-actions{flex-shrink:0;gap:8px;display:flex}.import-layout{grid-template-columns:minmax(0,1.55fr) minmax(320px,.55fr);align-items:start;gap:13px;margin-bottom:24px;display:grid}.import-main{min-width:0;padding:18px}.import-step-head{align-items:flex-start;gap:10px;margin-bottom:13px;display:flex}.import-step-head>span{color:#175cd3;background:#eff8ff;border-radius:8px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:flex}.import-step-head h3{margin:0 0 3px;font-size:14px}.import-step-head p{color:#667085;margin:0;font-size:10px}.import-drop{color:#175cd3;background:#f8fbff;border:1.5px dashed #b2ccff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;min-height:160px;display:flex}.import-drop-icon{background:#fff;border:1px solid #d1e9ff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;display:flex;box-shadow:0 2px 6px #1018280f}.import-drop strong{font-size:13px}.import-drop small{color:#667085;font-size:10px}.import-file-card{border:1px solid #eaecf0;border-radius:12px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:74px;padding:12px;display:grid}.import-file-icon{color:#027a48;background:#ecfdf3;border-radius:10px;justify-content:center;align-items:center;width:46px;height:46px;font-size:10px;font-weight:900;display:flex}.import-file-card>div:nth-child(2){flex-direction:column;gap:4px;min-width:0;display:flex}.import-file-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.import-file-card span{color:#667085;font-size:10px}.import-divider{background:#eaecf0;height:1px;margin:20px -18px}.import-mapping-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 12px;display:grid}.import-mapping-grid label,.import-options>label:not(.import-check){flex-direction:column;gap:6px;display:flex}.import-mapping-grid label>span,.import-options label>span:first-child{color:#344054;justify-content:space-between;gap:8px;font-size:10px;font-weight:800;display:flex}.import-mapping-grid small{color:#98a2b3;font-size:9px;font-weight:500}.import-mapping-grid select,.import-options select{color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:9px;height:42px;padding:0 10px;font-size:11px}.import-options{background:#f9fafb;border:1px solid #eaecf0;border-radius:11px;grid-template-columns:minmax(260px,.8fr) minmax(300px,1.2fr);align-items:end;gap:14px;margin-top:14px;padding:13px;display:grid}.import-check{align-items:center;gap:9px;min-height:42px;padding:0 4px;display:flex}.import-check input{accent-color:#2e90fa;width:17px;height:17px}.import-check>span{flex-direction:column;justify-content:center!important;gap:2px!important;display:flex!important}.import-check b{color:#344054;font-size:10px}.import-check small{color:#98a2b3;font-size:9px;font-weight:500}.import-stats{grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:12px;display:grid}.import-stats>div{border:1px solid #eaecf0;border-radius:10px;flex-direction:column;justify-content:center;gap:3px;min-height:66px;padding:10px 12px;display:flex}.import-stats span{color:#667085;font-size:9px}.import-stats strong{font-variant-numeric:tabular-nums;font-size:20px}.import-preview-scroll{border:1px solid #eaecf0;border-radius:11px;max-height:460px}.import-preview-table{table-layout:fixed;min-width:1000px}.import-preview-table th:first-child,.import-preview-table td:first-child{width:7%}.import-preview-table th:nth-child(2),.import-preview-table td:nth-child(2){width:11%}.import-preview-table th:nth-child(3),.import-preview-table td:nth-child(3){width:10%}.import-preview-table th:nth-child(4),.import-preview-table td:nth-child(4){width:19%}.import-preview-table th:nth-child(5),.import-preview-table td:nth-child(5){width:20%}.import-preview-table th:nth-child(6),.import-preview-table td:nth-child(6){width:12%}.import-preview-table th:nth-child(7),.import-preview-table td:nth-child(7){width:21%}.import-row-error td{background:#fffbfa!important}.import-ok{color:#027a48;background:#ecfdf3;border-radius:999px;align-items:center;min-height:23px;padding:0 8px;font-size:9px;font-weight:800;display:inline-flex}.import-error-text{color:#b42318;font-size:9px;line-height:1.3}.import-more{color:#98a2b3;padding:8px 2px 0;font-size:9px}.import-runbar{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.import-side{flex-direction:column;gap:13px;min-width:0;display:flex}.import-safety{padding:16px}.import-safety h3{margin:0 0 12px;font-size:13px}.import-safety>div{border-top:1px solid #f2f4f7;grid-template-columns:28px 1fr;gap:8px;padding:9px 0;display:grid}.import-safety>div:first-of-type{border-top:0}.import-safety>div>span{color:#027a48;background:#ecfdf3;border-radius:7px;justify-content:center;align-items:center;width:23px;height:23px;font-size:11px;font-weight:900;display:flex}.import-safety p{flex-direction:column;gap:2px;margin:0;display:flex}.import-safety b{color:#344054;font-size:10px}.import-safety small{color:#98a2b3;font-size:9px;line-height:1.35}.import-message{color:#027a48;background:#f6fef9;border-color:#abefc6;padding:12px 14px;font-size:10px;font-weight:700;line-height:1.4}.import-history{padding:15px}.import-history .section-head{margin-bottom:3px}.import-history-row{border-top:1px solid #f2f4f7;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 0;display:grid}.import-history-row>div{flex-direction:column;gap:2px;min-width:0;display:flex}.import-history-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.import-history-row span,.import-history-row small{color:#98a2b3;font-size:9px}.import-history-row button{color:#b42318;background:0 0;border:0;padding:6px;font-size:9px;font-weight:800}.import-history-row button:hover{background:#fef3f2;border-radius:7px}.import-history-empty{min-height:100px}@media (max-width:1250px){.import-layout{grid-template-columns:1fr}.import-side{grid-template-columns:1fr 1fr;display:grid}.import-message{grid-column:1/-1}}@media (max-width:850px){.import-hero{flex-direction:column;align-items:flex-start}.import-mapping-grid{grid-template-columns:1fr 1fr}.import-options{grid-template-columns:1fr}.import-side{display:flex}}@media (max-width:600px){.import-mapping-grid,.import-stats{grid-template-columns:1fr}.import-template-actions{flex-wrap:wrap;width:100%}.import-template-actions .btn{flex:1}.import-runbar{flex-direction:column;align-items:stretch}.import-runbar .btn{width:100%}}.account-banner{background:linear-gradient(110deg,#fff 20%,#f7fbff 100%);align-items:center;gap:16px;min-height:120px;margin-bottom:15px;padding:22px 24px;display:flex}.account-avatar{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#84caff,#175cd3);border-radius:18px;justify-content:center;align-items:center;width:66px;min-width:66px;height:66px;font-size:29px;font-weight:850;display:flex;box-shadow:0 7px 19px #2e90fa26}.account-banner-main{flex:1;min-width:0}.account-eyebrow{color:#1570ef;letter-spacing:.11em;font-size:9px;font-weight:850}.account-banner-main h2{letter-spacing:-.02em;margin:5px 0 3px;font-size:22px;line-height:1.2}.account-banner-main p{color:#667085;overflow-wrap:anywhere;margin:0;font-size:12px}.account-banner-meta{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.account-banner-meta small{color:#98a2b3;font-size:11px}.account-verified{border-radius:999px;align-items:center;padding:6px 10px;font-size:10px;font-weight:800;display:inline-flex}.account-verified.is-good{color:#027a48;background:#ecfdf3}.account-verified.is-warn{color:#b54708;background:#fffaeb}.account-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);align-items:start;gap:14px;display:grid}.account-column{flex-direction:column;gap:14px;min-width:0;display:flex}.account-section,.account-export-section,.account-danger-zone{min-width:0;padding:21px 23px}.account-section-head{align-items:flex-start;gap:12px;margin-bottom:21px;display:flex}.account-section-icon{color:#175cd3;background:#eff8ff;border:1px solid #d1e9ff;border-radius:11px;justify-content:center;align-items:center;width:37px;min-width:37px;height:37px;font-size:18px;font-weight:850;display:flex}.account-section-head h3{letter-spacing:-.015em;margin:1px 0 4px;font-size:16px}.account-section-head p{color:#667085;margin:0;font-size:11px;line-height:1.5}.account-fields{flex-direction:column;gap:15px;display:flex}.account-fields>label,.account-password-grid label,.account-delete-fields label{color:#475467;flex-direction:column;gap:6px;min-width:0;font-size:12px;font-weight:750;display:flex}.account-fields input,.account-fields select,.account-delete-fields input{width:100%;min-width:0;height:44px;padding:0 12px}.account-fields label small{color:#98a2b3;margin-top:2px;font-size:10px;font-weight:500;line-height:1.4}.account-form-footer{align-items:center;gap:8px;margin-top:2px;display:flex}.account-form-footer .btn{min-width:152px;min-height:41px}.account-current-email{background:#f9fafb;border:1px solid #eaecf0;border-radius:10px;flex-direction:column;gap:4px;margin-bottom:16px;padding:12px 14px;display:flex}.account-current-email span{color:#667085;font-size:10px}.account-current-email strong{color:#344054;overflow-wrap:anywhere;font-size:13px}.account-notice{overflow-wrap:anywhere;border-radius:9px;margin:12px 0 0;padding:11px 13px;font-size:11px;line-height:1.5}.account-notice.good{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.account-notice.error{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.account-session-info{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:19px;display:grid}.account-session-info>div{background:#f9fafb;border:1px solid #eaecf0;border-radius:10px;flex-direction:column;gap:6px;min-width:0;padding:11px 12px;display:flex}.account-session-info span{color:#667085;font-size:10px}.account-session-info strong{color:#344054;overflow-wrap:anywhere;font-size:12px}.account-field-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-field-head h4{margin:0;font-size:13px}.account-password-toggle{color:#667085;cursor:pointer;align-items:center;gap:6px;font-size:10px;display:flex}.account-password-toggle input{accent-color:#2e90fa;width:15px;height:15px}.account-password-grid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.account-session-actions{border-top:1px solid #eaecf0;margin-top:20px;padding-top:17px}.account-session-actions b{font-size:13px}.account-session-actions p{color:#667085;margin:5px 0 14px;font-size:11px;line-height:1.45}.account-button-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.account-button-row .btn{min-height:38px;font-size:11px}.account-caption{color:#98a2b3;margin:14px 0 0;font-size:10px;line-height:1.55}.account-export-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.account-export-item{background:#fcfdff;border:1px solid #eaecf0;border-radius:12px;grid-template-columns:35px minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:15px;display:grid}.account-export-icon{color:#175cd3;background:#eff8ff;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:900;display:flex}.account-export-item h4{margin:1px 0 5px;font-size:13px}.account-export-item p{color:#667085;margin:0;font-size:11px;line-height:1.45}.account-export-item .btn{grid-column:2;justify-self:start;min-width:126px;margin-top:9px}.account-export-warning{color:#667085;margin-top:13px;font-size:11px;line-height:1.5}.account-danger-zone{border-color:#fecdca;margin:14px 0 17px}.account-danger-zone .account-section-head{margin-bottom:16px}.account-danger-zone .account-icon-danger{color:#b42318;background:#fef3f2;border-color:#fecdca}.account-delete-form{flex-direction:column;gap:14px;display:flex}.account-delete-warning{color:#b42318;background:#fffbfa;border:1px solid #fecdca;border-radius:10px;flex-direction:column;gap:7px;padding:13px 15px;font-size:11px;line-height:1.5;display:flex}.account-delete-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.account-delete-check{color:#475467;align-items:center;gap:9px;font-size:11px;display:flex}.account-delete-check input{accent-color:#b42318;width:16px;height:16px}.account-section .btn:disabled,.account-export-section .btn:disabled,.account-danger-zone .btn:disabled{opacity:.52;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width:1300px){.account-layout{grid-template-columns:1fr}.account-export-grid{grid-template-columns:1fr 1fr}}@media (max-width:800px){.account-banner{flex-wrap:wrap}.account-banner-meta{align-items:flex-start;width:100%;margin-left:82px}.account-export-grid,.account-password-grid,.account-delete-fields{grid-template-columns:1fr}}@media (max-width:540px){.account-avatar{width:48px;min-width:48px;height:48px;font-size:22px}.account-banner{padding:15px}.account-banner-main h2{font-size:18px}.account-banner-meta{margin-left:0}.account-section,.account-export-section,.account-danger-zone{padding:17px}.account-session-info{grid-template-columns:1fr}.account-button-row{flex-direction:column;align-items:stretch}.account-button-row .btn{width:100%}}.app-offline-banner{z-index:1100;color:#fff;text-align:center;background:#b42318;border-radius:0 0 12px 12px;width:min(570px,100% - 16px);padding:11px 14px;font-size:12px;font-weight:750;position:fixed;top:0;left:50%;transform:translate(-50%);box-shadow:0 6px 24px #10182824}.pwa-install-intro{align-items:center;gap:22px;margin-bottom:13px;padding:27px;display:flex}.pwa-install-intro img{border-radius:19px;flex-shrink:0;box-shadow:0 12px 25px #175cd322}.pwa-kicker{letter-spacing:.1em;color:#175cd3;font-size:10px;font-weight:850}.pwa-install-intro h2{margin:6px 0 7px;font-size:25px}.pwa-install-intro p{color:#667085;margin:0;font-size:13px;line-height:1.6}.pwa-install-action,.pwa-install-notice{margin-bottom:13px;padding:20px}.pwa-install-action h3,.pwa-install-notice h3{margin:0 0 7px}.pwa-install-action p,.pwa-install-notice p{color:#667085;margin:0 0 15px;font-size:13px;line-height:1.55}.pwa-installed{color:#027a48;background:#ecfdf3;border-color:#abefc6;font-weight:750}.pwa-install-message{color:#175cd3;background:#eff8ff;border:1px solid #b2ddff;border-radius:12px;margin-bottom:13px;padding:12px 16px;font-size:13px}.pwa-howto-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:13px;display:grid}.pwa-howto{padding:23px}.pwa-device-icon{color:#175cd3;background:#eff8ff;border-radius:13px;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:17px;font-size:25px;font-weight:750;display:flex}.pwa-howto h3{margin-bottom:12px;font-size:16px}.pwa-howto ol{color:#475467;margin:0;padding-left:20px;font-size:13px;line-height:1.65}.pwa-howto li{margin:8px 0}.pwa-device-tip{color:#175cd3;margin-top:16px;font-size:12px}.pwa-privacy-note{background:#f8fbff;border-color:#d1e9ff;padding:20px}.pwa-privacy-note strong{font-size:13px}.pwa-privacy-note p{color:#475467;margin:8px 0 0;font-size:12px;line-height:1.6}@media (max-width:1080px){.pwa-howto-grid{grid-template-columns:1fr}}@media (max-width:900px){html{scroll-padding-top:75px}html,body{max-width:100%;overflow-x:clip}.app-layout{min-height:100dvh!important;display:block!important}.app-layout>.sidebar{display:none!important}.mobile-appbar{z-index:70;color:#fff;background:#0c1424;justify-content:space-between;align-items:center;width:100%;height:58px;padding:0 15px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #102a4322}.mobile-appbar-brand{letter-spacing:.035em;align-items:center;gap:9px;min-width:0;font-size:13px;display:inline-flex}.mobile-appbar-brand img{border-radius:9px;display:block}.mobile-appbar-menu{color:#eff8ff;background:#182230;border:0;border-radius:9px;align-items:center;gap:5px;min-height:42px;padding:0 10px;font-size:12px;font-weight:650;display:flex}.content{min-width:0!important;padding:0 13px calc(95px + env(safe-area-inset-bottom))!important}.page-header{flex-wrap:wrap;gap:10px;min-height:89px;padding:12px 1px;align-items:center!important}.page-header h1{line-height:1.2;font-size:23px!important}.page-header p{line-height:1.45;font-size:12px!important}.header-actions{flex-wrap:wrap;width:100%}.mobile-bottom-nav{z-index:75;padding:5px 6px calc(5px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e4e7ec;grid-template-columns:repeat(5,minmax(0,1fr));min-height:64px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 25px #102a4310}.mobile-bottom-item{color:#667085;white-space:nowrap;background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:52px;font-size:10px;font-weight:700;line-height:1.1;display:flex}.mobile-bottom-item svg{flex-shrink:0;width:22px;height:22px;display:block}.mobile-bottom-item:hover,.mobile-bottom-item.active{color:#175cd3;background:#eff8ff}.mobile-bottom-item.active svg{stroke-width:2.3px}.mobile-more-layer{z-index:90;flex-direction:column;justify-content:flex-end;position:fixed;inset:0;display:flex!important}.mobile-more-backdrop{background:#1018288a;border:0;position:absolute;inset:0}.mobile-more-panel{z-index:1;padding:10px 18px calc(17px + env(safe-area-inset-bottom));background:#fff;border-radius:23px 23px 0 0;max-height:min(88dvh,690px);position:relative;overflow:auto;box-shadow:0 -14px 44px #10182827}.mobile-more-handle{background:#d0d5dd;border-radius:20px;width:42px;height:5px;margin:0 auto 13px}.mobile-more-title{justify-content:space-between;align-items:center;margin-bottom:5px;padding:0 2px 8px;font-size:20px;display:flex}.mobile-more-title button{color:#344054;background:#f2f4f7;border:0;border-radius:9px;place-items:center;width:36px;height:36px;font-size:26px;display:grid}.mobile-more-link{color:#344054;border-bottom:1px solid #f2f4f7;align-items:center;gap:13px;min-height:52px;padding:13px 10px;font-size:14px;font-weight:700;display:flex}.mobile-more-link.active{color:#175cd3;background:#eff8ff;border-radius:10px}.mobile-more-symbol{text-align:center;color:#1570ef;width:30px;font-size:20px}.mobile-more-chevron{color:#98a2b3;margin-left:auto;font-size:25px;font-weight:400}.mobile-more-logout{color:#b42318;text-align:left;background:#fffbfa;border:1px solid #fecdca;border-radius:11px;align-items:center;gap:10px;width:100%;min-height:46px;margin-top:12px;padding:0 15px;font-weight:750;display:flex}.mobile-more-logout span{font-size:13px}.transactions-layout,.split-layout,.split-layout.planning,.planning-workspace,.planning-year-charts,.dashboard-grid,.assets-chart-grid,.analysis-grid-main,.analysis-grid-secondary,.analysis-table-grid,.import-layout,.settings-grid,.account-layout{grid-template-columns:minmax(0,1fr)!important}.transactions-form-card,.form-card,.planning-editors{position:static!important}.planning-inline-editor{grid-template-columns:minmax(0,1fr)!important}.planning-inline-editor>*{grid-column:1/-1!important;min-width:0!important}.planning-flow-header{min-height:0!important}.planning-controlbar{flex-direction:column!important;align-items:stretch!important}.planning-control-actions{flex-wrap:wrap!important;width:100%!important}.year-kpi-grid,.analysis-kpi-grid,.asset-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.asset-note-field,.asset-editor-actions{grid-column:1/-1!important}.asset-detail-grid,.asset-health-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.card{min-width:0;max-width:100%}.section-head{flex-wrap:wrap}.chart-card,.planning-year-chart,.analysis-chart-card,.asset-chart-card{min-width:0}.table-scroll,.planning-year-scroll,.planning-flow-table-scroll,.income-planning-scroll,.asset-table-scroll,.import-preview-scroll,.analysis-table-scroll{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto!important}.planning-v2-table,.income-planning-table,.planning-year-table,.assets-table,.debts-table,.analysis-month-table,.import-preview-table{min-width:760px}.planning-v2-table,.income-planning-table{min-width:820px}.account-banner{flex-wrap:wrap}.account-fields input,.account-fields select,.form-grid input,.form-grid select{min-height:44px}.pwa-install-intro{padding:20px}}@media (max-width:600px){.content{padding-left:10px!important;padding-right:10px!important}.mobile-appbar-brand{font-size:12px}.mobile-bottom-item{font-size:9px}.mobile-bottom-item svg{width:21px;height:21px}.kpi-grid.five,.kpi-grid.four,.kpi-grid.three,.year-kpi-grid,.analysis-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.kpi-card{min-height:102px!important;padding:14px!important}.kpi-value{overflow-wrap:anywhere;font-size:19px!important}.kpi-note{line-height:1.3;font-size:10px!important}.asset-editor-grid,.asset-detail-grid,.asset-health-strip,.planning-balance-strip,.analysis-health-strip,.import-mapping-grid,.account-export-grid{grid-template-columns:1fr!important}.import-hero{flex-direction:column;align-items:flex-start!important}.import-template-actions{flex-wrap:wrap;width:100%;display:flex}.import-template-actions button{flex:1}.pwa-install-intro{text-align:center;flex-direction:column;gap:12px}.pwa-howto{padding:17px}.pwa-install-intro h2{font-size:21px}}@media (max-width:380px){.mobile-bottom-item{letter-spacing:-.015em;font-size:8px}.mobile-appbar-menu span{display:none}.kpi-grid.five,.kpi-grid.four,.kpi-grid.three{gap:7px}.kpi-value{font-size:17px!important}}@media (prefers-reduced-motion:reduce){.mobile-bottom-item,.mobile-more-link{transition:none!important}}@media (max-width:900px){.analysis-grid-main,.analysis-grid-secondary{align-items:start}.analysis-chart-card{flex-direction:column;display:flex;height:auto!important;min-height:0!important;padding:16px 14px 24px!important;overflow:visible!important}.analysis-chart-card .section-head{flex:none;min-height:0;margin:0 0 13px!important}.analysis-chart-card .analysis-chart-wrap{box-sizing:content-box;flex:none;width:100%;min-width:0;min-height:320px;margin:0;padding:0 0 23px;height:320px!important}.analysis-chart-wrap .recharts-legend-wrapper{max-width:100%!important}}@media (max-width:600px){.analysis-chart-card .analysis-chart-wrap{min-height:295px;padding-bottom:30px;height:295px!important}.analysis-chart-card .recharts-default-legend{line-height:1.65}.analysis-chart-card .recharts-legend-item{font-size:11px;margin-right:10px!important}.analysis-table-card .analysis-table-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;width:100%;padding:0 11px 12px;max-width:100%!important;max-height:580px!important;overflow:hidden auto!important}.analysis-category-table,.analysis-month-table{border-collapse:separate;display:block;table-layout:auto!important;width:100%!important;min-width:0!important}.analysis-category-table thead,.analysis-month-table thead{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.analysis-category-table tbody,.analysis-month-table tbody{flex-direction:column;gap:10px;width:100%;display:flex}.analysis-category-table tbody tr,.analysis-month-table tbody tr{background:#fff;border:1px solid #e4e7ec;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:11px 14px;width:100%;padding:13px;display:grid;box-shadow:0 1px 3px #10182806}.analysis-category-table td,.analysis-month-table td{box-sizing:border-box;overflow-wrap:anywhere;font-variant-numeric:tabular-nums;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;min-width:0;max-width:100%;font-size:13px;display:flex;white-space:normal!important;text-align:left!important;border:0!important;width:auto!important;padding:0!important}.analysis-category-table td:before,.analysis-month-table td:before{color:#667085;text-transform:uppercase;letter-spacing:.025em;font-size:10px;font-weight:700;line-height:1.25}.analysis-category-table td:first-child,.analysis-month-table td:first-child{grid-column:1/-1;font-size:15px;border-bottom:1px solid #eef2f7!important;padding-bottom:9px!important}.analysis-category-table td:first-child:before{content:"Категория"}.analysis-category-table td:nth-child(2):before{content:"Раздел"}.analysis-category-table td:nth-child(3):before{content:"Сумма"}.analysis-category-table td:nth-child(4){grid-column:1/-1}.analysis-category-table td:nth-child(4):before{content:"Доля расходов"}.analysis-category-table td:nth-child(5):before{content:"Операций"}.analysis-category-table .analysis-share{grid-template-columns:minmax(0,1fr) 45px;width:100%}.analysis-category-table .analysis-share .progress-line{width:100%}.analysis-month-table td:first-child:before{content:"Месяц"}.analysis-month-table td:nth-child(2):before{content:"Доходы"}.analysis-month-table td:nth-child(3):before{content:"Расходы"}.analysis-month-table td:nth-child(4):before{content:"Баланс"}.analysis-month-table td:nth-child(5):before{content:"Сбережения"}.analysis-month-table td:nth-child(6):before{content:"Бюджет"}.analysis-month-table .budget-status{min-width:70px!important}}.intl-settings-grid{grid-template-columns:1fr 1fr;gap:13px 14px;display:grid}.intl-settings-grid label{min-width:0}.intl-preview{background:#f8fbff;border:1px solid #d1e9ff;border-radius:11px;flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;padding:12px 14px;display:flex}.intl-preview span{color:#667085;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:800}.intl-preview b{color:#175cd3;font-variant-numeric:tabular-nums;background:#fff;border:1px solid #e4e7ec;border-radius:8px;padding:5px 8px;font-size:12px}@media (max-width:720px){.intl-settings-grid{grid-template-columns:1fr}.intl-preview{flex-direction:column;align-items:flex-start}}.auth-panel{position:relative}.auth-language-switch{background:#f9fafb;border:1px solid #e4e7ec;border-radius:9px;gap:3px;padding:3px;display:flex;position:absolute;top:22px;right:28px}.auth-language-switch button{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:6px;min-width:36px;height:28px;padding:0 8px;font-size:10px;font-weight:800}@media (max-width:700px){.auth-language-switch{top:14px;right:14px}}.billing-beta-banner,.billing-current-card{background:#fff;border:1px solid #e4e7ec;border-radius:18px;box-shadow:0 8px 24px #1018280d}.billing-beta-banner{justify-content:space-between;align-items:center;gap:24px;margin-bottom:14px;padding:18px 20px;display:flex}.billing-beta-banner strong{font-size:15px}.billing-beta-banner p{color:#667085;margin:4px 0 0;font-size:12px;line-height:1.5}.billing-beta-chip{color:#067647;letter-spacing:.08em;background:#ecfdf3;border-radius:999px;flex:none;padding:6px 10px;font-size:10px;font-weight:900}.billing-current-card{justify-content:space-between;align-items:center;gap:24px;margin-bottom:14px;padding:18px 20px;display:flex}.billing-kicker{color:#667085;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800;display:block}.billing-current-plan{margin-top:4px;font-size:24px;display:block}.billing-current-status{text-align:right}.billing-current-status span{color:#667085;font-size:10px;display:block}.billing-current-status strong{color:#067647;margin-top:4px;font-size:14px;display:block}.billing-switch{background:#eef2f6;border-radius:12px;align-items:center;gap:6px;width:max-content;max-width:100%;margin:16px auto 18px;padding:4px;display:flex}.billing-switch button{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:9px 18px;font-weight:800}.billing-switch button.active{color:#175cd3;background:#fff;box-shadow:0 1px 4px #1018281f}.billing-switch span{color:#667085;padding:0 10px;font-size:11px}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1100px;margin:0 auto;display:grid}.pricing-card{background:#fff;border:1px solid #e4e7ec;border-radius:20px;flex-direction:column;min-height:510px;padding:26px;display:flex;position:relative;box-shadow:0 10px 30px #1018280f}.pricing-card.featured{border:2px solid #2e90fa}.pricing-card.current:after{content:"";pointer-events:none;border:1px solid #2e90fa29;border-radius:14px;position:absolute;inset:8px}.pricing-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.pricing-head h2{margin:5px 0;font-size:28px}.pricing-head p{color:#667085;margin:0;font-size:13px}.pricing-plan-label{letter-spacing:.14em;color:#1570ef;font-size:10px;font-weight:900}.pricing-current-badge{color:#175cd3;white-space:nowrap;background:#eff8ff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800}.pricing-price{border-bottom:1px solid #eaecf0;align-items:baseline;gap:8px;padding:28px 0 20px;display:flex}.pricing-price strong{letter-spacing:-.03em;font-size:36px}.pricing-price span{color:#667085;font-size:12px}.pricing-features{color:#344054;gap:13px;margin:22px 0;padding:0;font-size:13px;list-style:none;display:grid}.pricing-features li{line-height:1.4}.pricing-action{width:100%;min-height:44px;margin-top:auto}.pricing-note{text-align:center;color:#98a2b3;margin-top:10px;display:block}.sidebar-plan-chip{color:#cbd5e1;background:#ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;margin:0 8px 8px;padding:8px 10px;font-size:10px;text-decoration:none;display:flex}.sidebar-plan-chip strong{color:#fff;letter-spacing:.08em}@media (max-width:820px){.pricing-grid{grid-template-columns:1fr}.pricing-card{min-height:0}.billing-beta-banner,.billing-current-card{align-items:flex-start}.billing-switch{flex-wrap:wrap;justify-content:center;width:100%}.billing-switch span{text-align:center;width:100%;padding:4px 8px}}.paid-only-pricing-grid{grid-template-columns:minmax(0,760px);justify-content:center}.paid-only-card{width:100%}.trial-only-banner .billing-beta-chip{text-align:center;min-width:86px}.subscription-expired-card{border-color:#f2caca}.subscription-expired-card .billing-current-plan,.subscription-expired-card .billing-current-status strong{color:#b42318}@media (max-width:820px){.paid-only-pricing-grid{grid-template-columns:1fr}}.subscription-status{background:#fff;border:1px solid #e4e7ec;border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;max-width:980px;margin:0 auto 18px;padding:18px 20px;display:grid;box-shadow:0 10px 30px #1018280d}.subscription-status-icon{color:#475467;background:#f2f4f7;border-radius:13px;place-items:center;width:42px;height:42px;font-size:14px;font-weight:900;display:grid}.subscription-status-copy span{color:#667085;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:800;display:block}.subscription-status-copy strong{color:#101828;font-size:17px;line-height:1.3;display:block}.subscription-status-copy p{color:#667085;margin:4px 0 0;font-size:12px;line-height:1.5}.subscription-status-mark{color:#475467;letter-spacing:.08em;background:#f2f4f7;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900}.subscription-status-active .subscription-status-icon,.subscription-status-active .subscription-status-mark{color:#067647;background:#ecfdf3}.subscription-status-trial .subscription-status-icon,.subscription-status-trial .subscription-status-mark{color:#175cd3;background:#eff8ff}.subscription-status-expired .subscription-status-icon,.subscription-status-expired .subscription-status-mark{color:#b42318;background:#fef3f2}.subscription-offer{background:#fff;border:1px solid #d0d5dd;border-radius:24px;max-width:980px;margin:0 auto;padding:30px;box-shadow:0 16px 46px #10182812}.subscription-offer-top{justify-content:space-between;align-items:flex-start;gap:28px;display:flex}.subscription-eyebrow{color:#1570ef;letter-spacing:.14em;margin-bottom:6px;font-size:10px;font-weight:900;display:block}.subscription-offer h2{color:#101828;letter-spacing:-.03em;margin:0;font-size:32px}.subscription-offer-top p{color:#667085;margin:7px 0 0;font-size:13px;line-height:1.55}.subscription-trial-badge{text-align:left;background:#f5faff;border:1px solid #b2ddff;border-radius:15px;flex:none;min-width:190px;padding:12px 14px}.subscription-trial-badge strong{color:#175cd3;font-size:13px;display:block}.subscription-trial-badge span{color:#667085;margin-top:3px;font-size:10px;line-height:1.4;display:block}.subscription-billing-row{justify-content:space-between;align-items:center;gap:16px;margin-top:26px;display:flex}.subscription-billing-switch{background:#f2f4f7;border-radius:12px;padding:4px;display:inline-flex}.subscription-billing-switch button{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:9px;min-width:100px;padding:9px 16px;font-weight:800}.subscription-saving{color:#067647;background:#ecfdf3;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800}.subscription-price-block{padding:23px 0 4px}.subscription-price-line{align-items:baseline;gap:9px;display:flex}.subscription-price-line strong{color:#101828;letter-spacing:-.045em;font-size:42px;line-height:1}.subscription-price-line span{color:#667085;font-size:12px}.subscription-equivalent{color:#667085;margin-top:8px;font-size:12px}.subscription-divider{background:#eaecf0;height:1px;margin:21px 0}.subscription-included-title{color:#344054;margin-bottom:13px;font-size:12px;font-weight:900}.subscription-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:0;padding:0;list-style:none;display:grid}.subscription-benefits li{color:#344054;align-items:flex-start;gap:9px;min-width:0;font-size:12.5px;line-height:1.5;display:flex}.subscription-check{color:#067647;background:#ecfdf3;border-radius:999px;flex:none;place-items:center;width:19px;height:19px;margin-top:1px;font-size:11px;font-weight:900;display:grid}.subscription-main-action{border-radius:12px;width:100%;min-height:48px;margin-top:26px;font-size:13px;font-weight:900}.subscription-note{text-align:center;color:#667085;margin:11px 0 0;font-size:11px;line-height:1.5}.subscription-secure{text-align:center;color:#98a2b3;margin:4px 0 0;font-size:10px;line-height:1.5}@media (max-width:760px){.subscription-status{grid-template-columns:auto 1fr}.subscription-status-mark{grid-column:1/-1;width:max-content;margin-left:58px}.subscription-offer{border-radius:20px;padding:22px 18px}.subscription-offer-top{flex-direction:column;gap:16px}.subscription-trial-badge{width:100%;min-width:0}.subscription-billing-row{flex-direction:column;align-items:flex-start}.subscription-billing-switch{width:100%}.subscription-billing-switch button{flex:1}.subscription-price-line strong{font-size:36px}.subscription-benefits{grid-template-columns:1fr}}.subscription-active-strip{color:#067647;background:#ecfdf3;border:1px solid #abefc6;border-radius:12px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:48px;margin-top:26px;padding:12px 16px;font-size:13px;font-weight:900;display:flex}.subscription-active-check{color:#067647;background:#d1fadf;border-radius:999px;place-items:center;width:20px;height:20px;font-size:12px;font-weight:900;display:grid}.subscription-account-card{padding-top:28px}.subscription-account-badge{color:#067647;background:#ecfdf3;border:1px solid #abefc6;border-radius:999px;flex:none;align-items:center;gap:8px;padding:10px 13px;font-size:11px;display:inline-flex}.subscription-account-badge span{background:#d1fadf;border-radius:999px;place-items:center;width:18px;height:18px;font-weight:900;display:grid}.subscription-account-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px;display:grid}.subscription-account-stat{background:#f9fafb;border:1px solid #eaecf0;border-radius:16px;min-width:0;padding:17px 18px}.subscription-account-stat span{color:#667085;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.subscription-account-stat strong{color:#101828;font-size:15px;line-height:1.35;display:block}@media (max-width:760px){.subscription-account-grid{grid-template-columns:1fr}.subscription-account-badge{align-self:flex-start}}html,body{background:radial-gradient(circle at 82% 4%,#2dd4bf0e,transparent 28%), radial-gradient(circle at 24% 8%,#3b82f60d,transparent 24%), var(--bg);color:var(--text)}body{min-height:100vh}.app-layout{background:0 0;grid-template-columns:248px minmax(0,1fr)}.sidebar{color:#b8c4d3;background:linear-gradient(#ffffff05,#0000 18%),#070d17;border-right:1px solid #94a3b81a;width:auto;padding:22px 14px 16px}.brand{color:#f8fafc;letter-spacing:-.02em;gap:11px;height:48px;padding:0 12px;font-size:18px}.brand-mark{background:linear-gradient(135deg,#2dd4bf2e,#3b82f633);border:1px solid #5eead43d;border-radius:9px;grid-template-columns:1fr 1fr;gap:3px;width:28px;height:28px;padding:6px;display:grid;box-shadow:0 0 28px #2dd4bf1a}.brand-mark span{background:linear-gradient(#5eead4,#38bdf8);border-radius:999px;display:block}.brand-mark span:first-child{height:100%}.brand-mark span:last-child{align-self:end;height:64%}.sidebar-section-label{color:#53647b;text-transform:uppercase;letter-spacing:.12em;padding:18px 12px 7px;font-size:9px;font-weight:800}.sidebar-nav{gap:5px!important;margin-top:0!important}.nav-item{color:#8393a8;border:1px solid #0000;border-radius:11px;gap:11px;min-height:44px;padding:10px 12px;font-size:13px;font-weight:600}.nav-item svg{flex:none}.nav-item:hover{color:#e2e8f0;background:#94a3b80e;border-color:#94a3b814;transform:none}.sidebar-divider{background:#94a3b817;height:1px;margin:14px 10px 10px}.sidebar-nav-secondary{gap:4px!important}.sidebar-bottom{margin-top:auto}.sidebar-plan-card{background:linear-gradient(135deg,#2dd4bf13,#3b82f60a);border:1px solid #2dd4bf24;border-radius:13px;flex-direction:column;gap:7px;margin:12px 2px;padding:13px;display:flex}.sidebar-plan-card-head{color:#71839a;text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:7px;font-size:10px;font-weight:800;display:flex}.sidebar-plan-dot{background:#2dd4bf;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #2dd4bfb3}.sidebar-plan-card strong{color:#dffdf7;font-size:12px;font-weight:700}.sidebar-user-card{border-top:1px solid #94a3b814;align-items:center;gap:10px;margin-top:10px;padding:14px 5px 0;display:flex}.sidebar-avatar{color:#dffdf7;background:linear-gradient(135deg,#2dd4bf2e,#3b82f633);border:1px solid #5eead42e;border-radius:11px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:800;display:grid}.sidebar-user-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sidebar-user-copy strong{color:#dbe5f0;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.sidebar-user-copy span{color:#5f7188;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.sidebar-logout-button{color:#71839a;background:0 0;border:0;border-radius:9px;place-items:center;width:32px;height:32px;padding:0;display:grid}.content{width:100%;max-width:1800px;margin:0 auto;padding:0 28px 38px}.page-header{border-bottom:1px solid #94a3b812;min-height:112px;margin-bottom:22px;padding:10px 0 4px}.page-header h1{color:#f8fafc;letter-spacing:-.035em;font-size:29px;font-weight:720}.page-header p{color:#7f90a6;margin-top:7px;font-size:13px}.header-actions{align-items:center}.card{background:linear-gradient(180deg,#ffffff05,#fff0), var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:0 14px 34px #02081729}.card:hover{border-color:#94a3b833;transform:none;box-shadow:0 18px 42px #0208173b}.muted{color:var(--muted)}.btn{color:#cbd5e1;background:#111c2d;border-color:#94a3b826;border-radius:11px}.btn:hover{box-shadow:none;background:#162235;border-color:#94a3b847;transform:none}.btn.primary{color:#fff;background:linear-gradient(135deg,#14b8a6,#3b82f6);border-color:#0000;box-shadow:0 10px 26px #2dd4bf24}.btn.danger{color:#fda4af;background:#fb718512;border-color:#fb718533}input,select{color:#e5edf6;background:#0c1626;border:1px solid #94a3b824}input:disabled{color:#53647b;background:#0b1320}.kpi-grid{gap:14px;margin-bottom:16px}.kpi-card{min-height:132px;padding:19px;position:relative;overflow:hidden}.kpi-card:before{opacity:1;background:radial-gradient(circle,#2dd4bf17,#0000 68%);width:118px;height:118px;top:-52px;right:-42px}.kpi-label{color:#74869d;letter-spacing:.09em;font-size:10px}.kpi-value{color:#f8fafc;margin-top:13px;font-size:25px;font-weight:720}.kpi-note{color:#71839a;margin-top:8px;font-size:11px}.dashboard-toolbar{justify-content:space-between;align-items:flex-end;gap:18px;margin:-2px 0 16px;display:flex}.dashboard-period-label{color:#5f7188;text-transform:uppercase;letter-spacing:.09em;margin:0 0 7px 2px;font-size:10px;font-weight:800;display:block}.dashboard-period-control{gap:8px;display:flex}.dashboard-period-control select{min-width:145px}.dashboard-period-control input{width:92px}.dashboard-refresh-dot{color:#65d9ca;align-items:center;gap:7px;font-size:11px;display:flex}.dashboard-refresh-dot:before{content:"";background:#2dd4bf;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #2dd4bfb3}.dashboard-grid-premium{grid-template-columns:minmax(0,1.8fr) minmax(300px,.72fr);gap:14px}.chart-card{height:390px}.dashboard-main-chart{padding:20px 20px 16px}.dashboard-main-chart .chart-wrap{height:292px}.section-kicker{color:#4f91a8;letter-spacing:.11em;margin-bottom:7px;font-size:9px;font-weight:850;display:block}.section-head h3{letter-spacing:-.015em;font-size:16px}.section-head p{color:#6f8299}.chart-total{background:#94a3b80b;border:1px solid #94a3b814;border-radius:11px;flex-direction:column;align-items:flex-end;gap:3px;padding:8px 11px;display:flex}.chart-total span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.chart-total strong{color:#dce7f3;font-size:13px}.dashboard-budget-card{min-height:390px;padding:20px}.budget-ring-wrap{justify-content:center;padding:5px 0 18px;display:flex}.budget-ring{--progress:0%;background:conic-gradient(#2dd4bf var(--progress),#94a3b81a 0);border-radius:50%;place-items:center;width:144px;height:144px;display:grid;position:relative;box-shadow:0 0 34px #2dd4bf0d}.budget-ring:after{content:"";background:#0f1929;border:1px solid #94a3b814;border-radius:50%;position:absolute;inset:12px}.budget-ring>div{z-index:1;text-align:center;position:relative}.budget-ring strong{color:#f8fafc;letter-spacing:-.04em;font-size:27px;display:block}.budget-ring span{color:#64748b;margin-top:4px;font-size:9px;display:block}.budget-stats{border-top:1px solid #94a3b814;flex-direction:column;display:flex}.budget-stats>div{border-bottom:1px solid #94a3b80f;justify-content:space-between;gap:12px;padding:11px 0;display:flex}.budget-stats span{color:#71839a;font-size:11px}.budget-stats strong{color:#dfe8f2;font-size:11px}.dashboard-lower-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;margin-top:14px;display:grid}.dashboard-category-card,.dashboard-recent-card{min-height:330px;padding:20px}.category-layout{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:18px;display:grid}.category-chart{height:220px}.category-list{flex-direction:column;gap:5px;display:flex}.category-list-row{border-bottom:1px solid #94a3b80e;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 0;display:grid}.category-dot{border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #ffffff14}.category-list-row span:nth-child(2){color:#9fb0c4;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.category-list-row strong{color:#dbe5ef;font-size:11px}.section-link{color:#67e8d3;white-space:nowrap;font-size:11px;font-weight:700}.recent-list{flex-direction:column;display:flex}.recent-row{border-bottom:1px solid #94a3b80f;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 0;display:grid}.recent-icon{border-radius:10px;place-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:grid}.recent-icon.income{color:#5eead4;background:#2dd4bf17}.recent-icon.expense{color:#fda4af;background:#fb718514}.recent-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.recent-copy strong{color:#dce6f0;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.recent-copy span{color:#607289;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.recent-amount{white-space:nowrap;font-size:11px;font-weight:750}.recent-empty{min-height:210px}.chart-tooltip{color:#fff;background:#070d17f5;border:1px solid #94a3b821;box-shadow:0 16px 42px #02081766}.recharts-default-tooltip{color:#f8fafc!important;background:#0c1626!important;border:1px solid #94a3b824!important;border-radius:11px!important}.recharts-tooltip-label,.recharts-legend-item-text{color:#94a3b8!important}.table-card{background:var(--card)}th{color:#687b92;background:#0d1727;border-color:#94a3b817}td{border-color:#94a3b811}tbody tr:hover{background:#3b82f609}.subtext{color:#5d6f85}.icon-btn,.row-actions button{color:#71839a}.icon-btn:hover,.row-actions button:hover{color:#e2e8f0;background:#94a3b812}.money.expense,.negative{color:#fda4af}.money.income,.positive{color:#5eead4}.pill.expense{color:#fda4af;background:#fb718517}.pill.income{color:#5eead4;background:#2dd4bf17}.empty{color:#607289}.progress-line{background:#94a3b81a}.plan-cell,.fact-cell{background:0 0}.planning-table tbody tr:hover .plan-cell,.planning-table tbody tr:hover .fact-cell{background:#3b82f606}.info-box{color:#93c5fd;background:#3b82f60f;border-color:#60a5fa29}.mobile-appbar,.mobile-bottom-nav,.mobile-more-layer{display:none}@media (max-width:1200px){.dashboard-grid-premium{grid-template-columns:1fr}.dashboard-budget-card{min-height:auto}.budget-ring-wrap{padding-top:0}.dashboard-lower-grid{grid-template-columns:1fr}}@media (max-width:900px){.sidebar{display:none}.app-layout{display:block}.content{padding:76px 14px 86px}.page-header{min-height:auto;margin-bottom:16px;padding:18px 0}.mobile-appbar{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070d17eb;border-bottom:1px solid #94a3b81a;justify-content:space-between;align-items:center;height:62px;padding:0 14px;display:flex;position:fixed;top:0;left:0;right:0}.mobile-appbar-brand{color:#f8fafc;align-items:center;gap:9px;display:flex}.mobile-appbar-brand .brand-mark{width:26px;height:26px}.mobile-appbar-menu{color:#a8b7c9;background:#0e1929;border:1px solid #94a3b81f;border-radius:10px;align-items:center;gap:7px;padding:8px 10px;font-size:11px;display:flex}.mobile-bottom-nav{z-index:70;padding:7px 5px calc(7px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070d17f2;border-top:1px solid #94a3b81a;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-item{color:#63758b;background:0 0;border:0;flex-direction:column;align-items:center;gap:4px;min-width:0;padding:5px 2px;font-size:9px;display:flex}.mobile-bottom-item.active{color:#5eead4}.mobile-bottom-item svg{width:19px;height:19px}.mobile-more-layer{z-index:100;display:block;position:fixed;inset:0}.mobile-more-backdrop{background:#020617b8;border:0;position:absolute;inset:0}.mobile-more-panel{padding:10px 14px calc(18px + env(safe-area-inset-bottom));background:#0b1422;border:1px solid #94a3b81f;border-radius:22px 22px 0 0;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -24px 60px #02081780}.mobile-more-handle{background:#334155;border-radius:999px;width:42px;height:4px;margin:0 auto 12px}.mobile-more-title{color:#f8fafc;justify-content:space-between;align-items:center;padding:4px 4px 10px;display:flex}.mobile-more-title button{color:#94a3b8;background:0 0;border:0;font-size:25px}.mobile-more-link{color:#aab8c8;border-bottom:1px solid #94a3b80f;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px 7px;font-size:12px;display:grid}.mobile-more-link.active{color:#5eead4}.mobile-more-symbol{place-items:center;display:grid}.mobile-more-chevron{color:#475569;font-size:20px}.mobile-more-logout{color:#fda4af;background:#fb71850f;border:0;border-radius:11px;align-items:center;gap:10px;width:100%;margin-top:10px;padding:12px;display:flex}.category-layout{grid-template-columns:190px minmax(0,1fr)}}@media (max-width:620px){.content{padding-left:10px;padding-right:10px}.page-header h1{font-size:24px}.dashboard-toolbar{flex-direction:column;align-items:flex-start}.dashboard-period-control{width:100%}.dashboard-period-control select{flex:1;min-width:0}.kpi-grid.four,.kpi-grid.five,.kpi-grid.three{grid-template-columns:1fr 1fr}.kpi-card{min-height:112px;padding:15px}.kpi-value{font-size:19px}.dashboard-main-chart{padding:15px 10px 12px}.dashboard-main-chart .section-head{padding:0 6px}.chart-total{display:none}.category-layout{grid-template-columns:1fr}.category-chart{height:190px}.dashboard-category-card,.dashboard-recent-card{padding:15px}}@media (max-width:390px){.kpi-grid.four,.kpi-grid.five,.kpi-grid.three{grid-template-columns:1fr}}.auth-page.auth-page-dark{background:radial-gradient(circle at 18% 14%,#2dd4bf0b,#0000 24%),#070d17;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);min-height:100vh;display:grid;overflow:hidden}.auth-form-side{z-index:2;justify-content:center;align-items:center;min-width:0;padding:34px clamp(24px,4vw,64px);display:flex;position:relative}.auth-form-shell{flex-direction:column;gap:20px;width:min(100%,500px);display:flex}.auth-form-shell-signup{width:min(100%,560px)}.auth-topline{justify-content:space-between;align-items:center;gap:18px;display:flex}.auth-brand-new{color:#f8fafc;letter-spacing:-.025em;align-items:center;gap:10px;font-size:18px;font-weight:800;display:inline-flex}.auth-logo-mark{background:linear-gradient(135deg,#2dd4bf2e,#3b82f633);border:1px solid #5eead43d;border-radius:9px;grid-template-columns:1fr 1fr;gap:3px;width:28px;height:28px;padding:6px;display:grid;box-shadow:0 0 26px #2dd4bf14}.auth-logo-mark i{background:linear-gradient(#5eead4,#38bdf8);border-radius:999px;display:block}.auth-logo-mark i:first-child{height:100%}.auth-logo-mark i:last-child{align-self:end;height:64%}.auth-language-switch{background:#0c1626;border:1px solid #94a3b81f;border-radius:10px;align-items:center;gap:3px;padding:3px;display:inline-flex}.auth-language-switch button{color:#64748b;background:0 0;border:0;border-radius:7px;padding:6px 8px;font-size:10px;font-weight:800}.auth-language-switch button.active{color:#dffdf7;background:#142135;box-shadow:inset 0 0 0 1px #2dd4bf1f}.auth-card-new{background:linear-gradient(#ffffff06,#fff0),#0d1727;border:1px solid #94a3b821;border-radius:22px;padding:30px;box-shadow:0 24px 70px #02081757}.auth-card-eyebrow{color:#5eead4;letter-spacing:.12em;margin-bottom:10px;font-size:9px;font-weight:850}.auth-card-new h1{color:#f8fafc;letter-spacing:-.04em;margin:0;font-size:34px;line-height:1.05}.auth-card-subtitle{color:#7f90a6;max-width:460px;margin:10px 0 23px;font-size:13px;line-height:1.6}.auth-form-new{flex-direction:column;gap:15px;display:flex}.auth-form-new label{flex-direction:column;gap:7px;display:flex}.auth-form-new label>span{color:#a8b6c8;font-size:11px;font-weight:700}.auth-form-new input,.auth-form-new select{color:#f1f5f9;background:#091321;border:1px solid #94a3b826;border-radius:12px;width:100%;min-height:46px;padding:11px 13px}.auth-form-new input::placeholder{color:#4e6178}.auth-form-new input:focus,.auth-form-new select:focus{border-color:#2dd4bf8c;box-shadow:0 0 0 3px #2dd4bf14}.auth-form-two{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-submit{letter-spacing:-.01em;border-radius:12px;min-height:48px;margin-top:2px;font-size:13px;font-weight:800}.auth-message{margin-top:1px}.auth-divider{color:#52657c;align-items:center;gap:10px;margin:20px 0 14px;font-size:10px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#94a3b817;flex:1;height:1px}.auth-footer-new{color:#71839a;justify-content:center;align-items:center;gap:6px;font-size:11px;display:flex}.auth-footer-new a{color:#67e8d3;font-weight:800}.auth-footer-new a:hover{color:#99f6e4}.auth-security-note{text-align:center;color:#52657c;margin:0;font-size:10px}.auth-showcase{background:linear-gradient(#080f1c0d,#050a149e),radial-gradient(circle at 72% 20%,#3b82f647,#0000 34%),radial-gradient(circle at 22% 72%,#2dd4bf2e,#0000 30%),linear-gradient(145deg,#112a52 0%,#0d1f3d 43%,#07111f 100%);border:1px solid #60a5fa29;border-radius:26px;align-items:flex-end;min-width:0;margin:16px 16px 16px 0;padding:clamp(34px,5vw,76px);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06,0 30px 80px #02081742}.auth-showcase:before{content:"";border:1px solid #5eead41a;border-radius:50%;width:520px;height:520px;position:absolute;top:-220px;right:-110px}.auth-showcase:after{content:"";border:1px solid #60a5fa14;border-radius:50%;width:760px;height:760px;position:absolute;top:-310px;right:-170px}.auth-showcase-glow{filter:blur(1px);pointer-events:none;border-radius:50%;position:absolute}.auth-showcase-glow-one{background:radial-gradient(circle,#38bdf81f,#0000 68%);width:220px;height:220px;top:15%;right:10%}.auth-showcase-glow-two{background:radial-gradient(circle,#2dd4bf17,#0000 68%);width:300px;height:300px;bottom:8%;left:8%}.auth-showcase-content{z-index:2;width:min(100%,650px);position:relative}.auth-showcase-badge{color:#8bdbea;letter-spacing:.12em;align-items:center;gap:7px;font-size:9px;font-weight:850;display:inline-flex}.auth-showcase-badge span{background:#2dd4bf;border-radius:50%;width:7px;height:7px;box-shadow:0 0 14px #2dd4bfa6}.auth-showcase h2{color:#fff;letter-spacing:-.055em;max-width:700px;margin:16px 0 14px;font-size:clamp(40px,4.2vw,70px);font-weight:760;line-height:1.02}.auth-showcase-content>p{color:#a8bad0;max-width:570px;margin:0;font-size:14px;line-height:1.7}.auth-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:30px;display:grid}.auth-feature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070d1757;border:1px solid #94a3b81a;border-radius:15px;min-width:0;padding:15px}.auth-feature>span{color:#4b617a;letter-spacing:.12em;margin-bottom:9px;font-size:9px;font-weight:850;display:block}.auth-feature strong{color:#edf5fb;margin-bottom:6px;font-size:11px;display:block}.auth-feature p{color:#70839a;margin:0;font-size:10px;line-height:1.45}.auth-trial-line{color:#74879e;flex-wrap:wrap;align-items:center;gap:8px;margin-top:20px;font-size:10px;display:flex}.auth-trial-line strong{color:#c9f8ef}.auth-trial-dot{background:#2dd4bf;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #2dd4bf99}@media (max-width:1100px){.auth-page.auth-page-dark{grid-template-columns:minmax(0,1fr) minmax(0,.92fr)}.auth-showcase{padding:38px}.auth-showcase h2{font-size:46px}.auth-feature-grid{grid-template-columns:1fr}.auth-feature:nth-child(3){display:none}}@media (max-width:820px){.auth-page.auth-page-dark{min-height:100vh;display:block;overflow:auto}.auth-form-side{min-height:100vh;padding:24px 16px}.auth-form-shell,.auth-form-shell-signup{width:min(100%,520px)}.auth-showcase{display:none}.auth-card-new{padding:24px}}@media (max-width:520px){.auth-form-side{padding:18px 12px}.auth-topline{margin-bottom:2px}.auth-card-new{border-radius:18px;padding:21px 16px}.auth-card-new h1{font-size:29px}.auth-form-two{grid-template-columns:1fr}.auth-security-note{padding:0 12px}}.transactions-layout{grid-template-columns:minmax(330px,390px) minmax(0,1fr);gap:16px}.transactions-form-card{background:linear-gradient(#2dd4bf09,#0000 34%),#0d1727;padding:0;top:22px;overflow:hidden}.transaction-form-head{border-bottom:1px solid #94a3b814;margin:0;padding:20px 20px 16px}.transaction-form-head h3{color:#f8fafc;letter-spacing:-.02em;font-size:17px}.transaction-form-head p{color:#6f8298;font-size:11px}.transactions-form-grid{gap:14px 12px;margin-top:0;padding:18px 20px 12px}.transactions-form-grid label{color:#9fb0c4;letter-spacing:.015em;font-size:10px;font-weight:750}.transactions-form-grid input,.transactions-form-grid select{color:#e9f0f7;background:#091321;border-color:#94a3b821;height:44px}.transactions-form-grid input:focus,.transactions-form-grid select:focus{border-color:#2dd4bf80;box-shadow:0 0 0 3px #2dd4bf12}.transactions-form-grid .form-actions{padding-top:3px}.transactions-form-grid .form-actions .btn{min-height:42px}.transactions-form-grid .form-actions .btn.primary{min-width:144px}.form-helper{color:#5f7188;background:#0208171f;border-top:1px solid #94a3b80e;margin:0;padding:13px 20px 17px;font-size:10px;line-height:1.55}.form-helper b{color:#8ea3b9}.transactions-table-card{background:#0d1727;border-color:#94a3b81c}.transactions-summary{background:0 0;border-bottom:1px solid #94a3b814;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.summary-chip{background:0 0;border-right:1px solid #94a3b812;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;min-height:72px;padding:14px 18px;display:flex}.summary-chip:last-child{border-right:0}.summary-chip span{color:#607289;letter-spacing:.09em;font-size:9px}.summary-chip strong{color:#eef5fb;letter-spacing:-.025em;font-size:17px}.summary-chip.income strong{color:#5eead4}.summary-chip.expense strong{color:#fda4af}.summary-chip.balance strong{color:#93c5fd}.transactions-section-head{border-bottom:1px solid #94a3b811;padding:17px 18px 13px!important}.transactions-section-head h3{color:#f1f5f9;font-size:15px}.transactions-section-head p{color:#607289;font-size:10px}.transactions-search{color:#e8eef6;background:#091321;border-color:#94a3b81f}.transactions-table-card th{color:#61748b;background:#0a1423;border-color:#94a3b814}.transactions-table-card td{color:#aebccc;border-color:#94a3b80e}.transactions-table-card tbody tr:hover{background:#2dd4bf07}.transactions-table-card td b{color:#dce6f0}.transactions-table-card .subtext{color:#52657c}.transactions-table-card .row-actions button{color:#63758b;border:1px solid #0000}.transactions-table-card .row-actions button:hover{color:#e2e8f0;background:#142033;border-color:#94a3b814}.transactions-empty{background:radial-gradient(circle at 50% 25%,#2dd4bf08,#0000 42%)}.transactions-empty strong{color:#cdd8e4!important}.transactions-empty span{color:#5f7188!important}.planning-controlbar{background:#0d1727;border-color:#94a3b81c;min-height:64px;margin-bottom:18px;padding:10px 12px}.planning-period{color:#667a91;gap:8px}.planning-period>span{color:#607289;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:800}.planning-period input{width:94px}.planning-period select{min-width:148px}.planning-control-actions{align-items:center;gap:10px;display:flex}.segmented{background:#091321;border:1px solid #94a3b81a;border-radius:10px;padding:3px;display:flex}.segmented button{color:#63758b;background:0 0;border:0;border-radius:7px;padding:7px 12px;font-size:10px;font-weight:800}.segmented button.active{color:#dffdf7;background:#142235;box-shadow:inset 0 0 0 1px #2dd4bf1a}.planning-month-title{justify-content:space-between;align-items:flex-end;gap:20px;margin:0 0 14px;display:flex}.planning-eyebrow{color:#4f91a8;letter-spacing:.12em;margin-bottom:7px;font-size:9px;font-weight:850;display:block}.planning-month-title h2{color:#f8fafc;letter-spacing:-.035em;margin:0;font-size:25px}.budget-health{background:#0d1727;border:1px solid #94a3b81a;border-radius:12px;flex-direction:column;align-items:flex-end;gap:4px;min-width:170px;padding:10px 12px;display:flex}.budget-health span{color:#62758c;text-transform:uppercase;letter-spacing:.07em;font-size:9px}.budget-health strong{color:#e2e8f0;font-size:13px}.budget-health.ok{border-color:#2dd4bf29}.budget-health.warning{border-color:#f59e0b2b}.budget-health.over{border-color:#fb718533}.planning-kpis{gap:12px;margin-bottom:14px}.planning-kpis .kpi-card{min-height:118px}.planning-balance-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:14px;padding:0;display:grid;overflow:hidden}.planning-balance-strip>div{border-right:1px solid #94a3b812;flex-direction:column;justify-content:center;gap:6px;min-height:84px;padding:15px 16px;display:flex}.planning-balance-strip>div:last-child{border-right:0}.planning-balance-strip span{color:#62758c;text-transform:uppercase;letter-spacing:.055em;font-size:9px}.planning-balance-strip strong{color:#e6edf5;letter-spacing:-.02em;font-size:15px}.planning-flow{grid-template-columns:1fr;gap:14px;display:grid}.planning-flow-card{background:#0d1727;padding:0;overflow:hidden}.planning-flow-header{border-bottom:1px solid #94a3b80f;padding:18px 18px 12px}.planning-flow-header h3{color:#f2f6fa;margin:0;font-size:15px}.planning-flow-header p{color:#62758c;margin:5px 0 0;font-size:10px}.planning-flow-header-with-legend{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.legend-inline{color:#63758b;flex-wrap:wrap;gap:10px;font-size:9px;display:flex}.legend-inline span{align-items:center;gap:5px;display:flex}.legend-inline .dot{border-radius:50%;width:6px;height:6px;display:inline-block}.dot.ok{background:#2dd4bf}.dot.warning{background:#f59e0b}.dot.over{background:#fb7185}.planning-inline-editor{grid-template-columns:minmax(210px,1.2fr) minmax(150px,.7fr) auto;align-items:end;gap:10px;padding:14px 18px 12px;display:grid}.planning-inline-editor label{flex-direction:column;gap:6px;display:flex}.planning-inline-editor label>span{color:#7d8fa5;font-size:9px;font-weight:800}.planning-inline-editor input,.planning-inline-editor select{background:#091321;min-height:42px}.planning-inline-button{min-height:42px}.planning-inline-hint{color:#53667d;grid-column:1/-1;padding-top:1px;font-size:9px}.planning-section-divider{background:#94a3b80e;height:1px}.planning-flow-table-scroll{max-height:440px}.planning-table th{color:#61748b;background:#0a1423}.planning-table td{color:#aebccc}.planning-table td b{color:#dbe5ef}.planning-table tbody tr:hover{background:#2dd4bf06}.group-badge{color:#8ea2b7;background:#94a3b80e;border:1px solid #94a3b812;border-radius:7px;align-items:center;min-height:23px;padding:4px 7px;font-size:9px;display:inline-flex}.usage-cell{align-items:center;gap:8px;min-width:130px;display:flex}.usage-cell small{color:#70839a;text-align:right;min-width:32px}.progress-line{background:#94a3b817;flex:1;height:5px}.income-progress span{background:#60a5fa}.income-progress span.ok{background:#2dd4bf}.income-progress span.warning{background:#f59e0b}.budget-status{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:5px 8px;font-size:8px;font-weight:800;display:inline-flex}.budget-status.ok{color:#5eead4;background:#2dd4bf13;border-color:#2dd4bf1a}.budget-status.warning{color:#fbbf24;background:#f59e0b13;border-color:#f59e0b1a}.budget-status.over{color:#fda4af;background:#fb718513;border-color:#fb71851a}.budget-status.unplanned,.budget-status.neutral{color:#8294a9;background:#94a3b80d;border-color:#94a3b813}.income-plan-cell,.income-fact-cell,.plan-cell,.fact-cell{background:0 0!important}.planning-year-charts{grid-template-columns:1fr 1fr;gap:14px;margin:14px 0;display:grid}.planning-year-chart{min-height:390px;padding:18px}.planning-year-chart .chart-wrap{height:310px}.planning-year-table-card{background:#0d1727}.planning-year-table-card .section-head{margin:0;padding:17px 18px 12px}.planning-year-table-card th{background:#0a1423}.planning-year-table-card td{color:#aebccc}.year-row-open{color:#52657c;margin-top:3px;font-size:8px;display:block}.planning-year-table tbody tr{cursor:pointer}.planning-year-table tbody tr:hover{background:#3b82f607}.year-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.year-kpi-grid .kpi-card{min-height:112px;padding:15px}.year-kpi-grid .kpi-value{font-size:19px}.year-insights-strip{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1280px){.transactions-layout{grid-template-columns:340px minmax(0,1fr)}.year-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1050px){.transactions-layout{grid-template-columns:1fr}.transactions-form-card{position:static}.planning-year-charts{grid-template-columns:1fr}.planning-balance-strip,.year-insights-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.planning-balance-strip>div:nth-child(2){border-right:0}.planning-balance-strip>div{border-bottom:1px solid #94a3b80f}}@media (max-width:760px){.transactions-summary{grid-template-columns:1fr}.summary-chip{border-bottom:1px solid #94a3b80f;border-right:0;flex-direction:row;justify-content:space-between;align-items:center;min-height:auto}.transactions-section-head{flex-direction:column;align-items:stretch!important}.transactions-search{width:100%}.planning-controlbar{flex-direction:column;align-items:stretch;gap:10px}.planning-period{flex-wrap:wrap}.planning-control-actions{flex-wrap:wrap;justify-content:space-between}.planning-month-title{flex-direction:column;align-items:flex-start}.budget-health{align-items:flex-start;width:100%}.planning-inline-editor{grid-template-columns:1fr}.planning-inline-hint{grid-column:auto}.planning-flow-header-with-legend{flex-direction:column}}@media (max-width:560px){.transactions-form-grid{grid-template-columns:1fr;padding-left:15px;padding-right:15px}.transactions-form-grid .span-2{grid-column:auto}.planning-balance-strip,.year-insights-strip{grid-template-columns:1fr}.planning-balance-strip>div{border-right:0!important}.year-kpi-grid{grid-template-columns:1fr 1fr}}.recharts-cartesian-axis-tick text{fill:#61748b}.recharts-cartesian-axis-line,.recharts-cartesian-axis-tick-line{stroke:#94a3b817}.recharts-legend-item-text{color:#8294aa!important}.analysis-toolbar{background:#0d1727;justify-content:space-between;align-items:center;gap:18px;min-height:72px;margin-bottom:14px;padding:14px 16px;display:flex}.analysis-toolbar>div:first-child{flex-direction:column;gap:5px;display:flex}.analysis-eyebrow{color:#4f91a8;letter-spacing:.11em;font-size:9px;font-weight:850}.analysis-toolbar strong{color:#e7eef6;letter-spacing:-.015em;font-size:13px}.analysis-periods{background:#091321;border:1px solid #94a3b81a;border-radius:10px;padding:3px;display:flex}.analysis-periods button{color:#62758c;background:0 0;border:0;border-radius:7px;padding:7px 11px;font-size:10px;font-weight:800}.analysis-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.analysis-kpi-grid .kpi-card{min-height:118px;padding:15px}.analysis-kpi-grid .kpi-value{font-size:19px}.analysis-health-strip{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px;padding:0;display:grid;overflow:hidden}.analysis-health-strip>div{border-right:1px solid #94a3b812;flex-direction:column;justify-content:center;gap:5px;min-height:96px;padding:15px 16px;display:flex}.analysis-health-strip>div:last-child{border-right:0}.analysis-health-strip span{color:#61748b;text-transform:uppercase;letter-spacing:.055em;font-size:9px}.analysis-health-strip strong{color:#e7eef6;font-size:14px}.analysis-health-strip small{color:#52657c;font-size:9px;line-height:1.45}.analysis-grid-main,.analysis-grid-secondary{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:14px;margin-bottom:14px;display:grid}.analysis-grid-secondary{grid-template-columns:1fr 1fr}.analysis-chart-card{min-height:390px;padding:18px}.analysis-chart-wrap{height:310px}.analysis-chart-card .section-head{margin-bottom:10px}.analysis-badge{color:#8294a9;white-space:nowrap;background:#94a3b80d;border:1px solid #94a3b814;border-radius:999px;align-items:center;min-height:25px;padding:5px 8px;font-size:8px;font-weight:800;display:inline-flex}.analysis-badge.good{color:#5eead4;background:#2dd4bf11;border-color:#2dd4bf1a}.analysis-badge.bad{color:#fda4af;background:#fb718511;border-color:#fb71851f}.analysis-capital-card{margin-bottom:14px;padding:18px}.analysis-capital-summary{color:#63758b;flex-wrap:wrap;gap:14px;font-size:9px;display:flex}.analysis-capital-summary b{margin-left:4px;font-size:10px}.analysis-capital-chart{height:320px}.analysis-capital-chart-compact{height:auto;min-height:170px}.analysis-capital-single{text-align:center;justify-content:center;align-items:center;min-height:170px;display:flex}.analysis-capital-single>div{background:#94a3b809;border:1px solid #94a3b812;border-radius:14px;padding:18px 22px}.analysis-capital-single span,.analysis-capital-single small{color:#607289;font-size:9px;display:block}.analysis-capital-single strong{color:#5eead4;margin:8px 0;font-size:24px;display:block}.analysis-loading{color:#6f8298;place-items:center;min-height:220px;display:grid}.assets-actionbar{background:#0d1727;justify-content:space-between;align-items:center;gap:12px;min-height:64px;margin-bottom:14px;padding:10px 12px;display:flex}.assets-actions{flex-wrap:wrap;gap:8px;display:flex}.assets-kpis{gap:10px;margin-bottom:14px}.assets-kpis .kpi-card{min-height:118px;padding:15px}.assets-kpis .kpi-value{font-size:19px}.asset-health-strip{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px;padding:0;display:grid;overflow:hidden}.asset-health-strip>div{border-right:1px solid #94a3b812;flex-direction:column;justify-content:center;gap:5px;min-height:94px;padding:14px 16px;display:flex}.asset-health-strip>div:last-child{border-right:0}.asset-health-strip span{color:#61748b;text-transform:uppercase;letter-spacing:.055em;font-size:9px}.asset-health-strip strong{color:#e5edf6;font-size:14px}.asset-health-strip small{color:#52657c;font-size:9px;line-height:1.45}.asset-editor-card{background:#0d1727;margin-bottom:14px;padding:0;overflow:hidden}.asset-editor-head{border-bottom:1px solid #94a3b811;margin:0;padding:17px 18px 13px}.icon-close{color:#70839a;background:#0a1423;border:1px solid #94a3b817;border-radius:9px;width:32px;height:32px}.icon-close:hover{color:#f8fafc;background:#142033}.asset-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px 12px;padding:16px 18px 18px;display:grid}.asset-editor-grid label{color:#8fa0b5;flex-direction:column;gap:6px;font-size:9px;font-weight:800;display:flex}.asset-editor-grid input,.asset-editor-grid select{background:#091321;min-height:42px}.asset-checkbox{background:#94a3b808;border:1px solid #94a3b814;border-radius:11px;grid-column:span 1;grid-template-columns:auto 1fr;align-items:center;padding:9px 10px;gap:5px 8px!important;display:grid!important}.asset-checkbox input{margin:0;width:15px!important;min-height:auto!important}.asset-checkbox span{color:#d2dce7;font-size:10px}.asset-checkbox small{color:#5d6f85;grid-column:2;font-size:8px}.asset-note-field{grid-column:span 2}.asset-editor-actions{align-items:flex-end;gap:8px;display:flex}.assets-chart-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.asset-chart-card{height:360px;min-height:360px;padding:18px}.asset-chart-card .chart-wrap{height:285px}.asset-table-card{background:#0d1727;margin-bottom:14px}.assets-table-head{border-bottom:1px solid #94a3b80f;margin:0!important;padding:16px 18px 11px!important}.assets-count{color:#8193a8;background:#94a3b80d;border:1px solid #94a3b814;border-radius:999px;align-items:center;min-height:24px;padding:4px 8px;font-size:8px;font-weight:800;display:inline-flex}.asset-table-scroll{max-height:520px}.assets-table td,.debts-table td{color:#aebccc}.assets-table td b,.debts-table td b{color:#dce6f0}.selected-row{box-shadow:inset 2px 0 #2dd4bf;background:#2dd4bf0b!important}.debt-progress{align-items:center;gap:8px;min-width:120px;display:flex}.debt-progress small{color:#70839a;min-width:30px}.asset-detail-card{margin-bottom:14px;padding:18px}.asset-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.asset-detail-grid>div{background:#94a3b809;border:1px solid #94a3b812;border-radius:12px;flex-direction:column;gap:6px;min-height:76px;padding:12px 13px;display:flex}.asset-detail-grid span{color:#61748b;text-transform:uppercase;letter-spacing:.055em;font-size:8px}.asset-detail-grid strong{color:#dce6f0;font-size:11px}.capital-history-card{padding:18px}.capital-history-head{margin-bottom:10px}.capital-history-chart{height:310px}@media (max-width:1280px){.analysis-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.assets-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:1050px){.analysis-grid-main,.analysis-grid-secondary{grid-template-columns:1fr}.analysis-health-strip,.asset-health-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-health-strip>div:nth-child(2),.asset-health-strip>div:nth-child(2){border-right:0}.assets-chart-grid{grid-template-columns:1fr}.asset-editor-grid{grid-template-columns:1fr 1fr}.asset-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.analysis-toolbar,.assets-actionbar{flex-direction:column;align-items:flex-start}.analysis-periods{width:100%;overflow:auto}.analysis-periods button{white-space:nowrap;flex:1}.analysis-kpi-grid{grid-template-columns:1fr 1fr}.analysis-health-strip,.asset-health-strip{grid-template-columns:1fr}.analysis-health-strip>div,.asset-health-strip>div{border-right:0!important}.asset-editor-grid{grid-template-columns:1fr}.asset-note-field{grid-column:auto}.asset-editor-actions{align-items:center}.asset-detail-grid{grid-template-columns:1fr}}.import-hero{background:radial-gradient(circle at 82% 20%,#3b82f617,#0000 34%),linear-gradient(#2dd4bf06,#0000),#0d1727;min-height:132px;margin-bottom:14px;padding:22px}.import-hero h2{color:#f8fafc;letter-spacing:-.03em;margin:5px 0 7px;font-size:22px}.import-hero p{color:#708299;max-width:720px;font-size:11px}.import-eyebrow{color:#5eead4;letter-spacing:.12em;font-size:9px}.import-template-actions .btn{min-height:38px;font-size:10px}.import-layout{grid-template-columns:minmax(0,1.55fr) minmax(300px,.55fr);gap:14px}.import-main,.import-side{background:#0d1727}.import-main{padding:18px}.import-step-head>span{color:#67e8d3;background:linear-gradient(135deg,#2dd4bf1f,#3b82f61a);border:1px solid #2dd4bf1f}.import-step-head h3{color:#edf4fa}.import-step-head p{color:#607289}.import-drop{color:#9df5e7;background:radial-gradient(circle at 50% 30%,#2dd4bf0b,#0000 42%),#091321;border:1.5px dashed #5eead433;min-height:170px}.import-drop-icon{box-shadow:none;color:#5eead4;background:#101d2f;border-color:#5eead41f}.import-drop small{color:#5c6f86}.import-file-card{background:#091321;border-color:#94a3b81a}.import-file-icon{color:#5eead4;background:#2dd4bf14;border:1px solid #2dd4bf1a}.import-file-card strong{color:#e7eef6}.import-file-card span{color:#607289}.import-divider{background:#94a3b811}.import-mapping-grid label>span,.import-options label>span:first-child{color:#91a2b7}.import-mapping-grid small{color:#5f7188}.import-mapping-grid select,.import-options select{color:#e3ebf4;background:#091321;border-color:#94a3b81f}.import-options{background:#94a3b806;border-color:#94a3b814}.import-check input{accent-color:#2dd4bf}.import-check b{color:#cbd5e1}.import-check small{color:#607289}.import-stats>div{background:#0a1423;border-color:#94a3b814}.import-stats span{color:#607289}.import-stats strong{color:#e7eef6}.import-stats .good strong{color:#5eead4}.import-stats .bad{background:#fb71850e;border-color:#fb71851a}.import-stats .bad strong{color:#fda4af}.import-preview-scroll{border-color:#94a3b814}.import-preview-table th{background:#0a1423}.import-ok{color:#5eead4!important;background:#2dd4bf0f!important}.import-error-text{color:#fda4af}.import-more{color:#607289}.import-runbar{background:#0208172e!important;border-color:#94a3b814!important}.import-safety{color:#8fb9e8!important;background:#3b82f60b!important;border-color:#60a5fa1a!important}.import-message{color:#7cebdc!important;background:#2dd4bf0f!important;border-color:#2dd4bf1a!important}.import-history{background:#0d1727!important}.import-history-row{background:#091321!important;border-color:#94a3b812!important}.import-history-row strong{color:#dfe8f2!important}.import-history-row span{color:#607289!important}.account-banner{background:radial-gradient(circle at 85% 15%,#3b82f614,#0000 35%),#0d1727;min-height:124px;margin-bottom:14px;padding:20px 22px}.account-avatar{background:linear-gradient(135deg,#2dd4bf47,#3b82f652);border:1px solid #5eead429;box-shadow:0 12px 30px #0208172e}.account-eyebrow{color:#5eead4}.account-banner-main h2{color:#f8fafc}.account-banner-main p{color:#708299}.account-banner-meta small{color:#607289}.account-verified.is-good{color:#7cebdc;background:#2dd4bf12;border:1px solid #2dd4bf1a}.account-verified.is-warn{color:#fbbf24;background:#f59e0b12;border:1px solid #f59e0b1a}.account-layout,.account-column{gap:14px}.account-section,.account-export-section,.account-danger-zone,.dictionary-card{background:#0d1727}.account-section-head{margin-bottom:17px}.account-section-icon{color:#7db7ff;background:#3b82f612;border-color:#60a5fa1a}.account-section-head h3{color:#eef4fa}.account-section-head p{color:#607289}.account-fields>label,.account-password-grid label,.account-delete-fields label{color:#91a2b7;font-size:10px}.account-fields input,.account-fields select,.account-delete-fields input,.account-password-grid input{color:#e6edf5;background:#091321;border-color:#94a3b81f}.account-fields label small{color:#5c6f86}.account-current-email,.account-session-info>div{background:#091321;border-color:#94a3b814}.account-current-email span,.account-session-info span{color:#607289}.account-current-email strong,.account-session-info strong{color:#d8e2ed}.account-notice.good{color:#7cebdc;background:#2dd4bf0e;border-color:#2dd4bf1a}.account-notice.error{color:#fda4af;background:#fb71850e;border-color:#fb71851a}.account-field-head h4,.account-session-actions b{color:#dce6f0}.account-password-toggle,.account-session-actions p,.account-caption{color:#607289}.account-session-actions{border-color:#94a3b812}.account-export-section{margin-top:14px}.account-export-item{background:#091321;border-color:#94a3b814}.account-export-icon{color:#7db7ff;background:#3b82f612}.account-export-item h4{color:#dce6f0}.account-export-item p{color:#607289}.account-export-warning{color:#d9a94b!important;background:#f59e0b0e!important;border-color:#f59e0b1a!important}.account-danger-zone{background:linear-gradient(#fb718506,#0000),#0d1727;border-color:#fb718521!important}.account-icon-danger{color:#fda4af!important;background:#fb718512!important;border-color:#fb71851c!important}.account-delete-warning{color:#9b7b81!important}.account-delete-check{color:#b8a0a5!important}.dictionary-head{border-color:#94a3b812!important}.dictionary-status{color:#607289!important}.dictionary-column{background:#091321!important;border-color:#94a3b814!important}.dictionary-column-head h4{color:#dce6f0!important}.dictionary-column-head span{color:#607289!important}.dictionary-add input{background:#081220!important}.dictionary-list{border-color:#94a3b812!important}.dictionary-item{color:#aebdce!important;border-color:#94a3b80f!important}.dictionary-item.selected{color:#dffdf7!important;background:#2dd4bf0b!important}.dictionary-item-main strong{color:inherit!important}.dictionary-actions button{color:#65778e!important;background:0 0!important}.dictionary-actions button:hover{color:#e2e8f0!important;background:#142033!important}.dictionary-note{color:#607289!important}.subscription-status{background:#0d1727;border-color:#94a3b81a;max-width:1040px;box-shadow:0 16px 40px #0208172e}.subscription-status-icon{color:#94a3b8;background:#091321}.subscription-status-copy span{color:#607289}.subscription-status-copy strong{color:#eef4fa}.subscription-status-copy p{color:#708299}.subscription-status-mark{color:#8294aa;background:#091321;border:1px solid #94a3b814}.subscription-status-active{background:linear-gradient(90deg,#2dd4bf0a,#0000 42%),#0d1727;border-color:#2dd4bf1c}.subscription-status-active .subscription-status-icon,.subscription-status-active .subscription-status-mark{color:#5eead4;background:#2dd4bf12}.subscription-status-trial{border-color:#60a5fa1f}.subscription-status-trial .subscription-status-icon,.subscription-status-trial .subscription-status-mark{color:#93c5fd;background:#3b82f614}.subscription-status-expired .subscription-status-icon,.subscription-status-expired .subscription-status-mark{color:#fda4af;background:#fb718512}.subscription-offer{background:radial-gradient(circle at 92% 8%,#3b82f60e,#0000 28%),#0d1727;border-color:#94a3b81a;max-width:1040px;padding:28px;box-shadow:0 18px 46px #02081733}.subscription-eyebrow{color:#5eead4}.subscription-offer h2{color:#f8fafc}.subscription-offer-top p{color:#708299}.subscription-trial-badge{background:#3b82f60e;border-color:#60a5fa1f}.subscription-trial-badge strong{color:#93c5fd}.subscription-trial-badge span{color:#607289}.subscription-billing-switch{background:#091321;border:1px solid #94a3b814}.subscription-billing-switch button{color:#65778e}.subscription-billing-switch button.active{color:#dffdf7;background:#142235;box-shadow:inset 0 0 0 1px #2dd4bf1a}.subscription-saving{color:#5eead4;background:#2dd4bf12}.subscription-price-line strong{color:#f8fafc}.subscription-price-line span,.subscription-equivalent{color:#708299}.subscription-divider{background:#94a3b812}.subscription-included-title{color:#cbd5e1}.subscription-benefits li{color:#aebdce}.subscription-check{color:#5eead4;background:#2dd4bf14}.subscription-note{color:#607289}.subscription-secure{color:#52657c!important}.subscription-account-badge{color:#7cebdc!important;background:#2dd4bf12!important;border-color:#2dd4bf1a!important}.subscription-account-stat{background:#091321!important;border-color:#94a3b814!important}.subscription-account-stat span{color:#607289!important}.subscription-account-stat strong{color:#dfe8f2!important}.subscription-active-strip{color:#7cebdc!important;background:#2dd4bf0e!important;border-color:#2dd4bf1a!important}.subscription-main-action.secondary{color:#dce6f0;background:#101c2d;border-color:#94a3b821}.pwa-install-intro{background:radial-gradient(circle at 82% 20%,#3b82f612,#0000 32%),#0d1727;margin-bottom:14px;padding:24px}.pwa-install-intro img{border-radius:20px;box-shadow:0 16px 34px #02081752}.pwa-kicker{color:#5eead4}.pwa-install-intro h2{color:#f8fafc;letter-spacing:-.03em}.pwa-install-intro p{color:#708299}.pwa-install-action,.pwa-install-notice{background:#0d1727}.pwa-install-action h3,.pwa-install-notice h3{color:#eaf1f7}.pwa-install-action p,.pwa-install-notice p{color:#708299}.pwa-installed{color:#7cebdc;background:#2dd4bf0e;border-color:#2dd4bf1a}.pwa-install-message{color:#93c5fd;background:#3b82f60e;border-color:#60a5fa1a}.pwa-howto-grid{gap:14px}.pwa-howto{background:#0d1727;padding:21px}.pwa-device-icon{color:#82e9dc;background:linear-gradient(135deg,#2dd4bf14,#3b82f612);border:1px solid #5eead417}.pwa-howto h3{color:#e7eef6}.pwa-howto ol{color:#8597ac}.pwa-howto b{color:#cbd5e1}.pwa-device-tip{color:#67e8d3}.pwa-privacy-note{background:#3b82f60a;border-color:#60a5fa17}.pwa-privacy-note strong{color:#dbe6f0}.pwa-privacy-note p{color:#71839a}@media (max-width:1100px){.import-layout,.account-layout{grid-template-columns:1fr}.subscription-status,.subscription-offer{max-width:none}}@media (max-width:760px){.import-hero{flex-direction:column;align-items:flex-start}.import-template-actions{flex-wrap:wrap;width:100%}.import-mapping-grid{grid-template-columns:1fr 1fr}.import-options{grid-template-columns:1fr}.account-banner{flex-wrap:wrap;align-items:flex-start}.account-banner-meta{align-items:flex-start;width:100%}.account-password-grid,.account-export-grid{grid-template-columns:1fr}.subscription-offer-top,.subscription-billing-row{flex-direction:column;align-items:flex-start}.subscription-benefits{grid-template-columns:1fr}.subscription-trial-badge{width:100%;min-width:0}.pwa-install-intro{flex-direction:column;align-items:flex-start}}@media (max-width:520px){.import-mapping-grid,.import-stats{grid-template-columns:1fr}.account-section,.account-export-section,.account-danger-zone{padding:17px 15px}.subscription-status{grid-template-columns:auto minmax(0,1fr);padding:15px}.subscription-status-mark{display:none}.subscription-offer{padding:20px 15px}.subscription-price-line strong{font-size:34px}}.planning-balance-strip.card,.analysis-health-strip.card,.asset-health-strip.card{background:#0d1727!important;border-color:#94a3b81a!important}.planning-balance-strip>div,.analysis-health-strip>div,.asset-health-strip>div{background:#0d1727!important;border-color:#94a3b812!important}.planning-balance-strip span,.analysis-health-strip span,.asset-health-strip span{color:#61748b!important}.planning-balance-strip strong,.analysis-health-strip strong,.asset-health-strip strong{color:#e7eef6!important}.analysis-health-strip small,.asset-health-strip small{color:#52657c!important}.asset-health-strip strong.negative,.analysis-health-strip strong.negative{color:#fda4af!important}.budget-health.neutral{color:#8294a9!important;background:#0d1727!important;border-color:#94a3b81a!important}.planning-inline-hint{color:#607289!important;background:#091321!important;border-color:#94a3b814!important}.income-planning-table th:nth-child(2),.income-planning-table td:nth-child(2),.planning-v2-table th:nth-child(3),.planning-v2-table td:nth-child(3),.income-planning-table th:nth-child(3),.income-planning-table td:nth-child(3),.planning-v2-table th:nth-child(4),.planning-v2-table td:nth-child(4),.income-plan-cell,.income-fact-cell,.plan-cell,.fact-cell{background:#0a1423!important}.income-planning-table tbody td:nth-child(2),.income-planning-table tbody td:nth-child(3),.planning-v2-table tbody td:nth-child(3),.planning-v2-table tbody td:nth-child(4){background:#0d1727!important}.income-planning-table tbody tr:hover td:nth-child(2),.income-planning-table tbody tr:hover td:nth-child(3),.planning-v2-table tbody tr:hover td:nth-child(3),.planning-v2-table tbody tr:hover td:nth-child(4),.planning-table tbody tr:hover .plan-cell,.planning-table tbody tr:hover .fact-cell,.planning-year-table .year-row:hover .income-plan-cell,.planning-year-table .year-row:hover .income-fact-cell,.planning-year-table .year-row:hover .plan-cell,.planning-year-table .year-row:hover .fact-cell{background:#2dd4bf06!important}.intl-preview{background:#091321!important;border-color:#60a5fa1a!important}.intl-preview span{color:#607289!important}.intl-preview b{color:#93c5fd!important;background:#101c2d!important;border-color:#94a3b817!important}.account-export-warning{border-radius:10px;padding:10px 12px;display:block;background:#f59e0b0b!important;border:1px solid #f59e0b1a!important}.account-delete-warning{color:#fda4af!important;background:#fb71850b!important;border-color:#fb71851a!important}.account-delete-warning span{color:#8c727a!important}.dictionary-note{color:#cba15a!important;background:#f59e0b0b!important;border-color:#f59e0b1a!important}.dictionary-grid{min-height:0!important}.dictionary-column{min-height:300px!important}.dictionary-empty{color:#52657c!important;min-height:140px!important}.import-safety{background:#0d1727!important;border-color:#94a3b81a!important}.import-safety>div{border-top-color:#94a3b812!important}.import-safety>div>span{color:#5eead4!important;background:#2dd4bf14!important}.import-safety b{color:#cbd5e1!important}.import-safety small{color:#607289!important}.import-history .section-head h3{color:#e7eef6!important}.import-history .section-head p{color:#607289!important}.app-layout .empty{color:#52657c!important}.app-layout .empty strong{color:#cbd5e1!important}.app-layout table thead th{color:#6f8299!important}.app-layout table tbody td{border-color:#94a3b80e!important}@media (min-width:901px){.dictionary-column{min-height:320px!important}.analysis-health-strip>div,.asset-health-strip>div,.planning-balance-strip>div{min-height:82px!important}}.app-topbar{z-index:55;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070d17e6;border-bottom:1px solid #94a3b817;grid-template-columns:minmax(180px,240px) minmax(320px,1fr) auto;align-items:center;gap:14px;min-height:72px;margin:0 -26px;padding:12px 26px;display:grid;position:sticky;top:0}.app-topbar-balance{background:linear-gradient(#ffffff05,#fff0),#0b1525;border:1px solid #94a3b81c;border-radius:12px;flex-direction:column;justify-content:center;gap:2px;min-width:0;min-height:46px;padding:7px 12px 7px 14px;display:flex;box-shadow:inset 3px 0 #2dd4bf8c,0 8px 22px #02081714}.app-topbar-balance span{color:#607289;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:800}.app-topbar-balance strong{color:#eef6f8;letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;font-size:16px;line-height:1.2;overflow:hidden}.app-topbar-balance.positive strong{color:var(--signal-green)!important}.app-topbar-balance.negative strong{color:var(--signal-red)!important}.app-topbar-balance.neutral strong{color:#eef6f8!important}.app-command-trigger{color:#6f8299;text-align:left;background:#0b1525;border:1px solid #94a3b81c;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;height:42px;padding:0 12px;transition:all .16s;display:grid}.app-command-search-icon{color:#5eead4;font-size:18px;line-height:1}.app-command-trigger>span:nth-child(2){white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.app-command-trigger kbd,.command-search-row kbd{color:#65778e;background:#101c2d;border:1px solid #94a3b81a;border-radius:7px;padding:4px 6px;font-family:inherit;font-size:9px;box-shadow:inset 0 -1px #ffffff08}.app-topbar-actions{align-items:center;gap:9px;display:flex}.app-topbar-subscription{color:#91a2b7;white-space:nowrap;background:#0b1525;border:1px solid #94a3b81a;border-radius:11px;align-items:center;gap:8px;height:40px;padding:0 11px;font-size:10px;font-weight:750;display:flex}.app-topbar-subscription.active{color:#7cebdc;background:#2dd4bf0b;border-color:#2dd4bf1f}.app-topbar-subscription.trial{color:#93c5fd;background:#3b82f60b;border-color:#60a5fa1f}.app-topbar-subscription.expired{color:#fda4af;background:#fb71850b;border-color:#fb71851f}.app-topbar-status-dot{background:currentColor;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px}.app-topbar-profile{border:1px solid #0000;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;min-width:0;height:44px;padding:4px 8px 4px 5px;transition:all .16s;display:grid}.app-topbar-avatar{color:#dffdf7;background:linear-gradient(135deg,#2dd4bf2e,#3b82f633);border:1px solid #5eead429;border-radius:10px;place-items:center;width:32px;height:32px;font-size:10px;font-weight:850;display:grid}.app-topbar-profile-copy{flex-direction:column;min-width:0;display:flex}.app-topbar-profile-copy strong{text-overflow:ellipsis;white-space:nowrap;color:#dce6f0;max-width:130px;font-size:10px;line-height:1.3;overflow:hidden}.app-topbar-profile-copy small{text-overflow:ellipsis;white-space:nowrap;color:#52657c;max-width:130px;font-size:8px;line-height:1.3;overflow:hidden}.command-layer{z-index:150;position:fixed;inset:0}.command-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020617b3;border:0;position:absolute;inset:0}.command-panel{background:#0b1422;border:1px solid #94a3b821;border-radius:18px;width:min(620px,100% - 32px);max-height:min(640px,100vh - 80px);margin:9vh auto 0;position:relative;overflow:hidden;box-shadow:0 28px 90px #0208178c}.command-search-row{border-bottom:1px solid #94a3b814;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;min-height:62px;padding:0 15px;display:grid}.command-search-row>span{color:#5eead4;font-size:21px}.command-search-row input{color:#eef4fa;width:100%;min-width:0;padding:0;font-size:13px;box-shadow:none!important;background:0 0!important;border:0!important}.command-search-row input::placeholder{color:#506278}.command-results{max-height:480px;padding:8px;overflow:auto}.command-item{color:#a8b7c9;border-radius:12px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:8px 10px;display:grid}.command-item-icon{color:#67e8d3;background:#101c2d;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.command-item-icon svg{width:18px;height:18px}.command-item>span:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.command-item strong{color:inherit;font-size:11px}.command-item small{color:#5c6f86;font-size:9px}.command-item>b{color:#405268;font-size:12px}.command-empty{text-align:center;color:#52657c;padding:32px;font-size:11px}@media (max-width:1180px){.app-topbar{grid-template-columns:minmax(160px,210px) minmax(240px,1fr) auto}.app-topbar-profile-copy{display:none}}@media (max-width:980px) and (min-width:901px){.app-topbar-subscription span:last-child{display:none}.app-topbar-subscription{justify-content:center;width:40px;padding:0}}@media (max-width:900px){.app-topbar{display:none}}:root{--bg:#111315;--bg-soft:#14171a;--card:#171a1f;--card-2:#1b1f24;--text:#f0f1f3;--muted:#9aa0a8;--border:#ffffff14;--sidebar:#0d0f12;--sidebar2:#15181c;--blue:#91a4ba;--blue2:#8296ad;--green:#8fb9b0;--red:#d29a9a;--orange:#c8ae7a;--purple:#aaa2b8;--shadow:0 14px 34px #0000002e}html,body{color:var(--text);background:#111315!important}::selection{color:#fff;background:#8fb9b038}.app-layout{background:#111315!important}.sidebar{color:#a7adb5!important;background:#0d0f12!important;border-right-color:#ffffff12!important}.brand{color:#f0f1f3!important}.brand-mark{box-shadow:none!important;background:#1b2024!important;border-color:#ffffff17!important}.brand-mark span{background:#aab8b4!important}.sidebar-section-label{color:#6f767f!important}.nav-item{color:#8b929b!important}.nav-item:hover{color:#d8dce1!important;background:#ffffff09!important;border-color:#ffffff0e!important}.nav-item.active{color:#eef1f2!important;background:#181c20!important;border-color:#ffffff13!important;box-shadow:inset 2px 0 #8fb9b0!important}.nav-item.active svg{color:#a6c4bd!important}.sidebar-divider{background:#ffffff0f!important}.sidebar-plan-card{background:#15191d!important;border-color:#ffffff12!important}.sidebar-plan-card-head{color:#777f88!important}.sidebar-plan-dot{box-shadow:none!important;background:#8fb9b0!important}.sidebar-plan-card strong{color:#dfe3e6!important}.sidebar-user-card{border-top-color:#ffffff0f!important}.sidebar-avatar,.app-topbar-avatar{color:#e5e8ea!important;background:#1c2125!important;border-color:#ffffff14!important}.sidebar-user-copy strong,.app-topbar-profile-copy strong{color:#d9dde1!important}.sidebar-user-copy span,.app-topbar-profile-copy small{color:#757d86!important}.sidebar-logout-button{color:#7f8790!important}.sidebar-logout-button:hover{color:#d9dde1!important;background:#ffffff0a!important}.content{background:#111315!important}.page-header{border-bottom-color:#ffffff0e!important}.page-header h1{color:#f0f1f3!important}.page-header p{color:#8e959e!important}.card,.subscription-status,.subscription-offer,.account-section,.account-export-section,.account-danger-zone,.dictionary-card,.import-main,.import-side,.pwa-install-intro,.pwa-install-action,.pwa-install-notice,.pwa-howto{box-shadow:none!important;background:#171a1f!important;border-color:#ffffff13!important}.card:hover{box-shadow:none!important;border-color:#ffffff1c!important}.card h3{color:#eceff1!important}.kpi-card:before{background:0 0!important}.kpi-label,.dashboard-period-label,.section-head p,.kpi-note{color:#7f8791!important}.kpi-value{color:#eef0f2!important}.tone-success .kpi-value{color:#9fc4bb!important}.tone-danger .kpi-value{color:#d5a0a0!important}input,select{color:#e8eaed!important;background:#14171b!important;border-color:#ffffff17!important}input::placeholder{color:#6f767f!important}input:focus,select:focus{border-color:#8fb9b073!important;box-shadow:0 0 0 3px #8fb9b014!important}select option{color:#e8eaed!important;background:#14171b!important}.btn{color:#d6dade!important;box-shadow:none!important;background:#1a1e22!important;border-color:#ffffff17!important}.btn:hover{background:#20252a!important;border-color:#ffffff21!important}.btn.primary{color:#151719!important;box-shadow:none!important;background:#e7e9eb!important;border-color:#e7e9eb!important}.btn.ghost{background:#16191d!important}.dashboard-refresh-dot,.section-kicker,.section-link{color:#9eb6b1!important}.dashboard-refresh-dot:before{box-shadow:none!important;background:#8fb9b0!important}.section-link:hover{color:#c2cfcc!important}.chart-total{background:#1a1e22!important;border-color:#ffffff12!important}.chart-total span{color:#7b838c!important}.chart-total strong{color:#dde1e4!important}.dashboard-budget-card,.dashboard-category-card,.dashboard-recent-card,.dashboard-main-chart{background:#171a1f!important}.budget-ring{background:conic-gradient(#8fb9b0 var(--progress),#ffffff14 0)!important;box-shadow:none!important}.budget-ring:after{background:#15181c!important;border-color:#ffffff0f!important}.budget-ring strong{color:#eceff1!important}.budget-ring span{color:#777f88!important}.budget-stats{border-top-color:#ffffff0f!important}.budget-stats>div{border-bottom-color:#ffffff0d!important}.budget-stats span{color:#838a93!important}.budget-stats strong{color:#dfe2e5!important}.category-list-row{border-bottom-color:#ffffff0d!important}.category-list-row span:nth-child(2){color:#a5abb2!important}.category-list-row strong{color:#d9dde1!important}.category-dot{box-shadow:none!important}.recent-row{border-bottom-color:#ffffff0d!important}.recent-copy strong{color:#dadddf!important}.recent-copy span{color:#7d858e!important}.recent-icon{background:#1b2024!important;border:1px solid #ffffff0f!important}.recent-icon.income{color:#9fc4bb!important}.recent-icon.expense{color:#d5a0a0!important}.recent-amount.income{color:#9fc4bb!important}.recent-amount.expense{color:#d5a0a0!important}.app-topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111315f0!important;border-bottom-color:#ffffff0f!important}.app-topbar-balance,.app-command-trigger,.app-topbar-subscription{box-shadow:none!important;background:#171a1f!important;border-color:#ffffff13!important}.app-topbar-balance{box-shadow:inset 2px 0 #8fb9b0!important}.app-topbar-balance span{color:#777f88!important}.app-topbar-balance strong{color:#eef0f2!important}.app-command-trigger{color:#858d96!important}.app-command-trigger:hover{color:#a7adb5!important;background:#1b1f24!important;border-color:#ffffff1a!important}.app-command-search-icon{color:#9eb6b1!important}.app-command-trigger kbd,.command-search-row kbd{color:#777f88!important;background:#1d2126!important;border-color:#ffffff12!important}.app-topbar-subscription.active{color:#9fc4bb!important;background:#171a1f!important}.app-topbar-subscription.trial{color:#aab7c6!important;background:#171a1f!important}.app-topbar-subscription.expired{color:#d5a0a0!important;background:#171a1f!important}.app-topbar-status-dot{box-shadow:none!important}.app-topbar-profile:hover{background:#171a1f!important;border-color:#fff1!important}.command-backdrop{background:#00000094!important}.command-panel{background:#16191d!important;border-color:#ffffff14!important;box-shadow:0 28px 70px #00000061!important}.command-search-row{border-bottom-color:#ffffff0f!important}.command-search-row>span{color:#9eb6b1!important}.command-item{color:#a7adb5!important}.command-item:hover{color:#eceff1!important;background:#1d2126!important}.command-item-icon{color:#aab8b4!important;background:#1d2126!important}.command-item small{color:#737b84!important}.command-item>b{color:#656d76!important}.mobile-appbar,.mobile-bottom-nav{background:#0d0f12f5!important;border-color:#ffffff0f!important}.mobile-bottom-item{color:#737b84!important}.mobile-bottom-item.active{color:#aab8b4!important}.mobile-appbar-menu{color:#a7adb5!important;background:#171a1f!important;border-color:#ffffff14!important}:root{--bg:#111315;--bg-soft:#14171a;--card:#171a1f;--card-2:#1d2126;--text:#e7eaee;--muted:#a6adb5;--border:#ffffff13;--green:#8fb6ab;--red:#c99898;--orange:#c4aa78;--blue:#8ea6b8;--blue2:#7f98aa;--purple:#a69bb8}html,body,.page-header h1,.card h3,.app-topbar-balance strong{color:#e7eaee!important}.page-header p,.muted,.section-head p,.kpi-note{color:#a6adb5!important}.tiny-muted,.subtext{color:#7d8590!important}.btn.primary{color:#101417!important;background:#8ea6b8!important;border-color:#8ea6b8!important}.btn.primary:hover{background:#9aafbe!important;border-color:#9aafbe!important}.btn:not(.primary){color:#d7dce1!important;background:#1d2126!important}.tone-success .kpi-value,.money.income,.positive,.recent-icon.income,.recent-amount.income,.app-topbar-subscription.active{color:#9fc4bb!important}.tone-danger .kpi-value,.money.expense,.negative,.recent-icon.expense,.recent-amount.expense,.app-topbar-subscription.expired{color:#d2a2a2!important}.sidebar-plan-dot,.dashboard-refresh-dot:before{background:#8fb6ab!important}.nav-item.active,.app-topbar-balance{box-shadow:inset 2px 0 #8fb6ab!important}.budget-ring{background:conic-gradient(#8fb6ab var(--progress),#ffffff14 0)!important}.import-drop{color:#cbd5da!important;background:#15181d!important;border-color:#ffffff1f!important}.import-drop:hover{background:#1b2025!important;border-color:#53616c!important}.import-step-head>span,.account-section-icon,.account-export-icon{color:#aebfca!important;background:#20252b!important;border-color:#ffffff14!important}.dictionary-item,.account-current-email,.account-export-item,.account-session-info>div,.subscription-account-stat{background:#15181d!important;border-color:#ffffff13!important}.dictionary-item:hover{background:#1b2025!important}.dictionary-item.selected{background:#1d252b!important;border-color:#607582!important;box-shadow:inset 3px 0 #8ea6b8!important}.planning-balance-strip>div,.asset-health-strip>div,.analysis-health-strip>div{background:#171a1f!important}.plan-cell,.income-plan-cell{background:#182028!important}.fact-cell{background:#211e19!important}.income-fact-cell{background:#18221f!important}.subscription-active-strip,.subscription-account-badge{color:#9fc4bb!important;background:#8fb6ab1a!important;border-color:#8fb6ab3d!important}.subscription-status-expired{background:#181719!important;border-color:#c9989838!important}.subscription-status-warning .subscription-status-icon,.subscription-status-warning .subscription-status-mark{color:#d1ba8c!important;background:#c4aa781a!important}.recharts-cartesian-grid line{stroke:#ffffff0f!important}.recharts-xAxis .recharts-cartesian-axis-tick-value,.recharts-yAxis .recharts-cartesian-axis-tick-value{fill:#7d8590!important}:root{--signal-green:#22c55e;--signal-green-dark:#16a34a;--signal-green-soft:#22c55e24;--signal-green-border:#22c55e52;--signal-red:#ef4444;--signal-red-dark:#dc2626;--signal-red-soft:#ef444424;--signal-red-border:#ef444452}.pill.income{background:var(--signal-green-soft)!important;color:var(--signal-green)!important}.pill.expense{background:var(--signal-red-soft)!important;color:var(--signal-red)!important}.progress-line span{background:var(--signal-green)!important}.progress-line span.over{background:var(--signal-red)!important}.account-notice.good,.import-message{background:var(--signal-green-soft)!important;border-color:var(--signal-green-border)!important;color:var(--signal-green)!important}.account-notice.error{background:var(--signal-red-soft)!important;border-color:var(--signal-red-border)!important;color:var(--signal-red)!important}.import-stats .good{background:var(--signal-green-soft)!important;border-color:var(--signal-green-border)!important}.import-stats .bad,.import-row-error td{background:var(--signal-red-soft)!important;border-color:var(--signal-red-border)!important}.import-ok,.import-safety>div>span{background:var(--signal-green-soft)!important;color:var(--signal-green)!important}.import-history-row button:hover{background:var(--signal-red-soft)!important}.subscription-status-active .subscription-status-icon,.subscription-status-active .subscription-status-mark,.subscription-saving{background:var(--signal-green-soft)!important;color:var(--signal-green)!important}.subscription-active-strip,.subscription-account-badge{background:var(--signal-green-soft)!important;border-color:var(--signal-green-border)!important;color:var(--signal-green)!important}.subscription-active-check,.subscription-account-badge span{color:var(--signal-green)!important;background:#22c55e38!important}.subscription-status-expired{border-color:var(--signal-red-border)!important;background:#181719!important}.subscription-status-expired .subscription-status-icon,.subscription-status-expired .subscription-status-mark{background:var(--signal-red-soft)!important;color:var(--signal-red)!important}:root{--ui-menu-text:#8b929b;--ui-menu-text-strong:#a7adb5;--ui-menu-text-soft:#737b84}html,body,button,input,select,textarea{font-family:Inter,Segoe UI,Arial,sans-serif!important}body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-weight:500;color:var(--ui-menu-text)!important}h1,h2,h3,h4,h5,h6,.page-header h1,.card h3,.section-head h3,.transaction-form-head h3,.dictionary-head h3{color:var(--ui-menu-text-strong)!important;letter-spacing:-.015em!important;font-family:Inter,Segoe UI,Arial,sans-serif!important;font-weight:600!important}.page-header p,.section-head p,.card p,label,td,.muted,.subtext,.kpi-note,.dashboard-period-label,.category-list-row,.recent-copy span,.budget-stats span,.chart-total span,.sidebar-user-copy span,.app-topbar-profile-copy small,.command-item small{font-weight:500;color:var(--ui-menu-text)!important;font-family:Inter,Segoe UI,Arial,sans-serif!important}input,select,textarea{color:var(--ui-menu-text-strong)!important;font-weight:500!important}input::placeholder,textarea::placeholder{opacity:1;color:var(--ui-menu-text-soft)!important}table{color:var(--ui-menu-text)!important}th{color:var(--ui-menu-text-soft)!important;font-weight:600!important}td b,td strong{color:var(--ui-menu-text-strong)}.recharts-cartesian-axis-tick text,.recharts-xAxis .recharts-cartesian-axis-tick-value,.recharts-yAxis .recharts-cartesian-axis-tick-value{fill:var(--ui-menu-text)!important;font-family:Inter,Segoe UI,Arial,sans-serif!important;font-weight:500!important}.recharts-legend-item-text,.recharts-tooltip-label{color:var(--ui-menu-text)!important;font-family:Inter,Segoe UI,Arial,sans-serif!important}.tone-success .kpi-value,.money.income,.positive,.recent-icon.income,.recent-amount.income,.app-topbar-subscription.active,.import-stats .good strong{color:var(--signal-green)!important}.tone-danger .kpi-value,.money.expense,.negative,.recent-icon.expense,.recent-amount.expense,.app-topbar-subscription.expired,.import-stats .bad strong,.import-error-text,.import-history-row button{color:var(--signal-red)!important}.income-planning-table th:nth-child(2),.income-planning-table td:nth-child(2),.income-planning-table th:nth-child(3),.income-planning-table td:nth-child(3),.planning-v2-table th:nth-child(3),.planning-v2-table td:nth-child(3),.planning-v2-table th:nth-child(4),.planning-v2-table td:nth-child(4),.planning-year-table th.income-plan-cell,.planning-year-table td.income-plan-cell,.planning-year-table th.income-fact-cell,.planning-year-table td.income-fact-cell,.planning-year-table th.plan-cell,.planning-year-table td.plan-cell,.planning-year-table th.fact-cell,.planning-year-table td.fact-cell{background:#12171e!important}.income-planning-table th:nth-child(4),.income-planning-table td:nth-child(4),.income-planning-table th:nth-child(5),.income-planning-table td:nth-child(5),.income-planning-table th:nth-child(6),.income-planning-table td:nth-child(6),.planning-v2-table th:nth-child(5),.planning-v2-table td:nth-child(5),.planning-v2-table th:nth-child(6),.planning-v2-table td:nth-child(6),.planning-v2-table th:nth-child(7),.planning-v2-table td:nth-child(7){border-left-color:#94a3b81a!important}.planning-table th,.planning-year-table th{color:#738093!important;background:#0f141a!important;border-color:#94a3b814!important}.planning-table td,.planning-year-table td{color:#aeb8c5;background:#151a21;border-color:#94a3b80e!important}.planning-table tbody tr:hover td,.planning-year-table tbody tr:hover td{background:#181e26!important}.planning-table td b,.planning-year-table td b{color:#e7edf4!important}.planning-plan-value{font-weight:700;color:#f3f4f6!important}.planning-expense-fact{font-weight:700;color:var(--signal-red)!important}.income-fact-cell.positive,.planning-year-table .income-fact-cell.positive{color:var(--signal-green)!important}.planning-table .negative,.planning-year-table .negative{color:var(--signal-red)!important}.planning-table .positive,.planning-year-table .positive{color:var(--signal-green)!important}.planning-table tbody tr:hover .income-plan-cell,.planning-table tbody tr:hover .income-fact-cell,.planning-table tbody tr:hover .plan-cell,.planning-table tbody tr:hover .fact-cell,.planning-year-table .year-row:hover .income-plan-cell,.planning-year-table .year-row:hover .income-fact-cell,.planning-year-table .year-row:hover .plan-cell,.planning-year-table .year-row:hover .fact-cell{background:#181e26!important}.planning-year-table .year-row:hover{background:0 0!important;box-shadow:inset 3px 0 #94a3b82e!important}.planning-year-table .year-row.year-negative,.planning-year-table .year-row.year-negative:hover{box-shadow:inset 3px 0 var(--signal-red)!important}.year-row-open{color:#8b98a8!important}.planning-controlbar,.planning-flow-card,.planning-year-table-card,.budget-health{background:#171a1f!important;border-color:#ffffff13!important}.planning-control-actions .segmented{box-shadow:none!important;background:#121417!important;border-color:#ffffff13!important}.planning-control-actions .segmented button{color:#8b929b!important;box-shadow:none!important;background:0 0!important}.planning-control-actions .segmented button:hover{color:#c7ccd2!important;background:#1d2126!important}.planning-control-actions .segmented button.active{color:#eef1f4!important;background:#272b31!important;box-shadow:inset 0 0 0 1px #ffffff14!important}.planning-eyebrow{color:#8b929b!important}.planning-flow-header{background:#171a1f!important;border-bottom-color:#ffffff0f!important}.planning-flow-header h3{color:#d9dde2!important}.planning-flow-header p{color:#7f8791!important}.planning-section-divider{background:#ffffff0e!important}.planning-inline-editor input,.planning-inline-editor select,.planning-period input,.planning-period select{color:#a7adb5!important;background:#121417!important;border-color:#ffffff14!important}.planning-inline-hint{color:#858c95!important;box-shadow:none!important;background:#15181c!important;border-color:#ffffff13!important}.planning-table th,.planning-year-table th,.income-planning-table th:nth-child(2),.income-planning-table th:nth-child(3),.planning-v2-table th:nth-child(3),.planning-v2-table th:nth-child(4),.planning-year-table th.income-plan-cell,.planning-year-table th.income-fact-cell,.planning-year-table th.plan-cell,.planning-year-table th.fact-cell{color:#767e88!important;background:#14171a!important;border-color:#fff1!important}.planning-table td,.planning-year-table td,.income-planning-table td:nth-child(2),.income-planning-table td:nth-child(3),.planning-v2-table td:nth-child(3),.planning-v2-table td:nth-child(4),.planning-year-table td.income-plan-cell,.planning-year-table td.income-fact-cell,.planning-year-table td.plan-cell,.planning-year-table td.fact-cell{background:#171a1f!important;border-color:#ffffff0e!important}.planning-table tbody tr:hover td,.planning-year-table tbody tr:hover td,.planning-table tbody tr:hover .income-plan-cell,.planning-table tbody tr:hover .income-fact-cell,.planning-table tbody tr:hover .plan-cell,.planning-table tbody tr:hover .fact-cell,.planning-year-table .year-row:hover .income-plan-cell,.planning-year-table .year-row:hover .income-fact-cell,.planning-year-table .year-row:hover .plan-cell,.planning-year-table .year-row:hover .fact-cell{background:#1d2126!important}.planning-plan-value,.income-plan-cell.planning-plan-value,.plan-cell.planning-plan-value{color:#f1f3f5!important}.planning-expense-fact,.fact-cell.planning-expense-fact{color:var(--signal-red)!important}.budget-health.ok,.budget-health.warning,.budget-health.over,.budget-health.neutral{color:#8b929b!important;background:#171a1f!important;border-color:#ffffff14!important}.budget-health span{color:#858c95!important;font-weight:600!important}.budget-health strong{font-size:16px!important;font-weight:800!important}.budget-health.ok strong{color:var(--signal-green)!important}.budget-health.warning strong{color:#f59e0b!important}.budget-health.over strong{color:var(--signal-red)!important}.budget-health.neutral strong{color:#a7adb5!important}.usage-cell small{color:#8b929b!important;font-weight:600!important}.budget-ring.ok{background:conic-gradient(var(--signal-green) var(--progress),#ffffff14 0)!important}.budget-ring.warning{background:conic-gradient(#f59e0b var(--progress),#ffffff14 0)!important}.budget-ring.danger{background:conic-gradient(var(--signal-red) var(--progress),#ffffff14 0)!important}.budget-ring.neutral{background:conic-gradient(#6b7280 var(--progress),#ffffff14 0)!important}.budget-ring.warning strong{color:#f59e0b!important}.budget-ring.danger strong{color:var(--signal-red)!important}.budget-ring.ok strong{color:var(--signal-green)!important}.transactions-table-card thead th,.transactions-table-card th{color:#818995!important;background:#121417!important;border-color:#fff1!important}.transactions-table-card tbody tr:hover td{background:#1b1f24!important}.planning-controlbar,.planning-flow-card,.planning-year-table-card,.planning-inline-hint,.planning-table th,.planning-year-table th,.planning-table td,.planning-year-table td,.income-plan-cell,.income-fact-cell,.plan-cell,.fact-cell{border-color:#fff1!important}.planning-inline-hint{color:#89919a!important;background:#15181c!important}.planning-inline-hint b{color:#b0b7c0!important}.planning-table th,.planning-year-table th{color:#818995!important;background:#121417!important}.planning-table td,.planning-year-table td,.income-plan-cell,.income-fact-cell,.plan-cell,.fact-cell{background:#171a1f!important}.planning-table tbody tr:hover td,.planning-year-table tbody tr:hover td,.planning-table tbody tr:hover .income-plan-cell,.planning-table tbody tr:hover .income-fact-cell,.planning-table tbody tr:hover .plan-cell,.planning-table tbody tr:hover .fact-cell,.planning-year-table .year-row:hover td{background:#1d2126!important}.planning-plan-value{color:#f3f4f6!important}.income-fact-cell.positive{color:var(--signal-green)!important}.planning-expense-fact{color:var(--signal-red)!important}.progress-line span.warning{background:#f59e0b!important}.warning-text{color:#f59e0b!important}.planning-control-actions .segmented,.assets-actionbar .segmented{background:#111315!important;border-color:#ffffff13!important}.planning-control-actions .segmented button,.assets-actionbar .segmented button{color:#8b929b!important;box-shadow:none!important;background:0 0!important}.planning-control-actions .segmented button:hover,.assets-actionbar .segmented button:hover{color:#cbd0d6!important;background:#1d2126!important}.planning-control-actions .segmented button.active,.assets-actionbar .segmented button.active{color:#f0f2f4!important;background:#292d33!important;box-shadow:inset 0 0 0 1px #ffffff14!important}.analysis-toolbar{background:#171a1f!important;border-color:#ffffff13!important}.analysis-periods{background:#111315!important;border-color:#ffffff13!important}.analysis-periods button{color:#8b929b!important;background:0 0!important}.analysis-periods button:hover{color:#d0d5da!important;background:#1d2126!important}.analysis-periods button.active{color:#f0f2f4!important;background:#292d33!important;box-shadow:inset 0 0 0 1px #ffffff14!important}.analysis-badge{border:1px solid #ffffff12!important}.analysis-badge.good{background:var(--signal-green-soft)!important;color:var(--signal-green)!important;border-color:var(--signal-green-border)!important}.analysis-badge.warning{color:#f59e0b!important;background:#f59e0b24!important;border-color:#f59e0b4d!important}.analysis-badge.bad{background:var(--signal-red-soft)!important;color:var(--signal-red)!important;border-color:var(--signal-red-border)!important}.analysis-badge.neutral{color:#aab0b8!important;background:#20242a!important;border-color:#ffffff13!important}.analysis-table-card thead th,.analysis-category-table th,.analysis-month-table th{color:#818995!important;background:#121417!important;border-color:#fff1!important}.analysis-table-card tbody tr:hover td{background:#1b1f24!important}.analysis-share .progress-line span{background:#f97316!important}.analysis-capital-single p{color:#979fa8!important;background:#15181c!important;border-color:#ffffff13!important}.asset-table-card thead th,.assets-table th,.debts-table th{color:#818995!important;background:#121417!important;border-color:#fff1!important}.assets-table tr:hover td,.debts-table tr:hover td{background:#1b1f24!important}
