*{box-sizing:border-box}body{margin:0;background:#0b1020;color:#eef2ff;font:14px system-ui,-apple-system,Segoe UI,sans-serif}.shell{max-width:1180px;margin:auto;padding:18px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}header div{font-size:20px}header span{color:#8b5cf6;margin-left:6px}.panel,.cart,.tablebar,.search{background:#121a2e;border:1px solid #26324d;border-radius:18px;padding:18px}.panel{max-width:560px;margin:40px auto}label{display:block;color:#aab4ca;margin:12px 0}input,select{width:100%;margin-top:6px;padding:13px;border-radius:12px;border:1px solid #32405d;background:#0d1528;color:#fff}button{border:0;border-radius:12px;padding:12px 15px;font-weight:800;background:#7c3aed;color:#fff;cursor:pointer}.ghost{background:#202b45}.msg{color:#fca5a5}.hero,.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.hero{margin:16px 0}.hero h1{margin:5px 0;font-size:28px}.hero small{color:#a78bfa;font-weight:800}.tablebar{display:grid;grid-template-columns:1fr 2fr;gap:14px;margin-bottom:12px}.search{padding:10px;margin-bottom:14px}.layout{display:grid;grid-template-columns:1fr 340px;gap:16px}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.product{background:#121a2e;border:1px solid #26324d;border-radius:16px;padding:15px;cursor:pointer}.product h3{margin:0 0 8px}.product p{color:#9aa7c0;margin:4px 0}.product b{color:#c4b5fd}.cart{position:sticky;top:14px;height:max-content}.cart h2{display:flex;justify-content:space-between}.cartrow{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px 0;border-bottom:1px solid #26324d}.qty{display:flex;gap:6px;align-items:center}.qty button{padding:5px 9px}.total{display:flex;justify-content:space-between;font-size:17px;margin:16px 0}.send{width:100%;background:#16a34a;font-size:16px}.cart small{display:block;color:#9aa7c0;margin-top:9px}.recent{max-width:none;margin:18px 0}.orderrow{display:grid;grid-template-columns:1fr auto;gap:10px;padding:10px 0;border-bottom:1px solid #26324d}.orderrow small{display:block;color:#9aa7c0}.status{padding:5px 9px;border-radius:999px;background:#24304a;font-weight:800}.status.ready{background:#14532d}@media(max-width:800px){.layout{grid-template-columns:1fr}.cart{position:static}.tablebar{grid-template-columns:1fr}.shell{padding:12px}.products{grid-template-columns:repeat(2,minmax(0,1fr))}}