.search-field{min-height:36px;color:var(--app-text-secondary);border:1px solid var(--app-input-border);background:var(--app-surface);border-radius:999px;align-items:center;gap:10px;padding:0 12px;display:flex}.search-field input{width:100%;min-width:0;color:var(--app-text);background:0 0;border:0;outline:0}.search-field input::placeholder,.search-field svg{color:var(--app-muted)}.stat-card{border:1px solid var(--app-border);background:var(--app-surface);border-radius:8px;justify-content:space-between;gap:16px;padding:22px;display:flex;box-shadow:0 18px 50px #19233c12}.stat-card p{color:var(--app-text-secondary);font-weight:700}.stat-card strong{letter-spacing:0;margin-top:12px;font-size:26px;display:block}.positive{color:#16a765;margin-top:10px;font-size:13px;font-weight:800;display:block}.stat-icon{border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.stat-icon.green{color:var(--status-success-text);background:var(--status-success-bg)}.stat-icon.purple{color:var(--app-primary);background:var(--app-primary-soft)}.stat-icon.blue{color:var(--status-info-text);background:var(--status-info-bg)}.stat-icon.orange{color:var(--status-warning-text);background:var(--status-warning-bg)}.chart-shell svg{width:100%;height:auto;display:block}.chart-labels{color:var(--app-muted);justify-content:space-between;font-size:12px;display:flex}.table-card{border:1px solid var(--app-border);background:var(--app-surface);border-radius:8px;overflow:hidden;box-shadow:0 18px 50px #19233c12}.table-wrap{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px}th,td{border-bottom:1px solid var(--app-border);text-align:left;white-space:nowrap;padding:10px 14px}th{color:var(--app-text-secondary);background:var(--app-surface-soft);font-size:12px}td{color:var(--app-text)}.align-right{text-align:right}.table-footer{color:var(--app-text-secondary);justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;font-size:13px;display:flex}.pagination{gap:8px;display:inline-flex}.pagination button{min-width:34px;height:34px;color:var(--app-text-secondary);border:1px solid var(--app-input-border);background:var(--app-surface);border-radius:8px;place-items:center;display:grid}.pagination button.active{color:#fff;border-color:var(--app-primary);background:var(--app-primary)}@media (width<=620px){.table-footer{flex-direction:column;align-items:flex-start;display:flex}}.page-stack{gap:16px;display:grid}.page-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.page-heading h1{font-size:20px;line-height:1.1}.page-heading p{color:var(--app-muted);margin-top:5px;font-size:13px}.page-heading-text{min-width:230px}.page-heading-controls{flex:auto;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.page-heading-controls .search-field{flex:320px;min-width:220px;max-width:450px}.page-heading-controls .primary-action,.page-heading-controls .secondary-action{flex:none}.compact{margin-bottom:18px}.stats-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:18px;display:grid}.panel{border:1px solid var(--app-border);background:var(--app-surface);border-radius:8px;min-width:0;padding:22px;box-shadow:0 18px 50px #19233c12}.span-2{min-width:0}.panel-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.panel-header h2{font-size:17px}.panel-header select{min-height:34px;color:var(--app-text);border:1px solid var(--app-input-border);background:var(--app-surface);border-radius:8px;padding:0 10px}.toolbar{justify-content:space-between;gap:12px;display:flex}.toolbar .search-field{width:min(360px,100%)}.toolbar-end{justify-content:flex-end}.page-actions{gap:12px;display:flex}.primary-action,.pay-button{min-height:36px;color:var(--primary-contrast-text);background:var(--app-primary);border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.secondary-action,.filter-select{border:1px solid var(--app-input-border);background:var(--app-surface);border-radius:8px;min-height:36px;padding:0 12px;font-size:13px}.page-actions .secondary-action,.file-action{justify-content:center;align-items:center;gap:8px;display:inline-flex}.secondary-action,.text-button{color:var(--app-primary);font-weight:800}.text-button{background:0 0;border:0}.status{border-radius:999px;justify-content:center;align-items:center;min-width:68px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.status.paid{color:var(--status-success-text);background:var(--status-success-bg)}.status.pending{color:var(--status-warning-text);background:var(--status-warning-bg)}.entity-cell{align-items:center;gap:10px;font-weight:800;display:flex}.entity-cell img,.avatar{border-radius:8px;width:30px;height:30px}.entity-cell img{object-fit:cover}.entity-link{color:var(--app-text);font-weight:900;text-decoration:none}.entity-link:hover{color:var(--app-primary);text-decoration:underline}.avatar{color:var(--primary-contrast-text);background:var(--app-primary);place-items:center;display:grid}.table-actions{gap:6px;display:inline-flex}.table-actions button,.table-upload{width:28px;height:28px;color:var(--app-primary);background:var(--app-primary-soft);border:0;border-radius:8px;place-items:center;display:inline-grid}.wide-actions{gap:10px}.page-loader{min-height:320px;color:var(--app-muted);place-items:center;display:grid}.table-state{color:#7b8498;text-align:center;padding:40px}.mini-table{gap:2px;display:grid}.mini-row{border-bottom:1px solid var(--app-border);grid-template-columns:42px minmax(0,1fr) 100px 120px;align-items:center;gap:10px;min-height:42px;display:grid}.mini-row img{object-fit:cover;border-radius:8px;width:30px;height:30px}.modal-backdrop{z-index:30;background:#0f172a6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{border:1px solid var(--app-border);background:var(--app-surface);border-radius:8px;gap:18px;width:min(620px,100%);padding:22px;display:grid;box-shadow:0 24px 70px #0f172a38}.modal-card.narrow{width:min(460px,100%)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-grid input,.form-grid select{border:1px solid var(--app-input-border);border-radius:8px;outline:0;min-width:0;min-height:42px;padding:0 12px}.span-full{grid-column:1/-1}.muted-line{color:var(--app-muted)}@media (width<=1180px){.stats-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (width<=880px){.page-heading{flex-direction:column;align-items:flex-start}.page-heading-controls{flex-direction:column;align-items:stretch;width:100%}.page-heading-controls .search-field{flex-basis:auto;width:100%;max-width:none}}@media (width<=620px){.stats-grid,.form-grid{grid-template-columns:1fr}.mini-row{grid-template-columns:1fr;gap:6px;padding:8px 0}}.pos-page{--cart-width:clamp(300px, 24vw, 350px);isolation:isolate;grid-template-columns:minmax(0, 1fr) var(--cart-width);background:var(--app-bg);gap:14px;height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.pos-page.cart-unpinned{grid-template-columns:minmax(0,1fr)}.pos-products{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.pos-products .page-heading.compact{flex:none;gap:10px;margin:0}.pos-products .page-heading h1{font-size:18px;line-height:1.05}.pos-products .page-heading p{margin-top:3px;font-size:12px;line-height:1.25}.pos-products .search-field{width:min(380px,100%)}.category-tabs{z-index:2;background:var(--app-bg);overscroll-behavior-inline:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;flex:none;gap:8px;max-width:100%;margin:12px 0;padding:2px 0 4px;scroll-padding-inline:2px;display:flex;position:sticky;top:0;overflow:auto hidden}.category-tabs::-webkit-scrollbar{width:0;height:0}.category-tabs button{min-height:34px;color:var(--app-text-secondary);background:var(--app-surface-soft);white-space:nowrap;border:1px solid #0000;border-radius:999px;flex:none;padding:0 14px;font-weight:800}.category-tabs button.active{color:#fff;border-color:var(--app-primary);background:var(--app-primary)}.product-grid{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex:auto;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));grid-auto-rows:214px;align-content:start;gap:12px;min-height:0;padding:0 2px 6px 0;display:grid;overflow:hidden auto}.product-grid::-webkit-scrollbar{width:0;height:0}.cart-list::-webkit-scrollbar{width:0;height:0}.product-card{min-width:0;height:214px;min-height:0;color:var(--app-text);border:1px solid var(--app-border);background:var(--app-surface);text-align:left;border-radius:8px;grid-template-rows:104px auto auto auto;align-content:start;place-items:start;gap:4px;padding:10px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;position:relative;box-shadow:0 10px 24px #19233c0d}.product-card.selected{border-color:var(--app-primary);box-shadow:0 16px 30px var(--app-primary-ring)}.product-card:hover:not(:disabled){border-color:var(--app-border);transform:translateY(-1px);box-shadow:0 14px 28px #19233c17}.product-card.selected:hover:not(:disabled){border-color:var(--app-primary);box-shadow:0 18px 34px var(--app-primary-ring)}.product-card:focus,.product-card:focus-visible,.product-card:active{border-color:var(--app-border);outline:0}.product-card.selected:focus,.product-card.selected:focus-visible,.product-card.selected:active{border-color:var(--app-primary)}.product-selected-mark{z-index:1;color:#fff;border:2px solid var(--app-surface);background:var(--app-primary);width:26px;height:26px;box-shadow:0 10px 18px var(--app-primary-ring);border-radius:999px;place-items:center;font-weight:900;display:grid;position:absolute;top:8px;right:8px}.product-card .product-selected-mark{color:#fff}.product-selected-mark svg{stroke-width:3px;fill:currentColor;width:20px;height:20px}.product-card img{object-fit:contain;background:var(--app-surface-soft);border-radius:8px;width:100%;height:104px}.product-card strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:14px;line-height:1.18;display:-webkit-box;overflow:hidden}.product-card span{max-width:100%;color:var(--app-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;overflow:hidden}.product-card small{max-width:100%;color:var(--app-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.product-card:disabled{filter:grayscale(.6)}.cart-drawer-backdrop{z-index:7;background:#0f172a33;border:0;position:absolute;inset:0}.cart-drawer-trigger{z-index:6;width:56px;height:56px;color:var(--primary-contrast-text);background:var(--app-primary);box-shadow:0 18px 38px var(--app-primary-ring);border:0;border-radius:16px;place-items:center;display:none;position:absolute;bottom:18px;right:18px}.cart-unpinned .cart-drawer-trigger{display:grid}.cart-open .cart-drawer-trigger{display:none}.cart-drawer-trigger span{color:#fff;border:2px solid var(--app-surface);background:#ef4444;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 5px;font-size:11px;font-weight:900;display:grid;position:absolute;top:-6px;right:-6px}.cart-panel{border:1px solid var(--app-border);background:var(--app-surface);border-radius:8px;flex-direction:column;align-self:stretch;min-width:0;height:100%;min-height:0;padding:14px;display:flex;overflow:hidden;box-shadow:0 16px 40px #19233c14}.cart-unpinned .cart-panel{z-index:8;width:min(var(--cart-width), calc(100vw - 34px));transition:transform .22s;position:absolute;top:0;bottom:0;right:0;transform:translate(calc(100% + 18px))}.cart-unpinned.cart-open .cart-panel{transform:translate(0)}.cart-header{flex:none;gap:10px;margin-bottom:10px;display:grid}.cart-title-row,.customer-picker-row,.cart-header-actions{align-items:center;display:flex}.cart-title-row{justify-content:space-between;gap:10px}.cart-title-row h2{font-size:17px;line-height:1.1}.cart-title-row small{color:var(--app-muted);font-size:12px;font-weight:800}.cart-header-actions{gap:6px}.cart-icon-button,.customer-initial{border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.cart-icon-button{color:var(--app-primary);border:1px solid var(--app-border);background:var(--app-surface-soft)}.cart-icon-button:hover{border-color:var(--app-primary-light);background:var(--app-primary-soft)}.cart-icon-button.pin-toggle{color:var(--app-primary-dark)}.customer-initial{color:#fff;background:var(--app-primary);box-shadow:0 8px 18px var(--app-primary-ring);font-size:12px;font-weight:900}.customer-picker-row{border:1px solid var(--app-border);background:var(--app-surface);border-radius:10px;gap:8px;padding:6px}.cart-customer-field{flex:1;min-width:0}.cart-customer-field .MuiInputBase-root{background:var(--app-surface);border-radius:8px;min-height:38px}.cart-customer-field .MuiInputBase-input{font-weight:700}.cart-customer-field .MuiInputAdornment-root{color:var(--app-primary)}.add-customer-mini{width:38px;height:38px;color:var(--primary-contrast-text);background:var(--app-primary);box-shadow:0 10px 22px var(--app-primary-ring);border:0;border-radius:9px;flex:none;place-items:center;display:grid}.add-customer-mini:hover{background:var(--app-primary-dark)}.customer-option{align-items:center;gap:10px;min-height:46px;display:flex}.customer-option>span{width:30px;height:30px;color:var(--app-primary);background:var(--app-primary-soft);border-radius:8px;place-items:center;font-size:12px;font-weight:900;display:grid}.customer-option div{gap:1px;min-width:0;display:grid}.customer-option strong{color:var(--app-text);font-size:13px}.customer-option small{color:var(--app-muted);font-size:11px}.cart-list{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex:auto;align-content:start;min-height:0;display:grid;overflow:hidden auto}.cart-empty{min-height:112px;color:var(--app-text-secondary);border:1px dashed var(--app-border);background:var(--app-surface-soft);border-radius:8px;place-items:center;font-size:13px;font-weight:800;display:grid}.cart-item{border-bottom:1px solid var(--app-border);grid-template-columns:38px minmax(0,1fr) 82px 28px;align-items:center;gap:6px;min-height:58px;padding:5px 0;display:grid}.cart-item img{object-fit:cover;background:var(--app-surface-soft);border-radius:7px;width:38px;height:38px}.cart-item div{min-width:0}.cart-item strong{color:var(--app-text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.1;display:block;overflow:hidden}.cart-item span{color:var(--app-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.15;display:block;overflow:hidden}.cart-batch-select,.cart-serial-input{width:100%;min-height:22px;color:var(--app-text-secondary);border:1px solid var(--app-border);background:var(--app-surface-soft);border-radius:6px;margin-top:3px;padding:0 6px;font-size:10px;font-weight:800}.cart-serial-input{background:var(--app-surface)}.qty-control{grid-template-columns:24px 16px 24px;place-items:center;gap:3px;display:grid}.qty-control button,.remove-line{width:24px;height:24px;color:var(--app-primary);background:var(--app-primary-soft);border:0;border-radius:7px;place-items:center;display:grid}.qty-control>span{color:var(--app-text);text-align:center;font-size:12px;font-weight:800}.remove-line{color:var(--status-danger-text);background:var(--status-danger-bg)}.cart-totals{border-top:1px solid var(--app-border);flex:none;gap:6px;padding:9px 0;display:grid}.cart-totals div{justify-content:space-between;gap:12px;display:flex}.cart-totals span{color:var(--app-text-secondary);font-size:12px}.cart-totals strong{white-space:nowrap;font-size:13px}.payment-section{border:1px solid var(--app-border);background:linear-gradient(135deg, var(--app-primary-soft), #10b9810d), var(--app-surface);border-radius:8px;flex:none;gap:7px;margin:0 0 8px;padding:8px;display:grid}.adjustment-grid{grid-template-columns:minmax(0,1fr) 84px;gap:6px;display:grid}.adjustment-grid input{min-width:0;min-height:30px;color:var(--app-text);border:1px solid var(--app-input-border);background:var(--app-surface);border-radius:8px;outline:0;padding:0 8px;font-size:12px;font-weight:800}.round-toggle{min-height:28px;color:var(--app-text-secondary);align-items:center;gap:7px;font-size:11px;font-weight:800;display:flex}.round-toggle input{width:14px;height:14px;accent-color:var(--app-primary)}.payment-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.payment-heading label{color:#5f687a;white-space:nowrap;font-size:12px;font-weight:800}.payment-select{min-width:0;min-height:32px;color:var(--app-text);border:1px solid var(--app-input-border);background-color:var(--app-surface);border-radius:8px;outline:0;flex:1;padding:0 30px 0 10px;font-size:13px;font-weight:800}.payment-select:focus{border-color:var(--app-primary);box-shadow:0 0 0 3px var(--app-primary-soft)}.split-payment-list{gap:6px;display:grid}.split-payment-row{grid-template-columns:minmax(0,1fr) 88px 28px;gap:6px;display:grid}.split-payment-row select,.split-payment-row input{min-width:0;min-height:32px;color:var(--app-text);border:1px solid var(--app-input-border);background:var(--app-surface);border-radius:8px;outline:0;padding:0 8px;font-size:12px;font-weight:800}.split-payment-row button{width:28px;height:32px;color:var(--status-danger-text);background:var(--status-danger-bg);border:0;border-radius:7px;place-items:center;display:grid}.split-payment-row button:disabled{opacity:.45}.split-summary{color:var(--app-muted);justify-content:space-between;align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}.split-summary button{min-height:28px;color:var(--app-primary);border:1px solid var(--app-primary-light);background:var(--app-primary-soft);border-radius:8px;padding:0 9px;font-size:12px;font-weight:900}.pay-button{width:100%;min-height:46px;box-shadow:0 14px 30px var(--app-primary-ring);border-radius:10px;flex:none}.invoice-complete{text-align:center}.invoice-complete strong{font-size:26px}.bill-preview{width:min(620px,100vw - 28px)}.bill-preview-header,.bill-preview-meta,.bill-preview-totals div{align-items:center;display:flex}.bill-preview-header{justify-content:space-between;gap:14px}.bill-preview-header h2{font-size:20px}.bill-preview-meta{gap:10px;margin:12px 0}.bill-preview-meta div{border:1px solid var(--app-border);background:var(--app-surface-soft);border-radius:8px;flex:1;gap:3px;min-width:0;padding:10px;display:grid}.bill-preview-meta span,.bill-preview-line span,.bill-preview-totals span{color:var(--app-text-secondary);font-size:12px;font-weight:700}.bill-preview-meta strong,.bill-preview-line strong,.bill-preview-totals strong{color:var(--app-text)}.bill-preview-lines{scrollbar-gutter:stable;scrollbar-color:var(--app-primary) var(--app-surface-soft);scrollbar-width:thin;border-top:1px solid var(--app-border);border-bottom:1px solid var(--app-border);max-height:250px;padding:8px 10px 8px 0;display:grid;overflow-y:auto}.bill-preview-lines::-webkit-scrollbar{width:10px}.bill-preview-lines::-webkit-scrollbar-track{background:var(--app-surface-soft);border-radius:999px}.bill-preview-lines::-webkit-scrollbar-thumb{background:var(--app-primary);border:2px solid var(--app-surface-soft);border-radius:999px}.bill-preview-line{min-height:54px;box-shadow:inset 0 -1px 0 var(--app-border);grid-template-columns:minmax(0,1fr) 128px 116px;align-items:center;gap:12px;padding:10px 0 12px;display:grid}.bill-preview-line:last-child{box-shadow:none}.bill-preview-line>div{gap:2px;min-width:0;display:grid}.bill-preview-line>div strong,.bill-preview-line>div span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bill-preview-line>strong{text-align:right;min-width:0}.bill-preview-line>span{text-align:right;white-space:nowrap}.bill-preview-totals{gap:8px;margin-top:12px;display:grid}.bill-preview-totals div{justify-content:space-between;gap:16px}.bill-preview-grand-total{border-top:1px solid var(--app-border);margin-top:4px;padding-top:10px}.bill-preview-grand-total strong{color:var(--app-primary);font-size:22px}.modal-actions .secondary-action{align-items:center;gap:8px;display:inline-flex}.customer-quick-create .form-grid.single{grid-template-columns:1fr}.customer-quick-create .primary-action{width:100%}@media (width<=1180px){.pos-page,.pos-page.cart-pinned{grid-template-columns:minmax(0,1fr)}.cart-drawer-trigger{display:grid}.cart-panel,.cart-pinned .cart-panel{z-index:8;width:min(340px,100vw - 28px);transition:transform .22s;position:absolute;top:0;bottom:0;right:0;transform:translate(calc(100% + 18px))}.cart-open .cart-panel,.cart-pinned.cart-open .cart-panel{transform:translate(0)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(126px,1fr))}}@media (width<=880px){.pos-products .page-heading.compact{flex-direction:column;align-items:stretch}.pos-products .search-field{width:100%}}@media (width<=620px){.pos-page{--cart-width:100%;gap:10px}.pos-products .page-heading h1{font-size:17px}.pos-products .page-heading p{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:198px;gap:10px}.product-card{grid-template-rows:92px minmax(17px,auto) 19px 17px;gap:5px;height:198px;padding:9px}.product-card img{height:92px}.cart-panel,.cart-pinned .cart-panel,.cart-unpinned .cart-panel{width:min(100%,100vw - 20px);padding:12px}.cart-drawer-trigger{bottom:12px;right:12px}.cart-item{grid-template-columns:36px minmax(0,1fr) 78px 26px;gap:6px}.cart-item img{width:36px;height:36px}.bill-preview-line{grid-template-columns:minmax(0,1fr) auto}.bill-preview-line>span{display:none}}.detail-layout{grid-template-columns:320px minmax(0,1fr);gap:20px;display:grid}.media-panel{place-items:center;min-height:320px;display:grid}.media-panel img{object-fit:contain;border-radius:8px;width:100%;max-height:320px}.detail-avatar{color:#fff;background:var(--app-primary);border-radius:24px;place-items:center;width:120px;height:120px;display:grid}.detail-avatar svg{font-size:54px}.detail-panel{padding:0}.detail-row{border-bottom:1px solid var(--app-border);justify-content:space-between;gap:18px;padding:20px 22px;display:flex}.detail-row:last-child{border-bottom:0}.detail-row span{color:var(--app-muted)}.panel-count{color:var(--app-muted);font-weight:800}.status-pill{min-width:72px;color:var(--status-success-text);background:var(--status-success-bg);border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-weight:800;display:inline-flex}.due-collection-form{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:16px 22px;display:grid}.due-collection-form input{border:1px solid var(--app-input-border);border-radius:8px;outline:0;min-width:0;min-height:42px;padding:0 12px}.batch-list{display:grid}@media (width<=840px){.detail-layout{grid-template-columns:1fr}}.amount-due{color:#ef4444;font-weight:800}.amount-clear{color:#16a765;font-weight:800}.dashboard-grid{grid-template-columns:2fr 1.35fr;gap:18px;display:grid}.transaction-list{gap:12px;display:grid}.transaction-item{grid-template-columns:28px minmax(0,1fr) auto auto;align-items:center;gap:10px;display:grid}.transaction-item svg{color:#8d96aa}.transaction-item div,.transaction-meta{gap:3px;display:grid}.transaction-item span,.transaction-meta span{color:var(--app-muted);font-size:12px}.quick-actions{grid-template-columns:repeat(2,minmax(120px,1fr));gap:12px;display:grid}.quick-actions button{min-height:104px;color:var(--app-text);border:1px solid var(--app-border);background:var(--app-surface);border-radius:8px;place-items:center;gap:10px;font-weight:800;display:grid}.quick-actions svg{color:var(--app-primary)}@media (width<=1180px){.dashboard-grid{grid-template-columns:1fr}}@media (width<=620px){.quick-actions{grid-template-columns:1fr}.transaction-item{grid-template-columns:28px minmax(0,1fr)}.transaction-meta,.transaction-item .status{grid-column:2}}.back-link{color:var(--app-primary);align-items:center;gap:6px;margin-bottom:10px;font-weight:800;text-decoration:none;display:inline-flex}.invoice-detail-grid{grid-template-columns:repeat(4,minmax(140px,1fr));gap:18px;display:grid}.invoice-summary-card{gap:8px;display:grid}.invoice-summary-card span{color:var(--app-muted);font-size:13px;font-weight:800}.invoice-summary-card strong{font-size:18px}.invoice-lines{gap:0;display:grid}.invoice-line{border-bottom:1px solid var(--app-border);grid-template-columns:minmax(0,1fr) 90px 140px 140px;align-items:center;gap:12px;min-height:42px;display:grid}.invoice-line.header{min-height:36px;color:var(--app-muted);text-transform:uppercase;font-size:12px;font-weight:900}.invoice-total-row{justify-content:flex-end;gap:22px;padding-top:18px;font-size:20px;display:flex}@media (width<=980px){.invoice-detail-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media (width<=680px){.invoice-detail-grid,.invoice-line{grid-template-columns:1fr}.invoice-line{gap:5px;padding:8px 0}}.invoice-number-link{color:var(--app-primary);font-weight:900;text-decoration:none}.invoice-number-link:hover{text-decoration:underline}.invoice-actions{gap:8px;display:inline-flex}.invoice-actions button{width:32px;height:32px;color:var(--app-primary);background:var(--app-primary-soft);border:0;border-radius:8px;place-items:center;display:inline-grid}.invoice-actions button.danger{color:var(--status-danger-text);background:var(--status-danger-bg)}.danger-action{color:#fff;background:#ef4444;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-weight:800;display:inline-flex}.danger-action:disabled,.secondary-action:disabled{opacity:.55}.modal-actions{justify-content:flex-end;gap:12px;display:flex}.setup-panel{justify-content:space-between;align-items:center;gap:18px;display:flex}.setup-panel h2{font-size:17px}.setup-panel p{color:var(--app-muted);margin-top:8px}.table-upload input{display:none}.table-actions .stock-action{gap:5px;width:auto;min-width:82px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.products-heading{align-items:flex-start}.products-heading .page-heading-text{flex:0 440px;min-width:230px}.product-header-controls{flex:auto;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.product-header-controls .search-field{flex:320px;min-width:220px;max-width:360px}.product-header-controls .filter-select{flex:0 0 170px}.product-header-controls .page-actions{flex:none}.file-picker{border:1px solid var(--app-input-border);min-height:42px;color:var(--app-muted);border-radius:8px;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.file-picker input{display:none}.radio-field,.check-field{min-height:42px;color:var(--app-text-secondary);border:1px solid var(--app-input-border);background:var(--app-surface);border-radius:8px;align-items:center;gap:12px;padding:0 12px;font-weight:700;display:flex}.radio-field{grid-template-columns:minmax(0,1fr) auto auto;column-gap:18px;display:grid}.radio-field span{min-width:0;color:var(--app-text)}.radio-field label,.check-field{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.radio-field input,.check-field input{margin:0}@media (width<=880px){.setup-panel{flex-direction:column;align-items:flex-start}.products-heading,.product-header-controls{flex-direction:column;align-items:stretch}.products-heading .page-heading-text,.product-header-controls .search-field,.product-header-controls .filter-select{flex-basis:auto;width:100%;max-width:none}}.report-company{align-items:center;gap:16px;padding:18px;display:flex}.report-company img,.report-logo-fallback{border-radius:12px;width:58px;height:58px}.report-company img{object-fit:contain;border:1px solid var(--app-border)}.report-logo-fallback{color:#fff;background:var(--app-primary);place-items:center;font-size:22px;font-weight:800;display:grid}.report-company div{gap:3px;display:grid}.report-company span,.report-company small{color:var(--app-muted)}.report-company strong{font-size:20px}.reports-grid{grid-template-columns:2fr 1.35fr;gap:18px;display:grid}.donut-wrap{grid-template-columns:170px 1fr;align-items:center;gap:24px;display:grid}.donut-chart{background:conic-gradient(var(--app-primary) 0 45%, #18c47c 45% 75%, #ff8a1f 75% 90%, #ef4444 90% 100%);border-radius:50%;width:160px;height:160px;box-shadow:inset 0 0 0 42px #fff}.legend{gap:10px;display:grid}.legend span{color:var(--app-muted);align-items:center;gap:8px;display:flex}.legend i{border-radius:50%;width:10px;height:10px}.category-table .mini-row{grid-template-columns:minmax(0,1fr) 160px 160px}.product-sales-table .mini-row{grid-template-columns:42px minmax(0,1fr) 120px 140px}@media (width<=1180px){.reports-grid{grid-template-columns:1fr}}@media (width<=620px){.donut-wrap{flex-direction:column;align-items:flex-start;display:flex}.category-table .mini-row{grid-template-columns:1fr;gap:6px;padding:8px 0}.product-sales-table .mini-row{grid-template-columns:42px minmax(0,1fr)}}.settings-shell{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:18px;display:grid}.settings-tabs{border:1px solid var(--app-border);background:var(--app-surface);border-radius:8px;gap:8px;padding:10px;display:grid;box-shadow:0 18px 50px #19233c0f}.settings-tabs button{min-height:46px;color:var(--app-muted);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 12px;font-weight:800;display:flex}.settings-tabs button.active{color:#fff;background:var(--app-primary);box-shadow:0 12px 24px var(--app-primary-ring)}.settings-panel{gap:0;padding:0;display:grid;overflow:hidden}.settings-panel-title{border-bottom:1px solid var(--app-border);align-items:center;gap:12px;padding:18px 22px;display:flex}.settings-panel-title>div{width:36px;height:36px;color:var(--app-primary);background:var(--app-primary-soft);border-radius:10px;place-items:center;display:grid}.settings-panel-title h2{font-size:18px}.settings-section{gap:16px;padding:18px 22px 22px;display:grid}.profile-settings{border:1px solid var(--app-border);background:var(--app-surface);border-radius:8px;grid-template-columns:80px 1fr 1fr;align-items:center;gap:16px;padding:16px;display:grid}.profile-settings img,.profile-avatar-fallback{object-fit:cover;border-radius:50%;width:70px;height:70px}.profile-avatar-fallback{color:#fff;background:var(--app-primary);place-items:center;font-weight:900}.profile-settings div{flex:1;gap:4px;display:grid}.profile-settings span,.device-card span,.settings-info-grid span{color:var(--app-muted)}.file-action{align-items:center;gap:8px;display:inline-flex}.file-action input{display:none}.settings-form-card{border:1px solid var(--app-border);background:var(--app-surface-soft);border-radius:8px;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:12px 14px;padding:16px;display:grid}.settings-form-card.compact{grid-template-columns:150px minmax(0,1fr)}.settings-form-card label{color:var(--app-text-secondary);font-weight:800}.settings-form-card input,.settings-form-card select{border:1px solid var(--app-input-border);background:var(--app-input-bg);min-width:0;min-height:42px;color:var(--app-text);border-radius:8px;outline:0;padding:0 12px}.settings-form-card input::placeholder{color:var(--app-muted)}.settings-form-card button{grid-column:2;justify-self:start}.settings-form-card button:disabled{opacity:.55}.settings-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.settings-info-grid div{border:1px solid var(--app-border);background:var(--app-surface);border-radius:8px;gap:4px;min-width:0;padding:14px;display:grid}.settings-info-grid strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.device-card{border:1px solid var(--app-border);background:linear-gradient(135deg, var(--app-primary-soft), var(--app-surface));border-radius:8px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.printer-help-card{border:1px solid var(--app-border);background:linear-gradient(135deg, #f59e0b1f, var(--app-surface));border-radius:8px;grid-template-columns:52px minmax(0,1fr) auto;align-items:start;gap:14px;padding:16px;display:grid}.printer-help-card>div:nth-child(2){gap:6px;display:grid}.printer-help-card span,.print-progress-card span{color:var(--app-muted)}.printer-help-card ol{color:var(--app-muted);margin:4px 0 0;padding-left:18px;font-size:13px;line-height:1.55}.printer-help-card .secondary-action,.settings-form-card .secondary-action{justify-content:center;align-items:center;gap:8px;display:inline-flex}.print-progress-card{border:1px solid var(--app-border);background:var(--app-surface);border-radius:8px;gap:12px;padding:14px 16px;display:grid}.print-progress-card>div:first-child{justify-content:space-between;align-items:center;gap:12px;display:flex}.print-progress-track{background:var(--app-primary-soft);border-radius:999px;height:8px;overflow:hidden}.print-progress-track span{border-radius:inherit;background:var(--app-primary);height:100%;transition:width .25s;display:block}.device-icon{width:52px;height:52px;color:var(--app-primary);background:var(--app-primary-soft);border-radius:14px;place-items:center;display:grid}.theme-card-grid{grid-template-columns:repeat(4,minmax(80px,1fr));gap:12px;display:grid}.theme-card-grid button{min-height:58px;color:var(--app-primary);border:1px solid var(--app-input-border);background:var(--app-surface);border-radius:8px;justify-content:space-between;align-items:center;padding:10px;display:flex}.theme-card-grid button.active{border-color:var(--theme-color);box-shadow:0 14px 28px var(--app-primary-ring)}.theme-card-grid span{background:var(--theme-color);border-radius:10px;width:36px;height:36px}@media (width<=980px){.settings-shell{grid-template-columns:1fr}.settings-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.settings-form-card,.settings-form-card.compact,.device-card,.printer-help-card,.settings-info-grid{grid-template-columns:1fr}.settings-form-card button{grid-column:1}.profile-settings{flex-direction:column;align-items:flex-start}.settings-tabs{grid-template-columns:1fr}.theme-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--app-primary:#2563eb;--app-primary-dark:#1d4ed8;--app-primary-light:#60a5fa;--app-primary-soft:#2563eb1a;--app-primary-ring:#2563eb38;--app-secondary:#10b981;--app-bg:#f6f8fc;--app-surface:#fff;--app-surface-soft:#f8fafc;--app-text:#172033;--app-text-secondary:#64748b;--app-muted:#64748b;--app-border:#e2e8f0;--app-input-bg:#fff;--app-input-border:#e4e8f1;color:var(--app-text);background:var(--app-bg);font-family:var(--app-font-family,"Inter", "Segoe UI", Arial, sans-serif);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;scrollbar-color:var(--app-primary) var(--app-surface-soft);scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--app-surface-soft);border-radius:999px}::-webkit-scrollbar-thumb{background:var(--app-primary);border:2px solid var(--app-surface-soft);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--app-primary-dark)}body{min-width:320px;color:var(--app-text);background:var(--app-bg);margin:0}:root[data-theme-density=Compact] body{font-size:14px}:root[data-theme-density=Spacious] body{font-size:16px}button,input,select{font:inherit}select{color:var(--app-text);background:var(--app-input-bg);border-color:var(--app-input-border)}select option{color:var(--app-text);background:var(--app-surface)}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}a{color:inherit;text-decoration:none}h1,h2,p{margin:0}#root{min-height:100vh}
