*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif}body{color:#111827;background:#f9fafb}.app{display:flex}.sidebar{background:#fff;border-right:1px solid #e5e7eb;width:220px;height:100vh;padding:20px}.logo{margin-bottom:30px;font-size:20px;font-weight:700}.logo span{color:#16a34a}.menu{cursor:pointer;color:#6b7280;border-radius:6px;margin-bottom:8px;padding:10px}.menu.active{color:#16a34a;background:#e6f4ea;font-weight:600}.main{flex:1;padding:20px 30px}.topbar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.add-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:6px;padding:8px 14px}.stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:20px;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.card-title{margin-bottom:12px;font-size:14px;font-weight:600}.quick-form{gap:10px;margin-bottom:20px;display:flex}.quick-form input,.quick-form select{border:1px solid #d1d5db;border-radius:6px;flex:1;padding:8px}.quick-form button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:6px;padding:8px 14px}.grid{grid-template-columns:2fr 1fr;gap:20px;display:grid}.bar-row{grid-template-columns:160px 1fr 110px;align-items:center;gap:12px;margin-bottom:10px;display:grid}.bar-label{align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.bar{background:#e5e7eb;border-radius:6px;width:100%;height:8px;overflow:hidden}.fill{border-radius:6px;height:100%}.dot{border-radius:50%;width:10px;height:10px}.recent-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.recent-text{flex:1;margin-left:10px}.recent-text small{color:#6b7280;font-size:12px}
