*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--bg2: #1a1d27;--bg3: #22263a;--border: #2e3347;--text: #e8eaf6;--text2: #8b90a7;--accent: #6366f1;--accent-hover: #4f52d4;--danger: #ef4444;--success: #22c55e;--radius: 10px;--font: "Inter", system-ui, sans-serif}html,body,#root{height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}input,button,select,textarea{font:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:var(--radius);border:none;cursor:pointer;font-weight:500;font-size:14px;line-height:1;min-height:40px;transition:background .15s,opacity .15s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-ghost{background:var(--bg3);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--border)}.btn-full{width:100%}.btn-danger{background:var(--danger);color:#fff}.input{width:100%;padding:10px 12px;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:14px;outline:none;transition:border-color .15s}.input:focus{border-color:var(--accent)}.input::placeholder{color:var(--text2)}.input.error{border-color:var(--danger)}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:500;color:var(--text2)}.form-error{font-size:12px;color:var(--danger)}.form-hint{font-size:12px;color:var(--text2)}.divider{display:flex;align-items:center;gap:12px;color:var(--text2);font-size:13px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.alert{padding:10px 14px;border-radius:var(--radius);font-size:13px}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#86efac}.auth-layout{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:var(--bg)}.auth-card{width:100%;max-width:400px;background:var(--bg2);border:1px solid var(--border);border-radius:16px;padding:36px 32px;display:flex;flex-direction:column;gap:24px}.auth-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--accent);font-size:22px;font-weight:700;color:#fff;margin-bottom:12px}.auth-title{font-size:22px;font-weight:600;color:var(--text);text-align:center}.auth-subtitle{font-size:14px;color:var(--text2);text-align:center;margin-top:-16px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-footer{text-align:center;font-size:13px;color:var(--text2)}.btn-google{background:var(--bg3);color:var(--text);border:1px solid var(--border);width:100%}.btn-google:hover{background:var(--border)}.btn-icon{padding:8px}.app-layout{display:flex;height:100%;min-height:100vh}.app-main{flex:1;overflow-y:auto;padding:32px;min-width:0}.sidebar{width:230px;min-width:230px;background:var(--bg2);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:20px 12px;gap:8px}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:4px 8px 16px}.sidebar-logo-mark{width:32px;height:32px;border-radius:8px;background:var(--accent);color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo-text{font-weight:600;font-size:16px;color:var(--text);line-height:1.2}.sidebar-version{font-size:11px;color:var(--text2)}.sidebar-nav{display:flex;flex-direction:column;gap:2px;flex:1}.sidebar-group{display:flex;flex-direction:column;gap:2px}.sidebar-group+.sidebar-group{margin-top:18px}.sidebar-section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text2);padding:4px 12px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;color:var(--text2);font-size:14px;font-weight:500;text-decoration:none;transition:background .12s,color .12s}.sidebar-link:hover{background:var(--bg3);color:var(--text);text-decoration:none}.sidebar-link.active{background:var(--bg3);color:var(--text)}.sidebar-footer{display:flex;align-items:center;gap:8px;padding-top:12px;border-top:1px solid var(--border)}.sidebar-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.sidebar-user-info{min-width:0}.sidebar-user-name{font-size:13px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:11px;color:var(--text2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout{background:none;border:none;cursor:pointer;color:var(--text2);padding:6px;border-radius:6px;display:flex;align-items:center;flex-shrink:0}.sidebar-logout:hover{background:var(--bg3);color:var(--text)}.mobile-nav-toggle{display:none;position:sticky;top:0;z-index:40;align-items:center;gap:10px;background:var(--bg2);border:none;border-bottom:1px solid var(--border);color:var(--text);padding:12px 16px;cursor:pointer;width:100%}.mobile-nav-toggle-brand{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px}.mobile-nav-toggle-mark{width:24px;height:24px;border-radius:6px;background:var(--accent);color:#fff;font-weight:700;font-size:13px;display:inline-flex;align-items:center;justify-content:center}.sidebar-overlay{display:none}@media (max-width: 768px){.app-layout{flex-direction:column}.mobile-nav-toggle{display:flex}.app-main{padding:16px}.sidebar{position:fixed;top:0;left:0;bottom:0;width:260px;min-width:260px;z-index:60;transform:translate(-100%);transition:transform .22s ease;box-shadow:0 0 24px #0006}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:50}}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.page-title{font-size:22px;font-weight:600;color:var(--text)}.page-loading{color:var(--text2);font-size:14px;padding:32px 0}.month-nav{display:flex;align-items:center;gap:8px}.month-label{font-size:14px;font-weight:500;color:var(--text);min-width:130px;text-align:center}.dashboard-content{display:flex;flex-direction:column;gap:28px}.stat-card{display:flex;align-items:center;gap:16px;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;max-width:320px}.stat-card-icon{width:40px;height:40px;border-radius:10px;background:#6366f126;color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card-label{font-size:12px;color:var(--text2);margin-bottom:2px}.stat-card-value{font-size:24px;font-weight:700;color:var(--text)}.section-title{font-size:15px;font-weight:600;color:var(--text);margin-bottom:16px}.empty-state{color:var(--text2);font-size:14px;display:flex;flex-direction:column;gap:4px;padding:24px 0}.budget-list{display:flex;flex-direction:column;gap:16px;max-width:640px}.budget-item{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;display:flex;flex-direction:column;gap:10px}.budget-item-clickable{cursor:pointer;transition:border-color .15s,box-shadow .15s}.budget-item-clickable:hover{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 15%,transparent)}.budget-item-header{display:flex;justify-content:space-between;align-items:center}.budget-item-name{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--text)}.budget-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.budget-item-amounts{font-size:14px;font-weight:500}.budget-bar-track{height:8px;background:var(--bg3);border-radius:99px;overflow:visible;position:relative}.budget-bar-fill{height:100%;border-radius:99px;transition:width .4s ease;position:relative;z-index:1}.budget-bar-fill.over{background:var(--danger)!important}.budget-bar-day-marker{position:absolute;top:-4px;width:2px;height:16px;background:var(--text);border-radius:2px;transform:translate(-50%);z-index:2;opacity:.35}.budget-projection{font-size:11px;color:var(--text-muted);margin-top:4px;text-align:right}.budget-item-footer{display:flex;justify-content:space-between;font-size:12px}.report-layout{display:flex;flex-direction:column;gap:24px;max-width:720px}.report-section{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:20px 22px}.report-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.report-section-title{font-size:15px;font-weight:600;margin:0}.btn-sm{font-size:12px;padding:4px 10px;min-height:0}.report-income-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.report-income-row{display:flex;align-items:center;gap:10px;font-size:14px}.report-income-person{font-weight:500;min-width:80px}.report-income-amount{margin-left:auto;font-weight:600}.income-form{margin-bottom:12px}.income-form-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.report-budget-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.report-budget-row{display:flex;align-items:center;gap:8px;font-size:13px}a.report-budget-row{transition:background .12s}a.report-budget-row:hover{background:var(--bg2);border-radius:6px}.report-budget-card{display:block;padding:6px 8px;border-radius:6px}a.report-budget-card{transition:background .12s}a.report-budget-card:hover{background:var(--bg2);text-decoration:none}.report-budget-card .report-budget-row{margin-bottom:6px}.report-budget-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.report-budget-name{flex:1}.report-budget-spent{font-weight:600;text-align:right;min-width:80px}.report-budget-limit{min-width:80px}.report-budget-over{min-width:80px;text-align:right;font-weight:600;white-space:nowrap}.report-budget-status{min-width:24px;text-align:center}.report-subtotal{display:flex;justify-content:space-between;font-size:13px;font-weight:600;padding-top:10px;border-top:1px solid var(--border);margin-top:4px}.report-section--bilance{background:var(--bg3)}.report-bilance-row{display:flex;justify-content:space-between;font-size:14px;padding:4px 0}.report-bilance-result{font-size:17px;font-weight:700;padding-top:10px;margin-top:6px;border-top:2px solid var(--border)}.savings-transfers{margin-top:8px;display:flex;flex-direction:column;gap:2px;font-size:13px}.savings-transfer-row{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;padding:4px 8px;border-radius:4px}.savings-transfer-regular{color:var(--text2)}.savings-transfer-special{background:color-mix(in srgb,#f97316 8%,transparent);color:var(--text);font-weight:500}.savings-transfer-date{font-size:12px;color:var(--text2)}.savings-transfer-desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.savings-transfer-amount{font-variant-numeric:tabular-nums}.savings-transfer-badge{display:inline-block;margin-left:8px;font-size:10px;padding:1px 6px;border-radius:99px;background:var(--bg);color:var(--text2);font-weight:500;vertical-align:middle}.text-warn{color:#f97316}.cat-type-badge{font-size:11px;padding:2px 7px;border-radius:99px;font-weight:500;margin-left:8px}.cat-type-badge--1{background:color-mix(in srgb,#6366f1 15%,transparent);color:#6366f1}.cat-type-badge--2{background:color-mix(in srgb,#f97316 15%,transparent);color:#f97316}.cat-type-badge--3{background:color-mix(in srgb,#14b8a6 15%,transparent);color:#14b8a6}.type-options{display:flex;flex-direction:column;gap:6px}.type-option{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:border-color .15s}.type-option input[type=radio]{margin-top:2px}.type-option.selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 6%,transparent)}.card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.category-list{display:flex;flex-direction:column;gap:8px;max-width:640px}.category-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;align-items:start}.category-column{display:flex;flex-direction:column;gap:8px}.category-column-head{font-size:13px;font-weight:600;color:var(--text2);text-transform:uppercase;letter-spacing:.04em;padding:0 2px 6px;border-bottom:1px solid var(--border);margin-bottom:4px}.category-row{display:flex;align-items:center;justify-content:space-between;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px}.category-row-info{display:flex;align-items:center;gap:10px}.category-row-name{font-size:14px;font-weight:500;color:var(--text)}.category-row-actions{display:flex;gap:4px}.category-form{display:flex;flex-direction:column;gap:16px}.category-form-title{font-size:15px;font-weight:600;color:var(--text)}.form-actions{display:flex;justify-content:flex-end;gap:8px}.color-picker{display:flex;flex-wrap:wrap;gap:8px}.color-swatch{width:28px;height:28px;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:transform .1s,border-color .1s}.color-swatch:hover{transform:scale(1.15)}.color-swatch.selected{border-color:#fff;outline:2px solid var(--accent)}.month-label{min-width:200px}.text-muted{color:var(--text2)}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.import-upload-area{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 32px;border:2px dashed var(--border);border-radius:12px;max-width:480px;cursor:pointer;transition:border-color .2s}.import-upload-area:hover{border-color:var(--accent)}.import-upload-title{font-size:16px;font-weight:600;color:var(--text)}.import-upload-hint{font-size:13px;color:var(--text2);text-align:center}.import-summary{display:flex;gap:24px;padding:16px 20px;background:var(--bg2);border-radius:10px}.import-summary-item{display:flex;flex-direction:column;align-items:center;gap:2px}.import-summary-num{font-size:24px;font-weight:700;color:var(--text);line-height:1}.import-mapping-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.import-mapping-label{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.import-toggle{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text);cursor:pointer}.import-toggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.tx-filters{display:flex;flex-direction:column;gap:12px;padding:14px 0 18px;border-bottom:1px solid var(--border);margin-bottom:12px}.tx-chip-groups{display:flex;flex-direction:column;gap:6px}.tx-chip-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.tx-chip-group-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--text2);min-width:64px;font-weight:600}.tx-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;font-size:12px;font-weight:500;color:var(--text2);background:var(--bg2);border:1px solid var(--border);border-radius:999px;cursor:pointer;transition:background .12s,color .12s,border-color .12s;white-space:nowrap;line-height:1.2}.tx-chip:hover{background:var(--bg3);color:var(--text)}.tx-chip-active{color:var(--text)}.tx-chip-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.tx-chip-none{font-style:italic}.tx-chip-none .tx-chip-dot{display:none}.tx-chip-none{padding-left:10px}.tx-chip-none.tx-chip-active{background:var(--bg3);color:var(--text);border-color:var(--text2)}.tx-amount-filter{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tx-filter-label{font-size:12px;font-weight:600;color:var(--text2);text-transform:uppercase;letter-spacing:.04em}.tx-amount-input{max-width:90px;font-size:13px}.tx-filter-clear{margin-left:auto;font-size:12px;padding:4px 10px;color:var(--text2)}.tx-filter-clear:hover{color:var(--danger)}.tx-summary{display:flex;justify-content:space-between;align-items:center;padding:10px 0 14px;border-bottom:1px solid var(--border);margin-bottom:4px}.tx-list{display:flex;flex-direction:column}.tx-row{display:grid;grid-template-columns:56px 1fr 160px 110px 72px;align-items:center;gap:12px;padding:10px 8px;border-bottom:1px solid var(--border);transition:background .1s}.tx-date{font-size:13px;color:var(--text2);white-space:nowrap}.tx-desc{font-size:14px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-cat{display:flex;align-items:center}.tx-cat-badge{font-size:12px;font-weight:500;padding:3px 9px;border-radius:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;display:inline-block}.tx-cat-cell{cursor:pointer;display:inline-flex;align-items:center}.tx-cat-cell:hover .tx-cat-badge{filter:brightness(1.15)}.tx-cat-empty{font-size:12px;color:var(--text2);opacity:.5}.tx-cat-cell:hover .tx-cat-empty{opacity:1;color:var(--accent)}.tx-cat-select{font-size:12px;padding:2px 4px;height:26px;max-width:140px}.tx-amount{font-size:14px;font-weight:600;text-align:right}.tx-amount-out{color:var(--danger)}.tx-amount-in{color:var(--success)}.tx-actions{display:flex;gap:4px;justify-content:flex-end;opacity:0;transition:opacity .15s}.tx-edit-row{padding:16px;background:var(--bg2);border-radius:10px;margin-bottom:2px;border:1px solid var(--border)}.tx-edit-grid{display:grid;grid-template-columns:140px 1fr 180px 130px;gap:12px;align-items:end}@media (max-width: 768px){.tx-row{grid-template-columns:48px 1fr 90px 60px}.tx-cat{display:none}.tx-edit-grid{grid-template-columns:1fr 1fr}}.col-picker-wrap{position:relative}.col-picker-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:10px 4px;min-width:200px;z-index:100;box-shadow:0 8px 24px #0000004d}.col-picker-item{display:flex;align-items:center;gap:10px;padding:7px 14px;font-size:13px;color:var(--text);cursor:pointer;border-radius:6px;transition:background .1s}.col-picker-item:hover{background:var(--bg)}.col-picker-item.disabled{opacity:.45;cursor:default}.col-picker-item input[type=checkbox]{accent-color:var(--accent);width:14px;height:14px}.tx-table{display:flex;flex-direction:column}.tx-header-row{display:grid;gap:12px;padding:6px 8px 8px;border-bottom:1px solid var(--border)}.tx-th{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text2)}.tx-th-right{text-align:right}.tx-row{display:grid;gap:12px;padding:10px 8px;border-bottom:1px solid var(--border);align-items:center;transition:background .1s}.tx-row:hover{background:var(--bg2);border-radius:8px}.tx-row:hover .tx-actions{opacity:1}.tx-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tx-cell-amount{text-align:right}.tx-bulk-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--bg2);border:1px solid var(--border);border-radius:8px;margin-bottom:8px}.btn-danger{background:var(--danger);color:#fff;border:none}.btn-danger:hover:not(:disabled){filter:brightness(1.15)}.tx-checkbox{width:15px;height:15px;accent-color:var(--accent);cursor:pointer;margin:0}.tx-row-selected{background:color-mix(in srgb,var(--accent) 8%,transparent)!important}.tx-row-selected:hover{background:color-mix(in srgb,var(--accent) 14%,transparent)!important}.budget-badge{font-size:10px;font-weight:600;padding:2px 7px;border-radius:20px;letter-spacing:.02em;margin-left:8px}.budget-badge-default{background:var(--bg);color:var(--text2);border:1px solid var(--border)}.budget-badge-override{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent)}.budget-edit-scope{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.budget-scope-option{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:8px;border:1px solid var(--border);cursor:pointer;transition:border-color .15s}.budget-scope-option.selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 6%,transparent)}.budget-scope-option input[type=radio]{margin-top:2px;accent-color:var(--accent)}.mapping-table{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:8px;overflow:hidden}.mapping-header{display:grid;grid-template-columns:1fr 1fr 36px;gap:12px;padding:8px 14px;background:var(--bg);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text2)}.mapping-row{display:grid;grid-template-columns:1fr 1fr 36px;gap:12px;padding:10px 14px;align-items:center;border-top:1px solid var(--border)}.mapping-row:hover{background:var(--bg)}.mapping-ab-cat{font-size:13px;color:var(--text)}.type2-items-list{display:flex;flex-direction:column;gap:4px;margin-top:8px}.type2-item-row{display:grid;grid-template-columns:1fr 70px 90px 56px;gap:8px;align-items:center;font-size:13px;padding:4px 2px;border-radius:4px}.type2-item-row:hover{background:var(--bg3)}.type2-items-list--compact .type2-item-row{grid-template-columns:1fr 70px 90px 90px 28px}.type2-item-name{font-weight:500}.type2-item-window{font-size:12px}.type2-item-spent{font-weight:600;text-align:right}.type2-item-amount,.type2-item-status{font-size:12px}.type2-item-actions{display:flex;gap:2px}.item-form{margin:6px 0}.item-form-row{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap}.fund-info-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}.fund-info-item{display:flex;flex-direction:column;gap:2px;font-size:13px}.fund-info-item .text-muted{font-size:11px}.donut-wrap{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}.donut-legend{display:flex;flex-direction:column;gap:6px;flex:1;min-width:180px}.donut-legend-item{display:flex;align-items:center;gap:8px;font-size:13px}.donut-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.donut-legend-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.donut-legend-val{font-weight:600;white-space:nowrap}
