*{box-sizing:border-box}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f6f8;font-synthesis:none}body{margin:0;min-width:320px;background:#f4f6f8}button,input,select{font:inherit}button{cursor:pointer}.app{min-height:100vh;display:flex}.sidebar{width:240px;background:#111827;color:#fff;display:flex;flex-direction:column;padding:22px 14px;position:fixed;inset:0 auto 0 0;z-index:20}.brand{display:flex;align-items:center;gap:11px;padding:4px 10px 28px}.brand-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#fff;color:#111827}.brand strong,.brand span,.sidebar-user strong,.sidebar-user span{display:block}.brand span,.sidebar-user span{font-size:12px;color:#9ca3af;margin-top:2px}nav{display:flex;flex-direction:column;gap:4px}.nav{border:0;background:transparent;color:#cbd5e1;text-align:left;display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px}.nav:hover,.nav.active{background:#1f2937;color:#fff}.sidebar-user{margin-top:auto;border-top:1px solid #263142;padding:16px 10px 2px;display:flex;gap:10px;align-items:center}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#374151}.main{margin-left:240px;width:calc(100% - 240px);min-width:0}.topbar{height:86px;padding:20px 28px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e5e7eb}.topbar h1{font-size:22px;margin:0 0 2px}.topbar p{margin:0;color:#6b7280;font-size:13px}.top-actions{display:flex;align-items:center;gap:18px;color:#6b7280;font-size:13px}.user-pill{display:flex;align-items:center;gap:7px;color:#172033;font-weight:600}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 2px #00000005}.pos-layout{padding:22px;display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:18px;min-height:calc(100vh - 86px)}.catalog{padding:18px;min-width:0}.catalog-head{margin-bottom:18px}.search-box{height:46px;border:1px solid #dfe3e8;border-radius:10px;display:flex;align-items:center;gap:9px;padding:0 13px;color:#7b8493}.search-box input{border:0;outline:0;width:100%;color:#172033}.categories{display:flex;gap:8px;overflow:auto;padding-top:12px}.chip{border:1px solid #e1e5ea;background:#fff;padding:7px 12px;border-radius:999px;color:#5f6877;white-space:nowrap}.chip.active{background:#111827;color:#fff;border-color:#111827}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:12px}.product-card{text-align:left;border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:14px;min-height:155px;display:flex;flex-direction:column;transition:.15s}.product-card:hover:not(:disabled){transform:translateY(-2px);border-color:#b8c0cb;box-shadow:0 5px 18px #0000000f}.product-card:disabled{opacity:.5;cursor:not-allowed}.product-icon,.item-icon{display:grid;place-items:center;background:#f1f3f5;color:#596273;border-radius:10px;width:42px;height:42px}.product-info{margin-top:13px}.product-info strong{display:block;font-size:14px}.product-info span{color:#8a93a1;font-size:12px}.product-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:end;gap:6px}.product-bottom b{font-size:14px}.product-bottom small{color:#7a8492}.cart{display:flex;flex-direction:column;overflow:hidden;min-height:0}.cart-head{padding:18px;border-bottom:1px solid #edf0f2;display:flex;justify-content:space-between;align-items:center}.cart-head h2,.panel h2{margin:0;font-size:17px}.cart-head span{color:#7b8493;font-size:12px}.text-btn{border:0;background:none;color:#7a3342;font-size:12px}.cart-items{padding:8px 14px;flex:1;overflow:auto}.cart-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto auto auto;gap:9px;align-items:center;padding:11px 3px;border-bottom:1px solid #f0f2f4}.item-main{min-width:0}.item-main strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.item-main span{font-size:11px;color:#8a93a1}.qty{display:flex;align-items:center;gap:8px}.qty button{border:1px solid #e1e5ea;background:#fff;border-radius:6px;width:25px;height:25px}.qty b{min-width:12px;text-align:center;font-size:12px}.item-total{font-size:12px;min-width:70px;text-align:right}.delete-btn,.icon-btn{border:0;background:#f5f6f7;color:#687384;width:32px;height:32px;display:grid;place-items:center;border-radius:8px}.delete-btn{background:transparent;color:#9aa2ae}.cart-summary{border-top:1px solid #e8ebee;padding:16px}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:10px;font-size:13px;color:#6b7280}.cart-summary .grand{color:#172033;font-size:17px;margin-top:8px}.pay-btn,.primary-btn{width:100%;border:0;border-radius:10px;background:#111827;color:#fff;min-height:46px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:700}.pay-btn:disabled{opacity:.4;cursor:not-allowed}.primary-btn{width:auto;padding:0 16px;min-height:42px}.empty{min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;color:#8b94a1;text-align:center}.empty strong{color:#667080;font-size:14px}.empty span{font-size:12px}.empty.small{min-height:160px}.page-content{padding:22px}.page-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.page-title h2{margin:0 0 3px}.page-title p{margin:0;color:#7a8492;font-size:13px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.stat{padding:18px}.stat-icon{width:38px;height:38px;border-radius:10px;background:#f0f2f4;display:grid;place-items:center;margin-bottom:15px;color:#4b5563}.stat span{display:block;color:#7b8493;font-size:12px}.stat strong{display:block;font-size:21px;margin-top:5px}.two-col{display:grid;grid-template-columns:1.3fr 1fr;gap:18px}.panel{padding:18px}.panel>p{color:#6b7280;line-height:1.6;font-size:14px}.row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid #eef0f2}.row:last-child{border-bottom:0}.row strong,.row span{display:block}.row strong{font-size:13px}.row span{font-size:11px;color:#8992a0;margin-top:2px}.row b{font-size:13px}.stock-alert{padding:14px;background:#f5f6f7;border-radius:10px;margin:15px 0 5px;display:flex;align-items:center;gap:10px}.stock-alert strong{font-size:22px}.stock-alert span{font-size:12px;color:#6b7280}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:650px}th,td{padding:14px 17px;text-align:left;border-bottom:1px solid #edf0f2;font-size:13px}th{color:#7b8493;font-size:11px;text-transform:uppercase;letter-spacing:.04em;background:#fafbfc}.stock{font-weight:700}.stock.low{color:#9a3c4d}.status{font-size:11px;padding:5px 8px;border-radius:999px}.status.ok{background:#eef4ef;color:#45634d}.status.danger{background:#f8eeee;color:#8e3c49}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:50;display:grid;place-items:center;padding:18px}.modal{width:min(560px,100%);background:#fff;border-radius:16px;padding:20px;box-shadow:0 20px 50px #0000002e}.payment-modal{width:min(450px,100%)}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.modal-head h2{margin:0 0 4px}.modal-head span{color:#7b8493;font-size:13px}.modal label,.form-grid label{display:flex;flex-direction:column;gap:7px;font-size:12px;color:#626d7c;margin-bottom:13px}.modal input,.modal select{border:1px solid #dce1e6;border-radius:9px;min-height:42px;padding:0 11px;outline:none}.money-input{width:100%;font-size:25px;font-weight:700;margin-bottom:10px}.quick-pay{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:15px}.quick-pay button{border:1px solid #dfe3e8;background:#fff;border-radius:8px;padding:8px 10px;font-size:12px}.change-box{background:#f3f5f7;border-radius:10px;padding:14px;display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.change-box strong{font-size:19px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.mobile-only,.overlay{display:none}@media(max-width:1050px){.pos-layout{grid-template-columns:1fr}.cart{min-height:430px}.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.sidebar{transform:translate(-100%);transition:.2s}.sidebar.open{transform:translate(0)}.overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:15}.main{margin-left:0;width:100%}.mobile-only{display:grid;margin-right:10px}.topbar{padding:14px 16px;height:76px}.top-actions .date{display:none}.pos-layout,.page-content{padding:12px}.topbar{justify-content:flex-start}.topbar>div:nth-child(2){flex:1}.top-actions{margin-left:auto}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card{min-height:145px}.stats{grid-template-columns:1fr 1fr;gap:10px}.stat{padding:13px}.stat strong{font-size:16px}.two-col,.form-grid{grid-template-columns:1fr}.page-title{align-items:flex-start;gap:10px}.page-title .primary-btn{white-space:nowrap}.cart-item{grid-template-columns:34px minmax(0,1fr) auto}.cart-item .item-total,.cart-item .delete-btn{display:none}.menu-action{width:100%;border:0;background:#fff;padding:11px 13px;display:flex;align-items:center;gap:9px;text-align:left;font-size:12px;color:#374151}.menu-action:hover{background:#f3f4f6}.menu-action.danger{color:#9a3c4d}}
