:root{--bg: #0f172a;--surface: #1e293b;--surface-2: #273449;--border: #334155;--text: #e2e8f0;--muted: #94a3b8;--accent: #38bdf8;--accent-strong: #0ea5e9;--green: #22c55e;--red: #f87171;--amber: #fbbf24;--radius: 12px}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:var(--accent)}.app-shell{max-width:1100px;margin:0 auto;padding:0 16px 80px}.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--border);margin-bottom:24px}.topbar h1{font-size:18px;margin:0}.topbar nav{display:flex;gap:8px}.btn{background:var(--surface-2);color:var(--text);border:1px solid var(--border);padding:8px 14px;border-radius:8px;cursor:pointer;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.btn:hover{border-color:var(--accent)}.btn-primary{background:var(--accent-strong);border-color:var(--accent-strong);color:#04141f;font-weight:600}.btn-primary:hover{background:var(--accent)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{background:transparent}.nav-link{padding:8px 12px;border-radius:8px;color:var(--muted);text-decoration:none;font-size:14px}.nav-link.active{background:var(--surface);color:var(--text)}.navdd{position:relative}.navdd-trigger{background:transparent;border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:5px}.navdd-caret{font-size:10px;opacity:.7}.navdd-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:1000;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:5px;min-width:180px;box-shadow:0 12px 30px #00000073;display:flex;flex-direction:column;gap:2px}.navdd-item{padding:9px 12px;border-radius:7px;color:var(--muted);text-decoration:none;font-size:14px;white-space:nowrap}.navdd-item:hover{background:var(--surface);color:var(--text)}.navdd-item.active{background:var(--accent-strong);color:#04141f;font-weight:600}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.input,select{width:100%;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:9px 11px;font-size:14px}.input:focus,select:focus{outline:none;border-color:var(--accent)}label{display:block;font-size:13px;color:var(--muted);margin:0 0 6px}.field{margin-bottom:14px}.center-screen{min-height:100vh;display:grid;place-items:center;padding:16px}.auth-box{width:100%;max-width:380px}.auth-box h1{font-size:22px;margin:0 0 4px}.auth-box p.sub{color:var(--muted);margin:0 0 20px;font-size:14px}.error{color:var(--red);font-size:13px;margin:8px 0 0}.muted{color:var(--muted)}.dropzone{border:2px dashed var(--border);border-radius:var(--radius);padding:40px 20px;text-align:center;cursor:pointer;transition:border-color .15s}.dropzone:hover,.dropzone.drag{border-color:var(--accent);background:var(--surface)}.review-table{width:100%;border-collapse:collapse;font-size:13px}.review-table th{text-align:left;color:var(--muted);font-weight:500;padding:8px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg)}.review-table td{padding:8px;border-bottom:1px solid var(--border);vertical-align:middle}.review-table tr.dup{opacity:.55}.review-table tr.skip td{opacity:.4}.review-table input.cell{background:var(--surface-2);border:1px solid transparent;border-radius:6px;padding:6px 8px;font-size:13px;color:var(--text);width:100%}.review-table input.cell:focus{outline:none;border-color:var(--accent);background:var(--bg)}.review-table select.cell{background:var(--surface-2);border:1px solid transparent;border-radius:6px;padding:6px;font-size:13px;color:var(--text)}.catselect{position:relative}.catselect .cell{background:var(--surface-2);border:1px solid transparent;border-radius:6px;padding:6px 8px;font-size:13px;color:var(--text);width:100%;font-family:inherit}.catselect .cell:hover{border-color:var(--border)}.catselect .cell:focus{outline:none;border-color:var(--accent);background:var(--bg)}.catselect-btn{display:flex;align-items:center;justify-content:space-between;gap:6px;cursor:pointer;text-align:left;min-height:31px}.catselect-caret{color:var(--muted);font-size:11px}.catselect-menu{position:fixed;z-index:1000;list-style:none;margin:0;padding:4px;background:var(--surface-2);border:1px solid var(--accent);border-radius:8px;max-height:260px;overflow-y:auto;box-shadow:0 10px 30px #00000073}.catselect-opt{display:flex;align-items:center;gap:8px;padding:7px 9px;border-radius:6px;font-size:13px;cursor:pointer;white-space:nowrap}.catselect-opt.hi{background:var(--accent-strong);color:#04141f}.catselect-opt.sel{font-weight:600}.catselect-opt.create{border-top:1px solid var(--border);margin-top:2px;color:var(--accent)}.catselect-opt.create.hi{color:#04141f}.catselect-dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto}.cat-new{padding:16px}.cat-new-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.cat-new-row .input{flex:1;min-width:160px}.palette{display:flex;gap:5px}.swatch{width:22px;height:22px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0}.swatch.on{border-color:var(--text)}.cat-list{display:flex;flex-direction:column;gap:6px}.cat-item{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:8px 12px}.cat-item.off{opacity:.55}.cat-color{width:26px;height:26px;padding:0;border:none;background:none;border-radius:6px;cursor:pointer;flex:0 0 auto}.cat-name{flex:1;background:transparent;border:1px solid transparent;border-radius:6px;padding:6px 8px;color:var(--text);font-size:14px}.cat-name:hover{border-color:var(--border)}.cat-name:focus{outline:none;border-color:var(--accent);background:var(--bg)}.cat-actions{display:flex;gap:4px;flex:0 0 auto}.btn-ghost.danger{color:var(--red)}.btn-ghost.danger:hover{border-color:var(--red)}.dash-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.period-sel{display:inline-flex;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:3px}.period-btn{background:transparent;border:none;color:var(--muted);padding:6px 12px;border-radius:6px;cursor:pointer;font-size:13px}.period-btn.on{background:var(--accent-strong);color:#04141f;font-weight:600}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}@media(max-width:760px){.dash-grid{grid-template-columns:1fr}}.legend{display:flex;gap:16px;font-size:12px;color:var(--muted);margin-bottom:12px}.legend .dot,.cat-bar-head .dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:5px}.dot{display:inline-block;width:9px;height:9px;border-radius:50%}.month-chart{display:flex;align-items:flex-end;gap:10px;height:180px;padding-top:8px;overflow-x:auto}.month-col{display:flex;flex-direction:column;align-items:center;flex:1;min-width:36px;height:100%}.month-col .bars{display:flex;align-items:flex-end;gap:3px;flex:1;width:100%;justify-content:center}.month-col .bar{width:14px;border-radius:3px 3px 0 0;min-height:2px;transition:height .3s}.month-lbl{font-size:11px;color:var(--muted);margin-top:6px;white-space:nowrap}.cat-bars{display:flex;flex-direction:column;gap:12px}.cat-bar-head{display:flex;justify-content:space-between;font-size:13px;margin-bottom:5px;gap:8px}.cat-bar-track{background:var(--surface-2);border-radius:6px;height:10px;overflow:hidden}.cat-bar-fill{height:100%;border-radius:6px;min-width:3px;transition:width .3s}.budget-input{display:flex;align-items:center;gap:6px}.budget-input .cell{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:6px 8px;font-size:13px;color:var(--text);font-family:inherit}.budget-input .cell::placeholder{color:var(--muted)}.budget-input .cell:hover{border-color:var(--muted)}.budget-input .cell:focus{outline:none;border-color:var(--accent);background:var(--bg)}.cat-dot-static{width:12px;height:12px;border-radius:50%;flex:0 0 auto}.filterbar{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;margin-bottom:16px}.filter-field{display:flex;flex-direction:column;gap:4px}.filter-field label{font-size:12px;color:var(--muted);margin:0}.filter-field .cell{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:7px 9px;font-size:13px;color:var(--text);font-family:inherit;color-scheme:dark}.filter-field .cell:focus{outline:none;border-color:var(--accent)}.bulkbar{display:flex;align-items:center;gap:12px;margin:0 0 12px;background:var(--surface);border:1px solid var(--accent);border-radius:8px;padding:8px 14px}.bulkbar span{font-size:13px;color:var(--muted);margin-right:auto}.review-table tr.row-sel td{background:#38bdf814}.icon-del{background:transparent;border:none;color:var(--muted);cursor:pointer;font-size:14px;padding:4px 8px;border-radius:6px}.icon-del:hover{color:var(--red);background:#f871711f}.amount-neg{color:var(--red);white-space:nowrap}.amount-pos{color:var(--green);white-space:nowrap}.badge{font-size:11px;padding:2px 7px;border-radius:99px;white-space:nowrap}.badge-rule{background:#38bdf826;color:var(--accent)}.badge-dup{background:#f8717126;color:var(--red)}.badge-new{background:#22c55e1f;color:var(--green)}.stats{display:flex;gap:20px;flex-wrap:wrap;margin:16px 0}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 18px;min-width:120px}.stat .n{font-size:24px;font-weight:700}.stat .l{font-size:12px;color:var(--muted)}.sticky-actions{position:sticky;bottom:0;background:linear-gradient(transparent,var(--bg) 40%);padding:16px 0;display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}@media(max-width:640px){.topbar h1{font-size:16px}.review-table{font-size:12px}.hide-mobile{display:none}}
