:root{color-scheme:light;--bg: #f6f7f2;--surface: #ffffff;--surface-muted: #eef4f1;--ink: #1c2430;--muted: #64707d;--line: #d8ded8;--teal: #0f766e;--teal-soft: #d8f0eb;--coral: #c8553d;--coral-soft: #fde5dd;--amber: #9b6a08;--amber-soft: #fff1c7;--green: #207044;--blue: #2d5f99;--shadow: 0 12px 30px rgba(28, 36, 48, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--ink);background:var(--bg)}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{width:min(1240px,100%);margin:0 auto;padding:18px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0 18px}.topbar h1,.login-panel h1,.month-bar h2,.section-heading h2{margin:0;line-height:1.1}.topbar h1,.login-panel h1{font-size:1.75rem}.eyebrow{margin:0 0 5px;color:var(--teal);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.topbar-actions{display:flex;align-items:center;gap:10px}.status{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:0 12px;color:var(--green);background:var(--surface);font-size:.85rem;font-weight:750;white-space:nowrap}.status-danger{color:var(--coral)}.notice,.empty-state,.form-note,.error-text{border-radius:8px;padding:12px;line-height:1.45}.notice,.error-text{border:1px solid #efb4a3;color:#8f321f;background:#fff0eb}.form-note{color:var(--green);background:var(--teal-soft)}.empty-state{border:1px dashed var(--line);color:var(--muted);background:var(--surface)}.tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:18px}.tab,.primary-button,.secondary-button,.icon-button{border:1px solid var(--line);border-radius:8px;color:var(--ink);background:var(--surface)}.tab{display:flex;min-height:44px;align-items:center;justify-content:center;gap:7px;padding:8px;color:var(--muted);font-weight:750}.tab.active{border-color:var(--teal);color:var(--teal);background:var(--teal-soft)}.primary-button,.secondary-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:0 14px;font-weight:800}.primary-button{border-color:var(--teal);color:#fff;background:var(--teal)}.secondary-button{color:var(--teal)}.icon-button{display:inline-flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;padding:0}.icon-button.danger{color:var(--coral)}.calendar-layout,.split-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.calendar-panel,.side-panel,.list-panel,.editor-form,.settings-strip,.login-panel{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.calendar-panel,.side-panel,.list-panel,.editor-form{padding:14px}.month-bar,.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.month-bar h2,.section-heading h2{font-size:1.18rem}.weekday-grid,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.weekday-grid{margin-bottom:6px;color:var(--muted);font-size:.74rem;font-weight:800;text-align:center}.date-cell{display:flex;min-width:0;min-height:84px;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow:hidden;border:1px solid var(--line);border-radius:8px;padding:7px;color:var(--ink);background:#fbfcfa;text-align:left}.date-cell.empty{background:transparent;box-shadow:none}.date-cell.today{border-color:var(--blue)}.date-cell.selected{border-color:var(--teal);outline:2px solid rgba(15,118,110,.18)}.date-number{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;font-size:.86rem;font-weight:850}.date-cell.today .date-number{color:#fff;background:var(--blue)}.date-items{display:grid;gap:4px;margin-top:5px}.income-pill,.bill-pill,.more-pill{display:block;overflow:hidden;border-radius:6px;padding:3px 5px;font-size:.7rem;font-weight:750;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.income-pill{color:var(--green);background:#dcf5e8}.bill-pill{color:#763723;background:var(--coral-soft)}.more-pill{color:var(--muted);background:var(--surface-muted)}.item-list,.stack,.editor-form{display:grid;gap:12px}.item-card,.goal-card,.wallet-card,.metric-card{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.item-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px}.item-card p,.goal-card p,.wallet-card p{margin:5px 0 0;color:var(--muted);line-height:1.35}.item-title-row{display:flex;min-width:0;align-items:center;gap:8px}.item-title-row strong{overflow-wrap:anywhere}.card-actions{display:flex;align-items:center;gap:6px}.editor-form h3{margin:0;font-size:1.05rem}label{display:grid;gap:6px;color:var(--muted);font-size:.84rem;font-weight:800}input,select,textarea{width:100%;min-height:42px;border:1px solid var(--line);border-radius:8px;padding:9px 10px;color:var(--ink);background:#fff}textarea{resize:vertical}.two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.check-row{display:flex;align-items:center;gap:9px}.check-row input{width:18px;min-height:18px}.summary-layout,.settings-layout{display:grid;gap:18px}.settings-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px}.metric-grid,.goal-grid,.wallet-grid,.category-grid{display:grid;gap:12px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card{display:grid;gap:8px;padding:14px}.metric-card span{color:var(--muted);font-size:.84rem;font-weight:800}.metric-card strong{font-size:1.35rem;overflow-wrap:anywhere}.metric-card.income{border-color:#9bd4b9;background:#effaf4}.metric-card.bill,.metric-card.danger{border-color:#e8b3a4;background:#fff3ef}.metric-card.warning{border-color:#e7ca79;background:var(--amber-soft)}.goal-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.goal-card,.wallet-card{display:grid;gap:10px;padding:12px}.progress-bar{overflow:hidden;width:100%;height:10px;border-radius:999px;background:var(--surface-muted)}.progress-bar span{display:block;height:100%;border-radius:inherit;background:var(--teal)}.wallet-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:14px}.wallet-stats{display:grid;gap:6px;color:var(--muted);font-size:.88rem;font-weight:700}.badge-row,.category-grid{display:flex;flex-wrap:wrap;gap:8px}.badge-row span,.category-chip{display:inline-flex;min-height:30px;align-items:center;gap:7px;border-radius:999px;padding:4px 9px;color:var(--teal);background:var(--teal-soft);font-size:.8rem;font-weight:800}.category-chip button{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border:0;border-radius:999px;color:var(--coral);background:transparent}.inline-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:14px}.splash,.login-screen{min-height:100vh;display:grid;place-items:center;padding:18px}.splash{gap:12px;color:var(--teal);font-weight:850}.login-panel{width:min(420px,100%);padding:22px}@media (min-width: 860px){.calendar-layout{grid-template-columns:minmax(0,1.55fr) minmax(320px,.72fr);align-items:start}.split-layout{grid-template-columns:minmax(0,1fr) minmax(310px,.42fr);align-items:start}.metric-grid,.settings-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.date-cell{min-height:112px}}@media (max-width: 720px){.app-shell{padding:12px}.topbar{align-items:flex-start}.topbar h1,.login-panel h1{font-size:1.35rem}.tabs{position:sticky;top:0;z-index:5;grid-template-columns:repeat(5,68px);overflow-x:auto;padding:6px 0;background:var(--bg)}.tab{min-width:68px;flex-direction:column;gap:4px;font-size:.72rem}.weekday-grid,.calendar-grid{gap:4px}.date-cell{min-height:70px;padding:5px}.date-number{width:22px;height:22px;font-size:.78rem}.income-pill,.bill-pill,.more-pill{font-size:.64rem}.item-card{grid-template-columns:minmax(0,1fr)}.card-actions{justify-content:flex-start}.settings-strip,.metric-grid,.two-column{grid-template-columns:minmax(0,1fr)}}
