:root{color:#1f2933;background:#e8edf3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html{min-height:100%;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{min-width:320px;min-height:100dvh;margin:0;overflow:hidden;overscroll-behavior:none}button,input,select,textarea{font:inherit;touch-action:manipulation}button{cursor:pointer}input,select,textarea{font-size:16px}button:disabled{cursor:not-allowed;opacity:.55}.phone-shell{min-height:100dvh;background:linear-gradient(180deg,rgba(43,108,176,.1),transparent 34%),#e8edf3;overflow:hidden}.welcome-screen,.offline-screen{width:min(100%,520px);min-height:100dvh;margin:0 auto;background:#f7fafc}.app-frame{width:min(100%,520px);height:100dvh;margin:0 auto;overflow:hidden;background:#f7fafc}.welcome-screen,.offline-screen{display:grid;align-content:center;justify-items:center;gap:18px;padding:32px 24px;text-align:center}.welcome-screen h1,.offline-screen h1,.screen-header h1{margin:0;color:#17202a;font-size:30px;line-height:1.08}.welcome-screen p,.offline-screen p{max-width:320px;margin:0;color:#536171;line-height:1.5}.status-note,.error-note{width:min(100%,320px);margin:0;border-radius:8px;font-size:13px;font-weight:700;line-height:1.4;padding:10px 12px}.status-note{background:#ebf4ff;color:#2b6cb0}.error-note{background:#fff5f5;color:#b83232}.brand-mark,.offline-icon{display:grid;width:72px;height:72px;place-items:center;border-radius:22px;background:#2b6cb0;color:#fff;font-size:34px;font-weight:800;box-shadow:0 18px 40px #2b6cb03d}.offline-icon{background:#4a5568}.app-frame{display:grid;grid-template-rows:auto 1fr auto}.app-header{z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:calc(14px + env(safe-area-inset-top)) 18px 12px;border-bottom:1px solid rgba(148,163,184,.3);background:#f7fafcf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sheet-button,.icon-button{border:1px solid #c9d4e2;background:#fff;color:#243447}.sheet-button{min-width:0;padding:10px 12px;border-radius:8px;font-weight:700}.sheet-button span{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-button{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:999px}.content{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.screen{width:100%;min-height:100%;padding:24px 18px}.screen-header{margin-bottom:22px}.eyebrow{margin:0 0 6px;color:#2b6cb0;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.sheet-row,.balance-row,.transaction-row,.settings-list article{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;border:1px solid #d6e0ec;border-radius:8px;background:#fff;box-shadow:0 8px 22px #1018280d}.sheet-row{padding:16px;color:#243447;text-align:left}.sheet-list,.screen-actions{display:grid;gap:10px}.screen-actions{margin-top:18px}.balance-list,.transaction-list,.settings-list{display:grid;gap:10px}.balance-row,.transaction-row,.settings-list article{padding:14px}.balance-row strong,.transaction-row strong,.settings-list strong{display:block;color:#17202a;font-size:15px}.balance-row small,.transaction-row small,.settings-list small,.sheet-row small{display:block;margin-top:4px;color:#66778a;font-size:12px}.balance-row span,.transaction-row span{flex:0 0 auto;color:#1f7a45;font-size:16px;font-weight:800}.balance-row span.low,.transaction-row span:not(.inflow){color:#b83232}.transaction-row span.inflow{color:#1f7a45}.quick-add{display:grid;gap:14px}.amount-panel,.quick-add label{display:grid;gap:8px;color:#4a5568;font-size:13px;font-weight:800}.amount-panel{padding:16px;border:1px solid #d6e0ec;border-radius:8px;background:#fff}.amount-panel input{width:100%;border:0;border-bottom:1px solid #d6e0ec;border-radius:0;background:transparent;color:#17202a;font-size:42px;font-weight:800;outline:0;padding:4px 0 12px}.quick-add input,.quick-add select{width:100%;min-height:48px;border:1px solid #c9d4e2;border-radius:8px;background:#fff;color:#17202a;font-size:16px;padding:0 12px}.segmented,.two-up{display:grid;gap:8px;grid-template-columns:1fr 1fr}.segmented{padding:4px;border-radius:8px;background:#edf2f7}.segmented button{min-height:40px;border:0;border-radius:6px;background:transparent;color:#536171;font-weight:800}.segmented button.active{background:#fff;color:#2b6cb0;box-shadow:0 4px 14px #10182814}.primary-action,.secondary-action,.primary-link,.secondary-link{display:grid;width:100%;min-height:50px;align-items:center;justify-items:center;border:0;border-radius:8px;font-weight:800;text-decoration:none}.primary-action,.primary-link{background:#2b6cb0;color:#fff;box-shadow:0 14px 28px #2b6cb033}.secondary-action,.secondary-link{border:1px solid #c9d4e2;background:#fff;color:#2b6cb0}.success-note{margin:0;color:#1f7a45;font-size:13px;font-weight:700;text-align:center}.bottom-nav{z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid rgba(148,163,184,.3);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bottom-nav button{display:grid;min-width:0;min-height:58px;place-items:center;border:0;border-radius:8px;background:transparent;color:#66778a;font-size:11px;font-weight:800}.bottom-nav button.active{background:#ebf4ff;color:#2b6cb0}@media(min-width:700px){.phone-shell{display:grid;place-items:center;padding:24px}.app-frame,.welcome-screen,.offline-screen{min-height:calc(100vh - 48px);border-radius:24px;box-shadow:0 24px 80px #1018282e;overflow:hidden}.app-frame{height:calc(100vh - 48px)}}
