:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f7fb;color:#14213d}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,#eff4ff,#f9fbff)}button,input{font:inherit}.app-shell{max-width:1400px;margin:0 auto;padding:2rem 1.25rem 3rem}.hero-card,.panel{background:#fff;border-radius:24px;box-shadow:0 10px 35px #14213d14}.hero-card{padding:2rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#4f6ef7;font-weight:700;margin:0 0 .4rem;font-size:.8rem}h1,h2,h3,p{margin:0}.hero-copy{margin-top:.6rem;color:#55607a;max-width:700px}.hero-summary{min-width:240px;padding:1rem 1.25rem;border-radius:16px;background:linear-gradient(135deg,#4f6ef7,#1d4ed8);color:#fff;display:grid;gap:.3rem}.hero-summary strong{font-size:1.6rem}.save-button{margin-top:.5rem;border:0;border-radius:999px;padding:.65rem 1rem;background:#fff;color:#1d4ed8;font-weight:700;cursor:pointer}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.panel{padding:1.5rem}.panel-heading{margin-bottom:1rem}.panel-heading p{color:#667085;margin-top:.35rem}.input-list,.expense-list{display:grid;gap:.85rem}.input-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;border:1px solid #e3e8f0;border-radius:14px;background:#fbfdff}.input-row small{display:block;margin-top:.2rem;color:#7b879c}.input-row input{width:140px;padding:.7rem .8rem;border-radius:10px;border:1px solid #d0d7e2}.summary-grid{display:grid;gap:.9rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1rem}.summary-card{padding:1rem;border-radius:16px;background:linear-gradient(135deg,#f8faff,#eef4ff);border:1px solid #dce7ff}.summary-card h3{margin-bottom:.35rem;font-size:.95rem}.summary-card p{font-size:1.1rem;font-weight:700;color:#163e8c}.expense-card{padding:.95rem 1rem;border:1px solid #e3e8f0;border-radius:14px;background:#fbfdff}.expense-label{display:block;font-weight:700;margin-bottom:.65rem}.expense-controls{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.expense-controls label{display:grid;gap:.35rem;font-size:.9rem;color:#4b5563}.expense-controls input{padding:.7rem .8rem;border-radius:10px;border:1px solid #d0d7e2}.projection-panel{margin-top:1.5rem}.table-wrap{overflow-x:auto}.projection-table{width:100%;border-collapse:collapse;min-width:760px}.projection-table th,.projection-table td{padding:.75rem .6rem;border-bottom:1px solid #e5eaf2;text-align:left}.projection-table th{color:#667085;font-size:.9rem;font-weight:700}.projection-table .positive{color:#0f9d58;font-weight:700}.projection-table .negative{color:#d14343;font-weight:700}@media (max-width: 1000px){.content-grid{grid-template-columns:1fr}}@media (max-width: 640px){.hero-card,.input-row{flex-direction:column;align-items:flex-start}.summary-grid,.expense-controls{grid-template-columns:1fr}.hero-summary{width:100%}}
