:root{--bg:#f5f7fb;--surface:#ffffffe0;--surface-strong:#fff;--surface-muted:#eef2ff;--text:#1f2937;--text-soft:#64748b;--border:#94a3b840;--accent:#6d7cff;--accent-soft:#6d7cff1f;--success:#16a34a;--warning:#f59e0b;--danger:#ef4444;--info:#0ea5e9;--shadow:0 24px 48px #0f172a14;--shadow-soft:0 12px 24px #0f172a0f;--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px;--font-sans:"Segoe UI", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--bg:#09111f;--surface:#0f172ad1;--surface-strong:#0f172a;--surface-muted:#1e293bcc;--text:#e2e8f0;--text-soft:#94a3b8;--border:#94a3b833;--accent:#8b9aff;--accent-soft:#8b9aff2e;--shadow:0 28px 72px #0206177a;--shadow-soft:0 12px 28px #0206174d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:radial-gradient(circle at top left, #6d7cff1a, transparent 32%), radial-gradient(circle at bottom right, #0ea5e914, transparent 28%), var(--bg);color:var(--text);margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}audio{width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin:0}#root{min-height:100vh}.splash-screen{text-align:center;place-items:center;gap:16px;min-height:100vh;padding:24px;display:grid}.pulse-dot{background:linear-gradient(135deg, var(--accent), #6ee7f9);border-radius:999px;width:68px;height:68px;box-shadow:0 0 0 16px #6d7cff14}.error-screen{color:var(--danger)}.welcome-layout{grid-template-columns:1.1fr .9fr;gap:28px;min-height:100vh;padding:40px;display:grid}.welcome-hero,.welcome-form-card,.section-card,.stat-card,.summary-pill,.sidebar,.topbar,.budget-shell,.inline-form-card,.modal-panel{background:var(--surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.welcome-hero,.welcome-form-card{border-radius:var(--radius-xl);padding:32px}.welcome-hero{flex-direction:column;justify-content:center;gap:20px;display:flex}.welcome-hero h1{letter-spacing:-.06em;font-size:72px}.welcome-hero p{color:var(--text-soft);font-size:18px;line-height:1.7}.welcome-points{gap:16px;display:grid}.welcome-points>div{border-radius:var(--radius-md);background:var(--surface-muted);flex-direction:column;gap:6px;padding:16px 18px;display:flex}.welcome-points span{color:var(--text-soft);line-height:1.6}.welcome-form-card{flex-direction:column;gap:20px;display:flex}.wide-button{justify-content:center;width:100%}.app-shell{grid-template-columns:300px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-radius:var(--radius-xl);flex-direction:column;gap:24px;margin:20px 0 20px 20px;padding:24px;display:flex}.brand-mark{align-items:center;gap:14px;display:flex}.brand-mark strong{font-size:24px;display:block}.brand-mark span,.workspace-chip span,.topbar span,.field-hint,.muted-text,.simple-list-item p,.simple-list-item small,.transaction-row p,.transaction-row small,.summary-pill span,.stat-card-label,.stat-card small,.progress-foot,.profile-card p,.profile-card small{color:var(--text-soft)}.brand-icon{background:linear-gradient(135deg, var(--accent), #4ade80);color:#fff;border-radius:18px;place-items:center;width:52px;height:52px;font-size:24px;font-weight:700;display:grid}.workspace-chip{border-radius:var(--radius-md);background:var(--surface-muted);flex-direction:column;gap:6px;padding:16px 18px;display:flex}.side-nav{gap:10px;display:grid}.nav-link{border-radius:var(--radius-sm);color:var(--text-soft);align-items:center;gap:12px;padding:14px 16px;transition:transform .15s,background .15s,color .15s;display:flex}.nav-link:hover,.nav-link.is-active{background:var(--accent-soft);color:var(--text);transform:translate(2px)}.sidebar-foot{gap:12px;margin-top:auto;display:grid}.sidebar-metric,.sidebar-budget-mini{border-radius:var(--radius-sm);background:#94a3b814;align-items:center;gap:10px;padding:12px 14px;display:flex}.sidebar-budget-mini{justify-content:space-between}.content-shell{flex-direction:column;gap:18px;padding:20px 20px 20px 24px;display:flex}.topbar{border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex}.topbar strong{margin-bottom:4px;display:block}.topbar-pills{flex-wrap:wrap;gap:10px;display:flex}.page-shell{flex:1}.page-layout{flex-direction:column;gap:20px;display:flex}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.page-header h2{margin-bottom:8px;font-size:32px}.page-header p{color:var(--text-soft);line-height:1.6}.page-actions{flex-wrap:wrap;gap:10px;display:flex}.stats-grid,.stats-inline-grid,.two-pane-grid,.reports-grid,.capture-grid,.field-grid,.insight-grid{gap:16px;display:grid}.stats-grid,.stats-inline-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.two-pane-grid,.reports-grid,.capture-grid,.insight-grid,.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.four-columns{grid-template-columns:repeat(4,minmax(0,1fr))}.section-card,.stat-card,.summary-pill,.inline-form-card,.budget-shell,.draft-panel{border-radius:var(--radius-lg);padding:22px}.section-card{flex-direction:column;gap:18px;display:flex}.section-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-card h3,.transaction-editor h3{font-size:20px}.stat-card{flex-direction:column;gap:12px;display:flex}.stat-card strong{font-size:28px}.summary-pill{flex-direction:column;gap:8px;display:flex}.summary-pill strong{font-size:24px}.budget-shell{gap:12px;display:grid}.budget-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.budget-head p{color:var(--text-soft);margin-top:6px}.muted-shell{background:#94a3b814}.progress-meter{background:#94a3b829;border:none;border-radius:999px;width:100%;height:12px;overflow:hidden}.progress-meter::-webkit-progress-bar{background:#94a3b829;border-radius:999px}.progress-meter::-webkit-progress-value{border-radius:999px}.progress-meter::-moz-progress-bar{border-radius:999px}.progress-healthy::-webkit-progress-value{background:var(--success)}.progress-healthy::-moz-progress-bar{background:var(--success)}.progress-warning::-webkit-progress-value{background:var(--warning)}.progress-warning::-moz-progress-bar{background:var(--warning)}.progress-exceeded::-webkit-progress-value{background:var(--danger)}.progress-exceeded::-moz-progress-bar{background:var(--danger)}.progress-inactive::-webkit-progress-value{background:#9ca3af}.progress-inactive::-moz-progress-bar{background:#9ca3af}.progress-foot{justify-content:space-between;gap:12px;font-size:14px;display:flex}.tone-badge{border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.tone-neutral{color:var(--text);background:#94a3b824}.tone-success{color:var(--success);background:#22c55e1f}.tone-warning{color:#b45309;background:#f59e0b24}.tone-danger{color:var(--danger);background:#ef444424}.tone-info{color:var(--info);background:#0ea5e924}.field-grid{align-items:start}.field{flex-direction:column;gap:8px;display:flex}.field span{color:var(--text-soft);font-size:14px}.field input,.field select,.field textarea{border:1px solid var(--border);background:var(--surface-strong);width:100%;color:var(--text);border-radius:14px;outline:none;padding:12px 14px;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px #6d7cff1f}.field-inline{flex-direction:row;align-items:center;gap:10px}.field-inline input{width:auto}.primary-button,.ghost-button,.danger-button{border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;transition:transform .15s,opacity .15s;display:inline-flex}.primary-button:hover,.ghost-button:hover,.danger-button:hover{transform:translateY(-1px)}.primary-button{background:linear-gradient(135deg, var(--accent), #3b82f6);color:#fff}.ghost-button{color:var(--text);background:#94a3b81f}.danger-button{color:var(--danger);background:#ef44441f}.segmented-control{flex-wrap:wrap;gap:8px;display:inline-flex}.segment{border:1px solid var(--border);background:var(--surface-strong);color:var(--text-soft);border-radius:999px;padding:10px 14px}.segment.is-active{background:var(--accent-soft);color:var(--text);border-color:#6d7cff47}.mode-selector{margin-bottom:8px}.empty-state{border:1px dashed var(--border);border-radius:var(--radius-md);text-align:center;background:#94a3b80f;gap:10px;padding:28px 20px;display:grid}.empty-state-icon{font-size:28px}.empty-state h3{font-size:20px}.empty-state p{color:var(--text-soft);line-height:1.6}.simple-list,.transaction-list,.attachment-list,.tag-matrix{gap:12px;display:grid}.simple-list-item,.transaction-row,.attachment-chip,.tag-row{border:1px solid var(--border);border-radius:var(--radius-md);background:#94a3b80f;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.simple-list-item strong,.transaction-row strong,.tag-row strong{display:block}.stack-row{align-items:flex-start}.row-actions,.editor-actions,.transaction-actions-panel,.page-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.grow-actions select{min-width:120px}.tag-row{background:0 0}.color-dot{border-radius:999px;width:12px;height:12px}.transaction-row{align-items:flex-start}.transaction-main{gap:6px;display:grid}.transaction-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.transaction-meta,.transaction-actions-panel{justify-items:end;gap:10px;display:grid}.amount-positive{color:var(--success)}.amount-negative{color:var(--danger)}.compact-fields .field input,.compact-fields .field select{min-height:48px}.draft-panel{background:#6d7cff0f}.transaction-editor{flex-direction:column;gap:18px;display:flex}.editor-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.editor-head p{color:var(--text-soft);margin-top:8px}.attachment-chip{align-items:stretch}.attachment-chip>div{gap:6px;display:grid}.attachment-chip img{object-fit:cover;border-radius:12px;width:84px;height:84px}.sticky-actions{justify-content:flex-end}.chart-card{gap:18px;display:grid}.pie-card{grid-template-columns:minmax(0,1fr)}.profile-card{justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.inline-form-card{gap:16px;display:grid}.modal-backdrop{z-index:1000;background:#0f172a7a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-panel{border-radius:var(--radius-xl);width:min(880px,100%);max-height:min(88vh,100%);padding:24px;overflow:auto}.modal-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.full-width{width:100%}@media (width<=1280px){.stats-grid,.stats-inline-grid,.four-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1024px){.welcome-layout,.app-shell,.two-pane-grid,.reports-grid,.capture-grid,.insight-grid{grid-template-columns:1fr}.sidebar{margin:16px 16px 0}.content-shell{padding:16px}.topbar,.page-header,.profile-card,.simple-list-item,.transaction-row,.attachment-chip,.tag-row,.editor-head,.budget-head{flex-direction:column;align-items:stretch}.transaction-actions-panel,.transaction-meta{justify-items:start}}@media (width<=720px){.welcome-layout,.content-shell,.modal-backdrop{padding:12px}.welcome-hero h1{font-size:52px}.sidebar,.topbar,.section-card,.stat-card,.summary-pill,.welcome-hero,.welcome-form-card,.modal-panel{padding:18px}.stats-grid,.stats-inline-grid,.two-columns,.four-columns{grid-template-columns:1fr}}
