:root{font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#e7ecf5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#dbeafe,#e2e8f0 40%,#d1d5db)}#root,.app-root{min-height:100vh}#root{display:flex;align-items:center;justify-content:center;padding:24px}.app-root{width:100%;display:flex;align-items:center;justify-content:center}.phone-frame{width:375px;max-width:90vw;height:760px;border-radius:40px;background:#f8fafc;box-shadow:0 20px 60px #0f172a33,inset 0 0 0 1px #fff6;border:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;overflow:hidden}.phone-content{padding:24px 24px 32px;overflow-y:auto;scroll-behavior:smooth}.card{background:#fff;border-radius:20px;padding:20px;box-shadow:0 6px 20px #0f172a14;margin-bottom:18px}.hero h1,.intro-card h1{margin:6px 0 10px;font-size:1.4rem}.hero .muted{margin-bottom:0}.eyebrow{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin:0 0 4px}.muted{color:#64748b;margin:6px 0}.small-text{font-size:.8rem}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.section-heading.single{flex-direction:column;align-items:flex-start;gap:6px}.tight-line{margin:2px 0}.section-note{font-size:.85rem;color:#0f172a}.inline-note{margin-top:12px;display:block}.section-title{margin:0 0 12px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}label{display:flex;flex-direction:column;font-size:.85rem;gap:6px}input,select{border:1px solid #cbd5f5;border-radius:12px;padding:10px 12px;font-size:1rem;background:#f8fafc;color:#0f172a}input:focus,select:focus{outline:2px solid #3b82f6;border-color:#3b82f6}button{font:inherit;cursor:pointer}.primary{width:100%;border:none;border-radius:14px;background:linear-gradient(120deg,#6366f1,#a855f7);color:#fff;font-weight:600;padding:12px 16px;transition:opacity .2s ease}.primary:hover{opacity:.9}.primary.ghost{background:#6366f11f;color:#4f46e5}.inline-add{margin-top:12px;width:auto;padding:8px 14px}.intro-card button{margin-top:16px}.expense-actions{display:flex;flex-direction:column;gap:8px}.donut-wrapper{display:flex;gap:16px;align-items:center}.donut-chart{width:200px;height:200px}.donut-ring{fill:none;stroke:#e2e8f0;opacity:.7}.donut-segment{fill:none;stroke-linecap:round}.donut-mask{fill:#f8fafc}.donut-label{font-size:.78rem;fill:#475569}.donut-value{font-size:1rem;font-weight:700;fill:#0f172a}.donut-legend{display:flex;flex-direction:column;gap:12px;flex:1}.legend-item{display:flex;align-items:center;gap:10px}.legend-swatch{width:14px;height:14px;border-radius:4px}.legend-swatch.small{width:12px;height:12px}.legend-label{margin:0;font-weight:600}.legend-meta{margin:0;font-size:.85rem;color:#475569}.expense-stack{display:flex;flex-direction:column;gap:16px}.expense-items{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:10px}.expense-item{display:flex;justify-content:space-between;align-items:center}.expense-name{margin:0;font-weight:600}.text-button{background:none;border:none;color:#475569;font-weight:600}.text-button.danger{color:#ef4444}.text-button.danger-outline{width:100%;margin-top:8px;border:1px solid #ef4444;border-radius:12px;padding:12px;color:#b91c1c}.reflection-card .prompt{margin-bottom:8px;font-weight:600}.pill-group{display:flex;flex-wrap:wrap;gap:8px}.pill{border:1px solid #cbd5f5;border-radius:999px;padding:8px 14px;background:#fff;color:#0f172a}.pill.selected{border-color:#7c3aed;background:#7c3aed1f;color:#6d28d9}.modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:flex-end;justify-content:center;padding:24px 16px;z-index:50}.modal-card{width:100%;max-width:420px;background:#fff;border-radius:24px 24px 16px 16px;padding:24px;box-shadow:0 -6px 30px #0f172a33}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-form{display:flex;flex-direction:column;gap:12px}.error-text{color:#dc2626;font-size:.85rem;margin:0}.back-row{display:flex;justify-content:flex-start;margin-bottom:12px}.back-button{color:#475569;font-weight:500}.text-button.back-button{color:#475569}.stage-nav{display:flex;justify-content:flex-start;margin-bottom:12px}.stage-nav .text-button{font-weight:500}.step-button{margin-top:12px}.comparison-card .section-note strong{font-weight:600}.chart-legend{display:flex;align-items:center;gap:12px;font-size:.8rem;color:#475569;margin-bottom:12px}.legend-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.legend-dot.target{background:#0f172a33}.legend-dot.actual{background:#6366f1}.comparison-list{display:flex;flex-direction:column;gap:12px}.comparison-row{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.comparison-label{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:8px}.comparison-label-left{display:flex;align-items:center;gap:6px}.comparison-bars{position:relative;height:14px;background:#e2e8f0;border-radius:999px;margin-bottom:6px;overflow:hidden}.comparison-bar{position:absolute;height:100%;border-radius:999px}.comparison-bar.target{background:#0f172a40}.comparison-bar.actual{background:transparent}.status-pill{display:inline-block;padding:4px 8px;border-radius:999px;background:#64748b26}.status-pill.over{background:#f8717133;color:#b91c1c}.comparison-summary{margin-top:16px;padding:12px;border-radius:12px;background:#eef2ff}.summary-row{display:flex;justify-content:space-between;align-items:center;margin:4px 0}@media(max-width:420px){.phone-frame{height:100vh;border-radius:0}.phone-content{padding:20px 16px 40px}.card{border-radius:16px}.donut-wrapper{flex-direction:column}}
