@import "https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css";:root{--bg-dark:#f4f7fa;--panel-bg:#fff;--panel-border:#e1e7ef;--primary:#6c2bee;--primary-hover:#5211d4;--emerald:#1f9359;--coral:#e23653;--yellow:#bd910f;--text-primary:#0f1729;--text-secondary:#4f5c6d;--text-muted:#808ea3;--font-sans:"Paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition:all .2s cubic-bezier(.4, 0, .2, 1);--shadow:0 4px 20px -2px #0f172a0d, 0 2px 4px -1px #0f172a05;--shadow-lg:0 10px 30px -5px #0f172a14, 0 4px 6px -2px #0f172a08}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-dark);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5;overflow:hidden}p{margin-bottom:12px;line-height:1.625!important}li{margin-bottom:6px;line-height:1.6!important}input[type=text]:not(.badge-input),input[type=number]:not(.badge-input),input[type=date]:not(.badge-input),select:not(.badge-select),textarea{color:var(--text-primary)!important;font-size:12px!important;font-family:var(--font-sans)!important;background-color:#fff!important;border:1px solid #e1e7ef!important;border-radius:10px!important;outline:none!important;padding:8px 14px!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 1px 2px #0f172a05!important}input[type=text]:not(.badge-input),input[type=number]:not(.badge-input),input[type=date]:not(.badge-input),select:not(.badge-select){box-sizing:border-box!important;height:42px!important;padding:0 16px!important}textarea{min-height:100px}input[type=text]:not(.badge-input):hover,input[type=number]:not(.badge-input):hover,input[type=date]:not(.badge-input):hover,select:not(.badge-select):hover,textarea:hover{background-color:#fdfdff!important;border-color:#ceb8f9!important}input[type=text]:not(.badge-input):focus,input[type=number]:not(.badge-input):focus,input[type=date]:not(.badge-input):focus,select:not(.badge-select):focus,textarea:focus{border-color:var(--primary)!important;background-color:#fff!important;box-shadow:0 0 0 3px #8c5af21f!important}button{font-family:var(--font-sans)!important}.cat-management-card{background-color:#fff!important;border:1px solid #e1e7ef!important;border-radius:16px!important;padding:20px!important;transition:all .2s!important;box-shadow:0 4px 12px -2px #0f172a08,0 2px 4px -1px #0f172a03!important}.cat-management-card:hover{border-color:#ded0fb!important;box-shadow:0 10px 25px -5px #0f172a0d,0 4px 6px -2px #0f172a05!important}form{background-color:#fff!important;border:1px solid #e1e7ef!important;border-radius:16px!important;box-shadow:0 4px 12px -2px #0f172a08!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#a7b1be66;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}.fade-in{animation:.3s cubic-bezier(.16,1,.3,1) forwards fadeIn}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-1{flex:1}.shrink-0{flex-shrink:0}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.w-full{width:100%}.w-28{width:7rem}.h-full{height:100%}.h-screen{height:100vh}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.w-screen{width:100vw}.rotate-180{transform:rotate(180deg)}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}.pb-12{padding-bottom:3rem}.h-80{height:20rem}.h-60{height:15rem}.h-64{height:16rem}.h-48{height:12rem}.h-28{height:7rem}.tracking-tight{letter-spacing:-.025em}.leading-relaxed{line-height:1.625}.animate-spin{animation:1s linear infinite spin}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:1s cubic-bezier(0,0,.2,1) infinite ping}.space-x-1\.5>:not([hidden])~:not([hidden]){margin-left:.375rem}.space-x-2>:not([hidden])~:not([hidden]){margin-left:.5rem}.space-x-3>:not([hidden])~:not([hidden]){margin-left:.75rem}.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}.item-badge{white-space:nowrap!important}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:w-40{width:10rem}.md\:w-auto{width:auto}}@media (width>=1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.p-1\.5{padding:.375rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem!important}.p-6{padding:1.75rem!important}.p-8{padding:2.25rem!important}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:850}.font-black{font-weight:900}.text-slate-100,.text-slate-200{color:var(--text-primary)}.text-slate-300,.text-slate-400{color:var(--text-secondary)}.text-slate-500{color:var(--text-muted)}.text-emerald-400{color:var(--emerald)}.text-rose-400{color:var(--coral)}.text-yellow-400{color:var(--yellow)}.text-purple-300,.text-purple-400{color:var(--primary)}.text-right{text-align:right}.text-center{text-align:center}.glass-panel{background-color:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:var(--shadow);border-radius:1rem}.card{box-sizing:border-box!important;padding:28px!important}@media (width<=768px){.card{padding:16px!important}}.statement-toolbar{background-color:var(--panel-bg);border:1px solid var(--panel-border);border-radius:16px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex;padding:20px!important}.statement-toolbar-search{flex:300px;max-width:400px;position:relative}.statement-toolbar-search input{width:100%;padding-left:38px!important}.statement-toolbar-filter{flex:200px;max-width:280px}.statement-toolbar-filter select{width:100%}.statement-toolbar-summary{white-space:nowrap;flex-shrink:0;align-items:center;gap:12px;margin-left:auto;display:flex}.btn-sync-ledger{background-color:var(--primary)!important;color:#fff!important;border:1px solid var(--primary)!important;height:42px!important;font-size:11.5px!important;font-family:var(--font-sans)!important;cursor:pointer!important;transition:var(--transition)!important;border-radius:10px!important;align-items:center!important;gap:6px!important;padding:0 16px!important;font-weight:700!important;display:inline-flex!important;box-shadow:0 4px 12px #8c5af226!important}.btn-sync-ledger:hover{background-color:var(--primary-hover)!important;border-color:var(--primary-hover)!important;transform:translateY(-1px)!important;box-shadow:0 6px 16px #8c5af240!important}.btn-sync-ledger:active{transform:translateY(0)!important}.header{background-color:var(--panel-bg);border-bottom:1px solid var(--panel-border);box-shadow:0 2px 10px #0f172a05}.logo-icon{background:linear-gradient(135deg, var(--primary), var(--coral));color:#fff!important}.header-nav-container{align-items:center;display:flex}.nav-tabs{gap:1.75rem;display:flex}.nav-link{color:var(--text-secondary);font-size:13px;font-family:var(--font-sans);cursor:pointer;transition:var(--transition);background:0 0;border:0;border-bottom:3px solid #0000;padding:18px 0;font-weight:600}.nav-link:hover{color:var(--primary)}.nav-link.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:800}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.stat-cards-grid{grid-template-columns:repeat(1,1fr);gap:16px;margin-bottom:2rem;display:grid}@media (width>=640px){.stat-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.stat-cards-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.stat-card-v2{background:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:var(--shadow);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.45s cubic-bezier(.16,1,.3,1) both cardSlideUp;position:relative;overflow:hidden}.stat-card-v2:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.stat-card-v2__accent{border-radius:4px 0 0 4px;width:4px;height:100%;position:absolute;top:0;left:0}.stat-card-v2--purple .stat-card-v2__accent{background:linear-gradient(#6c2bee,#c155f6)}.stat-card-v2--emerald .stat-card-v2__accent{background:linear-gradient(#24a866,#22c3a8)}.stat-card-v2--coral .stat-card-v2__accent{background:linear-gradient(#e8304f,#f57a3d)}.stat-card-v2--amber .stat-card-v2__accent{background:linear-gradient(#f9a806,#f97a1f)}.stat-card-v2__glow{filter:blur(30px);opacity:.12;pointer-events:none;border-radius:50%;width:80px;height:80px;position:absolute;top:-20px;right:-20px}.stat-card-v2--purple .stat-card-v2__glow{background:#7c42f0}.stat-card-v2--emerald .stat-card-v2__glow{background:#22c373}.stat-card-v2--coral .stat-card-v2__glow{background:#eb4763}.stat-card-v2--amber .stat-card-v2__glow{background:#f9b11f}.stat-card-v2:hover .stat-card-v2__glow{opacity:.22;transition:opacity .3s}.stat-card-v2__body{z-index:1;flex-direction:column;gap:14px;padding:20px 20px 16px;display:flex;position:relative}.stat-card-v2__top{justify-content:space-between;align-items:flex-start;display:flex}.stat-card-v2__info{flex-direction:column;gap:6px;min-width:0;display:flex}.stat-card-v2__label{color:var(--text-muted);white-space:nowrap;letter-spacing:.01em;font-size:12px;font-weight:600}.stat-card-v2__value{letter-spacing:-.02em;white-space:nowrap;margin:0;font-size:1.4rem;font-weight:850;line-height:1.2}.stat-card-v2__value--purple{color:var(--text-primary)}.stat-card-v2__value--emerald{color:var(--emerald)}.stat-card-v2__value--coral{color:var(--coral)}.stat-card-v2__value--amber{color:var(--yellow)}.stat-card-v2__icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-card-v2__icon--purple{color:#6c2bee;background:#7c42f014}.stat-card-v2__icon--emerald{color:var(--emerald);background:#28bd7314}.stat-card-v2__icon--coral{color:var(--coral);background:#eb476314}.stat-card-v2__icon--amber{color:var(--yellow);background:#f9b11f14}.stat-card-v2:hover .stat-card-v2__icon{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:scale(1.08)}.stat-card-v2__bottom{white-space:nowrap;border-top:1px solid #ebeff5;align-items:center;gap:8px;padding-top:12px;font-size:11px;display:flex}.stat-card-v2__trend{border-radius:9999px;align-items:center;gap:3px;padding:2px 8px;font-size:10.5px;font-weight:700;display:inline-flex}.stat-card-v2__trend--warn{color:var(--coral);background:#e8304f14}.stat-card-v2__trend--good{color:var(--emerald);background:#28bd7314}.stat-card-v2__ratio{color:var(--text-secondary);font-size:11px;font-weight:700}.stat-card-v2__avg{color:var(--text-muted);font-size:10.5px;font-weight:500}.dash-header-row{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}@media (width>=768px){.dash-header-row{flex-direction:row;justify-content:space-between;align-items:center}}.dash-title{color:var(--text-primary);align-items:center;gap:8px;font-size:1.25rem;font-weight:850;display:flex}.dash-title-icon{color:var(--primary)}.dash-subtitle{color:var(--text-muted);margin-top:2px;font-size:.75rem}.dash-charts-row{grid-template-columns:1fr;gap:20px;margin-bottom:2rem;display:grid}@media (width>=1024px){.dash-charts-row{grid-template-columns:repeat(2,1fr);gap:24px}}.dash-insights-row{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=1024px){.dash-insights-row{grid-template-columns:repeat(2,1fr);gap:24px}}.hidden{display:none!important}button{cursor:pointer;background:0 0;border:none;outline:none;padding:0;font-family:var(--font-sans)!important}.btn{cursor:pointer;border:0;border-radius:10px;outline:0;justify-content:center;align-items:center;gap:8px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;font-family:var(--font-sans)!important;padding:10px 24px!important}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background-color:var(--primary)!important;color:#fff!important;padding:10px 24px!important;box-shadow:0 4px 12px #8c5af226!important}.btn-primary:hover{background-color:#7c42f0!important;box-shadow:0 8px 20px #8c5af240!important}.btn-primary:disabled{cursor:not-allowed;color:#f2f1f4!important;box-shadow:none!important;background-color:#c9c2d6!important}.btn-secondary{color:#fff!important;background-color:#344256!important;border:1px solid #2e3b4c!important;padding:6px 18px!important;box-shadow:0 2px 4px #0f172a0d!important}.btn-secondary:hover{background-color:#263140!important;border-color:#222c39!important;box-shadow:0 4px 10px #0f172a1a!important}.btn-ai{color:#fff!important;background:linear-gradient(135deg,#7c42f0,#4747eb)!important;border:none!important;padding:12px 28px!important;box-shadow:0 4px 15px #6d28d933!important}.btn-ai:hover{background:linear-gradient(135deg,#6c2bee,#3030e8)!important;box-shadow:0 8px 25px #6d28d959!important}.btn-ai:disabled{cursor:not-allowed;color:#8f99a3!important;box-shadow:none!important;background:#e0e6eb!important}.toggle-switch-container{gap:4px;display:flex;background-color:#edf2f7!important;border:1px solid #e1e8ef!important;border-radius:12px!important;padding:4px!important;box-shadow:inset 0 1px 2px #0f172a08!important}.btn-toggle{color:#4d6280!important;border-radius:8px!important;padding:6px 14px!important;font-size:11px!important;font-weight:700!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important}.btn-toggle:hover{color:#263140!important}.btn-toggle.active{color:var(--primary)!important;background-color:#fff!important;box-shadow:0 2px 6px #0f172a0d!important}.btn-add-row{cursor:pointer;white-space:nowrap;background-color:#f2ecfd;border:1px solid #ded0fb;border-radius:8px;justify-content:center;align-items:center;gap:4px;margin-top:8px;font-size:10px;font-weight:700;transition:all .2s;display:inline-flex;color:#7c42f0!important;padding:6px 14px!important}.btn-add-row:hover{background-color:#e5d9fc;border-color:#bea1f7;transform:translateY(-1px);color:#5b13ec!important}.btn-add-row:active{transform:translateY(0)}.rec-category-badge{color:#3e5574;cursor:pointer;background-color:#f3f6fa;border:1px solid #dee6ed;border-radius:9999px;align-items:center;font-size:11px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 1px 2px #0f172a08;padding:8px 18px!important}.rec-category-badge:hover{color:#6c2bee;background-color:#f2ecfd;border-color:#d8c6fa;transform:translateY(-1px);box-shadow:0 4px 10px #6d28d914}.rec-category-badge:active{transform:translateY(0)}.item-badge-pill{color:#6c2bee;background-color:#f7f3fe;border:1px solid #e8defc;border-radius:9999px;align-items:center;gap:6px;font-size:11px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 1px 2px #6d28d905;padding:6px 16px!important}.item-badge-pill:hover{color:#b81430;background-color:#fef8f9;border-color:#f5a3b1}.item-badge-delete{color:#b9acd2;cursor:pointer;background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;font-weight:700;transition:all .15s;display:flex}.item-badge-pill:hover .item-badge-delete{color:#e8304f}.item-badge-delete:hover{background-color:#fad1d8;color:#b81430!important}.item-badge-pill-add{color:#506d95;cursor:pointer;background-color:#f6f9fb;border:1px dashed #cdd9e4;border-radius:9999px;align-items:center;font-size:10px;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #00000003;padding:6px 14px!important}.item-badge-pill-add:hover{color:#6c2bee;background-color:#f2ecfd;border-color:#d8c6fa}.mobile-ledger-list,.mobile-detail-cards{display:none!important}@media (width<=767px){.ledger-table-container .overflow-x-auto{display:none!important}.mobile-ledger-list{flex-direction:column;gap:16px;width:100%;display:flex!important}.mobile-section-title{color:var(--text-primary);border-bottom:2px solid #e2e8f0;margin-bottom:8px;padding:8px 4px;font-size:14px;font-weight:800}.mobile-category-group{box-shadow:var(--shadow);background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.mobile-category-header{color:var(--text-primary);background:#f3f6fa;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 16px;font-size:12px;font-weight:700;display:flex}.mobile-category-header .cat-title{align-items:center;gap:6px;display:flex}.mobile-category-header .cat-total{color:var(--primary);font-size:12px;font-weight:800}.mobile-card-list{flex-direction:column;gap:10px;padding:8px 12px;display:flex}.mobile-ledger-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:12px;transition:all .2s;box-shadow:0 1px 3px #00000005}.mobile-ledger-card:active{background:#f8fafc}.mobile-card-main{justify-content:space-between;align-items:flex-start;display:flex}.mobile-card-left{flex-direction:column;gap:4px;display:flex}.mobile-card-tags{align-items:center;gap:6px;display:flex}.mobile-card-desc{color:var(--text-primary);font-size:13px;font-weight:700}.mobile-card-right{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.mobile-card-amount{color:var(--text-primary);font-size:14px;font-weight:800}.mobile-card-yearly{color:var(--text-secondary);font-size:10px}.mobile-card-expandable{border-top:1px dashed #e2e8f0;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;font-size:11px;display:flex}.mobile-detail-row{color:var(--text-secondary);justify-content:space-between;align-items:center;min-height:28px;display:flex}.mobile-detail-label{font-weight:600}.mobile-detail-value{color:var(--text-primary);font-weight:700}.mobile-detail-input{text-align:right;width:140px;color:var(--text-primary);background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:3px 6px;font-size:11px}.mobile-detail-select{width:140px;color:var(--text-primary);background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:3px 6px;font-size:11px}.mobile-months-grid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px;padding:10px;display:grid}.mobile-month-input-box{flex-direction:column;gap:2px;display:flex}.mobile-month-input-box label{color:var(--text-secondary);font-size:9px;font-weight:750}.mobile-month-input-box input{text-align:right;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:3px;font-size:10px}}.ledger-table-container{width:100%}.ledger-table{border-collapse:separate;border-spacing:0;width:100%}.ledger-table.view-annual{table-layout:auto!important;min-width:2600px!important}.ledger-table.view-annual td.editable-cell input[type=number]{min-width:85px!important}.subtotal-row td,.total-fixed-row td,.total-variable-row td,.grand-total-row td{white-space:nowrap!important}.th-category{min-width:100px}.th-type{min-width:75px}.th-item{min-width:120px}.th-desc{min-width:180px}.th-notes{min-width:150px}.th-person,.th-term{min-width:80px}.th-date{min-width:130px}.th-rem{min-width:75px}.th-notes2{min-width:135px}.th-method{min-width:100px}.th-paydate{min-width:80px}.th-action{min-width:50px}table,.ledger-table{border-collapse:separate!important;border-spacing:0!important}table thead th,table thead tr th,.ledger-table th{text-transform:uppercase;color:#fff!important;letter-spacing:.3px!important;white-space:nowrap!important;z-index:10!important;background-color:#2463eb!important;border-bottom:2px solid #1450d2!important;padding:12px 10px!important;font-size:11.5px!important;font-weight:800!important;position:sticky!important;top:0!important}.ledger-table th.th-expense{text-align:right;padding-right:15px}.ledger-table tr.ledger-row{background-color:var(--panel-bg);transition:var(--transition)}.ledger-table tr.ledger-row:hover{background-color:#fafbfd}.ledger-table td{border-bottom:1px solid var(--panel-border);vertical-align:middle;height:42px;padding:8px 10px}.ledger-table td.editable-cell{padding:0}.ledger-table td.editable-cell input,.ledger-table td.editable-cell select{width:100%!important;height:40px!important;color:var(--text-primary)!important;font-size:11.5px!important;font-family:var(--font-sans)!important;transition:var(--transition)!important;box-shadow:none!important;background-color:#0000!important;border:1px solid #0000!important;padding:0 10px!important}.ledger-table td.editable-cell input:hover,.ledger-table td.editable-cell select:hover{background-color:#e0e4eb26!important;border-color:#8c5af226!important}.ledger-table td.editable-cell input:focus,.ledger-table td.editable-cell select:focus{background-color:var(--panel-bg)!important;border-color:var(--primary)!important;outline:none!important;box-shadow:0 0 0 2px #8c5af21a!important}.ledger-table select option{background-color:var(--panel-bg);color:var(--text-primary)}.category-cell{border-right:1px solid var(--panel-border);font-size:11px;background-color:#f3f6fa!important}.subtotal-row{background-color:#8c5af208}.subtotal-row td{border-bottom:1px solid #8c5af21a}.total-fixed-row{background-color:#28bd730f}.total-fixed-row td{border-bottom:2px solid #28bd7326}.total-variable-row{background-color:#e963790d}.total-variable-row td{border-bottom:2px solid #e9637926}.grand-total-row{background:linear-gradient(90deg,#eebd2b0d,#8c5af20d)}.modal-overlay{animation:.2s cubic-bezier(.16,1,.3,1) forwards fadeIn}.modal-content{background-color:var(--panel-bg);max-height:90vh;overflow-y:auto}.drag-drop-zone{transition:var(--transition);background-color:var(--panel-bg)}.drag-drop-zone:hover{background-color:#8c5af203}.prose h3{border-left:2px solid var(--primary);margin-top:1.5rem;margin-bottom:.5rem;padding-left:8px;font-size:1.1rem;font-weight:700}.prose h4{margin-top:1rem;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.prose p{margin-bottom:.75rem}.prose li{margin-bottom:.25rem;margin-left:1.25rem}@media (width<=767px){.app-shell{flex-direction:column;height:100dvh}.header{flex-direction:column;justify-content:center;align-items:stretch;gap:8px;height:auto!important;padding:10px 12px!important}.header>.flex.items-center.space-x-3{justify-content:center}.header-nav-container{white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid var(--panel-border);width:100%;padding-bottom:2px;overflow-x:auto}.header-nav-container::-webkit-scrollbar{display:none}.nav-tabs{justify-content:space-between;gap:.5rem;width:100%;display:inline-flex}.nav-link{white-space:nowrap;border-bottom-width:2px;flex-direction:column;align-items:center;gap:2px;padding:6px 2px;font-size:11px;display:flex}.nav-link span{font-size:10px}.header>.flex.items-center.space-x-3:last-child{flex-wrap:nowrap;justify-content:center;gap:6px}.header>.flex.items-center.space-x-3:last-child>*{flex-shrink:0}main section{padding:12px!important}.dash-header-row{align-items:stretch;gap:8px;margin-bottom:16px}.dash-title{justify-content:center;font-size:1rem}.dash-subtitle{text-align:center;font-size:11px}.toggle-switch-container{align-self:center}.stat-cards-grid{grid-template-columns:1fr!important;gap:10px!important}.stat-card-v2__body{gap:10px;padding:14px 12px 12px 14px}.stat-card-v2__label{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.stat-card-v2__value{font-size:1.2rem}.stat-card-v2__icon{border-radius:10px;width:34px;height:34px}.stat-card-v2__icon svg{width:16px;height:16px}.stat-card-v2__bottom{gap:4px;padding-top:8px;font-size:9.5px}.stat-card-v2__trend{padding:1px 5px;font-size:9px}.stat-card-v2__avg{font-size:9px}.stat-card-v2__ratio{font-size:9.5px}.dash-charts-row,.dash-insights-row{gap:12px;margin-bottom:1rem}.dash-charts-row .card,.dash-insights-row .card{padding:14px!important}.dash-charts-row h4,.dash-insights-row h4{font-size:13px!important}.dash-charts-row p,.dash-insights-row p{font-size:10px!important}.dash-charts-row .h-80{height:220px!important}.dash-charts-row .h-60{height:180px!important}.dash-insights-row .h-28{height:80px!important}.dash-chart-narrow .absolute{pointer-events:none}.dash-chart-narrow .absolute span{font-size:10px!important}.dash-insights-row .space-y-3 p{font-size:12px!important;line-height:1.55!important}.stat-card{padding:1rem!important}.ledger-table-container{width:100%}.modal-content{max-height:85vh;margin:10px!important;padding:16px!important}.modal-content .grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}.quick-actions-bar{flex-direction:column;align-items:stretch!important}.analysis-container h2{justify-content:center;font-size:1rem}.analysis-container>.mb-6 p{text-align:center;font-size:10.5px}.ai-report-body{padding:14px!important}.ai-report-body .prose{font-size:11.5px!important}.btn-ai{white-space:nowrap;padding:10px 16px!important;font-size:11px!important}.text-2xl{font-size:1.125rem}.text-xl{font-size:1rem}.text-lg{font-size:.9375rem}.header select{height:32px!important;padding:0 8px!important;font-size:11px!important}.header .rounded-full{white-space:nowrap;padding:3px 8px!important;font-size:9px!important}.statement-toolbar{gap:8px;padding:12px!important}.statement-toolbar-search,.statement-toolbar-filter{flex:100%;max-width:100%}.statement-toolbar-summary{flex-wrap:wrap;gap:6px;width:100%;margin-left:0;font-size:10px}.statement-toolbar-summary .btn,.statement-toolbar-summary button{flex-shrink:0;white-space:nowrap!important;height:32px!important;margin-right:0!important;padding:6px 10px!important;font-size:9px!important}.statement-toolbar-summary .text-sm{padding:4px 10px!important;font-size:11px!important}.btn-sync-ledger{justify-content:center;width:100%;padding:6px 12px!important;font-size:10px!important}.mb-6.flex.flex-col{gap:8px!important}.mb-6.flex.flex-col h2{white-space:nowrap;font-size:14px!important}.stat-card-v2__label,.stat-card-v2__value,.stat-card-v2__trend,.stat-card-v2__avg,.stat-card-v2__ratio,.nav-link span,.mobile-card-desc,.mobile-card-amount{text-overflow:ellipsis;overflow:hidden;white-space:nowrap!important}.h-80{height:220px}.h-60{height:180px}.h-48{height:160px}.recharts-legend-wrapper{font-size:10px!important}.space-y-8>*+*{margin-top:1rem!important}.pb-12{padding-bottom:2rem!important}.table-header-controls{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.table-header-controls>div:first-child{text-align:center}.table-header-controls h2{justify-content:center;white-space:nowrap!important;font-size:13px!important}.table-header-controls p{display:none!important}.table-header-controls>.flex.items-center.gap-3{justify-content:center;flex-flow:row!important;gap:6px!important;display:flex!important}.table-header-controls .toggle-switch-container{flex-shrink:0;flex-direction:row!important}.table-header-controls .btn-toggle{white-space:nowrap!important;padding:5px 10px!important;font-size:10px!important}.table-header-controls .btn{white-space:nowrap!important;height:30px!important;padding:5px 10px!important;font-size:9px!important}.mobile-card-tags{overflow:hidden;flex-wrap:nowrap!important;gap:4px!important}.mobile-card-tags>span{text-overflow:ellipsis;flex-shrink:1;min-width:0;overflow:hidden;white-space:nowrap!important}.mobile-card-tags>span:first-child{flex-shrink:0;padding:1px 5px!important;font-size:8px!important}.mobile-card-tags>span:nth-child(2){max-width:120px;font-size:10px!important}.mobile-card-desc{text-overflow:ellipsis;max-width:calc(100vw - 180px);overflow:hidden;white-space:nowrap!important;font-size:12px!important}.mobile-card-amount{white-space:nowrap!important;font-size:13px!important}.mobile-card-yearly{white-space:nowrap!important;font-size:9px!important}.mobile-card-main{gap:8px}.mobile-card-left{flex:1;min-width:0;overflow:hidden}.mobile-card-right{flex-shrink:0}.mobile-card-gear{width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.mobile-card-gear:hover,.mobile-card-gear:active{color:var(--primary);background:#f2ecfd}.mobile-detail-cards{flex-direction:column;gap:8px;display:flex!important}.card.glass-panel.overflow-hidden>.overflow-x-auto{display:none!important}.mobile-tx-card{background:#fff;border:1px solid #e1e7ef;border-radius:12px;transition:all .2s;overflow:hidden}.mobile-tx-card__main{align-items:stretch;gap:0;display:flex}.mobile-tx-card__check{border-right:1px solid #ebeff5;flex-shrink:0;justify-content:center;align-items:center;padding:10px 8px;display:flex}.mobile-tx-card__body{cursor:pointer;flex-direction:column;flex:1;gap:5px;min-width:0;padding:10px 12px;display:flex}.mobile-tx-card__top-row{align-items:center;gap:6px;font-size:10px;display:flex}.mobile-tx-card__date{color:var(--text-muted);font-family:monospace;font-size:10px;font-weight:600}.mobile-tx-card__type-badge{border-radius:9999px;padding:1px 6px;font-size:8.5px;font-weight:700}.mobile-tx-card__type-badge--fixed{color:var(--emerald);background:#28bd7314}.mobile-tx-card__type-badge--var{color:var(--coral);background:#e8304f14}.mobile-tx-card__sync{border-radius:9999px;margin-left:auto;padding:1px 6px;font-size:8.5px;font-weight:700}.mobile-tx-card__sync--done{color:var(--emerald);background:#28bd7314}.mobile-tx-card__sync--wait{color:var(--yellow);background:#f9b11f14}.mobile-tx-card__desc-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.mobile-tx-card__desc{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12.5px;font-weight:700;overflow:hidden}.mobile-tx-card__amount{color:var(--text-primary);white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:850}.mobile-tx-card__meta-row{flex-wrap:nowrap;align-items:center;gap:4px;display:flex;overflow:hidden}.mobile-tx-card__cat{color:#6226d9;white-space:nowrap;background:#f2ecfd;border-radius:9999px;flex-shrink:0;padding:1px 6px;font-size:9px;font-weight:700}.mobile-tx-card__item-badge{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;background:#f1f5f9;border-radius:9999px;max-width:80px;padding:1px 6px;font-size:9px;font-weight:600;overflow:hidden}.mobile-tx-card__card{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;background:#eef2f6;border-radius:9999px;max-width:70px;padding:1px 6px;font-size:9px;font-weight:600;overflow:hidden}.mobile-tx-card__expand{background:#fafbfd;border-top:1px dashed #e1e7ef;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.mobile-tx-card__edit-row{justify-content:space-between;align-items:center;gap:8px;min-height:32px;display:flex}.mobile-tx-card__edit-row label{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;width:60px;font-size:10.5px;font-weight:700}.mobile-tx-card__edit-row input,.mobile-tx-card__edit-row select{flex:1;min-width:0;height:30px!important;color:var(--text-primary)!important;background:#fff!important;border:1px solid #d7dfea!important;border-radius:8px!important;padding:0 8px!important;font-size:11px!important}.mobile-tx-card__edit-row input:focus,.mobile-tx-card__edit-row select:focus{border-color:var(--primary)!important;box-shadow:0 0 0 2px #8c5af21a!important}.mobile-tx-card__actions{justify-content:flex-end;padding-top:4px;display:flex}.mobile-tx-card__delete-btn{color:#e23653;cursor:pointer;background:#fdf1f3;border:1px solid #f5d6db;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:700;transition:all .15s;display:inline-flex}.mobile-tx-card__delete-btn:hover{background:#fce3e8}}.item-badge-pill{color:#5229a3;white-space:nowrap;background:linear-gradient(135deg,#f2eefc,#eae4f6);border:1px solid #d4c9e8;border-radius:9999px;align-items:center;gap:4px;padding:5px 12px;font-size:11px;font-weight:600;line-height:1.4;transition:all .2s;display:inline-flex}.item-badge-pill:hover{background:linear-gradient(135deg,#e6dcf9,#dbd1f0);transform:translateY(-1px);box-shadow:0 2px 8px -2px #6c5ce733}.item-badge-delete{color:#8b70c2;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:2px;padding:0;font-size:13px;line-height:1;transition:all .15s;display:inline-flex}.item-badge-delete:hover{color:#fff;background:#e23653}.item-badge-pill-add{color:#2d8659;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px dashed #94d1b3;border-radius:9999px;align-items:center;gap:2px;padding:5px 12px;font-size:11px;font-weight:600;line-height:1.4;transition:all .2s;display:inline-flex}.item-badge-pill-add:hover{color:#1d7247;background:#ebfaf2;border-color:#40bf80;transform:translateY(-1px);box-shadow:0 2px 8px -2px #00b89440}.rec-category-badge{color:#2952a3;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#edf2fd,#dee7f7);border:1px solid #c6d1e7;border-radius:9999px;align-items:center;padding:5px 14px;font-size:11px;font-weight:700;line-height:1.4;transition:all .2s;display:inline-flex}.rec-category-badge:hover{color:#47248f;background:linear-gradient(135deg,#ece3fc,#dacef3);border-color:#a68cd9;transform:translateY(-1px);box-shadow:0 2px 8px -2px #6c5ce740}.cat-management-card{padding:20px!important}.cat-management-card .flex.flex-wrap.gap-2{margin-bottom:16px}.cat-management-card .space-y-2>div{margin-top:8px}.category-tree{background:#fff;border:1px solid #e1e7ef;border-radius:12px;padding:8px}.tree-node-root{border-radius:10px;overflow:hidden}.tree-node-parent{cursor:pointer;border-radius:8px;align-items:center;gap:8px;margin-left:0;padding:10px 14px;transition:all .15s;display:flex}.tree-node-parent:hover{filter:brightness(.97)}.tree-toggle-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:all .15s;display:inline-flex}.tree-toggle-btn:hover{background:#0000000f}.tree-folder-icon{flex-shrink:0;display:inline-flex}.tree-cat-label{color:#0f1729;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;font-weight:700}.tree-cat-type-badge{white-space:nowrap;border:1px solid;border-radius:9999px;align-items:center;padding:2px 8px;font-size:9px;font-weight:700;line-height:1.4;display:inline-flex}.tree-item-count{color:#808ea3;white-space:nowrap;font-size:10px;font-weight:600}.tree-delete-btn{color:#8996a9;cursor:pointer;opacity:.35;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .15s;display:inline-flex}.tree-node-parent:hover .tree-delete-btn{opacity:1}.tree-delete-btn:hover{color:#e23653;background:#feecef}.tree-edit-btn:hover{color:#7036e2!important;background:#f2ecfe!important}.tree-children{margin-left:18px;padding-bottom:8px;padding-left:12px}.tree-node-child{border-radius:6px;align-items:center;gap:8px;padding:7px 10px;transition:all .15s;display:flex;position:relative}.tree-node-child:hover{background:#f4f7fa}.tree-branch-line{border-top:1.5px solid;flex-shrink:0;width:14px;height:0}.tree-item-label{color:#1b294b;-webkit-user-select:none;user-select:none;font-size:12px;font-weight:500}.tree-delete-btn-sm{color:#97a3b4;cursor:pointer;opacity:.35;background:0 0;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:all .15s;display:inline-flex}.tree-node-child:hover .tree-delete-btn-sm{opacity:1}.tree-delete-btn-sm:hover{color:#e23653;background:#feecef}.tree-edit-btn-sm:hover{color:#7036e2!important;background:#f2ecfe!important}.tree-add-item-row{align-items:center;gap:8px;margin-top:2px;padding:6px 10px;display:flex}.tree-add-input{color:#1b294b;background:#f8fafc;border:1.5px dashed #cdd7e5;border-radius:8px;outline:none;flex:1;max-width:240px;height:30px;padding:0 10px;font-size:11px;font-weight:500;transition:all .15s}.tree-add-input:focus{background:#fff;border-style:solid;border-color:#6c2bee;box-shadow:0 0 0 3px #6c5ce714}.tree-add-input::placeholder{color:#97a3b4;font-weight:400}.tree-add-btn{cursor:pointer;white-space:nowrap;border:1px solid;border-radius:8px;flex-shrink:0;align-items:center;gap:3px;height:30px;padding:0 12px;font-size:11px;font-weight:700;transition:all .15s;display:inline-flex}.tree-add-btn:hover{filter:brightness(.92);transform:translateY(-1px)}.tree-recommend-section{align-items:flex-start;gap:8px;margin-top:4px;padding:8px 10px;display:flex}.tree-recommend-content{background:#f8fafc;border:1px dashed #d7dfea;border-radius:8px;flex:1;padding:8px 12px 10px}.tree-recommend-label{color:#808ea3;align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.scale-in{animation:.25s cubic-bezier(.16,1,.3,1) forwards scaleIn}.calendar-grid{width:100%}.calendar-header-row{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px;display:grid}.calendar-day-header{text-align:center;color:#94a3b8;text-transform:uppercase;padding:6px 0;font-size:10px;font-weight:700}.calendar-day-header:first-child{color:#e64d66}.calendar-day-header:last-child{color:#4799eb}.calendar-body{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.calendar-cell{background:#1e293b66;border:1px solid #94a3b80f;border-radius:10px;flex-direction:column;align-items:flex-start;gap:3px;min-height:72px;padding:6px;transition:all .2s;display:flex;position:relative}.calendar-cell--empty{background:0 0;border-color:#0000}.calendar-cell--has-data{cursor:pointer;background:#8b5cf60f;border-color:#8b5cf61f}.calendar-cell--has-data:hover{background:#8b5cf61f;border-color:#8b5cf640;transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf61a}.calendar-cell--today{box-shadow:0 0 0 1px #8b5cf626;border-color:#8b5cf666!important}.calendar-cell--today .calendar-cell__day{color:#fff;background:#6c2bee;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.calendar-cell__day{color:#cbd5e1;font-size:11px;font-weight:700}.calendar-cell__amount{color:#9f79ec;white-space:nowrap;font-size:9.5px;font-weight:700}.calendar-cell__dots{gap:3px;margin-top:auto;display:flex}.calendar-cell__dot{opacity:.6;background:#8152e0;border-radius:50%;width:4px;height:4px}.calendar-cell__count{color:#94a3b8;margin-top:auto;font-size:8px;font-weight:700}@media (width<=767px){.calendar-cell{border-radius:6px;gap:1px;min-height:48px;padding:3px}.calendar-cell__day{font-size:9px}.calendar-cell__amount{font-size:7.5px}.calendar-cell__dots{gap:2px}.calendar-cell__dot{width:3px;height:3px}.calendar-cell__count{font-size:7px}.calendar-day-header{padding:4px 0;font-size:9px}.calendar-cell--today .calendar-cell__day{width:18px;height:18px;font-size:8px}body,.settings-container,.card{font-size:calc(11px + .1vw)!important}.settings-container{padding:12px 8px!important}.rec-category-badge{height:auto!important;padding:4px 10px!important;font-size:10px!important;line-height:1.3!important}.category-tree{border-radius:10px!important;padding:6px!important}.tree-node-parent{gap:6px!important;min-height:40px!important;padding:8px 10px!important;overflow:hidden!important}.tree-cat-label{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:110px!important;font-size:12px!important;display:inline-block!important;overflow:hidden!important}.tree-item-count{color:#6b7c94!important;flex-shrink:0!important;font-size:9px!important}.tree-delete-btn,.tree-delete-btn-sm,.tree-edit-btn,.tree-edit-btn-sm{opacity:1!important;border-radius:5px!important;width:24px!important;height:24px!important}.tree-children{margin-left:8px!important;padding-bottom:6px!important;padding-left:6px!important}.tree-node-child{gap:4px!important;min-height:32px!important;padding:4px 6px!important}.tree-item-label{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100px!important;font-size:11px!important;display:inline-block!important;overflow:hidden!important}.tree-branch-line{width:10px!important}.tree-node-parent input,.tree-node-child input{box-sizing:border-box!important;height:28px!important;padding:2px 6px!important;font-size:11px!important}.tree-add-item-row{margin-top:0!important;padding:4px 6px!important}.tree-add-btn{border-radius:6px!important;height:26px!important;padding:0 10px!important;font-size:10px!important}.settings-modal-rec-list button{padding:6px 12px!important;font-size:10px!important}}@media (width<=375px){.tree-cat-label{max-width:80px!important}.tree-item-label{max-width:70px!important}.tree-item-count{display:none!important}.rec-category-badge{padding:3px 8px!important;font-size:9px!important}}.modal-desktop-only{display:block!important}.modal-mobile-only{display:none!important}@media (width<=767px){.modal-desktop-only{display:none!important}.modal-mobile-only{display:block!important}}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:#94a3b808;border-radius:99px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#94a3b826;border-radius:99px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#8b5cf666}.recurring-item-row{transition:all .2s cubic-bezier(.16,1,.3,1)!important}.recurring-item-row:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf614;background-color:#8b5cf617!important;border-color:#8b5cf640!important}@media (width<=768px){.recurring-split-layout{grid-template-columns:1fr!important;gap:14px!important}.dash-insights-row .card{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:14px!important;overflow:hidden!important}.dash-insights-row h4{gap:6px!important;font-size:13px!important}.dash-insights-row .mb-4 p{word-break:keep-all!important;font-size:9px!important;line-height:1.4!important}.recurring-item-row{border-radius:8px!important;gap:4px!important;padding:6px 8px!important}.recurring-split-layout>div:first-child{gap:4px!important;max-height:320px!important}.recurring-split-layout>div:last-child>div:nth-child(2){grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.recurring-split-layout>div:last-child>div:nth-child(2)>div{border-radius:8px!important;padding:8px 10px!important}.recurring-split-layout>div:last-child>div:nth-child(2)>div>div:first-child{font-size:8px!important}.recurring-split-layout>div:last-child>div:nth-child(2)>div>div:last-child{font-size:11px!important}.recurring-split-layout>div:last-child>div:nth-child(3){height:200px!important}.recurring-split-layout>div:last-child>div:first-child span{font-size:8px!important}.recurring-split-layout>div:last-child>div:first-child span:nth-child(2){font-size:13px!important}}.dashboard-monthly-totals-grid{transition:all .2s}@media (width<=768px){.dashboard-monthly-totals-grid{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.dashboard-monthly-totals-grid>div{border-bottom:1px solid #94a3b814;padding:4px 0;border-right:none!important}.dashboard-monthly-totals-grid>div:nth-child(n+9){border-bottom:none!important}}
