:root{--primary:#16a085;--dark:#12343b;--light:#f6fbfa;--card:#ffffff;--muted:#718096;--danger:#e74c3c;--warning:#f39c12}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--light);color:#1a202c}.login-body{min-height:100vh;background:linear-gradient(135deg,#0f766e,#10b981);display:flex;align-items:center;justify-content:center}.login-card{width:390px;background:white;padding:34px;border-radius:24px;box-shadow:0 25px 70px rgba(0,0,0,.18)}.brand{font-size:28px;font-weight:800;color:var(--dark);margin-bottom:6px}.muted{color:var(--muted)}input,select,textarea{width:100%;padding:12px 14px;border:1px solid #dbe7e5;border-radius:12px;margin:7px 0 14px;background:white}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:12px;border:0;background:var(--primary);color:white;font-weight:700;text-decoration:none;cursor:pointer}.btn.secondary{background:#1f2937}.btn.light{background:#e8f8f4;color:#0f766e}.layout{display:flex;min-height:100vh}.sidebar{width:260px;background:#102a32;color:white;padding:22px;position:fixed;height:100vh}.sidebar h2{margin:0 0 25px}.sidebar a{display:block;color:#d4f7ef;text-decoration:none;padding:12px 14px;border-radius:12px;margin:6px 0}.sidebar a:hover,.sidebar a.active{background:rgba(255,255,255,.12)}.main{margin-left:260px;padding:28px;width:calc(100% - 260px)}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:var(--card);border-radius:20px;padding:20px;box-shadow:0 10px 30px rgba(15,118,110,.08);border:1px solid #edf5f3}.stat h3{margin:0;color:var(--muted);font-size:14px}.stat p{font-size:28px;font-weight:800;margin:9px 0 0;color:var(--dark)}.section{margin-top:20px}.table{width:100%;border-collapse:collapse;background:white;border-radius:18px;overflow:hidden}.table th,.table td{padding:14px;border-bottom:1px solid #edf2f7;text-align:left}.table th{background:#eefaf7;color:#0f766e}.pos-wrap{display:grid;grid-template-columns:1.6fr .9fr;gap:18px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product{background:white;border:1px solid #e2efec;border-radius:18px;padding:16px;cursor:pointer}.product:hover{border-color:var(--primary);transform:translateY(-2px)}.product strong{display:block;font-size:17px}.cart-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed #d7e7e3}.badge{padding:6px 10px;border-radius:999px;background:#e8f8f4;color:#0f766e;font-weight:700;font-size:12px}@media(max-width:900px){.sidebar{position:relative;width:100%;height:auto}.layout{display:block}.main{margin-left:0;width:100%;padding:16px}.grid,.products,.pos-wrap{grid-template-columns:1fr}.topbar{display:block}}
