*{box-sizing:border-box}body{margin:0;background:#f6f7f8;color:#17202a;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}header{position:sticky;top:0;z-index:5;background:white;border-bottom:1px solid #e5e7eb;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}header b{font-size:1.2rem;display:block}header small{color:#667085}header button{border:0;background:#eefaf8;padding:9px 12px;border-radius:10px;font-size:1.1rem}main{max-width:1100px;margin:auto;padding:15px}.hero{background:#dff7f3;border-radius:18px;padding:25px;margin-bottom:16px}.hero h1{margin:0 0 8px}.hero p{margin:0}.toolbar{display:grid;gap:10px;margin-bottom:15px}input,select,textarea{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:white}.chips{display:flex;gap:8px;overflow:auto}.chip{border:1px solid #e5e7eb;background:white;border-radius:999px;padding:8px 13px;white-space:nowrap}.chip.active{background:#0f766e;color:white}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.card{background:white;border:1px solid #e5e7eb;border-radius:15px;overflow:hidden}.card img,.ph{width:100%;height:140px;object-fit:cover;background:#eef2f2}.ph{display:grid;place-items:center;font-size:3rem}.card>div{padding:11px}.card h3{margin:0 0 4px;font-size:1rem}.card p{color:#667085;font-size:.82rem;min-height:30px}.row{display:flex;justify-content:space-between;align-items:center;gap:8px}.primary{border:0;background:#0f766e;color:white;padding:11px 14px;border-radius:10px;font-weight:700}.small{padding:8px 10px}.full{width:100%;margin-top:10px}.overlay{position:fixed;inset:0;background:#0006;z-index:20;display:flex;justify-content:flex-end}.overlay.center{justify-content:center;align-items:center;padding:14px}.hidden{display:none!important}aside{width:min(430px,100%);height:100%;background:white;padding:18px;overflow:auto}.modal{width:min(520px,100%);max-height:92vh;overflow:auto;background:white;border-radius:17px;padding:18px}.head{display:flex;justify-content:space-between;align-items:center}.head button{border:0;background:transparent;font-size:1.1rem}.item{display:flex;justify-content:space-between;border-bottom:1px solid #e5e7eb;padding:12px 0}.item small{display:block;color:#667085}.item button{border:1px solid #e5e7eb;background:white;border-radius:7px;width:30px;height:30px}.total{display:flex;justify-content:space-between;padding:18px 0;font-size:1.1rem}.modal form{display:grid;gap:12px}.modal label{display:grid;gap:5px;font-weight:600;font-size:.9rem}.summary{background:#f7f8f8;padding:12px;border-radius:10px}.summary div{display:flex;justify-content:space-between;padding:4px 0}.bank{background:#f7f8f8;padding:12px;border-radius:10px}.empty{padding:30px;text-align:center;color:#667085}@media(max-width:480px){.grid{grid-template-columns:repeat(2,1fr);gap:9px}.card img,.ph{height:110px}.card>div{padding:8px}.hero{padding:20px}}