:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111827;background:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh}.shell{width:min(100%,680px);min-height:100vh;margin:0 auto;padding:20px 16px 96px;background:white}.topbar,.section-row{display:flex;justify-content:space-between;align-items:center;gap:10px}h1{margin:0 0 4px;font-size:1.55rem}h2{margin:0;font-size:1.05rem}.muted{color:#64748b}.card{border:1px solid #e2e8f0;border-radius:16px;padding:16px;margin-top:16px;background:#fff}label{display:block;font-weight:600;margin:12px 0 6px}input,select,button{font:inherit}input,select{width:100%;padding:12px 13px;border:1px solid #cbd5e1;border-radius:12px;background:#fff}button{border:0;border-radius:12px;padding:12px 14px;background:#111827;color:#fff;font-weight:700;cursor:pointer}.ghost{background:#f1f5f9;color:#111827}.small{width:auto;padding:8px 10px;font-size:.85rem}.hidden{display:none!important}.view{display:none}.view.active{display:block}.status{margin-top:12px;padding:11px 12px;border-radius:12px;background:#f8fafc}.status.success{background:#ecfdf5}.status.error{background:#fef2f2}.summary-strip{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.summary-strip>div{border:1px solid #e2e8f0;border-radius:14px;padding:12px}.summary-strip span{display:block;color:#64748b;font-size:.8rem}.summary-strip strong{font-size:1.2rem}.quick-input{font-size:1.55rem;font-weight:700;padding:16px}.suggestions{margin-top:8px;display:flex;flex-wrap:wrap;gap:7px}.suggestions button{width:auto;background:#f1f5f9;color:#111827;padding:8px 10px}.list{display:flex;flex-direction:column;gap:8px}.row{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #f1f5f9}.row:last-child{border-bottom:0}.row-title{font-weight:700}.row-meta{font-size:.82rem;color:#64748b;margin-top:2px}.row-amount{white-space:nowrap;font-weight:700}.big-total{font-size:1.8rem;font-weight:800;margin:10px 0 14px}.inline-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.chip{background:#f1f5f9;border-radius:999px;padding:7px 10px;font-size:.85rem}.classify-box{border:1px solid #e2e8f0;border-radius:12px;padding:12px}.classify-box select,.classify-box button{margin-top:8px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,680px);display:grid;grid-template-columns:repeat(4,1fr);gap:2px;padding:8px 8px max(8px,env(safe-area-inset-bottom));border-top:1px solid #e2e8f0;background:#fff}.bottom-nav button{background:#fff;color:#64748b;padding:10px 4px;font-size:.78rem}.bottom-nav button.active{background:#111827;color:#fff}