:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background-color:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{background:#f8fafc;margin:0}#root{max-width:1200px;margin:0 auto;padding:32px 20px 64px}h1,h2{color:#111827;margin:0;font-weight:700}h1{font-size:32px}h2{font-size:20px}p{margin:0}.app{flex-direction:column;gap:24px;display:flex}.header{flex-direction:column;gap:8px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#6b7280;margin:0;font-size:12px;font-weight:600}.muted{color:#6b7280;font-size:14px}.alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 16px;font-size:14px}.stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.bank-stats{margin-bottom:12px}.stat{background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:6px;padding:16px;display:grid}.stat-label{color:#6b7280;font-size:13px}.positive{color:#15803d}.negative{color:#b91c1c}.section-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex}.card-header h2{margin-bottom:4px}.form{gap:12px;display:grid}.form-row{gap:6px;display:grid}label{color:#374151;font-size:13px;font-weight:600}input,select,button{font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px}input:focus-visible,select:focus-visible,button:focus-visible{outline-offset:2px;outline:2px solid #6366f1}button{cursor:pointer;color:#fff;background:#111827;border-color:#111827;font-weight:600}button:hover{background:#1f2937}button.ghost{color:#6b7280;background:0 0;border-color:#0000;padding:6px 10px}button.ghost:hover{color:#111827;background:#f3f4f6}.table{border-collapse:collapse;width:100%;font-size:14px}.table th,.table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:10px 4px}.table th{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-size:12px}.table-scroll{border:1px solid #e5e7eb;border-radius:12px;max-height:320px;overflow:auto}.table-scroll .table{margin:0}.cell-action{text-align:right}.list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.list-item{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.list-item:last-child{border-bottom:none}.actions{flex-wrap:wrap;gap:12px;display:flex}.file-input{color:#374151;cursor:pointer;border:1px dashed #9ca3af;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;padding:10px 12px;font-weight:600;display:inline-flex}.file-input input{display:none}@media (width<=720px){.stats{grid-template-columns:1fr}}
