
/* INFO TECH PDV PREMIUM UI */
:root{
 --primary:#00c896;
 --dark:#071426;
 --dark2:#0d2038;
 --bg:#f4f7fb;
 --card:#ffffff;
 --text:#122033;
 --muted:#718096;
 --border:#e5ebf3;
}
body{
 background:linear-gradient(135deg,#f8fafc,#eef4fb);
 color:var(--text);
 font-family:Inter,Segoe UI,Arial,sans-serif;
}
.sidebar{
 background:linear-gradient(180deg,#061326,#102744);
 box-shadow:10px 0 35px rgba(0,0,0,.12);
}
.brand-icon,.login-logo{
 background:linear-gradient(135deg,#00c896,#00a878);
 color:white;
 box-shadow:0 10px 25px rgba(0,200,150,.35);
}
.menu a{
 border-radius:14px;
 transition:.25s;
}
.menu a.active,.menu a:hover{
 background:linear-gradient(90deg,rgba(0,200,150,.25),rgba(255,255,255,.08));
 border-left:3px solid var(--primary);
}
.panel,.metric-card,.receipt,.login-card{
 border:1px solid rgba(220,228,240,.8);
 border-radius:24px;
 box-shadow:0 20px 50px rgba(15,35,60,.08);
 backdrop-filter:blur(10px);
}
.metric-card strong{
 font-size:34px;
}
.btn-primary{
 background:linear-gradient(135deg,#00c896,#00a878);
 color:#fff;
 box-shadow:0 12px 25px rgba(0,200,150,.25);
}
.btn-dark{
 background:linear-gradient(135deg,#071426,#163457);
}
input,select,textarea{
 background:#fbfdff;
 border:1px solid #dbe5f1;
}
.product-pdv-card,.pdv-product-card{
 border-radius:20px;
 background:#fff;
 box-shadow:0 10px 30px rgba(10,30,60,.06);
}
.product-pdv-card img,.pdv-product-card img{
 width:90px;
 height:90px;
 object-fit:contain;
 border-radius:18px;
 background:#f7fafc;
}
.cart-panel{
 border-top:5px solid var(--primary);
}
.table-wrap table{
 overflow:hidden;
 border-radius:18px;
}
th{
 background:#f4f8fc;
 color:#425466;
}
.text-danger{
 color:#ef4444;
}
