:root{--wine:#401D21;--red:#98252A;--coral:#E14F4F;--olive:#AAAC9C;--darkolive:#5E5B4E;--light:#E1E2E3;--white:#fff;--ink:#252525}
*{box-sizing:border-box}body{background:#f5f5f4;color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.brand-bg{background:linear-gradient(135deg,var(--wine),var(--red))}.hero-card{border:0;border-radius:24px;box-shadow:0 18px 50px rgba(64,29,33,.16);overflow:hidden}.logo-main{max-width:270px;width:70%;height:auto}.btn-brand{background:var(--red);border-color:var(--red);color:white}.btn-brand:hover{background:var(--wine);border-color:var(--wine);color:white}.btn-olive{background:var(--darkolive);border-color:var(--darkolive);color:white}.btn-olive:hover{background:#4d4a40;color:white}.quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quick-product{background:#fff;border:1px solid #e7e2e2;border-radius:18px;overflow:hidden;min-height:145px;position:relative;box-shadow:0 6px 18px rgba(0,0,0,.05);cursor:pointer;transition:.15s}.quick-product:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(64,29,33,.12)}.quick-product img{width:100%;height:95px;object-fit:cover;background:#eee}.quick-product .qp-body{padding:9px}.quick-product .qp-name{font-size:.9rem;font-weight:700;line-height:1.15}.quick-product .qp-price{color:var(--red);font-weight:800}.panel{background:white;border-radius:20px;padding:18px;box-shadow:0 8px 28px rgba(0,0,0,.06)}.search-results{position:absolute;z-index:50;width:100%;max-height:360px;overflow:auto;border-radius:14px;box-shadow:0 12px 35px rgba(0,0,0,.18)}.badge-wine{background:var(--wine)}.stat-card{border:0;border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.table td,.table th{vertical-align:middle}.pwa-shell{min-height:calc(100vh - 58px);display:flex;align-items:center;justify-content:center;padding:22px}.install-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.notification-toast{position:fixed;right:18px;bottom:18px;z-index:9999;max-width:360px}.credit-pending{animation:pulseborder 1.5s infinite}@keyframes pulseborder{0%,100%{box-shadow:0 0 0 0 rgba(152,37,42,.2)}50%{box-shadow:0 0 0 8px rgba(152,37,42,0)}}
@media(min-width:992px){.pos-layout{display:grid;grid-template-columns:minmax(340px,430px) 1fr;gap:18px}.quick-grid{gap:14px}.quick-product{min-height:160px}.quick-product img{height:108px}.pwa-shell{padding:40px}}

/* LicoSoft POS 0.2.3 */
.open-accounts-list{display:grid;gap:8px;max-height:300px;overflow:auto}.open-account-card{width:100%;border:1px solid #e7e2e2;background:#fff;border-radius:14px;padding:12px 14px;transition:.15s;color:var(--ink)}.open-account-card:hover{border-color:var(--olive);background:#fafaf9}.open-account-card.active{border-color:var(--red);box-shadow:0 0 0 2px rgba(152,37,42,.12);background:#fff7f7}.quantity-control .form-control{max-width:150px}.quick-product[data-stock="0"]{opacity:.6}.quick-product[data-stock="0"]:after{content:'AGOTADO';position:absolute;top:8px;right:8px;background:var(--wine);color:#fff;font-size:.7rem;font-weight:800;padding:4px 7px;border-radius:999px}
