*{box-sizing:border-box}body{margin:0;background:#f4f7fa;color:#172432;font:14px system-ui,Arial}.side{position:fixed;inset:0 auto 0 0;width:230px;background:#0b1f33;color:white;padding:22px 14px}.brand{font-size:17px;padding:4px 10px 25px;display:flex;gap:10px}.brand small{color:#a9bfd2;font-size:11px}.side button{display:block;width:100%;border:0;background:transparent;color:#c8d5e0;text-align:left;padding:12px;border-radius:10px;margin:3px 0}.side button:hover,.side button.active{background:#123452;color:#fff}main{margin-left:230px}header{height:82px;background:#fff;border-bottom:1px solid #dde5ec;display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:4}header small{color:#1e88e5;font-weight:800;letter-spacing:1px}header h1{font-size:23px;margin:4px 0}header button{display:none}header>b{background:#0b1f33;color:white;border-radius:10px;padding:11px}.content{padding:25px;max-width:1250px;margin:auto}.welcome{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.welcome h2{font-size:27px;margin:3px 0}.muted{color:#6d7a88;font-size:12px}.primary,.secondary{border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}.primary{background:#1e88e5;color:#fff;border:0}.secondary{background:#fff;border:1px solid #dbe3ea}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:18px}.card{background:#fff;border:1px solid #dde5ec;border-radius:15px;box-shadow:0 7px 20px #12345210}.stat{padding:16px}.stat-value{font-size:22px;font-weight:800;margin:6px 0}.trend{font-size:11px;color:#1f9d65}.grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.head{padding:15px 17px;border-bottom:1px solid #e5ebf0;display:flex;justify-content:space-between}.body{padding:8px 17px}.row{padding:13px 0;border-bottom:1px solid #e5ebf0;display:flex;justify-content:space-between;gap:10px}.row:last-child{border:0}.pill{padding:4px 8px;border-radius:20px;font-size:10px;font-weight:800}.green{background:#e8f7ef;color:#198554}.orange{background:#fff2dc;color:#9a6413}.red{background:#fdebea;color:#c74340}.tablewrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid #e5ebf0;white-space:nowrap}.table th{font-size:10px;color:#6d7a88;text-transform:uppercase}.search{width:100%;max-width:450px;padding:11px;border:1px solid #dbe3ea;border-radius:10px;margin-bottom:13px}.modalbg{position:fixed;inset:0;background:#071b2b88;display:grid;place-items:center;padding:18px;z-index:20}.modalbox{background:white;border-radius:16px;padding:20px;width:min(560px,100%);max-height:90vh;overflow:auto}.form{display:grid;gap:11px}.form input,.form select{width:100%;padding:11px;border:1px solid #dbe3ea;border-radius:9px}.form label{font-size:10px;color:#6d7a88;font-weight:800}.actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}#toast{position:fixed;right:18px;bottom:18px;background:#0b1f33;color:#fff;padding:11px 14px;border-radius:10px;display:none}.bottom{display:none}
@media(max-width:800px){.side{transform:translateX(-100%);transition:.2s;width:245px;z-index:10}.side.open{transform:none}main{margin:0}header{height:70px;padding:0 14px}header button{display:block;border:0;background:#fff;font-size:21px}header h1{font-size:18px}.content{padding:18px 13px 82px}.stats{grid-template-columns:1fr 1fr}.stats .stat:last-child{grid-column:span 2}.grid{grid-template-columns:1fr}.welcome{align-items:start;flex-direction:column;gap:10px}.bottom{position:fixed;display:flex;left:0;right:0;bottom:0;height:65px;background:#fff;border-top:1px solid #dde5ec;z-index:9;justify-content:space-around}.bottom button{border:0;background:#fff;color:#657381;display:flex;flex-direction:column;align-items:center;gap:3px}.bottom small{font-size:9px}}