:root{color-scheme:dark;font-family:Inter,SF Pro Text,Avenir Next,Segoe UI,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px}body{margin:0;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}h1,h2,h3,p{margin:0}#root{min-height:100vh}.ledger-app{--bg: #0b0f19;--card: #161b26;--card-2: #101522;--line: #242b3d;--line-soft: rgba(148, 163, 184, .18);--hover: #1f2636;--text: #f8fafc;--muted: #94a3b8;--accent: #3b82f6;--accent-soft: #1e293b;--positive: #10b981;--negative: #f43f5e;--warning: #f59e0b;min-height:100vh;color:var(--text);background:var(--bg);transition:background-color .18s ease,color .18s ease}.ledger-app[data-theme=mint]{color-scheme:light;--bg: #f8fafc;--card: #ffffff;--card-2: #f1f5f9;--line: #e2e8f0;--line-soft: rgba(15, 23, 42, .1);--hover: #f1f5f9;--text: #0f172a;--muted: #64748b;--accent: #059669;--accent-soft: #e6f4ea;--positive: #059669;--negative: #e11d48;--warning: #d97706}.ledger-app[data-theme=stark]{color-scheme:light;--bg: #f4f4f5;--card: #ffffff;--card-2: #f4f4f5;--line: #e4e4e7;--line-soft: rgba(24, 24, 27, .1);--hover: #f4f4f5;--text: #18181b;--muted: #71717a;--accent: #18181b;--accent-soft: #e4e4e7;--positive: #047857;--negative: #be123c;--warning: #b45309}.ledger-app[data-theme=amethyst]{--bg: #0c0a0f;--card: #14111c;--card-2: #1e1929;--line: #262135;--line-soft: rgba(161, 161, 170, .18);--hover: #1e1929;--text: #f4f4f5;--muted: #a1a1aa;--accent: #8b5cf6;--accent-soft: #201a30;--positive: #22c55e;--negative: #fb7185;--warning: #f59e0b}.top-nav{position:sticky;top:0;z-index:40;border-bottom:1px solid #1e293b;color:#fff;background:#0f172aeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-inner{display:flex;width:min(1280px,calc(100vw - 32px));min-height:64px;align-items:center;justify-content:space-between;gap:16px;margin:0 auto;padding:10px 0}.brand-button,.avatar-button,.page-tabs button,.profile-link,.theme-grid button,.cashflow-card,.filter-row button,.deck-tabs button,.report-choice,.primary-action,.secondary-action{border:0}.brand-button{display:inline-flex;min-width:0;align-items:center;gap:12px;color:inherit;background:transparent;text-align:left}.brand-mark{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:12px;background:linear-gradient(135deg,#2563eb,#10b981);color:#fff;font-size:.76rem;font-weight:900}.brand-copy{display:grid;gap:2px}.brand-copy strong{font-size:.88rem;line-height:1.1}.brand-copy span{color:#94a3b8;font-size:.68rem}.page-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;border:1px solid #1e293b;border-radius:12px;background:#020617;padding:4px}.page-tabs button{min-height:34px;border-radius:8px;padding:0 11px;color:#94a3b8;background:transparent;font-size:.78rem;font-weight:700;transition:color .16s ease,background-color .16s ease}.page-tabs button:hover,.page-tabs button.active{color:#fff;background:#1e293b}.profile-wrap{position:relative;flex:0 0 auto}.avatar-button{display:grid;width:34px;height:34px;place-items:center;border:1px solid #475569;border-radius:999px;color:#e2e8f0;background:#334155;font-size:.72rem;font-weight:900}.profile-menu{position:absolute;top:46px;right:0;width:min(288px,calc(100vw - 24px));border:1px solid #1e293b;border-radius:16px;background:#020617;box-shadow:0 24px 70px #0000006b;padding:16px}.profile-identity{display:grid;gap:4px;border-bottom:1px solid #1e293b;padding-bottom:12px}.profile-identity span,.theme-panel>span{color:#94a3b8;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-identity strong{font-size:.9rem}.profile-identity code{color:#64748b;font-size:.68rem}.profile-link{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;margin:10px 0;border-radius:8px;padding:8px 9px;color:#fff;background:transparent;text-align:left}.profile-link:hover{background:#1e293b}.profile-link small{color:#64748b;font-size:.62rem}.theme-panel{display:grid;gap:10px;border-top:1px solid #1e293b;padding-top:12px}.theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.theme-grid button{display:grid;gap:3px;min-height:58px;border:1px solid #1e293b;border-radius:12px;color:#fff;background:#0f172a;padding:9px;text-align:left}.theme-grid button.selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f62e}.theme-grid small{color:#94a3b8;font-size:.62rem}.app-main{width:min(1280px,calc(100vw - 32px));margin:0 auto;padding:28px 0 64px}.view-stack{display:grid;gap:22px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-tile,.panel,.record-list,.ledger-table{border:1px solid var(--line);border-radius:16px;background:var(--card)}.metric-tile{display:grid;gap:7px;min-width:0;padding:20px}.metric-tile span,.panel-title span,.debt-summary-strip small,.progress-row small,.sync-node small,.record-card p,.record-value span,.view-header p,.form-field span,.output-box span,.settings-panel p{color:var(--muted)}.metric-tile span,.form-field span,.output-box span{font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.metric-tile strong{overflow-wrap:anywhere;font-size:clamp(1.65rem,2.7vw,2.25rem);line-height:1}.metric-tile small,.cashflow-card small,.report-choice small{color:var(--muted);font-size:.76rem}.tone-positive,.amount-in{color:var(--positive)}.tone-negative,.amount-out{color:var(--negative)}.tone-accent{color:var(--accent)}.cashflow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cashflow-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 16px;align-items:center;border:1px solid var(--line);border-radius:16px;color:var(--text);background:var(--card);padding:20px;text-align:left;transition:background-color .16s ease,transform .16s ease}.cashflow-card:hover{background:var(--hover);transform:translateY(-1px)}.cashflow-card span{font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.cashflow-card strong{font-size:1.45rem}.cashflow-card b{grid-row:span 3;color:var(--muted);font-size:.78rem}.cashflow-card.inflow span,.cashflow-card.inflow strong{color:var(--positive)}.cashflow-card.outflow span,.cashflow-card.outflow strong{color:var(--negative)}.dashboard-lower-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:22px}.panel{display:grid;gap:18px;min-width:0;padding:22px}.panel-title,.view-header,.record-card,.sync-node{display:flex;align-items:center;justify-content:space-between;gap:14px}.panel-title h2,.settings-panel h2{font-size:1rem}.panel-title span{border-radius:6px;background:var(--accent-soft);color:var(--accent);padding:5px 8px;font-size:.72rem;font-weight:900}.debt-summary-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;border-radius:12px;background:var(--card-2);padding:16px}.debt-summary-strip div:last-child{text-align:right}.debt-summary-strip strong{display:block;margin-top:5px;font-size:1.05rem}.progress-stack,.sync-stack,.record-list,.report-form,.settings-panel{display:grid;gap:14px}.progress-row{display:grid;gap:8px}.progress-row>div:first-child{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.source-flag{display:inline-flex;width:fit-content;border:1px solid currentColor;border-radius:5px;padding:2px 5px;font-size:.58rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.source-flag.plaid{color:var(--positive)}.source-flag.manual,.source-flag.statement{color:var(--warning)}.progress-track{height:8px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--muted) 22%,transparent)}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.progress-track.compact{height:6px;margin-top:10px}.sync-node{align-items:flex-start;border:1px solid var(--line);border-radius:12px;background:var(--card-2);padding:13px}.sync-node div{flex:1}.sync-node strong,.sync-node small{display:block}.sync-node em{color:var(--muted);font-size:.68rem;font-style:normal;white-space:nowrap}.node-dot{width:9px;height:9px;flex:0 0 auto;margin-top:4px;border-radius:999px}.node-dot.online{background:var(--positive)}.node-dot.watch{background:var(--warning)}.primary-action{min-height:40px;border-radius:10px;color:#fff;background:var(--accent);padding:0 14px;font-weight:900}.primary-action:disabled,.secondary-action:disabled{cursor:not-allowed;opacity:.55}.secondary-action{min-height:40px;border:1px solid var(--line);border-radius:10px;color:var(--text);background:var(--card-2);padding:0 14px;font-weight:900}.plaid-live-panel{display:grid;gap:12px;border:1px solid var(--line);border-radius:12px;background:var(--card-2);padding:14px}.plaid-live-panel.compact{margin-top:2px}.plaid-live-header,.plaid-actions,.live-items article{display:flex;align-items:center;justify-content:space-between;gap:12px}.plaid-live-header strong,.plaid-live-header small,.live-items strong,.live-items small{display:block}.plaid-live-header small,.live-items small,.live-items>small,.live-items em{color:var(--muted)}.plaid-live-header small,.live-items small,.live-items>small,.live-items em,.connection-message{font-size:.74rem}.status-pill{flex:0 0 auto;border-radius:999px;padding:5px 8px;font-size:.66rem;font-weight:900;text-transform:uppercase}.status-pill.online{color:var(--positive);background:color-mix(in srgb,var(--positive) 14%,transparent)}.status-pill.watch{color:var(--warning);background:color-mix(in srgb,var(--warning) 16%,transparent)}.plaid-actions{flex-wrap:wrap}.plaid-actions button{flex:1 1 180px}.connection-message{border-radius:10px;padding:10px 12px;line-height:1.35}.connection-message.success{color:var(--positive);background:color-mix(in srgb,var(--positive) 12%,transparent)}.connection-message.error{color:var(--negative);background:color-mix(in srgb,var(--negative) 12%,transparent)}.live-items{display:grid;gap:8px}.live-items article{border-top:1px solid var(--line-soft);padding-top:8px}.live-items em{flex:0 0 auto;font-style:normal;white-space:nowrap}.align-end{justify-self:end}.view-header{align-items:flex-end}.view-header h1{font-size:clamp(1.7rem,4vw,2.5rem);line-height:1}.view-header p{margin-top:8px;font-size:.88rem}.search-input,.form-field input,.form-field select{width:100%;min-height:42px;border:1px solid var(--line);border-radius:12px;color:var(--text);background:var(--card);padding:0 12px}.filter-row{display:flex;flex-wrap:wrap;width:fit-content;gap:4px;border-radius:12px;background:var(--accent-soft);padding:4px}.filter-row button,.deck-tabs button{min-height:34px;border-radius:8px;color:var(--muted);background:transparent;padding:0 12px;font-size:.8rem;font-weight:800}.filter-row button.active,.deck-tabs button.active{color:#fff;background:var(--accent)}.ledger-search-panel{display:grid;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--card);padding:12px}.ledger-search-row{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:8px;align-items:center}.ledger-search-row input{width:100%;min-width:0;min-height:40px;border:1px solid var(--line);border-radius:8px;color:var(--text);background:var(--card-2);padding:0 12px}.range-toggle{display:inline-flex;width:fit-content;max-width:100%;gap:8px;align-items:center;color:var(--muted);font-size:.82rem;font-weight:800}.range-toggle input{width:16px;height:16px;accent-color:var(--accent)}.range-options{display:flex;flex-wrap:wrap;gap:6px}.range-options button{min-height:32px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:var(--card-2);padding:0 10px;font-size:.78rem;font-weight:900}.range-options button.active{border-color:var(--accent);color:#fff;background:var(--accent)}.ledger-search-panel small,.pagination-bar span{color:var(--muted);font-size:.78rem}.pagination-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}.pagination-bar div{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pagination-bar button{min-height:34px;border-radius:8px;color:var(--text);background:var(--card);padding:0 12px}.pagination-bar button:disabled{cursor:not-allowed;opacity:.45}.pagination-bar strong{color:var(--muted);font-size:.82rem}.ledger-table{overflow-x:auto;padding:8px}.ledger-head,.ledger-row{display:grid;grid-template-columns:130px 120px minmax(190px,1fr) minmax(210px,.9fr) 120px;gap:12px;align-items:center}.ledger-head{min-width:820px;padding:12px 14px;color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ledger-row{min-width:820px;border-radius:12px;padding:14px;font-size:.84rem}.ledger-row:hover{background:var(--hover)}.source-chip,.tag{display:inline-flex;width:fit-content;border-radius:5px;background:color-mix(in srgb,var(--accent) 14%,transparent);color:var(--accent);padding:3px 6px;font-size:.68rem;font-weight:900}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.tag.pending{color:var(--warning);background:color-mix(in srgb,var(--warning) 13%,transparent)}.ledger-row b{text-align:right}.ledger-mobile{display:none}.mobile-tx-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-radius:12px;background:var(--card);padding:15px}.mobile-tx-card strong,.mobile-tx-card small{display:block}.mobile-tx-card small{margin-top:4px;color:var(--muted)}.deck-tabs{display:flex;flex-wrap:wrap;gap:10px;border-bottom:1px solid var(--line)}.deck-tabs button{border-bottom:2px solid transparent;border-radius:0;padding:0 4px 12px}.deck-tabs button.active{color:var(--accent);background:transparent;border-bottom-color:var(--accent)}.record-list{padding:8px}.record-card{border-radius:12px;padding:16px}.record-card:hover{background:var(--hover)}.record-card h3{font-size:.94rem}.record-card p{margin-top:5px;font-size:.78rem}.record-value{display:grid;gap:5px;justify-items:end;text-align:right}.record-value strong{font-variant-numeric:tabular-nums}.reports-layout{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:22px;align-items:start}.report-selector{display:grid;gap:10px}.report-choice{display:grid;gap:7px;border:1px solid var(--line);border-left-width:4px;border-radius:12px;color:var(--text);background:transparent;padding:16px;text-align:left}.report-choice.active{border-left-color:var(--accent);background:var(--card)}.report-choice strong{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.report-canvas{min-height:360px}.form-field{display:grid;gap:8px}.check-row{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.85rem}.check-row input{accent-color:var(--accent)}.output-box{display:grid;gap:8px;border-radius:12px;background:var(--card-2);padding:16px}.output-box p{font-size:.9rem;line-height:1.5}.settings-panel{max-width:780px}.settings-panel h2:not(:first-child){border-top:1px solid var(--line);padding-top:16px}@media(max-width:980px){.nav-inner,.app-main{width:min(100vw - 24px,1280px)}.nav-inner,.view-header,.record-card{align-items:stretch}.nav-inner,.view-header,.record-card,.dashboard-lower-grid,.reports-layout{display:grid;grid-template-columns:1fr}.page-tabs{justify-content:flex-start;overflow-x:auto}.profile-wrap{justify-self:start}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.record-value{justify-items:start;text-align:left}}@media(max-width:700px){.brand-copy{display:none}.app-main{padding-top:18px}.metrics-grid,.cashflow-grid,.debt-summary-strip,.cashflow-card{grid-template-columns:1fr}.cashflow-card b{grid-row:auto}.debt-summary-strip div:last-child{text-align:left}.ledger-table{display:none}.ledger-mobile{display:grid;gap:10px}.filter-row{width:100%}.filter-row button{flex:1 1 120px}.ledger-search-row{grid-template-columns:1fr}.ledger-search-row button,.pagination-bar button{width:100%}.pagination-bar,.pagination-bar div{align-items:stretch;width:100%}.pagination-bar div{display:grid;grid-template-columns:1fr}.sync-node{display:grid;grid-template-columns:auto minmax(0,1fr)}.sync-node em{grid-column:2;white-space:normal}.plaid-live-header,.live-items article{align-items:flex-start}.live-items em{white-space:normal}}
