*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#f6f8fb;color:#172033}.sidebar{position:fixed;inset:0 auto 0 0;width:245px;background:#fff;border-right:1px solid #e4e8ef;padding:22px 14px;z-index:20;display:flex;flex-direction:column}.brand{display:flex;gap:10px;align-items:center;padding:4px 10px 28px}.logo{width:40px;height:40px;border-radius:11px;background:#2563eb;color:#fff;display:grid;place-items:center;font-weight:900}.brand b{display:block}.brand small{color:#7d8797}.sidebar nav a{display:block;padding:12px 13px;margin:3px 0;border-radius:10px;text-decoration:none;color:#687386}.sidebar nav a.active,.sidebar nav a:hover{background:#eaf1ff;color:#2563eb;font-weight:700}.side-foot{margin-top:auto;padding:10px;color:#9aa3b2;font-size:12px;line-height:1.6}.side-foot span{color:#2563eb}.main{margin-left:245px;min-height:100vh}.top{height:82px;background:#fff;border-bottom:1px solid #e5e9f0;padding:14px 28px;display:flex;align-items:center;gap:15px;position:sticky;top:0;z-index:10}.top h1{margin:0;font-size:22px}.top p{margin:3px 0 0;color:#8993a4;font-size:13px}.top>.btn{margin-left:auto}.menu{display:none}.content{padding:25px 28px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:#fff;border:1px solid #e5e9ef;border-radius:14px;padding:19px;box-shadow:0 2px 8px #18243a08}.label{font-size:13px;color:#7d8797}.stat{font-size:27px;font-weight:900;margin-top:7px}.note{font-size:12px;color:#919aaa;margin-top:5px}.section{margin-top:22px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-head h2{font-size:16px;margin:0}.btn{display:inline-block;text-decoration:none;border:0;border-radius:9px;padding:10px 15px;font-weight:800;cursor:pointer}.primary{background:#2563eb;color:#fff}.secondary{background:#edf3fc;color:#2457a6}.danger{background:#fee9e9;color:#c63b3b}.table-wrap{overflow:auto;background:#fff;border:1px solid #e5e9ef;border-radius:14px}.table{width:100%;border-collapse:collapse;min-width:720px}.table th,.table td{padding:13px 15px;border-bottom:1px solid #edf0f4;text-align:left;font-size:13px}.table th{color:#7b8596;background:#fbfcfe}.badge{display:inline-block;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:800}.green{background:#e9f8ef;color:#16834b}.orange{background:#fff3df;color:#ad6800}.red{background:#ffebeb;color:#c63636}.searchbar{display:flex;gap:10px;margin-bottom:14px}.searchbar input,.searchbar select,.form input{width:100%;padding:11px 12px;border:1px solid #dce2ea;border-radius:9px;background:#fff;outline:none}.actions{display:flex;gap:6px;flex-wrap:wrap}.flash{margin:18px 28px 0;padding:12px 15px;border-radius:9px;background:#eaf8ef;color:#187443}.flash.error{background:#ffebeb;color:#b62e2e}.empty{text-align:center;padding:42px;color:#8a94a5}.alert{display:flex;justify-content:space-between;align-items:center;padding:14px;background:#fff;border:1px solid #f0dfb7;border-radius:12px;margin:9px 0}.sale-grid{display:grid;grid-template-columns:1.6fr .8fr;gap:18px}.scanner{display:flex;gap:9px;margin-bottom:12px}.scanner input{flex:1;padding:14px;border:2px solid #cfe0ff;border-radius:10px;font-size:16px}.scan-btn{border:0;border-radius:10px;padding:0 17px;background:#2563eb;color:#fff;font-weight:800}.sale-line{display:grid;grid-template-columns:1fr 100px 110px 35px;gap:9px;align-items:center;padding:13px 0;border-bottom:1px solid #edf0f4}.sale-line b{display:block}.muted{color:#8a94a5;font-size:12px}.qty{display:flex;border:1px solid #dfe4eb;border-radius:8px;overflow:hidden}.qty button{width:29px;border:0;background:#f3f5f8}.qty input{width:42px;border:0;text-align:center}.total{font-size:31px;font-weight:900;margin:8px 0 20px}.sumrow{display:flex;justify-content:space-between;margin:10px 0;color:#687386}.full{width:100%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form label{display:block;font-size:12px;font-weight:700;color:#697487;margin-bottom:6px}.full-field{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.modal{position:fixed;inset:0;background:#11182766;display:grid;place-items:center;z-index:100;padding:20px}.modal.hidden{display:none}.modal-box{width:min(610px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;padding:22px}.receipt{width:340px;margin:auto;font-family:monospace}.receipt h2{text-align:center}.rline{display:flex;justify-content:space-between;margin:6px 0}.receipt hr{border:0;border-top:1px dashed #888}.toast{position:fixed;right:22px;bottom:22px;background:#172033;color:#fff;padding:12px 16px;border-radius:9px;z-index:200;display:none}.toast.show{display:block}@media(max-width:900px){.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.main{margin-left:0}.menu{display:block;border:0;background:#eef2f7;border-radius:8px;padding:8px}.cards{grid-template-columns:1fr 1fr}.content{padding:18px}.top{padding:14px 18px}.sale-grid{grid-template-columns:1fr}}@media(max-width:550px){.cards{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.full-field{grid-column:auto}.scanner{flex-direction:column}.scan-btn{padding:12px}.sale-line{grid-template-columns:1fr 85px 90px 30px}}
