:root{font-family:Inter,system-ui,sans-serif;color:#111827;background:#f6f8fb;--background: #f6f8fb;--foreground: #111827;--card: #ffffff;--muted: #eef2f7;--muted-foreground: #6b7280;--border: #d9e0ea;--primary: #2563eb;--primary-foreground: #ffffff;--secondary: #edf3ff;--success: #15803d;--warning: #d97706;--destructive: #dc2626;--radius: 18px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.screen-center{min-height:100vh;display:grid;place-items:center}.ep-button{border:0;border-radius:12px;background:var(--primary);color:var(--primary-foreground);padding:.75rem 1rem;cursor:pointer}.ep-input{width:100%;border:1px solid var(--border);border-radius:12px;padding:.8rem .9rem;background:#fff}.ep-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 30px #1118270d}.ep-card-header,.ep-card-content{padding:1rem 1.1rem}.ep-card-title{margin:0;font-size:1.05rem}.ep-table{width:100%;border-collapse:collapse}.ep-th,.ep-td{padding:.8rem;border-bottom:1px solid var(--border);text-align:left}.ep-badge{display:inline-flex;border-radius:999px;padding:.2rem .6rem;background:var(--secondary)}.muted{color:var(--muted-foreground)}.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{padding:1rem;background:#fff;border-right:1px solid var(--border)}.brand{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.nav-list{display:grid;gap:.5rem}.nav-link{padding:.75rem .9rem;border-radius:12px;color:var(--muted-foreground)}.nav-link.active{background:var(--secondary);color:var(--foreground);font-weight:600}.shell-main{display:grid;grid-template-rows:auto 1fr;min-width:0}.topbar,.pos-topbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem}.topbar{background:#fff;border-bottom:1px solid var(--border)}.page-wrap{padding:1.25rem}.pos-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.pos-topbar{background:#fff;border-bottom:1px solid var(--border)}.pos-topbar-actions{display:flex;gap:.75rem}.pos-page{padding:1rem}.grid-2{display:grid;gap:1rem;grid-template-columns:1.4fr 1fr}.stack{display:grid;gap:1rem}.section-title{margin:0 0 .75rem;font-size:1.1rem}.toolbar{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.login-shell{min-height:100vh;display:grid;place-items:center;padding:1rem}.login-card{width:min(100%,420px)}.field{display:grid;gap:.4rem}.inventory-form{max-width:840px}.inventory-form-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.inventory-textarea{min-height:7rem;resize:vertical}.inventory-error{color:var(--destructive);margin:0}.inventory-success{color:var(--success);margin:0}.metrics-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.metric-card-value{font-size:1.6rem;font-weight:700}.product-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-card{display:grid}.product-card-name{font-weight:600}.receipt{max-width:480px;margin:0 auto}.receipt-meta{display:grid;gap:.25rem;text-align:center;margin-bottom:.5rem}.receipt-divider{border-top:1px dashed var(--border);margin:.75rem 0}.receipt-items{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.receipt-items li{display:flex;justify-content:space-between}.receipt-totals{display:grid;gap:.4rem}.receipt-totals div{display:flex;justify-content:space-between}.receipt-grand{font-weight:700;font-size:1.15rem;margin-top:.25rem}@media print{.no-print{display:none!important}.admin-shell,.pos-shell{grid-template-columns:1fr!important}.sidebar,.pos-topbar,.topbar{display:none!important}.page-wrap,.pos-page{padding:0!important}body{background:#fff!important}}@media(max-width:900px){.admin-shell,.grid-2{grid-template-columns:1fr}}
