:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f5f7;color:#111827}*{box-sizing:border-box}body,html,#root{margin:0;min-height:100%}body{background:#f4f5f7}button{font:inherit}.app-shell{display:grid;grid-template-columns:238px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:32px 20px;display:flex;flex-direction:column;gap:24px}.brand{font-size:1.3rem;font-weight:700;color:#4f46e5}nav{display:grid;gap:10px}.nav-button{width:100%;text-align:left;border:none;padding:14px 16px;border-radius:14px;background:#f8fafc;color:#111827;cursor:pointer}.nav-button.active{background:#eef2ff;color:#3730a3;font-weight:600}.main-content{padding:28px 32px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;margin-bottom:24px}.topbar h1{margin:0;font-size:2rem}.subtitle{margin:8px 0 0;color:#6b7280;font-size:.95rem}.primary-button{border:none;padding:12px 20px;border-radius:12px;background:#6558d3;color:#fff;cursor:pointer;font-weight:600}.cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;box-shadow:0 10px 28px #0f172a0d}.summary-card h2{margin:0 0 14px;font-size:1rem;color:#111827}.summary-value{font-size:1.75rem;font-weight:700;margin-bottom:10px}.summary-meta{color:#6b7280;font-size:.94rem}.content-panel{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px}.panel-heading{margin-bottom:18px}.panel-heading h2{margin:0;font-size:1.2rem}.empty-state{min-height:180px;display:grid;place-items:center;color:#6b7280;font-size:1rem;background:#f8fafc;border:1px dashed #d1d5db;border-radius:16px}@media (max-width: 1080px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0}.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.cards-grid{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}}.progress-track{width:100%;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:6px 0}.progress-fill{height:100%;background:#6558d3;border-radius:999px;transition:width .2s ease}.progress-fill.over{background:#ea580c}.progress-label{font-size:12px;color:#6b7280}.amount-negative{color:#dc2626}.suggestions{border:1px solid #e5e7eb;border-radius:14px;padding:12px 16px;margin-bottom:16px;background:#faf9ff}.suggestions h3{margin:4px 0 10px}.suggestion-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;border-top:1px solid #eee;flex-wrap:wrap}.suggestion-row:first-of-type{border-top:none}.status-pill{align-self:center;font-size:12px;font-weight:600;color:#15803d;background:#dcfce7;border-radius:999px;padding:4px 12px}.auth-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f4f5f7;padding:24px}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 30px #1118270f;padding:32px;max-width:380px;text-align:center}.auth-card h1{font-size:20px;margin:12px 0 8px}.auth-button{display:flex;justify-content:center;margin-top:20px;min-height:44px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto;z-index:50}.modal{background:#fff;border-radius:16px;width:100%;max-width:560px;box-shadow:0 20px 50px #11182740}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #eef0f4}.modal-header h2{margin:0;font-size:18px}.modal-close{border:none;background:none;font-size:26px;line-height:1;cursor:pointer;color:#6b7280;min-width:44px;min-height:44px}.modal-body{padding:20px 22px}.segmented{display:inline-flex;border:1px solid #d1d5db;border-radius:10px;overflow:hidden;margin-bottom:14px}.segmented button{border:none;background:#fff;padding:10px 20px;cursor:pointer;min-height:44px}.segmented button.active{background:#6558d3;color:#fff}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.filters input,.filters select{min-height:40px;padding:8px 10px;border:1px solid #d1d5db;border-radius:10px}.filters input[type=search]{flex:1;min-width:200px}.amount-positive{color:#16a34a;font-weight:600;white-space:nowrap}.amount-negative{color:#dc2626;font-weight:600;white-space:nowrap}.summary-value.income{color:#16a34a}.summary-value.expense{color:#ea580c}.inline-select{min-height:36px;border:1px solid #e5e7eb;border-radius:8px;padding:4px 6px}.receipt-badge{margin-left:6px}.tag-cell{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.tag-pill{border:none;background:#efeafe;color:#4c3fb3;border-radius:999px;padding:3px 8px;font-size:12px;cursor:pointer}.tag-add{border:1px dashed #c4b5fd;background:#fff;color:#6558d3;border-radius:999px;width:24px;height:24px;cursor:pointer}.chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.chip{display:inline-flex;align-items:center;gap:4px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:5px 10px;font-size:13px;cursor:default}button.chip{cursor:pointer}.chip.chip-on{background:#6558d3;color:#fff;border-color:#6558d3}.chip-remove{border:none;background:none;cursor:pointer;color:#9ca3af;font-size:15px}.doc-status{font-size:12px;border-radius:999px;padding:2px 8px}.doc-status.stored,.doc-status.stored-local{background:#dcfce7;color:#15803d}.doc-status.queued{background:#fef9c3;color:#854d0e}.doc-status.review{background:#fee2e2;color:#b91c1c}.chart-wrap svg,.donut-wrap svg{width:100%;height:auto;max-width:100%}.chart-wrap{overflow-x:auto}.chart-legend,.donut-legend{list-style:none;padding:0;display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:#4b5563;margin:8px 0 0}.chart-legend i,.donut-legend i{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:4px}.donut-wrap{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.donut-legend{flex-direction:column;gap:6px}.donut-legend li{display:flex;align-items:center;gap:4px}.activity-list{list-style:none;padding:0;margin:8px 0 0}.activity-list li{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid #f1f1f4}.activity-list li:first-child{border-top:none}.danger-zone h3{color:#b91c1c}.danger-button{background:#dc2626;color:#fff;border:none;border-radius:10px;padding:10px 16px;min-height:44px;cursor:pointer}.danger-button:disabled{opacity:.5;cursor:not-allowed}.mobile-nav{display:none}@media (max-width: 900px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.main-content{padding-bottom:72px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;overflow-x:auto;z-index:40}.mobile-nav-button{flex:0 0 auto;border:none;background:none;padding:12px 16px;min-height:56px;font-size:13px;color:#4b5563;cursor:pointer;white-space:nowrap}.mobile-nav-button.active{color:#6558d3;font-weight:600;box-shadow:inset 0 -2px #6558d3}.donut-wrap{justify-content:center}}
