@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-color: #f8fafc;--surface-default: #ffffff;--surface-hover: #f1f5f9;--surface-border: #e2e8f0;--glass-blur: blur(8px);--ink: #0f172a;--muted: #64748b;--brand: #f97316;--brand-hover: #ea580c;--ok: #059669;--ok-bg: #d1fae5;--danger: #dc2626;--danger-bg: #fee2e2;--attention: #d97706;--attention-bg: #fef3c7;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{font-family:Inter,system-ui,sans-serif;background-color:var(--bg-color);color:var(--ink);-webkit-font-smoothing:antialiased}.pos-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden}.pos-shell-body{flex:1;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:var(--surface-default);border-bottom:1px solid var(--surface-border);flex-shrink:0}.topbar h1{display:none}.topbar p.eyebrow{margin:0;font-size:24px;font-weight:800;color:var(--brand);letter-spacing:-.02em;text-transform:none}.hero{display:none!important}.pos-workspace{display:grid;grid-template-columns:6fr 4fr;gap:24px;flex:1;min-height:0;padding:24px}.pos-sidebar{display:flex;flex-direction:column;gap:16px;overflow-y:auto;border-right:1px solid var(--surface-border);padding-right:16px}.pos-sidebar>*{flex-shrink:0}.pos-mainboard{display:flex;flex-direction:column;gap:24px;overflow-y:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}.section-header p.eyebrow{font-size:13px;color:var(--muted);text-transform:uppercase;font-weight:700;letter-spacing:.05em;margin:0 0 4px}.section-header h2,.section-header h3{margin:0;font-weight:700;font-size:24px;color:var(--ink)}.config-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-bottom:16px}.config-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;transition:all .2s ease;display:flex;flex-direction:column;justify-content:flex-start}.config-card:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.config-card p{margin:6px 0 0;font-size:15px;font-weight:600;color:#1e293b}.config-grid h2{font-size:11px;margin:0;color:#64748b;text-transform:uppercase;font-weight:700;letter-spacing:.05em}.config-card .pos-input,.config-card input[type=text],.config-card input[type=number]{margin-top:6px;width:100%;padding:6px 10px;border-radius:6px;border:1px solid #cbd5e1;font-size:13px}.catalog-toolbar{display:flex;gap:12px;margin-bottom:24px}.catalog-search-field{flex:1;display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600}.catalog-search-field input{font-size:16px;padding:12px 16px!important}.category-tile-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.category-tile{background:var(--surface-default);border:1px solid var(--surface-border);border-radius:999px;padding:8px 16px;text-align:center;cursor:pointer;transition:all .2s ease;font-weight:600;color:var(--muted)}.category-tile span{display:none}.category-tile:hover{border-color:var(--brand);color:var(--brand)}.category-tile-active{background:var(--brand);color:#fff;border-color:var(--brand)}.category-tile-active:hover{color:#fff;background:var(--brand-hover)}.catalog-option-grid,.favorite-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.favorite-item-tile,.catalog-option-tile{background:var(--surface-default);border:1px solid var(--surface-border);border-radius:var(--radius-lg);padding:16px;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;height:100%}.favorite-item-tile:hover,.catalog-option-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--brand)}.product-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md);margin-bottom:12px;border:1px solid var(--surface-border);background:var(--surface-hover)}.favorite-item-category{color:var(--brand);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.favorite-item-tile strong,.catalog-option-tile strong{font-size:15px;font-weight:600;line-height:1.3;margin-bottom:6px;color:var(--ink)}.favorite-item-tile span,.catalog-option-tile span{font-size:16px;font-weight:700;color:var(--brand);margin-top:auto}.sale-section{display:flex;flex-direction:column;flex:1;min-height:400px}.sale-line-list{flex:1;overflow-y:auto;border-bottom:1px solid var(--surface-border);display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.sale-line-card{padding:12px 0;border-bottom:1px dashed var(--surface-border)}.sale-line-card h3{font-size:15px;margin:0 0 4px}.sale-line-meta{display:flex;justify-content:space-between;margin-top:8px;font-weight:600}.quantity-controls{display:flex;align-items:center;gap:12px;margin-top:12px}.session-card,.shift-section{padding:16px;background:var(--surface-hover);border-radius:var(--radius-md);text-align:center;border:1px solid var(--surface-border)}.config-grid.compact-grid{background:var(--surface-hover);padding:16px;border-radius:var(--radius-md);margin-bottom:16px;display:flex;flex-direction:column;gap:8px}.config-grid.compact-grid .config-card{display:flex;justify-content:space-between;align-items:center}.config-grid.compact-grid .config-card h2{color:var(--ink);text-transform:none;font-weight:500;font-size:14px}.config-grid.compact-grid .config-card p{margin:0;font-weight:700;font-size:16px}.payment-modal-trigger{width:100%;padding:24px!important;font-size:24px!important;margin-top:16px;background:var(--ok);color:#fff;border-radius:var(--radius-md);font-weight:800;border:none;cursor:pointer;transition:.2s;min-height:80px}.payment-modal-trigger:hover:not(:disabled){background:#047857}.payment-modal-trigger:disabled{opacity:.5}input,select{background:#fff;color:var(--ink);border:1px solid var(--surface-border);border-radius:var(--radius-md);padding:10px 14px;font:inherit;transition:all .2s;outline:none}input:focus,select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #f973161a}.primary-button,.secondary-button,.compact-button,.small-button{border-radius:var(--radius-md);padding:12px 16px;min-height:44px;min-width:44px;font:inherit;font-weight:600;cursor:pointer;transition:all .2s ease}.primary-button{background:var(--brand);color:#fff;border:none}.primary-button:hover:not(:disabled){background:var(--brand-hover)}.secondary-button{background:#fff;color:var(--ink);border:1px solid var(--surface-border)}.secondary-button:hover:not(:disabled){background:var(--surface-hover)}.small-button{padding:6px 12px;font-size:12px;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.compact-button{padding:8px 14px;font-size:13px;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}button:disabled{opacity:.5;cursor:not-allowed}.catalog-item-actions{display:flex;margin-top:8px}.catalog-item-actions button{width:100%}.catalog-item-actions button+button{margin-left:8px}.payment-modal-overlay{background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.payment-modal{background:var(--surface-default);border-radius:var(--radius-lg);padding:48px;max-width:600px;width:100%;text-align:center;color:var(--ink);box-shadow:var(--shadow-lg)}.payment-modal-huge-text{font-size:64px;font-weight:800;margin-bottom:48px;color:var(--ink);line-height:1.1}.payment-modal-huge-btn{width:100%;padding:24px!important;font-size:24px!important;font-weight:800;min-height:80px;margin-bottom:24px;border-radius:var(--radius-lg);display:block}.login-panel{align-self:center;margin:auto;max-width:400px;width:100%;background:#fff;padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.pos-login-form{display:flex;flex-direction:column;gap:20px}.field-grid{display:flex;flex-direction:column;gap:16px}.field-grid label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}.status-pill{display:inline-flex;gap:6px;align-items:center;padding:6px 12px;border-radius:999px;background:var(--ok-bg);color:var(--ok);font-weight:600;font-size:13px}.status-pill-offline{background:var(--attention-bg);color:var(--attention)}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.kbd-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:2px 6px;background-color:#00000026;border-radius:4px;font-size:14px;font-weight:700;font-family:monospace;color:inherit;box-shadow:inset 0 1px #fff3,0 1px 1px #0000001a}.sale-line-card:nth-child(2n){background-color:var(--surface-hover);border-radius:var(--radius-sm);padding-left:12px;padding-right:12px}.sale-line-card:nth-child(odd){background-color:var(--surface-default);border-radius:var(--radius-sm);padding-left:12px;padding-right:12px}.sale-line-list{gap:0}@keyframes pulse-danger{0%,to{opacity:1}50%{opacity:.5}}.pulse-offline{animation:pulse-danger 2s cubic-bezier(.4,0,.6,1) infinite}.login-kiosk{display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(circle at 12% 12%,rgba(251,146,60,.22),transparent 34%),radial-gradient(circle at 88% 88%,rgba(245,158,11,.18),transparent 32%),#f8fafc;color:#172333;overflow:auto}.login-status-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 32px;background:#ffffffb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9);flex-shrink:0;font-size:13px;color:#64748b;letter-spacing:.01em}.login-status-left,.login-status-right{display:flex;align-items:center;gap:12px}.login-brand-mark{font-weight:800;font-size:16px;color:var(--brand);letter-spacing:-.03em}.login-status-divider{width:1px;height:16px;background:#dbe3ef}.login-status-item strong{color:#172333;font-weight:600}.login-network-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;background:#05966926;color:#34d399;font-weight:600;font-size:12px}.login-network-pill--offline{background:#d9770626;color:#fbbf24}.login-network-dot{width:7px;height:7px;border-radius:50%;background:currentColor;animation:login-dot-pulse 2s ease-in-out infinite}@keyframes login-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.login-google-btn{width:100%;min-height:48px;margin-top:12px;padding:10px 16px;background:#fff;border:1px solid #dbe3ef;border-radius:12px;font-size:15px;font-weight:600;color:#0f172a;cursor:pointer;transition:background .15s ease,border-color .15s ease}.login-google-btn:hover:not(:disabled){background:#f8fafc}.login-google-btn:disabled{opacity:.6;cursor:not-allowed}.login-forgot-link{align-self:flex-end;color:#ea580c;font-size:13px;font-weight:700;text-decoration:none}.login-forgot-link:hover{text-decoration:underline}.login-success,.auth-recovery-success{border:1px solid #86efac;border-radius:10px;background:#f0fdf4;color:#166534;padding:12px 14px;font-size:14px;line-height:1.5}.auth-recovery-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#fff7ed 0,#f8fafc 42%,#e2e8f0)}.auth-recovery-card{width:min(100%,460px);padding:36px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 24px 70px #0f172a21}.auth-recovery-logo{display:block;height:42px;margin:0 auto 24px;object-fit:contain}.auth-recovery-card h1{margin:0;color:#0f172a;text-align:center;font-size:27px}.auth-recovery-subtitle{margin:10px 0 24px;color:#64748b;text-align:center;line-height:1.55}.auth-recovery-form{display:flex;flex-direction:column;gap:16px}.auth-recovery-form label{display:flex;flex-direction:column;gap:7px;color:#334155;font-size:13px;font-weight:700}.auth-recovery-form input{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:12px 14px;color:#0f172a;font:inherit}.auth-recovery-form input:focus{border-color:#f97316;outline:3px solid rgba(249,115,22,.15)}.auth-recovery-form button{border:0;border-radius:10px;padding:13px 16px;background:#0f172a;color:#fff;font-weight:800;cursor:pointer}.auth-recovery-form button:disabled{cursor:not-allowed;opacity:.55}.auth-recovery-error{margin:0;border-radius:9px;background:#fef2f2;color:#b91c1c;padding:10px 12px;font-size:13px;line-height:1.45}.auth-recovery-status{color:#64748b;text-align:center}.auth-recovery-back{display:block;margin-top:22px;color:#475569;text-align:center;text-decoration:none;font-size:13px;font-weight:700}.auth-recovery-back:hover{color:#ea580c}.ontime-grid{border:1px solid var(--surface-border);background:#fff;overflow:auto;min-height:0}.ontime-grid-header,.ontime-grid-row{display:grid;align-items:center;min-width:0;grid-template-columns:var(--col-template, none)}.ontime-grid-header{position:sticky;top:0;z-index:2;min-height:30px;background:#edf6ff;border-bottom:1px solid #cbd5e1;color:#475569;font-size:11px;font-weight:800}.ontime-grid-header span,.ontime-grid-row span,.ontime-grid-row button{padding:3px 6px;border-right:1px solid #e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ontime-grid-row span:has(>input),.ontime-grid-row span:has(>.drp-container){overflow:visible}.grid-column-resize-header{-webkit-user-select:none;user-select:none}.grid-column-resize-cell{position:relative}.grid-column-resize-handle{position:absolute;top:0;right:0;z-index:8;width:10px;height:100%;padding:0!important;border:0!important;background:transparent;cursor:col-resize;overflow:visible!important;touch-action:none}.grid-column-resize-handle:after{content:"";position:absolute;top:5px;bottom:5px;left:4px;width:2px;border-radius:999px;background:transparent;transition:background .12s ease,box-shadow .12s ease}.grid-column-resize-handle:hover:after,.grid-column-resize-handle--active:after,.grid-column-resizing .grid-column-resize-handle:hover:after{background:var(--brand, #f97316);box-shadow:0 0 0 2px #f9731626}.grid-column-resizing,.grid-column-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.grid-column-resize-table>.ontime-grid-row,.grid-column-resize-table>.inv-line-row,.grid-column-resize-table>.rpt-table-row,.grid-column-resize-table>.count-print-row{grid-template-columns:var(--grid-resize-template)!important}.ontime-grid-row{min-height:28px;border-bottom:1px solid #e5e7eb;color:#111827;font-size:12px}.ontime-grid-row:nth-child(2n){background:#f8fbff}.ontime-grid-row:hover{background:#dbeafe}.ontime-grid-row--button{width:100%;border:0;border-bottom:1px solid #e5e7eb;text-align:left;cursor:pointer}.ontime-grid-row--button:focus-visible,.ontime-row-open:focus-visible,.ontime-icon-btn:focus-visible,.ontime-variance-cell:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}.ontime-grid-row--total{position:sticky;bottom:0;background:#eef2ff;font-weight:800}.ontime-grid-row--pending{color:#ef4444}.ontime-grid-strong{font-weight:800}.ontime-empty-row{padding:28px;color:var(--muted);font-weight:700}.ontime-ok-text{color:#16a34a!important}.ontime-danger-text{color:#ef4444!important}.ontime-row-open{width:28px;min-width:28px;height:28px;margin:0 auto;border:0;border-radius:4px;background:#2563eb;color:#fff;font-size:16px;font-weight:800;cursor:pointer}.ontime-modal-backdrop{position:fixed;inset:0;z-index:220;display:flex;align-items:center;justify-content:center;padding:28px;background:#0f172a47}.ontime-modal{width:min(760px,96vw);max-height:min(760px,92vh);display:flex;flex-direction:column;background:#fff;border:1px solid #dbe3ef;border-radius:6px;box-shadow:0 24px 70px #0f172a3d;overflow:hidden}.ontime-modal--wide{width:min(840px,96vw)}.ontime-modal--count-history{width:min(740px,94vw)}.ontime-modal--variance{width:min(520px,94vw)}.ontime-modal-titlebar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid #e5e7eb;background:#fff}.ontime-modal-titlebar h3{margin:0;font-size:15px;font-weight:800;color:#334155}.ontime-modal-titlebar p{margin:4px 0 0;font-size:12px;color:var(--muted)}.ontime-icon-btn{width:28px;height:28px;border:0;border-radius:50%;background:#e2e8f0;color:#334155;font-size:20px;line-height:1;cursor:pointer}.ontime-icon-btn--danger{background:#fb7185;color:#fff}.ontime-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:#f8fafc}.ontime-modal-actions--end{justify-content:flex-end}.ontime-modal-footer{display:flex;justify-content:flex-start;padding:12px 18px;background:#f8fafc}.ontime-modal-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #dbe3ef;background:#eef6ff}.ontime-modal-summary div,.ontime-variance-card div{padding:12px 16px;border-right:1px solid #dbe3ef}.ontime-modal-summary span,.ontime-variance-card span{display:block;margin-bottom:4px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.ontime-modal-summary strong,.ontime-variance-card strong{font-size:18px;font-weight:800}.ontime-variance-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px}.ontime-grid--sale-lines .ontime-grid-header,.ontime-grid--sale-lines .ontime-grid-row{grid-template-columns:48px minmax(220px,1.8fr) minmax(160px,1fr) 90px 120px 130px}.ontime-grid--count-history .ontime-grid-header,.ontime-grid--count-history .ontime-grid-row{grid-template-columns:64px 150px minmax(180px,1fr) 110px 180px}.ontime-report-shell{display:grid;grid-template-columns:168px minmax(0,1fr);flex:1;min-height:0;overflow:hidden;border-top:1px solid var(--surface-border)}.ontime-report-sidebar{overflow-y:auto;border-right:1px solid var(--surface-border, #e2e8f0);background:var(--surface-default, #fff);padding:8px}.ontime-report-sidebar section+section{margin-top:12px}.ontime-report-sidebar h3{margin:0 0 4px;padding:6px 10px;background:transparent;color:var(--muted, #64748b);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.ontime-report-menu-item{width:100%;min-height:36px;display:flex;align-items:center;gap:8px;border:0;border-radius:var(--radius-sm, 6px);background:transparent;color:var(--ink, #0f172a);font-size:13px;font-weight:600;text-align:left;cursor:pointer;padding:0 10px;transition:all .12s ease}.ontime-report-menu-item:hover{background:var(--surface-hover, #f1f5f9);color:var(--brand, #f97316)}.ontime-report-menu-item--active{background:var(--brand, #f97316);color:#fff}.ontime-report-content{min-width:0;padding:12px;overflow:auto}.ontime-report-page{display:flex;flex-direction:column;min-height:100%}.ontime-report-toolbar{display:flex;align-items:center;gap:8px;padding:0 0 10px;flex-wrap:wrap}.ontime-report-toolbar .inv-input{width:154px}.ontime-report-toolbar--compact .inv-input{width:160px}.ontime-time-input{width:70px!important;text-align:center;font-weight:800}.ontime-switch-label{display:inline-flex;align-items:center;gap:6px;color:#334155;font-size:12px;font-weight:700}.ontime-filter-button{width:54px;height:48px;border:0;border-radius:6px;background:#2563eb;color:#fff;font-size:24px;cursor:pointer}.ontime-filter-strip{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:10px 12px;background:#f8fbff;border:1px solid #e2e8f0;border-bottom:0;font-size:12px;color:#334155}.ontime-filter-strip label{display:inline-flex;align-items:center;gap:5px}.ontime-filter-strip-spacer{flex:1}.ontime-grid--flow .ontime-grid-header,.ontime-grid--flow .ontime-grid-row{grid-template-columns:96px minmax(180px,1.6fr) 120px 90px 120px 120px 90px 90px 90px 70px 110px 120px}.ontime-grid--surplus .ontime-grid-header,.ontime-grid--surplus .ontime-grid-row{grid-template-columns:130px minmax(220px,1.7fr) 150px 120px 140px 100px 130px 150px}.ontime-grid--cash .ontime-grid-header,.ontime-grid--cash .ontime-grid-row{grid-template-columns:120px 120px 120px 120px 110px 120px 130px 130px}.ontime-payment-tabs{display:flex;gap:10px;padding:12px 18px;background:#fff;border:1px solid #e2e8f0;border-bottom:0}.ontime-payment-tab{min-height:34px;border:0;border-radius:4px;background:#f1f5f9;color:#475569;padding:0 14px;font-weight:800;cursor:pointer}.ontime-payment-tab--active{background:#2563eb;color:#fff}.ontime-summary-bar{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));margin-top:auto;border:1px solid #dbe3ef;border-top:0;background:#eef6ff;flex-shrink:0}.ontime-summary-bar div{padding:14px 18px;border-right:1px solid #dbe3ef}.ontime-summary-bar span{display:block;font-size:12px;color:var(--muted)}.ontime-summary-bar strong{display:block;margin-top:4px;font-size:24px;color:#0f172a}.ontime-count-top-actions{display:flex;justify-content:flex-start;margin-bottom:10px}.ontime-variance-cell{width:100%;height:100%;border:0;background:transparent;color:var(--ok);cursor:pointer}.ontime-variance-cell--negative{background:#fee2e2;color:#dc2626}.ontime-variance-cell--positive{background:#dcfce7;color:#16a34a}.product-register-workspace{display:grid;grid-template-columns:minmax(0,1fr) 380px;height:100%;min-height:0;background:#eef4fb}.product-register-main{display:flex;flex-direction:column;min-width:0;min-height:0;padding:0 12px 12px}.product-register-actions{display:flex;gap:8px;margin-bottom:10px}.product-register-actions--inline{align-items:center;margin-bottom:0;margin-left:auto}.product-register-actions--inline .rv-btn{min-height:32px;padding:5px 12px}.rv-btn--danger{color:#dc2626!important;border-color:#fca5a5!important}.rv-btn--danger:hover{background:#fee2e2!important;border-color:#ef4444!important}.product-register-filter-badge{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;margin-bottom:8px;background:#dbeafe;border:1px solid #93c5fd;border-radius:6px;font-size:13px;color:#1e40af}.product-register-filter-badge button{border:0;background:transparent;color:#1e40af;font-size:12px;font-weight:700;cursor:pointer;padding:2px 8px;border-radius:4px}.product-register-filter-badge button:hover{background:#bfdbfe}.product-register-filter-row,.stock-count-filter-row{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap;margin:0 0 8px;padding:8px;border:1px solid #dbe3ef;border-radius:8px;background:#f8fbff}.product-register-filter-control{display:flex;flex-direction:column;gap:3px;min-width:160px}.product-register-filter-control>span{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase}.product-register-filter-control select,.product-register-filter-control input,.product-register-expiry-input{height:32px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;color:#1e293b;font-weight:700;padding:0 9px}.product-register-supplier-filter{min-width:210px}.product-register-supplier-combo{position:relative}.product-register-filter-control .product-register-supplier-input{width:100%;padding-right:38px}.product-register-supplier-input::placeholder{color:#1e293b;opacity:1}.product-register-supplier-input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161f}.product-register-supplier-toggle{position:absolute;top:50%;right:6px;width:28px;height:28px;transform:translateY(-50%);border:0;border-radius:6px;background:transparent;color:#64748b;font-size:18px;font-weight:900;line-height:1;cursor:pointer}.product-register-supplier-toggle:hover{background:#f1f5f9;color:#f97316}.product-register-supplier-menu{position:absolute;z-index:60;top:calc(100% + 4px);left:0;right:0;max-height:260px;overflow-y:auto;padding:4px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;box-shadow:0 18px 36px #0f172a33}.product-register-supplier-search{position:sticky;top:0;width:100%;box-sizing:border-box;margin-bottom:4px;padding:7px 10px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-size:13px;outline:none}.product-register-supplier-search:focus{border-color:#f97316;box-shadow:0 0 0 2px #f9731626}.product-register-supplier-option{width:100%;min-height:34px;display:block;padding:7px 10px;border:0;border-radius:6px;background:transparent;color:#1e293b;font-size:13px;font-weight:700;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-register-supplier-option:hover,.product-register-supplier-option--active{background:#fff7ed;color:#f97316}.product-register-supplier-empty{padding:10px;color:#64748b;font-size:13px;font-weight:700;text-align:center}.product-register-filter-control--date,.product-register-date-picker{min-width:150px}.product-register-date-picker .drp-container,.product-register-date-picker .drp-trigger,.proc-filter-date-picker .drp-container,.proc-filter-date-picker .drp-trigger,.product-register-expiry-picker .drp-container,.product-register-expiry-picker .drp-trigger{width:100%}.proc-filter-date-picker{min-width:145px}.product-register-expiry-picker{display:block;width:100%;overflow:visible}.ontime-grid-row span:has(>.product-register-expiry-picker){overflow:visible}.product-register-expiry-picker .drp-trigger{height:22px;min-height:22px;padding:0 8px;border-radius:6px;font-size:11px;justify-content:center}.product-register-expiry-picker .drp-icon{display:none}.product-register-expiry-picker .drp-clear{font-size:10px}.product-register-expiry-picker .drp-text{overflow:hidden;text-overflow:ellipsis}.product-register-filter-segment{display:inline-flex;gap:4px;padding:3px;border:1px solid #dbe3ef;border-radius:8px;background:#fff}.product-register-filter-pill{height:28px;border:0;border-radius:6px;background:transparent;color:#475569;font-weight:800;padding:0 9px}.product-register-filter-pill--active{background:#ff6b1a;color:#fff}.product-register-filter-clear{width:32px;height:32px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;color:#475569;font-weight:800;padding:0;cursor:pointer}.product-register-expiry-input{width:100%;min-width:128px;font-size:12px}.product-register-expiry-input--compact{min-width:104px;height:30px;padding:0 4px;font-size:11px}.pos-row-checked{background:#eff6ff!important}.ontime-grid-clickable{cursor:pointer}.ontime-grid-clickable:hover{color:#2563eb;text-decoration:underline}.ontime-grid-header input[type=checkbox],.ontime-grid-row input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.product-register-main-tabs{display:flex;gap:0;margin-bottom:8px;border-bottom:2px solid #dbe3ef}.product-register-main-tab{min-height:36px;padding:6px 18px;border:0;border-bottom:3px solid transparent;background:transparent;color:#64748b;font-size:13px;font-weight:800;cursor:pointer;transition:all .15s ease;position:relative;bottom:-2px}.product-register-main-tab:hover{color:#334155;background:#2563eb0a}.product-register-main-tab--active{border-bottom-color:#2563eb;color:#2563eb;background:#2563eb0f}.proc-search-autocomplete{position:relative;flex:1;min-width:0}.proc-search-autocomplete .proc-search-input{width:100%}.proc-search-dropdown{position:absolute;top:100%;left:0;right:0;z-index:200;background:#fff;border:2px solid #e2e8f0;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 8px 24px #0000001f;max-height:280px;overflow-y:auto}.product-register-toolbar{position:relative}.product-register-search-dropdown{left:0;right:auto;width:min(560px,calc(100vw - 48px))}.quick-search-highlight,.proc-dd-name mark,.proc-dd-code mark{background:#fde68a;color:inherit;padding:0 2px;border-radius:3px}.proc-search-dropdown-item{display:grid;grid-template-columns:1fr auto auto;gap:8px;width:100%;padding:10px 14px;border:none;border-bottom:1px solid #f1f5f9;background:#fff;text-align:left;cursor:pointer;font-size:13px;transition:background .1s;align-items:center}.proc-search-dropdown-item:last-child{border-bottom:none}.proc-search-dropdown-item:hover,.proc-search-dropdown-item--active{background:#dbeafe;outline:1px solid #2563eb;outline-offset:-1px}.proc-dd-name{font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proc-dd-code{font-family:monospace;font-size:11px;color:#94a3b8}.proc-dd-price{font-size:12px;font-weight:600;color:#059669;white-space:nowrap}.proc-grid-name--clickable{cursor:pointer;transition:color .1s}.proc-grid-name--clickable:hover{color:#2563eb;text-decoration:underline}.proc-toolbar-search{display:flex;gap:8px}.proc-toolbar-fields{display:flex;gap:8px;align-items:flex-end}.proc-field{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.proc-field-label{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.proc-field-input{height:36px;padding:6px 10px;border:1px solid #dbe3ef;border-radius:4px;font-size:13px;font-weight:600;background:#fff;color:#111827}.proc-field-input:focus{border-color:#2563eb;outline:none}.proc-payment-btns{display:flex;gap:4px}.proc-payment-btn{flex:1;min-height:36px;padding:4px 8px;border:1px solid #dbe3ef;border-radius:4px;background:#f8fafc;color:#475569;font-size:12px;font-weight:700;cursor:pointer;transition:all .12s;white-space:nowrap}.proc-payment-btn:hover{border-color:#94a3b8;background:#fff}.proc-payment-btn--active{border-color:#2563eb;background:#dbeafe;color:#1e40af}.proc-doc-summary{margin-bottom:10px;padding:10px 12px;background:#2563eb0a;border:1px solid rgba(37,99,235,.15);border-radius:6px}.proc-doc-lines{max-height:180px;overflow-y:auto}.proc-doc-line{display:grid;grid-template-columns:28px 1fr 55px 80px 80px 28px;gap:4px;align-items:center;padding:4px 0;border-bottom:1px solid rgba(37,99,235,.08);font-size:12px}.proc-doc-line:last-child{border-bottom:0}.proc-doc-line-num{color:var(--muted);font-weight:700;text-align:center;font-size:11px}.proc-doc-line-name{font-weight:700;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proc-doc-line-input{width:50px;height:28px;padding:2px 6px;border:1px solid #dbe3ef;border-radius:4px;font-size:13px;font-weight:800;text-align:center;background:#fff;color:#111827}.proc-doc-line-input:focus{border-color:#2563eb;outline:none}.proc-doc-line-cost{font-size:12px;color:var(--muted);text-align:right}.proc-doc-line-total{font-size:12px;font-weight:700;color:var(--brand);text-align:right}.proc-doc-line-remove{width:24px;height:24px;border:0;border-radius:4px;background:transparent;color:#ef4444;font-size:14px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center}.proc-doc-line-remove:hover{background:#fee2e2}.proc-doc-actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px solid rgba(37,99,235,.12)}.proc-doc-stat{font-size:13px;font-weight:600;color:#334155}.proc-doc-stat strong{color:var(--brand)}.proc-doc-btns{display:flex;gap:6px}.ontime-grid--procurement{flex:1}.ontime-grid--procurement .ontime-grid-header,.ontime-grid--procurement .ontime-grid-row{grid-template-columns:var(--col-template, 42px 220px 130px 130px 72px 96px 84px 104px 112px 136px 40px);min-width:0}.ontime-grid--procurement .ontime-grid-header span,.ontime-grid--procurement .ontime-grid-row span{padding:3px 4px;font-size:12px}.proc-grid-row{border-bottom:1px solid #f1f5f9}.proc-grid-num{color:var(--muted);font-weight:700;text-align:center;font-size:11px!important}.proc-history-strip{margin:0 0 10px;padding:10px;border:1px solid #dbe3ef;border-radius:8px;background:#f8fafc}.proc-history-strip__header{display:flex;justify-content:space-between;gap:12px;color:#334155;font-size:13px;margin-bottom:8px}.proc-history-strip__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px}.proc-history-card{display:grid;gap:3px;min-height:74px;padding:8px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;color:#334155;text-align:left;cursor:pointer}.proc-history-card:hover{border-color:#2563eb}.proc-history-card__status{width:max-content;padding:2px 6px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:10px;font-weight:900}.proc-history-card__status--posted{background:#dcfce7;color:#166534}.proc-history-card span{font-size:11px;color:#64748b}.proc-history-strip__empty{color:#64748b;font-size:12px}.pos-confirm-backdrop{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a61}.pos-confirm-dialog{width:min(420px,calc(100vw - 48px));border:1px solid #dbe3ef;border-radius:8px;background:#fff;box-shadow:0 20px 56px #0f172a3d;padding:20px}.pos-confirm-dialog h3{margin:0 0 8px;color:#1e293b;font-size:18px}.pos-confirm-dialog p{margin:0;color:#475569;font-size:14px;line-height:1.45}.pos-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.pos-confirm-btn{min-width:92px;min-height:38px;border:0;border-radius:6px;font-weight:800;cursor:pointer}.pos-confirm-btn--cancel{background:#eef2f7;color:#334155}.pos-confirm-btn--ok{background:#0f766e;color:#fff}.proc-grid-name{display:flex;flex-direction:column;gap:1px;overflow:hidden;font-weight:700;color:#1e293b;line-height:1.2}.proc-grid-barcode{font-size:10px;font-weight:500;color:var(--muted);font-family:monospace}.proc-grid-input{width:100%;height:24px;padding:1px 5px;border:1.5px solid #cbd5e1;border-radius:3px;font-size:12px;font-weight:700;text-align:right;background:#fff;color:#111827;cursor:text;transition:border-color .12s,box-shadow .12s}.proc-grid-input:hover{border-color:#94a3b8;background:#f8fafc}.proc-grid-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb2e;background:#fff}.proc-grid-input--qty{font-size:13px;font-weight:900;text-align:center;border-color:#facc15;background:#fffbeb;color:#92400e}.proc-grid-input--qty:focus{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b26}.proc-grid-input--profit{color:#16a34a;font-weight:800}.proc-grid-input--sale{font-weight:800;color:#2563eb}.proc-grid-total{font-weight:800;color:var(--brand);text-align:right;font-size:12px!important}.proc-footer{display:flex;flex-direction:column;gap:6px;padding:10px 0 4px;border-top:2px solid #dbe3ef;margin-top:auto}.proc-footer-fields{display:flex;gap:8px}.proc-footer-input{flex:1;height:34px;padding:4px 10px;border:1px solid #dbe3ef;border-radius:4px;font-size:13px;font-weight:600;background:#fff;color:#111827}.proc-footer-input:focus{border-color:#2563eb;outline:none}.proc-footer-row{display:grid;grid-template-columns:minmax(220px,1fr) max-content;align-items:center;gap:10px;min-width:0}.proc-footer-stat{font-size:13px;font-weight:700;color:#334155;min-width:0;white-space:normal;line-height:1.5}.proc-footer-stat strong{color:var(--brand);font-size:15px}.proc-footer-actions{display:flex;gap:6px;align-items:stretch;justify-content:flex-end;min-width:0;flex-wrap:wrap}.proc-footer-actions .rv-btn,.proc-footer-actions .proc-temp-save-btn,.proc-footer-actions .proc-submit-btn{min-width:0;white-space:nowrap}.proc-submit-btn{min-height:36px;padding:6px 18px;border:0;border-radius:4px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:13px;font-weight:800;cursor:pointer;transition:all .15s;white-space:nowrap}@media(max-width:1100px){.proc-footer-row{grid-template-columns:1fr;align-items:stretch}.proc-footer-actions{justify-content:flex-start}}.proc-submit-btn:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 2px 8px #f973164d}.proc-submit-btn:disabled{opacity:.5;cursor:not-allowed}.proc-temp-save-btn{min-height:36px;padding:6px 12px;border:2px solid #2563eb;border-radius:4px;background:#fff;color:#2563eb;font-size:12px;font-weight:800;cursor:pointer;transition:all .15s;white-space:nowrap;overflow:visible}.proc-temp-save-btn:hover:not(:disabled){background:#eff6ff;border-color:#1d4ed8}.proc-temp-save-btn:disabled{opacity:.5;cursor:not-allowed}.proc-grid-supplier,.proc-grid-group{font-size:11px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sup-import-overlay{position:fixed;inset:0;z-index:350;background:#00000073;display:flex;align-items:center;justify-content:center;animation:procPayFadeIn .15s ease}.sup-import-modal{background:#fff;border-radius:14px;width:min(680px,92vw);max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040,0 0 0 1px #0000000f;animation:procPaySlideUp .2s ease;overflow:hidden}.sup-import-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:2px solid #e2e8f0}.sup-import-header h3{margin:0;font-size:16px;font-weight:800;color:#1e293b}.sup-import-close{width:32px;height:32px;border:none;border-radius:50%;background:#fee2e2;color:#ef4444;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.sup-import-close:hover{background:#ef4444;color:#fff}.sup-import-toolbar{padding:12px 20px;display:flex;flex-direction:column;gap:10px;border-bottom:1px solid #f1f5f9;background:#f8fafc}.sup-import-supplier-select{width:100%;padding:10px 42px 10px 12px;border:2px solid #cbd5e1;border-radius:8px;font-size:14px;font-weight:600;background:#fff;color:#1e293b;transition:border-color .15s}.sup-import-supplier-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.sup-import-supplier-combo{position:relative}.sup-import-supplier-clear{position:absolute;top:50%;right:8px;width:26px;height:26px;transform:translateY(-50%);border:0;border-radius:6px;background:transparent;color:#64748b;font-size:18px;font-weight:800;cursor:pointer}.sup-import-supplier-clear:hover{background:#f1f5f9;color:#f97316}.sup-import-supplier-menu{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:260px;overflow-y:auto;padding:4px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;box-shadow:0 18px 36px #0f172a33}.sup-import-supplier-option{width:100%;min-height:34px;display:block;padding:7px 10px;border:0;border-radius:6px;background:transparent;color:#1e293b;font-size:13px;font-weight:700;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sup-import-supplier-option:hover,.sup-import-supplier-option--active{background:#fff7ed;color:#f97316}.sup-import-supplier-empty{padding:10px;color:#64748b;font-size:13px;font-weight:700;text-align:center}.sup-import-actions-row{display:flex;gap:8px;align-items:center}.sup-import-select-all{padding:8px 16px;border:2px solid #2563eb;border-radius:8px;background:#fff;color:#2563eb;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap;transition:all .15s}.sup-import-select-all:hover:not(:disabled){background:#eff6ff}.sup-import-select-all--active{background:#2563eb;color:#fff}.sup-import-select-all--active:hover:not(:disabled){background:#1d4ed8}.sup-import-select-all:disabled{opacity:.4;cursor:not-allowed}.sup-import-search-wrap{flex:1;position:relative}.sup-import-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:14px;pointer-events:none}.sup-import-search{width:100%;padding:8px 10px 8px 32px;border:2px solid #e2e8f0;border-radius:8px;font-size:13px;background:#fff;transition:border-color .15s}.sup-import-search:focus{outline:none;border-color:#2563eb}.sup-import-list{flex:1;min-height:0;overflow-y:auto}.sup-import-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;color:#94a3b8}.sup-import-empty-icon{font-size:40px;margin-bottom:12px;opacity:.6}.sup-import-empty p{margin:0;font-size:14px;font-weight:600}.sup-import-list-header{display:grid;grid-template-columns:60px 1fr 110px 90px 100px;padding:8px 16px;background:#f1f5f9;border-bottom:2px solid #e2e8f0;position:sticky;top:0;z-index:1}.sup-import-list-header span{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.sup-import-list-body{display:flex;flex-direction:column}.sup-import-row{display:grid;grid-template-columns:60px 1fr 110px 90px 100px;padding:10px 16px;border:none;border-bottom:1px solid #f1f5f9;background:#fff;cursor:pointer;text-align:left;font-size:13px;transition:all .1s;align-items:center}.sup-import-row:hover{background:#f0f7ff}.sup-import-row--checked{background:#eff6ff;border-bottom-color:#bfdbfe}.sup-import-row--checked:hover{background:#dbeafe}.sup-import-checkbox{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:2px solid #cbd5e1;font-size:14px;color:#cbd5e1;transition:all .1s}.sup-import-checkbox--on{border-color:#2563eb;background:#2563eb;color:#fff}.sup-import-col-check{text-align:center}.sup-import-col-name{font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sup-import-col-code{font-family:monospace;font-size:11px;color:#64748b;overflow:hidden;text-overflow:ellipsis}.sup-import-col-cost{font-weight:600;color:#475569;text-align:right}.sup-import-col-price{font-weight:700;color:#059669;text-align:right}.sup-import-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:2px solid #e2e8f0;background:#f8fafc}.sup-import-totals{display:flex;gap:28px}.sup-import-total-item{display:flex;flex-direction:column}.sup-import-total-label{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px}.sup-import-total-value{font-size:20px;font-weight:800;color:#1e293b}.sup-import-total-count{color:#2563eb}.sup-import-action{padding:12px 28px;border:2px solid #2563eb;border-radius:10px;background:#fff;color:#2563eb;font-size:15px;font-weight:800;cursor:pointer;transition:all .15s;white-space:nowrap}.sup-import-action:hover:not(:disabled){background:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb4d}.sup-import-action:disabled{opacity:.4;cursor:not-allowed}.proc-pay-overlay{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:24px;animation:procPayFadeIn .2s ease-out}@keyframes procPayFadeIn{0%{opacity:0}to{opacity:1}}.proc-pay-modal{width:min(840px,96vw);max-height:min(92vh,680px);background:#fff;border-radius:10px;box-shadow:0 24px 64px #0f172a47,0 0 0 1px #0000000a;display:flex;flex-direction:column;overflow:hidden;animation:procPaySlideUp .25s ease-out}@keyframes procPaySlideUp{0%{transform:translateY(16px);opacity:.6}to{transform:translateY(0);opacity:1}}.proc-pay-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.proc-pay-header h3{margin:0;font-size:15px;font-weight:800;color:#334155}.proc-pay-close{width:28px;height:28px;border:none;border-radius:50%;background:#ef4444;color:#fff;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.proc-pay-close:hover{background:#dc2626;transform:scale(1.1)}.proc-pay-body{display:grid;grid-template-columns:1fr 1fr;flex:1;min-height:0;overflow-y:auto}.proc-pay-supplier{padding:16px 20px;border-right:1px solid #e5e7eb}.proc-pay-section-title{margin:0 0 10px;font-size:12px;font-weight:800;color:#475569;letter-spacing:.04em;text-transform:uppercase}.proc-pay-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.proc-pay-title-row .proc-pay-section-title{margin-bottom:0}.proc-pay-supplier-actions{display:flex;gap:6px}.proc-pay-supplier-actions button{min-height:26px;border:1px solid #dbe3ef;border-radius:4px;background:#fff;color:#334155;font-size:11px;font-weight:800;cursor:pointer;padding:0 9px}.proc-pay-supplier-actions button:hover{border-color:#2563eb;color:#2563eb}.proc-pay-notice{margin:0 0 10px;padding:7px 9px;border:1px solid #bfdbfe;border-radius:4px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:800}.proc-pay-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.proc-pay-field{display:flex;flex-direction:column;gap:3px}.proc-pay-field label{font-size:11px;font-weight:700;color:#64748b;text-transform:none}.proc-pay-field input,.proc-pay-field textarea{padding:7px 10px;border:1px solid #dbe3ef;border-radius:4px;font-size:13px;font-weight:600;background:#fff;color:#111827;transition:border-color .15s}.proc-pay-field input:focus,.proc-pay-field textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb14}.proc-pay-field--toggle{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.proc-pay-toggle-wrap{flex-shrink:0}.proc-pay-toggle-btn{position:relative;width:42px;height:24px;border:none;border-radius:999px;background:#cbd5e1;cursor:pointer;padding:0;transition:background .2s}.proc-pay-toggle-btn--active{background:#2563eb}.proc-pay-toggle-track{display:block;width:100%;height:100%;position:relative}.proc-pay-toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:transform .2s}.proc-pay-toggle-btn--active .proc-pay-toggle-thumb{transform:translate(18px)}.proc-pay-note{margin-top:14px}.proc-pay-note textarea{width:100%;padding:10px 12px;border:1px solid #dbe3ef;border-radius:4px;font-size:13px;font-weight:500;color:#334155;resize:vertical;min-height:60px;font-family:inherit}.proc-pay-note textarea:focus{border-color:#2563eb;outline:none}.proc-pay-right{padding:16px 20px;display:flex;flex-direction:column}.proc-pay-methods-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.03em}.proc-pay-methods-list{flex:1;overflow-y:auto}.proc-pay-group{margin-bottom:4px}.proc-pay-group-title{font-size:11px;font-weight:800;color:#94a3b8;padding:6px 0 4px;text-transform:uppercase;letter-spacing:.05em}.proc-pay-method-row{display:flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:4px;background:#fff;transition:all .15s}.proc-pay-method-row--active{border-color:#2563eb;background:#eff6ff}.proc-pay-method-row--has-amount{border-color:#10b981;background:#f0fdf4}.proc-pay-method-label{flex:1;font-size:14px;font-weight:700;color:#1e293b}.proc-pay-method-amount{width:110px;padding:5px 8px;border:1px solid #2563eb;border-radius:4px;font-size:14px;font-weight:700;color:#1e40af;text-align:right;background:#fff}.proc-pay-method-amount:focus{outline:none;box-shadow:0 0 0 2px #2563eb26}.proc-pay-method-check{width:26px;height:26px;border:2px solid #cbd5e1;border-radius:50%;background:#f8fafc;color:#cbd5e1;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}.proc-pay-method-check:hover{border-color:#10b981;color:#10b981}.proc-pay-method-check--on{border-color:#10b981;background:#10b981;color:#fff}.proc-pay-method-remove{width:26px;height:26px;border:none;border-radius:50%;background:transparent;color:#ef4444;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}.proc-pay-method-remove:hover{background:#fef2f2}.proc-pay-totals{margin-top:auto;border-top:2px solid #e5e7eb;padding-top:10px}.proc-pay-total-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.02em}.proc-pay-total-row strong{font-size:18px;font-weight:800;color:#111827}.proc-pay-total-row--change{color:#94a3b8}.proc-pay-total-row--change strong{color:#94a3b8;font-size:14px}.proc-pay-footer{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#f8fafc;border-top:1px solid #e5e7eb;justify-content:center}.proc-pay-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border:2px solid #dbe3ef;border-radius:8px;font-size:15px;font-weight:800;cursor:pointer;transition:all .15s;white-space:nowrap}.proc-pay-action-btn--save{background:#fff;color:#334155;border-color:#cbd5e1}.proc-pay-action-btn--save:hover{border-color:#94a3b8;background:#f1f5f9}.proc-pay-action-btn--print{background:#2563eb;color:#fff;border-color:#2563eb;flex:1}.proc-pay-action-btn--print:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.proc-pay-action-btn--print:disabled{opacity:.5;cursor:not-allowed}.ontime-grid--product-register{flex:1}.ontime-grid--product-register .ontime-grid-header,.ontime-grid--product-register .ontime-grid-row{grid-template-columns:var(--col-template, 34px 150px 220px 150px 118px 118px 96px 102px 146px 82px);min-width:0}.ontime-grid--product-register .ontime-grid-header span,.ontime-grid--product-register .ontime-grid-row span{padding:3px 6px;font-size:12px}.product-register-sort{display:inline-flex;align-items:center;gap:3px;max-width:100%;min-width:0;border:0;background:transparent;color:inherit;font:inherit;font-size:12px;cursor:pointer;font-weight:800;white-space:nowrap;-webkit-user-select:none;user-select:none;text-align:left;padding:0}.ontime-grid-header .product-register-sort,.inv-lines-header .product-register-sort,.rpt-table-header .product-register-sort{display:inline-flex;align-items:center;max-width:100%;gap:2px;padding:0;border:0;overflow:hidden;text-overflow:ellipsis;color:inherit}.ontime-grid-header .product-register-sort--active,.inv-lines-header .product-register-sort--active,.rpt-table-header .product-register-sort--active{color:#f97316}.product-register-footer{display:grid;grid-template-columns:repeat(3,1fr);background:#eaf5ff;border:1px solid #dbe3ef;border-top:0}.product-register-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border:none;border-top:1px solid #dbe3ef;background:#f8fafc;color:#475569;font-size:12px;font-weight:700;position:sticky;left:0;right:0;width:100%;box-sizing:border-box}.product-register-pagination-actions{display:flex;align-items:center;gap:8px}.product-register-pagination-actions strong{min-width:64px;text-align:center;color:#0f172a}.product-register-pagination--compact{min-height:32px;padding:4px 10px}.product-register-pagination--compact .product-register-pagination-actions{gap:6px}.product-register-pagination--compact .rv-btn{min-height:26px;padding:4px 10px}.product-register-pagination--compact .product-register-pagination-actions strong{min-width:48px;font-size:12px}.product-register-pagination--wastage{position:sticky;left:0;right:0;z-index:3;min-height:30px;padding:3px 10px;border:0;border-top:1px solid #dbe3ef;background:#f8fafc}.product-register-pagination--wastage .product-register-pagination-actions{gap:6px}.product-register-pagination--wastage .rv-btn{min-height:24px;padding:3px 10px}.product-register-pagination--wastage .product-register-pagination-actions strong{min-width:48px;font-size:12px}.wastage-summary--selected{background:#fff7ed;border-top:0}.product-register-footer div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-right:1px solid #dbe3ef}.product-register-footer span{color:#334155;font-weight:700}.product-register-footer strong{font-size:18px}.product-register-panel{display:flex;flex-direction:column;min-height:0;border-left:1px solid #cbd5e1;background:#fff}.product-register-panel .product-register-form{flex:1;overflow-y:auto;padding:10px}.product-register-panel .product-register-tabs{padding:10px 10px 0}.product-register-panel .product-register-save-row{margin:0;border-radius:0;flex-shrink:0;padding:8px 10px}.product-register-panel .product-register-save{border-radius:6px}.product-register-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;margin-bottom:12px}.product-register-tab{min-height:34px;border:0;border-bottom:3px solid transparent;background:#fff;color:#334155;font-weight:800;cursor:pointer}.product-register-tab--active{border-bottom-color:#2563eb;color:#2563eb}.product-register-sort small{color:#f97316;font-size:9px;font-weight:900}.product-register-sort--active{color:#f97316}.product-register-form{display:flex;flex-direction:column}.product-register-panel-label{margin-bottom:10px;color:#334155;font-weight:800}.product-register-section{display:grid;grid-template-columns:1fr;gap:10px}.product-register-field label{display:block;margin-bottom:4px;color:#495057;font-size:13px;font-weight:700}.product-register-field input,.product-register-field select{width:100%;min-height:40px;padding:10px 12px;border:1px solid #dee2e6;border-radius:4px;background:#fff;color:#111827;font-size:14px}.product-register-category-list{display:flex;flex-wrap:wrap;gap:8px;padding:10px;border:1px solid #e2e8f0;border-radius:4px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:700}.product-register-category-chip{min-height:30px;padding:6px 10px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#334155;font-weight:800;cursor:pointer}.product-register-category-chip--active{border-color:#f97316;background:#fff7ed;color:#f97316}.category-tree{border:1px solid #dbe3ef;border-radius:6px;background:#f8fafc;overflow-y:auto;max-height:520px;font-size:14px}.category-tree-node{display:flex;align-items:center;gap:6px;min-height:38px;padding:4px 12px;border-bottom:1px solid #eef2f7;cursor:pointer;transition:background .1s}.category-tree-node:hover{background:#eef2f7}.category-tree-node--root{background:#edf6ff;font-weight:900;color:#1e3a5f;border-bottom:1px solid #dbe3ef}.category-tree-node--selected{background:#dbeafe!important}.category-tree-node--dragover{background:#fef3c7!important;border:2px dashed #f59e0b;border-radius:4px}.category-tree-drag-handle{width:18px;flex:0 0 18px;text-align:center;color:#64748b;cursor:grab;-webkit-user-select:none;user-select:none;font-size:14px;line-height:1}.category-tree-drag-handle:active{cursor:grabbing;opacity:.65}.category-tree-toggle{width:16px;flex:0 0 16px;text-align:center;font-size:12px;color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none}.category-tree-toggle--leaf{color:#cbd5e1;cursor:default}.category-tree-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;color:#1e293b}.category-tree-node--root .category-tree-label{color:#1e3a5f}.category-tree-actions{display:flex;gap:2px;opacity:0;transition:opacity .15s}.category-tree-node:hover .category-tree-actions{opacity:1}.category-tree-action{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:12px;font-weight:900;color:#64748b;cursor:pointer;transition:all .1s}.category-tree-action:hover{background:#e2e8f0;color:#334155}.category-tree-action--delete{color:#ef4444}.category-tree-action--delete:hover{background:#fee2e2;color:#dc2626}.category-tree-dropdown{position:absolute;right:0;top:100%;z-index:50;min-width:160px;background:#fff;border:1px solid #dbe3ef;border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:4px 0;display:flex;flex-direction:column}.category-tree-dropdown button{display:flex;align-items:center;gap:8px;width:100%;padding:8px 14px;border:none;background:transparent;font-size:13px;font-weight:600;color:#334155;cursor:pointer;text-align:left;white-space:nowrap;transition:background .1s}.category-tree-dropdown button:hover{background:#f1f5f9}.category-tree-actions{position:relative}.category-tree-form{display:flex;flex-direction:column;gap:10px;padding-top:8px;border-top:1px solid #e2e8f0;margin-top:8px}.category-tree-form label{font-size:10px;font-weight:800;letter-spacing:.5px;color:#64748b;text-transform:uppercase}.category-tree-form-actions{display:flex;gap:8px}.product-register-profit,.product-register-toggle{display:flex;align-items:center;justify-content:space-between;min-height:36px;padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;font-size:13px;font-weight:700}.product-register-save{flex:1;min-height:44px;padding:10px 18px;border:0;border-radius:4px;background:#f97316;color:#fff;font-size:14px;font-weight:900;cursor:pointer}.product-register-save:disabled{background:#94a3b8;cursor:not-allowed}.product-register-save-row{display:flex;gap:6px;margin-top:12px;padding:0 2px}.product-register-cancel{flex:0 0 auto;min-height:44px;padding:10px 18px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#1e293b;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.product-register-cancel:hover{background:#f1f5f9}.product-register-profit-row{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:700}.product-register-profit-label{color:#495057;white-space:nowrap}.product-register-profit-controls{display:flex;align-items:center;gap:4px}.product-register-profit-btn{min-width:42px;min-height:30px;padding:4px 8px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;font-size:12px;font-weight:800;cursor:pointer;transition:all .15s ease}.product-register-profit-btn:hover{background:#f1f5f9;border-color:#94a3b8}.product-register-profit-btn--active{background:var(--brand, #f97316);border-color:var(--brand, #f97316);color:#fff}.product-register-profit-input{width:60px;min-height:30px;padding:4px 6px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#111827;font-size:13px;font-weight:800;text-align:center}.product-register-field-row{display:flex;align-items:center;gap:6px}.product-register-field-row select{flex:1;min-width:0}.product-register-inline-btn{min-width:34px;min-height:34px;display:flex;align-items:center;justify-content:center;padding:0;border:2px solid #f97316;border-radius:6px;background:#f97316;color:#fff;font-size:14px;cursor:pointer;flex-shrink:0;transition:background .15s}.product-register-inline-btn:hover{background:#ea580c;border-color:#ea580c}.product-register-field--inline{display:flex;align-items:center;justify-content:space-between;min-height:36px;padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.product-register-field--inline label{margin:0;font-size:13px;font-weight:700;color:#495057;white-space:nowrap}.product-register-field--inline input{min-height:30px;padding:4px 8px;border:1px solid #cbd5e1;border-radius:6px;font-size:13px;font-weight:700;text-align:right}.product-register-switch-row{display:flex;align-items:center;gap:8px}.product-register-switch-label{font-size:11px;color:#64748b;font-weight:600}.product-register-vat-select{font-weight:700}.product-register-barcode-section{margin-top:4px}.product-register-barcode-add-btn{width:100%;min-height:38px;padding:8px 16px;border:0;border-radius:8px;background:#3b82f6;color:#fff;font-size:13px;font-weight:800;cursor:pointer;transition:background .15s}.product-register-barcode-add-btn:hover{background:#2563eb}.product-register-barcode-table{margin-top:8px;border:1px solid #dbe3ef;border-radius:6px;overflow:hidden}.product-register-barcode-header{display:grid;grid-template-columns:1fr 72px 72px 28px;gap:4px;padding:6px 8px;background:#eef3f9;font-size:11px;font-weight:800;color:#5d6f86}.product-register-barcode-header--wholesale{grid-template-columns:1fr 1fr 72px 72px 78px 28px}.product-register-barcode-row{display:grid;grid-template-columns:1fr 72px 72px 28px;gap:4px;padding:4px 8px;border-top:1px solid #e5ebf3;align-items:center}.product-register-barcode-row--wholesale{grid-template-columns:1fr 1fr 72px 72px 78px 28px}.product-register-barcode-table--always{margin-top:0}.product-register-wholesale-row-add{width:calc(100% - 16px);min-height:30px;margin:6px 8px 8px;border:1px dashed #cbd5e1;border-radius:6px;background:#f8fafc;color:#475569;font-weight:800;cursor:pointer}.product-register-wholesale-row-add:hover{border-color:#3b82f6;color:#2563eb;background:#3b82f60f}.product-register-barcode-row input{width:100%;min-height:28px;padding:4px 6px;border:1px solid #cbd5e1;border-radius:4px;font-size:12px}.product-register-barcode-remove{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:0;border-radius:4px;background:transparent;color:#94a3b8;font-size:14px;cursor:pointer}.product-register-barcode-remove:hover{background:#fee2e2;color:#dc2626}.product-register-profit-cell{position:relative;display:flex;align-items:center;min-height:24px}.product-register-profit-cell>span:first-child{position:relative;z-index:1;font-weight:800;font-size:12px}.product-register-profit-bar{position:absolute;left:0;top:2px;bottom:2px;background:#22c55e2e;border-radius:3px;min-width:4px;transition:width .2s ease}.label-modal-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.label-modal{width:720px;max-width:92vw;max-height:88vh;display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid #dbe3ef;box-shadow:0 22px 45px #0f172a38;overflow:hidden}.label-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e5ebf3}.label-modal-header h3{margin:0;font-size:15px;font-weight:800;color:#111827}.label-modal-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#ef4444;color:#fff;font-size:13px;font-weight:900;cursor:pointer;transition:background .15s}.label-modal-close:hover{background:#dc2626}.label-modal-tabs{display:flex;border-bottom:1px solid #e5ebf3}.label-modal-tab{flex:1;min-height:40px;border:0;border-bottom:3px solid transparent;background:transparent;color:#334155;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s}.label-modal-tab:hover{background:#f8fafc}.label-modal-tab--active{border-bottom-color:#3b82f6;color:#3b82f6}.label-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:0;flex:1;min-height:0;overflow:hidden}.label-modal-left{display:flex;flex-direction:column;border-right:1px solid #e5ebf3;overflow:hidden}.label-modal-barcode-input{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid #e5ebf3}.label-modal-barcode-icon{font-size:18px}.label-modal-barcode-input input{flex:1;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;font-size:13px;font-weight:600;min-height:34px}.label-modal-queue{flex:1;overflow-y:auto}.label-modal-queue-header{display:grid;grid-template-columns:32px 1fr 1fr 28px;gap:4px;padding:6px 12px;background:#eef3f9;font-size:11px;font-weight:800;color:#5d6f86;border-bottom:1px solid #dbe3ef;position:sticky;top:0}.label-modal-queue-row{display:grid;grid-template-columns:32px 1fr 1fr 28px;gap:4px;padding:6px 12px;border:0;border-bottom:1px solid #e5ebf3;background:transparent;font-size:12px;font-weight:600;color:#334155;cursor:pointer;width:100%;text-align:left;transition:background .1s}.label-modal-queue-row:hover{background:#f1f5f9}.label-modal-queue-row--active{background:#dbeafe!important}.label-modal-queue-remove{color:#ef4444;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center}.label-modal-queue-empty{padding:24px 12px;text-align:center;color:#94a3b8;font-size:13px}.label-modal-right{display:flex;flex-direction:column;padding:14px;gap:12px}.label-modal-preview{flex:1;border:2px solid #334155;border-radius:4px;padding:14px;display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff}.label-modal-preview--empty{display:flex;align-items:center;justify-content:center;border:2px dashed #cbd5e1;background:#f8fafc;color:#94a3b8;font-size:14px}.label-modal-preview-name{font-size:15px;font-weight:900;color:#111827;text-align:center;word-break:break-word}.label-modal-preview-prices{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;justify-content:center}.label-modal-preview-price{font-size:36px;font-weight:900;color:#111827;line-height:1.1}.label-modal-preview-wholesale{display:flex;flex-direction:column;align-items:center;font-size:13px;font-weight:700;color:#334155}.label-modal-preview-wholesale-label{font-size:10px;color:#64748b;font-weight:600}.label-modal-preview-barcode-visual{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 0}.label-modal-preview-bars{display:flex;align-items:flex-end;gap:1px;transform:scaleX(1.16);transform-origin:center}.label-modal-bar{display:inline-block}.label-modal-preview-barcode-text{font-size:18px;font-weight:900;color:#334155;letter-spacing:1.5px}.label-modal-settings{display:flex;flex-direction:column;gap:8px}.label-modal-setting{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;font-weight:700;color:#334155}.label-modal-setting-input{width:120px;min-height:30px;padding:4px 8px;border:1px solid #cbd5e1;border-radius:6px;font-size:12px;font-weight:700;text-align:center;background:#f8fafc}.settings-counterparty-tabs{display:inline-flex;gap:4px;padding:4px;margin-bottom:20px;border:1px solid #e2e8f0;border-radius:10px;background:#f1f5f9}.settings-counterparty-tab{min-height:34px;padding:0 20px;border:0;border-radius:8px;background:transparent;color:#475569;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.settings-counterparty-tab:hover{color:var(--brand, #ea580c)}.settings-counterparty-tab--active{background:#fff;color:var(--brand, #ea580c)!important;box-shadow:0 2px 6px #0f172a14}.settings-integration-page{display:flex;flex-direction:column;gap:20px}.settings-integration-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #f1f5f9;padding-bottom:16px;margin-bottom:8px}.settings-integration-grid{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:20px}.settings-integration-card{display:flex;flex-direction:column;gap:16px;min-width:0;padding:20px;border:1px solid #f1f5f9;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0f172a05,0 2px 8px #0f172a0a;transition:all .2s ease}.settings-integration-card:hover{box-shadow:0 4px 16px #0f172a0f;border-color:#e2e8f0}.settings-integration-card--wide{grid-column:1 / -1}.settings-integration-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:36px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;color:#0f172a}.settings-integration-card-head strong{font-size:15px;font-weight:800;color:#0f172a}.settings-field-grid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:16px}.settings-field-grid--single{grid-template-columns:1fr}.settings-field-grid label,.settings-check-row{display:flex;flex-direction:column;gap:6px;min-width:0;font-size:13px;font-weight:600;color:#475569}.settings-check-row{flex-direction:row;align-items:center;min-height:36px;gap:8px}.settings-check-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand, #ea580c);cursor:pointer}.settings-switch{position:relative;display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;font-weight:600;color:#475569;-webkit-user-select:none;user-select:none}.settings-switch input{opacity:0;width:0;height:0;position:absolute}.settings-switch:before{content:"";display:inline-block;width:38px;height:20px;background:#cbd5e1;border-radius:10px;transition:background-color .2s ease;vertical-align:middle}.settings-switch:after{content:"";position:absolute;left:2px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0f172a33;transition:transform .2s ease}.settings-switch:has(input:checked):before{background:var(--brand, #ea580c)}.settings-switch:has(input:checked):after{transform:translate(18px,-50%)}@media(max-width:980px){.settings-integration-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.settings-integration-grid{grid-template-columns:1fr}.settings-field-grid{grid-template-columns:1fr 1fr}}.wastage-toolbar{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(320px,1.4fr) 180px;gap:8px;align-items:stretch;padding:12px 0 10px}.wastage-type-picker{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:8px;min-width:0}.wastage-search-box{min-width:0}.wastage-search-box .inv-input--search{width:100%}.wastage-search-dropdown{border-color:#facc15}.ontime-grid--wastage{flex:1;min-height:360px;border-radius:8px 8px 0 0;overflow-x:hidden}.ontime-grid--wastage .ontime-grid-header,.ontime-grid--wastage .ontime-grid-row{grid-template-columns:var(--col-template, 48px 52px minmax(220px, 1.7fr) minmax(150px, 1fr) 110px 120px 120px 150px 150px);min-width:0;width:100%}.ontime-grid--wastage .reports-filter-grid>.report-filter-header-cell,.ontime-grid--wastage .reports-filter-grid>span{min-width:0;padding-left:4px;padding-right:12px;overflow:hidden}.ontime-grid--wastage .report-filter-header-cell button,.ontime-grid--wastage .report-filter-header-cell span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ontime-grid--wastage .ontime-grid-header{min-height:30px;font-size:11px}.ontime-grid--wastage .ontime-grid-row{min-height:32px;font-size:12px}.ontime-grid--wastage .ontime-grid-row>span{min-width:0;padding-left:5px;padding-right:5px}.wastage-list-hint{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid var(--surface-border, #e5e7eb);color:var(--muted);font-size:12px;font-weight:600}.wastage-list-hint span:last-child{color:var(--brand);white-space:nowrap}.wastage-grid-row{align-items:center;border-bottom:1px solid #f1f5f9}.wastage-grid-row:not(.pos-row-checked):hover{background:#f8fafc}.wastage-grid-name{display:flex;flex-direction:column;gap:1px;min-width:0;line-height:1.2}.wastage-add-indicator{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--brand);font-size:18px;font-weight:900}.wastage-empty{min-height:300px}.wastage-remove{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0!important;border:1px solid #fecaca!important;border-radius:999px;background:#fff5f5;color:#ef4444;font-weight:900;cursor:pointer}.wastage-remove:hover{background:#fee2e2}.wastage-qty-input{width:50px;height:24px;min-height:24px;padding:2px 6px;border:1px solid var(--surface-border, #cbd5e1);border-radius:var(--radius-sm, 4px);font:inherit;font-size:12px;font-weight:600;text-align:right;background:var(--bg-color, #f8fafc);transition:all .15s}.wastage-qty-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px #f973161a}.wastage-qty-cell{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0}.wastage-add-inline{height:26px;min-width:42px;padding:0 6px;border:1px solid #fed7aa;border-radius:6px;background:#fff7ed;color:var(--brand);font-size:12px;font-weight:900;cursor:pointer}.wastage-add-inline:hover{background:#ffedd5}.wastage-summary{grid-template-columns:repeat(4,minmax(140px,1fr));border-radius:0 0 8px 8px}.wastage-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:12px}.wastage-type-modal,.wastage-note-modal{width:min(760px,92vw);max-height:88vh;display:flex;flex-direction:column;background:#fff;border:1px solid #dbe3ef;border-radius:12px;box-shadow:0 22px 45px #0f172a38;overflow:hidden}.wastage-type-add{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:10px;padding:16px 18px;border-bottom:1px solid #e5ebf3;background:#f8fafc}.wastage-type-list{min-height:300px;max-height:460px;overflow:auto;padding:10px 18px 18px;background:#fff}.wastage-type-row{width:100%;min-height:44px;padding:0 14px;border:0;border-bottom:1px solid #e5e7eb;background:#fff;color:#1e293b;font-size:15px;font-weight:800;text-align:left;cursor:pointer}.wastage-type-row:hover{background:#f1f5f9}.wastage-type-row--active{background:#dbeafe;color:#1d4ed8}.wastage-note-modal{width:min(440px,92vw)}.wastage-note-body{display:flex;flex-direction:column;gap:10px;padding:16px;background:#f3f4f6}.wastage-note-textarea{min-height:90px;resize:vertical;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;font-size:14px;font-weight:500}.wastage-note-textarea:focus{outline:2px solid #2563eb;outline-offset:0}.wastage-note-hint{padding:6px 10px;border-radius:6px;background:#eef4ff;color:#475569;font-size:12px;font-weight:600}.wastage-note-save{align-self:flex-end;min-width:140px}.label-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-top:1px solid #e5ebf3;background:#f8fafc}.label-modal-toggle{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#334155;cursor:pointer}.label-modal-toggle input[type=checkbox]{width:36px;height:20px;accent-color:#3b82f6;cursor:pointer}.label-modal-print-btn{min-height:44px;padding:10px 32px;border:0;border-radius:8px;background:#3b82f6;color:#fff;font-size:15px;font-weight:800;cursor:pointer;transition:background .15s}.label-modal-print-btn:hover{background:#2563eb}.label-modal-print-btn:disabled{background:#94a3b8;cursor:not-allowed}@media(max-width:980px){.ontime-report-shell,.product-register-workspace{grid-template-columns:1fr}.ontime-report-sidebar{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid #dbe3ef}.ontime-report-sidebar section{min-width:150px}.product-register-panel{border-left:0;border-top:1px solid #cbd5e1}}.login-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px 48px;gap:28px;max-width:680px;margin:0 auto;width:100%}.login-hero{text-align:center}.login-hero-title{margin:0;font-size:36px;font-weight:800;color:#0f172a;letter-spacing:-.03em}.login-hero-sub{margin:8px 0 0;font-size:15px;color:#64748b;font-weight:400}.login-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;width:100%}.login-role-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 16px 20px;background:#ffffffc7;border:1px solid rgba(226,232,240,.95);border-radius:var(--radius-lg);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-align:center;color:#475569;font:inherit;outline:none}.login-role-card:hover{background:#fff;border-color:#fdba74;transform:translateY(-2px)}.login-role-card--active{background:#fff7edf0;border-color:var(--brand);color:#0f172a;box-shadow:0 0 0 1px #f9731638,0 16px 34px #f9731621}.login-role-card--active:hover{background:#fff7ed;border-color:var(--brand-hover)}.login-role-icon{font-size:32px;line-height:1;margin-bottom:2px}.login-role-label{font-size:16px;font-weight:700;color:inherit;transition:color .2s}.login-role-card--active .login-role-label{color:var(--brand)}.login-role-desc{font-size:12px;line-height:1.4;color:#64748b}.login-role-card--active .login-role-desc{color:#64748b}.login-role-auth-badge{display:inline-block;margin-top:4px;padding:3px 10px;border-radius:999px;background:#f1f5f9;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#64748b}.login-role-card--active .login-role-auth-badge{background:#f9731626;color:var(--brand)}.login-auth-card{width:100%;background:#ffffffd1;border:1px solid rgba(255,255,255,.7);border-radius:var(--radius-lg);padding:28px;display:flex;flex-direction:column;gap:20px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 70px #0f172a1f}.login-field-row{display:flex;gap:14px}.login-field{display:flex;flex-direction:column;gap:6px;flex:1}.login-field--narrow{flex:0 0 140px}.login-field-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.login-input{background:#fff!important;border:1px solid #dbe3ef!important;border-radius:var(--radius-md)!important;color:#0f172a!important;padding:14px 16px!important;font-size:15px!important;font-weight:500;transition:all .2s}.login-input::placeholder{color:#94a3b8}.login-input:focus{border-color:var(--brand)!important;box-shadow:0 0 0 3px #f9731626!important;background:#fff!important}.login-input--password{font-size:18px!important;letter-spacing:.05em}.login-password-wrap{position:relative;display:flex;align-items:center}.login-password-wrap .login-input{width:100%;padding-right:52px!important}.login-password-toggle{position:absolute;right:6px;display:flex;align-items:center;justify-content:center;width:40px;height:36px;border:0;border-radius:var(--radius-sm, 6px);background:transparent;color:#94a3b8;line-height:0;cursor:pointer;transition:background .15s,color .15s}.login-password-toggle:hover{background:#f1f5f9;color:#0f172a}.login-password-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.login-pin-display-wrap{display:flex;flex-direction:column;align-items:center;gap:12px}.login-pin-display{display:flex;justify-content:center;gap:14px}.login-pin-dot{width:18px;height:18px;border-radius:50%;border:2px solid #cbd5e1;background:transparent;transition:all .2s cubic-bezier(.4,0,.2,1)}.login-pin-dot--filled{background:var(--brand);border-color:var(--brand);box-shadow:0 0 8px #f9731666;transform:scale(1.15)}.login-pin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:340px;margin:0 auto;width:100%}.login-pin-key{display:flex;align-items:center;justify-content:center;height:64px;border-radius:var(--radius-md);background:#fff;border:1px solid #dbe3ef;color:#0f172a;font-size:24px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .15s ease;outline:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.login-pin-key:hover:not(:disabled){background:#fff7ed;border-color:#fdba74;transform:scale(1.03)}.login-pin-key:active:not(:disabled){transform:scale(.96);background:#f9731626;border-color:var(--brand)}.login-pin-key:disabled{opacity:.3;cursor:not-allowed}.login-pin-key--action{font-size:14px;font-weight:600;color:#64748b;letter-spacing:.02em}.login-pin-key--action:hover:not(:disabled){color:#f87171;border-color:#f871714d}.login-submit-btn{width:100%;padding:18px;border:none;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--brand) 0%,var(--brand-hover) 100%);color:#fff;font-size:17px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .25s ease;outline:none;min-height:56px;letter-spacing:.01em}.login-submit-btn:hover:not(:disabled){box-shadow:0 6px 24px -4px #f9731680;transform:translateY(-1px)}.login-submit-btn:active:not(:disabled){transform:translateY(0)}.login-submit-btn:disabled{opacity:.4;cursor:not-allowed}.login-submit-btn--pin{margin-top:4px;max-width:340px;align-self:center}.login-error{margin:0;padding:10px 16px;border-radius:var(--radius-sm);background:#dc26261f;border:1px solid rgba(220,38,38,.25);color:#b91c1c;font-size:14px;font-weight:500;text-align:center;animation:login-shake .4s ease}@keyframes login-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.login-offline-notice{margin:0;padding:10px 20px;border-radius:var(--radius-sm);background:#d977061a;border:1px solid rgba(217,119,6,.2);color:#fbbf24;font-size:13px;text-align:center;font-weight:500}.login-system-info{width:100%;max-width:520px;margin:28px auto 0;padding:20px 24px;background:#ffffffb8;border:1px solid rgba(226,232,240,.95);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-system-info-title{margin:0 0 14px;font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#f97316e6}.login-system-info-grid{display:flex;flex-direction:column;gap:8px}.login-system-info-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #edf2f7}.login-system-info-row:last-child{border-bottom:none}.login-system-info-label{font-size:13px;font-weight:500;color:#64748b}.login-system-info-value{font-size:13px;font-weight:700;color:#172333}.login-system-info-value--ok{color:#34d399}.login-system-info-value--warn{color:#fbbf24}.login-system-info-value--muted{color:#94a3b8;font-weight:500}.login-footer{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 32px;font-size:12px;color:#475569;border-top:1px solid rgba(226,232,240,.75);flex-shrink:0}.settings-card{background:#fff;border:1px solid #f1f5f9;border-radius:10px;padding:12px 16px;box-shadow:0 1px 2px #0f172a03,0 2px 6px #0f172a08;margin-bottom:12px;transition:all .2s ease}.settings-card:hover{box-shadow:0 3px 12px #0f172a0d;border-color:#e2e8f0}.settings-card-title{font-size:14px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:6px;margin-bottom:4px}.settings-card-description{font-size:12px;color:#64748b;margin:0 0 10px}.settings-user-list{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.settings-user-row{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid #f1f5f9;transition:background-color .15s ease}.settings-user-row:last-child{border-bottom:none}.settings-user-row:hover{background-color:#f8fafc}.settings-user-info{display:flex;align-items:center;gap:10px}.settings-user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#f973161f,#f973160a);color:var(--brand, #ea580c);font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(249,115,22,.15);text-transform:uppercase}.settings-user-details{display:flex;flex-direction:column;gap:1px}.settings-user-name{font-size:13px;font-weight:700;color:#0f172a}.settings-user-username{font-size:11px;color:#64748b}.settings-user-meta{display:flex;align-items:center;gap:12px}.settings-user-date{font-size:11px;color:#64748b}.settings-device-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin-top:8px}.settings-device-card{display:flex;flex-direction:column;padding:12px 16px;border:1px solid #f1f5f9;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0f172a03,0 2px 6px #0f172a08;transition:all .2s ease}.settings-device-card:hover{box-shadow:0 3px 12px #0f172a0d;border-color:#e2e8f0}.settings-device-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.settings-device-title{font-size:12px;font-weight:700;color:#475569}.settings-device-name{font-size:14px;font-weight:800;color:#0f172a;margin-bottom:2px}.settings-device-meta{font-size:11px;color:#64748b;margin-bottom:10px}.settings-device-actions{display:flex;gap:6px;margin-top:auto;align-items:center}.status-pulse{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#475569}.status-pulse-dot{width:6px;height:6px;border-radius:50%;position:relative;flex-shrink:0}.status-pulse-dot:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;animation:pulse-ring 1.5s cubic-bezier(.215,.61,.355,1) infinite}.status-pulse-dot.online{background:#10b981}.status-pulse-dot.online:after{background:#10b981}.status-pulse-dot.offline{background:#94a3b8}.status-pulse-dot.offline:after{display:none}.status-pulse-dot.warning{background:#eab308}.status-pulse-dot.warning:after{background:#eab308}@keyframes pulse-ring{0%{transform:scale(.95);opacity:.8}50%{opacity:.3}to{transform:scale(2.5);opacity:0}}.settings-form-row-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:10px}.settings-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.settings-form-container{padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px}.settings-edit-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px}.rv{display:grid;grid-template-columns:65fr 35fr;height:100%;overflow:hidden}.rv-card{background:var(--surface-default);border:1px solid var(--surface-border);border-radius:var(--radius-md);padding:16px}.rv-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;min-width:44px;padding:10px 16px;border-radius:var(--radius-md);font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;border:1px solid var(--surface-border);background:var(--surface-default);color:var(--ink);white-space:nowrap}.rv-btn:hover:not(:disabled){background:var(--surface-hover)}.rv-btn:disabled{opacity:.4;cursor:not-allowed}.rv-btn--primary{background:var(--brand);color:#fff;border-color:var(--brand)}.rv-btn--primary:hover:not(:disabled){background:var(--brand-hover)}.rv-btn--secondary{background:var(--surface-default)}.rv-btn--danger{background:transparent;color:var(--danger);border-color:#dc262633}.rv-btn--danger:hover:not(:disabled){background:var(--danger-bg)}.rv-btn--add{background:var(--brand);color:#fff;border-color:var(--brand);font-size:13px;padding:8px 14px}.rv-btn--add:hover:not(:disabled){background:var(--brand-hover)}.rv-btn--sm{padding:8px 12px;font-size:13px}.rv-input{background:var(--surface-default);border:1px solid var(--surface-border);border-radius:var(--radius-md);padding:10px 14px;font:inherit;font-size:14px;min-height:44px;outline:none;transition:border-color .2s;color:var(--ink)}.rv-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #f973161a}.rv-input--small{width:120px}.rv-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.02em}.rv-badge--ok{background:var(--ok-bg);color:var(--ok)}.rv-badge--muted{background:var(--surface-hover);color:var(--muted)}.rv-inline-field{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--muted)}.rv-meta-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:2px}.rv-left{display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--surface-border);background:var(--bg-color)}.rv-shift-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;border-radius:0;border-left:0;border-right:0;border-top:0;padding:8px 14px}.rv-shift-bar .rv-meta-label{font-size:10px}.rv-shift-info{font-size:12px}.rv-shift-status{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.rv-shift-info{font-size:13px;color:var(--muted)}.rv-shift-info strong{color:var(--ink)}.rv-shift-actions{display:flex;align-items:center;gap:10px}.rv-shift-open{display:flex;align-items:center;gap:12px;width:100%}.rv-cart-header{display:flex;align-items:center;justify-content:space-between;padding:6px 16px;flex-shrink:0}.rv-cart-title{margin:0;font-size:16px;font-weight:700}.rv-cart-subtitle{font-size:12px;color:var(--muted)}.rv-cart-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.rv-btn--suspend{background:#f9731614;color:var(--brand);border-color:#f9731640;font-size:13px;padding:8px 14px}.rv-btn--suspend:hover:not(:disabled){background:#f9731626;border-color:var(--brand)}.rv-btn--parked-badge{background:var(--attention-bg, rgba(245, 158, 11, .1));color:var(--attention, #d97706);border-color:#f59e0b4d;font-size:13px;font-weight:700;padding:8px 14px;animation:rv-parked-pulse 2s ease-in-out infinite}@keyframes rv-parked-pulse{0%,to{opacity:1}50%{opacity:.7}}.rv-btn--parked-badge:hover:not(:disabled){background:#f59e0b33;border-color:var(--attention, #d97706)}.rv-cart-lines{flex:1;overflow-y:auto;padding:0 20px}.rv-line{display:grid;grid-template-columns:28px minmax(150px,1fr) 74px 96px minmax(126px,.8fr) minmax(128px,auto) 44px;align-items:center;gap:12px;padding:5px 10px;border-radius:var(--radius-sm);transition:background-color .1s}.rv-line--header{position:sticky;top:0;z-index:2;min-height:34px;padding-top:7px;padding-bottom:7px;border-bottom:1px solid var(--surface-border);border-radius:0;background:var(--surface-default);color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.rv-line--header>span:nth-child(1){text-align:center}.rv-line--header>span:nth-child(3),.rv-line--header>span:nth-child(4){text-align:center}.rv-line--header>span:nth-child(5){text-align:right}.rv-line--header:hover{background:var(--surface-default)}.rv-line--stripe{background:var(--surface-hover)}.rv-line:hover{background:#f973160a}.rv-line-num{font-size:12px;font-weight:700;color:var(--muted);min-width:24px;text-align:center}.rv-line-body{flex:1;min-width:0}.rv-line-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.rv-line-meta{font-size:11px;color:var(--muted);margin-top:1px;line-height:1.2}.rv-line-qty{display:flex;align-items:center;gap:4px}.rv-qty-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);border:1px solid var(--surface-border);background:var(--surface-default);color:var(--ink);font-size:18px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;min-height:44px;min-width:44px}.rv-qty-btn:hover:not(:disabled){background:var(--surface-hover);border-color:var(--brand)}.rv-qty-btn:active:not(:disabled){transform:scale(.93)}.rv-qty-btn:disabled{opacity:.3;cursor:not-allowed}.rv-qty-value{font-size:15px;font-weight:700;min-width:42px;text-align:center}.rv-qty-value--editable{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px dashed transparent;border-radius:var(--radius-sm);cursor:pointer;padding:4px 8px;font:inherit;font-size:15px;font-weight:700;color:var(--ink);min-height:36px;min-width:42px;transition:all .15s}.rv-qty-value--editable:hover{border-color:var(--brand);background:#f973160f;color:var(--brand)}.rv-input--qty-inline{width:52px!important;min-width:44px;min-height:36px;padding:4px 6px!important;text-align:center;font-size:15px!important;font-weight:700;border:2px solid var(--brand)!important;border-radius:var(--radius-sm)!important}.rv-line-price{text-align:right;min-width:0}.rv-line-price strong{display:block;font-size:15px}.rv-line-unit{display:block;font-size:11px;color:var(--muted);margin-top:1px}.rv-line-wholesale{display:flex;flex-direction:column;align-items:flex-end;min-width:90px;color:#2563eb}.rv-line-wholesale strong{font-size:13px;font-weight:800}.rv-line-wholesale span{font-size:10px;font-weight:800;color:#2563eb;white-space:nowrap}.rv-line-wholesale-empty{color:#cbd5e1!important}.rv-line-discount-display{display:block;margin-top:3px;font-size:12px;font-weight:700;color:#dc2626;background:#dc262614;padding:2px 8px;border-radius:4px;white-space:nowrap;animation:rv-discount-slide .15s ease}.rv-line-promo-display,.rv-line-wholesale-discount{display:inline-flex;align-items:center;gap:3px;margin-top:3px;padding:2px 7px;border-radius:6px;font-size:11px;font-weight:800;white-space:normal;max-width:150px;line-height:1.25;text-align:right}.rv-line-promo-display{background:#10b9811f;color:#059669}.rv-line-wholesale-discount{background:#2563eb1f;color:#2563eb}.rv-line-remove{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-height:44px;min-width:44px;border:none;background:transparent;color:var(--muted);font-size:14px;cursor:pointer;border-radius:var(--radius-sm);transition:all .15s;font-family:inherit}.rv-line-remove:hover:not(:disabled){background:var(--danger-bg);color:var(--danger)}.rv-line-remove:disabled{opacity:.2;cursor:not-allowed}.rv-line-discount-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-height:44px;min-width:44px;border:1px solid var(--surface-border);background:transparent;color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;border-radius:var(--radius-sm);transition:all .15s;font-family:inherit}.rv-line-discount-toggle:hover{background:#f973160f;color:var(--brand);border-color:var(--brand)}.rv-line-discount-toggle--active{background:#f973161a;color:var(--brand);border-color:var(--brand)}.rv-line-discount-toggle--has{color:var(--ok);border-color:var(--ok)}.rv-line-discount-toggle--has:hover{color:var(--ok);border-color:var(--ok);background:var(--ok-bg)}.rv-line-discount-row{display:flex;align-items:center;gap:8px;padding:8px 12px 10px 48px;background:#f9731608;border-bottom:1px solid var(--surface-border);animation:rv-discount-slide .15s ease}@keyframes rv-discount-slide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.rv-discount-type-toggle{display:flex;gap:2px;flex-shrink:0}.rv-discount-type-btn{display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px 12px;border:1px solid var(--surface-border);background:var(--surface-default);color:var(--muted);font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.rv-discount-type-btn:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.rv-discount-type-btn:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.rv-discount-type-btn:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.rv-discount-type-btn--active{background:var(--brand);color:#fff;border-color:var(--brand)}.rv-discount-type-btn--active:hover:not(:disabled){background:var(--brand-hover);color:#fff}.rv-input--discount{width:120px;min-height:44px;font-size:14px!important;font-weight:600;padding:8px 12px!important}.rv-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;color:var(--muted)}.rv-cart-empty-icon{font-size:52px;margin-bottom:16px;opacity:.4}.rv-cart-empty p{margin:0;font-size:16px;font-weight:600}.rv-cart-empty-hint{font-size:13px;margin-top:8px!important;font-weight:400}.rv-cart-footer{flex-shrink:0;padding:16px 20px 20px;border-top:1px solid var(--surface-border);background:var(--surface-default)}.rv-total-row{display:flex;justify-content:space-between;padding:6px 0;font-size:15px;font-weight:500}.rv-total-row--discount{color:var(--ok);font-size:13px}.rv-total-row--grand{font-size:22px;font-weight:800;padding:10px 0 14px;border-top:2px solid var(--surface-border);margin-top:6px}.rv-sale-discount-area{padding:6px 0}.rv-sale-discount-toggle{display:flex;align-items:center;gap:6px;width:100%;min-height:40px;padding:8px 12px;border:1px dashed var(--surface-border);border-radius:var(--radius-sm);background:transparent;color:var(--muted);font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-align:left}.rv-sale-discount-toggle:hover{border-color:var(--brand);color:var(--brand);background:#f9731608}.rv-sale-discount-toggle--active{border-color:var(--brand);border-style:solid;color:var(--brand);background:#f973160d}.rv-sale-discount-toggle--has{color:var(--ok);border-color:var(--ok);border-style:solid;background:#0596690a}.rv-sale-discount-controls{display:flex;align-items:center;gap:8px;margin-top:8px;padding:10px;background:var(--surface-hover);border-radius:var(--radius-sm);animation:rv-discount-slide .15s ease}.rv-pay-btn{width:100%;min-height:72px;padding:20px;border:none;border-radius:var(--radius-lg);background:linear-gradient(135deg,#059669,#047857);color:#fff;font-size:24px;font-weight:800;font-family:inherit;cursor:pointer;transition:all .2s ease;letter-spacing:.02em;margin-top:4px;display:flex;align-items:center;justify-content:center;gap:12px}.rv-pay-btn:hover:not(:disabled){box-shadow:0 8px 24px -4px #05966980;transform:translateY(-1px)}.rv-pay-btn:active:not(:disabled){transform:translateY(0)}.rv-pay-btn:disabled{opacity:.35;cursor:not-allowed}.rv-cart-checkout-actions{display:grid;grid-template-columns:minmax(132px,.22fr) minmax(0,1fr);gap:10px;align-items:stretch}.rv-cart-checkout-actions .rv-pay-btn{margin-top:4px}.rv-print-cart-btn{min-height:72px;margin-top:4px;border:1px solid #cbd5e1;border-radius:var(--radius-lg);background:#fff;color:#334155;font-size:16px;font-weight:900;font-family:inherit;cursor:pointer;transition:all .2s ease}.rv-print-cart-btn:hover:not(:disabled){border-color:#0f766e;color:#0f766e;background:#0f766e0f}.rv-print-cart-btn:disabled{opacity:.45;cursor:not-allowed}.rv-cart-print-status{margin-top:8px;color:#0f766e;font-size:12px;font-weight:800;text-align:right}.rv-last-sale{margin:12px 20px 20px;padding:14px 16px}.rv-last-sale-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:13px;font-weight:600;color:var(--muted)}.rv-last-sale-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px}.rv-last-sale-grid>div{font-size:14px}.rv-last-sale-grid strong{font-size:15px}.rv-change-amount{color:var(--brand)}.rv-right{display:flex;flex-direction:column;overflow:hidden;padding:16px;gap:12px;background:var(--bg-color)}.rv-search-card{padding:12px}.rv-search-card--left{border-radius:0;border-left:0;border-right:0;padding:6px 16px;flex-shrink:0}.rv-search-card--left .rv-scanner-hint{margin:4px 0 0;font-size:11px}.rv-search-row{position:relative;display:flex;gap:8px}.rv-search-dropdown{top:calc(100% + 4px);left:0;right:96px}.rv-search-input{flex:1;font-size:15px!important;padding:12px 16px!important}.rv-qty-multiplier{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0}.rv-qty-multiplier-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.rv-input--qty-mult{width:56px!important;min-height:44px;padding:8px 4px!important;text-align:center;font-size:17px!important;font-weight:800;color:var(--brand);border:2px solid var(--surface-border)!important;border-radius:var(--radius-sm)!important}.rv-input--qty-mult:focus{border-color:var(--brand)!important;box-shadow:0 0 0 3px #f9731626!important}.rv-scanner-hint{margin:8px 0 0;font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}.rv-category-bar{display:flex;flex-wrap:wrap;gap:6px;flex-shrink:0;max-height:100px;overflow-y:auto;scrollbar-width:thin}.rv-cat-pill{height:30px;padding:0 14px;border-radius:999px;border:1px solid var(--surface-border);background:var(--surface-default);font:inherit;font-size:12px;font-weight:600;color:var(--muted);cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;white-space:nowrap}.rv-cat-pill:hover{border-color:var(--brand);color:var(--brand)}.rv-cat-pill--active{background:var(--brand);color:#fff;border-color:var(--brand)}.rv-cat-pill--active:hover{background:var(--brand-hover)}.rv-cat-select{height:30px;padding:0 26px 0 12px;border:1px solid var(--surface-border);border-radius:999px;background:#fff;color:var(--text);font-size:12px;font-weight:600;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23475569' d='M5 6L0 0h10z'/></svg>");background-repeat:no-repeat;background-position:right 10px center}.rv-cat-select:hover{border-color:var(--brand);color:var(--brand)}.rv-category-bar--compact{flex-wrap:nowrap;overflow:visible;position:relative;z-index:20}.rv-cat-combobox{position:relative;min-width:144px}.rv-cat-select--button{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:144px;max-width:220px;background-image:none}.rv-cat-select--button span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rv-cat-select--active{border-color:var(--brand);color:var(--brand);background:#f9731614}.rv-cat-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:min(300px,calc(100vw - 40px));max-height:360px;display:flex;flex-direction:column;padding:8px;border:1px solid var(--surface-border);border-radius:8px;background:#fff;box-shadow:0 18px 38px #0f172a2e;z-index:100}.rv-cat-search{height:36px;flex-shrink:0;padding:0 10px;border:1px solid #cbd5e1;border-radius:6px;color:var(--text);font:inherit;font-size:13px;font-weight:600}.rv-cat-search:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #f9731624}.rv-cat-dropdown-list{min-height:0;overflow:auto;margin-top:6px;padding-right:2px}.rv-cat-option{width:100%;min-height:34px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#1e293b;font:inherit;font-size:13px;font-weight:700;text-align:left;cursor:pointer}.rv-cat-option:hover{background:#f1f5f9}.rv-cat-option--active{background:#f973161f;color:var(--brand)}.rv-cat-empty{padding:16px 10px;color:var(--muted);font-size:13px;font-weight:600;text-align:center}.rv-cat-clear{width:30px;height:30px;flex:0 0 30px;border:1px solid #fecaca;border-radius:999px;background:#fff5f5;color:#ef4444;font-size:18px;font-weight:900;line-height:1;cursor:pointer}.rv-cat-clear:hover{background:#fee2e2}.rv-variant-panel{flex-shrink:0}.rv-variant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.rv-variant-header h3{margin:0;font-size:15px}.rv-variant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px}.rv-variant-tile{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 10px;border-radius:var(--radius-md);border:1px solid var(--surface-border);background:var(--surface-default);cursor:pointer;font:inherit;text-align:center;transition:all .15s;min-height:44px}.rv-variant-tile:hover:not(:disabled){border-color:var(--brand);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.rv-variant-tile:disabled{opacity:.4;cursor:not-allowed}.rv-variant-tile strong{font-size:14px}.rv-variant-tile span{font-size:12px;color:var(--muted)}.rv-variant-price{color:var(--brand)!important;font-weight:700!important}.rv-catalog-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.rv-fav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px}.rv-fav-tile{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px 12px;border-radius:var(--radius-md);border:1px solid var(--surface-border);background:var(--surface-default);cursor:pointer;font:inherit;text-align:left;transition:all .15s;min-height:44px}.rv-fav-tile:hover:not(:disabled){border-color:var(--brand);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.rv-fav-tile:disabled{opacity:.4;cursor:not-allowed}.rv-fav-cat{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--brand);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.rv-fav-name{font-size:13px;line-height:1.3}.rv-fav-price{font-size:14px;font-weight:700;color:var(--brand);margin-top:auto}.rv-discount-quick-row{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap}.rv-discount-quick-btn{padding:6px 14px;border-radius:999px;border:1px solid var(--brand);background:#fff;color:var(--brand);font-weight:700;font-size:13px;cursor:pointer;transition:all .12s ease}.rv-discount-quick-btn:hover{background:var(--brand);color:#fff}.rv-sale-success-toast{position:fixed;top:70px;left:50%;transform:translate(-50%);z-index:9999;padding:14px 22px;border-radius:10px;background:linear-gradient(135deg,#059669,#10b981);color:#fff;font-size:15px;font-weight:800;letter-spacing:.02em;box-shadow:0 12px 32px #10b98159;animation:rv-toast-pop .25s ease-out}@keyframes rv-toast-pop{0%{transform:translate(-50%,-8px);opacity:0}to{transform:translate(-50%);opacity:1}}.rv-top-seller-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#ea580c;margin:4px 0 6px}.rv-top-seller-tile{border-color:#ea580c73;background:linear-gradient(180deg,rgba(255,247,237,.85),var(--surface-default))}.rv-top-seller-tile .rv-fav-cat{color:#ea580c}.rv-catalog-list{display:flex;flex-direction:column;gap:2px}.rv-catalog-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);transition:background .1s}.rv-catalog-row:hover{background:var(--surface-hover)}.rv-catalog-info{flex:1;min-width:0}.rv-catalog-info strong{display:block;font-size:14px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rv-catalog-meta{display:block;font-size:12px;color:var(--muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.rv-catalog-price{font-size:15px;font-weight:700;color:var(--brand);white-space:nowrap}.rv-catalog-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px}.rv-empty-text{color:var(--muted);font-size:14px;text-align:center;margin:0}.rv-quick-actions{display:flex;gap:8px;flex-shrink:0}.rv-quick-actions .rv-btn{flex:1}.rv-quick-action-status{margin-top:8px;padding:8px 10px;border:1px solid var(--surface-border, #dbe3ef);border-radius:8px;background:#f8fafc;color:var(--muted);font-size:12px;font-weight:700}.rv-modal-overlay{position:fixed;inset:0;z-index:100;background:#0f172ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.rv-modal{position:relative;width:100%;max-width:520px;max-height:calc(100vh - 48px);overflow-y:auto;background:var(--surface-default);border-radius:var(--radius-lg);padding:32px 28px;text-align:center;box-shadow:0 20px 60px -12px #0006;animation:rv-modal-in .25s cubic-bezier(.4,0,.2,1);scrollbar-width:thin}@keyframes rv-modal-in{0%{transform:scale(.95) translateY(12px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.rv-modal--pay{max-width:800px;padding:20px 24px;text-align:left}.rv-pay-close-row{display:flex;justify-content:flex-end;margin-bottom:2px}.rv-modal-close--inline{position:static;margin:0}.rv-pay-grid{display:grid;grid-template-columns:1fr 280px;gap:24px;margin-top:12px}.rv-pay-left{display:flex;flex-direction:column;gap:0}.rv-pay-right{display:flex;flex-direction:column;gap:14px;padding-left:20px;border-left:1px solid var(--surface-border)}.rv-pay-total-card{text-align:center;padding:16px 12px;background:var(--bg-color);border-radius:var(--radius-md)}.rv-pay-total-card .rv-modal-total{font-size:36px}.rv-pay-section-label{text-align:left;margin-bottom:10px}.rv-split-section--always{margin-top:8px;padding-top:12px;border-top:1px dashed var(--surface-border)}.rv-split-section--always .rv-split-add-row{margin-bottom:10px}.rv-split-empty-hint{margin:6px 0 0;font-size:12px;color:var(--muted);font-style:italic}.rv-modal-close{position:absolute;top:20px;right:20px;min-height:44px;min-width:44px;padding:10px 16px;border:1px solid var(--surface-border);border-radius:var(--radius-md);background:var(--surface-default);color:var(--muted);font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.rv-modal-close:hover:not(:disabled){background:var(--surface-hover);color:var(--ink)}.rv-modal-close:disabled{opacity:.3}.rv-modal-label{margin:0;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.rv-modal-total{margin:6px 0 2px;font-size:40px;font-weight:800;color:var(--ink);line-height:1.1;letter-spacing:-.03em}.rv-modal-summary{margin:0 0 16px;font-size:13px;color:var(--muted)}.rv-modal-methods{display:flex;flex-direction:column;gap:10px}.rv-modal-method{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:54px;padding:14px 20px;border:none;border-radius:var(--radius-md);font:inherit;font-size:17px;font-weight:700;color:#fff;cursor:pointer;transition:all .2s ease;letter-spacing:.01em}.rv-modal-method:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px -6px #0000004d}.rv-modal-method:active:not(:disabled){transform:translateY(0)}.rv-modal-method:disabled{opacity:.4;cursor:not-allowed}.rv-modal-method-icon{font-size:22px}.rv-modal-method-label{flex:1;text-align:left}.rv-modal-method--cash{background:linear-gradient(135deg,#059669,#047857)}.rv-modal-method--card{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-hover) 100%)}.rv-modal-method--transfer{background:linear-gradient(135deg,#0891b2,#0e7490)}.rv-modal-method--qpay{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.rv-modal-method--credit{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.rv-modal-method--active{box-shadow:0 0 0 3px #2563eb66,0 8px 24px -6px #2563eb4d}.rv-split-section{text-align:left}.rv-tender-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.rv-tender-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--surface-default);border:1px solid var(--surface-border);border-radius:var(--radius-md);animation:rv-modal-in .15s ease}.rv-tender-badge{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:6px 10px;border-radius:var(--radius-sm);font-size:12px;font-weight:700;color:#fff;white-space:nowrap}.rv-tender-badge--cash{background:#059669}.rv-tender-badge--bank_terminal{background:var(--brand)}.rv-tender-badge--bank_transfer{background:#0891b2}.rv-tender-badge--qr_wallet{background:#2563eb}.rv-tender-badge--credit{background:#7c3aed}.rv-tender-amount{flex:1;text-align:right;font-size:18px!important;font-weight:700!important;padding:8px 10px!important;border:2px solid var(--surface-border)!important;border-radius:var(--radius-sm)!important;min-height:40px}.rv-tender-amount:focus{border-color:var(--brand)!important;box-shadow:0 0 0 2px #f9731626!important}.rv-tender-currency{font-size:16px;font-weight:700;color:var(--muted)}.rv-tender-remove{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--surface-border);border-radius:var(--radius-sm);background:var(--surface-default);color:var(--muted);font-size:14px;cursor:pointer;transition:all .15s}.rv-tender-remove:hover:not(:disabled){background:#fef2f2;border-color:#ef4444;color:#ef4444}.rv-split-totals{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:var(--bg-color);border-radius:var(--radius-md);margin-bottom:12px}.rv-split-total-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.rv-split-total-row span{color:var(--muted)}.rv-split-total-row strong{font-size:16px}.rv-split-total-row--remaining strong{color:#dc2626}.rv-split-total-row--change strong,.rv-split-total-row--exact strong{color:#059669}.rv-split-add-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:14px}.rv-split-add-label{font-size:12px;font-weight:600;color:var(--muted);margin-right:2px}.rv-split-add-btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:36px;padding:6px 10px;border:1px solid var(--surface-border);border-radius:var(--radius-sm);background:var(--surface-default);font:inherit;font-size:16px;cursor:pointer;transition:all .15s}.rv-split-add-btn:hover:not(:disabled){border-color:var(--brand);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.rv-split-add-btn:disabled{opacity:.4;cursor:not-allowed}.rv-split-checkout-btn{width:100%;min-height:52px;padding:14px 20px;border:none;border-radius:var(--radius-md);background:linear-gradient(135deg,#059669,#047857);color:#fff;font:inherit;font-size:17px;font-weight:700;cursor:pointer;transition:all .2s ease;letter-spacing:.01em}.rv-split-checkout-btn:hover:not(:disabled){box-shadow:0 6px 20px -4px #05966980;transform:translateY(-1px)}.rv-split-checkout-btn:disabled{opacity:.4;cursor:not-allowed}.rv-split-toggle-row{margin-top:14px;text-align:center}.rv-split-toggle-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;border:2px dashed var(--surface-border);border-radius:var(--radius-md);background:transparent;color:var(--muted);font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.rv-split-toggle-btn:hover:not(:disabled){border-color:var(--brand);color:var(--brand);background:#f973160a}.rv-qpay-panel{margin-top:20px;padding:24px;background:linear-gradient(135deg,#2563eb0a,#2563eb14);border:2px solid rgba(37,99,235,.15);border-radius:var(--radius-lg);text-align:center;animation:rv-modal-in .3s cubic-bezier(.4,0,.2,1)}.rv-qpay-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px;color:var(--muted);font-size:15px;font-weight:500}.rv-qpay-spinner{width:40px;height:40px;border:4px solid rgba(37,99,235,.15);border-top-color:#2563eb;border-radius:50%;animation:rv-qpay-spin .8s linear infinite}@keyframes rv-qpay-spin{to{transform:rotate(360deg)}}.rv-qpay-qr-container{display:flex;flex-direction:column;align-items:center;gap:12px}.rv-qpay-amount{font-size:30px;font-weight:800;line-height:1.1;color:#1d4ed8;font-variant-numeric:tabular-nums}.rv-qpay-instruction{margin:0;font-size:16px;font-weight:700;color:#1d4ed8}.rv-qpay-countdown{margin:0;font-size:13px;font-weight:600;color:var(--muted);font-variant-numeric:tabular-nums}.rv-qpay-countdown--urgent{color:#b45309}.rv-qpay-offline{margin:0;max-width:320px;padding:8px 12px;border-radius:var(--radius-sm);background:#d977061a;border:1px solid rgba(217,119,6,.3);font-size:12px;font-weight:600;line-height:1.4;color:#b45309;text-align:center}.rv-qpay-qr-image{width:min(240px,60vw);height:min(240px,60vw);border-radius:var(--radius-md);border:3px solid #2563eb;padding:8px;background:#fff;box-shadow:0 4px 16px #2563eb26}.rv-qpay-qr-text{padding:12px 20px;background:var(--surface-default);border:1px solid var(--surface-border);border-radius:var(--radius-sm);font-size:12px;word-break:break-all;max-width:360px}.rv-qpay-waiting{display:flex;align-items:center;justify-content:center;gap:10px;margin:4px 0 0;font-size:14px;font-weight:600;color:#2563eb}.rv-qpay-pulse{display:inline-block;width:10px;height:10px;border-radius:50%;background:#2563eb;animation:rv-qpay-pulse-anim 1.5s ease-in-out infinite}@keyframes rv-qpay-pulse-anim{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.4}}.rv-qpay-deeplinks{margin-top:8px;width:100%}.rv-qpay-deeplinks-label{margin:0 0 8px;font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.rv-qpay-deeplinks-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.rv-qpay-deeplink{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--surface-border);border-radius:var(--radius-sm);background:var(--surface-default);color:var(--ink);font-size:12px;font-weight:600;text-decoration:none;transition:all .15s;min-height:36px}.rv-qpay-deeplink:hover{border-color:#2563eb;color:#2563eb;box-shadow:0 2px 8px #2563eb1a}.rv-qpay-deeplink-logo{width:20px;height:20px;border-radius:4px;object-fit:contain}.rv-qpay-success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;color:var(--success, #16a34a);font-size:16px;font-weight:700}.rv-qpay-success-icon{font-size:48px}.rv-qpay-error{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;color:var(--danger, #dc2626);font-size:14px;font-weight:600}.rv-qpay-error-icon{font-size:40px}.rv-modal-receipt-type{margin-bottom:14px}.rv-receipt-toggle{display:flex;gap:8px}.rv-receipt-toggle-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 16px;border:2px solid var(--surface-border);border-radius:var(--radius-md);background:var(--surface-default);color:var(--muted);font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.rv-receipt-toggle-btn:hover:not(:disabled){border-color:var(--brand);color:var(--brand);background:#f973160a}.rv-receipt-toggle-btn--active{border-color:var(--brand);background:#f9731614;color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.rv-receipt-toggle-btn--active:hover:not(:disabled){background:#f973161f}.rv-receipt-toggle-btn:disabled{opacity:.4;cursor:not-allowed}.rv-modal-corporate-input{margin-bottom:20px;text-align:left}.rv-input--corporate{width:100%;min-height:48px;padding:14px 16px!important;font-size:18px!important;font-weight:600;letter-spacing:.05em;text-align:center;border:2px solid var(--brand)!important;border-radius:var(--radius-md)!important;background:#f973160a;transition:all .2s}.rv-input--corporate:focus{border-color:var(--brand)!important;box-shadow:0 0 0 3px #f9731626!important;background:#fff}.rv-input--corporate::placeholder{font-size:14px;font-weight:400;letter-spacing:0;color:#94a3b8}.rv-corporate-hint{margin:6px 0 0;font-size:12px;font-weight:500;text-align:center}.rv-corporate-hint--warn{color:var(--attention)}.rv-modal--suspended{max-width:560px}.rv-modal-title{margin:0 0 4px;font-size:22px;font-weight:800}.rv-suspended-list{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto;margin-top:16px}.rv-suspended-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:var(--surface-default);border:1px solid var(--surface-border);border-radius:var(--radius-md);transition:border-color .15s}.rv-suspended-card:hover{border-color:var(--brand)}.rv-suspended-info{flex:1;min-width:0}.rv-suspended-preview{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rv-suspended-meta{font-size:13px;color:var(--muted);margin-top:2px}.rv-suspended-time{font-size:11px;color:var(--muted);margin-top:2px}.rv-suspended-actions{display:flex;gap:6px;flex-shrink:0}.rv-suspended-empty{text-align:center;padding:40px 20px;color:var(--muted);font-size:14px}.rv-suspended-warn{margin:12px 0 0;padding:10px 14px;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:var(--radius-sm);color:var(--attention, #d97706);font-size:13px;font-weight:500;text-align:center}.rv-modal--cash-movement{max-width:440px}.rv-modal-form{display:flex;flex-direction:column;gap:16px;margin-top:20px}.rv-modal-field{display:flex;flex-direction:column;gap:6px}.rv-modal-field-label{font-size:13px;font-weight:600;color:var(--muted)}.rv-input--lg{font-size:22px;font-weight:700;padding:14px 16px;text-align:center;letter-spacing:.5px}.rv-textarea{resize:vertical;min-height:60px;font-size:14px;padding:10px 14px;font-family:inherit}.rv-btn--lg{font-size:16px;font-weight:700;padding:14px 20px;min-height:52px}.rv-blind-count-expected{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#22c55e0f;border:1px solid rgba(34,197,94,.15);border-radius:var(--radius-sm);margin-top:12px}.rv-blind-count-expected strong{font-size:18px;color:var(--success, #16a34a)}.rv-print-btn{margin-top:10px;width:100%}.rv-recent-sales{padding:14px 20px}.rv-recent-sales-title{margin:0 0 10px;font-size:15px;font-weight:700}.rv-recent-sales-list{display:flex;flex-direction:column;gap:6px}.rv-recent-sale-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;background:var(--surface-default);border:1px solid var(--surface-border);border-radius:var(--radius-sm);transition:border-color .15s}.rv-recent-sale-row:hover{border-color:var(--brand)}.rv-recent-sale-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.rv-recent-sale-info strong{font-size:13px}.rv-recent-sale-meta{font-size:12px;color:var(--muted)}.pos-topbar{display:flex;align-items:center;justify-content:space-between;padding:0 20px;gap:16px;height:52px;min-height:52px;border-bottom:1px solid var(--border, #e2e8f0);background:var(--surface-default, #fff);flex-shrink:0}.pos-topbar-left{display:flex;align-items:center;gap:16px}.pos-topbar-brand{margin:0;font-size:18px;font-weight:800;letter-spacing:-.01em;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-hover) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pos-topbar-nav{display:flex;gap:4px}.pos-nav-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;min-height:36px;border:1px solid transparent;border-radius:var(--radius-sm, 6px);background:transparent;color:var(--muted, #64748b);font:inherit;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .15s ease;white-space:nowrap}.pos-nav-btn:hover{background:var(--surface-hover, #f1f5f9);color:var(--ink, #0f172a);border-color:var(--surface-border, #e2e8f0)}.pos-nav-btn--active{background:#f9731614;color:var(--brand);border-color:#f9731633;font-weight:700}.pos-nav-btn--logout{color:var(--danger, #dc2626)}.pos-nav-btn--logout:hover{background:#dc26260f;color:var(--danger, #dc2626);border-color:#dc262626}.pos-topbar-right{display:flex;align-items:center;gap:14px;font-size:13px}.pos-topbar-meta{color:var(--muted, #64748b);font-weight:500;font-size:12px}.pos-topbar-user{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--ink, #0f172a)}.pos-topbar-role-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:999px;background:#f973161a;color:var(--brand);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.pos-topbar-status{display:flex;align-items:center;gap:5px;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.03em}.pos-topbar-status--online{color:var(--ok, #059669)}.pos-topbar-status--offline{color:var(--danger, #dc2626)}.pos-topbar-status--syncing{color:#d97706}.pos-topbar-clock{font-size:14px;font-weight:700;color:var(--ink, #0f172a);font-variant-numeric:tabular-nums;letter-spacing:.02em;padding:4px 10px;background:var(--surface-hover, #f1f5f9);border-radius:var(--radius-sm, 6px)}.inv{display:flex;flex-direction:column;height:100%;overflow:hidden}.inv-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;flex-shrink:0}.inv-header h2{margin:0;font-size:20px;font-weight:800}.inv-tab-bar{display:flex;gap:4px;padding:0 20px 12px;flex-shrink:0;overflow-x:auto}.inv-tab{display:flex;align-items:center;gap:6px;padding:10px 18px;min-height:44px;border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-md, 8px);background:var(--surface-default, #fff);color:var(--muted, #64748b);font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.inv-tab:hover{border-color:var(--brand);color:var(--brand)}.inv-tab--active{background:var(--brand);color:#fff;border-color:var(--brand)}.inv-tab--active:hover{background:var(--brand-hover)}.inv-body{flex:1;overflow-y:auto;padding:0 20px 20px}.inv-form-card{background:var(--surface-default, #fff);border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-lg, 12px);padding:24px;max-width:800px}.inv-form-card h3{margin:0 0 4px;font-size:18px;font-weight:800}.inv-form-desc{margin:0 0 20px;font-size:13px;color:var(--muted, #64748b)}.inv-form-section{background:var(--surface-default, #fff);border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-sm, 8px);padding:16px;margin-bottom:12px}.inv-form-row{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.inv-form-field{display:flex;flex-direction:column;gap:4px;flex:1;min-width:180px}.inv-form-field--narrow{flex:0 0 120px;min-width:0}.inv-form-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted, #64748b)}.inv-input{width:100%;padding:10px 14px;min-height:44px;border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-sm, 6px);background:var(--bg-color, #f8fafc);color:var(--ink, #0f172a);font:inherit;font-size:14px;transition:border-color .15s}.inv-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #f973161f}.inv-input--search{font-size:15px;padding:12px 16px}.stock-count-tab-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.stock-count-tab-tools .drp-container{flex:0 0 260px}.stock-count-search-row{align-items:flex-end;gap:8px;margin-bottom:10px}.stock-count-search-field{position:relative;flex:1 1 420px;min-width:260px}.stock-count-inline-filters{display:flex;align-items:center;gap:8px;flex:0 0 auto}.stock-count-inline-filters .drp-container,.stock-count-inline-filters .drp-trigger{min-width:190px}.stock-count-asof-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#ea580c1f;color:#ea580c;font-size:12px;font-weight:700;white-space:nowrap}.inv-lines{margin-top:16px}.inv-lines-header{display:grid;grid-template-columns:40px 1fr 100px 100px 100px 60px;gap:8px;padding:7px 8px;background:#edf6ff;border-bottom:1px solid #cbd5e1;border-radius:0;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;color:#475569;position:sticky;top:0;z-index:2;min-height:36px;align-items:center}.inv-lines-header span{padding:7px 8px;border-right:1px solid #e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inv-line-row{display:grid;grid-template-columns:40px 1fr 100px 100px 100px 60px;gap:8px;padding:7px 8px;align-items:center;border-bottom:1px solid #e5e7eb;font-size:12px;min-height:34px;transition:background .1s;color:#111827}.inv-line-row:nth-child(2n){background:#f8fbff}.inv-line-row:hover{background:#dbeafe}.inv-line-num{font-size:12px;font-weight:700;color:var(--muted, #64748b);text-align:center}.inv-line-name{font-weight:600}.count-history-record{border-bottom:1px solid #e5e7eb}.count-history-record>.inv-line-row,.count-history-record>.count-history-row{border-bottom:0}.count-history-record--draft{background:#a855f70b}.count-history-record--completed{background:#10b98109}.count-history-header,.count-history-row{grid-template-columns:34px 112px minmax(82px,1fr) 64px 58px 76px 176px!important}.count-history-row{cursor:pointer;border-left:3px solid var(--ok, #059669)}.count-history-record--draft .count-history-row{border-left-color:#a855f7}.count-history-type{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#334155}.count-history-status{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:68px;min-height:24px;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:800;line-height:1;white-space:nowrap}.count-history-status--completed{color:#047857;background:#10b9811f;border:1px solid rgba(16,185,129,.28)}.count-history-status--draft{color:#7c3aed;background:#a855f71f;border:1px solid rgba(168,85,247,.28)}.count-history-detail{padding:10px 12px 12px 46px;background:#f8fbff;border-top:1px solid #dbeafe}.count-history-detail-meta{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:10px;color:#334155;font-size:11px}.count-history-detail-meta span{min-width:0;padding:7px 8px;border:1px solid #dbe3ef;border-radius:4px;background:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.count-history-detail-grid{border:1px solid #dbe3ef;background:#fff;overflow:auto}.count-history-detail-grid .inv-lines-header,.count-history-detail-grid .inv-line-row{margin:0;min-width:680px}.count-history-detail-grid .inv-line-row{gap:8px}.count-history-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px;min-width:0;overflow:hidden}.count-history-action-btn,.count-history-load-btn{min-height:30px;padding:3px 8px;font-size:11px;white-space:nowrap}.count-history-load-btn{min-width:58px}.count-history-delete-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;border:1px solid rgba(220,38,38,.18);border-radius:999px;background:#fef2f2f2;color:#dc2626;font-size:15px;font-weight:800;line-height:1;cursor:pointer}.count-history-delete-btn:hover{background:#fee2e2;border-color:#dc262661}.count-variance-modal-backdrop{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:28px;background:#0f172a5c}.count-variance-modal{width:min(920px,calc(100vw - 56px));max-height:calc(100vh - 56px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #dbe3ef;border-radius:4px;background:#f8fafc;box-shadow:0 18px 48px #0f172a38}.count-variance-titlebar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid #e2e8f0;background:#fff}.count-variance-titlebar h3{margin:0;font-size:15px;color:#1e293b}.count-variance-titlebar p{margin:4px 0 0;color:#64748b;font-size:12px}.count-variance-close{width:28px;height:28px;border:0;border-radius:999px;background:#ef4444;color:#fff;font-weight:900;cursor:pointer}.count-variance-controls{display:flex;align-items:center;gap:12px;padding:12px 18px;background:#f1f5f9}.count-variance-date{flex:0 0 180px;padding:0;background:transparent;border:0}.count-variance-date .drp-container,.count-variance-date .drp-trigger{width:100%}.count-variance-date .drp-trigger{min-height:36px;height:36px;justify-content:flex-start;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:13px;font-weight:600;padding:0 12px}.count-variance-date .drp-dropdown{width:320px}.count-variance-note{flex:1;min-height:36px;height:36px;display:flex;align-items:center;gap:12px;padding:0 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;font-size:12px}.count-variance-note input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#1e293b;font:inherit;font-size:12px;font-weight:700;text-transform:uppercase}.count-variance-note input::placeholder{color:#94a3b8}.count-variance-grid{margin:0 18px;border:1px solid #dbe3ef;background:#fff;overflow:auto}.count-variance-header,.count-variance-row{display:grid;grid-template-columns:140px minmax(190px,1fr) 90px 90px 100px 100px;align-items:center}.count-variance-header{min-height:38px;background:#eef6ff;color:#475569;font-size:12px;font-weight:800;text-transform:uppercase}.count-variance-row{min-height:32px;border-top:1px solid #e5e7eb;color:#1e293b;font-size:12px}.count-variance-header span,.count-variance-row span,.count-variance-row strong{min-width:0;padding:8px 10px;border-right:1px solid #e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.count-variance-positive{color:#65a30d}.count-variance-negative{color:#e11d48}.count-variance-summary{display:grid;grid-template-columns:1fr 1fr 1fr;margin:0 18px;border:1px solid #dbe3ef;border-top:0;background:#eff6ff}.count-variance-summary div{min-height:64px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:10px 20px;border-right:1px solid #dbe3ef}.count-variance-summary span{color:#475569;font-size:12px}.count-variance-summary strong{font-size:20px}.count-variance-actions{display:flex;justify-content:flex-end;gap:12px;padding:12px 18px;background:#f8fafc}.count-variance-actions .rv-btn{min-height:38px;height:38px;min-width:120px;border-radius:6px;font-size:13px;font-weight:700}.count-variance-expense-btn{color:#9f1239}.count-variance-income-btn{background:var(--brand);color:#fff}.count-variance-income-btn:hover:not(:disabled){background:var(--brand-hover)}.count-method-modal,.count-excel-modal,.count-print-modal{width:min(760px,calc(100vw - 56px));max-height:calc(100vh - 56px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #dbe3ef;border-radius:4px;background:#f8fafc;box-shadow:0 18px 48px #0f172a38}.count-print-modal{width:min(920px,calc(100vw - 56px))}.count-method-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:22px 24px 14px}.count-method-card{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;text-align:center;cursor:pointer;transition:all .15s ease}.count-method-card:hover{border-color:var(--brand, #f97316);box-shadow:0 10px 22px #f973161f;transform:translateY(-1px)}.count-method-card strong{font-size:14px;font-weight:900}.count-method-card span{max-width:190px;color:#64748b;font-size:12px;line-height:1.45}.count-method-checkbox{display:inline-flex;align-items:center;gap:8px;margin:0 24px;padding:8px 0 12px;border-bottom:1px solid #e2e8f0;color:#334155;font-size:13px;font-weight:600}.count-method-checkbox input{width:16px;height:16px}.count-method-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;background:#fff}.count-method-footer .rv-btn{min-width:140px}.count-excel-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:24px}.count-excel-actions .rv-btn{min-height:58px;border-radius:6px;font-weight:900}.count-print-table{margin:16px 18px 0;border:1px solid #dbe3ef;background:#fff;overflow:auto}.count-print-header,.count-print-row{min-width:760px;display:grid;grid-template-columns:44px 140px minmax(220px,1fr) 110px 90px 90px;align-items:center}.count-print-header{min-height:38px;background:#2f6f9f;color:#fff;font-size:12px;font-weight:900}.count-print-row{min-height:34px;border-top:1px solid #e5e7eb;font-size:12px;color:#1e293b}.count-print-header span,.count-print-row span{min-width:0;padding:8px 10px;border-right:1px solid #e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-stock-filter-select{width:100%;min-width:0;height:22px;border:1px solid transparent;border-radius:4px;outline:0;background:#ffffff9e;color:inherit;cursor:pointer;font:inherit;font-size:11px;font-weight:700;padding:0 18px 0 6px}.reports-stock-filter-select:focus{border-color:#bfdbfe;background:#fff}.reports-stock-header-filter{display:grid;grid-template-columns:minmax(0,1fr) minmax(70px,.78fr);align-items:center;gap:5px;min-width:0}.reports-stock-grid .product-register-sort{min-width:0}.reports-filter-grid{background:#edf6ff;border-bottom:1px solid #cbd5e1;color:#475569}.inv-lines-header.reports-filter-grid,.rpt-table-header.reports-filter-grid,.ontime-grid-header.reports-filter-grid{min-height:28px;padding:0}.reports-filter-grid>.report-filter-header-cell{min-width:0;min-height:28px;padding:2px 18px 2px 6px;border-right:1px solid #e2e8f0;overflow:visible;box-sizing:border-box}.reports-filter-grid>span{padding:2px 6px;border-right:1px solid #e2e8f0;min-height:28px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.inv-line-row.reports-stock-grid{padding:0;align-items:stretch}.inv-line-row.reports-stock-grid>span{padding:6px 8px;border-right:1px solid #e2e8f0;display:inline-flex;align-items:center;min-width:0;box-sizing:border-box}.inv-line-row.reports-stock-grid>span:last-child{border-right:none}.report-filter-header-cell{position:relative;display:flex;align-items:center;justify-content:center;text-overflow:ellipsis}.report-filter-sort{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;gap:4px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-size:12px;font-weight:900;line-height:1.15;text-align:center}.report-filter-sort:hover,.report-filter-sort--active{color:var(--brand, #f97316)}.report-filter-sort span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;border-right:0!important;padding:0!important}.report-filter-sort small{flex:0 0 auto;color:var(--muted, #64748b);font-size:10px;line-height:1}.report-filter-sort--active small{color:var(--brand, #f97316)}.report-filter-trigger{position:absolute;top:50%;transform:translateY(-50%);right:2px;width:14px;height:14px;display:inline-grid;place-items:center;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--muted, #64748b);cursor:pointer;font-size:10px;line-height:1}.report-filter-trigger:hover,.report-filter-trigger--active{border-color:#bfdbfe;background:#eff6ff;color:var(--brand, #2563eb)}.stock-txn-page{display:flex;flex-direction:column;min-height:0;height:100%}.stock-txn-toolbar{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;width:100%;min-width:0;overflow:visible}.stock-txn-search{flex:1 1 260px;min-width:280px;max-width:none;order:-1}.stock-txn-select{flex:0 1 142px;width:142px;min-width:108px;min-height:40px;padding-left:10px;padding-right:24px;text-overflow:ellipsis}.stock-txn-time-filter{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}.stock-txn-time-button{display:inline-flex;align-items:center;gap:6px;min-height:38px;max-width:132px;padding:6px 10px;border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-md, 8px);background:#fff;color:var(--ink, #0f172a);font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap}.stock-txn-time-button:hover,.stock-txn-time-button--active{border-color:var(--brand, #f97316);box-shadow:0 0 0 2px #f9731614}.stock-txn-time-icon{flex:0 0 auto;font-size:14px}.stock-txn-time-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.stock-txn-time-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:120;width:370px;max-width:calc(100vw - 32px);padding:10px;box-sizing:border-box;border:1px solid var(--surface-border, #dbe3ef);border-radius:var(--radius-md, 8px);background:#fff;box-shadow:0 18px 36px #0f172a2e}.stock-txn-time-popover-title{margin-bottom:8px;color:var(--muted, #64748b);font-size:12px;font-weight:900}.stock-txn-time-range{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:6px;min-height:40px;padding:6px 8px;border:1px solid var(--surface-border, #dbe3ef);border-radius:var(--radius-md, 8px);background:var(--surface-default, #fff);box-sizing:border-box}.stock-txn-time-range span{color:var(--muted, #64748b);font-weight:800}.stock-txn-time-input{width:100%;max-width:100%;min-width:0;min-inline-size:0;min-height:30px;padding:0 6px;box-sizing:border-box;font-size:12px;font-weight:800}.stock-txn-clear{width:38px;min-width:38px;min-height:38px;padding:0;flex:0 0 38px;white-space:nowrap;font-size:16px;font-weight:900}.stock-txn-time-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}@media(max-width:1100px){.stock-txn-toolbar{gap:6px}.stock-txn-search{flex-basis:190px;min-width:170px}.stock-txn-select{width:112px;min-width:96px}.stock-txn-time-button{max-width:104px;padding-inline:8px}}.stock-txn-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0;padding:8px 12px;border:1px solid var(--surface-border, #dbe3ef);border-radius:var(--radius-md, 8px);background:#f8fbff;color:var(--muted, #64748b);font-size:12px}.stock-txn-grid-wrap{flex:1 1 auto;min-height:0;overflow:auto;border:1px solid var(--surface-border, #dbe3ef);background:#fff}.ontime-grid--stock-transactions .ontime-grid-header,.ontime-grid--stock-transactions .ontime-grid-row{grid-template-columns:128px 108px 116px 122px minmax(190px,1.4fr) 68px 142px 88px 110px 88px 110px 90px 108px;min-width:1486px}.ontime-grid--stock-transactions .ontime-grid-header{z-index:8;min-height:32px;background:#edf6ff;border-bottom:1px solid #cbd5e1;color:#475569}.ontime-grid--stock-transactions .ontime-grid-row{min-height:38px;font-size:12px}.ontime-grid--stock-transactions .ontime-grid-row>span,.stock-txn-header-cell,.ontime-grid--stock-transactions .ontime-grid-header>.report-filter-header-cell{position:relative;min-width:0;border-right:1px solid #e2e8f0;text-overflow:ellipsis;white-space:nowrap}.ontime-grid--stock-transactions .ontime-grid-row>span{padding:7px 8px;overflow:hidden}.stock-txn-header-cell,.ontime-grid--stock-transactions .ontime-grid-header>.report-filter-header-cell{display:flex;align-items:center;justify-content:center;min-height:32px;padding:4px 18px 4px 6px;overflow:visible;box-sizing:border-box}.ontime-grid--stock-transactions .stock-txn-sort{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;gap:4px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-size:12px;font-weight:900;line-height:1.15;text-align:center}.ontime-grid--stock-transactions .stock-txn-sort:hover,.ontime-grid--stock-transactions .stock-txn-sort--active{color:var(--brand, #f97316)}.ontime-grid--stock-transactions .stock-txn-sort span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;border-right:0!important;padding:0!important}.ontime-grid--stock-transactions .stock-txn-sort small{flex:0 0 auto;color:var(--muted, #64748b);font-size:10px;line-height:1}.ontime-grid--stock-transactions .stock-txn-sort--active small{color:var(--brand, #f97316)}.stock-txn-filter-trigger{position:absolute;top:50%;transform:translateY(-50%);right:2px;width:14px;height:14px;display:inline-grid;place-items:center;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--muted, #64748b);cursor:pointer;font-size:10px;line-height:1}.stock-txn-filter-trigger:hover,.stock-txn-filter-trigger--active{border-color:#bfdbfe;background:#eff6ff;color:var(--brand, #2563eb)}.stock-txn-filter-menu{position:absolute;top:calc(100% + 4px);left:6px;z-index:30;width:max(180px,100%);max-width:260px;max-height:280px;overflow:auto;padding:4px;border:1px solid #a8b4c4;background:#fff;box-shadow:0 8px 20px #0f172a2e}.stock-txn-filter-menu--portal{z-index:10000;max-width:320px;border-radius:6px}.stock-txn-filter-search{width:100%;min-height:32px;margin-bottom:4px;padding:6px 8px;border:1px solid #bfdbfe;border-radius:5px;background:#fff;color:#0f172a;font:inherit;font-size:12px;outline:none}.stock-txn-filter-search:focus{border-color:var(--brand, #2563eb);box-shadow:0 0 0 2px #2563eb1f}.stock-txn-filter-backdrop{position:fixed;inset:0;z-index:9999;background:transparent}.stock-txn-filter-menu button,.stock-txn-filter-current{width:100%;display:block;padding:5px 6px;border:0;background:transparent;color:#0f172a;text-align:left;font:inherit;font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stock-txn-filter-current{margin-bottom:3px;border-bottom:2px solid #9ca3af;font-weight:800}.stock-txn-page .ontime-summary-bar{grid-template-columns:repeat(6,minmax(110px,1fr));overflow-x:auto;flex-shrink:0}.stock-txn-page .ontime-summary-bar div{min-width:110px;padding:10px 14px}.stock-txn-page .ontime-summary-bar strong{font-size:20px}.stock-txn-filter-menu button:hover,.stock-txn-filter-option--active{background:#e5edf8!important}.stock-txn-name{font-weight:700;color:var(--text, #0f172a)}.stock-txn-number{text-align:right;font-variant-numeric:tabular-nums}.stock-txn-type{display:inline-flex;max-width:100%;padding:2px 7px;border-radius:999px;background:#eaf2ff;color:#1455c8;font-size:11px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inv-line-meta{font-size:12px;color:var(--muted, #64748b)}.inv-line-remove{width:22px;height:22px;padding:0;border:1px solid var(--surface-border, #e2e8f0);border-radius:50%;background:var(--surface-default, #fff);color:var(--danger, #dc2626);font:inherit;font-size:11px;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.inv-line-remove:hover{background:#dc26260f;border-color:var(--danger, #dc2626)}.inv-line-input{width:100%;padding:2px 6px;min-height:24px;height:24px;border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-sm, 4px);font:inherit;font-size:12px;font-weight:600;text-align:right;background:var(--bg-color, #f8fafc)}.inv-line-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px #f973161a}.inv-summary{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding:16px 20px;background:var(--surface-hover, #f1f5f9);border-radius:var(--radius-md, 8px)}.inv-summary-item{text-align:center}.inv-summary-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted, #64748b)}.inv-summary-value{font-size:20px;font-weight:800;color:var(--ink, #0f172a);margin-top:2px}.inv-action-bar{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.inv-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;color:var(--muted, #64748b);text-align:center}.inv-empty-icon{font-size:48px;opacity:.5}.inv-empty p{margin:0;font-size:15px}.inv-empty-hint{font-size:13px!important;max-width:360px}.inv-quick-receipt{max-width:420px}.inv-quick-amount{width:100%;padding:20px 24px!important;font-size:32px!important;font-weight:800;text-align:center;letter-spacing:.02em}.rpt-controls{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.rpt-date-pills{display:flex;gap:4px}.rpt-kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:20px}.rpt-kpi-card{padding:20px;background:var(--surface-default, #fff);border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-lg, 12px);text-align:center}.rpt-kpi-card--highlight{border-color:var(--brand);background:#f9731608}.rpt-kpi-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted, #64748b);margin-bottom:6px}.rpt-kpi-value{font-size:28px;font-weight:800;color:var(--ink, #0f172a);line-height:1.1;letter-spacing:-.02em}.rpt-kpi-value--brand{color:var(--brand)}.rpt-kpi-value--xl{font-size:36px}.rpt-section{margin-bottom:24px}.rpt-section-title{margin:0 0 12px;font-size:16px;font-weight:800;display:flex;align-items:center;gap:8px}.rpt-table{border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-md, 8px);overflow:hidden}.rpt-table-header{display:grid;gap:8px;padding:7px 8px;background:#edf6ff;border-bottom:1px solid #cbd5e1;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;color:#475569;position:sticky;top:0;z-index:2;min-height:36px;align-items:center}.rpt-table-header span{padding:7px 8px;border-right:1px solid #e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rpt-table-row{display:grid;gap:8px;padding:7px 8px;align-items:center;border-bottom:1px solid #e5e7eb;font-size:12px;min-height:34px;transition:background .1s;color:#111827}.rpt-table-row:nth-child(2n){background:#f8fbff}.rpt-table-row:hover{background:#dbeafe}.rpt-chart-bar-container{display:flex;align-items:flex-end;gap:3px;height:160px;padding:16px 12px 0;background:var(--surface-default, #fff);border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-md, 8px)}.rpt-chart-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.rpt-chart-bar{width:100%;max-width:28px;background:linear-gradient(180deg,var(--brand) 0%,rgba(249,115,22,.5) 100%);border-radius:3px 3px 0 0;transition:height .3s ease;min-height:2px}.rpt-chart-bar-label{font-size:10px;font-weight:700;color:var(--muted, #64748b)}.rpt-category-list{display:flex;flex-direction:column;gap:10px}.rpt-category-row{display:flex;align-items:center;gap:12px}.rpt-category-info{display:flex;flex-direction:column;gap:1px;min-width:110px}.rpt-category-bar-track{flex:1;height:24px;background:var(--surface-hover, #f1f5f9);border-radius:999px;overflow:hidden}.rpt-category-bar-fill{height:100%;background:linear-gradient(90deg,var(--brand) 0%,rgba(249,115,22,.6) 100%);border-radius:999px;transition:width .5s ease;min-width:4px}.status-ok{color:var(--ok, #059669)}.status-warn{color:var(--attention, #d97706)}.status-danger{color:var(--danger, #dc2626)}.trace-drawer-backdrop{position:fixed;inset:0;background:#0f172a66;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:flex-end;animation:traceFadeIn .2s ease-out}.trace-drawer-panel{width:480px;height:100%;background:var(--surface-default, #ffffff);box-shadow:-4px 0 24px #0f172a26;display:flex;flex-direction:column;animation:traceSlideIn .28s cubic-bezier(.16,1,.3,1);border-left:1px solid var(--surface-border, #e2e8f0)}@keyframes traceFadeIn{0%{opacity:0}to{opacity:1}}@keyframes traceSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.trace-drawer-header{padding:20px 24px;border-bottom:1px solid var(--surface-border, #e2e8f0);display:flex;justify-content:space-between;align-items:flex-start;background:#f8fafc}.trace-drawer-header-left h3{margin:0 0 6px;font-size:18px;font-weight:800;color:var(--ink, #0f172a);line-height:1.3}.trace-drawer-meta-row{display:flex;gap:16px;font-size:12px;color:var(--muted, #64748b)}.trace-drawer-meta-row span strong{color:var(--ink, #0f172a);font-weight:600}.trace-drawer-close{background:#fff;border:1px solid var(--surface-border, #e2e8f0);font-size:20px;color:var(--muted, #64748b);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s ease;flex-shrink:0;line-height:1}.trace-drawer-close:hover{background:var(--surface-hover, #f1f5f9);color:var(--ink, #0f172a);border-color:#cbd5e1}.trace-drawer-body{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.trace-balance-card{background:linear-gradient(135deg,#f973160f,#f9731605);border:1px solid rgba(249,115,22,.15);border-radius:var(--radius-md, 12px);padding:16px;display:flex;align-items:center;gap:16px}.trace-balance-circle{width:76px;height:76px;border-radius:50%;background:var(--brand, #f97316);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 12px #f9731640;flex-shrink:0}.trace-balance-val{font-size:20px;font-weight:800;line-height:1.1}.trace-balance-lbl{font-size:8px;font-weight:700;text-transform:uppercase;opacity:.9;letter-spacing:.02em;margin-top:1px}.trace-explanation-text{font-size:13px;color:#334155;line-height:1.5;font-weight:500}.trace-drawer-tabs{display:flex;gap:4px;border-bottom:1px solid var(--surface-border, #e2e8f0);padding-bottom:6px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;flex-shrink:0}.trace-drawer-tabs::-webkit-scrollbar{display:none}.trace-tab-btn{padding:6px 12px;border-radius:6px;border:none;background:transparent;color:var(--muted, #64748b);font-size:12px;font-weight:700;cursor:pointer;transition:all .15s ease;white-space:nowrap}.trace-tab-btn:hover{background:var(--surface-hover, #f1f5f9);color:var(--ink, #0f172a)}.trace-tab-btn--active{background:#f973161a!important;color:var(--brand, #f97316)!important}.trace-timeline-container{flex:1}.trace-timeline-empty{padding:36px 16px;text-align:center;color:var(--muted, #64748b);font-size:13px;border:1px dashed var(--surface-border, #e2e8f0);border-radius:var(--radius-md, 12px);background:#f8fafc}.trace-timeline-feed{display:flex;flex-direction:column}.trace-timeline-item{display:flex;gap:16px}.trace-timeline-badge-col{display:flex;flex-direction:column;align-items:center;width:14px;flex-shrink:0}.trace-timeline-bullet{width:10px;height:10px;border-radius:50%;background:#cbd5e1;border:2px solid var(--surface-default, #ffffff);box-shadow:0 0 0 1px #94a3b8;margin-top:5px}.trace-bullet-pos{background:var(--ok, #059669)!important;box-shadow:0 0 0 1px #05966966!important}.trace-bullet-neg{background:var(--danger, #dc2626)!important;box-shadow:0 0 0 1px #dc262666!important}.trace-timeline-line{width:2px;flex:1;background:var(--surface-border, #e2e8f0);margin:4px 0}.trace-timeline-content{flex:1;padding-bottom:20px;display:flex;flex-direction:column;gap:4px}.trace-timeline-row1{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;font-weight:700}.trace-timeline-desc{color:var(--ink, #0f172a)}.trace-timeline-qty{font-size:13px;font-weight:800}.trace-timeline-row2{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--muted, #64748b)}.trace-timeline-bal strong{color:var(--ink, #0f172a)}.trace-timeline-note{margin-top:4px;padding:6px 10px;background:#f8fafc;border-left:3px solid #cbd5e1;border-radius:0 4px 4px 0;font-size:11px;color:#475569}.trace-qty-pos{color:var(--ok, #059669)!important}.trace-qty-neg{color:var(--danger, #dc2626)!important}.trace-variance-list{display:flex;flex-direction:column;gap:12px}.trace-variance-card-item{padding:12px 14px;background:#f8fafc;border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-sm, 8px);display:flex;flex-direction:column;gap:8px}.trace-variance-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700}.trace-variance-doc{color:var(--ink, #0f172a)}.trace-variance-date{color:var(--muted, #64748b);font-weight:500}.trace-variance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center;background:var(--surface-default, #ffffff);border-radius:6px;padding:8px;border:1px solid #f1f5f9}.trace-variance-grid div{display:flex;flex-direction:column;gap:2px}.trace-variance-grid span{font-size:9px;color:var(--muted, #64748b);font-weight:700;text-transform:uppercase;letter-spacing:.02em}.trace-variance-grid strong{font-size:13px;color:var(--ink, #0f172a);font-weight:700}.trace-variance-note{font-size:11px;color:#475569;background:#f1f5f9;padding:6px 10px;border-radius:4px;border-left:3px solid var(--brand, #f97316)}.trace-drawer-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 16px;gap:12px;color:var(--muted, #64748b);font-size:13px}.trace-drawer-spinner{width:32px;height:32px;border:3px solid rgba(249,115,22,.1);border-top-color:var(--brand, #f97316);border-radius:50%;animation:traceSpinner .8s linear infinite}@keyframes traceSpinner{to{transform:rotate(360deg)}}.trace-drawer-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;gap:12px;text-align:center}.trace-error-icon{font-size:32px}.trace-drawer-error p{margin:0;font-size:13px;color:var(--danger, #dc2626);font-weight:600}.variance-modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.variance-modal{background:#fff;border-radius:12px;width:480px;max-width:90vw;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.variance-modal-header{padding:16px 20px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.variance-modal-header h3{margin:0;font-size:16px;font-weight:700;color:#0f172a}.variance-modal-close{background:none;border:none;font-size:24px;color:#94a3b8;cursor:pointer;padding:0;line-height:1}.variance-modal-close:hover{color:#64748b}.variance-modal-body{padding:20px;display:flex;flex-direction:column;gap:16px}.variance-modal-footer{padding:16px 20px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:12px;background:#f8fafc}.variance-form-group{display:flex;flex-direction:column;gap:6px}.variance-form-group label{font-size:12px;font-weight:700;color:#475569}.variance-form-input{padding:8px 12px;border-radius:6px;border:1px solid #cbd5e1;font-size:13px;color:#0f172a;background:#fff;outline:none;transition:border-color .15s ease-in-out}.variance-form-input:focus{border-color:var(--brand, #f97316)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.intel-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.intel-card{display:flex;flex-direction:column;justify-content:space-between;padding:18px;background:var(--surface-default, #ffffff);border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-md, 12px);box-shadow:0 4px 12px #00000008;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease,border-color .2s ease;position:relative;overflow:hidden}.intel-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f;border-color:#f9731633}.intel-card--high{border-left:4px solid var(--danger, #dc2626)!important}.intel-card--medium{border-left:4px solid var(--attention, #d97706)!important}.intel-card--low{border-left:4px solid var(--muted, #64748b)!important}.intel-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.intel-severity-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.intel-dot--high{background:var(--danger, #dc2626);box-shadow:0 0 8px #dc262699}.intel-dot--medium{background:var(--attention, #d97706);box-shadow:0 0 8px #d9770699}.intel-dot--low{background:var(--muted, #64748b)}.intel-card-type{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--muted, #64748b);letter-spacing:.05em;background:var(--surface-hover, #f1f5f9);padding:2px 6px;border-radius:4px}.intel-card-body{font-size:13px;color:var(--ink, #0f172a);line-height:1.5;margin-bottom:12px}.intel-card-meta{font-size:11px;color:var(--muted, #64748b);margin-bottom:12px}.intel-card-tip{display:flex;gap:8px;align-items:flex-start;background:#f973160d;border:1px solid rgba(249,115,22,.1);padding:10px 12px;border-radius:8px;font-size:12px;color:#475569;line-height:1.4}.intel-card-tip span{font-size:14px}.intel-card-footer{display:flex;justify-content:flex-end;margin-top:14px}.rv-eco-receipt-row{margin-top:12px;padding:10px 14px;border-radius:var(--radius-md, 8px);background:#22c55e0a;border:1px solid rgba(34,197,94,.15)}.rv-eco-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.rv-eco-toggle input[type=checkbox]{width:18px;height:18px;accent-color:#22c55e;cursor:pointer}.rv-eco-toggle-label{font-size:13px;font-weight:600;color:#16a34a}.rv-sale-note-row{margin-top:8px}.rv-sale-note-btn{width:100%;border:1px dashed var(--surface-border, #e2e8f0);background:transparent;padding:8px 14px;border-radius:var(--radius-md, 8px);cursor:pointer;font:inherit;font-size:13px;color:var(--muted, #64748b);transition:all .15s}.rv-sale-note-btn:hover{border-color:var(--brand);color:var(--brand);background:#f9731608}.rv-sale-note-input-row{display:flex;gap:6px;align-items:center}.rv-modal-method--credit{border-color:#a855f7!important;background:#a855f708!important}.rv-modal-method--credit:hover:not(:disabled){background:#a855f714!important;border-color:#9333ea!important}.rv-modal-method--credit .rv-modal-method-label{color:#7c3aed}.rv-credit-form{padding:16px;margin-top:8px;border-radius:var(--radius-md);background:#7c3aed0f;border:1px solid rgba(124,58,237,.2);animation:rv-discount-slide .15s ease}.rv-catalog-item--low-stock{position:relative}.rv-catalog-item--low-stock:after{content:"⚠️";position:absolute;top:4px;right:4px;font-size:12px}.rv-low-stock-badge{display:inline-block;padding:2px 6px;font-size:10px;font-weight:700;border-radius:999px;background:#ef444414;color:var(--danger, #dc2626);letter-spacing:.02em}.rv-price-history-badge{display:inline-flex;align-items:center;gap:3px;font-size:10px;color:var(--muted, #64748b);margin-top:2px}.rv-price-up{color:var(--danger, #dc2626)}.rv-price-down{color:var(--ok, #059669)}.pos-nav-btn--lock{font-size:16px;padding:4px 8px;min-width:auto;opacity:.7;transition:opacity .15s}.pos-nav-btn--lock:hover{opacity:1}.rv-modal-customer-section{margin:12px 0}.rv-customer-toggle{width:100%;padding:10px 14px;border:1px dashed rgba(255,255,255,.12);border-radius:10px;background:transparent;color:#fff6;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;text-align:left}.rv-customer-toggle:hover{border-color:#ffffff40;color:#fff9}.rv-customer-toggle--active{border-color:var(--accent, #6366f1);color:var(--accent, #6366f1);border-style:solid}.rv-customer-toggle--has{border-color:var(--ok, #10b981);color:var(--ok, #10b981);border-style:solid;background:#10b9810f}.rv-customer-lookup{margin-top:10px;padding:12px;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.rv-customer-row{display:flex;gap:8px;margin-bottom:10px}.rv-input--customer{flex:1;font-size:14px!important;padding:10px 12px!important}.rv-customer-actions{display:flex;gap:8px}.rv-customer-register-btn{flex:1;padding:10px;border:none;border-radius:8px;background:var(--ok, #10b981);color:#fff;font-weight:700;font-size:13px;cursor:pointer;transition:opacity .15s}.rv-customer-register-btn:hover:not(:disabled){opacity:.85}.rv-customer-register-btn:disabled{opacity:.4;cursor:not-allowed}.rv-customer-clear-btn{padding:10px 16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:transparent;color:#ffffff80;font-weight:600;font-size:13px;cursor:pointer;transition:all .15s}.rv-customer-clear-btn:hover{background:#ef44441a;border-color:#ef44444d;color:#fca5a5}.trace-ai-explanation-card{padding:16px 20px;border-bottom:1px solid var(--surface-border, #e2e8f0);background:linear-gradient(135deg,#6366f10d,#8b5cf60d)}.trace-ai-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.trace-ai-title{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#4f46e5;margin:0}.trace-ai-sparkle{color:#6366f1;font-size:16px;animation:trace-ai-pulse 2s infinite ease-in-out}@keyframes trace-ai-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}}.trace-ai-risk-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase}.trace-ai-risk-badge.low{background:#22c55e1a;color:#15803d}.trace-ai-risk-badge.medium{background:#d977061a;color:#b45309}.trace-ai-risk-badge.high{background:#ef44441a;color:#b91c1c}.trace-ai-summary{font-size:13px;line-height:1.5;color:#1e293b;margin-bottom:12px}.trace-ai-details-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:640px){.trace-ai-details-grid{grid-template-columns:1fr 1fr}}.trace-ai-block{background:#fff9;border:1px solid rgba(99,102,241,.1);border-radius:8px;padding:10px 12px}.trace-ai-block h5{font-size:11px;font-weight:700;color:#475569;margin:0 0 6px;text-transform:uppercase;letter-spacing:.05em}.trace-ai-list{margin:0;padding:0 0 0 16px;font-size:12px;color:#475569}.trace-ai-list li{margin-bottom:4px}.trace-ai-list li:last-child{margin-bottom:0}.trace-ai-footer{margin-top:10px;display:flex;justify-content:flex-end}.trace-ai-confidence{font-size:10px;color:#94a3b8}.trace-ai-skeleton{padding:16px 20px;border-bottom:1px solid var(--surface-border, #e2e8f0)}.trace-ai-skeleton-title{width:140px;height:16px;background:#0000000d;border-radius:4px;margin-bottom:12px;position:relative;overflow:hidden}.trace-ai-skeleton-text{height:12px;background:#0000000d;border-radius:4px;margin-bottom:8px;position:relative;overflow:hidden}.trace-ai-skeleton-text.short{width:60%}.trace-ai-skeleton-title:after,.trace-ai-skeleton-text:after{content:"";position:absolute;inset:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0,#fff6 20%,#fff9,#fff0);animation:shimmer 1.5s infinite}@keyframes shimmer{to{transform:translate(100%)}}.fp-container{display:flex;flex-direction:column;height:100%;background:#0c1725;color:#e2e8f0}.fp-header{display:flex;align-items:center;gap:16px;padding:12px 20px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06);flex-wrap:wrap}.fp-header-left{display:flex;align-items:baseline;gap:16px;flex:1}.fp-title{font-size:18px;font-weight:800;margin:0}.fp-stats{display:flex;align-items:center;gap:6px;font-size:13px;color:#ffffff80}.fp-stat-value{font-weight:700;color:var(--accent, #6366f1);font-size:15px}.fp-stat-sep{color:#ffffff26}.fp-hall-tabs{display:flex;gap:4px}.fp-hall-tab{padding:6px 14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:transparent;color:#ffffff80;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.fp-hall-tab:hover{background:#ffffff0a}.fp-hall-tab--active{background:var(--accent, #6366f1);border-color:var(--accent, #6366f1);color:#fff}.fp-legend{display:flex;gap:10px;font-size:11px;color:#fff6}.fp-legend-item{display:flex;align-items:center;gap:4px}.fp-legend-dot{width:8px;height:8px;border-radius:50%}.fp-body{display:flex;flex:1;overflow:hidden}.fp-grid{display:grid;gap:10px;padding:16px;flex:1;overflow:auto}.fp-table{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:10px 8px;border:2px solid rgba(255,255,255,.08);background:#ffffff05;color:#e2e8f0;cursor:pointer;transition:all .2s;position:relative;min-height:100px}.fp-table--square{border-radius:10px}.fp-table--round{border-radius:50%;min-height:110px}.fp-table--rectangle{border-radius:12px}.fp-table:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.fp-table--selected{box-shadow:0 0 0 3px var(--accent, #6366f1),0 6px 20px #6366f133}.fp-table--free{border-color:#ffffff0f;opacity:.6}.fp-table--free:hover{opacity:1}.fp-table--open{border-color:#1e3a5f;background:#1e3a5f26}.fp-table--in_progress{border-color:#7c3aed;background:#7c3aed1a}.fp-table--ready{border-color:#059669;background:#0596691f;animation:fp-pulse 2s ease-in-out infinite}.fp-table--served{border-color:#0891b2;background:#0891b21a}.fp-table--bill_requested{border-color:#d97706;background:#d977061f}@keyframes fp-pulse{0%,to{box-shadow:0 0 #05966900}50%{box-shadow:0 0 0 6px #05966926}}.fp-table-number{font-size:16px;font-weight:800}.fp-table-label{font-size:10px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.fp-table-capacity{font-size:11px;color:#ffffff59}.fp-table-order-info{display:flex;flex-direction:column;align-items:center;gap:1px;margin-top:2px}.fp-table-amount{font-size:12px;font-weight:700;color:#fbbf24}.fp-table-elapsed{font-size:10px;color:#ffffff59}.fp-table-status-badge{font-size:9px;font-weight:700;padding:2px 8px;border-radius:20px;color:#fff;text-transform:uppercase;letter-spacing:.3px;margin-top:3px}.fp-order-panel{width:340px;background:#ffffff08;border-left:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;overflow:auto}.fp-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.06)}.fp-panel-title{font-size:16px;font-weight:700;margin:0}.fp-panel-close{background:transparent;border:1px solid rgba(255,255,255,.1);color:#ffffff80;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .15s}.fp-panel-close:hover{background:#ffffff0d;color:#fff}.fp-panel-status{padding:12px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.04)}.fp-panel-badge{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;color:#fff}.fp-panel-meta{font-size:11px;color:#ffffff59}.fp-panel-items{flex:1;padding:12px 16px;overflow:auto}.fp-item-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.03)}.fp-item-name{font-size:13px;font-weight:500}.fp-item-price{font-size:13px;font-weight:700;color:#fbbf24}.fp-panel-empty{text-align:center;color:#ffffff40;font-size:13px;padding:30px 0}.fp-panel-total{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid rgba(255,255,255,.08);font-size:16px;font-weight:800}.fp-panel-actions{padding:12px 16px;display:flex;flex-direction:column;gap:8px;border-top:1px solid rgba(255,255,255,.06)}.fp-action-btn{width:100%;padding:12px;border:none;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;transition:all .15s;color:#fff}.fp-action-btn:hover{opacity:.85}.fp-action-btn--open{background:var(--accent, #6366f1)}.fp-action-btn--kitchen{background:#7c3aed}.fp-action-btn--bill{background:#d97706}.fp-action-btn--close{background:#059669}.fp-panel-open-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px 16px;gap:8px}.fp-panel-empty-title{font-size:18px;font-weight:700;color:#fff6;margin:0}.fp-panel-empty-desc{font-size:14px;color:#ffffff40;margin:0 0 16px}.sync-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #00000008,0 2px 4px -2px #00000008;border:1px solid #f1f5f9}.sync-section .section-header{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:2px solid #f8fafc;padding-bottom:16px;margin-bottom:16px}.sync-section .section-header h2{font-size:20px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em}.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--brand, #f97316);margin:0 0 4px}.catalog-status{font-size:13px;font-weight:500;color:#059669;background:#d1fae5;display:inline-block;padding:4px 10px;border-radius:6px;margin-bottom:16px}.catalog-status:empty{display:none}.device-test-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:16px}.device-test-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;transition:all .2s ease;box-shadow:0 2px 4px #00000005}.device-test-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d}.device-test-card h3{font-size:18px;font-weight:600;color:#1e293b;margin:8px 0;letter-spacing:-.01em}.catalog-meta{font-size:13px;color:#64748b;margin:0;line-height:1.5}.device-test-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;border-top:1px solid #f1f5f9;padding-top:12px}.compact-button{padding:6px 12px;font-size:12px;border-radius:6px}.history-list{display:flex;flex-direction:column;gap:12px}.history-row{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:background .15s}.history-row:hover{background:#f1f5f9}.history-row h3{margin:0 0 4px;font-size:15px;color:#0f172a}.history-meta{display:flex;align-items:center;gap:16px;font-size:13px;color:#64748b}.error-detail{font-size:13px;color:#ef4444;margin:4px 0 0;font-weight:500}.pos-shell-body,.inv,.product-register-workspace{background:#f6f8fb}.pos-module-screen{height:100%;min-height:0;display:flex;flex-direction:column}.pos-module-screen .inv-header{padding:18px 24px 14px;background:#fff;border-bottom:1px solid #e3eaf3}.pos-module-screen .inv-header h2{margin:0;color:#111827;font-size:24px}.pos-module-screen .inv-tab-bar{padding:14px 24px;margin:0;background:#fff;border-bottom:1px solid #e3eaf3}.pos-module-screen .inv-body{padding:16px 24px 24px;overflow:auto;min-height:0}.pos-module-screen .inv-form-card{width:100%;max-width:none;min-height:100%;display:flex;flex-direction:column;border-radius:8px;border-color:#dbe3ef;padding:16px;box-shadow:0 1px 2px #0f172a0a}.settings-shell{display:grid;grid-template-columns:200px 1fr;gap:16px;padding:16px;min-height:0;flex:1;background:#f8fafc}.settings-content{min-width:0;display:flex;flex-direction:column;overflow:auto}.settings-content .inv-form-card{border:none!important;border-radius:10px!important;background:#fff!important;padding:16px!important;box-shadow:0 2px 8px #0f172a05,0 1px 2px #0f172a0a!important}.settings-sidebar{display:flex;flex-direction:column;gap:4px;padding:8px;border:none;border-radius:10px;background:#fff;box-shadow:0 2px 8px #0f172a05,0 1px 2px #0f172a0a;height:fit-content;position:sticky;top:16px}.settings-sidebar-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;border:none;background:transparent;color:#475569;font-size:13px;font-weight:600;text-align:left;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.settings-sidebar-item:hover{background:#f1f5f9;color:var(--brand, #ea580c);transform:translate(4px)}.settings-sidebar-item--active{background:linear-gradient(135deg,#f9731614,#f9731605)!important;color:var(--brand, #ea580c)!important;font-weight:700}.settings-sidebar-item--active:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:4px;background:var(--brand, #ea580c);border-radius:0 4px 4px 0}.settings-sidebar-item--active:hover{background:linear-gradient(135deg,#f973161f,#f973160a)!important;color:var(--brand, #ea580c)!important}.settings-sidebar-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0}.settings-sidebar-label{flex:1}@media(max-width:900px){.settings-shell{grid-template-columns:1fr;padding:12px}.settings-sidebar{flex-direction:row;overflow-x:auto;position:static;box-shadow:none;background:transparent;padding:0;margin-bottom:12px}.settings-sidebar-item{flex-shrink:0;padding:8px 12px;font-size:13px}.settings-sidebar-item:hover{transform:none}.settings-sidebar-item--active:before{display:none}}.settings-content .inv-input{border:1px solid #cbd5e1!important;border-radius:8px!important;padding:10px 14px!important;font-size:13px!important;color:#0f172a!important;background:#f8fafc!important;transition:all .15s ease!important;width:100%;box-sizing:border-box}.settings-content .inv-input:focus{outline:none!important;border-color:var(--brand, #ea580c)!important;background:#fff!important;box-shadow:0 0 0 3px #f9731626!important}.settings-content .inv-input.settings-field-error,.settings-content .inv-input.settings-field-error:focus{border-color:#ef4444!important;background:#fef2f2!important;box-shadow:0 0 0 3px #ef444426!important}.settings-content .inv-form-section{border-bottom:1px solid #f1f5f9;padding-bottom:24px;margin-bottom:24px}.settings-content .inv-form-section:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.settings-content .inv-form-label{font-size:15px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px;margin-bottom:8px}.pos-module-screen .inv-lines,.ontime-grid,.rpt-table{border:1px solid #dbe3ef;border-radius:8px;background:#fff;overflow:auto}.pos-module-screen .inv-lines-header,.ontime-grid-header,.rpt-table-header{background:#edf6ff;color:#475569;border-bottom:1px solid #cbd5e1;border-radius:0;letter-spacing:.02em;font-weight:800;font-size:12px;text-transform:uppercase;min-height:38px;align-items:center}.pos-module-screen .inv-lines-header>span,.pos-module-screen .inv-lines-header>button,.ontime-grid-header>span,.ontime-grid-header>button,.rpt-table-header>span,.rpt-table-header>button,.count-print-header>span{min-width:0;font-size:12px;line-height:1.2}.pos-module-screen .inv-lines-header>button,.ontime-grid-header>button,.rpt-table-header>button{min-height:100%;padding:7px 8px;border:0;border-right:1px solid #e2e8f0;background:transparent;color:inherit;text-align:left}.rpt-table-row{min-height:34px;background:#fff;border-color:#e5e7eb;font-size:12px}.pos-module-screen .inv-line-row,.ontime-grid-row,.rpt-table-row,.count-print-row{font-size:12px;line-height:1.25}.ontime-grid-row:nth-child(2n),.rpt-table-row:nth-child(2n),.pos-module-screen .inv-line-row:nth-child(2n){background:#f8fbff}.pos-module-screen .inv-line-row:hover,.ontime-grid-row:hover,.rpt-table-row:hover{background:#dbeafe}.pos-row-selected,.ontime-grid-row.pos-row-selected{background:#fff4ed!important;box-shadow:inset 3px 0 0 var(--brand, #f97316)}.rv-btn,.inv-tab,.inv-input,.inv-line-input,.rpt-kpi-card,.ontime-modal,.ontime-filter-button,.ontime-payment-tab{border-radius:8px}.rv-btn--primary,.inv-tab--active,.ontime-filter-button,.ontime-payment-tab--active,.ontime-report-menu-item--active{background:var(--brand, #f97316);border-color:var(--brand, #f97316);color:#fff}.rv-btn--primary:hover:not(:disabled),.inv-tab--active:hover{background:var(--brand-hover, #ea580c)}.pos-alert{padding:10px 12px;border-radius:8px;border:1px solid #dbe3ef;font-size:13px;font-weight:700;line-height:1.4}.pos-alert--page{margin:12px 24px 0}.pos-alert--row{display:flex;align-items:center;justify-content:space-between;gap:12px}.pos-alert--success{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.pos-alert--danger{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.pos-alert--warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.pos-alert--info{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.product-register-workspace{grid-template-columns:minmax(0,1fr) 380px;gap:0;padding:0}.product-register-main,.product-register-panel{background:#fff;border:1px solid #dbe3ef;border-radius:8px;box-shadow:0 1px 2px #0f172a0a}.product-register-main{padding:0 16px 16px}.product-register-panel{border-left:1px solid #dbe3ef}.product-register-actions{flex-wrap:wrap}.product-register-footer{border-radius:0 0 8px 8px;background:#eef6ff}.product-register-tab{border-radius:0}.product-register-profit,.product-register-toggle{border-radius:8px}.ontime-report-shell{grid-template-columns:192px minmax(0,1fr);gap:16px;padding:16px 20px 20px;background:#f6f8fb;border-top:0}.ontime-report-sidebar{border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-md, 8px);background:var(--surface-default, #fff);padding:8px}.ontime-report-sidebar h3{border-radius:var(--radius-sm, 6px);background:transparent}.ontime-report-menu-item{min-height:36px;border-radius:var(--radius-sm, 6px)}.ontime-report-content,.pos-module-screen .ontime-report-content{padding:0}.ontime-report-page{gap:12px}.ontime-report-toolbar{padding:0}.rpt-kpi-grid{grid-template-columns:repeat(4,minmax(160px,1fr))}.rpt-kpi-card{padding:16px;border-color:#dbe3ef;text-align:left;box-shadow:0 1px 2px #0f172a08}.rpt-kpi-value{font-size:24px;letter-spacing:0}.ontime-modal{border:1px solid #dbe3ef;box-shadow:0 22px 45px #0f172a2e}.hist-tab-strip{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 18px 8px;background:#fff;border-bottom:1px solid #e3eaf3;overflow:hidden}.hist-tab-bar{flex:1 1 auto;min-width:0;padding:0!important;margin:0!important;border-bottom:0!important;background:transparent!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:6px;overflow:visible!important}.hist-tab-bar .inv-tab{justify-content:center;min-width:0;width:100%;min-height:38px;padding:7px 8px;font-size:clamp(11px,.95vw,13px);line-height:1.15}.hist-tab-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex:0 0 auto}.hist-tab-actions .rv-btn{justify-content:center;min-width:116px;min-height:38px;padding:7px 10px;font-size:clamp(11px,.95vw,13px);line-height:1.15;white-space:nowrap}.hist-filter-row{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;margin:0 0 12px;padding:10px 12px;border:1px solid #dbe3ef;border-radius:8px;background:#f8fbff}.hist-filter-field{display:flex;flex:0 1 260px;min-width:220px;flex-direction:column;gap:4px}.hist-filter-field--compact{flex-basis:300px}.hist-search-combo{position:relative}.hist-search-input{width:100%;padding-right:38px}.hist-search-input::placeholder{color:#1e293b;opacity:1}.hist-search-toggle{position:absolute;top:50%;right:6px;width:28px;height:28px;transform:translateY(-50%);border:0;border-radius:6px;background:transparent;color:#64748b;font-size:18px;font-weight:900;line-height:1;cursor:pointer}.hist-search-toggle:hover{background:#f1f5f9;color:#f97316}.hist-search-menu{position:absolute;z-index:70;top:calc(100% + 4px);left:0;right:0;max-height:260px;overflow-y:auto;padding:4px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;box-shadow:0 18px 36px #0f172a33}.hist-search-option{width:100%;min-height:34px;display:block;padding:7px 10px;border:0;border-radius:6px;background:transparent;color:#1e293b;font-size:13px;font-weight:700;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hist-search-option:hover,.hist-search-option--active{background:#fff7ed;color:#f97316}.hist-search-empty{padding:10px;color:#64748b;font-size:13px;font-weight:700;text-align:center}.hist-column-filter-row{top:36px;background:#f8fbff;text-transform:none;letter-spacing:0;z-index:2}.hist-column-filter-row span{padding:3px 4px}.hist-column-filter-row input{width:100%;min-width:0;height:28px;border:1px solid #dbe3ef;border-radius:6px;background:#fff;color:#1e293b;font-size:11px;font-weight:700;padding:0 6px}@media(max-width:1100px){.product-register-workspace,.ontime-report-shell{grid-template-columns:1fr}.product-register-panel{max-height:none}.rpt-kpi-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}.hist-tab-strip{padding-left:12px;padding-right:12px}.hist-tab-bar{grid-template-columns:repeat(auto-fit,minmax(78px,1fr));gap:4px}.hist-tab-actions .rv-btn{min-width:96px;padding-left:7px;padding-right:7px}}@media(max-width:720px){.pos-module-screen .inv-body,.pos-module-screen .inv-header,.pos-module-screen .inv-tab-bar,.product-register-workspace,.ontime-report-shell{padding-left:12px;padding-right:12px}.product-register-toolbar,.rpt-kpi-grid{grid-template-columns:1fr}.proc-toolbar,.hist-filter-row{flex-direction:column;align-items:stretch}.proc-supplier-import-btn,.hist-filter-field,.hist-filter-field--compact{width:100%;flex:0 1 auto}.hist-tab-strip,.hist-tab-actions{gap:4px}.hist-tab-actions .rv-btn{min-width:74px}}.settings-content .inv-lines-header{background:#f1f5f9!important;min-height:28px!important;font-weight:700!important;font-size:11px!important;color:#475569!important;padding:0 10px!important}.settings-content .inv-lines-header>span{font-size:11px!important}.settings-content .inv-line-row{min-height:32px!important;padding:4px 10px!important;font-size:12px!important;align-items:center!important}.settings-content .inv-line-num{font-size:11px!important;color:#94a3b8!important}@media print{.pos-header,.pos-nav,.pos-sidebar,.inv-header,.inv-tab-bar,.no-print,.rpt-kpi-grid,.rv-btn,button{display:none!important}body,html{background:#fff!important;color:#000!important;font-size:11px!important}.inv,.inv-body,.inv-form-card{padding:0!important;margin:0!important;box-shadow:none!important;border:none!important;background:#fff!important}#hist-print-area{height:auto!important}.inv-lines{overflow:visible!important;border:1px solid #ccc!important}.inv-lines-header{background:#f0f0f0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.inv-line-row{page-break-inside:avoid;border-bottom:1px solid #ddd!important}.hist-detail{page-break-inside:avoid;border:1px solid #ddd!important;margin:4px 0!important;background:#fafafa!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.status-badge{border:1px solid #999!important;background:transparent!important;color:#000!important}#hist-print-area:before{content:attr(data-print-title);display:block;font-size:18px;font-weight:700;margin-bottom:12px;text-align:center}}.pos-online-order-badge{position:absolute;top:-4px;right:-6px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 5px;font-size:10px;font-weight:800;color:#fff;background:#ef4444;border-radius:999px;line-height:1;animation:oo-badge-pulse 1.5s ease-in-out infinite}@keyframes oo-badge-pulse{0%,to{transform:scale(1);box-shadow:0 0 #ef444466}50%{transform:scale(1.15);box-shadow:0 0 0 6px #ef444400}}.oo-container{display:flex;flex-direction:column;height:100%;padding:24px;overflow-y:auto;position:relative}.oo-toast{position:fixed;top:64px;right:24px;z-index:200;padding:14px 24px;background:linear-gradient(135deg,#1e293b,#334155);color:#f1f5f9;font-weight:600;font-size:14px;border-radius:var(--radius-md);box-shadow:0 10px 40px #00000040;animation:oo-toast-in .4s ease-out;border-left:4px solid var(--brand)}@keyframes oo-toast-in{0%{opacity:0;transform:translate(40px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.oo-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-shrink:0}.oo-title{font-size:22px;font-weight:800;color:var(--ink);margin:0}.oo-header-actions{display:flex;align-items:center;gap:12px}.oo-order-count{font-size:13px;font-weight:600;color:var(--muted);padding:6px 14px;background:var(--surface-hover);border-radius:999px}.oo-refresh-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;color:var(--ink);background:var(--surface-default);border:1px solid var(--surface-border);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s}.oo-refresh-btn:hover:not(:disabled){background:var(--surface-hover);border-color:var(--brand)}.oo-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.oo-tabs{display:flex;gap:4px;margin-bottom:20px;flex-shrink:0;background:var(--surface-hover);padding:4px;border-radius:var(--radius-sm)}.oo-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;color:var(--muted);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.oo-tab:hover{color:var(--ink);background:#ffffff80}.oo-tab--active{color:var(--ink);background:var(--surface-default);box-shadow:var(--shadow-sm)}.oo-tab-badge{min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;font-size:11px;font-weight:800;color:#fff;background:var(--brand);border-radius:999px}.oo-error{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-bottom:16px;background:var(--danger-bg);color:var(--danger);font-weight:600;font-size:13px;border-radius:var(--radius-sm);flex-shrink:0}.oo-error-dismiss{background:none;border:none;font-size:16px;cursor:pointer;color:inherit;padding:0;line-height:1}.oo-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:300px;color:var(--muted);text-align:center}.oo-empty-icon{font-size:56px;margin-bottom:16px;opacity:.6}.oo-empty-text{font-size:18px;font-weight:700;margin:0 0 8px;color:var(--ink)}.oo-empty-sub{font-size:14px;margin:0;color:var(--muted)}.oo-spinner{width:36px;height:36px;border:3px solid var(--surface-border);border-top-color:var(--brand);border-radius:50%;animation:oo-spin .8s linear infinite;margin-bottom:16px}@keyframes oo-spin{to{transform:rotate(360deg)}}.oo-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;flex:1}.oo-card{background:var(--surface-default);border:1px solid var(--surface-border);border-radius:var(--radius-md);display:flex;flex-direction:column;transition:all .2s;overflow:hidden}.oo-card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1}.oo-card--updating{opacity:.6;pointer-events:none}.oo-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;border-bottom:1px solid var(--surface-border)}.oo-card-header-left{display:flex;flex-direction:column;gap:2px}.oo-order-number{font-size:14px;font-weight:800;color:var(--ink);font-family:SF Mono,JetBrains Mono,monospace}.oo-order-time{font-size:12px;color:var(--muted)}.oo-status-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;color:#fff;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.oo-card-meta{display:flex;gap:8px;padding:8px 16px;flex-wrap:wrap}.oo-meta-badge{display:inline-flex;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;color:var(--muted);background:var(--surface-hover);border-radius:999px}.oo-card-items{padding:8px 16px;flex:1}.oo-item-row{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;border-bottom:1px dashed #f1f5f9}.oo-item-row:last-child{border-bottom:none}.oo-item-name{flex:1;font-weight:500;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oo-item-qty{font-weight:700;color:var(--brand);font-size:12px;min-width:28px;text-align:center}.oo-item-price{font-weight:600;color:var(--muted);min-width:72px;text-align:right;font-size:12px}.oo-card-total{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid var(--surface-border);background:#fafbfc;font-size:14px;font-weight:700;color:var(--ink)}.oo-total-amount{font-size:18px;font-weight:800;color:var(--brand)}.oo-card-actions{display:flex;gap:8px;padding:12px 16px;border-top:1px solid var(--surface-border);background:var(--surface-hover)}.oo-action-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;font-size:12px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .2s;white-space:nowrap}.oo-action-btn:disabled{opacity:.5;cursor:not-allowed}.oo-action-btn--primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.oo-action-btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 2px 8px #2563eb4d}.oo-action-btn--success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.oo-action-btn--success:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 8px #0596694d}.oo-action-btn--danger{background:transparent;color:#ef4444;border:1px solid #fca5a5}.oo-action-btn--danger:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.pos-reserved-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:700;color:#d97706;background:#fef3c7;border-radius:999px;margin-top:4px}.drp-container{position:relative;display:inline-flex}.drp-trigger{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:6px 12px;background:#fff;border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-md, 8px);font-size:13px;font-weight:600;color:var(--ink, #0f172a);cursor:pointer;transition:all .15s;white-space:nowrap}.drp-trigger:hover{border-color:var(--brand, #f97316);box-shadow:0 0 0 2px #f9731614}.drp-icon{font-size:15px;flex-shrink:0}.drp-text{color:var(--ink, #0f172a)}.drp-trigger:not(:has(.drp-clear)) .drp-text:empty+.drp-text,.drp-text:empty{color:var(--muted, #94a3b8)}.drp-clear{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#00000014;font-size:10px;color:var(--muted);cursor:pointer;transition:all .15s}.drp-clear:hover{background:var(--danger, #ef4444);color:#fff}.drp-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:3000;width:280px;background:#fff;border:1px solid var(--surface-border, #e2e8f0);border-radius:var(--radius-md, 8px);box-shadow:0 12px 40px #0f172a26;overflow:hidden;animation:drp-fade-in .12s ease-out}@keyframes drp-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.drp-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--surface-border, #e5e7eb);background:#f9731608}.drp-month-label{border:0;border-radius:6px;background:transparent;padding:5px 10px;font-size:14px;font-weight:800;color:var(--ink, #0f172a);cursor:pointer}.drp-month-label:hover{background:var(--surface-hover, #f1f5f9);color:var(--brand, #f97316)}.drp-nav-btn{width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:var(--muted, #64748b);font-size:12px;font-weight:800;cursor:pointer;transition:all .12s}.drp-nav-btn:hover{background:var(--surface-hover, #f1f5f9);color:var(--brand, #f97316)}.drp-phase{padding:6px 12px;font-size:11px;font-weight:600;color:var(--brand, #f97316);background:#f973160d;text-align:center}.drp-weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:6px 8px 2px;gap:0}.drp-weekdays span{text-align:center;font-size:10px;font-weight:800;color:var(--muted, #94a3b8);text-transform:uppercase}.drp-grid{display:grid;grid-template-columns:repeat(7,1fr);padding:4px 8px 8px;gap:2px}.drp-picker-grid{display:grid;gap:8px;padding:12px}.drp-picker-grid--months,.drp-picker-grid--years{grid-template-columns:repeat(3,1fr)}.drp-picker-cell{min-height:42px;border:1px solid var(--surface-border, #e2e8f0);border-radius:6px;background:#fff;color:var(--ink, #0f172a);font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:all .12s ease}.drp-picker-cell:hover{border-color:var(--brand, #f97316);background:#f9731614;color:var(--brand, #f97316)}.drp-picker-cell--active{border-color:var(--brand, #f97316);background:var(--brand, #f97316);color:#fff}.drp-day{width:100%;aspect-ratio:1;border:0;border-radius:6px;background:transparent;color:var(--ink, #0f172a);font-size:12px;font-weight:600;cursor:pointer;transition:all .1s;display:flex;align-items:center;justify-content:center}.drp-day:hover{background:#f9731614}.drp-day--muted{color:var(--muted, #cbd5e1);font-weight:400}.drp-day--today{border:2px solid var(--brand, #f97316);font-weight:800}.drp-day--start,.drp-day--end{background:var(--brand, #f97316)!important;color:#fff!important;font-weight:800;border-radius:6px}.drp-day--in-range{background:#f973161f;color:var(--brand, #f97316);font-weight:700;border-radius:2px}.drp-actions{display:flex;gap:4px;padding:8px;border-top:1px solid var(--surface-border, #e5e7eb);background:#00000004}.drp-quick-btn{flex:1;padding:6px 4px;border:1px solid var(--surface-border, #e2e8f0);border-radius:6px;background:#fff;font-size:11px;font-weight:700;color:var(--ink, #0f172a);cursor:pointer;transition:all .12s}.drp-quick-btn:hover{background:var(--brand, #f97316);color:#fff;border-color:var(--brand, #f97316)}:root{--inv-control-h: 36px;--inv-radius: 8px;--inv-gap: 8px;--inv-scan-border: #f5b642}.product-register-toolbar,.proc-toolbar,.wastage-toolbar,.stock-count-search-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--inv-gap);margin:0 0 var(--inv-gap);padding:0;position:relative}.product-register-toolbar>input,.proc-search-autocomplete,.wastage-search-box,.stock-count-search-field{flex:1 1 240px;min-width:0}.wastage-type-picker{flex:0 0 auto;grid-template-columns:minmax(0,220px) var(--inv-control-h)}.product-register-filter-row,.stock-count-filter-row,.hist-filter-row{display:flex;align-items:flex-end;flex-wrap:wrap;gap:var(--inv-gap);margin:0 0 var(--inv-gap);padding:6px 8px;border:1px solid #dbe3ef;border-radius:var(--inv-radius);background:#f8fbff}.product-register-filter-control>span,.inv-form-label,.hist-filter-field>span{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.proc-search-input,.inv-input--search,.product-register-toolbar input{width:100%;height:var(--inv-control-h);min-height:var(--inv-control-h);padding:0 12px;border:1.5px solid var(--inv-scan-border);border-radius:var(--inv-radius);background:#fff;color:#111827;font-size:14px;font-weight:600;transition:border-color .15s,box-shadow .15s}.proc-search-input:focus,.inv-input--search:focus,.product-register-toolbar input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #f973161f}.product-register-filter-control select,.product-register-filter-control input,.product-register-supplier-input,.product-register-expiry-input,.hist-filter-field .inv-input,.hist-search-input,.wastage-type-picker .inv-input{height:var(--inv-control-h);min-height:var(--inv-control-h);padding:0 10px;border:1px solid var(--surface-border);border-radius:var(--inv-radius);background:#fff;color:#1e293b;font-size:13px;font-weight:600}.product-register-filter-control select:focus,.product-register-filter-control input:focus,.product-register-supplier-input:focus,.product-register-expiry-input:focus,.hist-filter-field .inv-input:focus,.hist-search-input:focus,.wastage-type-picker .inv-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #f973161f}.product-register-filter-control .product-register-supplier-input,.hist-search-input{padding-right:36px}.proc-supplier-import-btn,.proc-filter-label-print{flex:0 0 auto;width:auto;height:var(--inv-control-h);min-height:var(--inv-control-h);padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--surface-border);border-radius:var(--inv-radius);background:#fff;color:var(--ink);font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .15s ease}.proc-supplier-import-btn:hover:not(:disabled),.proc-filter-label-print:not(:disabled):hover{background:var(--surface-hover);border-color:var(--brand);color:var(--brand)}.proc-supplier-import-btn:disabled,.proc-filter-label-print:disabled{opacity:.5;cursor:not-allowed}.wastage-type-picker .rv-btn,.stock-count-search-row .rv-btn{min-height:var(--inv-control-h);min-width:var(--inv-control-h);padding:0 10px}.proc-filter-clear,.product-register-filter-clear{flex:0 0 var(--inv-control-h);width:var(--inv-control-h);height:var(--inv-control-h);min-height:var(--inv-control-h);padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--surface-border);border-radius:var(--inv-radius);background:#fff;color:var(--muted);font-size:15px;font-weight:800;cursor:pointer;transition:all .15s ease}.proc-filter-clear:hover,.product-register-filter-clear:hover{border-color:var(--danger);color:var(--danger);background:var(--danger-bg)}.product-register-filter-segment{display:inline-flex;align-items:center;gap:3px;height:var(--inv-control-h);padding:3px;border:1px solid var(--surface-border);border-radius:var(--inv-radius);background:#fff}.product-register-filter-pill{height:28px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;transition:all .12s ease}.product-register-filter-pill:hover{background:var(--surface-hover);color:var(--ink)}.product-register-filter-pill--active,.product-register-filter-pill--active:hover{background:var(--brand);color:#fff}.product-register-date-picker .drp-trigger,.proc-filter-date-picker .drp-trigger,.stock-count-inline-filters .drp-trigger,.hist-filter-row .drp-trigger,.wastage-toolbar .drp-trigger{height:var(--inv-control-h);min-height:var(--inv-control-h);border-radius:var(--inv-radius)}.product-register-main-tab:hover{color:var(--brand-hover);background:#f973160d}.product-register-main-tab--active{border-bottom-color:var(--brand);color:var(--brand);background:#f9731612}.ontime-filter-button{background:var(--brand);border-radius:var(--inv-radius)}.ontime-filter-button:hover{background:var(--brand-hover)}.ontime-report-toolbar .inv-input,.stock-txn-toolbar .inv-input{height:var(--inv-control-h);min-height:var(--inv-control-h)}.fp-action-btn,.oo-action-btn{border-radius:var(--inv-radius)}.oo-action-btn--primary{background:var(--brand);color:#fff}.oo-action-btn--primary:hover:not(:disabled){background:var(--brand-hover);box-shadow:none}.oo-action-btn--success{background:var(--ok);color:#fff}.oo-action-btn--success:hover:not(:disabled){background:#047857;box-shadow:none}.hist-screen .inv-body{padding:8px 0 0}.hist-screen .inv-form-card{border:0;box-shadow:none;background:transparent;padding:0}.hist-screen #hist-print-area,.hist-screen #hist-print-area>div{flex:1 1 auto;min-height:0}.hist-screen .inv-lines{display:flex;flex-direction:column}.hist-screen .inv-empty{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.hist-screen .hist-tab-strip{padding:8px 0 6px;gap:10px}.hist-screen .hist-tab-bar{display:flex!important;grid-template-columns:none!important;flex-wrap:wrap;gap:4px;overflow:visible!important}.hist-screen .hist-tab-bar .inv-tab{flex:0 0 auto;width:auto;min-height:32px;padding:5px 12px;border-radius:8px;border-color:#e6ebf3;background:#f8fafc;font-size:12px;font-weight:700}.hist-screen .hist-tab-bar .inv-tab:hover{border-color:var(--brand);color:var(--brand);background:#fff}.hist-screen .hist-tab-bar .inv-tab--active,.hist-screen .hist-tab-bar .inv-tab--active:hover{background:var(--brand);border-color:var(--brand);color:#fff}.hist-screen .hist-tab-actions .rv-btn{min-height:32px;min-width:0;padding:5px 10px}.hist-screen .hist-filter-row{background:transparent;border:0;padding:0;margin-bottom:10px!important;gap:8px}.hist-screen .hist-filter-field{flex:0 1 200px;min-width:170px;gap:3px}.hist-screen .rpt-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-bottom:10px!important}.hist-screen .rpt-kpi-card{padding:10px 12px}.hist-screen .rpt-kpi-label{margin-bottom:2px;font-size:10px}.hist-screen .rpt-kpi-value{font-size:18px}
