:root{--bg:#f8fafc;--card:#ffffff;--text:#1e293b;--muted:#64748b;--primary:#170c5c;--primary2:#10003b;--primary-color:#170c5c;--color-primary:#170c5c;--color-primary-dark:#10003b;--color-primary-light:rgba(23, 12, 92, .08);--success:#059669;--danger:#dc2626;--warning:#d97706;--border:#e2e8f0;--surface:#ffffff;--surface-2:#f1f5f9;--sidebar:#ffffff;--sidebar-text:#1e293b;--sidebar-border:#e2e8f0;--shadow:0 8px 30px rgba(15, 23, 42, .04);--radius: 8px;--font-page-title: 1.15rem;--font-section-title: .98rem;--font-body: .8125rem;--font-subtitle: .8125rem;--font-table-head: .78rem;--font-badge: .72rem;--font-micro: .6875rem}*{box-sizing:border-box}*:focus:not(input):not(select):not(textarea):not(button):not(a):not([contenteditable=true]),*:focus-visible:not(input):not(select):not(textarea):not(button):not(a):not([contenteditable=true]),main:focus,main:focus-visible,section:focus,section:focus-visible,article:focus,article:focus-visible,header:focus,header:focus-visible,nav:focus,nav:focus-visible,div:focus,div:focus-visible,.card:focus,.card:focus-visible,.panel:focus,.panel:focus-visible{outline:none!important;outline-color:transparent!important;box-shadow:none!important}html{scroll-behavior:auto;height:100%;scrollbar-gutter:stable}html,body,#root,.app-root,.app-layout{height:100%;min-height:100%;min-height:100dvh;background-color:#f8fafc}*{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.4) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#94a3b866;border:2px solid transparent;background-clip:content-box;border-radius:9999px;min-height:40px;transition:background-color .2s cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar-thumb:hover{background-color:#64748bbf;border:1.5px solid transparent}::-webkit-scrollbar-thumb:active{background-color:#0f172ae6;border:1px solid transparent}::-webkit-scrollbar-corner{background:transparent}body{margin:0;font-family:Cairo,Tajawal,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);overflow:hidden;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,.page-header-title{font-size:var(--font-page-title, 1.15rem);font-weight:800;color:#0f172a;line-height:1.25;margin:0}h2,h3,.section-title,.card-title{font-size:var(--font-section-title, .98rem);font-weight:700;color:#1e293b;line-height:1.35;margin:0}h4,h5,h6{font-size:var(--font-body, .8125rem);font-weight:600;color:#334155;margin:0}p{margin:0;line-height:1.55}.text-justify,.prose-justified,.spec-description{text-align:justify;text-justify:inter-word;text-align-last:start}.text-justify[dir=rtl],.spec-description[dir=rtl],[dir=rtl] .spec-description:not([dir=ltr]):not([dir=ltr] *),[dir=rtl] .text-justify:not([dir=ltr]):not([dir=ltr] *){text-align:justify;text-justify:inter-word;text-align-last:right;direction:rtl}.text-justify[dir=ltr],.spec-description[dir=ltr],[dir=ltr] .spec-description,[dir=ltr] .text-justify,[dir=rtl] .spec-description[dir=ltr],[dir=rtl] .text-justify[dir=ltr],[dir=rtl] [dir=ltr] .spec-description,[dir=rtl] [dir=ltr] .text-justify,[dir=rtl] [dir=ltr].spec-description,[dir=rtl] [dir=ltr].text-justify{text-align:justify!important;text-justify:inter-word!important;text-align-last:left!important;direction:ltr!important}.page-header-description,.section-header-subtitle,.text-subtitle{font-size:var(--font-subtitle, .8125rem);color:#64748b;font-weight:400;line-height:1.5}small,.text-micro,.caption{font-size:var(--font-micro, .6875rem);color:#94a3b8}input:not([type=checkbox]):not([type=radio]):not([type=color]),select,textarea{width:100%;min-height:40px;padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:var(--surface);outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input::placeholder,select::placeholder,textarea::placeholder{color:#94a3b8;opacity:.75;font-weight:400}::selection{background-color:#6366f138!important;color:inherit!important}input::selection,textarea::selection{background-color:#6366f138!important;color:#0f172a!important}input:not([type=checkbox]):not([type=radio]):not([type=color]):focus,select:focus,textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #170c5c14}textarea{min-height:88px;resize:vertical}.full-width{width:100%}.muted{color:var(--muted)}.small{font-size:12px}.text-left{text-align:left}.screen-center{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.field>span,.field>label{font-weight:700;font-size:12px;color:#334155}.field-error{color:var(--danger)}.error-box,.warning-box,.success-box{padding:12px 14px;border-radius:8px;margin-top:12px}.error-box{background:#fee2e2;color:#991b1b;margin-bottom:12px}.warning-box{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.success-box{background:#dcfce7;color:#166534}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:8px 14px;border:none;border-radius:8px;cursor:pointer;font-weight:700;font-size:13px;box-shadow:0 8px 18px #0f172a0d;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease,background .16s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary{background:var(--primary, #170c5c)!important;color:#fff!important}.btn-primary:hover:not(:disabled){background:var(--primary2, #10003b)!important;color:#fff!important}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-success{background:var(--success);color:#fff}.btn-danger{background:var(--danger);color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:8px 14px;border:none;border-radius:8px;cursor:pointer;font-weight:700;box-shadow:0 8px 18px #0f172a0d;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease,background .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.65;cursor:not-allowed}.secure-password-field{-webkit-text-security:disc;text-security:disc}.button-primary{background:var(--primary, #170c5c)!important;color:#fff!important}.button-primary:hover:not(:disabled){background:var(--primary2, #10003b)!important;color:#fff!important}.button-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.button-success{background:var(--success);color:#fff}.button-danger{background:var(--danger);color:#fff}.card{background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);padding:16px;font-size:13px}.section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px;flex-wrap:wrap}.section-title h3{margin:0;font-size:15px;line-height:1.2}.section-title-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.nav-pill,.status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:11px;font-weight:700;min-height:26px;padding:4px 10px}.nav-pill{background:var(--surface);color:var(--muted);border:1px solid var(--border)}.status-posted{background:#dcfce7;color:#166534}.status-draft{background:#fef3c7;color:#92400e}.status-cancelled{background:#fee2e2;color:#991b1b}.actions{display:flex;gap:8px;flex-wrap:wrap}.compact-actions{gap:6px;flex-wrap:wrap}.page-stack{display:flex;flex-direction:column;gap:14px}.page-header-description{line-height:1.65;font-size:13px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-grid .field:last-of-type,.form-grid .error-box,.form-grid .success-box,.form-grid .actions,.form-grid .stats-grid,.form-grid .btn{grid-column:1 / -1}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:8px;background:#fff}table{width:100%;border-collapse:collapse}th,td{padding:10px 14px;border-bottom:1px solid var(--border, #e2e8f0);text-align:right;vertical-align:middle;white-space:nowrap}th,thead th{background:var(--surface-2, #f8fafc);color:#475569;font-size:12.5px;font-weight:600;position:sticky;top:0;border-bottom:1px solid #e2e8f0}.table-wrap table{min-width:880px}.table-wrap tbody tr:hover{background:#170c5c08}.list-stack{display:flex;flex-direction:column;gap:10px}.list-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2)}.stacked-row{align-items:flex-start}.low-stock-badge{min-width:40px;text-align:center;padding:8px 10px;border-radius:8px;background:#fef3c7;color:#92400e;font-weight:800}.inline-create-row{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.inline-create-row input{flex:1 1 160px}.inline-create-panel{border:1px solid var(--border);border-radius:8px;padding:14px;background:var(--surface-2)}.inline-create-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.filter-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.align-end-inline{align-items:flex-end}.section-heading-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.section-description{font-size:12px;line-height:1.5}.table-caption{caption-side:top;padding:12px 14px;text-align:right;color:var(--muted);font-size:13px;background:#fff}.table-wrap-compact{font-size:14px}.table-wrap-compact table{min-width:auto}.table-wrap-compact th,.table-wrap-compact td{padding:8px 6px;text-align:center;vertical-align:middle;white-space:nowrap}.table-wrap-compact th.col-fit,.table-wrap-compact td.col-fit{width:1%;white-space:nowrap}.compact-actions-vertical{display:flex;flex-direction:column;gap:4px;align-items:stretch}.status-surface{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:8px;border:1px solid var(--border);background:#fff;box-shadow:0 2px 8px #0f172a08}.status-surface-block{min-height:60px;align-items:center}.status-surface-empty{background:linear-gradient(180deg,#fff,#f8fbff)}.status-surface-loading{background:linear-gradient(180deg,#f8fbff,#fff)}.status-surface-error{background:linear-gradient(180deg,#fff7f7,#fff);border-color:#fecaca}.status-surface-icon{width:30px;height:30px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 30px;background:#f1f0fa;color:var(--primary);font-size:14px;font-weight:900}.status-surface-error .status-surface-icon{background:#fee2e2;color:#b91c1c}.status-surface-empty .status-surface-icon{background:#f1f5f9;color:#475569}.status-surface-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.status-surface-copy strong{font-size:13px;font-weight:700;line-height:1.25;color:#0f172a}.status-surface-copy span{color:var(--muted);font-size:11.5px;line-height:1.35}.status-surface-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}@media(max-width:760px){.inline-create-grid{grid-template-columns:1fr}}.table-row-selected{background:#170c5c14}.table-row-clickable{cursor:pointer}.table-row-inactive{opacity:.55}.table-selection-cell{width:44px;text-align:center}.table-selection-cell input{width:18px;min-height:18px;height:18px;accent-color:var(--primary)}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:10px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.pagination-meta,.pagination-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pagination-count,.pagination-page-indicator{color:var(--muted);font-size:12px}.pagination-page-size{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.pagination-page-size select{width:auto;min-width:74px;min-height:32px}.bulk-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbff)}.bulk-toolbar-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media(max-width:760px){.pagination-bar,.bulk-toolbar{align-items:flex-start}}h1,h2,h3,h4,h5,h6{line-height:1.2}.small,.muted.small{font-size:11px}@media(max-width:1200px){.card{padding:14px;border-radius:8px}.section-title h3{font-size:15px}.button,.btn{min-height:36px;padding:7px 12px;font-size:12px}input,select,textarea{min-height:38px;font-size:12px}textarea{min-height:80px}th,td{padding:8px 10px;font-size:12px}}.dark,[data-theme=dark]{--bg: #0b0f19;--card: #111827;--text: #f1f5f9;--muted: #8b9bb4;--primary: #170c5c;--primary2: #100c42;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--border: #242f48;--surface: #1e293b;--surface-2: #0b0f19;--sidebar: #0b0f19;--sidebar-text: #f1f5f9;--sidebar-border: #1e293b;--shadow: 0 16px 40px rgba(0, 0, 0, .5)}.dark input,.dark select,.dark textarea,.dark .btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.dark .sidebar-fixed{background:var(--sidebar);border-left-color:var(--sidebar-border)}.dark .sidebar-link{color:var(--sidebar-text)}.dark .sidebar-link:hover{background:#ffffff0d;color:#fff}.dark .sidebar-link.active{background:#ffffff14;color:var(--primary)}.dark .sidebar-group-trigger:hover{background:#ffffff0d;color:#fff}.dark .app-sidebar-logo-text{color:var(--sidebar-text)}@keyframes pageEnterSmooth{0%{opacity:.88;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.content-wrap>.page-stack,.content-wrap>.page-shell,.content-wrap>main{animation:pageEnterSmooth .12s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}@keyframes routeShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.content-wrap>.page-stack,.content-wrap>.page-shell,.content-wrap>main{animation:none!important}}.login-screen-split{min-height:100vh;background-color:#f8fafc;display:flex;align-items:center;justify-content:center;padding:16px;position:relative;font-family:Tajawal,Cairo,system-ui,-apple-system,sans-serif;overflow-x:hidden}.login-pattern-overlay{position:absolute;inset:0;z-index:0;background-image:radial-gradient(#94a3b8 1px,transparent 1px);background-size:24px 24px;opacity:.05;pointer-events:none}.login-split-container{max-width:1024px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:32px;align-items:center;position:relative;z-index:10;padding-top:20px}@media(min-width:1024px){.login-split-container{grid-template-columns:1fr 1fr;gap:48px;padding-top:0}}.login-branding-side{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px;order:2}@media(min-width:1024px){.login-branding-side{order:1}}.login-brand-logo-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:32px}.login-brand-logo-img{height:80px;width:auto;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.login-brand-name{font-weight:800;font-size:30px;color:#0f172a;letter-spacing:-.02em}.login-brand-name .text-pro{color:#170c5c;font-weight:900}.login-brand-title{margin:0 0 24px;display:flex;flex-direction:column;align-items:center;line-height:1.3;font-family:Cairo,Tajawal,system-ui,-apple-system,sans-serif}.title-part1{font-size:28px;color:#1e293b;font-weight:900;display:block}.title-part2{font-size:36px;color:#170c5c;font-weight:900;display:block;margin-top:8px;letter-spacing:.025em}@media(min-width:1024px){.title-part1{font-size:36px}.title-part2{font-size:42px}}.login-brand-subtitle{color:#475569;font-weight:500;font-size:16px;margin:0 0 32px;max-width:440px;line-height:1.6}.login-features-list{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:440px;margin:0 auto 32px;width:100%}.login-feature-item{display:flex;align-items:center;gap:12px;color:#334155;font-weight:500;font-size:14px}.login-feature-icon{width:20px;height:20px;border-radius:50%;background:#e9e6f9;color:#170c5c;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #cfc9f3}.login-brand-footer{color:#94a3b8;font-size:12px;font-weight:600;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px}.login-brand-footer .line{width:32px;height:2px;background:#e2e8f0}.login-form-side{width:100%;max-width:480px;margin:0 auto;order:1;display:flex;flex-direction:column;gap:12px}@media(min-width:1024px){.login-form-side{order:2;margin-right:auto;margin-left:0}}.login-card-pro{background:#fff;border-radius:32px;box-shadow:0 8px 30px #0000000a;border:1px solid #f1f5f9;padding:32px;position:relative}.login-card-header{text-align:center;margin-bottom:24px}.login-card-header h2{font-family:Cairo,Tajawal,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#0f172a;margin:0 0 6px}.login-card-header p{font-size:14px;color:#64748b;font-weight:500;margin:0}.login-error-alert{background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;padding:12px;color:#dc2626;font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px;margin-bottom:16px}.login-form-pro{display:flex;flex-direction:column;gap:16px}.login-field-group{display:flex;flex-direction:column;gap:8px}.login-field-label{font-size:12px;font-weight:700;color:#334155;display:flex;align-items:center}.login-field-label.flex-between{justify-content:space-between}.forgot-password-link{color:#170c5c;text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.login-input-pro-wrap{position:relative;display:flex;align-items:center;width:100%}.login-input-pro{width:100%;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:500;color:#1e293b;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;box-sizing:border-box}html[dir=rtl] .login-input-pro,[dir=rtl] .login-input-pro{padding:12px 16px}.login-input-pro.has-toggle,html[dir=rtl] .login-input-pro.has-toggle,[dir=rtl] .login-input-pro.has-toggle{padding-inline-end:44px}.login-input-pro::placeholder{color:#94a3b8;font-weight:400}.login-input-pro:focus{border-color:#170c5c;box-shadow:0 0 0 3px #170c5c1f;background:#fff}.login-pwd-toggle-btn{position:absolute;inset-inline-end:12px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:color .15s ease,background-color .15s ease}.login-pwd-toggle-btn:hover{color:#1e293b;background:#0000000a}.login-field-error-text{font-size:12px;color:#dc2626;font-weight:600}.login-remember-me{margin-top:4px}.checkbox-label{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-size:12px;font-weight:700;color:#475569;-webkit-user-select:none;user-select:none}.custom-checkbox{width:16px;height:16px;border-radius:4px;accent-color:#170c5c;cursor:pointer}.login-submit-pro-btn{background:#170c5c;color:#fff;border:none;border-radius:12px;padding:14px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 4px 6px -1px #170c5c33;margin-top:8px}.login-submit-pro-btn:hover:not(:disabled){background:#1e1180;box-shadow:0 10px 15px -3px #170c5c4d}.login-submit-pro-btn:disabled{opacity:.8;cursor:not-allowed}.login-demo-widget{margin-top:24px;padding:16px;background:#fffbebb3;border:1px solid #fef3c7;border-radius:16px;position:relative;overflow:hidden}.demo-widget-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;position:relative;z-index:1}.demo-widget-content>svg{color:#d97706}.demo-widget-content p{margin:0;font-size:11px;color:#92400e;font-weight:700;line-height:1.6}.demo-badge{font-family:monospace;background:#fff;padding:2px 6px;border-radius:4px;border:1px solid #fde68a;display:inline-block;margin-top:4px}.demo-fill-btn{background:none;border:none;color:#170c5c;font-size:11px;font-weight:700;text-decoration:underline;cursor:pointer;padding:0}.demo-fill-btn:hover{text-decoration:none;color:#110842}.login-signup-link{margin-top:24px;padding-top:20px;border-top:1px solid #f1f5f9;text-align:center}.login-signup-link p{margin:0;font-size:14px;font-weight:500;color:#475569}.login-signup-link a{color:#170c5c;font-weight:700;text-decoration:none}.login-signup-link a:hover{text-decoration:underline}.system-banner{padding:12px 14px;border-radius:12px;border:1px solid var(--border);font-weight:700;box-shadow:var(--shadow);margin-bottom:0}.system-banner-warning{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.system-banner-success{background:#ecfdf5;color:#166534;border-color:#bbf7d0}.login-card,.loading-card{width:min(440px,100%);background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:16px;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 6px -1px #0000000f,0 10px 30px -5px #00000014;padding:36px 32px}.login-header{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:24px}.login-subtitle{margin:0;text-align:center;font-size:14px;color:#64748b}.trial-subtitle-nowrap{white-space:nowrap}.trial-subtitle-lines{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;max-width:100%;font-size:14px;line-height:1.45}.trial-subtitle-lines>span{display:block;max-width:100%;white-space:normal;overflow-wrap:anywhere}@media(max-width:720px){.trial-subtitle-nowrap{white-space:normal}}.brand-logo{background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;line-height:1}.app-layout{--sidebar-width: 256px;display:flex;height:100%;min-height:100%;min-height:100dvh;overflow:hidden}.sidebar-fixed{width:var(--sidebar-width);background:#fff;padding:0;border-left:1px solid #e2e8f0;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;overflow:hidden;z-index:100}.brand{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;gap:12px;padding:24px 20px 16px;background:transparent}.brand-copy{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center}.brand-logo{width:48px;height:48px;border-radius:8px;flex-shrink:0}.brand-logo .z-mark{font-size:22px}.brand-logo .systems-mark{font-size:8px;margin-top:2px}.brand-title{width:100%;font-size:15px;font-weight:800;line-height:1.2;text-align:center;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;word-break:break-word}.brand-sub{width:100%;font-size:10px;color:var(--muted);line-height:1.25;text-align:center}.sidebar-search-wrapper{display:flex;justify-content:center;align-items:center;padding:4px 14px 8px;width:100%;box-sizing:border-box;position:relative;z-index:10}.sidebar-search-pill{display:flex;align-items:center;justify-content:flex-start;height:34px;width:100%;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0f172a0a;cursor:pointer;overflow:hidden;position:relative;padding:0 10px;gap:8px;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.sidebar-search-pill:hover{background:#fff;border-color:#93c5fd;box-shadow:0 2px 6px #2563eb14}.sidebar-search-pill.is-expanded{background:#fff;border-color:#2563eb;box-shadow:0 2px 8px #2563eb26}.sidebar-search-placeholder-text{font-size:12px;color:#64748b;font-weight:500;white-space:nowrap;-webkit-user-select:none;user-select:none}.sidebar-search-icon-btn{display:flex;align-items:center;justify-content:center;color:#2563eb;flex-shrink:0;width:20px;height:20px;border:none;background:transparent;padding:0;cursor:pointer}.sidebar-search-icon-btn svg{width:16px!important;height:16px!important;stroke:#2563eb!important;display:block}.sidebar-search-pill.is-expanded .sidebar-search-icon-btn{color:#2563eb}.sidebar-search-input{flex:1 1 auto;min-width:0;border:none!important;outline:none!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important;font-size:12px!important;font-weight:600!important;color:#0f172a!important;opacity:0;transition:opacity .2s ease .08s}.sidebar-search-pill.is-expanded .sidebar-search-input{opacity:1}.sidebar-search-input::placeholder{color:#94a3b8;font-weight:500;font-size:11.5px}.sidebar-search-close-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#f1f5f9;border:none;color:#64748b;font-size:11px;cursor:pointer;flex-shrink:0;padding:0;opacity:0;transition:background-color .2s ease,color .2s ease,transform .2s ease,opacity .2s ease}.sidebar-search-pill.is-expanded .sidebar-search-close-btn{opacity:1}.sidebar-search-close-btn:hover{background:#fee2e2;color:#ef4444;transform:scale(1.1)}.sidebar-search-empty-state{padding:24px 12px;text-align:center;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:6px}.sidebar-search-empty-state-icon{font-size:22px}.sidebar-search-empty-state-text{font-size:12px;font-weight:600;color:#64748b;margin:0}.sidebar-nav{display:flex;flex-direction:column;gap:5px;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 12px;scrollbar-width:none}.sidebar-nav>*{width:100%;max-width:100%;box-sizing:border-box;min-width:0}.sidebar-group{display:flex;flex-direction:column;gap:1px;width:100%;margin:3px 0 0;padding:0;box-sizing:border-box;background:transparent;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.sidebar-group-trigger{position:relative;width:100%;margin:1px 0;box-sizing:border-box;padding:6px 10px;border-radius:8px;border:1px solid rgba(226,232,240,.6);background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 12px #00000008,inset 0 1px #fffc;display:flex;align-items:center;justify-content:flex-start;gap:10px;direction:rtl;color:#475569;cursor:pointer;font-weight:700;transition:background-color .2s ease,color .2s ease}.sidebar-group-trigger:hover{background:#f8fafc;color:#170e5e}.sidebar-group.is-open>.sidebar-group-trigger,.sidebar-group.is-active>.sidebar-group-trigger{color:#170e5e;font-weight:800}.sidebar-group-icon{width:32px;height:32px;display:flex;justify-content:center;align-items:center;flex:0 0 32px;border-radius:8px;background:var(--icon-bg, #f1f5f9);color:var(--icon-fg, #64748b);border:1px solid var(--icon-border, transparent);box-shadow:0 2px 8px var(--icon-glow, transparent)}.sidebar-group-icon svg{width:18px;height:18px;display:block}.sidebar-group-chevron{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex:0 0 24px;background:transparent;color:#64748b;font-size:14px;font-weight:800;transition:transform .15s ease;margin-inline-start:auto}.sidebar-group-chevron svg{width:14px;height:14px;display:block}.sidebar-group.is-open .sidebar-group-chevron{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex:0 0 24px;background:transparent;color:#64748b;font-size:14px;font-weight:800;transition:transform .15s ease;transform:rotate(-90deg);margin-inline-start:auto}.sidebar-group-items{display:grid;gap:1px;padding:1px 4px 2px;margin-inline-start:6px;width:auto;max-width:100%;min-width:0;box-sizing:border-box;border-inline-start:1px solid #e2e8f0}.sidebar-link-sub{padding:4px 8px 4px 28px;border-radius:6px;min-height:28px;display:flex;align-items:center;justify-content:flex-start;gap:8px;direction:rtl;margin:0;width:100%;color:#475569;text-decoration:none;transition:background-color .15s ease,color .15s ease}.sidebar-link-sub .sidebar-icon{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#cbd5e1;border:none;box-shadow:none}.sidebar-link-sub .sidebar-icon svg{display:none}.sidebar-link-sub.active .sidebar-label{flex:1 1 auto;text-align:right;font-size:14px;line-height:1.2;white-space:nowrap;letter-spacing:0}.sidebar-link-sub:hover,.sidebar-link-sub.active{background:#f1f0fa;color:#170e5e;font-weight:700}.sidebar-link-sub:hover .sidebar-icon,.sidebar-link-sub.active .sidebar-icon,.sidebar-link-sub-old-active{background:#170e5e}.sidebar-link{width:100%;margin:2px 0;box-sizing:border-box;padding:8px 12px;border-radius:8px;border:none;background:transparent;display:flex;align-items:center;justify-content:flex-start;gap:12px;direction:rtl;color:#475569;font-weight:600;transition:background-color .2s ease,color .2s ease;text-decoration:none}.sidebar-link:before{display:none}.sidebar-link:hover{background:#f8fafc;color:#170e5e}.sidebar-link.active{background:#f1f0fa;color:#170e5e;font-weight:800}.sidebar-link.active .sidebar-icon{box-shadow:0 4px 12px var(--icon-glow, transparent)}.sidebar-link .sidebar-icon{width:32px;height:32px;display:flex;justify-content:center;align-items:center;flex:0 0 32px;border-radius:8px;background:var(--icon-bg, #f1f5f9);color:var(--icon-fg, #64748b);border:1px solid var(--icon-border, transparent);transition:background-color .2s ease,color .2s ease}.sidebar-link-chevron-spacer{width:8px;height:8px;flex:0 0 8px}.sidebar-label{flex:1;min-width:0;text-align:right;font-size:14px;line-height:1.2;white-space:nowrap;letter-spacing:0;overflow:hidden;text-overflow:ellipsis}.sidebar-nav::-webkit-scrollbar{display:none;width:0;background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#94a3b852;border-radius:8px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-footer{margin-top:auto;padding:8px 14px 6px;border-top:1px solid #f1f5f9;flex:0 0 auto}.sidebar-footer-actions{display:flex;gap:8px;align-items:center}.sidebar-logout-btn{flex:1;transition:background-color .2s ease,color .2s ease,border-color .2s ease;background:#f1f5f9;border:1px solid transparent;color:#64748b;border-radius:8px;font-weight:600;padding:8px 12px;cursor:pointer}.sidebar-logout-btn:hover{background:#fee2e2;color:#ef4444;border-color:#fca5a5}.sidebar-logout-btn .btn-icon{display:none;align-items:center;justify-content:center}.sidebar-toggle-btn{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:50%;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease;flex:0 0 32px;padding:0;margin:0;box-sizing:border-box}.sidebar-toggle-btn:hover{background:#e2e8f0;color:#0f172a}.sidebar-collapsed .sidebar-label,.sidebar-collapsed .sidebar-group-chevron,.sidebar-collapsed .sidebar-link-chevron-spacer,.sidebar-collapsed .brand-copy,.sidebar-collapsed .sidebar-footer-info,.sidebar-collapsed .sidebar-logout-btn .btn-label{display:none}.sidebar-collapsed .brand{min-height:56px;height:56px;padding:6px 0;justify-content:center;align-items:center;border-bottom:1px solid #f1f5f9;margin-bottom:6px;background:transparent;display:flex;width:100%}.sidebar-collapsed .brand-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:0 auto;background:transparent;box-shadow:none;cursor:pointer}.sidebar-collapsed .brand-logo-img{width:44px;height:44px;object-fit:contain;display:block;margin:0 auto}.sidebar-collapsed .brand-logo .z-mark,.sidebar-collapsed .brand-logo .systems-mark{display:none!important}.sidebar-collapsed .brand-logo:before{display:none!important}.sidebar-collapsed .sidebar-search-wrapper{padding:4px 0 10px;display:flex;justify-content:center;align-items:center;width:100%}.sidebar-collapsed .sidebar-search-pill{border:none!important;background:transparent!important;padding:0!important;margin:0 auto!important;display:flex!important;justify-content:center!important;align-items:center!important;width:38px!important;box-shadow:none!important}.sidebar-collapsed .sidebar-search-placeholder-text,.sidebar-collapsed .sidebar-search-input,.sidebar-collapsed .sidebar-search-close-btn{display:none!important}.sidebar-collapsed .sidebar-search-icon-btn{width:38px;height:38px;min-width:38px;min-height:38px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#2563eb;display:flex;align-items:center;justify-content:center;margin:0 auto;box-sizing:border-box}.sidebar-collapsed .sidebar-search-icon-btn svg{width:18px!important;height:18px!important;stroke:#2563eb!important}.sidebar-collapsed .sidebar-search-icon-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb}.sidebar-collapsed .sidebar-search-icon-btn:hover svg{stroke:#fff!important}.sidebar-collapsed .sidebar-nav{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;padding:4px 0 8px}.sidebar-collapsed .sidebar-group{width:100%;display:flex;justify-content:center;margin:0}.sidebar-collapsed .sidebar-group-trigger{width:38px;height:38px;min-width:38px;min-height:38px;margin:0 auto;padding:0;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:transparent!important;border:none!important;box-shadow:none!important;box-sizing:border-box}.sidebar-collapsed .sidebar-group-trigger .sidebar-group-icon{width:38px;height:38px;min-width:38px;min-height:38px;display:flex;justify-content:center;align-items:center;flex:0 0 38px;border-radius:10px;background:var(--icon-bg, #f1f5f9);color:var(--icon-fg, #64748b);border:1px solid var(--icon-border, transparent);box-shadow:0 2px 6px var(--icon-glow, transparent);box-sizing:border-box}.sidebar-collapsed .sidebar-group.is-active .sidebar-group-trigger .sidebar-group-icon{background:#0f172a!important;border-color:#0f172a!important;color:#fff!important;box-shadow:0 4px 12px #0f172a40!important}.sidebar-collapsed .sidebar-link{width:38px;height:38px;min-width:38px;min-height:38px;margin:0 auto;padding:0;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:transparent!important;border:none!important;box-shadow:none!important;box-sizing:border-box}.sidebar-collapsed .sidebar-link .sidebar-icon{width:38px;height:38px;min-width:38px;min-height:38px;display:flex;justify-content:center;align-items:center;flex:0 0 38px;border-radius:10px;background:var(--icon-bg, #f1f5f9);color:var(--icon-fg, #64748b);border:1px solid var(--icon-border, transparent);box-shadow:0 2px 6px var(--icon-glow, transparent);box-sizing:border-box}.sidebar-collapsed .sidebar-link.active .sidebar-icon{background:#0f172a!important;border-color:#0f172a!important;color:#fff!important;box-shadow:0 4px 12px #0f172a40!important}.sidebar-collapsed .sidebar-link:before{display:none}.sidebar-collapsed .sidebar-fixed{overflow:visible!important;z-index:100!important}.sidebar-collapsed .sidebar-nav,.sidebar-collapsed .brand,.sidebar-collapsed .sidebar-search-wrapper,.sidebar-collapsed .sidebar-footer,.sidebar-collapsed .sidebar-footer-actions{overflow:visible!important}.sidebar-collapsed [data-tooltip]{position:relative!important}.sidebar-collapsed [data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:50%;right:calc(100% + 12px);left:auto;transform:translateY(-50%);background:#0f172a;color:#fff;font-size:12px;font-weight:700;padding:6px 12px;border-radius:8px;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s ease;box-shadow:0 4px 16px #0f172a59;z-index:999999;line-height:1.4}.sidebar-collapsed [data-tooltip]:before{content:"";position:absolute;top:50%;right:calc(100% + 4px);left:auto;transform:translateY(-50%);border-width:5px;border-style:solid;border-color:transparent transparent transparent #0f172a;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s ease;z-index:999999}.sidebar-collapsed [data-tooltip]:hover:after{opacity:1;visibility:visible}.sidebar-collapsed [data-tooltip]:hover:before{opacity:1;visibility:visible}.sidebar-collapsed .sidebar-footer [data-tooltip]:after{top:auto;bottom:2px;transform:none}.sidebar-collapsed .sidebar-footer [data-tooltip]:before{top:auto;bottom:12px;transform:none}.sidebar-collapsed .sidebar-footer [data-tooltip]:hover:after{opacity:1;visibility:visible}.sidebar-collapsed .sidebar-footer{padding:12px 0 14px;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.sidebar-collapsed .sidebar-footer-actions{flex-direction:column-reverse;gap:10px;align-items:center;width:100%}.sidebar-collapsed .sidebar-toggle-btn{width:38px;height:38px;min-width:38px;min-height:38px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;display:flex;align-items:center;justify-content:center;margin:0 auto;box-sizing:border-box}.sidebar-collapsed .sidebar-toggle-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}.sidebar-collapsed .sidebar-logout-btn{width:38px;height:38px;min-width:38px;min-height:38px;border-radius:10px;background:#fee2e2;border:1px solid #fecaca;color:#b91c1c;padding:0;display:flex;align-items:center;justify-content:center;margin:0 auto;box-sizing:border-box}.sidebar-collapsed .sidebar-logout-btn .btn-icon{display:flex}.sidebar-collapsed .sidebar-logout-btn:hover{background:#dc2626;color:#fff;border-color:#dc2626}.sidebar-icon{width:32px;height:32px;display:flex;justify-content:center;align-items:center;flex:0 0 32px;border-radius:8px;background:var(--icon-bg, #f1f5f9);color:var(--icon-fg, #64748b);border:1px solid var(--icon-border, transparent);transition:background-color .2s ease,color .2s ease}.sidebar-icon svg{width:18px;height:18px;display:block}.main-col{flex:1 1 0;min-width:0;width:100%;max-width:100%;height:100%;min-height:100%;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}.content-wrap{flex:1 1 0;min-width:0;width:100%;max-width:100%;padding:24px;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;overscroll-behavior-y:contain;box-sizing:border-box}.app-layout-pos-focus{background:var(--app-bg, #f8fafc)}.app-layout-pos-focus .main-col{width:100vw;max-width:100vw}.content-wrap-pos-focus{width:100vw;max-width:100vw;padding:12px 16px 96px}.page-stack-pos-focus{min-height:calc(100vh - 24px)}.content-wrap>.page-stack{width:100%;align-items:stretch}.page-shell{width:100%;max-width:none;margin-inline:0}.clean-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:18px}.topbar-copy-title{font-size:34px;font-weight:900}.page-grid,.two-column-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.stats-grid.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:18px;box-shadow:var(--shadow)}.stat-card span{color:var(--muted);font-size:13px}.stat-card strong{display:block;margin-top:10px;font-size:22px}.metric-list{display:flex;flex-direction:column;gap:12px}.metric-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px}.empty-state{border:1px dashed #cbd5e1;border-radius:8px;padding:20px;text-align:center;background:#fff}.empty-state h3{margin:0 0 8px}.empty-state p{margin:0;color:var(--muted)}.section-stack{display:flex;flex-direction:column;gap:12px}.badge-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.cashier-chip{display:inline-flex;align-items:center;border:1px solid var(--border);background:var(--surface-2);padding:6px 10px;border-radius:8px;font-size:12px;color:var(--muted)}.dark .sidebar-group{background:transparent;border-color:transparent}.dark .sidebar-group-trigger{position:relative;width:100%;margin:2px 0;box-sizing:border-box;padding:8px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.05);transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;gap:12px;direction:rtl;color:var(--text, #f1f5f9);background:var(--surface, #1e293b);cursor:pointer;font-weight:700}.dark .sidebar-group-trigger:hover{background:var(--border, #242f48);box-shadow:0 4px 12px #0003}.dark .sidebar-group.is-open{background:transparent;border-color:transparent;box-shadow:none}.dark .sidebar-group.is-open .sidebar-group-trigger,.dark .sidebar-group.is-active .sidebar-group-trigger{position:relative;width:100%;margin:2px 0;box-sizing:border-box;padding:8px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;gap:12px;direction:rtl;color:var(--text, #f1f5f9);background:var(--border, #242f48);cursor:pointer;font-weight:700}.dark .sidebar-group-icon,.dark .sidebar-group.is-open .sidebar-group-icon,.dark .sidebar-group.is-active .sidebar-group-icon{width:32px;height:32px;display:flex;justify-content:center;align-items:center;flex:0 0 32px;border-radius:8px;background:var(--icon-bg, #f1f5f9);color:var(--icon-fg, #64748b);border:1px solid var(--icon-border, transparent);box-shadow:0 2px 8px var(--icon-glow, transparent)}.dark .sidebar-logout-btn{flex:1;transition:background-color .2s ease,color .2s ease,border-color .2s ease;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444;border-radius:8px;font-weight:700;padding:12px}.dark .sidebar-logout-btn:hover{background:#ef444433;border-color:#ef44444d;color:#fca5a5}@media(max-width:1200px){.stats-grid,.page-grid,.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.app-layout{flex-direction:column}.sidebar-fixed{width:var(--sidebar-width);background:#fff;padding:0;border-left:1px solid #e2e8f0;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;overflow:hidden}.brand{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;gap:12px;padding:24px 20px 16px;background:transparent}.sidebar-nav{flex-direction:column;overflow-x:hidden;overflow-y:auto;gap:8px;padding:4px 2px 2px;scrollbar-width:thin}.sidebar-link{width:calc(100% - 24px);margin:2px 12px;padding:8px 12px;border-radius:8px;border:none;transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;gap:12px;direction:rtl;color:#475569;font-weight:600}.sidebar-group-trigger{position:relative;width:calc(100% - 24px);margin:0 12px;box-sizing:border-box;padding:8px 12px;border-radius:8px;border:none;transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;gap:12px;direction:rtl;color:#475569;background:transparent;cursor:pointer;font-weight:700}.sidebar-group-items{padding-inline-start:10px}.sidebar-label{flex:1;text-align:right;font-size:14px;line-height:1.2;white-space:nowrap;letter-spacing:0}.sidebar-footer{margin-top:auto;padding:16px 20px;border-top:1px solid #f1f5f9;flex:0 0 auto}.sidebar-footer .stack{margin-bottom:0!important}.sidebar-footer .btn{width:auto}.content-wrap{width:100%;max-width:100%;height:auto;padding:14px}.stats-grid,.page-grid,.two-column-grid{grid-template-columns:1fr}.topbar-copy-title{font-size:24px}}@media(max-width:560px){.sidebar-link{width:calc(100% - 24px);margin:2px 12px;padding:8px 12px;border-radius:8px;border:none;transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;gap:12px;direction:rtl;color:#475569;font-weight:600}.brand-title{font-size:14px}.brand-sub{font-size:9px}.brand-copy{gap:3px}}[dir=ltr] .sidebar-link,[dir=ltr] .sidebar-group-trigger{position:relative;width:calc(100% - 24px);margin:0 12px;box-sizing:border-box;padding:8px 12px;border-radius:8px;border:none;transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;gap:12px;direction:ltr;color:#475569;background:transparent;cursor:pointer;font-weight:700}[dir=ltr] .sidebar-link .sidebar-label,[dir=ltr] .sidebar-link-sub .sidebar-label,[dir=ltr] .sidebar-group-label,[dir=ltr] .sidebar-group-trigger .sidebar-label{flex:1;text-align:left;font-size:14px;line-height:1.2;white-space:nowrap;letter-spacing:0}[dir=ltr] .sidebar-link-sub{padding:8px 12px 8px 36px;border-radius:8px;min-height:36px;display:flex;align-items:center;gap:10px;direction:ltr}[dir=ltr] .sidebar-link-sub .sidebar-icon{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#cbd5e1;border:none;box-shadow:none}[dir=ltr] .sidebar-link .sidebar-icon,[dir=ltr] .sidebar-group-trigger .sidebar-group-icon{width:32px;height:32px;display:flex;justify-content:center;align-items:center;flex:0 0 32px;border-radius:8px;background:var(--icon-bg, #f1f5f9);color:var(--icon-fg, #64748b);border:1px solid var(--icon-border, transparent);box-shadow:0 2px 8px var(--icon-glow, transparent)}[dir=ltr] .sidebar-link-chevron-spacer,[dir=ltr] .sidebar-group-chevron{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex:0 0 24px;background:#f1f5f9;border-radius:8px;color:#64748b;font-size:14px;font-weight:800;transition:transform .15s ease}[dir=ltr] .sidebar-collapsed .sidebar-group-trigger{width:100%;margin:4px 0;padding:8px 0;justify-content:center}[dir=ltr] .brand{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;padding:24px 20px 16px;background:transparent}.sidebar-collapsed .brand-logo{margin:0;display:flex;justify-content:center;align-items:center}.sidebar-collapsed .sidebar-icon,.sidebar-collapsed .sidebar-group-icon{box-shadow:none!important}.sidebar-collapsed .brand-logo .systems-mark{display:none}.sidebar-collapsed .sidebar-icon,.sidebar-collapsed .sidebar-group-icon{margin:0!important}.sidebar-toggle-btn svg{width:20px;height:20px;min-width:20px;min-height:20px;flex-shrink:0}.sidebar-footer-info{text-align:center;width:100%}.sidebar-group-trigger,.sidebar-link:not(.sidebar-link-sub){color:#000!important;font-weight:700!important}.pos-checkout-scroll{overflow-y:auto!important;scrollbar-width:none!important}.pos-checkout-scroll::-webkit-scrollbar{width:0!important;display:none!important}.grid-cols-3{grid-template-columns:repeat(3,1fr)!important}.alert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.alert-card{border:1px solid var(--border);border-radius:8px;padding:14px;background:#f8fafc}.alert-warning{background:#fff7ed;border-color:#fed7aa}.alert-critical{background:#fef2f2;border-color:#fecaca}.alert-info{background:#f1f0fa;border-color:#bfdbfe}.dashboard-premium-shell{--dashboard-primary: #170c5c;--dashboard-success: #059669;--dashboard-warning: #d97706;--dashboard-danger: #dc2626}.dashboard-premium-card,.dashboard-hero-card,.dashboard-metric-card,.dashboard-action-link,.dashboard-trend-card{position:relative;overflow:hidden}.dashboard-premium-card:before,.dashboard-hero-card:before,.dashboard-metric-card:before,.dashboard-action-link:before,.dashboard-trend-card:before{display:none}.dashboard-hero-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);gap:16px;align-items:stretch}.dashboard-hero-card{border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff;box-shadow:0 10px 24px #0f172a0d}.dashboard-hero-card .section-title{display:none}.dashboard-hero-card .card-body,.dashboard-hero-card{padding:0}.dashboard-hero-copy{display:flex;flex-direction:column;gap:20px;padding:24px}.dashboard-hero-kicker{display:inline-flex;align-items:center;padding:7px 12px;border-radius:8px;background:#170c5c1a;color:var(--dashboard-primary);font-size:12px;font-weight:800;margin-bottom:12px}.dashboard-hero-copy h2{margin:0 0 10px;font-size:28px;line-height:1.25}.dashboard-hero-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-hero-chip{border:1px solid rgba(148,163,184,.16);border-radius:8px;padding:14px 16px;background:#fff}.dashboard-hero-chip span{display:block;color:var(--muted);font-size:12px}.dashboard-hero-chip strong{display:block;margin-top:8px;font-size:24px}.dashboard-hero-spotlight{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 24px 24px}.dashboard-premium-stats-grid,.dashboard-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-content-grid-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-metric-card{border:1px solid rgba(148,163,184,.16);border-radius:8px;padding:18px;background:#fff;box-shadow:0 8px 20px #0f172a0d;animation:dashboardCardEnter .45s ease both}.dashboard-metric-card.tone-primary{--dashboard-tone: var(--dashboard-primary)}.dashboard-metric-card.tone-success{--dashboard-tone: var(--dashboard-success)}.dashboard-metric-card.tone-warning{--dashboard-tone: var(--dashboard-warning)}.dashboard-metric-card.tone-danger{--dashboard-tone: var(--dashboard-danger)}.dashboard-metric-card:not(.tone-primary):not(.tone-success):not(.tone-warning):not(.tone-danger){--dashboard-tone: var(--dashboard-primary)}.dashboard-metric-copy{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashboard-metric-copy span{color:#0f172a;font-size:14px;font-weight:800}.dashboard-metric-copy strong{display:block;color:var(--dashboard-tone);font-size:28px;line-height:1.1;white-space:nowrap}.dashboard-metric-card small{display:block;margin-top:12px;color:var(--muted);line-height:1.7}.dashboard-metric-glow{width:100%;height:10px;border-radius:8px;margin-top:14px;background:linear-gradient(90deg,color-mix(in srgb,var(--dashboard-tone) 14%,#e2e8f0),#e2e8f0)}.dashboard-side-card,.dashboard-card-compact,.dashboard-trend-card{border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#fff;box-shadow:0 8px 20px #0f172a0d}.dashboard-card-compact{height:100%}.dashboard-header-actions{align-items:center;overflow:visible}.dashboard-header-actions .manager-notifications{order:-1}.dashboard-premium-shell .page-header,.dashboard-premium-shell .page-header-actions{overflow:visible;z-index:30}.manager-notifications{position:relative;flex:0 0 auto}.manager-notifications-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#0f172a;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.manager-notifications-button:hover{transform:translateY(-1px);border-color:#bfdbfe;box-shadow:0 10px 22px #0f172a14}.manager-notifications-button svg{width:20px;height:20px}.manager-notifications-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 4px;border:2px solid #ffffff;border-radius:10px;background:#dc2626;color:#fff;font-size:10px;font-weight:900;line-height:14px;text-align:center}.manager-notifications-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:1000;width:min(360px,calc(100vw - 32px));border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff;box-shadow:0 20px 44px #0f172a29;padding:12px;direction:rtl}.manager-notifications-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--border)}.manager-notifications-header strong{font-size:14px}.manager-notifications-header span,.manager-notifications-empty span{color:var(--muted);font-size:12px}.manager-notifications-list{display:flex;flex-direction:column;gap:8px;padding:12px 4px;margin:0 -4px;max-height:320px;overflow-y:auto}.manager-notifications-list[data-expanded=false]{max-height:224px}.manager-notification-row{display:grid;gap:4px;border:1px solid rgba(148,163,184,.16);border-right:4px solid #170c5c;border-radius:8px;padding:10px;text-decoration:none;color:inherit}.manager-notification-row.manager-action-item-danger{border-right-color:#dc2626;background:#fff7f7}.manager-notification-row.manager-action-item-warning{border-right-color:#d97706;background:#fffbeb}.manager-notification-row>span{width:fit-content;border-radius:8px;padding:2px 7px;background:#0f172a0f;color:#334155;font-size:10px;font-weight:800}.manager-notification-row strong{color:#0f172a;font-size:13px}.manager-notification-row small{color:var(--muted);line-height:1.6}.manager-notification-row em{color:#170c5c;font-size:12px;font-style:normal;font-weight:800}.manager-notifications-empty{display:grid;gap:5px;margin:10px 0;padding:14px;border:1px dashed #bbf7d0;border-radius:8px;background:#f0fdf4}.manager-notifications-center-link{display:flex;justify-content:center;align-items:center;min-height:34px;border-radius:8px;background:#f1f0fa;color:#1d4ed8;font-size:13px;font-weight:800;text-decoration:none;border:0;cursor:pointer;width:100%}.manager-notifications-more{display:flex;align-items:center;justify-content:center;width:100%;min-height:34px;margin-top:2px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#334155;font-size:12px;font-weight:700;cursor:pointer}.manager-notifications-more:hover{border-color:#bfdbfe;background:#f8fbff}.manager-notifications-hint{margin-top:6px;margin-bottom:4px;color:var(--muted);font-size:11px;text-align:center}.dashboard-daily-brief-card{border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#fff;box-shadow:0 6px 16px #0f172a0a}.dashboard-daily-brief-card .section-title{display:none}.daily-brief-layout{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.45fr) minmax(220px,.65fr);gap:10px;align-items:stretch}.daily-brief-layout-compact{grid-template-columns:minmax(240px,.75fr) minmax(0,1.35fr)}.daily-brief-copy,.daily-brief-positive,.daily-brief-comparison,.daily-brief-action{border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#fff}.daily-brief-copy{padding:13px;background:#f8fbff}.daily-brief-kicker{display:inline-flex;width:fit-content;border-radius:8px;padding:5px 10px;background:#170c5c1a;color:var(--dashboard-primary);font-size:11px;font-weight:800}.daily-brief-copy h2{margin:10px 0 6px;font-size:19px;line-height:1.35}.daily-brief-copy p,.daily-brief-positive span,.daily-brief-action small,.daily-brief-comparison small{margin:0;color:var(--muted);line-height:1.6;font-size:12px}.daily-brief-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.daily-brief-actions-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.daily-brief-action{display:flex;flex-direction:column;gap:4px;padding:10px;text-decoration:none;color:inherit;border-right:4px solid var(--dashboard-primary)}.daily-brief-action.manager-action-item-danger{border-right-color:var(--dashboard-danger);background:#fff7f7}.daily-brief-action.manager-action-item-warning{border-right-color:var(--dashboard-warning);background:#fffbeb}.daily-brief-action.manager-action-item-info{border-right-color:var(--dashboard-primary);background:#f8fbff}.daily-brief-action span{width:fit-content;border-radius:8px;padding:3px 8px;background:#0f172a0f;color:#334155;font-size:10px;font-weight:800}.daily-brief-action strong{color:#0f172a;font-size:13px;line-height:1.45}.daily-brief-positive{display:flex;flex-direction:column;justify-content:center;gap:4px;min-height:84px;padding:10px;background:#f0fdf4;border-color:#bbf7d0}.daily-brief-comparisons{display:grid;grid-template-columns:1fr;gap:8px}.daily-brief-comparison{display:flex;flex-direction:column;justify-content:center;gap:4px;padding:10px}.daily-brief-comparison span{color:var(--muted);font-size:11px;font-weight:800}.daily-brief-comparison strong{color:#0f172a;font-size:14px}.dashboard-quick-link,.dashboard-action-link{text-decoration:none;color:inherit;border-radius:8px;border:1px solid rgba(148,163,184,.18);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.dashboard-quick-link:hover,.dashboard-action-link:hover{transform:translateY(-1px);border-color:#170c5c5c;box-shadow:0 10px 22px #0f172a0f}.dashboard-actions-grid{display:grid;grid-template-columns:1fr;gap:12px}.dashboard-actions-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-action-link{display:flex;flex-direction:column;gap:6px;min-height:88px;padding:16px;background:#fff}.dashboard-alert-grid{display:grid;grid-template-columns:1fr;gap:10px;align-content:start}.dashboard-empty-state{padding:14px 16px}.dashboard-empty-state .status-surface-icon{width:34px;height:34px;border-radius:8px;font-size:15px}.dashboard-inline-empty{padding:6px 0 0}.dashboard-inline-state{padding:10px 12px;min-height:72px}.manager-action-center-card{direction:rtl}.manager-action-list{display:grid;grid-template-columns:1fr;gap:10px}.manager-action-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid rgba(148,163,184,.18);border-right:4px solid #3b82f6;border-radius:8px;padding:12px;background:#fff}.manager-action-item-danger{border-right-color:var(--dashboard-danger);background:#fff7f7}.manager-action-item-warning{border-right-color:var(--dashboard-warning);background:#fffbeb}.manager-action-item-info{border-right-color:var(--dashboard-primary);background:#f8fbff}.manager-action-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.manager-action-copy strong{color:#0f172a;font-size:14px;line-height:1.5}.manager-action-copy span:not(.manager-action-severity){color:var(--muted);font-size:12px;line-height:1.7}.manager-action-metadata{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.manager-action-metadata span{border-radius:8px;padding:3px 8px;background:#0f172a0f;color:#475569!important;font-size:10px!important;line-height:1.4!important}.manager-action-severity{display:inline-flex;width:fit-content;border-radius:8px;padding:3px 8px;background:#0f172a0f;color:#334155;font-size:10px;font-weight:800}.manager-action-link{min-height:32px;padding:6px 10px;text-decoration:none;white-space:nowrap}.manager-overview-sections{display:grid;grid-template-columns:1fr;gap:16px}.manager-overview-card{direction:rtl}.manager-overview-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.manager-overview-profit-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.manager-overview-mini-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}.manager-overview-metric{display:flex;flex-direction:column;justify-content:center;gap:6px;min-height:82px;border:1px solid rgba(148,163,184,.16);border-radius:8px;padding:12px;background:#f8fbff}.manager-overview-metric span{color:var(--muted);font-size:11px;font-weight:800}.manager-overview-metric strong{color:#0f172a;font-size:18px;line-height:1.25}.manager-overview-metric small,.manager-overview-row span{color:var(--muted);font-size:11px;line-height:1.6}.manager-decision-grid{align-items:stretch}.manager-decision-grid>.manager-overview-card:first-child{grid-column:1 / -1}.manager-overview-three-col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.manager-overview-list-card{border:1px solid rgba(148,163,184,.16);border-radius:8px;padding:12px;background:#fff}.manager-overview-list-card h4{margin:0 0 10px;font-size:14px}.manager-overview-list{display:grid;grid-template-columns:1fr;gap:8px}.manager-overview-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(148,163,184,.14);border-radius:8px;padding:10px;background:#f8fafc}.manager-overview-row div{display:grid;gap:3px;min-width:0}.manager-overview-row strong{color:#0f172a;font-size:13px;line-height:1.45}.manager-overview-row b{color:#1d4ed8;font-size:13px;white-space:nowrap}.manager-overview-inline-empty{border:1px dashed #cbd5e1;border-radius:8px;padding:10px;color:var(--muted);font-size:11px;text-align:center;background:#f8fafc}.manager-overview-action{min-height:32px;padding:6px 10px;text-decoration:none}.dashboard-section-heading{margin:6px 2px -2px;font-size:14px;font-weight:700;color:#334155}.dashboard-daily-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.dashboard-primary-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.dashboard-primary-kpi-grid .dashboard-metric-card{border-color:#64748b42;box-shadow:0 12px 28px #0f172a14;padding:20px 18px 16px}.dashboard-primary-kpi-grid .dashboard-metric-copy span{font-size:13px;font-weight:700;color:#334155}.dashboard-primary-kpi-grid .dashboard-metric-copy strong{font-size:32px;line-height:1.05}.dashboard-primary-kpi-grid .dashboard-metric-card small{margin-top:10px;line-height:1.55;font-size:11px}.dashboard-primary-kpi-grid .dashboard-metric-glow{margin-top:12px;height:9px}.dashboard-quick-actions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.dashboard-quick-action{border:1px solid rgba(148,163,184,.28);border-radius:8px;background:#fff;padding:10px 12px;display:grid;gap:4px;text-decoration:none;color:inherit}.dashboard-quick-action strong{font-size:13px;color:#0f172a}.dashboard-quick-action span{font-size:11px;color:#64748b}.dashboard-secondary-kpi-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.dashboard-secondary-kpi-item{border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fbfdff;padding:10px 12px;display:grid;gap:4px}.dashboard-secondary-kpi-item span{font-size:11px;color:#64748b}.dashboard-secondary-kpi-item strong{font-size:18px;line-height:1.2;color:#0f172a;font-weight:700}.dashboard-alert-action{margin-top:8px;width:fit-content}.dashboard-secondary-zone-card{border-color:#94a3b824;box-shadow:0 5px 14px #0f172a0a}.dashboard-secondary-zone-card .section-title{font-size:14px;color:#334155}.dashboard-monthly-snapshot-card{border-color:#94a3b824;box-shadow:0 5px 14px #0f172a0a}.dashboard-monthly-snapshot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dashboard-monthly-snapshot-card .manager-overview-metric{min-height:66px;padding:10px;gap:4px;background:#fbfdff}.dashboard-monthly-snapshot-card .manager-overview-metric strong{font-size:16px}.dashboard-monthly-snapshot-card .manager-overview-metric small{font-size:10px;line-height:1.5}.dashboard-monthly-empty{padding:6px 0;min-height:0;font-size:11px}.dashboard-trend-row{align-items:center}.dashboard-mini-bar-wrap{width:160px;max-width:100%}.dashboard-mini-bar-track{height:10px;background:#e8eef8;border-radius:8px;overflow:hidden}.dashboard-mini-bar-fill{height:10px;border-radius:inherit;background:linear-gradient(90deg,var(--dashboard-primary),#60a5fa);animation:dashboardBarGrow .8s ease both}@keyframes dashboardCardEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dashboardBarGrow{0%{width:0}}@media(prefers-reduced-motion:reduce){.dashboard-metric-card,.dashboard-mini-bar-fill{animation:none}}@media(max-width:1200px){.dashboard-hero-grid,.dashboard-premium-stats-grid,.dashboard-daily-kpi-grid,.dashboard-primary-kpi-grid,.dashboard-secondary-kpi-strip,.dashboard-monthly-snapshot-grid,.dashboard-content-grid,.dashboard-content-grid-wide,.dashboard-hero-spotlight,.dashboard-hero-chips,.dashboard-quick-actions-grid,.alert-grid,.dashboard-stats-grid,.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.dashboard-hero-grid,.dashboard-premium-stats-grid,.dashboard-daily-kpi-grid,.dashboard-primary-kpi-grid,.dashboard-secondary-kpi-strip,.dashboard-monthly-snapshot-grid,.dashboard-content-grid,.dashboard-content-grid-wide,.dashboard-hero-spotlight,.dashboard-hero-chips,.dashboard-quick-actions-grid,.alert-grid,.dashboard-stats-grid,.dashboard-kpi-grid,.dashboard-actions-grid,.dashboard-actions-grid-premium{grid-template-columns:1fr}.dashboard-hero-copy h2{font-size:22px}.dashboard-metric-copy{flex-direction:column}.dashboard-metric-copy strong{white-space:normal}.dashboard-mini-bar-wrap{width:100%}.daily-brief-layout,.daily-brief-actions,.manager-overview-metrics-grid,.manager-overview-profit-grid,.manager-overview-mini-metrics,.manager-overview-three-col{grid-template-columns:1fr}.manager-notifications-menu{left:0}.manager-action-item{grid-template-columns:1fr}.manager-action-link{width:100%;justify-content:center}}.top-selling-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;box-sizing:border-box}@media(max-width:640px){.top-selling-grid{grid-template-columns:1fr!important}}.three-col-form{grid-template-columns:repeat(3,minmax(0,1fr))}.mini-stats-grid,.import-stats-grid,.movement-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.brand-preview-card{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid var(--border);border-radius:8px;background:linear-gradient(135deg,#170c5c0a,#fffffff2)}.brand-preview-mark{width:72px;height:72px;border-radius:8px;border:2px solid var(--primary);display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;font-size:28px;font-weight:800}.brand-preview-image{width:100%;height:100%;object-fit:cover}.brand-color-chip{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:6px 10px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--muted);font-size:12px}.brand-color-swatch{width:12px;height:12px;border-radius:8px;border:1px solid rgba(15,23,42,.12)}.barcode-preview-panel{border:1px dashed #94a3b8;border-radius:8px;background:#fff;padding:16px}.barcode-preview-panel svg{width:100%;height:90px;display:block}.code-panel{white-space:pre-wrap;margin:0;font-size:12px;line-height:1.7;background:#f8fafc;padding:14px;border-radius:8px;border:1px solid #e2e8f0;overflow:auto}.settings-main-grid{align-items:start}.compact-stat-card{padding:16px}.compact-stat-card strong{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-form-grid,.supplier-form-grid,.service-form-grid,.expense-form-grid,.schedule-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-form-grid .field-full-span,.supplier-form-grid .field-full-span,.service-form-grid .field-full-span,.expense-form-grid .field-full-span,.schedule-form-grid .field-full-span{grid-column:1 / -1!important}.customer-form-grid .field:last-of-type,.supplier-form-grid .field:last-of-type,.service-form-grid .field:last-of-type,.expense-form-grid .field:last-of-type,.schedule-form-grid .field:last-of-type{grid-column:auto!important}.customer-form-grid .actions,.customer-form-grid .draft-state-notice,.customer-form-grid .mutation-feedback,.customer-form-grid fieldset,.supplier-form-grid .actions,.supplier-form-grid .draft-state-notice,.supplier-form-grid .mutation-feedback,.supplier-form-grid fieldset,.service-form-grid .actions,.service-form-grid .draft-state-notice,.service-form-grid .mutation-feedback,.service-form-grid fieldset,.expense-form-grid .actions,.expense-form-grid .draft-state-notice,.expense-form-grid .mutation-feedback,.expense-form-grid fieldset,.schedule-form-grid .actions,.schedule-form-grid .draft-state-notice,.schedule-form-grid .mutation-feedback,.schedule-form-grid fieldset{grid-column:1 / -1!important}.customer-form-grid .field span,.customer-form-grid .field label,.supplier-form-grid .field span,.supplier-form-grid .field label,.service-form-grid .field span,.service-form-grid .field label,.expense-form-grid .field span,.expense-form-grid .field label,.schedule-form-grid .field span,.schedule-form-grid .field label{font-weight:700;font-size:13px;color:#1e293b;margin-bottom:4px}.customer-form-grid .field input,.customer-form-grid .field select,.supplier-form-grid .field input,.supplier-form-grid .field select,.service-form-grid .field input,.service-form-grid .field select,.expense-form-grid .field input,.expense-form-grid .field select,.schedule-form-grid .field input,.schedule-form-grid .field select{font-size:13.5px;border-radius:8px;height:38px}.customer-form-grid .field-hint,.supplier-form-grid .field-hint,.service-form-grid .field-hint,.expense-form-grid .field-hint,.schedule-form-grid .field-hint{font-size:11px;color:#64748b;margin-top:3px;line-height:1.3}@media(max-width:640px){.customer-form-grid,.supplier-form-grid,.service-form-grid,.expense-form-grid,.schedule-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 10px!important}}.supplier-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.supplier-form-grid .field-full-span,.supplier-form-grid .actions,.supplier-form-grid .draft-state-notice,.supplier-form-grid .mutation-feedback,.supplier-form-grid fieldset{grid-column:1 / -1!important}.supplier-form-grid .field span,.supplier-form-grid .field label{font-weight:700;font-size:13px;color:#1e293b;margin-bottom:4px}.supplier-form-grid .field input,.supplier-form-grid .field select{font-size:13.5px;border-radius:8px;height:38px}.supplier-form-grid .field-hint{font-size:11px;color:#64748b;margin-top:3px;line-height:1.3}@media(max-width:640px){.supplier-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 10px!important}}.invoice-detail-summary-grid{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:8px}.invoice-detail-summary-grid .stat-card{min-width:0;padding:10px 12px;border-radius:8px}.invoice-detail-summary-grid .stat-card span{font-size:11px}.invoice-detail-summary-grid .stat-card strong{margin-top:4px;font-size:15px;line-height:1.25;overflow-wrap:anywhere}.required-columns-wrap{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-height:44px}.import-preview-table table,.import-preview-table th,.import-preview-table td{font-size:12px}.inventory-master-detail{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:16px;align-items:start}.detail-panel,.detail-item,.movement-row{border:1px solid var(--border);border-radius:8px}.detail-panel{padding:16px;background:#fff;min-height:100%}.detail-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.detail-panel-title{margin:0 0 6px;font-size:18px}.detail-panel-subtitle{color:var(--muted);font-size:13px;line-height:1.7}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.detail-grid .detail-item:last-child:nth-child(odd){grid-column:span 2}.detail-item{padding:12px 14px;background:#fff}.detail-label{color:var(--muted);font-size:12px;margin-bottom:6px}.detail-value{font-weight:700}.detail-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:8px}.surface-note{padding:12px 14px;border-radius:8px;background:#f8fafc;color:#334155;line-height:1.7}.section-separator{border:none;border-top:1px dashed var(--border);margin:2px 0}.selected-row{border-color:#170c5c59;box-shadow:0 12px 26px #170c5c14}.delta-chip,.movement-delta{min-width:82px;text-align:center;padding:8px 10px;border-radius:8px;font-weight:800;border:1px solid transparent}.delta-positive,.movement-delta.positive,.movement-positive{background:#ecfdf5;color:#166534;border-color:#bbf7d0}.delta-negative,.movement-delta.negative,.movement-negative{background:#fef2f2;color:#991b1b;border-color:#fecaca}.movement-register-list,.movement-main{display:flex;flex-direction:column}.movement-register-list{gap:10px}.movement-main{gap:6px;min-width:0}.movement-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;background:#fff}.movement-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media(max-width:1100px){.three-col-form,.mini-stats-grid,.movement-mini-grid,.import-stats-grid,.inventory-master-detail,.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.three-col-form,.mini-stats-grid,.movement-mini-grid,.import-stats-grid,.inventory-master-detail,.detail-grid,.pricing-center-page .pricing-center-scope-grid,.pricing-center-page .pricing-scope-inline-grid,.pricing-center-page .pricing-scope-options-grid,.pricing-center-page .pricing-check-grid,.pricing-center-page .pricing-check-grid--compact{grid-template-columns:1fr}.brand-preview-card{align-items:flex-start;flex-direction:column}}.first-run-checklist{border-color:#fde68a;background:linear-gradient(180deg,#fffdf5,#fff)}.first-run-checklist-row{align-items:center;gap:12px}.first-run-checklist-row .status-badge{white-space:nowrap}.inventory-master-detail-wide{grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr)}.detail-table-panel{min-width:0}.detail-table-panel .table-wrap{background:#fff;border:1px solid var(--border);border-radius:8px}.setup-prompt-card{border-color:#dbeafe;background:linear-gradient(180deg,#f8fbff,#fff)}.setup-prompt-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.settings-setup-flow-card{border-color:#c7d2fe;background:linear-gradient(180deg,#f8faff,#fff)}.setup-flow-card-body{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.setup-flow-card-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:720px){.setup-prompt-actions,.setup-flow-card-body{align-items:flex-start}.setup-flow-card-actions{width:100%}}.input-like{min-height:40px;display:flex;align-items:center;padding:0 12px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#0f172a}.three-column-grid,.panel-grid,.reports-unified-grid,.reports-spotlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.reports-animated-shell{--report-primary: #170c5c;--report-success: #059669;--report-warning: #d97706;--report-danger: #dc2626}.reports-scope-premium-card,.reports-motion-card,.reports-breakdown-card,.reports-executive-card,.report-metric-card{position:relative;overflow:hidden}.reports-scope-premium-card:before,.reports-motion-card:before,.reports-breakdown-card:before,.reports-executive-card:before,.report-metric-card:before{display:none}.reports-range-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.reports-action-field .btn{width:100%}.reports-preset-row{margin-top:8px;margin-bottom:0}.reports-mini-overview-grid{margin-top:16px}.reports-mini-stat-card{background:#fff;border-color:#94a3b82e}.report-metric-card{border:1px solid rgba(148,163,184,.18);border-radius:8px;padding:18px;background:#fff;box-shadow:0 8px 20px #0f172a0d;animation:reportCardEnter .48s ease both}.report-metric-card.tone-primary{--report-tone: var(--report-primary)}.report-metric-card.tone-success{--report-tone: var(--report-success)}.report-metric-card.tone-warning{--report-tone: var(--report-warning)}.report-metric-card.tone-danger{--report-tone: var(--report-danger)}.report-metric-card:not(.tone-primary):not(.tone-success):not(.tone-warning):not(.tone-danger){--report-tone: var(--report-primary)}.report-metric-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.report-metric-label{color:#0f172a;font-weight:800;font-size:14px}.report-metric-helper{color:var(--muted);font-size:12px;line-height:1.6;text-align:left}.report-metric-value{display:block;margin-top:14px;margin-bottom:14px;font-size:28px;line-height:1.1;color:var(--report-tone)}.report-progress-track{width:100%;height:10px;border-radius:8px;background:#e8eef8;overflow:hidden}.report-progress-track.tone-surface{height:12px;background:#e8eef8}.report-progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--report-primary),#60a5fa);box-shadow:0 6px 14px #170c5c3d;animation:reportBarGrow .9s ease both}.report-progress-fill.tone-primary{background:linear-gradient(90deg,var(--report-primary),#60a5fa)}.report-progress-fill.tone-success{background:linear-gradient(90deg,var(--report-success),#34d399)}.report-progress-fill.tone-warning{background:linear-gradient(90deg,var(--report-warning),#fbbf24)}.report-progress-fill.tone-danger{background:linear-gradient(90deg,var(--report-danger),#fb7185)}.reports-visual-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.8fr);gap:16px;align-items:stretch}.pricing-center-page .pricing-center-scope-grid{grid-template-columns:minmax(0,3fr) minmax(0,1fr);align-items:stretch}.pricing-center-page .pricing-scope-stack{display:flex;flex-direction:column;gap:16px}.pricing-center-page .pricing-scope-inline-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(240px,.9fr);gap:12px;align-items:start}.pricing-center-page .pricing-scope-inline-field,.pricing-center-page .pricing-scope-followup-field{min-width:0}.pricing-center-page .pricing-scope-targets{display:flex;flex-direction:column;gap:8px}.pricing-center-page .pricing-scope-inline-label,.pricing-center-page .pricing-option-group-title{color:#0f172a;font-size:12px;font-weight:800}.pricing-center-page .pricing-scope-followup-row{display:flex}.pricing-center-page .pricing-scope-followup-field{width:min(240px,100%)}.pricing-center-page .pricing-scope-options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pricing-center-page .pricing-option-group{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:linear-gradient(180deg,#f8fafc,#fff)}.pricing-center-page .pricing-option-group--wide{grid-column:1 / -1}.pricing-center-page .pricing-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pricing-center-page .pricing-check-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-center-page .pricing-toggle{display:flex;align-items:flex-start;gap:10px;min-height:48px;padding:10px 12px;border:1px solid rgba(203,213,225,.9);border-radius:8px;background:#fff;line-height:1.55}.pricing-center-page .pricing-toggle--compact{min-height:44px;padding:9px 12px}.pricing-center-page .pricing-toggle input{width:14px;height:14px;flex:0 0 14px;margin:2px 0 0}.pricing-center-page .pricing-toggle span{display:block;color:#0f172a;font-size:13px}.reports-bar-panel,.reports-insight-grid{border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff;padding:18px}.reports-insight-grid{display:grid;grid-template-columns:1fr;gap:12px;align-content:start}.reports-panel-copy{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.reports-bar-stack{display:flex;flex-direction:column;gap:14px}.reports-bar-row{display:flex;flex-direction:column;gap:8px}.reports-bar-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-floating-chip{border-radius:8px;padding:16px;background:#fff;border:1px solid rgba(148,163,184,.18);box-shadow:0 8px 18px #0f172a0d}.report-floating-chip:nth-child(2){animation-delay:.25s}.report-floating-chip:nth-child(3){animation-delay:.5s}.report-floating-chip span{display:block;color:var(--muted);font-size:13px}.report-floating-chip strong{display:block;margin-top:8px;font-size:22px}.reports-kpi-grid,.section-spotlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.enhanced-executive-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.9fr);gap:16px;align-items:start}.reports-metric-list .metric-row,.reports-breakdown-card .list-row{background:#fff}@keyframes reportCardEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes reportBarGrow{0%{transform:scaleX(.1);transform-origin:right center;opacity:.45}to{transform:scaleX(1);transform-origin:right center;opacity:1}}@keyframes reportFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(max-width:1280px){.reports-spotlight-grid,.three-column-grid,.panel-grid,.reports-unified-grid,.reports-kpi-grid,.section-spotlight-grid,.compact-spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-visual-grid,.enhanced-executive-layout{grid-template-columns:1fr}}@media(max-width:820px){.reports-range-grid,.reports-spotlight-grid,.three-column-grid,.panel-grid,.reports-unified-grid,.reports-kpi-grid,.section-spotlight-grid,.compact-spotlight-grid{grid-template-columns:1fr}.report-metric-topline,.reports-bar-meta{flex-direction:column;align-items:flex-start}.report-metric-helper{text-align:right}}@media(prefers-reduced-motion:reduce){.report-metric-card,.report-progress-fill,.report-floating-chip{animation:none}}.page-header{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:10px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 1px 2px #00000005;min-height:48px;box-sizing:border-box}.page-header-copy{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto;flex-wrap:wrap}.page-header-badge{display:inline-flex;align-items:center}.page-header-actions{display:flex;align-items:flex-start;justify-content:flex-end;flex:0 1 520px}.page-header-actions .actions,.page-header-actions .compact-actions{justify-content:flex-end}.toolbar-stack{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#fff}.toolbar-heading,.toolbar-grid,.compact-toolbar,.toolbar-extra{display:grid;gap:12px}.toolbar-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start}.toolbar-heading-copy{display:flex;flex-direction:column;gap:6px}.toolbar-title{font-size:15px}.toolbar-description{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.toolbar-heading-actions{display:flex;gap:8px;flex-wrap:wrap}.toolbar-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:10px 12px;border-radius:8px;background:#f8fbff;border:1px solid rgba(148,163,184,.16)}.toolbar-grid{grid-template-columns:minmax(220px,1fr) minmax(320px,1.15fr)}.toolbar-extra{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-premium-shell{--pos-primary: #170c5c;--pos-success: #059669;--pos-warning: #d97706}.pos-hero-grid,.pos-grid-premium,.pos-premium-stats-grid,.pos-checkout-summary-grid,.pos-payment-grid-premium,.pos-context-grid-premium,.pos-product-pick-grid,.pos-meta-grid{display:grid;gap:16px}.pos-hero-grid{grid-template-columns:minmax(320px,1.15fr) minmax(280px,.95fr);align-items:stretch}.pos-hero-card,.pos-inline-status-card,.pos-products-card,.pos-checkout-card{position:relative;overflow:hidden}.pos-hero-card:before,.pos-inline-status-card:before,.pos-products-card:before,.pos-checkout-card:before{display:none}.pos-hero-card{padding:0;border:1px solid rgba(23,12,92,.14);background:#fff}.pos-hero-copy{display:flex;flex-direction:column;gap:16px;padding:24px}.pos-hero-kicker{display:inline-flex;width:fit-content;padding:6px 12px;border-radius:8px;background:#170c5c14;color:var(--pos-primary);font-size:12px;font-weight:800}.pos-hero-copy h2{margin:0;font-size:28px;line-height:1.25}.pos-hero-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pos-hero-chip,.pos-checkout-summary{border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff;padding:16px;box-shadow:0 8px 18px #0f172a0d}.pos-hero-chip span,.pos-checkout-summary span{display:block;color:var(--muted);font-size:12px}.pos-hero-chip strong,.pos-checkout-summary strong{display:block;margin-top:8px;font-size:22px;line-height:1.15}.pos-premium-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-summary-card{background:#fff;border-color:#94a3b82e}.pos-ops-grid-tight{align-items:start}.pos-shortcuts-grid{display:grid;gap:10px}.kbd-chip{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:8px 10px;border-radius:8px;border:1px solid rgba(23,12,92,.18);background:#f8fafc;color:var(--pos-primary);font-weight:800}.pos-context-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-context-item{background:#fff;min-height:100%}.pos-grid-premium{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:18px;align-items:start}.pos-products-card,.pos-checkout-card{background:#fff;border-color:#94a3b82e}.pos-context-chip-row,.pos-toolbar-shell,.pos-filter-row{margin-bottom:14px}.pos-recent-panel{padding:14px 16px;border-radius:8px;border:1px solid rgba(148,163,184,.16);background:#fff}.pos-product-pick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-pick-card{width:100%;padding:16px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff;box-shadow:0 8px 18px #0f172a0d;text-align:right;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-pick-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0f172a0f;border-color:#170c5c38}.product-card-top-row,.pick-meta-row,.pos-cart-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.pick-meta-row{margin-top:14px;font-weight:800}.pos-pick-meta-row span:first-child{color:var(--pos-primary)}.pos-checkout-card{position:sticky;top:18px}.pos-checkout-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-checkout-summary.tone-primary strong{color:var(--pos-primary)}.pos-checkout-summary.tone-success strong{color:var(--pos-success)}.pos-checkout-summary.tone-warning strong{color:var(--pos-warning)}.pos-checkout-summary.tone-surface strong{color:#0f172a}.pos-inline-panel,.pos-payment-shell{margin-bottom:12px}.pos-payment-shell{padding:16px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#fff}.pos-payment-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-inline-button-field .btn{width:100%}.pos-cart-list-premium{margin-top:12px}.pos-cart-row{background:#fff}.pos-cart-row-highlight{border-color:#170c5c59;box-shadow:0 16px 30px #170c5c1f}.pos-cart-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.pos-cart-controls{display:grid;grid-template-columns:92px 1fr auto;gap:10px;align-items:center;min-width:280px}.strong-amount{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 14px;border-radius:8px;background:#f8fafc;color:var(--pos-primary);font-weight:900}.pos-totals-list-premium .metric-row{background:#fff}.pos-primary-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pos-primary-actions-sticky{position:sticky;bottom:0;padding:12px;border-radius:8px;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.16)}.pos-primary-actions .btn{width:100%}.pos-held-row{background:#fff}.divider{width:100%;height:1px;margin:6px 0;background:#94a3b84d}@media(max-width:1200px){.pos-grid-premium,.pos-hero-grid,.toolbar-grid,.toolbar-extra,.pos-hero-chips,.pos-checkout-summary-grid,.pos-context-grid-premium,.pos-product-pick-grid,.pos-payment-grid-premium,.pos-primary-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.pos-grid-premium,.pos-hero-grid,.pos-premium-stats-grid,.pos-context-grid-premium,.toolbar-grid,.toolbar-extra,.pos-checkout-summary-grid,.pos-payment-grid-premium,.pos-product-pick-grid,.pos-primary-actions,.pos-hero-chips{grid-template-columns:1fr}.pos-checkout-card{position:static}.pos-cart-controls{width:100%;min-width:0;grid-template-columns:90px 1fr auto}}@media(max-width:640px){.page-header{padding:18px}.page-header-title{font-size:24px}.page-header-actions,.page-header-actions .actions,.page-header-actions .compact-actions{width:100%;justify-content:stretch}.page-header-actions .btn,.page-header-actions .button{flex:1 1 160px}.product-pick-card,.pos-hero-copy,.pos-payment-shell,.toolbar-stack{padding:14px}.pos-cart-controls{grid-template-columns:1fr}}.sales-hero-grid,.returns-hero-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.sales-main-grid,.returns-main-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:16px;align-items:start}.sales-main-grid>.sales-register-card,.returns-main-grid>.returns-register-card,.returns-create-card{min-width:0}.sales-side-stack{display:flex;flex-direction:column;gap:16px}.sales-selected-card,.sales-scope-card,.sales-insight-card,.returns-summary-card,.returns-detail-card,.returns-create-card,.returns-register-card{background:#fff}.sales-hero-grid .workspace-panel,.returns-hero-grid .workspace-panel,.sales-main-grid .workspace-panel,.returns-main-grid .workspace-panel{box-shadow:0 16px 28px #0f172a0d}.sales-register-card .table-wrap,.returns-register-card .table-wrap{border-radius:8px;overflow-x:auto!important;overflow-y:auto!important;max-height:clamp(400px,calc(100vh - 280px),740px);-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.sales-register-card .table-wrap th,.returns-register-card .table-wrap th{position:sticky;top:0;z-index:3;background:#f8fafc;box-shadow:0 1px #e2e8f0}.sales-selected-card .empty-state,.returns-summary-card .empty-state,.returns-detail-card .empty-state{min-height:220px}.returns-create-card .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.returns-create-card .surface-note,.sales-selected-card .surface-note{border:1px solid var(--border);background:#fff}@media(max-width:1180px){.sales-hero-grid,.returns-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-main-grid,.returns-main-grid{grid-template-columns:1fr}}@media(max-width:760px){.sales-hero-grid,.returns-hero-grid,.returns-create-card .form-grid{grid-template-columns:1fr}}.dashboard-premium-shell .workspace-panel,.reports-animated-shell .workspace-panel,.pos-premium-shell .workspace-panel{background:#fff}.reports-animated-shell{gap:16px}.reports-executive-card,.reports-scope-premium-card,.reports-breakdown-card,.reports-motion-card,.reports-bar-panel,.reports-insight-grid,.reports-mini-stat-card,.reports-focus-card{border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff;box-shadow:0 8px 20px #0f172a0d}.reports-range-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:end}.reports-unified-grid,.reports-spotlight-grid,.section-spotlight-grid{gap:14px}.compact-spotlight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.enhanced-executive-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:14px;align-items:stretch}.reports-executive-card .reports-metric-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reports-executive-card .reports-metric-list .metric-row{margin:0;min-height:56px;background:#fff}.reports-executive-card .card-body,.reports-scope-premium-card .card-body,.reports-breakdown-card .card-body,.reports-motion-card .card-body,.reports-focus-card .card-body{gap:14px}.report-metric-card{min-height:148px}.report-progress-track{background:#edf2f7}.report-floating-chip{min-height:88px}@media(max-width:1280px){.reports-range-grid,.compact-spotlight-grid,.reports-executive-card .reports-metric-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.reports-range-grid,.compact-spotlight-grid,.reports-executive-card .reports-metric-list{grid-template-columns:1fr}}.purchases-workspace .purchases-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:10px}.purchases-workspace .purchases-kpi-grid .stat-card{min-height:64px;padding:8px 12px;border-radius:8px}.purchases-workspace .purchases-kpi-grid .stat-card span{font-size:10px;line-height:1.35}.purchases-workspace .purchases-kpi-grid .stat-card strong{margin-top:4px;font-size:16px;line-height:1.15}.purchases-workspace .purchases-summary-grid{align-items:start}.purchases-workspace .purchases-summary-grid .workspace-panel{min-height:0}.purchases-workspace .compact-metric-list{gap:8px}.purchases-workspace .compact-metric-list .metric-row{min-height:44px;padding:10px 12px;border-radius:8px}.purchases-workspace .compact-list-stack{gap:8px}.purchases-workspace .compact-list-stack .list-row{padding-block:8px}@media(max-width:1280px){.purchases-workspace .purchases-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.purchases-workspace .purchases-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.purchases-workspace .purchases-kpi-grid{grid-template-columns:1fr}}.pos-workflow-grid,.pos-decision-strip,.sales-guidance-grid,.sales-action-strip,.inventory-spotlight-grid{display:grid;gap:12px}.pos-workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-workflow-step,.pos-decision-card,.sales-guidance-card,.sales-action-card,.inventory-spotlight-card{border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff;padding:14px 16px;box-shadow:0 8px 18px #0f172a0d}.pos-workflow-step strong,.pos-decision-card strong,.sales-guidance-card strong,.sales-action-card strong,.inventory-spotlight-card strong{display:block;margin-top:8px;line-height:1.5}.pos-workflow-step span,.pos-decision-card span,.sales-guidance-card span,.sales-action-card span,.inventory-spotlight-card span{color:var(--muted);font-size:12px}.pos-next-step-note.is-ready{border-color:#0596692e;background:#ecfdf5e6;color:#065f46}.pos-decision-strip,.sales-guidance-grid,.sales-action-strip,.inventory-spotlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-alert-stack ul{margin:10px 0 0;padding-inline-start:18px;display:grid;gap:6px}.sales-guidance-card,.sales-action-card{min-height:100%}.sales-action-strip{margin-bottom:14px}.inventory-overview-card.is-danger strong{color:#b91c1c}.inventory-overview-card.is-warning strong{color:#b45309}@media(max-width:920px){.pos-workflow-grid,.pos-decision-strip,.sales-guidance-grid,.sales-action-strip,.inventory-spotlight-grid{grid-template-columns:1fr}}.reports-executive-card{border-color:#170c5c2e;background:radial-gradient(circle at 92% 6%,rgba(96,165,250,.22),transparent 34%),radial-gradient(circle at 0% 98%,rgba(16,185,129,.12),transparent 30%),linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 22px 46px #0f172a12}.reports-executive-card:after{content:"";position:absolute;inset:14px;pointer-events:none;border-radius:8px;border:1px solid rgba(255,255,255,.72)}.reports-executive-paired-grid{align-items:stretch}.reports-executive-metric-pair{display:grid;grid-template-columns:1fr;gap:12px}.reports-executive-card .report-metric-card{border-color:#170c5c21;background:linear-gradient(180deg,#fffffff5,#f8fbfff5);box-shadow:0 12px 26px #0f172a0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.reports-executive-card .report-metric-card:hover{transform:translateY(-2px);border-color:#170c5c38;box-shadow:0 16px 32px #0f172a14}.reports-executive-insight-card{position:relative;overflow:hidden;padding:18px;border:1px solid rgba(23,12,92,.14);border-radius:8px;background:linear-gradient(180deg,#ffffffe6,#f8fbfff5);box-shadow:0 14px 30px #0f172a0f;animation:reportCardEnter .52s ease both}.reports-executive-insight-copy,.reports-balance-orb,.reports-ring-legend,.reports-executive-list{position:relative;z-index:1}.reports-executive-insight-copy{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.reports-kicker{display:inline-flex;width:fit-content;padding:5px 10px;border-radius:8px;background:#170c5c14;color:#170c5c;font-size:12px;font-weight:900}.reports-executive-insight-copy strong{color:#0f172a;font-size:16px;line-height:1.55}.reports-balance-orb{width:min(210px,100%);aspect-ratio:1;margin:4px auto 16px;display:grid;place-items:center;border-radius:8px;background:conic-gradient(#170c5c 0 var(--reports-sales-share),#f59e0b var(--reports-sales-share) var(--reports-purchases-share),#10b981 var(--reports-purchases-share) 100%);box-shadow:0 18px 40px #170c5c2e;animation:reportsOrbPop .72s cubic-bezier(.2,.8,.2,1) both}.reports-balance-orb:before{content:"";position:absolute;inset:18px;border-radius:inherit;background:#fff;box-shadow:inset 0 0 0 1px #94a3b824}.reports-balance-orb-core{position:relative;z-index:1;display:grid;place-items:center;gap:6px;width:calc(100% - 72px);aspect-ratio:1;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fafc);text-align:center}.reports-balance-orb-core span{color:var(--muted);font-size:12px;font-weight:800}.reports-balance-orb-core strong{color:#0f172a;font-size:24px;line-height:1.1}.reports-ring-legend{display:grid;gap:8px;margin-bottom:14px}.reports-ring-legend-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 10px;border-radius:8px;background:#ffffffd6;border:1px solid rgba(148,163,184,.16)}.reports-ring-legend-row span{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:12px;font-weight:800}.reports-ring-legend-row strong{color:#0f172a;font-size:13px}.reports-ring-dot{width:10px;height:10px;border-radius:8px;display:inline-flex;box-shadow:0 0 0 4px #170c5c14}.dot-sales{background:#170c5c}.dot-purchases{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b1a}.dot-profit{background:#10b981;box-shadow:0 0 0 4px #10b9811a}.reports-executive-list{margin-top:10px}.reports-executive-list .metric-row{border-color:#170c5c1a;background:#ffffffdb}.reports-breakdown-card.reports-motion-card{border-color:#170c5c1f;background:linear-gradient(180deg,#fffffffa,#f8fbfffa);box-shadow:0 14px 30px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease}.reports-breakdown-card.reports-motion-card:hover{transform:translateY(-2px);box-shadow:0 18px 34px #0f172a12}@keyframes reportsOrbPop{0%{opacity:0;transform:scale(.88) rotate(-16deg)}to{opacity:1;transform:scale(1) rotate(0)}}@media(max-width:1280px){.reports-balance-orb{width:min(240px,100%)}}@media(max-width:820px){.reports-executive-insight-card{padding:16px}.reports-balance-orb{width:min(220px,100%)}}@media(prefers-reduced-motion:reduce){.reports-executive-card .report-metric-card,.reports-executive-insight-card,.reports-balance-orb,.reports-breakdown-card.reports-motion-card{animation:none;transition:none}.reports-executive-card .report-metric-card:hover,.reports-breakdown-card.reports-motion-card:hover{transform:none}}.reports-premium-summary-strip{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.reports-premium-stat{position:relative;overflow:hidden;min-height:118px;padding:16px 18px;border:1px solid rgba(23,12,92,.13);border-radius:8px;background:radial-gradient(circle at 12% 18%,rgba(23,12,92,.1),transparent 34%),linear-gradient(180deg,#fffffffa,#f8fbfffa);box-shadow:0 14px 30px #0f172a0e;animation:reportsPremiumFade .48s ease both}.reports-premium-stat:before{content:"";position:absolute;inset-inline-end:0;top:0;width:5px;height:100%;background:#170c5c;opacity:.95}.reports-premium-stat-success:before,.reports-premium-stat-profit:before{background:#10b981}.reports-premium-stat-treasury:before{background:#6366f1}.reports-premium-stat span:first-child{display:block;color:#64748b;font-size:12px;font-weight:900}.reports-premium-stat strong{display:block;margin-top:8px;color:#0f172a;font-size:clamp(22px,2.1vw,31px);line-height:1.25;letter-spacing:-.02em}.reports-premium-stat small{display:block;margin-top:5px;color:#64748b;font-weight:800}.reports-premium-stat-rail{position:absolute;inset-inline:18px;bottom:14px;height:7px;border-radius:8px;background:#e2e8f0f2;overflow:hidden}.reports-premium-stat-rail i{display:block;width:var(--reports-stat-progress);height:100%;border-radius:inherit;background:linear-gradient(90deg,#170c5c,#60a5fa);animation:reportsPremiumRail .74s cubic-bezier(.2,.8,.2,1) both}.reports-premium-stat-success .reports-premium-stat-rail i,.reports-premium-stat-profit .reports-premium-stat-rail i{background:linear-gradient(90deg,#059669,#34d399)}.reports-premium-stat-treasury .reports-premium-stat-rail i{background:linear-gradient(90deg,#4f46e5,#818cf8)}.reports-executive-wide-layout{position:relative;z-index:1}.reports-executive-wide-card{display:grid;grid-template-columns:minmax(230px,.75fr) minmax(300px,.9fr) minmax(460px,1.45fr);gap:20px;align-items:center;width:100%;min-height:auto;padding:20px}.reports-executive-wide-card .reports-executive-insight-copy{margin-bottom:0}.reports-orb-cluster{display:grid;gap:12px;justify-items:center}.reports-executive-wide-card .reports-balance-orb{width:min(185px,100%);margin:0 auto}.reports-executive-wide-card .reports-ring-legend{width:min(320px,100%);margin-bottom:0}.reports-executive-wide-card .reports-executive-list{margin-top:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reports-executive-wide-card .reports-executive-list .metric-row{min-height:58px;padding:12px 14px}@keyframes reportsPremiumFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes reportsPremiumRail{0%{width:0}to{width:var(--reports-stat-progress)}}@media(max-width:1280px){.reports-premium-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-executive-wide-card{grid-template-columns:minmax(250px,.9fr) minmax(420px,1.1fr)}.reports-executive-wide-card .reports-executive-insight-copy{grid-column:1 / -1}}@media(max-width:820px){.reports-premium-summary-strip,.reports-executive-wide-card,.reports-executive-wide-card .reports-executive-list{grid-template-columns:1fr}.reports-premium-stat{min-height:110px}}@media(prefers-reduced-motion:reduce){.reports-premium-stat,.reports-premium-stat-rail i{animation:none}}.reports-executive-wide-layout{display:block!important;grid-template-columns:1fr!important;width:100%}.reports-executive-wide-card{grid-column:1 / -1;width:100%;max-width:none;display:grid;grid-template-columns:minmax(320px,.85fr) minmax(520px,1.5fr);gap:22px;align-items:flex-start;padding:22px 24px}.reports-executive-wide-card .reports-executive-right-col{display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center}.reports-premium-summary-strip{gap:12px;margin-bottom:14px}.reports-premium-stat{min-height:104px;padding:14px 16px 24px;border-color:#cbd5e1e0;background:#fff;box-shadow:0 8px 20px #0f172a0b}.reports-premium-stat:before{inset-inline-start:auto;inset-inline-end:0;top:14px;width:4px;height:calc(100% - 28px);border-radius:8px;opacity:.85}.reports-premium-stat span:first-child{color:#64748b;font-size:12px}.reports-premium-stat strong{margin-top:6px;font-size:clamp(21px,1.8vw,28px)}.reports-premium-stat small{margin-top:4px;padding-inline-end:8px;color:#64748b;line-height:1.45}.reports-premium-stat-rail{position:static;display:block;margin-top:10px;height:6px;border-radius:8px;background:#eef2f7}.reports-premium-stat-rail i{display:block;max-width:100%}.reports-executive-wide-card .reports-executive-insight-copy{align-self:center;min-width:0}.reports-executive-wide-card .reports-executive-insight-copy strong{font-size:clamp(18px,1.5vw,23px)}.reports-orb-cluster{align-self:center;justify-items:center}.reports-executive-wide-card .reports-balance-orb{width:min(240px,100%);animation:reportsOrbDraw .95s cubic-bezier(.2,.8,.2,1) both}.reports-balance-orb:after{content:"";position:absolute;inset:-8px;border-radius:inherit;background:conic-gradient(from 0deg,transparent 0 74%,rgba(255,255,255,.82) 82%,transparent 90% 100%);opacity:0;animation:reportsOrbSweep 1.15s ease-out .15s both;pointer-events:none}.reports-executive-wide-card .reports-ring-legend{width:min(360px,100%);display:flex;flex-direction:column;gap:12px}.reports-executive-wide-card .reports-ring-legend-row{padding:8px 12px;background:var(--bg-light, #f8fafc);border-radius:6px}.reports-executive-wide-card .reports-executive-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;align-self:stretch;align-content:flex-start;width:100%}.reports-executive-wide-card .reports-executive-list .metric-row{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;min-height:80px;padding:16px}@keyframes reportsOrbDraw{0%{opacity:0;transform:scale(.84) rotate(-28deg);filter:saturate(.72)}70%{opacity:1;transform:scale(1.03) rotate(4deg);filter:saturate(1.04)}to{opacity:1;transform:scale(1) rotate(0);filter:saturate(1)}}@keyframes reportsOrbSweep{0%{opacity:0;transform:rotate(-140deg)}30%{opacity:.75}to{opacity:0;transform:rotate(160deg)}}@media(max-width:1280px){.reports-executive-wide-card{grid-template-columns:minmax(240px,.85fr) minmax(280px,.8fr)}.reports-executive-wide-card .reports-executive-insight-copy,.reports-executive-wide-card .reports-executive-list{grid-column:1 / -1}}@media(max-width:820px){.reports-executive-wide-card{grid-template-columns:1fr;padding:16px}.reports-premium-summary-strip{grid-template-columns:1fr}.reports-premium-stat{min-height:100px}}@media(prefers-reduced-motion:reduce){.reports-balance-orb,.reports-balance-orb:after{animation:none}}.hr-page .field-hint{color:var(--text-muted, #64748b);font-size:.78rem;line-height:1.5;margin-top:.25rem}.setup-premium-shell{background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid rgba(23,12,92,.1);border-radius:12px;overflow:hidden;box-shadow:0 12px 30px #0f172a0a;margin-bottom:24px}.setup-premium-header{padding:24px;border-bottom:1px solid rgba(148,163,184,.15);display:flex;flex-direction:column;gap:20px}.setup-premium-title-row{display:flex;align-items:center;gap:16px}.setup-premium-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#170c5c0d,#2563eb1a);color:var(--primary)}.setup-premium-title{margin:0 0 4px;font-size:20px;font-weight:800;color:#0f172a}.setup-premium-subtitle{margin:0;font-size:13px;color:var(--muted);line-height:1.6}.setup-premium-progress-area{display:flex;flex-direction:column;gap:8px}.setup-progress-meta{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--muted)}.setup-progress-meta strong{color:var(--primary);font-size:15px;font-weight:800}.setup-progress-track{width:100%;height:10px;border-radius:8px;background:#e2e8f0;overflow:hidden}.setup-progress-fill{height:100%;background:linear-gradient(90deg,#1d4ed8,#3b82f6);border-radius:8px;transition:width .8s cubic-bezier(.4,0,.2,1)}.setup-premium-steps{display:flex;flex-direction:column}.setup-step-card{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid rgba(148,163,184,.1);background:transparent;transition:background-color .2s ease}.setup-step-card:last-child{border-bottom:none}.setup-step-card.is-active{background:#fbfdff}.setup-step-indicator{flex:0 0 auto}.setup-step-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:13px;font-weight:800;border:1px solid #cbd5e1}.setup-step-number.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb26}.setup-step-icon.success{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#10b981;color:#fff;box-shadow:0 2px 8px #10b98140}.setup-step-content{flex:1;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.setup-step-info strong{color:#334155;font-size:15px}.setup-step-card.is-active .setup-step-info strong{color:#0f172a}.setup-step-card.is-done .setup-step-info strong{color:#64748b;text-decoration:line-through;opacity:.8}.setup-status-done{display:inline-block;padding:4px 10px;border-radius:12px;background:#ecfdf5;color:#059669;font-size:12px;font-weight:700}.setup-btn-pulse{animation:setupPulse 2s infinite}@keyframes setupPulse{0%{box-shadow:0 0 #2563eb66}70%{box-shadow:0 0 0 6px #2563eb00}to{box-shadow:0 0 #2563eb00}}@media(max-width:640px){.setup-premium-header{padding:16px}.setup-step-card{padding:14px 16px}.setup-step-content{flex-direction:column;align-items:flex-start;gap:10px}}.offline-update-banner{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#e2e8f0;border-radius:10px;border:1px solid rgba(99,179,237,.35);box-shadow:0 2px 12px #0f172a40;animation:banner-slide-in .35s ease;direction:rtl}@keyframes banner-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.offline-update-banner__icon{font-size:22px;flex-shrink:0;margin-top:1px}.offline-update-banner__body{flex:1;min-width:0}.offline-update-banner__title{display:block;font-size:14px;font-weight:600;color:#f0f9ff;line-height:1.4}.offline-update-banner__version{font-family:monospace;background:#63b3ed40;padding:1px 6px;border-radius:4px;color:#93c5fd}.offline-update-banner__changelog{margin:6px 0 0;font-size:12px;color:#94a3b8;line-height:1.5;white-space:pre-wrap;max-height:60px;overflow:hidden;text-overflow:ellipsis}.offline-update-banner__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.offline-update-banner__download-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#3b82f6;color:#fff;text-decoration:none;border-radius:7px;font-size:13px;font-weight:600;transition:background .15s ease,transform .1s ease;white-space:nowrap}.offline-update-banner__download-btn:hover{background:#2563eb;transform:translateY(-1px)}.offline-update-banner__dismiss{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:6px;color:#94a3b8;font-size:13px;cursor:pointer;transition:background .15s ease,color .15s ease;flex-shrink:0}.offline-update-banner__dismiss:hover{background:#fff3;color:#e2e8f0}.offline-update-banner__spinner{font-size:20px;color:#93c5fd;animation:spin 1s linear infinite;display:inline-block}.offline-update-banner__countdown{font-size:13px;color:#93c5fd;font-weight:500;animation:pulse-text 1.2s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.5}}@media(min-width:1024px){.audit-page .stats-grid.compact-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}}.expenses-register-section{width:100%}.expenses-register-section .table-wrap{overflow-x:hidden!important;border-radius:8px;border:1px solid var(--border, #e2e8f0);background:#fff;box-shadow:0 1px 3px #00000005}.expenses-register-section .table-wrap table{min-width:100%!important;width:100%!important;table-layout:fixed!important}.expenses-register-section .table-wrap th,.expenses-register-section .table-wrap td{padding:8px 12px!important;vertical-align:middle;box-sizing:border-box}.expenses-register-section .table-wrap th:nth-child(1){width:17%}.expenses-register-section .table-wrap th:nth-child(2){width:13%}.expenses-register-section .table-wrap th:nth-child(3){width:33%}.expenses-register-section .table-wrap th:nth-child(4){width:13%}.expenses-register-section .table-wrap th:nth-child(5){width:10%}.expenses-register-section .table-wrap th:nth-child(6){width:14%}.expenses-register-section .table-wrap tbody tr{transition:background-color .15s ease}.expenses-register-section .table-wrap tbody tr:hover{background-color:#f8fafc!important}.pricing-center-page .pricing-center-top-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(330px,.95fr);gap:10px;align-items:stretch}.pricing-center-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.pricing-center-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;display:flex;align-items:center;justify-content:space-between;min-height:40px;box-sizing:border-box}.pricing-center-stat-label{font-size:.8rem;color:#64748b;font-weight:600}.pricing-center-stat-val{font-size:1.15rem;font-weight:800;color:#0f172a}.pricing-center-scope-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.pricing-center-rules-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 16px}.pricing-center-page .pricing-center-top-grid>div{display:flex!important;flex-direction:column!important;height:100%!important}.pricing-center-page .pricing-center-top-grid .document-prototype-section{height:100%!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important}.pricing-center-page .pricing-center-top-grid .document-prototype-section>div:last-child{flex:1!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.custom-combobox-dropdown,.purchase-prototype-combobox-dropdown{scrollbar-width:thin!important;scrollbar-color:#cbd5e1 transparent!important}.custom-combobox-dropdown::-webkit-scrollbar,.purchase-prototype-combobox-dropdown::-webkit-scrollbar{width:5px!important;height:5px!important}.custom-combobox-dropdown::-webkit-scrollbar-track,.purchase-prototype-combobox-dropdown::-webkit-scrollbar-track{background:transparent!important}.custom-combobox-dropdown::-webkit-scrollbar-thumb,.purchase-prototype-combobox-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:999px!important}.custom-combobox-dropdown::-webkit-scrollbar-thumb:hover,.purchase-prototype-combobox-dropdown::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}.warehouses-locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:16px;margin-top:14px}.warehouse-compact-card{padding:16px 18px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;gap:14px;border:1px solid #e2e8f0;border-radius:14px;background-color:#fff;box-shadow:0 1px 3px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;position:relative}.warehouse-compact-card:hover{border-color:#cbd5e1;box-shadow:0 4px 14px #0f172a0f;transform:translateY(-2px)}.warehouse-card-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.warehouse-card-identity{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}.warehouse-card-icon{width:38px;height:38px;border-radius:10px;background-color:#170e5e0f;border:1px solid rgba(23,14,94,.1);display:flex;align-items:center;justify-content:center;color:#170e5e;flex-shrink:0}.warehouse-card-titles{display:flex;flex-direction:column;gap:5px;flex:1;min-width:0}.warehouse-card-title-row{display:flex;align-items:center}.warehouse-card-title{margin:0;font-size:var(--font-section-title, .98rem);font-weight:700;color:#0f172a;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.warehouse-card-subtitle-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.warehouse-card-branch-name{font-size:var(--font-subtitle, .8125rem);color:#64748b;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.warehouse-type-badge{font-size:var(--font-badge, .72rem);font-weight:600;padding:2px 8px;border-radius:6px;white-space:nowrap;line-height:1.4;display:inline-flex;align-items:center}.warehouse-type-badge.badge-branch-sale{background-color:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.warehouse-type-badge.badge-internal-stock{background-color:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.warehouse-card-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.warehouse-action-btn{border-radius:7px;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid transparent;transition:all .15s ease;padding:0}.warehouse-action-btn.edit-btn{background:#f8fafc;border-color:#e2e8f0;color:#475569}.warehouse-action-btn.edit-btn:hover{background:#f1f5f9;color:#170e5e;border-color:#cbd5e1}.warehouse-action-btn.delete-btn{background:#fef2f2;border-color:#fee2e2;color:#dc2626}.warehouse-action-btn.delete-btn:hover{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.warehouse-card-bottom-row{display:flex;align-items:flex-end;justify-content:space-between;padding-top:12px;border-top:1px solid #f1f5f9}.warehouse-card-metrics{display:flex;flex-direction:column;gap:4px}.warehouse-count-pill{font-size:var(--font-micro, .72rem);color:#64748b;display:flex;align-items:center;gap:5px;font-weight:500}.warehouse-value-amount{font-size:1.05rem;font-weight:800;color:#170e5e;line-height:1.25}.warehouse-details-link{font-size:var(--font-subtitle, .8125rem);color:#170e5e;font-weight:700;display:inline-flex;align-items:center;gap:5px;transition:gap .2s ease,color .15s ease}.warehouse-compact-card:hover .warehouse-details-link{color:#2563eb;gap:8px}.pos-close-shift-text-short{display:none}.pos-close-shift-text-full{display:inline}.hr-section-nav{display:flex;align-items:center;gap:6px;width:100%;flex-wrap:wrap;margin-bottom:12px}.hr-section-nav-link{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border-radius:7px;font-size:.815rem;font-weight:500;color:var(--text-secondary, #475569);background:#0000000a;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background-color .15s ease,color .15s ease,transform .15s ease}.hr-nav-text-full{display:inline}.hr-nav-text-short{display:none}.hr-section-nav-link:hover{background:#00000014}.hr-section-nav-link.is-active{font-weight:700;color:#fff;background:var(--primary, var(--primary-color, #170c5c))}@media(prefers-reduced-motion:reduce){.report-floating-chip,.setup-pulse,.z-shine-text,.pulse-text-anim,[class*=reportFloat],[class*=setupPulse],[class*=pulse-text],[class*=spin]{animation:none!important;transition:none!important}}:root{--combobox-bg: #ffffff;--combobox-border: #cbd5e1;--combobox-radius: 8px;--combobox-shadow: 0 10px 25px -5px rgba(15, 23, 42, .12), 0 8px 10px -6px rgba(15, 23, 42, .06);--combobox-max-height: 200px;--combobox-min-width: 210px;--combobox-padding: 4px;--combobox-item-font-size: .86rem;--combobox-item-padding: 7px 10px;--combobox-item-radius: 6px;--combobox-item-color: #334155;--combobox-item-selected-color: #0f172a;--combobox-item-hover-bg: #f1f5f9;--combobox-item-hover-color: #0f172a;--combobox-scrollbar-width: 5px;--combobox-scrollbar-thumb: #cbd5e1;--combobox-scrollbar-thumb-hover: #94a3b8;--combobox-scrollbar-track: transparent;--combobox-create-bg: #eff6ff;--combobox-create-border: #bfdbfe;--combobox-create-color: #1e40af;--combobox-create-font-size: .82rem}.custom-combobox-dropdown{position:absolute!important;background:var(--combobox-bg)!important;border:1px solid var(--combobox-border)!important;border-radius:var(--combobox-radius)!important;box-shadow:var(--combobox-shadow)!important;max-height:var(--combobox-max-height)!important;min-width:var(--combobox-min-width)!important;overflow-y:auto!important;padding:var(--combobox-padding)!important;box-sizing:border-box!important;z-index:1200!important;scrollbar-width:thin!important;scrollbar-color:var(--combobox-scrollbar-thumb) var(--combobox-scrollbar-track)!important}.purchase-prototype-combobox-dropdown{position:fixed!important;background:var(--combobox-bg)!important;border:1px solid var(--combobox-border)!important;border-radius:var(--combobox-radius)!important;box-shadow:var(--combobox-shadow)!important;max-height:var(--combobox-max-height)!important;min-width:var(--combobox-min-width)!important;overflow-y:auto!important;padding:var(--combobox-padding)!important;box-sizing:border-box!important;z-index:10050!important;scrollbar-width:thin!important;scrollbar-color:var(--combobox-scrollbar-thumb) var(--combobox-scrollbar-track)!important}.custom-combobox-dropdown::-webkit-scrollbar,.purchase-prototype-combobox-dropdown::-webkit-scrollbar,div.custom-combobox-dropdown::-webkit-scrollbar{width:5px;height:5px}.custom-combobox-dropdown::-webkit-scrollbar-track,.purchase-prototype-combobox-dropdown::-webkit-scrollbar-track,div.custom-combobox-dropdown::-webkit-scrollbar-track{background:transparent}.custom-combobox-dropdown::-webkit-scrollbar-thumb,.purchase-prototype-combobox-dropdown::-webkit-scrollbar-thumb,div.custom-combobox-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.custom-combobox-dropdown::-webkit-scrollbar-thumb:hover,.purchase-prototype-combobox-dropdown::-webkit-scrollbar-thumb:hover,div.custom-combobox-dropdown::-webkit-scrollbar-thumb:hover{background:#94a3b8}.custom-combobox-dropdown::-webkit-scrollbar-button,.purchase-prototype-combobox-dropdown::-webkit-scrollbar-button,div.custom-combobox-dropdown::-webkit-scrollbar-button{display:none;width:0;height:0}.custom-combobox-option,.purchase-prototype-combobox-option{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:var(--combobox-item-padding)!important;border-radius:var(--combobox-item-radius)!important;cursor:pointer!important;background:transparent!important;color:var(--combobox-item-color)!important;font-size:var(--combobox-item-font-size)!important;font-weight:500!important;border:none!important;width:100%!important;text-align:right!important;box-sizing:border-box!important;transition:background .12s ease,color .12s ease!important}.custom-combobox-option:hover,.custom-combobox-option.is-highlighted,.purchase-prototype-combobox-option:hover,.purchase-prototype-combobox-option.is-highlighted{background:var(--combobox-item-hover-bg)!important;color:var(--combobox-item-hover-color)!important;font-weight:700!important}.custom-combobox-create,.purchase-prototype-combobox-create{display:flex!important;align-items:center!important;justify-content:space-between!important;background:var(--combobox-create-bg)!important;border:1px solid var(--combobox-create-border)!important;border-radius:var(--combobox-item-radius)!important;color:var(--combobox-create-color)!important;font-size:var(--combobox-create-font-size)!important;font-weight:700!important;padding:var(--combobox-item-padding)!important;margin-top:4px!important;cursor:pointer!important;width:100%!important;box-sizing:border-box!important;transition:background-color .15s ease,color .15s ease,transform .15s ease!important}select:not([multiple]){appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--combobox-bg, #ffffff);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 8px center;border:1px solid var(--combobox-border, #cbd5e1);border-radius:6px;padding:6px 12px 6px 36px!important;font-size:.84rem;font-family:inherit;color:#0f172a;box-shadow:0 1px 2px #0000000a;transition:border-color .15s ease,box-shadow .15s ease;outline:none;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}select:not([multiple]):focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}select:not([multiple]):disabled{background-color:#f8fafc;color:#94a3b8;cursor:not-allowed}.custom-select-wrapper input,.custom-select-trigger,.enterprise-compact-modal .custom-select-trigger,.deal-detail-compact .custom-select-trigger{padding-left:36px!important;text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.page-header{padding:8px 14px;border-radius:8px;min-height:56px;gap:12px;align-items:center;flex-wrap:nowrap}.page-header .page-header-copy{display:flex;align-items:center;gap:8px;flex:0 1 auto;min-width:0;text-align:right}.page-header .page-header-title-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:nowrap;min-width:0}.page-header .page-header-title{font-size:22px;line-height:1;white-space:nowrap}.page-header .page-header-description{display:none}.page-header .page-header-actions{flex:0 1 auto;min-width:0;justify-content:flex-start;overflow:hidden}.page-header .page-header-actions .actions,.page-header .page-header-actions .compact-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;white-space:nowrap}.page-header .page-header-actions .btn,.page-header .page-header-actions .button{min-height:36px;padding:8px 12px;border-radius:8px;font-size:13px;white-space:nowrap}.page-header .nav-pill,.page-header .status-badge{padding:5px 9px;font-size:11px}.pos-page-header{justify-content:space-between}.pos-page-header .page-header-row{flex-wrap:nowrap!important;gap:12px}.pos-page-header .page-header-copy{margin:0;flex-shrink:0}.pos-page-header .page-header-description{display:none!important}.pos-shortcuts-strip-card{padding:7px 10px;border-radius:8px;min-height:42px;display:flex;align-items:center;box-shadow:0 8px 20px #0f172a0a}.pos-shortcuts-strip-card .section-title{display:none}.pos-shortcuts-inline-row,.pos-alert-inline-row{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:2px}.pos-shortcut-inline-item{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 8px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff;white-space:nowrap;flex:0 0 auto}.pos-shortcut-inline-item strong{font-size:11px;font-weight:700}.pos-shortcut-inline-item .kbd-chip{min-width:34px;padding:3px 6px;border-radius:8px;font-size:10px}.pos-alert-strip-card{padding-inline:8px}.pos-alert-inline-row .nav-pill{flex:0 0 auto;padding:4px 8px;font-size:10px}.pos-alert-inline-item{display:inline-flex;align-items:center;min-height:28px;padding:4px 8px;border-radius:8px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;font-size:11px;font-weight:700;line-height:1.3;white-space:nowrap;flex:0 0 auto}.compact-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px}.sales-guidance-card{min-height:0;padding:10px 12px;border-radius:8px;box-shadow:0 6px 14px #0f172a0a}.sales-guidance-card span{font-size:11px;line-height:1.3}.sales-guidance-card strong{margin-top:6px;font-size:14px;line-height:1.35}.inventory-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px}.inventory-spotlight-card{min-height:0;padding:10px 12px;border-radius:8px;box-shadow:0 6px 14px #0f172a0a}.inventory-spotlight-card span{font-size:11px;line-height:1.3}.inventory-spotlight-card strong{margin-top:6px;font-size:14px;line-height:1.35}.pos-workspace.pos-premium-shell{display:flex;flex-direction:column;gap:10px;min-height:calc(100vh - 144px);height:calc(100vh - 144px);overflow:hidden}.pos-workspace .page-header{min-height:48px;padding:6px 12px}.pos-workspace .page-header .page-header-title{font-size:20px}.pos-workspace .page-header .page-header-actions .btn,.pos-workspace .page-header .page-header-actions .button{min-height:34px;padding:7px 10px;font-size:12px}.pos-workspace .workspace-panel{padding:10px 12px;border-radius:8px}.pos-workspace .workspace-panel .section-title{margin-bottom:8px}.pos-workspace .workspace-panel .section-title h3{font-size:17px;line-height:1.1}.pos-workspace .workspace-panel .nav-pill,.pos-workspace .workspace-panel .status-badge,.pos-workspace .cashier-chip{font-size:10px;padding:4px 7px}.pos-workspace .field>span{font-size:11px;margin-bottom:3px}.pos-workspace input,.pos-workspace select,.pos-workspace .input-like{min-height:34px;padding:6px 9px;font-size:12px}.pos-workspace .btn,.pos-workspace .button{min-height:34px;padding:7px 10px;font-size:12px}.pos-workspace .pos-grid-premium{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:12px;overflow:hidden}.pos-workspace .pos-checkout-card,.pos-workspace .pos-products-card{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.pos-workspace .pos-checkout-static,.pos-workspace .pos-products-static{flex:0 0 auto}.pos-workspace .pos-checkout-scroll,.pos-workspace .pos-products-scroll{flex:1 1 auto;min-height:0;overflow:auto;padding-inline-end:2px}.pos-workspace .pos-checkout-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:6px}.pos-workspace .pos-checkout-summary,.pos-workspace .pos-decision-card{min-height:58px;padding:8px 10px;border-radius:8px}.pos-workspace .pos-checkout-summary span,.pos-workspace .pos-decision-card span{font-size:10px;line-height:1.2}.pos-workspace .pos-checkout-summary strong,.pos-workspace .pos-decision-card strong{margin-top:4px;font-size:13px;line-height:1.2}.pos-workspace .pos-decision-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:6px}.pos-workspace .pos-meta-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px}.pos-workspace .pos-inline-panel-compact{padding:6px 8px;border-radius:8px;margin-top:6px}.pos-workspace .pos-inline-create-grid-compact{grid-template-columns:1fr .8fr .7fr!important;gap:6px}.pos-workspace .pos-payment-shell-compact{margin-top:6px}.pos-workspace .pos-payment-grid-premium-compact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.pos-workspace .pos-payment-wide-field{grid-column:span 2}.pos-workspace .pos-payment-fill-field{grid-column:span 1}.pos-workspace .pos-compact-message{margin-top:6px;margin-bottom:6px;padding:7px 9px;font-size:11px;border-radius:8px}.pos-workspace .pos-context-chip-row-compact{gap:6px;margin-bottom:6px}.pos-workspace .pos-toolbar-shell-compact{margin-bottom:6px}.pos-workspace .pos-products-search-row{display:grid;grid-template-columns:minmax(220px,1.4fr) 110px minmax(210px,1fr) auto;gap:6px;align-items:end}.pos-workspace .pos-products-search-row .field{margin:0}.pos-workspace .pos-products-reset-field .btn,.pos-workspace .pos-products-reset-field .button{width:100%}.pos-workspace .pos-quick-add-row{gap:6px}.pos-workspace .pos-quick-add-row .btn,.pos-workspace .pos-quick-add-row .button{flex:0 0 auto;min-width:68px}.pos-workspace .pos-filter-row-compact{gap:6px;margin-top:6px;margin-bottom:6px}.pos-workspace .pos-filter-row-compact .btn,.pos-workspace .pos-filter-row-compact .button{min-height:30px;padding:5px 9px;font-size:11px}.pos-workspace .pos-recent-panel-compact{margin-top:6px;padding:7px 8px;border-radius:8px}.pos-workspace .pos-recent-buttons-row{gap:5px}.pos-workspace .pos-recent-buttons-row .btn,.pos-workspace .pos-recent-buttons-row .button{min-height:28px;padding:5px 8px;font-size:11px}.pos-workspace .pos-product-pick-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.pos-workspace .pos-product-card-compact{min-height:82px;padding:8px;border-radius:8px}.pos-workspace .pos-product-card-compact strong{font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pos-workspace .pos-product-card-compact .muted.small,.pos-workspace .pos-pick-meta-row{font-size:10px}.pos-workspace .pos-cart-list-premium{gap:6px}.pos-workspace .pos-cart-row{padding:8px 10px;border-radius:8px}.pos-workspace .pos-cart-title-row strong{font-size:13px}.pos-workspace .pos-cart-copy .muted.small{font-size:10px}.pos-workspace .pos-cart-controls{gap:6px}.pos-workspace .pos-cart-controls input{width:62px;min-height:32px;padding:5px 6px}.pos-workspace .strong-amount{font-size:13px;min-height:32px;padding:0 10px;border-radius:8px}.pos-workspace .pos-totals-list-premium{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.pos-workspace .pos-totals-list-premium .metric-row{padding:7px 9px;border-radius:8px;min-height:0}.pos-workspace .pos-totals-list-premium .metric-row span{font-size:11px}.pos-workspace .pos-totals-list-premium .metric-row strong{font-size:13px}.pos-workspace .pos-primary-actions{gap:6px;margin-top:6px}.pos-workspace .pos-primary-actions .btn,.pos-workspace .pos-primary-actions .button{min-height:34px;padding:7px 9px;font-size:11px}.pos-workspace .pos-primary-actions-sticky{position:sticky;bottom:0;padding:6px;border-radius:8px}.pos-workspace .pos-held-row{padding:7px 9px;border-radius:8px}.pos-workspace .pos-held-row strong{font-size:12px}.pos-workspace .pos-held-row .muted.small{font-size:10px}.pos-workspace .pos-compact-empty{padding:8px 10px;border-radius:8px;font-size:11px;line-height:1.45}@media(max-width:1366px){.pos-workspace.pos-premium-shell{min-height:calc(100vh - 136px);height:calc(100vh - 136px)}.pos-workspace .pos-product-pick-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1200px){.page-header{flex-wrap:wrap;align-items:flex-start}.page-header .page-header-actions{width:100%;overflow-x:auto;padding-bottom:2px}.pos-workspace.pos-premium-shell{height:auto;min-height:auto;overflow:visible}.pos-workspace .pos-grid-premium{grid-template-columns:1fr;overflow:visible}.pos-workspace .pos-checkout-card,.pos-workspace .pos-products-card{height:auto}.pos-workspace .pos-checkout-scroll,.pos-workspace .pos-products-scroll{overflow:visible}}@media(max-width:820px){.compact-spotlight-grid,.inventory-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.sales-guidance-card,.inventory-spotlight-card{padding:8px 10px}.sales-guidance-card strong,.inventory-spotlight-card strong{font-size:13px}.pos-workspace .pos-checkout-summary-grid,.pos-workspace .pos-decision-strip,.pos-workspace .pos-meta-grid-compact,.pos-workspace .pos-payment-grid-premium-compact,.pos-workspace .pos-inline-create-grid-compact,.pos-workspace .pos-product-pick-grid-compact,.pos-workspace .pos-products-search-row,.pos-workspace .pos-totals-list-premium{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pos-workspace .pos-payment-wide-field,.pos-workspace .pos-products-reset-field{grid-column:span 2}}@media(max-width:640px){.page-header{padding:10px 12px;min-height:auto}.page-header .page-header-title{font-size:20px}.pos-shortcuts-strip-card{padding:8px 12px;min-height:auto}.pos-workspace .pos-checkout-summary-grid,.pos-workspace .pos-decision-strip,.pos-workspace .pos-meta-grid-compact,.pos-workspace .pos-payment-grid-premium-compact,.pos-workspace .pos-inline-create-grid-compact,.pos-workspace .pos-product-pick-grid-compact,.pos-workspace .pos-products-search-row,.pos-workspace .pos-totals-list-premium{grid-template-columns:1fr!important}.pos-workspace .pos-payment-wide-field,.pos-workspace .pos-products-reset-field{grid-column:span 1}}.pos-workspace .pos-checkout-card .section-title{margin-bottom:6px}.pos-workspace .pos-checkout-card .section-title h3{font-size:16px}.pos-workspace .pos-checkout-static{display:flex;flex-direction:column;gap:5px}.pos-workspace .pos-checkout-summary-grid{gap:5px;margin-bottom:4px}.pos-workspace .pos-checkout-summary{min-height:52px;padding:6px 8px;border-radius:8px}.pos-workspace .pos-decision-strip-compact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-bottom:4px}.pos-workspace .pos-decision-chip{padding:5px 7px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#fff;min-height:40px}.pos-workspace .pos-decision-chip span{display:block;font-size:10px;color:#64748b;line-height:1.2}.pos-workspace .pos-decision-chip strong{display:block;margin-top:2px;font-size:12px;line-height:1.2}.pos-workspace .pos-meta-grid-compact{gap:5px}.pos-workspace .pos-inline-panel-compact{padding:5px 6px;margin-top:4px}.pos-workspace .pos-inline-create-grid-compact{gap:5px}.pos-workspace .pos-payment-shell{padding:8px 10px;border-radius:8px}.pos-workspace .pos-payment-shell-compact{margin-top:4px}.pos-workspace .pos-payment-grid-premium-compact{gap:5px}.pos-workspace .pos-payment-grid-premium-compact .field>span,.pos-workspace .pos-inline-create-grid-compact .field>span,.pos-workspace .pos-meta-grid-compact .field>span{font-size:10px;margin-bottom:2px}.pos-workspace .pos-totals-list-premium{gap:5px}.pos-workspace .pos-totals-list-premium .metric-row{padding:6px 8px;border-radius:8px}.pos-workspace .pos-primary-actions{gap:5px;margin-top:4px}.pos-workspace .pos-primary-actions-sticky{padding:5px;border-radius:8px}.pos-workspace .divider{margin:4px 0}.pos-workspace .pos-held-empty-inline{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#fff}.pos-workspace .pos-held-empty-inline strong{font-size:11px}.pos-workspace .pos-held-empty-inline span{font-size:10px;color:#64748b}@media(max-width:820px){.pos-workspace .pos-decision-strip-compact{grid-template-columns:1fr!important}.pos-workspace .pos-held-empty-inline{flex-direction:column;align-items:flex-start}}.pos-workspace .pos-grid-premium{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:start}.pos-workspace .pos-checkout-card{height:auto;align-self:start;overflow:visible}.pos-workspace .pos-products-card{height:100%;overflow:hidden}.pos-workspace .pos-checkout-scroll{flex:0 0 auto;min-height:auto;overflow:visible;padding-top:4px}.pos-workspace .pos-checkout-card .list-stack,.pos-workspace .pos-checkout-card .metric-list{gap:4px}.pos-workspace .pos-primary-actions-sticky{position:static;bottom:auto;margin-top:4px}.pos-workspace .pos-held-empty-inline{margin-top:4px}.pos-workspace .pos-checkout-card .divider{margin:3px 0}@media(max-width:1200px){.pos-workspace .pos-grid-premium{grid-template-columns:1fr}.pos-workspace .pos-checkout-card,.pos-workspace .pos-products-card{height:auto}.pos-workspace .pos-checkout-scroll,.pos-workspace .pos-products-scroll{overflow:visible}}.pos-workspace .pos-grid-premium{grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr)}.pos-workspace .pos-checkout-card{padding:8px 10px}.pos-workspace .pos-checkout-summary-grid{gap:4px;margin-bottom:4px}.pos-workspace .pos-checkout-summary{min-height:48px;padding:6px 8px;border-radius:8px}.pos-workspace .pos-checkout-summary span{font-size:10px}.pos-workspace .pos-checkout-summary strong{margin-top:2px;font-size:12px}.pos-workspace .pos-checkout-static{gap:4px}.pos-workspace .pos-checkout-scroll{padding-top:4px}.pos-workspace .pos-totals-list-premium{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.pos-workspace .pos-totals-list-premium .metric-row{padding:6px 8px;border-radius:8px;min-height:0}.pos-workspace .pos-totals-list-premium .metric-row span{font-size:10px}.pos-workspace .pos-totals-list-premium .metric-row strong{font-size:12px}.pos-workspace .pos-primary-actions{gap:4px;margin-top:4px}.pos-workspace .pos-primary-actions .btn,.pos-workspace .pos-primary-actions .button{min-height:32px;padding:6px 8px;font-size:11px}.pos-workspace .pos-primary-actions-sticky{position:static;padding:4px;border-radius:8px}.pos-workspace .pos-checkout-card .divider{margin:4px 0}.pos-workspace .pos-checkout-card .warning-box,.pos-workspace .pos-checkout-card .error-box,.pos-workspace .pos-checkout-card .success-box{padding:7px 8px;border-radius:8px;font-size:11px;line-height:1.35}.pos-workspace .pos-compact-message{margin-top:4px;margin-bottom:4px}@media(max-width:1200px){.pos-workspace .pos-grid-premium{grid-template-columns:1fr}}@media(max-width:820px){.pos-workspace .pos-totals-list-premium{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){.pos-workspace .pos-totals-list-premium{grid-template-columns:1fr!important}}.pos-workspace .pos-grid-premium{min-height:calc(100vh - 235px);align-items:stretch}.pos-workspace .pos-checkout-card,.pos-workspace .pos-products-card{height:100%;align-self:stretch}.pos-workspace .pos-checkout-scroll{margin-top:auto;flex:0 0 auto}.pos-workspace .pos-products-card{display:flex;flex-direction:column}.pos-workspace .pos-products-scroll{flex:1 1 auto;min-height:0}@media(max-width:1200px){.pos-workspace .pos-grid-premium{min-height:auto}.pos-workspace .pos-checkout-card,.pos-workspace .pos-products-card{height:auto}.pos-workspace .pos-checkout-scroll{margin-top:4px}}.pos-workspace .pos-inline-panel-compact{padding:4px 6px;margin-top:2px}.pos-workspace .pos-inline-create-grid-compact{gap:4px}.pos-workspace .pos-inline-create-grid-compact .field>span{font-size:10px;margin-bottom:1px}.pos-workspace .pos-inline-create-grid-compact input,.pos-workspace .pos-inline-create-grid-compact .btn,.pos-workspace .pos-inline-create-grid-compact .button{min-height:30px}.pos-workspace .pos-payment-shell-compact{margin-top:2px}.pos-workspace .pos-payment-shell{padding:6px 8px}.pos-workspace .pos-payment-grid-premium-compact{gap:4px}.pos-workspace .pos-payment-grid-premium-compact .field{margin:0}.pos-workspace .pos-payment-grid-premium-compact .field>span{font-size:10px;margin-bottom:1px}.pos-workspace .pos-payment-grid-premium-compact input,.pos-workspace .pos-payment-grid-premium-compact select,.pos-workspace .pos-payment-grid-premium-compact .input-like{min-height:30px;padding:5px 8px}.pos-workspace .pos-payment-fill-button-only{display:flex;align-items:end}.pos-workspace .pos-payment-fill-button-only>span{display:none}.pos-workspace .pos-payment-fill-button-only .btn,.pos-workspace .pos-payment-fill-button-only .button{width:100%;min-height:30px;padding:5px 8px;font-size:11px}.pos-workspace .pos-checkout-scroll{padding-top:2px}.pos-workspace .pos-totals-list-premium{gap:3px}.pos-workspace .pos-totals-list-premium .metric-row{padding:5px 7px}.pos-workspace .pos-checkout-card .divider{margin:2px 0}.pos-workspace .pos-checkout-card .warning-box,.pos-workspace .pos-checkout-card .error-box,.pos-workspace .pos-checkout-card .success-box,.pos-workspace .pos-compact-empty,.pos-workspace .surface-note.pos-compact-empty{margin-top:2px;padding:5px 7px;font-size:10px;line-height:1.3}.pos-workspace .pos-primary-actions{margin-top:2px}.pos-workspace .pos-primary-actions-sticky{margin-top:0;padding-top:3px}.pos-workspace .pos-checkout-card .list-stack{gap:2px}.pos-workspace .pos-products-toolbar-stack{display:flex;flex-direction:column;gap:6px}.pos-workspace .pos-products-top-row{display:grid;grid-template-columns:minmax(0,1.35fr) 110px 92px;gap:6px;align-items:end}.pos-workspace .pos-products-barcode-row{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;align-items:end}.pos-workspace .pos-products-top-row .field,.pos-workspace .pos-products-barcode-row .field{margin:0}.pos-workspace .pos-products-barcode-row .field input,.pos-workspace .pos-products-top-row .field input{min-height:34px}.pos-workspace .pos-quick-add-row-wide{display:grid;grid-template-columns:minmax(0,1fr) 74px;gap:6px;align-items:center}.pos-workspace .pos-quick-add-row-wide input{width:100%}.pos-workspace .pos-quick-add-row-wide .btn,.pos-workspace .pos-quick-add-row-wide .button{width:100%;min-width:0}@media(max-width:820px){.pos-workspace .pos-products-top-row{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-workspace .pos-products-reset-field{grid-column:span 2}}@media(max-width:640px){.pos-workspace .pos-products-top-row,.pos-workspace .pos-quick-add-row-wide{grid-template-columns:1fr}.pos-workspace .pos-products-reset-field{grid-column:span 1}}.pos-workspace .page-header.pos-page-header{margin-bottom:2px}.pos-workspace .page-header .page-header-actions .actions.pos-header-actions-row{gap:6px}.pos-workspace .page-header .page-header-actions .actions.pos-header-actions-row .btn,.pos-workspace .page-header .page-header-actions .actions.pos-header-actions-row .button{min-height:32px;padding:6px 10px;font-size:11px}.pos-workspace .pos-shortcuts-strip-card{padding:8px 10px;border-radius:8px;min-height:0}.pos-workspace .pos-secondary-tools-card{display:grid;gap:8px}.pos-workspace .pos-secondary-actions-row{display:flex;gap:8px;justify-content:flex-start;flex-wrap:wrap}.pos-workspace .pos-secondary-actions-row .btn,.pos-workspace .pos-secondary-actions-row .button{min-height:32px;padding:6px 10px;font-size:11px}.pos-workspace .pos-products-card .field>span,.pos-workspace .pos-checkout-card .field>span{font-size:10px}.pos-workspace .pos-products-card input[autofocus]{box-shadow:0 0 0 3px #170c5c1f}.pos-workspace .pos-products-top-row{display:grid;grid-template-columns:minmax(0,1.4fr) 96px 84px;gap:6px;align-items:end}.pos-workspace .pos-products-barcode-row .inline-create-row input{font-size:13px}.pos-workspace .pos-context-chip-row-compact,.pos-workspace .pos-filter-row-compact{gap:5px}.pos-workspace .pos-recent-panel-compact{padding:8px 10px}.pos-workspace .pos-recent-panel-compact strong{font-size:12px}.pos-workspace .pos-checkout-card .warning-box ul{margin:4px 0 0;padding-inline-start:16px}@media(max-width:1100px){.pos-workspace .pos-secondary-actions-row{justify-content:stretch}.pos-workspace .pos-secondary-actions-row .btn,.pos-workspace .pos-secondary-actions-row .button{flex:1 1 180px}}.pos-inline-details-card{border:1px solid rgba(148,163,184,.2);border-radius:8px;background:#ffffffd1}.pos-inline-details-card>summary{list-style:none;cursor:pointer;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.pos-inline-details-card>summary::-webkit-details-marker{display:none}.pos-inline-details-card[open]>summary{border-bottom:1px solid rgba(148,163,184,.16)}.pos-inline-details-card .pos-shortcuts-strip-card,.pos-inline-details-card .pos-recent-panel{border:0;box-shadow:none;margin:0}.pos-workspace .pos-product-card-meta{min-height:18px}.pos-workspace .pos-products-summary-bar{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:8px 10px;margin-top:6px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pos-workspace .pos-products-summary-copy{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pos-workspace .pos-density-toggle-row{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:6px}.pos-workspace .pos-density-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(148,163,184,.24);background:#ffffffe6;color:#0f172a;border-radius:8px;padding:6px 10px;font-size:11px;font-weight:700;cursor:pointer}.pos-workspace .pos-density-chip.is-active{border-color:#170c5c3d;background:#170c5c14;color:#1d4ed8}.pos-workspace .pos-quick-picks-row{display:grid;gap:6px;margin-top:8px}.pos-workspace .pos-quick-picks-buttons{display:flex;gap:6px;flex-wrap:wrap}.pos-workspace .pos-quick-picks-buttons .btn,.pos-workspace .pos-quick-picks-buttons .button{min-height:30px;padding:5px 10px;font-size:11px}.pos-workspace .pos-product-pick-grid-density-comfortable{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.pos-workspace .pos-product-card.is-selected{border-color:#170c5c57;box-shadow:0 0 0 2px #170c5c24,0 12px 30px #0f172a17;transform:translateY(-1px)}.pos-workspace .pos-products-card-density-comfortable .pos-product-card-compact{min-height:108px;padding:12px}.pos-workspace .pos-products-card-density-comfortable .pos-product-card-compact strong{font-size:13px}.pos-workspace .pos-products-card-density-comfortable .pos-product-card-meta{min-height:32px}.pos-workspace .pos-qty-stepper{display:inline-flex;align-items:center;gap:4px}.pos-workspace .pos-qty-btn{width:28px;height:28px;border-radius:8px;border:1px solid rgba(148,163,184,.24);background:#ffffffeb;color:#0f172a;font-size:16px;font-weight:700;line-height:1;cursor:pointer}.pos-workspace .pos-cart-line-total{min-width:88px;text-align:center}@media(max-width:1100px){.pos-workspace .pos-products-summary-bar{position:static}}@media(max-width:720px){.pos-workspace .pos-products-summary-bar{padding:8px}.pos-workspace .pos-product-pick-grid-density-comfortable{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}.pos-workspace .pos-product-group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;align-content:start}.pos-workspace .pos-product-group-grid.has-inline-picker{padding-top:2px}.pos-workspace .pos-group-card{min-height:148px;padding:10px;border-radius:8px;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 8px 24px #0f172a0a;display:flex;flex-direction:column;gap:10px}.pos-workspace .pos-group-card.is-selected{border-color:#170c5c73;box-shadow:0 10px 26px #170c5c24}.pos-workspace .pos-group-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.pos-workspace .pos-group-kind{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:8px;font-size:10px;font-weight:800}.pos-workspace .pos-group-kind.has-choices{background:#f1f0fa;color:#1d4ed8}.pos-workspace .pos-group-kind.is-direct{background:#ecfdf5;color:#047857}.pos-workspace .pos-favorite-star{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid rgba(148,163,184,.22);background:#fff;color:#94a3b8;font-size:14px}.pos-workspace .pos-favorite-star.is-active{color:#d97706;border-color:#d977063d;background:#fffbeb}.pos-workspace .pos-group-card-action{display:flex;flex-direction:column;align-items:stretch;gap:8px;text-align:right;background:transparent;border:0;padding:0;width:100%}.pos-workspace .pos-group-card-action strong{font-size:14px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pos-workspace .pos-group-card-meta{min-height:32px;font-size:11px;line-height:1.45}.pos-workspace .pos-group-tags{display:flex;flex-wrap:wrap;gap:6px;min-height:28px}.pos-workspace .pos-group-tag{display:inline-flex;align-items:center;min-height:22px;padding:2px 7px;border-radius:8px;background:#f1f5f9;color:#334155;font-size:10px;font-weight:700}.pos-inline-picker-panel{position:sticky;top:0;z-index:3;margin-bottom:14px;padding:14px;border:1px solid rgba(23,12,92,.2);border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 16px 36px #0f172a14;display:flex;flex-direction:column;gap:12px}.pos-inline-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pos-inline-picker-kicker{display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border-radius:8px;background:#f1f0fa;color:#1d4ed8;font-size:10px;font-weight:800;margin-bottom:6px}.pos-inline-picker-head h4{margin:0;font-size:19px;line-height:1.2}.pos-inline-picker-filter-block{display:flex;flex-direction:column;gap:8px}.pos-inline-picker-filter-block>span{font-size:12px;font-weight:800;color:#334155}.pos-chip-row{display:flex;flex-wrap:wrap;gap:8px}.pos-option-chip{min-height:34px;padding:6px 12px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:#fff;color:#334155;font-size:12px;font-weight:700}.pos-option-chip.is-active{border-color:#170c5c70;background:#f1f0fa;color:#1d4ed8}.pos-inline-picker-results-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:2px}.pos-inline-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px}.pos-inline-variant-card{min-height:108px;padding:12px;border-radius:8px;border:1px solid rgba(148,163,184,.18);background:#fff;text-align:right;display:flex;flex-direction:column;gap:8px}.pos-inline-variant-card-top,.pos-inline-variant-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.pos-inline-variant-card-top strong{font-size:13px;line-height:1.4}.pos-inline-variant-card-meta{min-height:28px;font-size:11px;line-height:1.45}@media(max-width:1366px){.pos-workspace .pos-product-group-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(max-width:980px){.pos-inline-picker-head,.pos-inline-picker-results-head{flex-direction:column;align-items:stretch}.pos-inline-picker-grid,.pos-workspace .pos-product-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.pos-inline-picker-grid,.pos-workspace .pos-product-group-grid{grid-template-columns:1fr}}.pos-products-scroll{position:relative;scrollbar-width:none;-ms-overflow-style:none}.pos-products-scroll::-webkit-scrollbar{display:none}.pos-inline-picker-overlay{position:absolute;inset:0;z-index:18;display:flex;align-items:flex-start;justify-content:center;padding:12px}.pos-inline-picker-backdrop{position:absolute;inset:0;border:0;background:#f8fafcd1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default}.pos-inline-picker-panel{position:relative;z-index:1;width:min(100%,920px);max-height:min(78vh,640px);overflow:auto;margin-top:6px;padding:14px 16px;border-radius:8px;background:#fff;box-shadow:0 24px 60px #0f172a29}.pos-inline-picker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.pos-inline-variant-card{min-height:96px}.pos-workspace .pos-filter-row-single{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;margin-top:2px;padding-bottom:2px;scrollbar-width:thin}.pos-workspace .pos-filter-row-single .btn,.pos-workspace .pos-filter-row-single .button{flex:0 0 auto}.pos-workspace .pos-products-card .section-title{margin-bottom:4px}.pos-workspace .pos-quick-picks-row{margin-top:6px}@media(max-width:720px){.pos-workspace .pos-filter-row-single{gap:4px}}.pos-workspace .page-header .page-header-actions .actions.pos-header-actions-row--focus{justify-content:flex-start;align-items:center;flex-wrap:wrap;row-gap:8px}.pos-workspace .page-header .page-header-actions .actions.pos-header-actions-row--focus .toolbar-meta-pill{font-size:11px;white-space:nowrap}.app-layout--pos-focus .pos-workspace.pos-premium-shell{gap:8px}.app-layout--pos-focus .pos-workspace .page-header{padding:14px 16px}.app-layout--pos-focus .pos-grid-premium{grid-template-columns:minmax(340px,.9fr) minmax(0,1.4fr);gap:14px}.app-layout--pos-focus .pos-workspace .workspace-panel{min-height:calc(100vh - 182px)}.app-layout--pos-focus .pos-workspace .pos-checkout-card{top:10px}@media(max-width:1200px){.app-layout--pos-focus .pos-grid-premium{grid-template-columns:1fr}.app-layout--pos-focus .pos-workspace .workspace-panel{min-height:auto}}.pos-workspace .pos-grid-premium{grid-template-columns:minmax(320px,.82fr) minmax(0,1.48fr)}.app-layout--pos-focus .pos-grid-premium{grid-template-columns:minmax(300px,.78fr) minmax(0,1.52fr)}.pos-workspace .pos-cart-list-upgraded{gap:10px}.pos-workspace .pos-cart-row-upgraded{padding:14px 16px;border-radius:8px;border:1px solid rgba(148,163,184,.22);box-shadow:0 10px 24px #0f172a0d}.pos-workspace .pos-cart-row-main{display:flex;flex-direction:column;gap:12px}.pos-workspace .pos-cart-title-row-upgraded{align-items:flex-start;gap:14px}.pos-workspace .pos-cart-title-block{min-width:0;display:flex;flex-direction:column;gap:4px}.pos-workspace .pos-cart-title-block strong{font-size:17px;line-height:1.35}.pos-workspace .pos-cart-subtitle{font-size:12px}.pos-workspace .pos-cart-badges-inline-upgraded{gap:8px}.pos-workspace .pos-cart-badges-inline-upgraded .status-badge{min-height:28px;padding:6px 10px;border-radius:8px;font-size:11px}.pos-workspace .pos-cart-line-total-upgraded{min-width:150px;padding:10px 12px;border-radius:8px;background:linear-gradient(180deg,#eff6fff5,#dbeafeeb);border:1px solid rgba(96,165,250,.24);display:flex;flex-direction:column;align-items:flex-start;gap:4px}.pos-workspace .pos-cart-line-total-upgraded strong{font-size:18px;color:var(--accent, #170c5c);line-height:1.2}.pos-workspace .pos-cart-controls-upgraded{grid-template-columns:minmax(176px,240px) auto;gap:10px;min-width:0}.pos-workspace .pos-cart-col-index,.pos-workspace .pos-cart-col-qty,.pos-workspace .pos-cart-col-price,.pos-workspace .pos-cart-col-total,.pos-workspace .pos-cart-col-remove,.pos-workspace .pos-cart-table-head .pos-cart-col-index,.pos-workspace .pos-cart-table-head .pos-cart-col-qty,.pos-workspace .pos-cart-table-head .pos-cart-col-price,.pos-workspace .pos-cart-table-head .pos-cart-col-total,.pos-workspace .pos-cart-table-head .pos-cart-col-remove{text-align:center!important;display:flex!important;justify-content:center!important;align-items:center!important}.pos-workspace .pos-cart-qty-shell{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:3px!important}.pos-workspace .pos-cart-qty-shell input::-webkit-outer-spin-button,.pos-workspace .pos-cart-qty-shell input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.pos-workspace .pos-cart-qty-shell input{min-height:26px;height:26px;text-align:center;font-size:14px;font-weight:800;border-radius:6px;padding:0 4px;box-sizing:border-box;-moz-appearance:textfield!important;appearance:textfield!important}.pos-workspace .pos-cart-qty-btn{min-height:26px;height:26px;min-width:26px;width:26px;border:1px solid rgba(148,163,184,.26);border-radius:6px;background:#fff;color:#0f172a;font-size:17px;font-weight:800;line-height:1;cursor:pointer;padding:0;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.pos-workspace .pos-cart-qty-btn:hover,.pos-workspace .pos-cart-remove-button:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0f172a14}.pos-workspace .pos-cart-qty-btn:focus-visible,.pos-workspace .pos-cart-remove-button:focus-visible{outline:2px solid rgba(23,12,92,.35);outline-offset:2px}.pos-workspace .pos-cart-remove-button{min-height:26px;height:26px;min-width:26px;width:26px;padding:0;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(239,68,68,.16);border-radius:6px;background:#fef2f2e6;color:#b91c1c;font-weight:700;cursor:pointer}.pos-workspace.pos-sale-mode-scanner .pos-cart-table-head,.pos-workspace.pos-sale-mode-scanner .pos-cart-grid-row,.pos-workspace.pos-sale-mode-touch .pos-cart-table-head,.pos-workspace.pos-sale-mode-touch .pos-cart-grid-row,.pos-workspace .pos-cart-table-head,.pos-workspace .pos-cart-grid-row{grid-template-columns:30px minmax(0,1fr) 88px 64px 76px 32px!important;gap:5px!important}.pos-workspace .pos-cart-inline-warning{margin-top:2px;border-radius:8px}@media(max-width:1200px){.app-layout--pos-focus .pos-grid-premium,.pos-workspace .pos-grid-premium{grid-template-columns:1fr}}@media(max-width:920px){.pos-workspace .pos-cart-title-row-upgraded{flex-direction:column}.pos-workspace .pos-cart-line-total-upgraded{width:100%}.pos-workspace .pos-cart-controls-upgraded{grid-template-columns:1fr}}@media(max-width:640px){.pos-workspace .pos-cart-row-upgraded{padding:12px}.pos-workspace .pos-cart-title-block strong{font-size:15px}.pos-workspace .pos-cart-qty-shell{grid-template-columns:44px minmax(0,1fr) 44px}}.pos-edit-product-modal-overlay{animation:none!important;transition:none!important;padding:16px!important}.pos-edit-product-dialog-shell{animation:none!important;transition:none!important;width:94vw!important;max-width:1060px!important;max-height:90vh!important;box-sizing:border-box!important;border-radius:14px!important;background:#f8fafc!important;border:1px solid #cbd5e1!important;overflow:hidden!important;margin:auto!important}.edit-product-modal-mode{background:transparent!important;padding:0!important;margin:0 auto!important;min-height:auto!important;overflow-x:hidden!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.edit-product-modal-topbar-wrapper{width:100%!important;max-width:100%!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;margin:0 0 12px!important;padding:8px 16px!important;box-shadow:0 1px 3px #0f172a0a!important;box-sizing:border-box!important}.edit-product-modal-topbar{padding:0!important;margin:0!important;background:transparent!important}.edit-product-modal-mode .product-form-container{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;gap:12px!important}.edit-product-modal-mode .product-compact-card{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important;padding:1.1rem 1.35rem!important;margin:0!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important}.edit-product-modal-mode .product-units-table-container{overflow-x:hidden!important;max-width:100%}.pos-workspace .pos-checkout-column{width:100%!important;max-width:100%!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:0!important;height:100%!important}.pos-workspace .pos-checkout-card{width:100%!important;max-width:100%!important;margin:0!important;box-sizing:border-box!important;flex:1 1 0!important;min-height:0!important;height:100%!important;border-bottom:1px solid #e2e8f0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.pos-workspace .pos-cart-table{width:100%!important;max-width:100%!important;height:100%!important}.pos-workspace .pos-cart-table-head,.pos-workspace .pos-cart-grid-row{width:100%!important;box-sizing:border-box!important}.pos-workspace .pos-workspace-dock{position:static!important;bottom:0!important;width:100%!important;max-width:100%!important;margin-top:auto!important;margin-bottom:0!important;margin-inline:0!important;padding:0!important;box-shadow:none!important;border-bottom:none!important;border-radius:0!important;background:#fff!important}.pos-workspace .pos-workspace-dock-ribbon-track{padding:2px 4px 4px!important;margin-bottom:0!important}.pos-workspace .pos-workspace-dock-actions,.pos-workspace .pos-workspace-dock-summary{align-self:flex-end!important;padding-bottom:2px!important;margin-bottom:0!important}.pos-workspace .pos-workspace-dock-chip{border-bottom:none!important;border-radius:6px!important;margin-bottom:0!important}.dashboard-premium-shell .compact-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px}.dashboard-premium-shell .sales-guidance-card{min-height:0;padding:10px 12px;border-radius:8px;box-shadow:0 6px 14px #0f172a0a}.dashboard-premium-shell .sales-guidance-card span{font-size:11px;line-height:1.3}.dashboard-premium-shell .sales-guidance-card strong{margin-top:6px;font-size:14px;line-height:1.35}.dashboard-premium-shell{gap:12px}.dashboard-premium-shell .page-header{padding:10px 14px;min-height:58px;border-radius:8px}.dashboard-premium-shell .page-header .page-header-title{font-size:24px;line-height:1.05}.dashboard-premium-shell .page-header .page-header-description{font-size:12px;line-height:1.4;margin-top:2px}.dashboard-premium-shell .page-header .page-header-actions .btn,.dashboard-premium-shell .page-header .page-header-actions .button{min-height:34px;padding:7px 11px;font-size:12px}.dashboard-premium-shell .dashboard-hero-grid,.dashboard-premium-shell .dashboard-content-grid,.dashboard-premium-shell .dashboard-content-grid-wide,.dashboard-premium-shell .dashboard-premium-stats-grid{gap:12px}.dashboard-premium-shell .dashboard-hero-card,.dashboard-premium-shell .dashboard-premium-card,.dashboard-premium-shell .dashboard-trend-card,.dashboard-premium-shell .workspace-panel{border-radius:8px;box-shadow:0 8px 18px #0f172a0a}.dashboard-premium-shell .dashboard-hero-copy{gap:12px;padding:16px 18px}.dashboard-premium-shell .dashboard-hero-kicker{padding:5px 10px;font-size:11px}.dashboard-premium-shell .dashboard-hero-copy h2{font-size:22px;line-height:1.22;margin:0}.dashboard-premium-shell .dashboard-hero-copy .section-description{font-size:12px;line-height:1.55;margin-top:6px}.dashboard-premium-shell .dashboard-hero-chips{gap:8px}.dashboard-premium-shell .dashboard-hero-chip{padding:10px 12px;border-radius:8px;box-shadow:0 6px 14px #0f172a0a}.dashboard-premium-shell .dashboard-hero-chip span{font-size:11px;line-height:1.25}.dashboard-premium-shell .dashboard-hero-chip strong{margin-top:5px;font-size:16px;line-height:1.2}.dashboard-premium-shell .dashboard-hero-spotlight,.dashboard-premium-shell .dashboard-actions-grid-premium,.dashboard-premium-shell .dashboard-alert-grid,.dashboard-premium-shell .metric-list,.dashboard-premium-shell .list-stack{gap:8px}.dashboard-premium-shell .dashboard-side-card .section-title,.dashboard-premium-shell .dashboard-premium-card .section-title,.dashboard-premium-shell .dashboard-trend-card .section-title{margin-bottom:8px}.dashboard-premium-shell .dashboard-side-card .section-title h3,.dashboard-premium-shell .dashboard-premium-card .section-title h3,.dashboard-premium-shell .dashboard-trend-card .section-title h3{font-size:16px;line-height:1.2}.dashboard-premium-shell .dashboard-action-link{padding:10px 12px;border-radius:8px;min-height:0}.dashboard-premium-shell .dashboard-action-link strong{font-size:13px;line-height:1.3}.dashboard-premium-shell .dashboard-action-link .muted.small{font-size:11px;line-height:1.35;margin-top:4px}.dashboard-premium-shell .report-metric-card{min-height:108px;padding:14px;border-radius:8px;box-shadow:0 8px 18px #0f172a0a}.dashboard-premium-shell .report-metric-label{font-size:13px}.dashboard-premium-shell .report-metric-helper{font-size:11px;line-height:1.4}.dashboard-premium-shell .report-metric-value{margin-top:8px;margin-bottom:10px;font-size:22px;line-height:1.05}.dashboard-premium-shell .metric-row{min-height:0;padding:9px 11px;border-radius:8px}.dashboard-premium-shell .metric-row span{font-size:11px;line-height:1.3}.dashboard-premium-shell .metric-row strong{font-size:14px;line-height:1.25}.dashboard-premium-shell .alert-card{padding:10px 12px;border-radius:8px;min-height:0}.dashboard-premium-shell .alert-card strong{font-size:13px;line-height:1.25}.dashboard-premium-shell .alert-card .muted.small{font-size:11px;line-height:1.4;margin-top:4px}.dashboard-premium-shell .list-row{padding:10px 12px;border-radius:8px;min-height:0}.dashboard-premium-shell .list-row strong{font-size:13px;line-height:1.25}.dashboard-premium-shell .list-row .muted.small,.dashboard-premium-shell .dashboard-inline-empty{font-size:11px;line-height:1.35}.dashboard-premium-shell .dashboard-empty-state{min-height:120px;padding:12px}.dashboard-premium-shell .dashboard-empty-state h3{font-size:14px}.dashboard-premium-shell .dashboard-empty-state p{font-size:11px;line-height:1.4}.dashboard-premium-shell .dashboard-trend-row{padding:8px 10px;border-radius:8px}.dashboard-premium-shell .dashboard-mini-bar-wrap{min-width:110px}.dashboard-premium-shell .dashboard-mini-bar-track{height:8px}.dashboard-premium-shell .nav-pill,.dashboard-premium-shell .status-badge{padding:4px 8px;font-size:10px}.dashboard-premium-shell .compact-first-run-setup-prompt,.dashboard-premium-shell .setup-prompt-card{padding:10px 12px;border-radius:8px}@media(max-width:1280px){.dashboard-premium-shell .compact-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.dashboard-premium-shell .dashboard-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr)}}@media(max-width:820px){.dashboard-premium-shell .compact-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.dashboard-premium-shell .sales-guidance-card{padding:8px 10px}.dashboard-premium-shell .sales-guidance-card strong{font-size:13px}.dashboard-premium-shell .dashboard-hero-grid,.dashboard-premium-shell .dashboard-content-grid,.dashboard-premium-shell .dashboard-content-grid-wide,.dashboard-premium-shell .dashboard-premium-stats-grid{gap:10px}.dashboard-premium-shell .dashboard-hero-copy{padding:14px}}.dashboard-premium-shell .dashboard-content-grid-summary-merged{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}.dashboard-premium-shell .dashboard-content-grid-trends-only{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-premium-shell .manager-action-center-card,.dashboard-premium-shell .manager-overview-card{min-height:0}.dashboard-premium-shell .manager-action-center-card{align-self:stretch}@media(max-width:1200px){.dashboard-premium-shell .dashboard-content-grid-summary-merged{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.dashboard-premium-shell .dashboard-content-grid-summary-merged,.dashboard-premium-shell .dashboard-content-grid-trends-only{grid-template-columns:1fr}}.daily-brief-compact-2col,.decision-products-2col{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:100%!important}.cash-drawer-page,.cash-drawer-page.page-shell,.cash-drawer-page .page-stack{gap:10px!important}.cash-drawer-page .page-header{padding:10px 16px!important;border-radius:8px;min-height:48px!important;margin-bottom:0!important}.cash-drawer-page .page-header .page-header-title{font-size:1.15rem!important;line-height:1.2!important}.cash-drawer-page .page-header-description,.cash-drawer-page .section-description{display:none!important}.cash-drawer-page .stats-grid.compact-grid,.cash-drawer-page .compact-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.cash-drawer-page .stats-grid.compact-grid .stat-card,.cash-drawer-page .sales-guidance-card{min-height:0!important;padding:10px 12px!important;border-radius:8px;box-shadow:0 6px 14px #0f172a0a!important}.cash-drawer-page .stats-grid.compact-grid .stat-card span,.cash-drawer-page .sales-guidance-card span{font-size:11px!important;line-height:1.3!important}.cash-drawer-page .stats-grid.compact-grid .stat-card strong,.cash-drawer-page .sales-guidance-card strong{margin-top:6px!important;font-size:14px!important;line-height:1.35!important}.cash-drawer-page .cash-drawer-shifts-card,.cash-drawer-page .cash-drawer-form-card{padding:12px!important;border-radius:8px}.cash-drawer-page .section-title{margin-bottom:8px!important;gap:6px!important}.cash-drawer-page .section-title h3{font-size:14px!important;line-height:1.2!important}.cash-drawer-page .actions,.cash-drawer-page .compact-actions,.cash-drawer-page .section-title-actions,.cash-drawer-page .badge-row,.cash-drawer-page .filter-chip-row{gap:6px!important;margin-bottom:8px!important}.cash-drawer-page .btn,.cash-drawer-page .button{min-height:34px!important;padding:7px 10px!important;border-radius:8px;font-size:12px!important}.cash-drawer-page input,.cash-drawer-page select,.cash-drawer-page textarea{min-height:34px!important;padding:7px 10px!important;border-radius:8px}.cash-drawer-page textarea{min-height:56px!important}.cash-drawer-page .field{gap:5px!important;margin-bottom:8px!important}.cash-drawer-page .field>span,.cash-drawer-page .field>label,.cash-drawer-page .muted.small,.cash-drawer-page .small{font-size:11px!important;line-height:1.3!important}.cash-drawer-page .table-wrap{border-radius:8px}.cash-drawer-page th,.cash-drawer-page td{padding:8px 9px!important;font-size:11px!important}.cash-drawer-page .pagination-bar{margin-top:8px!important;padding:8px 10px!important;border-radius:8px}.cash-drawer-page .warning-box,.cash-drawer-page .success-box,.cash-drawer-page .error-box{padding:8px 10px!important;margin-top:6px!important;border-radius:8px;font-size:11px!important}.cash-drawer-page .nav-pill,.cash-drawer-page .status-badge{padding:4px 8px!important;font-size:10px!important}.cash-drawer-page .cash-drawer-forms-grid{gap:10px!important}.cash-drawer-page .cash-drawer-form-card .form-grid{gap:8px!important}.cash-drawer-page .cash-drawer-form-card .warning-box,.cash-drawer-page .cash-drawer-form-card .success-box,.cash-drawer-page .cash-drawer-form-card .error-box{margin-bottom:0!important}.cash-drawer-page .cash-drawer-pending-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:8px;background:#fff7ed;color:#9a3412;border:1px solid #fdba74;font-weight:700}.cash-drawer-review-dialog{gap:10px}.cash-drawer-review-dialog h4{margin:0;font-size:14px}.cash-drawer-review-header-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.cash-drawer-review-header-item{border:1px solid #e2e8f0;background:#f8fafc;border-radius:8px;padding:8px 10px;display:grid;gap:4px}.cash-drawer-review-header-item strong{font-size:11px;color:#475569}.cash-drawer-review-header-item span{font-size:12px;font-weight:700}.cash-drawer-review-banner{border:1px solid transparent;border-radius:8px;padding:9px 11px;display:grid;gap:6px;font-size:12px}.cash-drawer-review-banner-meta{display:flex;flex-wrap:wrap;gap:10px 14px}.cash-drawer-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cash-drawer-review-block{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:10px;display:grid;gap:8px}.cash-drawer-review-list{display:grid;gap:6px;font-size:12px}.cash-drawer-review-diff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.cash-drawer-review-diff{padding:8px 10px;border-radius:8px;font-size:12px;border:1px solid transparent;background:#f8fafc}.cash-drawer-review-diff-ok{color:#166534;background:#ecfdf5;border-color:#86efac}.cash-drawer-review-diff-negative{color:#991b1b;background:#fef2f2;border-color:#fca5a5}.cash-drawer-review-diff-positive{color:#1d4ed8;background:#f1f0fa;border-color:#93c5fd}.cash-drawer-review-details-grid{display:grid;gap:8px}.cash-drawer-review-details-block{display:grid;gap:6px}.cash-drawer-review-accordion{border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:6px 8px}.cash-drawer-review-accordion>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;font-weight:700;font-size:12px}.cash-drawer-review-accordion>summary::-webkit-details-marker{display:none}.cash-drawer-review-accordion>.table-wrap,.cash-drawer-review-accordion>p{margin-top:8px}.cash-drawer-review-table .cash-drawer-review-total-row{background:#eef2ff}.cash-drawer-review-table td,.cash-drawer-review-table th{white-space:nowrap;padding:7px 10px}.cash-drawer-review-table th:not(:first-child),.cash-drawer-review-table td:not(:first-child){text-align:center}@media(max-width:1280px){.cash-drawer-page .stats-grid.compact-grid,.cash-drawer-page .compact-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:920px){.cash-drawer-review-header-grid,.cash-drawer-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.cash-drawer-review-header-grid,.cash-drawer-review-grid{grid-template-columns:1fr}}.cash-drawer-shifts-card .filter-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.cash-drawer-shifts-card .table-wrap table th,.cash-drawer-shifts-card .table-wrap table td{vertical-align:middle!important}.cash-drawer-shifts-card .table-wrap table th{font-size:.86rem;letter-spacing:-.01em}.inventory-workspace .inventory-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px}.inventory-workspace .inventory-spotlight-card{min-height:0;padding:10px 12px;border-radius:8px;box-shadow:0 6px 14px #0f172a0a}.inventory-workspace .inventory-spotlight-card span{font-size:11px;line-height:1.3}.inventory-workspace .inventory-spotlight-card strong{margin-top:6px;font-size:14px;line-height:1.35}@media(max-width:1280px){.inventory-workspace .inventory-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:820px){.inventory-workspace .inventory-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.inventory-workspace .inventory-spotlight-card{padding:8px 10px}.inventory-workspace .inventory-spotlight-card strong{font-size:13px}}.inventory-overview-stack{display:flex;flex-direction:column;gap:14px}.inventory-workspace .inventory-overview-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px;margin-top:0}.inventory-workspace .inventory-overview-card{min-height:0;padding:10px 12px;border-radius:8px}.inventory-workspace .inventory-overview-card span{font-size:11px;line-height:1.3}.inventory-workspace .inventory-overview-card strong{margin-top:6px;font-size:14px;line-height:1.35}.inventory-actions-disclosure-stack{display:grid;gap:12px}.inventory-action-disclosure{border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#fff;overflow:hidden}.inventory-action-disclosure summary{list-style:none;cursor:pointer;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.inventory-action-disclosure summary::-webkit-details-marker{display:none}.inventory-action-disclosure summary strong{display:block;font-size:15px}.inventory-action-disclosure summary span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.5}.inventory-action-disclosure summary:before{content:"+";width:28px;height:28px;border-radius:8px;border:1px solid rgba(148,163,184,.28);display:inline-flex;align-items:center;justify-content:center;color:#170c5c;font-weight:800;flex:0 0 auto}.inventory-action-disclosure[open] summary:before{content:"−"}.inventory-action-form{padding:0 16px 16px}.inventory-damage-mini-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1024px){.inventory-workspace .inventory-overview-grid--compact,.inventory-damage-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.inventory-workspace .inventory-overview-grid--compact,.inventory-damage-mini-grid{grid-template-columns:1fr!important}}.inventory-action-disclosure summary{direction:rtl;text-align:right}.inventory-action-disclosure summary>div,.inventory-action-disclosure summary strong,.inventory-action-disclosure summary span{text-align:right;margin-inline-start:0;margin-inline-end:0}.inventory-workspace .inventory-advanced-card-title,.inventory-workspace .inventory-advanced-card-description{display:block;width:100%;direction:rtl;text-align:right!important}.inventory-workspace .inventory-advanced-card-description{line-height:1.65}.inventory-workspace .inventory-action-disclosure,.inventory-workspace .inventory-action-disclosure summary,.inventory-workspace .inventory-action-summary-copy,.inventory-workspace .inventory-action-summary-copy strong,.inventory-workspace .inventory-action-summary-copy span{direction:rtl;text-align:right!important}.inventory-workspace .inventory-action-disclosure summary{align-items:center}.inventory-workspace .inventory-action-summary-copy{flex:1 1 auto}.inventory-workspace .inventory-section-tabs,.inventory-section-tabs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px;margin-bottom:10px}.inventory-workspace .inventory-section-tab{min-height:0;padding:10px 12px;border-radius:8px;box-shadow:0 6px 14px #0f172a0a}.inventory-workspace .inventory-section-tab span{font-size:11px;line-height:1.3}.inventory-workspace .inventory-section-tab strong{margin-top:6px;font-size:15px;line-height:1.35;color:var(--text)}.inventory-workspace .inventory-section-tab.is-active{border-color:#170c5c38;background:#eff6fff2}.inventory-workspace .inventory-section-tab.is-active span{color:var(--muted)}.inventory-workspace .inventory-section-tab.is-active strong{color:var(--primary)}.inventory-product-picker{position:relative;display:flex;flex-direction:column;gap:8px;width:100%;min-width:0;direction:rtl}.inventory-product-picker__field{width:100%}.inventory-product-picker__field input{width:100%;min-width:0;text-align:right}.inventory-product-picker__hint{font-size:12px;line-height:1.5;color:var(--muted)}.inventory-product-picker__selected{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;width:100%;padding:10px 12px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#f8fafce6}.inventory-product-picker__selected-copy{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto}.inventory-product-picker__selected-label{font-size:11px;font-weight:600;color:var(--muted)}.inventory-product-picker__selected-copy strong{font-size:13px;line-height:1.4;color:var(--text);word-break:break-word}.inventory-product-picker__selected-meta,.inventory-product-picker__option-meta{display:flex;flex-wrap:wrap;gap:6px 10px;color:var(--muted);font-size:11px;line-height:1.45}.inventory-product-picker__clear{flex:0 0 auto;border:1px solid rgba(23,12,92,.16);border-radius:8px;background:#eff6fff2;color:var(--primary);font-size:12px;font-weight:600;padding:7px 10px;white-space:nowrap}.inventory-product-picker__dropdown{display:flex;flex-direction:column;gap:6px;width:100%;max-height:280px;overflow:auto;padding:8px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff;box-shadow:0 12px 24px #0f172a14;direction:rtl}.inventory-product-picker__option{width:100%;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:4px;padding:10px 12px;border:1px solid rgba(148,163,184,.12);border-radius:8px;background:#f8fafcbf;text-align:right}.inventory-product-picker__option strong{font-size:13px;line-height:1.4;color:var(--text);word-break:break-word}.inventory-product-picker__option-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-width:0}.inventory-product-picker__option-head span{flex:0 0 auto;font-size:11px;color:var(--muted);white-space:nowrap}.inventory-product-picker__option-meta{justify-content:flex-start}.inventory-product-picker__empty{padding:8px 10px;font-size:12px;line-height:1.5;color:var(--muted);text-align:right}@media(max-width:1280px){.inventory-workspace .inventory-section-tabs{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media(max-width:920px){.inventory-workspace .inventory-section-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:640px){.inventory-workspace .inventory-section-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){.inventory-product-picker__selected,.inventory-product-picker__option-head{flex-direction:column}.inventory-product-picker__clear{align-self:flex-start}}.sales-workspace .sales-register-card .toolbar-grid{display:flex!important;flex-direction:row!important;align-items:flex-end!important;gap:12px!important;width:100%!important}.sales-workspace .sales-register-card .toolbar-grid>div:first-child{flex:1.6!important;min-width:260px!important}.sales-workspace .sales-register-card .toolbar-grid .field{margin-bottom:0!important;display:flex!important;flex-direction:column!important;gap:4px!important}.sales-workspace .sales-register-card .toolbar-grid .field>span,.sales-workspace .sales-register-card .toolbar-grid .field>label{font-size:12px!important;font-weight:600!important;color:#475569!important;margin:0!important;line-height:1.3!important}.sales-workspace .sales-register-card .toolbar-grid input,.sales-workspace .sales-register-card .toolbar-grid select{min-height:40px!important;height:40px!important;padding:6px 10px!important;line-height:1.5!important;border-radius:8px!important;border:1px solid #cbd5e1!important;background:#fff!important;font-size:13px!important;box-sizing:border-box!important;margin:0!important}.sales-workspace .sales-register-card .toolbar-grid select{padding-inline-start:10px!important;padding-inline-end:24px!important;padding-top:4px!important;padding-bottom:4px!important;cursor:pointer!important}.sales-workspace .sales-register-card .toolbar-extra{display:flex!important;align-items:flex-end!important;gap:12px!important;flex:1.4!important}.sales-workspace .sales-register-card .sales-register-toolbar-filters{display:flex!important;align-items:flex-end!important;gap:12px!important;width:100%!important;margin:0!important}.sales-workspace .sales-register-card .sales-toolbar-filter-field{flex:1!important;min-width:140px!important;margin-bottom:0!important}.sales-workspace .sales-quick-customer-inline-wrap{width:100%}.sales-workspace .sales-quick-customer-inline-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important;justify-content:stretch!important;align-items:start!important}.sales-workspace .sales-quick-customer-inline-grid .field{margin-bottom:0!important}.sales-workspace .sales-quick-customer-inline-grid input{width:100%!important}.sales-workspace .sales-quick-customer-card .section-actions-clean{margin-top:12px!important}@media(max-width:900px){.sales-workspace .sales-register-card .toolbar-grid{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important}.sales-workspace .sales-register-card .toolbar-grid>div:first-child{flex:1 1 100%!important;min-width:0!important;width:100%!important}.sales-workspace .sales-register-card .toolbar-extra{flex:1 1 100%!important;min-width:0!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:8px!important}.sales-workspace .sales-register-card .sales-register-toolbar-filters{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))!important;gap:8px!important;width:100%!important}.sales-workspace .sales-register-card .sales-toolbar-filter-field{min-width:0!important;width:100%!important}.sales-workspace .sales-register-card .toolbar-grid>.field>span,.sales-workspace .sales-register-card .toolbar-grid>.field>label{display:block!important}.sales-workspace .sales-quick-customer-inline-grid{grid-template-columns:1fr!important}}@media(min-width:901px){.reports-workspace .reports-spotlight-grid,.reports-workspace .compact-spotlight-grid,.reports-spotlight-grid.section-spotlight-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;width:100%!important}.reports-workspace .delivery-spotlight-grid,.delivery-spotlight-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;width:100%!important}.reports-workspace .balances-spotlight-grid,.reports-workspace .compact-spotlight-grid-4,.balances-spotlight-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;width:100%!important}.reports-workspace .rmc-body{padding:12px 14px 10px!important;gap:5px!important}.reports-workspace .report-metric-label{font-size:12.5px!important;font-weight:700!important;line-height:1.3!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.reports-workspace .report-metric-value{font-size:18px!important;font-weight:800!important;white-space:nowrap!important;margin:2px 0!important}.reports-workspace .report-metric-helper{font-size:11px!important;line-height:1.3!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;color:#64748b!important}.reports-workspace .reports-metric-list{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:10px!important;width:100%!important;margin-top:14px!important}.reports-workspace .reports-metric-list .metric-row{flex:1 1 170px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;padding:10px 14px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:10px!important;min-height:44px!important;box-sizing:border-box!important}.reports-workspace .reports-metric-list .metric-row span{font-size:12px!important;font-weight:600!important;color:#475569!important;white-space:nowrap!important}.reports-workspace .reports-metric-list .metric-row strong{font-size:13.5px!important;font-weight:800!important;color:#0f172a!important;white-space:nowrap!important;margin-inline-start:12px!important}}.reports-workspace .report-metric-card{min-height:0;padding:0;border-radius:12px;border:1px solid rgba(148,163,184,.18);background:#fff;box-shadow:0 2px 8px #0f172a0f;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease;display:flex;flex-direction:column}.reports-workspace .report-metric-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a1a}.rmc-accent-bar{height:4px;width:100%;flex-shrink:0}.reports-workspace .rmc-accent-bar,.reports-workspace .rmc-icon{display:none}.rmc-body{padding:14px 16px 12px;display:flex;flex-direction:column;gap:6px;flex:1}.rmc-header{display:flex;align-items:center;gap:8px}.rmc-icon{font-size:16px;line-height:1;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.12))}.reports-workspace .report-metric-label{font-size:13px;line-height:1.3;font-weight:700;color:#334155}.reports-workspace .report-metric-value{display:block;font-size:22px;font-weight:800;line-height:1.1;font-variant-numeric:tabular-nums;color:var(--report-tone);margin:4px 0 2px}.reports-workspace .report-metric-card.tone-primary{--report-tone: #4f46e5}.reports-workspace .report-metric-card.tone-success{--report-tone: #059669}.reports-workspace .report-metric-card.tone-warning{--report-tone: #d97706}.reports-workspace .report-metric-card.tone-danger{--report-tone: #dc2626}.reports-workspace .report-metric-helper{font-size:11px;line-height:1.4;color:#94a3b8}.reports-workspace .report-progress-track{height:6px;border-radius:999px;background:#f1f5f9;overflow:hidden;margin-top:4px}.reports-workspace .report-metric-card.tone-primary .report-progress-fill{background:linear-gradient(90deg,#4f46e5,#818cf8)}.reports-workspace .report-metric-card.tone-success .report-progress-fill{background:linear-gradient(90deg,#059669,#34d399)}.reports-workspace .report-metric-card.tone-warning .report-progress-fill{background:linear-gradient(90deg,#d97706,#fbbf24)}.reports-workspace .report-metric-card.tone-danger .report-progress-fill{background:linear-gradient(90deg,#dc2626,#fb7185)}.reports-workspace .report-progress-fill{display:block;height:100%;border-radius:inherit;animation:reportBarGrow .9s ease both}@media(max-width:820px){.reports-workspace .reports-spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.reports-workspace .report-metric-value{font-size:18px}}@media(min-width:769px){.reports-workspace .toolbar-grid,.reports-focus-card .compact-toolbar-grid{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:flex-end!important;margin:14px 0 16px!important;padding:12px 14px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:10px!important;width:100%!important;box-sizing:border-box!important}.reports-workspace .toolbar-grid>.field,.reports-focus-card .compact-toolbar-grid>.field{flex:1 1 170px!important;min-width:150px!important;display:flex!important;flex-direction:column!important;gap:4px!important;margin:0!important}.reports-workspace .toolbar-grid>.field:first-child,.reports-focus-card .compact-toolbar-grid>.field:first-child{flex:2 1 240px!important;min-width:200px!important}.reports-workspace .toolbar-grid .actions,.reports-focus-card .compact-toolbar-grid .actions{flex:0 0 auto!important;display:flex!important;align-items:flex-end!important;margin:0!important;height:38px!important}.reports-workspace .toolbar-grid .actions button,.reports-focus-card .compact-toolbar-grid .actions button{height:38px!important;padding:0 16px!important;font-size:13px!important;white-space:nowrap!important}}.returns-workspace{gap:14px}.returns-workspace .returns-register-card,.returns-workspace .returns-detail-card,.returns-workspace .returns-create-card,.returns-workspace .returns-summary-card{border-radius:8px}.returns-workspace .returns-register-card .section-title,.returns-workspace .returns-detail-card .section-title,.returns-workspace .returns-create-card .section-title,.returns-workspace .returns-summary-card .section-title{margin-bottom:12px}.returns-workspace .returns-register-card .section-description,.returns-workspace .returns-detail-card .section-description,.returns-workspace .returns-create-card .section-description,.returns-workspace .returns-summary-card .section-description{display:none}.returns-workspace .toolbar-stack{padding:12px;border-radius:8px;gap:10px}.returns-workspace .toolbar-heading{display:none}.returns-workspace .toolbar-grid{grid-template-columns:minmax(320px,1fr) minmax(180px,.55fr);gap:10px}.returns-workspace .toolbar-extra{grid-template-columns:1fr;gap:10px}.returns-workspace .filter-chip-row{margin-bottom:0}.returns-layout-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:14px;align-items:start}.returns-side-stack{display:flex;flex-direction:column;gap:14px}.returns-workspace .returns-create-card,.returns-workspace .returns-detail-card,.returns-workspace .returns-summary-card{min-width:0}.returns-workspace .returns-create-card .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.returns-workspace .returns-create-card textarea{min-height:72px}.returns-workspace .returns-create-card .surface-note,.returns-workspace .returns-detail-card .surface-note,.returns-workspace .returns-summary-card .metric-row,.returns-workspace .returns-detail-card .metric-row,.returns-workspace .returns-register-card .toolbar-meta-row,.returns-workspace .returns-register-card .list-row,.returns-workspace .returns-register-card .empty-state-card{border-radius:8px}.returns-workspace .returns-summary-card .metric-list,.returns-workspace .returns-detail-card .metric-list{gap:10px}.returns-workspace .returns-detail-card .empty-state,.returns-workspace .returns-summary-card .empty-state{min-height:160px}@media(max-width:1180px){.returns-layout-grid,.returns-workspace .returns-create-card .form-grid{grid-template-columns:1fr}}@media(min-width:1080px){.page-shell.pos-workspace.pos-premium-shell{min-height:calc(100vh - 36px);display:flex;flex-direction:column}.page-shell.pos-workspace.pos-premium-shell>.pos-grid-premium{flex:1 1 auto;min-height:0;align-items:stretch;grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr)}.page-shell.pos-workspace.pos-premium-shell .pos-products-card,.page-shell.pos-workspace.pos-premium-shell .pos-checkout-card{height:100%;min-height:0;display:flex;flex-direction:column}.page-shell.pos-workspace.pos-premium-shell .pos-checkout-card{top:0}.page-shell.pos-workspace.pos-premium-shell .pos-products-static,.page-shell.pos-workspace.pos-premium-shell .pos-checkout-static{flex:0 0 auto}.page-shell.pos-workspace.pos-premium-shell .pos-products-scroll,.page-shell.pos-workspace.pos-premium-shell .pos-checkout-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding-inline-end:4px}.page-shell.pos-workspace.pos-premium-shell .pos-primary-actions-sticky{bottom:0}}.returns-workspace .page-header .page-header-description{max-width:720px}.reports-workspace--compact{gap:12px}.reports-workspace--compact .reports-section-tabs{margin-bottom:0}.reports-workspace--compact .reports-section-tabs .btn,.reports-workspace--compact .reports-section-tabs .button{min-height:38px;padding-inline:14px}.reports-scope-card--compact{border-radius:8px}.reports-scope-card--compact .section-description{display:none}.reports-range-grid--compact{grid-template-columns:repeat(auto-fit,minmax(170px,1fr)) minmax(140px,auto);gap:10px;align-items:flex-end}.reports-action-field--compact .btn,.reports-action-field--compact .button{width:100%}.reports-preset-row--compact{margin-bottom:8px}.reports-mini-overview-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.reports-workspace--compact .reports-spotlight-grid:first-child,.reports-workspace--compact>.reports-spotlight-grid,.reports-workspace--compact>.reports-motion-card{margin-top:0}.accounts-workspace--compact{gap:12px}.accounts-focus-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.accounts-focus-tabs,.accounts-shortcuts-row{margin-bottom:0!important}.accounts-focus-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.8fr);gap:14px;align-items:start}.accounts-workspace--compact .accounts-focus-grid>*{min-width:0}.treasury-workspace--compact{gap:12px}.treasury-primary-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.8fr);gap:14px;align-items:start}.treasury-side-stack{display:flex;flex-direction:column;gap:14px}.treasury-primary-grid>*{min-width:0}@media(max-width:1180px){.reports-mini-overview-grid--compact,.treasury-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.treasury-primary-grid,.accounts-focus-grid,.reports-range-grid--compact{grid-template-columns:1fr}}@media(max-width:820px){.accounts-focus-toolbar{flex-direction:column;align-items:stretch}.reports-mini-overview-grid--compact,.treasury-stats-grid,.accounts-stats-grid{grid-template-columns:1fr}}.purchases-workspace .purchases-primary-grid{align-items:start}.purchases-workspace .purchases-side-stack{gap:12px;align-items:stretch}.purchases-workspace .purchases-side-stack>*{width:100%}.purchases-workspace .purchases-quick-supplier-card .card-body,.purchases-workspace .purchases-insight-card .card-body{gap:12px}.purchases-workspace .purchases-quick-supplier-card,.purchases-workspace .purchases-insight-card{width:100%;align-self:stretch}.purchases-workspace .purchases-insight-card{min-height:0}.purchases-workspace .purchases-quick-supplier-card .form-grid{gap:10px}.purchases-workspace .purchases-quick-supplier-actions{justify-content:flex-start}.purchase-detail-card .stats-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.purchase-detail-card .stat-card{min-height:88px;padding:10px 12px;border-radius:8px}.purchase-detail-card .stat-card span{font-size:11px;line-height:1.35}.purchase-detail-card .stat-card strong{margin-top:6px;font-size:14px;line-height:1.3;word-break:break-word}.purchase-detail-card .table-wrap{margin-top:10px!important}@media(max-width:1400px){.purchase-detail-card .stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.purchase-detail-card .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.purchase-detail-card .stats-grid{grid-template-columns:1fr}}.accounts-workspace .stats-grid.compact-grid,.treasury-workspace .stats-grid.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.accounts-workspace .stat-card,.treasury-workspace .stat-card{padding:12px 14px;border-radius:8px}.accounts-workspace .stat-card span,.treasury-workspace .stat-card span{font-size:11px}.accounts-workspace .stat-card strong,.treasury-workspace .stat-card strong{margin-top:6px;font-size:17px;line-height:1.25}.customers-page .stats-grid.compact-grid,.suppliers-page .stats-grid.compact-grid,.services-page .stats-grid.compact-grid,.cash-drawer-page .stats-grid.compact-grid,.audit-page .stats-grid.compact-grid,.accounts-workspace .stats-grid.compact-grid,.treasury-workspace .stats-grid.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.customers-page .stat-card,.suppliers-page .stat-card,.services-page .stat-card,.cash-drawer-page .stat-card,.audit-page .stat-card{padding:12px 14px;border-radius:8px}.customers-page .stat-card span,.suppliers-page .stat-card span,.services-page .stat-card span,.cash-drawer-page .stat-card span,.audit-page .stat-card span{font-size:11px}.customers-page .stat-card strong,.suppliers-page .stat-card strong,.services-page .stat-card strong,.cash-drawer-page .stat-card strong,.audit-page .stat-card strong{margin-top:6px;font-size:17px;line-height:1.25}.customers-page .page-header .page-header-description,.suppliers-page .page-header .page-header-description,.services-page .page-header .page-header-description,.cash-drawer-page .page-header .page-header-description,.audit-page .page-header .page-header-description{max-width:720px}.customers-page .page-header-actions .button,.suppliers-page .page-header-actions .button,.services-page .page-header-actions .button,.audit-page .page-header-actions .button{min-height:36px;padding:0 12px}.services-page .services-workspace-grid{align-items:start}.services-page .services-insights-list .metric-row{padding:10px 12px;border-radius:8px}.audit-page .card>.stats-grid.compact-grid{margin-top:8px}.audit-page .card .toolbar,.audit-page .card .search-toolbar,.audit-page .card .filter-chip-row{margin-bottom:10px}.audit-page .audit-action-cell{display:grid;gap:4px;min-width:0}.audit-page .audit-col-activity{width:64%;min-width:360px}.audit-page .audit-col-user{width:16%;white-space:nowrap;color:#475569;font-size:12px}.audit-page .audit-col-date{width:20%;white-space:nowrap;color:#475569;font-size:12px}.audit-page .audit-action-head{display:flex;align-items:center;gap:8px;min-width:0}.audit-page .audit-action-label{color:#0f172a;font-size:13px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audit-page .audit-detail-text{display:inline-block;max-width:min(520px,100%);color:#64748b;font-size:12px;line-height:1.65;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.audit-page .audit-activity-badge{width:fit-content;flex:0 0 auto;border-radius:8px;padding:2px 8px;font-size:10px;font-weight:800;border:1px solid transparent}.audit-page .audit-badge-auth{color:#1d4ed8;background:#f1f0fa;border-color:#bfdbfe}.audit-page .audit-badge-maintenance{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.audit-page .audit-badge-import{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.audit-page .audit-badge-inventory{color:#0f766e;background:#f0fdfa;border-color:#99f6e4}.audit-page .audit-badge-sales{color:#1e3a8a;background:#eef2ff;border-color:#c7d2fe}.audit-page .audit-badge-purchases{color:#155e75;background:#ecfeff;border-color:#a5f3fc}.audit-page .audit-badge-hr{color:#334155;background:#f8fafc;border-color:#cbd5e1}.audit-page .audit-badge-settings{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.audit-page .audit-badge-backup{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.audit-page .audit-badge-sensitive{color:#92400e;background:#fffbeb;border-color:#fde68a}.audit-page .audit-badge-general{color:#475569;background:#f8fafc;border-color:#e2e8f0}.cash-drawer-page .cash-drawer-forms-panel,.customers-page .panel-grid,.suppliers-page .panel-grid,.services-page .services-workspace-grid{gap:14px}.customers-page .customers-editor-grid,.suppliers-page .suppliers-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}@media(max-width:820px){.customers-page .customers-editor-grid,.suppliers-page .suppliers-editor-grid{grid-template-columns:1fr}.audit-page .audit-col-activity,.audit-page .audit-col-user,.audit-page .audit-col-date{width:auto;min-width:0;white-space:normal}}@media(max-width:1200px){.customers-page .stats-grid.compact-grid,.suppliers-page .stats-grid.compact-grid,.services-page .stats-grid.compact-grid,.cash-drawer-page .stats-grid.compact-grid,.audit-page .stats-grid.compact-grid,.accounts-workspace .stats-grid.compact-grid,.treasury-workspace .stats-grid.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.customers-page .stats-grid.compact-grid,.suppliers-page .stats-grid.compact-grid,.services-page .stats-grid.compact-grid,.cash-drawer-page .stats-grid.compact-grid,.audit-page .stats-grid.compact-grid,.accounts-workspace .stats-grid.compact-grid,.treasury-workspace .stats-grid.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}}.settings-users-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.settings-users-stats-grid .stat-card{padding:12px 14px;border-radius:8px}.settings-users-stats-grid .stat-card span{font-size:11px}.settings-users-stats-grid .stat-card strong{margin-top:6px;font-size:17px;line-height:1.25}@media(max-width:1200px){.settings-users-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.settings-users-stats-grid{grid-template-columns:1fr}}.reports-range-grid,.reports-range-grid--compact{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(130px,150px)!important;gap:10px!important;align-items:flex-end!important;margin-bottom:8px!important}.reports-range-grid .field,.reports-range-grid--compact .field,.reports-range-grid .reports-action-field,.reports-range-grid--compact .reports-action-field{display:flex!important;flex-direction:column!important;justify-content:flex-end!important;gap:5px!important;margin-bottom:0!important;min-width:0!important}.reports-range-grid .field>span,.reports-range-grid .field>label,.reports-range-grid--compact .field>span,.reports-range-grid--compact .field>label,.reports-range-grid .reports-action-field>span,.reports-range-grid--compact .reports-action-field>span{font-size:.75rem!important;font-weight:700!important;color:#475569!important;white-space:nowrap!important;margin:0!important;line-height:16px!important;height:16px!important}.reports-range-grid input[type=date],.reports-range-grid input,.reports-range-grid select,.reports-range-grid .button,.reports-range-grid .btn,.reports-range-grid--compact input[type=date],.reports-range-grid--compact input,.reports-range-grid--compact select,.reports-range-grid--compact .button,.reports-range-grid--compact .btn{height:38px!important;min-height:38px!important;max-height:38px!important;box-sizing:border-box!important;border-radius:6px!important;font-size:.825rem!important;font-weight:600!important;line-height:1.2!important;margin:0!important}.reports-range-grid input[type=date],.reports-range-grid--compact input[type=date]{padding:6px 10px!important;border:1px solid #cbd5e1!important;background-color:#fff!important;color:#0f172a!important}.reports-range-grid select,.reports-range-grid--compact select{padding:6px 10px 6px 26px!important;border:1px solid #cbd5e1!important;background-color:#fff!important;color:#0f172a!important;background-position:left 8px center!important}.reports-range-grid .reports-action-field .button,.reports-range-grid .reports-action-field .btn,.reports-range-grid--compact .reports-action-field .button,.reports-range-grid--compact .reports-action-field .btn{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;background:var(--primary, #170c5c)!important;color:#fff!important;box-shadow:0 1px 2px #0000000d!important}@media(max-width:1100px){.reports-range-grid,.reports-range-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr)) 1fr!important}.reports-range-grid .reports-action-field,.reports-range-grid--compact .reports-action-field{grid-column:span 1!important}}@media(max-width:768px){.reports-range-grid,.reports-range-grid--compact{grid-template-columns:1fr 1fr!important}.reports-range-grid .reports-action-field,.reports-range-grid--compact .reports-action-field{grid-column:span 2!important}}@media(max-width:480px){.reports-range-grid,.reports-range-grid--compact{grid-template-columns:1fr 1fr!important;gap:8px!important}.reports-range-grid>:nth-child(3),.reports-range-grid--compact>:nth-child(3),.reports-range-grid>:nth-child(4),.reports-range-grid--compact>:nth-child(4),.reports-range-grid .reports-action-field,.reports-range-grid--compact .reports-action-field{grid-column:span 2!important}}.reports-charts-hub-grid{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(320px,1.15fr);gap:16px;align-items:stretch;margin-top:14px}.reports-charts-hub-grid>*{margin-top:0!important;margin-bottom:0!important;display:flex;flex-direction:column}.reports-charts-hub-grid .card-body,.reports-charts-hub-grid .section-body{flex:1;display:flex;flex-direction:column}.reports-margin-donut-card{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:12px 8px}.reports-executive-metric-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.reports-executive-metric-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 2px #00000005;transition:border-color .15s ease}.reports-executive-metric-item:hover{border-color:#cbd5e1}.reports-executive-metric-item span{font-size:.8rem;color:#64748b;font-weight:600}.reports-executive-metric-item strong{font-size:.95rem;color:#0f172a;font-weight:800}@media(max-width:1100px){.reports-charts-hub-grid{grid-template-columns:1fr}}.reports-executive-card--compact,.reports-executive-card{padding:12px 14px!important;margin-top:0!important;margin-bottom:0!important}.reports-executive-card .form-section-header,.reports-executive-card .section-header{margin-bottom:8px!important}.reports-premium-summary-strip,.reports-premium-summary-strip--compact{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-bottom:0!important}.reports-premium-stat,.reports-premium-stat-compact{position:relative!important;min-height:74px!important;padding:10px 14px 14px!important;border-radius:8px!important;box-shadow:0 1px 3px #00000008!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.reports-premium-stat span:first-child{font-size:.75rem!important;font-weight:700!important;color:#64748b!important;line-height:1.2!important}.reports-premium-stat strong{font-size:clamp(1.2rem,1.4vw,1.45rem)!important;font-weight:800!important;color:#0f172a!important;margin-top:2px!important;line-height:1.2!important;letter-spacing:-.01em!important}.reports-premium-stat small{font-size:.68rem!important;color:#94a3b8!important;font-weight:600!important;margin-top:0!important;line-height:1.2!important}.reports-premium-stat-rail{height:4px!important;bottom:6px!important;inset-inline:12px!important;border-radius:4px!important}.reports-preset-row--compact .btn,.reports-preset-row--compact .button{padding:3px 10px!important;min-height:28px!important;height:28px!important;font-size:.75rem!important;border-radius:6px!important}.reports-mini-overview-grid--compact .stat-card,.reports-mini-overview-grid--compact .report-mini-stat-card{padding:6px 10px!important;border-radius:6px!important}.reports-mini-overview-grid--compact .stat-card strong,.reports-mini-overview-grid--compact .report-mini-stat-card strong{font-size:.95rem!important;margin-top:2px!important}@media(max-width:900px){.reports-premium-summary-strip,.reports-premium-summary-strip--compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:480px){.reports-premium-summary-strip,.reports-premium-summary-strip--compact{grid-template-columns:1fr!important}}.reports-ring-legend,.reports-ring-legend-horizontal{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;width:100%!important;margin-bottom:0!important}.reports-ring-legend-row{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:6px 10px!important;border-radius:6px!important;background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 1px 2px #00000005!important}.reports-ring-legend-row span{font-size:.75rem!important;font-weight:700!important;color:#475569!important;display:inline-flex!important;align-items:center!important;gap:5px!important}.reports-ring-legend-row strong{font-size:.8rem!important;font-weight:800!important;color:#0f172a!important;margin-inline-start:4px!important}@keyframes chartSmoothDrawIn{0%{opacity:.2;transform:translateY(12px) scaleY(.96)}to{opacity:1;transform:translateY(0) scaleY(1)}}.reports-chart-draw-in{animation:chartSmoothDrawIn .85s cubic-bezier(.16,1,.3,1) forwards;transform-origin:bottom center}.dashboard-premium-shell .dashboard-content-grid,.dashboard-premium-shell .dashboard-content-grid-wide,.dashboard-premium-shell .dashboard-premium-stats-grid{gap:12px;align-items:start}.dashboard-premium-shell .dashboard-card-compact,.dashboard-premium-shell .dashboard-trend-card,.dashboard-premium-shell .dashboard-side-card{min-height:0;padding:14px}.dashboard-premium-shell .dashboard-card-compact .section-title,.dashboard-premium-shell .dashboard-trend-card .section-title,.dashboard-premium-shell .dashboard-side-card .section-title{margin-bottom:10px}.dashboard-premium-shell .dashboard-card-compact .metric-list,.dashboard-premium-shell .dashboard-card-compact .list-stack,.dashboard-premium-shell .dashboard-trend-card .list-stack,.dashboard-premium-shell .dashboard-side-card .dashboard-actions-grid-premium{gap:8px}.dashboard-premium-shell .dashboard-card-compact .metric-row,.dashboard-premium-shell .dashboard-card-compact .list-row,.dashboard-premium-shell .dashboard-trend-card .list-row,.dashboard-premium-shell .dashboard-side-card .dashboard-action-link{padding:9px 11px;border-radius:8px}.dashboard-premium-shell .dashboard-side-card .dashboard-action-link{min-height:84px}.dashboard-premium-shell .dashboard-premium-stats-grid .dashboard-metric-card,.dashboard-premium-shell .dashboard-hero-spotlight .dashboard-metric-card{padding:14px 16px;border-radius:8px}.dashboard-premium-shell .dashboard-metric-copy strong{font-size:20px}.dashboard-premium-shell .dashboard-content-grid-wide .dashboard-card-compact .list-stack,.dashboard-premium-shell .dashboard-content-grid .dashboard-trend-card .list-stack{max-height:340px;overflow:auto;padding-inline-end:2px}.settings-page-shell .settings-main-grid,.settings-page-shell .settings-diagnostics-grid,.settings-page-shell .two-column-grid{align-items:start;gap:14px}.settings-page-shell .settings-primary-card,.settings-page-shell .settings-admin-card,.settings-page-shell .settings-reference-card{padding:14px}.settings-page-shell .settings-primary-card .section-title,.settings-page-shell .settings-admin-card .section-title,.settings-page-shell .settings-reference-card .section-title{margin-bottom:10px}.settings-page-shell .settings-primary-card .section-description,.settings-page-shell .settings-admin-card .section-description,.settings-page-shell .settings-reference-card .section-description{max-width:58ch;font-size:12px;line-height:1.6}.settings-page-shell .settings-primary-card .form-grid,.settings-page-shell .settings-admin-card .form-grid,.settings-page-shell .settings-reference-card .form-grid{gap:10px}.settings-page-shell .settings-users-quick-actions{margin-bottom:10px!important}.settings-page-shell .settings-users-stats-grid,.settings-page-shell .settings-overview-grid,.settings-page-shell .settings-reference-stats{gap:10px}.settings-page-shell .settings-users-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.settings-page-shell .settings-users-stats-grid .stat-card,.settings-page-shell .settings-overview-grid .stat-card,.settings-page-shell .settings-reference-stats .stat-card{padding:12px 14px;border-radius:8px}.settings-page-shell .settings-users-stats-grid .stat-card span,.settings-page-shell .settings-overview-grid .stat-card span,.settings-page-shell .settings-reference-stats .stat-card span{font-size:11px}.settings-page-shell .settings-users-stats-grid .stat-card strong,.settings-page-shell .settings-overview-grid .stat-card strong,.settings-page-shell .settings-reference-stats .stat-card strong{margin-top:6px;font-size:16px}.settings-page-shell .settings-users-filters{gap:8px!important;margin-bottom:8px!important}.settings-page-shell .settings-users-filters .actions.compact-actions,.settings-page-shell .settings-reference-card .actions.compact-actions,.settings-page-shell .settings-admin-card .actions.compact-actions,.settings-page-shell .settings-primary-card .actions.compact-actions{gap:6px}.settings-page-shell .settings-reference-card .list-row,.settings-page-shell .settings-admin-card .list-row,.settings-page-shell .settings-primary-card .list-row,.settings-page-shell .bulk-toolbar{padding:10px 12px;border-radius:8px}.settings-page-shell .toolbar-meta-pill{font-size:11px;padding:4px 8px}.accounts-workspace .accounts-focus-grid{align-items:start;gap:14px}.accounts-workspace .accounts-focus-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.accounts-workspace .accounts-shortcuts-row,.accounts-workspace .accounts-focus-tabs{margin-bottom:0}.accounts-workspace .card .section-description{max-width:52ch}.accounts-workspace .inline-create-panel{margin-bottom:12px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.accounts-workspace .inline-create-panel .inline-create-grid{gap:10px}.accounts-workspace .inline-create-panel .actions{justify-content:flex-start}.accounts-workspace .stats-grid.compact-grid:not(.accounts-stats-grid){grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.accounts-workspace .stats-grid.compact-grid:not(.accounts-stats-grid) .stat-card{min-height:0;padding:10px 12px;border-radius:8px}.accounts-workspace .stats-grid.compact-grid:not(.accounts-stats-grid) .stat-card span{font-size:11px}.accounts-workspace .stats-grid.compact-grid:not(.accounts-stats-grid) .stat-card strong{margin-top:6px;font-size:15px}.accounts-workspace .table-wrap{margin-top:10px}.treasury-workspace .treasury-primary-grid{align-items:start;gap:14px}.treasury-workspace .treasury-side-stack{gap:12px}.treasury-workspace .treasury-primary-grid>.card,.treasury-workspace .treasury-side-stack>.card{min-height:0}.treasury-workspace .card .section-description{max-width:52ch}.treasury-workspace .metric-row,.treasury-workspace .list-row{padding:10px 12px;border-radius:8px}.treasury-workspace .toolbar,.treasury-workspace .search-toolbar,.treasury-workspace .filter-chip-row{margin-bottom:10px}.treasury-workspace .form-grid{gap:10px}.treasury-workspace .actions.section-actions{justify-content:flex-end}.products-workspace-page .workspace-grid-balanced{gap:14px;align-items:start}.products-workspace-page .workspace-panel{min-height:0}.products-workspace-page .workspace-panel .section-description{max-width:58ch}.products-workspace-page .page-header-actions{gap:6px}.products-workspace-page .products-header-stats .workspace-stats-grid,.products-workspace-page .mini-stats-grid{gap:10px}.products-workspace-page .mini-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.products-workspace-page details{padding:12px!important;border-radius:8px}.products-workspace-page details summary{font-size:14px}.products-workspace-page .barcode-preview-panel{padding:12px;border-radius:8px}.products-workspace-page .list-row.stacked-row{align-items:flex-start}.purchases-workspace .purchases-primary-grid{gap:14px;align-items:start}.purchases-workspace .purchase-composer-card .section-description{max-width:58ch}.purchases-workspace .purchase-composer-form{gap:10px}.purchases-workspace .purchase-composer-form .divider{margin:2px 0}.purchases-workspace .purchase-totals-grid .stat-card{min-height:82px;padding:10px 12px;border-radius:8px}.purchases-workspace .purchase-totals-grid .stat-card span{font-size:11px}.purchases-workspace .purchase-totals-grid .stat-card strong{margin-top:6px;font-size:15px}.purchases-workspace .sticky-form-actions{padding-top:6px}.returns-workspace .returns-layout-grid{align-items:start;gap:14px}.returns-workspace .returns-side-stack{gap:12px}.returns-workspace .returns-create-card .form-grid{gap:10px}.returns-workspace .returns-summary-card .metric-list,.returns-workspace .returns-detail-card .metric-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.returns-workspace .returns-summary-card .metric-row,.returns-workspace .returns-detail-card .metric-row{min-height:0;padding:9px 11px;border-radius:8px}.reports-workspace .reports-focus-card,.reports-workspace .reports-executive-card,.reports-workspace .reports-breakdown-card,.reports-workspace .reports-motion-card{padding:14px}.reports-workspace .reports-focus-card .section-description,.reports-workspace .reports-executive-card .section-description,.reports-workspace .reports-breakdown-card .section-description,.reports-workspace .reports-motion-card .section-description{max-width:58ch;font-size:12px}.reports-workspace .reports-spotlight-grid{gap:10px}.reports-workspace .report-metric-card{padding:14px;border-radius:8px;min-height:112px}.reports-workspace .report-metric-helper{min-height:0;font-size:11px;line-height:1.45}.reports-workspace .report-metric-value{font-size:18px}.reports-workspace .reports-metric-list .metric-row,.reports-workspace .list-row{padding:9px 11px;border-radius:8px}.reports-workspace .toolbar-grid.compact-toolbar-grid,.reports-workspace .reports-range-grid--compact,.reports-workspace .reports-mini-overview-grid--compact{gap:10px}.reports-workspace .reports-mini-overview-grid--compact .stat-card,.reports-workspace .reports-range-card--compact .report-mini-stat-card{padding:10px 12px;border-radius:8px}.reports-workspace .reports-mini-overview-grid--compact .stat-card span,.reports-workspace .reports-range-card--compact .report-mini-stat-card span{font-size:11px}.reports-workspace .reports-mini-overview-grid--compact .stat-card strong,.reports-workspace .reports-range-card--compact .report-mini-stat-card strong{margin-top:6px;font-size:15px}@media(max-width:1280px){.settings-page-shell .settings-users-stats-grid,.accounts-workspace .stats-grid.compact-grid:not(.accounts-stats-grid){grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.dashboard-premium-shell .dashboard-side-card .dashboard-actions-grid-premium,.products-workspace-page .mini-stats-grid,.returns-workspace .returns-summary-card .metric-list,.returns-workspace .returns-detail-card .metric-list{grid-template-columns:1fr}.settings-page-shell .settings-users-stats-grid,.accounts-workspace .stats-grid.compact-grid:not(.accounts-stats-grid){grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.settings-page-shell .settings-users-stats-grid,.accounts-workspace .stats-grid.compact-grid:not(.accounts-stats-grid),.products-workspace-page .mini-stats-grid{grid-template-columns:1fr}}.products-workspace-page .products-row-actions{flex-wrap:wrap;gap:6px;max-width:320px}.products-workspace-page .products-row-actions .btn{min-width:82px}.products-workspace-page .barcode-label-preview-shell{background:linear-gradient(180deg,#f8fafce6,#fffffffa);border:1px solid rgba(148,163,184,.3);border-radius:8px;padding:14px;overflow:auto}.barcode-label-preview-shell{background:#f8fafc;border-radius:8px;padding:10px;border:1px solid #e2e8f0;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center}.barcode-preview-sheet{display:grid;align-items:stretch;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;box-shadow:0 1px 4px #0000000a;box-sizing:border-box;width:100%;max-width:100%}.barcode-preview-sheet-thermal{max-width:314px;width:314px;margin:0 auto;background:#f1f5f9;border-radius:8px;border:1px solid #cbd5e1;box-shadow:0 4px 16px #0f172a14;padding:12px 10px!important;display:flex;flex-direction:column;gap:10px!important;align-items:center}.barcode-preview-thermal-item{background:#fff;border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 2px 6px #0000000f;box-sizing:border-box;overflow:hidden;position:relative;display:flex;flex-direction:column;flex-shrink:0}.barcode-preview-single-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:12px 6px;width:100%;box-sizing:border-box}.barcode-preview-single-card{background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 8px 24px #00000014,0 1px 3px #0000000d;box-sizing:border-box;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:transform .15s ease}.barcode-preview-single-badge{display:flex;align-items:center;gap:8px;font-size:.73rem;font-weight:600;color:#64748b;background:#fff;border:1px solid #e2e8f0;padding:4px 10px;border-radius:20px}.barcode-label-card{border:1px dashed #cbd5e1;border-radius:6px;padding:8px 10px;text-align:center;background:#fff;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;position:relative;overflow:hidden;width:100%;height:100%}.barcode-label-card.compact{padding:5px 6px}.barcode-label-card.barcode-label-card-empty{border:1px dashed #e2e8f0;background:#f8fafc;opacity:.6;min-height:52px;display:flex;align-items:center;justify-content:center;font-size:10.5px;color:#94a3b8}.barcode-label-card .barcode-label-header{width:100%;margin-bottom:2px}.barcode-label-card .barcode-label-store{font-size:9px;font-weight:700;color:#64748b;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl;margin-bottom:2px;letter-spacing:.2px}.barcode-label-card .barcode-label-name{font-weight:900;color:#000;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.barcode-label-card .barcode-label-body{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex:0 0 auto;margin:2px 0}.barcode-label-card .barcode-label-svg{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%}.barcode-label-card .barcode-label-svg svg{width:100%;height:100%;max-height:100%;display:block}.barcode-label-card .barcode-label-text{font-size:10.5px;font-weight:800;color:#000;letter-spacing:.8px;line-height:1.1;direction:ltr;text-align:center;white-space:nowrap;margin-top:1px}.barcode-label-card .barcode-label-bottom-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:6px;margin-top:3px;padding-top:3px;border-top:1px dotted #94a3b8}.barcode-label-card .barcode-label-meta-tags{display:flex;align-items:center;gap:4px}.barcode-label-card .barcode-label-unit-badge{font-size:9px;font-weight:800;color:#000;background:#fff;border:1px solid #000000;padding:1px 5px;border-radius:3px;white-space:nowrap}.barcode-label-card .barcode-label-sku{font-size:8.5px;font-weight:600;color:#334155;white-space:nowrap}.barcode-label-card .barcode-label-price{font-size:12.5px;font-weight:900;color:#000;white-space:nowrap;margin-inline-start:auto}.barcode-label-card .barcode-label-missing{font-size:10px;color:#b91c1c;display:flex;align-items:center;justify-content:center;height:100%}.barcode-preview-single-card .barcode-label-card,.barcode-preview-thermal-item .barcode-label-card{border:none;padding:6px 10px;background:#fff;height:100%!important;width:100%!important;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.barcode-preview-single-card .barcode-label-store,.barcode-preview-thermal-item .barcode-label-store{font-size:10.5px!important;font-weight:700!important;color:#475569;margin-bottom:2px}.barcode-preview-single-card .barcode-label-name,.barcode-preview-thermal-item .barcode-label-name{font-size:15.5px!important;font-weight:900!important;color:#000;margin-bottom:2px}.barcode-preview-single-card .barcode-label-svg,.barcode-preview-thermal-item .barcode-label-svg{height:88px!important;max-height:92px!important;margin:3px 0!important}.barcode-preview-single-card .has-food-statement .barcode-label-svg,.barcode-preview-thermal-item .has-food-statement .barcode-label-svg{height:62px!important;max-height:65px!important;margin:2px 0!important}.barcode-preview-single-card .barcode-label-text,.barcode-preview-thermal-item .barcode-label-text{font-size:12.5px!important;font-weight:800!important;letter-spacing:1.2px;color:#000;margin-top:2px}.barcode-preview-single-card .barcode-label-bottom-row,.barcode-preview-thermal-item .barcode-label-bottom-row{margin-top:4px;padding-top:4px;border-top:1px dotted #94a3b8}.barcode-preview-single-card .barcode-label-unit-badge,.barcode-preview-thermal-item .barcode-label-unit-badge{font-size:11px!important;font-weight:800!important;padding:2px 7px!important;background:#fff;border:1.5px solid #000000!important;color:#000}.barcode-preview-single-card .barcode-label-sku,.barcode-preview-thermal-item .barcode-label-sku{font-size:10px!important;color:#334155}.barcode-preview-single-card .barcode-label-price,.barcode-preview-thermal-item .barcode-label-price{font-size:19px!important;font-weight:900!important;color:#000}.barcode-label-card .barcode-label-food-statement{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:8.2px;font-weight:700;color:#000;background:#fff;border:1px solid #000000;border-radius:3px;padding:2px 5px;margin:2px 0;line-height:1.2;direction:rtl}.barcode-label-card .barcode-label-food-dates{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;flex-wrap:nowrap;white-space:nowrap;color:#000}.barcode-label-card .barcode-label-food-dates span strong{font-weight:900;color:#000}.barcode-label-card .barcode-label-storage-note{font-size:7.2px;font-weight:700;color:#000;line-height:1.1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.barcode-preview-single-card .barcode-label-food-statement,.barcode-preview-thermal-item .barcode-label-food-statement{font-size:11.5px!important;padding:4px 8px!important;gap:3px!important;margin:4px 0!important;border:1.5px solid #000000!important;border-radius:4px!important;background:#fff!important;width:100%!important;box-sizing:border-box!important}.barcode-preview-single-card .barcode-label-food-dates,.barcode-preview-thermal-item .barcode-label-food-dates{gap:8px!important;font-size:12px!important;font-weight:800!important;color:#000!important}.barcode-preview-single-card .barcode-label-food-dates span strong,.barcode-preview-thermal-item .barcode-label-food-dates span strong{font-weight:900!important;color:#000!important}.barcode-preview-single-card .barcode-label-storage-note,.barcode-preview-thermal-item .barcode-label-storage-note{font-size:10px!important;font-weight:800!important;color:#000!important;line-height:1.2!important}.barcode-label-card.barcode-label-shelf{text-align:start}.barcode-label-card .barcode-shelf-product-name{font-size:11px;font-weight:900;color:#0f172a;white-space:normal;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.barcode-preview-single-card .barcode-shelf-product-name,.barcode-preview-thermal-item .barcode-shelf-product-name{font-size:14px;line-height:1.3}.barcode-label-card .barcode-shelf-main-content{display:grid;grid-template-columns:1.15fr 1fr;gap:8px;align-items:center;flex:1;min-height:0;margin:3px 0}.barcode-label-card .barcode-shelf-price-column{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.barcode-label-card .barcode-shelf-price-badge{display:flex;flex-direction:column;align-items:flex-start}.barcode-label-card .barcode-shelf-price-amount{font-size:15px;font-weight:900;color:#000;line-height:1}.barcode-preview-single-card .barcode-shelf-price-amount,.barcode-preview-thermal-item .barcode-shelf-price-amount{font-size:22px;font-weight:900;letter-spacing:-.5px}.barcode-label-card .barcode-shelf-tax-note{font-size:7.5px;font-weight:700;color:#475569;margin-top:2px}.barcode-preview-single-card .barcode-shelf-tax-note,.barcode-preview-thermal-item .barcode-shelf-tax-note{font-size:9.5px;color:#334155}.barcode-label-card .barcode-shelf-unit-line{font-size:8px;font-weight:700;color:#64748b;margin-top:2px}.barcode-preview-single-card .barcode-shelf-unit-line,.barcode-preview-thermal-item .barcode-shelf-unit-line{font-size:10px}.barcode-label-card .barcode-shelf-code-column{display:flex;flex-direction:column;align-items:center;justify-content:center}.products-workspace-page .fashion-group-editor{gap:14px}.products-workspace-page .fashion-group-editor__intro{padding:14px;border-radius:8px}.products-workspace-page .fashion-group-editor__badges,.products-workspace-page .fashion-group-editor__toolbar{flex-wrap:wrap}.products-workspace-page .fashion-group-editor__table-wrap{overflow:auto;border:1px solid rgba(148,163,184,.28);border-radius:8px;background:#fff}.products-workspace-page .fashion-group-editor__table{width:100%;border-collapse:collapse;min-width:640px}.products-workspace-page .fashion-group-editor__table th,.products-workspace-page .fashion-group-editor__table td{padding:10px 12px;border-bottom:1px solid rgba(226,232,240,.92);text-align:right;vertical-align:middle}.products-workspace-page .fashion-group-editor__table th{background:#f8fafc;font-size:12px;white-space:nowrap}.products-workspace-page .fashion-group-editor__table td input{min-width:0;width:100%}@media(max-width:760px){.products-workspace-page .fashion-group-editor__table{min-width:560px}}.products-workspace-page .products-group-row{background:#0f172a0a}.products-workspace-page .products-group-child-row td:first-child+td{background:#94a3b80f}.products-workspace-page .products-group-child-row strong{font-size:.95rem}.pos-workspace .pos-scan-hero{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;margin-bottom:10px;border:1px solid rgba(23,12,92,.14);border-radius:8px;background:linear-gradient(180deg,#f8fafff5,#f1f5ffeb)}.pos-workspace .pos-scan-hero-copy{display:grid;gap:4px}.pos-workspace .pos-scan-kicker{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#170c5c}.pos-workspace .pos-scan-hero-copy strong{font-size:16px}.pos-workspace .pos-scan-hero-status{font-size:12px;color:#52607a}.pos-workspace .pos-scan-hero-status.is-success{color:#0f9f6e}.pos-workspace .pos-scan-hero-actions{align-items:center;flex-wrap:wrap;justify-content:flex-end}.pos-workspace .pos-search-helper-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.pos-workspace .pos-price-toggle-field{min-width:180px}.pos-workspace .pos-price-toggle-buttons{display:flex;gap:8px}.pos-workspace .pos-price-toggle-buttons .btn{min-width:84px}.pos-workspace .pos-post-sale-inline-note{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:8px}.pos-workspace .pos-post-sale-actions{display:grid;gap:6px}.pos-workspace .pos-post-sale-actions-row{align-items:center;justify-content:flex-start;gap:8px}.pos-workspace .pos-post-sale-hint{white-space:nowrap}.pos-workspace .pos-post-sale-bar{justify-content:space-between;gap:14px;align-items:center;background:#f0fdf7f5;border-color:#10b9812e}.pos-workspace .pos-post-sale-bar-copy{display:grid;gap:3px}.pos-workspace .pos-post-sale-bar-kicker{font-size:11px;font-weight:700;color:#0f9f6e}.pos-workspace .pos-post-sale-bar-copy strong{font-size:15px}.pos-workspace .pos-post-sale-bar-actions{align-items:center;justify-content:flex-end;flex-wrap:wrap}@media(max-width:980px){.pos-workspace .pos-scan-hero,.pos-workspace .pos-post-sale-bar{align-items:stretch;flex-direction:column}.pos-workspace .pos-scan-hero-actions,.pos-workspace .pos-post-sale-bar-actions,.pos-workspace .pos-post-sale-actions-row{align-items:stretch}.pos-workspace .pos-scan-hero-actions>*,.pos-workspace .pos-post-sale-bar-actions>*,.pos-workspace .pos-post-sale-actions-row>*{width:100%}.pos-workspace .pos-post-sale-hint{white-space:normal}}.auth-screen-shell{padding:24px}.activation-card{width:min(760px,100%)}.activation-machine-box{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px dashed #c7d2fe;border-radius:8px;background:#f8fbff}.activation-machine-id{margin-top:6px;font-size:1rem;letter-spacing:.08em}.setup-screen-shell .activation-card{width:min(920px,100%)}.inline-actions{display:flex;gap:10px;align-items:center}.inline-actions-end{justify-content:flex-end}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.grid.two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:900px){.grid.two-columns{grid-template-columns:1fr}.activation-machine-box{flex-direction:column;align-items:stretch}}:root{--shadow: 0 16px 34px rgba(15, 23, 42, .07);--surface-glow: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .96));--panel-border: rgba(148, 163, 184, .18);--content-gutter: clamp(14px, 1.5vw, 22px);--panel-padding: clamp(16px, 1.55vw, 22px)}html{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{line-height:1.6}input,select,textarea{min-height:42px;padding:9px 13px;border-radius:8px;background:#fff}textarea{min-height:96px}.field{gap:7px;margin-bottom:0}.field>span,.field>label{letter-spacing:.01em}.btn,.button{min-height:40px;padding:9px 16px;border-radius:8px;font-size:13px;box-shadow:0 10px 22px #0f172a0f}.btn-secondary,.button-secondary{background:#fffffff5}.card,.status-surface,.empty-state,.surface-note,.inline-create-panel,.inline-create-grid>.field,.detail-panel,.detail-item,.movement-row{border-radius:8px}.card{padding:var(--panel-padding);border-color:var(--panel-border);background:#fff}.page-stack,.page-shell,.section-stack,.list-stack,.metric-list,.movement-main,.movement-register-list{gap:16px}.section-title{gap:12px;margin-bottom:14px}.section-title h3{font-size:16px}.section-description{line-height:1.65}.table-wrap,.detail-table-wrap,.detail-table-panel .table-wrap,.purchase-detail-card .table-wrap,.import-preview-table{border-radius:8px;border-color:var(--panel-border)}.table-wrap table{min-width:820px}th,td{padding:12px 14px}th{background:#f7faff}.table-wrap tbody tr:hover{background:#170c5c09}.stat-card,.report-metric-card,.report-floating-chip,.reports-bar-panel,.reports-insight-grid,.reports-breakdown-card,.reports-motion-card,.reports-executive-card,.reports-scope-premium-card,.reports-mini-stat-card,.reports-focus-card{border-radius:8px}.stat-card{padding:16px 18px}.stat-card strong{font-size:24px}.app-layout{background:linear-gradient(180deg,#f6f8fc,#eef3fb)}.sidebar-fixed{width:274px;padding:14px 10px 12px;transition:width .3s cubic-bezier(.4,0,.2,1)}.app-layout.sidebar-collapsed .sidebar-fixed{width:80px;padding:14px 10px 12px}.brand{min-height:64px;padding:4px 10px 2px;border-radius:8px}.brand-title{font-size:14px}.sidebar-nav{gap:3px}.sidebar-link:not(.sidebar-link-sub){min-height:40px;padding:5px 10px;border-radius:8px;margin:1px 0}.sidebar-label{font-size:13.5px;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis}.sidebar-icon{width:32px;height:32px;flex:0 0 32px;border-radius:8px}.sidebar-icon svg{width:17px;height:17px}.content-wrap{flex:1 1 0;min-width:0;width:100%;max-width:100%;padding:14px var(--content-gutter) 18px;box-sizing:border-box}.app-layout.sidebar-collapsed .content-wrap{width:100%;max-width:100%}.app-layout.app-layout-pos-focus .content-wrap.content-wrap-pos-focus{width:100%;max-width:100%;flex-basis:100%;padding:12px 16px 96px;scrollbar-gutter:auto}.content-wrap>.page-stack,.content-wrap>.page-shell,.content-wrap>main,.content-wrap>*{width:100%;margin-top:0!important;padding-top:0!important}.page-header{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #00000005;min-height:48px;box-sizing:border-box}.page-header-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.page-header-copy{display:flex;align-items:center;gap:10px;flex:1 1 auto}.page-header-title-row{display:inline-flex;align-items:center;gap:10px}.page-header-title{margin:0;font-size:1.15rem;font-weight:800;color:#0f172a;letter-spacing:-.01em;line-height:1.2;display:inline-flex;align-items:center}.page-header-description{margin:0;color:#64748b;font-size:.78rem;line-height:1.3}.page-header-actions,.page-header-actions .actions,.page-header-actions .compact-actions,.section-title-actions{display:flex;align-items:center;gap:8px}.toolbar-stack{gap:14px;padding:16px 18px;border-radius:8px;border-color:var(--panel-border);background:#fffffffa}.toolbar-heading{gap:14px;grid-template-columns:minmax(0,1fr) auto}.toolbar-heading-copy{gap:6px}.toolbar-title{font-size:16px;font-weight:800}@media(max-width:1180px){.sidebar-fixed{width:232px}.content-wrap,.app-layout.app-layout-pos-focus .content-wrap.content-wrap-pos-focus{width:100%;max-width:100%}}@media(max-width:960px){.content-wrap{width:100%;max-width:100%}.page-header,.toolbar-stack{padding:18px}.page-header-actions,.page-header-actions .actions,.page-header-actions .compact-actions{width:100%}}@media(max-width:820px){.sidebar-fixed{width:100%;padding-bottom:12px}.content-wrap{padding:14px}}@media(max-width:640px){.page-stack,.page-shell,.section-stack,.list-stack,.metric-list{gap:14px}.page-header{padding:16px;border-radius:8px}.page-header-title{font-size:18px}.toolbar-stack,.card,.status-surface,.empty-state{padding:14px;border-radius:8px}.toolbar-grid,.toolbar-extra{grid-template-columns:1fr}.page-header-actions .btn,.page-header-actions .button{flex:1 1 160px}}.page-header,.dashboard-premium-shell .page-header,.page-shell>.page-header,.page-stack>.page-header{padding:10px 14px!important;min-height:58px!important;border-radius:8px;align-items:center!important;gap:12px!important}.page-header-copy,.dashboard-premium-shell .page-header .page-header-copy{gap:3px!important;max-width:100%!important}.page-header .page-header-title,.dashboard-premium-shell .page-header .page-header-title{font-size:clamp(17px,1.15vw,22px)!important;line-height:1.1!important;margin:0!important}.page-header .page-header-description,.dashboard-premium-shell .page-header .page-header-description{font-size:12px!important;line-height:1.4!important;margin-top:0!important;max-width:74ch!important}.page-header .page-header-actions,.dashboard-premium-shell .page-header .page-header-actions{align-items:center!important}.page-header .page-header-actions .btn,.page-header .page-header-actions .button,.dashboard-premium-shell .page-header .page-header-actions .btn,.dashboard-premium-shell .page-header .page-header-actions .button{min-height:34px!important;padding:7px 11px!important;font-size:12px!important;border-radius:8px}.page-shell>.stats-grid.compact-grid,.page-shell>.workspace-stats-grid,.page-shell>.compact-spotlight-grid,.page-shell>.inventory-overview-grid,.page-shell>.inventory-spotlight-grid,.page-shell>.settings-overview-grid,.dashboard-premium-shell>.compact-spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:stretch}:where(.stats-grid,.compact-grid,.workspace-stats-grid,.inventory-overview-grid,.settings-overview-grid,.compact-spotlight-grid,.inventory-spotlight-grid) .stat-card,.document-prototype-column>.stats-grid .stat-card,.page-shell .stats-grid .stat-card,.stat-card{min-height:0;padding:12px 14px;border-radius:8px;border:1px solid var(--border, #e2e8f0);background:#fff;box-shadow:0 4px 10px #0f172a08;display:flex;flex-direction:column;justify-content:center;gap:3px}:where(.stats-grid,.compact-grid,.workspace-stats-grid,.inventory-overview-grid,.settings-overview-grid,.compact-spotlight-grid,.inventory-spotlight-grid) .stat-card span,.document-prototype-column>.stats-grid .stat-card span,.page-shell .stats-grid .stat-card span,.stat-card span{font-size:11.5px;color:#64748b;font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:where(.stats-grid,.compact-grid,.workspace-stats-grid,.inventory-overview-grid,.settings-overview-grid,.compact-spotlight-grid,.inventory-spotlight-grid) .stat-card strong,.document-prototype-column>.stats-grid .stat-card strong,.page-shell .stats-grid .stat-card strong,.stat-card strong{margin-top:2px;font-size:1.15rem;font-weight:800;color:#0f172a;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-shell.purchases-workspace>.purchases-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;align-items:stretch}.page-shell.purchases-workspace>.purchases-kpi-grid .stat-card{min-width:0;padding:10px}.page-shell.purchases-workspace>.purchases-kpi-grid .stat-card span{font-size:10px;line-height:1.25}.page-shell.purchases-workspace>.purchases-kpi-grid .stat-card strong{font-size:clamp(13px,.95vw,15px);line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.treasury-workspace .treasury-primary-grid{align-items:stretch}.treasury-workspace .treasury-transactions-card{height:100%}.services-page .services-workspace-grid{align-items:stretch}.services-page .services-workspace-grid>.card{height:100%;display:flex;flex-direction:column}.services-page .services-workspace-grid>.card>.section-title{flex:0 0 auto}.services-page .services-workspace-grid .services-insights-list{flex:1 1 auto;align-content:start}.purchases-workspace .purchases-primary-grid{align-items:stretch}.purchases-workspace .purchases-side-stack{height:100%}.purchases-workspace .purchases-insight-card{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.purchases-workspace .purchases-insight-card .list-stack{flex:1 1 auto;align-content:start}@media(max-width:1280px){.page-shell.purchases-workspace>.purchases-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:1200px){.page-shell>.stats-grid.compact-grid,.page-shell>.workspace-stats-grid,.page-shell>.compact-spotlight-grid,.page-shell>.inventory-overview-grid,.page-shell>.inventory-spotlight-grid,.page-shell>.settings-overview-grid,.dashboard-premium-shell>.compact-spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.page-shell.purchases-workspace>.purchases-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.page-shell.purchases-workspace>.purchases-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.page-shell>.stats-grid.compact-grid,.page-shell>.workspace-stats-grid,.page-shell>.compact-spotlight-grid,.page-shell>.inventory-overview-grid,.page-shell>.inventory-spotlight-grid,.page-shell>.settings-overview-grid,.dashboard-premium-shell>.compact-spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}}.pos-page-header .section-title{margin-bottom:6px}.pos-page-header .section-description{max-width:860px}.pos-header-actions-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.pos-header-actions-row .toolbar-meta-pill{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:9px 14px;border-radius:8px;border:1px solid rgba(148,163,184,.3);background:#ffffffe6;color:#0f172a;font-weight:700}.pos-header-actions-row .toolbar-meta-pill.is-emphasis{background:linear-gradient(135deg,#f3e8fff5,#e9d5ffeb);border-color:#c084fc73;color:#6b21a8}.pos-workspace-dock{position:sticky;bottom:12px;z-index:30;display:grid;gap:12px;padding:14px 16px;border-radius:8px;border:1px solid rgba(148,163,184,.28);background:linear-gradient(135deg,#fffffffa,#f8fafcf5),#fffffff5;box-shadow:0 20px 44px #0f172a1f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.pos-workspace-dock-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pos-workspace-dock-chip{display:grid;gap:4px;min-height:72px;padding:12px 14px;border-radius:8px;background:linear-gradient(135deg,#f8fafcfa,#f1f5f9f5);border:1px solid rgba(226,232,240,.95)}.pos-workspace-dock-chip span{color:#64748b;font-size:12px;font-weight:700}.pos-workspace-dock-chip strong{color:#0f172a;font-size:16px;line-height:1.35}.pos-workspace-dock-chip--primary strong{color:#1d4ed8}.pos-workspace-dock-chip--success strong{color:#15803d}.pos-workspace-dock-chip--danger strong{color:#dc2626}.pos-workspace-dock-main{display:flex;gap:16px;align-items:center;justify-content:space-between}.pos-workspace-dock-copy{display:grid;gap:6px}.pos-workspace-dock-total{color:#0f172a;font-size:16px;font-weight:800}.pos-workspace-dock-total strong{color:#166534;font-size:24px}.pos-workspace-dock-hint{display:inline-flex;align-items:center;width:fit-content;min-height:34px;padding:7px 12px;border-radius:8px;font-size:12px;font-weight:700}.pos-workspace-dock-hint.is-ready{background:#dcfce7f2;color:#166534}.pos-workspace-dock-hint.is-warning{background:#fffbebfa;color:#92400e}.pos-workspace-dock-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.pos-workspace-dock-actions .btn{min-height:46px;padding-inline:16px;border-radius:8px;font-weight:800}.pos-workspace .pos-checkout-card .pos-primary-actions{display:none}@media(max-width:1180px){.pos-workspace-dock-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-workspace-dock-main{flex-direction:column;align-items:stretch}.pos-workspace-dock-actions{justify-content:stretch}.pos-workspace-dock-actions .btn{flex:1 1 180px}}@media(max-width:720px){.pos-header-actions-row{justify-content:flex-start}.pos-workspace-dock{bottom:8px;padding:12px;border-radius:8px}.pos-workspace-dock-summary{grid-template-columns:1fr}.pos-workspace-dock-chip{min-height:64px}.pos-workspace-dock-actions .btn{width:100%;flex:1 1 100%}}.pos-support-actions-row{justify-content:flex-end;margin-top:10px}.pos-workspace .pos-grid-premium{grid-template-columns:minmax(0,.84fr) minmax(440px,1.16fr);gap:20px}.pos-workspace .pos-checkout-body{gap:14px}.pos-workspace .pos-cart-row-expanded{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 18px;border-radius:8px}.pos-workspace .pos-cart-line-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.pos-workspace .pos-cart-line-copy{display:grid;gap:6px;min-width:0}.pos-workspace .pos-cart-title-row-expanded strong{font-size:18px;line-height:1.45}.pos-workspace .pos-cart-line-meta{font-size:13px}.pos-workspace .pos-cart-line-facts{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.pos-workspace .pos-cart-line-facts span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:8px;background:#f8fafcfa;border:1px solid rgba(226,232,240,.96)}.pos-workspace .pos-cart-line-total-card{display:grid;gap:4px;min-width:140px;padding:12px 14px;border-radius:8px;background:linear-gradient(135deg,#eff6fffa,#f8fafcf5);border:1px solid rgba(147,197,253,.55);text-align:right}.pos-workspace .pos-cart-line-total-card span{color:#64748b;font-size:12px;font-weight:700}.pos-workspace .pos-cart-line-total-card strong{color:#1d4ed8;font-size:22px;line-height:1.2}.pos-workspace .pos-cart-controls-enhanced{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:10px;min-width:180px}.pos-workspace .pos-qty-stepper-large{display:grid;grid-template-columns:42px minmax(72px,1fr) 42px;gap:6px;width:100%}.pos-workspace .pos-qty-btn-large{width:42px;height:42px;border-radius:8px;font-size:20px}.pos-workspace .pos-cart-qty-input{min-height:42px;border-radius:8px;border:1px solid rgba(148,163,184,.26);background:#fff;text-align:center;font-size:18px;font-weight:800;color:#0f172a}.pos-workspace .pos-cart-remove-btn{min-height:40px;width:100%}.pos-workspace .pos-cart-low-stock-warning{margin-top:8px}.pos-workspace .pos-cart-footer-note{margin-top:4px;padding:10px 12px;border-radius:8px;background:#f8fafcf5;border:1px dashed rgba(148,163,184,.45)}.pos-workspace .pos-post-sale-bar-actions{gap:8px}@media(max-width:1180px){.pos-workspace .pos-grid-premium{grid-template-columns:1fr}}@media(max-width:760px){.pos-workspace .pos-cart-row-expanded{grid-template-columns:1fr}.pos-workspace .pos-cart-line-head{flex-direction:column}.pos-workspace .pos-cart-line-total-card,.pos-workspace .pos-cart-controls-enhanced{min-width:0;width:100%}}.pos-workspace .pos-grid-premium{grid-template-columns:minmax(0,.72fr) minmax(520px,1.28fr)}.pos-workspace .pos-product-group-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px}.pos-workspace .pos-group-card{min-height:132px;padding:8px;gap:8px;border-radius:8px}.pos-workspace .pos-group-card-action strong{font-size:13px}.pos-workspace .pos-group-card-meta{min-height:28px;font-size:10px}.pos-workspace .pos-products-top-row-unified{grid-template-columns:minmax(0,1.14fr) 164px 92px;gap:8px}.pos-workspace .pos-customer-primary-row{display:grid;grid-template-columns:minmax(0,1fr) 176px;gap:10px;margin-bottom:8px}.pos-workspace .pos-customer-picker-button{width:100%;justify-content:space-between;gap:12px;text-align:right;background:#fff}.pos-workspace .pos-customer-picker-copy{display:grid;gap:3px;min-width:0}.pos-workspace .pos-customer-picker-copy strong{font-size:14px;line-height:1.35}.pos-workspace .pos-customer-picker-copy span{color:#64748b;font-size:11px}.pos-workspace .pos-customer-picker-action{color:#170c5c;font-size:12px;font-weight:800;white-space:nowrap}.pos-workspace .pos-inline-panel-elevated{margin-bottom:8px;padding:8px 10px;border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f8fafcf5);border:1px solid rgba(226,232,240,.95)}.pos-workspace .pos-inline-create-grid-expanded{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-workspace .pos-inline-submit-field-split .actions{width:100%;justify-content:flex-start}.pos-workspace .pos-meta-grid-trimmed{margin-bottom:6px}.pos-workspace .pos-cart-empty-minimal{padding:10px 12px;text-align:center}.pos-workspace .pos-checkout-card .pos-alert-stack ul{margin:6px 0 0;padding-inline-start:16px}.pos-workspace .pos-workspace-dock-summary-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-workspace .pos-workspace-dock-financial-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pos-workspace .pos-workspace-dock-financial-chip{display:grid;gap:4px;min-height:72px;padding:12px 14px;border-radius:8px;background:linear-gradient(135deg,#f8fafcfa,#f1f5f9f5);border:1px solid rgba(226,232,240,.95)}.pos-workspace .pos-workspace-dock-financial-chip.is-primary{background:linear-gradient(135deg,#eff6fffa,#f8fafcf5);border-color:#93c5fd8c}.pos-workspace .pos-workspace-dock-financial-chip span{color:#64748b;font-size:12px;font-weight:700}.pos-workspace .pos-workspace-dock-financial-chip strong{color:#0f172a;font-size:20px;line-height:1.3}.pos-workspace .pos-workspace-dock-copy{flex:1 1 auto;min-width:0}.pos-workspace .pos-workspace-dock-main{align-items:flex-end}.pos-customer-dialog{display:grid;gap:12px}.pos-customer-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pos-customer-dialog-header strong{font-size:20px;line-height:1.2}.pos-customer-dialog-header p{margin:4px 0 0}.pos-customer-dialog-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.pos-customer-dialog-list{max-height:min(52vh,420px);overflow-y:auto;padding-inline-end:4px}.pos-customer-dialog-row{width:100%;justify-content:space-between;text-align:right;border:1px solid rgba(226,232,240,.95);background:#fff}.pos-customer-dialog-row.is-selected{border-color:#170c5c59;background:#eff6ffeb}.pos-customer-dialog-copy{display:grid;gap:4px}.pos-customer-dialog-badge{color:#170c5c}.pos-checkout-dialog{display:grid;gap:14px}.pos-checkout-dialog-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pos-checkout-dialog-chip{display:grid;gap:4px;min-height:70px;padding:10px 12px;border-radius:8px;border:1px solid rgba(226,232,240,.95);background:#fff}.pos-checkout-dialog-chip span{color:#64748b;font-size:12px;font-weight:700}.pos-checkout-dialog-chip strong{color:#0f172a;font-size:18px;line-height:1.35}.pos-checkout-dialog-chip strong.is-primary{color:#1d4ed8}.pos-checkout-dialog-chip strong.is-success{color:#15803d}@media(max-width:1180px){.pos-workspace .pos-grid-premium,.pos-workspace .pos-workspace-dock-financial-row,.pos-workspace .pos-workspace-dock-summary-compact,.pos-workspace .pos-inline-create-grid-expanded,.pos-workspace .pos-customer-primary-row{grid-template-columns:1fr}.pos-checkout-dialog-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.pos-workspace .pos-cart-main-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:6px}.pos-workspace .pos-cart-main-summary-chip{display:grid;gap:3px;min-height:56px;padding:8px 10px;border-radius:8px;border:1px solid rgba(226,232,240,.9);background:#fff}.pos-workspace .pos-cart-main-summary-chip span{color:#64748b;font-size:11px;font-weight:700}.pos-workspace .pos-cart-main-summary-chip strong{color:#1d4ed8;font-size:16px;line-height:1.3}.pos-checkout-dialog-section{display:grid;gap:10px}.pos-checkout-dialog-section h4{margin:0;font-size:15px}.pos-held-draft-dialog-row{align-items:center}.pos-held-draft-dialog-copy{display:grid;gap:3px}@media(max-width:920px){.pos-workspace .pos-cart-main-summary,.pos-checkout-dialog-summary{grid-template-columns:1fr}}.pos-workspace .pos-grid-premium{grid-template-columns:minmax(0,.72fr) minmax(520px,1.28fr);gap:16px}.pos-workspace .pos-products-top-row-unified{grid-template-columns:minmax(0,1.2fr) 150px 96px;gap:10px;align-items:end}.pos-workspace .pos-products-unified-search-field{min-width:0}.pos-workspace .pos-price-toggle-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pos-workspace .pos-products-reset-field,.pos-workspace .pos-price-toggle-field{min-width:0}.pos-workspace .pos-product-pick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pos-workspace .product-pick-card{padding:12px;border-radius:8px}.pos-workspace .product-pick-card strong{font-size:16px}.pos-workspace .pos-checkout-static{gap:8px}.pos-customer-inline-bar{--pos-customer-inline-action-width: 156px;display:grid;grid-template-columns:minmax(0,1fr) var(--pos-customer-inline-action-width);gap:8px;align-items:start}.pos-customer-create-toggle,.pos-customer-inline-bar>.btn{min-width:104px;min-height:46px;height:46px;padding-inline:12px;border-radius:8px;align-self:start}.pos-customer-inline-shell{position:relative;min-width:0}.pos-customer-trigger{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:8px;width:100%;min-height:46px;padding:10px 12px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:#fff;text-align:right}.pos-customer-trigger-label{color:#64748b;font-size:11px;font-weight:700}.pos-customer-trigger strong{color:#0f172a;font-size:15px;font-weight:800;white-space:nowrap}.pos-customer-trigger small{color:#64748b;font-size:11px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-customer-inline-search-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-height:46px;padding:6px 10px;border:1px solid rgba(23,12,92,.2);border-radius:8px;background:#fff;box-shadow:0 10px 22px #0f172a14}.pos-customer-inline-search-row input{width:100%;min-height:34px;border:0;outline:0;background:transparent;font-size:13px;color:#0f172a}.pos-customer-inline-search-row input::placeholder{color:#94a3b8}.pos-customer-inline-results{position:absolute;inset-inline:0;top:calc(100% + 6px);z-index:20;display:grid;gap:6px;max-height:220px;overflow-y:auto;padding:8px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#fff;box-shadow:0 18px 36px #0f172a24}.pos-customer-inline-empty{border-radius:8px}.pos-customer-results-label{color:#64748b;font-size:11px;font-weight:800;padding:0 4px 2px}.pos-selected-customer-card{display:flex;flex-direction:column;gap:6px;margin-top:6px;padding:6px 10px;border:1px solid rgba(23,12,92,.16);border-radius:8px;background:#f8fbff}.pos-selected-customer-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.pos-selected-customer-indicators{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.pos-cust-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;font-size:11.5px;color:#334155;white-space:nowrap}.pos-cust-pill b{font-weight:700;color:#64748b;font-size:10.5px}.pos-cust-pill span{font-weight:800;color:#0f172a}.pos-cust-pill.is-debt{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.pos-cust-pill.is-debt b{color:#c2410c}.pos-cust-pill.is-debt span{color:#b91c1c}.pos-cust-pill.is-settled{background:#f0fdf4;border-color:#bbf7d0}.pos-cust-pill.is-settled b{color:#15803d}.pos-cust-pill.is-settled span{color:#166534}.pos-cust-pill.is-loyalty{background:#fefce8;border-color:#fef08a;color:#854d0e}.pos-customer-details-toggle{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 8px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#475569;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.pos-customer-details-toggle:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.pos-selected-customer-actions{display:flex;align-items:center;gap:6px;margin-inline-start:auto}.pos-selected-customer-remove{min-height:28px!important;height:28px!important;padding:0 8px!important;border-radius:6px!important;font-size:11px!important;font-weight:700!important;white-space:nowrap!important;background:#fff!important;border:1px solid #fca5a5!important;color:#dc2626!important}.pos-selected-customer-remove:hover{background:#fee2e2!important;border-color:#f87171!important}.pos-customer-risk-hint{display:inline-flex;align-items:center;width:fit-content;border-radius:6px;padding:3px 8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:11px;font-weight:800;white-space:nowrap}.pos-selected-customer-extended.is-collapsed{display:none}.pos-selected-customer-extended.is-expanded{display:block;padding-top:6px;margin-top:4px;border-top:1px dashed #e2e8f0}.pos-selected-customer-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.pos-selected-customer-metrics span{display:grid;gap:2px;min-width:0;padding:5px 8px;border:1px solid rgba(148,163,184,.18);border-radius:6px;background:#fff;color:#0f172a;font-size:11.5px;font-weight:800}.pos-selected-customer-metrics b{color:#64748b;font-size:10px;font-weight:700}.pos-customer-summary-note{padding:5px 8px;border-radius:6px;background:#eef6ff;font-size:11px;color:#64748b}.pos-customer-summary-note.is-error{background:#fff7ed;color:#9a3412}.pos-sale-success-dialog{display:grid;gap:14px}.pos-sale-success-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(148,163,184,.2)}.pos-sale-success-head span,.pos-sale-success-head p,.pos-sale-success-metrics b{color:#64748b;font-size:12px;font-weight:800}.pos-sale-success-head h3{margin:3px 0;color:#0f172a;font-size:22px}.pos-sale-success-head p{margin:0;color:#170c5c}.pos-sale-success-head>strong{border-radius:8px;padding:6px 10px;background:#ecfdf5;color:#047857;font-size:13px}.pos-sale-success-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pos-sale-success-metrics span{display:grid;gap:4px;padding:10px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#f8fafc;color:#0f172a;font-size:14px;font-weight:900}.pos-sale-success-actions-container{display:flex;flex-direction:column;gap:8px;width:100%}.pos-sale-success-actions-container .btn{white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.pos-sale-success-whatsapp{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pos-sale-success-whatsapp .btn{min-height:36px;text-decoration:none}.pos-sale-success-whatsapp{padding:10px;border:1px dashed rgba(23,12,92,.28);border-radius:8px;background:#f1f0fa}.pos-sale-success-whatsapp .field{flex:1 1 220px}.pos-sale-success-error{border-radius:8px;padding:9px 10px;background:#fff7ed;color:#9a3412;font-size:12px;font-weight:800}.pos-customer-combobox-wrapper{position:relative;width:100%}.pos-customer-combobox-field{width:100%!important;min-height:46px!important;height:46px!important;padding:8px 14px!important;border-radius:8px!important;border:1px solid #cbd5e1!important;background:#fff!important;font-size:13.5px!important;font-weight:600!important;color:#0f172a!important;outline:none!important;box-sizing:border-box!important;transition:background-color .15s ease,color .15s ease,border-color .15s ease!important}.pos-customer-combobox-field:focus{border-color:#170e5e!important;box-shadow:0 0 0 3px #170e5e1a!important}.pos-customer-combobox-field::placeholder{color:#64748b!important;font-weight:500!important}.pos-customer-create-card{margin-top:6px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 12px #0f172a0d}.pos-customer-create-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:4px;margin-bottom:6px;border-bottom:1px solid #f1f5f9}.pos-customer-create-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:#0f172a}.pos-customer-create-close{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid #e2e8f0;border-radius:4px;background:#f8fafc;color:#64748b;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.pos-customer-create-close:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.pos-customer-create-form{display:flex;flex-direction:column;gap:6px}.pos-customer-create-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pos-customer-create-field{display:flex;flex-direction:column;gap:2px}.pos-customer-create-field label{font-size:11px;font-weight:700;color:#475569}.pos-customer-create-field input{width:100%;height:32px;padding:0 8px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;font-size:12px;box-sizing:border-box;outline:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.pos-customer-create-field input:focus{border-color:#170e5e;box-shadow:0 0 0 2px #170e5e14}.pos-customer-create-actions-bar{display:flex;justify-content:flex-end;gap:6px;margin-top:2px}.pos-customer-save-btn{background:#170e5e!important;border-color:#170e5e!important;color:#fff!important;font-weight:800!important;min-height:30px!important;height:30px!important;padding:0 12px!important;font-size:12px!important}.pos-customer-save-btn:hover{background:#1e1378!important}.pos-customer-cancel-btn{min-height:30px!important;height:30px!important;padding:0 12px!important;font-size:12px!important}.pos-meta-grid-aux{margin-top:6px}.pos-customer-dialog{position:fixed;inset:0;z-index:80}.pos-customer-dialog-backdrop{position:absolute;inset:0;border:0;background:#0f172a52}.pos-customer-dialog-panel{position:relative;width:min(680px,calc(100vw - 32px));margin:72px auto 0;padding:18px;border-radius:8px;border:1px solid rgba(148,163,184,.26);background:#fff;box-shadow:0 28px 60px #0f172a38;display:grid;gap:14px}.pos-customer-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pos-customer-dialog-head strong{display:block;font-size:20px;color:#0f172a}.pos-customer-dialog-modes{gap:8px}.pos-customer-search-results{display:grid;gap:8px;max-height:52vh;overflow-y:auto;padding-inline-end:4px}.pos-customer-result{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:8px;border:1px solid rgba(148,163,184,.2);background:#fff;text-align:right}.pos-customer-result strong{display:block;color:#0f172a;font-size:16px}.pos-customer-result.is-active{border-color:#170c5c57;box-shadow:0 0 0 2px #170c5c14;background:#eff6ffe0}.pos-customer-create-actions{justify-content:stretch;align-self:start}.pos-workspace .pos-checkout-body{gap:10px;min-height:0}.pos-workspace .pos-cart-empty-state{display:none}.pos-workspace .pos-cart-table{display:grid;gap:8px;min-height:0}.pos-workspace .pos-cart-table-head,.pos-workspace .pos-cart-grid-row{display:grid;grid-template-columns:44px minmax(0,1fr) 136px 90px 98px 78px;gap:12px;align-items:center}.pos-workspace .pos-cart-table-head{padding:0 10px 2px;color:#64748b;font-size:12px;font-weight:800}.pos-workspace .pos-cart-col{min-width:0}.pos-workspace .pos-cart-col-index,.pos-workspace .pos-cart-col-price,.pos-workspace .pos-cart-col-total,.pos-workspace .pos-cart-col-remove{text-align:center}.pos-workspace .pos-cart-list-upgraded{gap:0px!important}.pos-workspace .pos-cart-table-body{max-height:clamp(260px,43vh,520px);overflow-y:auto;padding-inline-start:2px}.pos-workspace .pos-cart-row-upgraded{padding:4px 10px;border-radius:0;border:none;background:transparent;box-shadow:none}.pos-workspace .pos-cart-grid-row{gap:12px}.pos-workspace .pos-cart-row-main,.pos-workspace .pos-cart-title-row-upgraded,.pos-workspace .pos-cart-controls-upgraded,.pos-workspace .pos-cart-badges-inline-upgraded,.pos-workspace .pos-cart-subtitle,.pos-workspace .pos-cart-inline-warning,.pos-workspace .pos-cart-line-total-upgraded{all:unset}.pos-workspace .pos-cart-index-badge{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#170c5c1a;color:#170c5c;font-size:14px;font-weight:800}.pos-workspace .pos-cart-product-inline{display:flex;align-items:center;gap:8px;min-width:0}.pos-workspace .pos-cart-product-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1e293b;font-family:Cairo,system-ui,sans-serif!important;font-size:15px;font-weight:700;line-height:1.25}.pos-workspace .pos-cart-product-code{flex:0 0 auto;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 8px;border-radius:8px;background:#f1f5f9eb;color:#64748b;font-size:11px;font-weight:700;direction:ltr}.pos-workspace .pos-cart-qty-shell{display:grid;grid-template-columns:34px minmax(54px,1fr) 34px;gap:6px;align-items:center}.pos-workspace .pos-cart-qty-shell input,.pos-workspace .pos-cart-qty-btn,.pos-workspace .pos-cart-remove-button{min-height:34px;height:34px}.pos-workspace .pos-cart-qty-shell input{width:100%;padding:0 6px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:#fff;text-align:center;font-size:16px;font-weight:800;color:#0f172a}.pos-workspace .pos-cart-qty-btn{padding:0;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:#fff;color:#0f172a;font-size:23px;font-weight:800;line-height:1;cursor:pointer}.pos-workspace .pos-cart-number{display:inline-block;font-family:Tahoma,Segoe UI,system-ui,sans-serif!important;font-size:20px;font-weight:800;color:#0f172a;line-height:1.1;white-space:nowrap}.pos-workspace .pos-cart-number-total{color:#170c5c;font-family:Tahoma,Segoe UI,system-ui,sans-serif!important;font-size:22px;font-weight:900}.pos-workspace .pos-cart-remove-button{background:none;border:none;color:#ef4444;font-size:14px;font-weight:700;padding:4px 8px;border-radius:6px;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;opacity:.8;display:flex;align-items:center;justify-content:center}.pos-workspace .pos-cart-remove-button:hover{opacity:1;background:#ef44440d}.pos-workspace .pos-cart-row-selected{border-color:#170c5c47;box-shadow:0 0 0 2px #170c5c0f}.pos-workspace .pos-cart-row-highlight{background:#eff6ff73}.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row:nth-child(odd),.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-odd{background:#fff;border-bottom:1px solid #e2e8f0}.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row:nth-child(2n),.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-even{background:#f8fafc;border-bottom:1px solid #e2e8f0}.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-selected{background:#eff6ff;border-color:#170c5c33}.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-highlight:not(.pos-cart-row-selected){background:#f8fafc}@media(max-width:1180px){.pos-workspace .pos-cart-table-head,.pos-workspace .pos-cart-grid-row{grid-template-columns:40px minmax(0,1fr) 128px 82px 90px 72px;gap:8px}.pos-workspace .pos-cart-product-name{font-size:14px}}@media(max-width:920px){.pos-workspace .pos-cart-table-head{display:none}.pos-workspace .pos-cart-grid-row{grid-template-columns:38px minmax(0,1fr) 124px 76px 84px 68px;gap:8px}}.pos-workspace-dock{gap:10px;padding:12px 14px}.pos-workspace-dock-summary-extended{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.pos-workspace-dock-chip{min-height:60px;padding:10px 12px}.pos-workspace-dock-chip span{font-size:11px}.pos-workspace-dock-chip strong{font-size:15px}.pos-workspace-dock-main{gap:12px}.pos-workspace-dock-hint{min-height:38px}.pos-workspace-dock-actions .btn{min-height:42px;padding-inline:14px}@media(max-width:1400px){.pos-workspace-dock-summary-extended{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1180px){.pos-workspace .pos-grid-premium{grid-template-columns:1fr}.pos-workspace .pos-products-top-row-unified{grid-template-columns:minmax(0,1fr) 140px 92px}.pos-workspace-dock-summary-extended{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.pos-workspace .pos-products-top-row-unified,.pos-customer-inline-bar,.pos-customer-inline-create,.pos-customer-inline-create .pos-inline-create-grid-compact .field{grid-template-columns:1fr}.pos-selected-customer-main{flex-direction:column}.pos-selected-customer-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-customer-trigger,.pos-customer-inline-search-row{grid-template-columns:1fr}.pos-customer-trigger small,.pos-customer-inline-close{text-align:right}.pos-workspace .pos-product-pick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.pos-workspace-dock-summary-extended,.pos-workspace .pos-product-pick-grid{grid-template-columns:1fr}.pos-workspace .pos-cart-row-main,.pos-workspace .pos-cart-controls-upgraded{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.pos-customer-dialog-panel{width:calc(100vw - 20px);margin-top:16px;padding:14px}}.pos-workspace .pos-checkout-card{display:flex;flex-direction:column}.pos-workspace .pos-checkout-card .section-title{padding-bottom:8px;margin-bottom:10px}.pos-workspace .pos-checkout-card .section-title h3{font-size:18px}.pos-workspace .pos-checkout-static{display:grid;gap:8px}.pos-workspace .pos-checkout-top-strip{display:grid;grid-template-columns:minmax(250px,.95fr) minmax(360px,1.05fr);gap:10px;align-items:start}.pos-workspace .pos-customer-meta-panel{display:grid;gap:8px;min-width:0}.pos-customer-inline-bar{--pos-customer-inline-action-width: 118px;gap:8px}.pos-customer-create-toggle,.pos-customer-inline-bar>.btn{min-width:0;min-height:42px;height:42px;padding-inline:10px;font-size:13px}.pos-customer-trigger,.pos-customer-inline-search-row{min-height:42px;border-radius:8px;padding:8px 10px}.pos-customer-trigger strong{font-size:14px}.pos-customer-trigger small,.pos-customer-trigger-label,.pos-customer-inline-search-row input{font-size:12px}.pos-customer-inline-results{top:calc(100% + 4px)}.pos-customer-inline-create{grid-template-columns:minmax(0,1fr) 112px;gap:8px}.pos-customer-inline-create .pos-inline-create-grid-compact{gap:8px}.pos-customer-inline-create .pos-inline-create-grid-compact .field{min-height:42px;padding:8px 10px;border-radius:8px;border:1px solid rgba(148,163,184,.22);background:#fff}.pos-customer-inline-create .pos-inline-create-grid-compact .field>span{font-size:12px;color:#64748b}.pos-customer-inline-create .pos-inline-create-grid-compact input{min-height:0;height:auto;padding:0;border:0;background:transparent}.pos-customer-create-actions>.btn,.pos-customer-create-actions>.button{min-height:42px;height:42px;border-radius:8px}.pos-workspace .pos-payment-shell-inline{gap:6px;min-width:0}.pos-workspace .pos-payment-strip{display:grid;grid-template-columns:minmax(128px,1.4fr) minmax(110px,1fr) minmax(82px,.74fr) minmax(102px,.9fr);gap:8px;align-items:stretch}.pos-workspace .pos-strip-field{display:grid;gap:5px;min-width:0;padding:8px 10px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f8fafcf2)}.pos-workspace .pos-strip-field>span{color:#64748b;font-size:11px;font-weight:800;line-height:1}.pos-workspace .pos-strip-field input{width:100%;min-height:0;height:24px;padding:0;border:0;outline:0;background:transparent;color:#0f172a;font-size:16px;font-weight:800}.pos-workspace .pos-strip-field input:disabled{color:#94a3b8}.pos-workspace .pos-strip-input-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px}.pos-workspace .pos-payment-fill-inline{min-height:28px;height:28px;padding-inline:8px;border-radius:8px;font-size:11px;white-space:nowrap}.pos-workspace .pos-strip-presets{gap:6px}.pos-workspace .pos-payment-preset-row-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.pos-workspace .pos-payment-preset-row-inline .btn{min-width:0;min-height:28px;height:28px;padding-inline:0;border-radius:8px;font-size:12px}.pos-workspace .pos-strip-balance{align-content:center}.pos-workspace .pos-strip-balance strong{color:#0f172a;font-size:18px;font-weight:900;line-height:1.1;white-space:nowrap}.pos-workspace .pos-payment-strip-notes{display:flex;flex-wrap:wrap;gap:6px}.pos-workspace .pos-payment-strip-note{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:8px;background:#f1f5f9f0;color:#64748b;font-size:11px;font-weight:700}.pos-workspace .pos-payment-strip-note.is-warning{background:#fff7edf5;color:#c2410c}.pos-workspace .pos-inline-alert-bar{display:flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:8px;border:1px solid rgba(251,191,36,.22);background:#fffbebeb;color:#b45309;font-size:12px}.pos-workspace .pos-inline-alert-bar strong{flex:0 0 auto;font-size:12px}.pos-workspace .pos-inline-alert-bar span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-workspace .pos-checkout-scroll{min-height:0;flex:1 1 auto}.pos-workspace .pos-checkout-body{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:10px;min-height:0}.pos-workspace .pos-cart-table{gap:6px}.pos-workspace .pos-cart-table-head,.pos-workspace .pos-cart-grid-row{grid-template-columns:40px minmax(0,1fr) 126px 86px 92px 70px;gap:10px}.pos-workspace .pos-cart-table-head{position:sticky;top:0;z-index:2;padding:0 10px 4px;background:linear-gradient(180deg,#fff 75%,#fff0)}.pos-workspace .pos-cart-table-body{max-height:clamp(300px,48vh,580px);padding-inline-start:2px;padding-inline-end:2px}.pos-workspace .pos-cart-row-upgraded{min-height:46px;padding:6px 10px;border-radius:8px;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.pos-workspace .pos-cart-row-upgraded:nth-child(odd){background:#fffffff5}.pos-workspace .pos-cart-row-upgraded:nth-child(2n){background:#f8fafceb}.pos-workspace .pos-cart-row-highlight{background:#eff6ffb8!important}.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row:nth-child(odd),.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-odd{background:#fff}.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row:nth-child(2n),.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-even{background:#fef3c7}.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-selected{outline:2px dashed rgba(23,12,92,.2);outline-offset:-2px;box-shadow:none;border-radius:4px;border-bottom-color:transparent}.pos-workspace .card,.pos-workspace .workspace-panel,.pos-workspace .pos-cart-panel,.pos-workspace .pos-workspace-dock,.pos-workspace .pos-workspace-header,.pos-workspace .pos-workspace-dock-ribbon-track,.pos-workspace .btn,.pos-workspace button,.pos-workspace input,.pos-workspace .form-control,.pos-workspace .pos-toolbar-shell,.pos-workspace .pos-workspace-dock-pill,.pos-workspace .pos-cart-grid-row,.pos-workspace .pos-cart-row-upgraded,.pos-workspace .rounded-pill,.pos-workspace .nav-pill{border-radius:8px}.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-highlight:not(.pos-cart-row-selected){background:#f8fafc!important}.pos-workspace .pos-cart-index-badge{width:28px;height:28px;font-size:13px}.pos-workspace .pos-cart-product-inline{gap:6px}.pos-workspace .pos-cart-product-name{font-size:14px}.pos-workspace .pos-cart-product-code{max-width:92px;padding:2px 6px;font-size:10px}.pos-workspace .pos-cart-qty-shell{grid-template-columns:30px minmax(46px,1fr) 30px;gap:4px}.pos-workspace .pos-cart-qty-shell input,.pos-workspace .pos-cart-qty-btn,.pos-workspace .pos-cart-remove-button{min-height:30px;height:30px}.pos-workspace .pos-cart-qty-shell input{border-radius:8px;font-size:15px}.pos-workspace .pos-cart-qty-btn{border-radius:8px;font-size:20px}.pos-workspace .pos-cart-number{font-size:15px}.pos-workspace .pos-cart-remove-button{min-width:54px;padding:0 8px;border-radius:8px;font-size:12px}.pos-workspace .pos-primary-actions{justify-content:flex-start;gap:8px}.pos-workspace .pos-primary-actions .btn{min-height:38px;border-radius:8px}@media(max-width:1380px){.pos-workspace .pos-checkout-top-strip{grid-template-columns:1fr}}@media(max-width:1180px){.pos-workspace .pos-payment-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-workspace .pos-cart-table-head,.pos-workspace .pos-cart-grid-row{grid-template-columns:38px minmax(0,1fr) 118px 80px 86px 66px;gap:8px}}@media(max-width:820px){.pos-workspace .pos-payment-strip,.pos-customer-inline-create{grid-template-columns:1fr}.pos-workspace .pos-inline-alert-bar{align-items:flex-start;padding-block:8px}.pos-workspace .pos-inline-alert-bar span{white-space:normal}}@media(max-width:640px){.pos-workspace .pos-cart-table-head{display:none}.pos-workspace .pos-cart-grid-row{grid-template-columns:34px minmax(0,1fr) 106px 74px 78px 60px;gap:6px}}@media(min-width:1080px){.page-shell.pos-workspace.pos-premium-shell>.pos-grid-premium,.page-shell.pos-workspace.pos-premium-shell .pos-grid-premium,.pos-workspace .pos-grid-premium{grid-template-columns:minmax(360px,.78fr) minmax(560px,1.22fr);gap:14px;align-items:start}}.pos-workspace .pos-checkout-column{display:flex;flex-direction:column;gap:10px;min-height:0}.pos-workspace .pos-checkout-column>.pos-checkout-card{flex:1 1 auto;min-height:0}.pos-workspace .pos-checkout-static{gap:6px}.pos-workspace .pos-checkout-top-strip{grid-template-columns:1fr;gap:6px}.pos-workspace .pos-customer-meta-panel,.pos-workspace .pos-payment-shell-inline{width:100%;min-width:0}.pos-workspace .pos-customer-inline-bar{grid-template-columns:minmax(0,1fr) 120px;gap:6px}.pos-workspace .pos-customer-create-toggle,.pos-workspace .pos-customer-inline-bar>.btn,.pos-workspace .pos-customer-trigger,.pos-workspace .pos-customer-inline-search-row,.pos-workspace .pos-customer-inline-create .pos-inline-create-grid-compact .field,.pos-workspace .pos-customer-create-actions>.btn,.pos-workspace .pos-customer-create-actions>.button{min-height:40px;height:40px}.pos-workspace .pos-customer-trigger,.pos-workspace .pos-customer-inline-search-row,.pos-workspace .pos-customer-inline-create .pos-inline-create-grid-compact .field{padding:6px 10px}.pos-workspace .pos-customer-trigger strong,.pos-workspace .pos-customer-trigger small,.pos-workspace .pos-customer-trigger-label,.pos-workspace .pos-customer-inline-search-row input,.pos-workspace .pos-customer-inline-create .pos-inline-create-grid-compact .field>span,.pos-workspace .pos-customer-inline-create .pos-inline-create-grid-compact input{font-size:12px}.pos-workspace .pos-payment-shell-inline{margin-bottom:0;padding:8px 10px;border-radius:8px}.pos-workspace .pos-payment-strip{grid-template-columns:repeat(auto-fit,minmax(min(152px,100%),1fr));gap:6px;align-items:stretch}.pos-workspace .pos-strip-field,.pos-workspace .pos-strip-field.pos-strip-field-inline{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;min-width:0;min-height:40px;padding:6px 8px;border-radius:8px}.pos-workspace .pos-strip-field>span{margin:0;font-size:11px;white-space:nowrap}.pos-workspace .pos-strip-field input{height:20px;min-height:0;font-size:14px;font-weight:800;text-align:left}.pos-workspace .pos-strip-presets{grid-template-columns:auto minmax(0,1fr)}.pos-workspace .pos-payment-preset-row-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.pos-workspace .pos-payment-preset-row-inline .btn{min-height:26px;height:26px;padding:0 8px;border-radius:8px;font-size:11px}.pos-workspace .pos-strip-input-shell{grid-template-columns:minmax(0,1fr) auto;gap:4px}.pos-workspace .pos-payment-fill-inline{min-height:24px;height:24px;padding:0 8px;border-radius:8px;font-size:10px}.pos-workspace .pos-strip-balance{grid-template-columns:auto 1fr}.pos-workspace .pos-strip-balance strong{font-size:15px;text-align:left}.pos-workspace .pos-payment-strip-notes{margin-top:4px;gap:4px}.pos-workspace .pos-payment-strip-note{min-height:22px;padding:0 7px;font-size:10px}.pos-workspace .pos-checkout-column .pos-workspace-dock{position:sticky;bottom:10px;z-index:25;gap:6px;padding:8px 10px;border-radius:8px;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:0 10px 24px #0f172a14}.pos-workspace .pos-workspace-dock-summary-extended{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(226,232,240,.92);border-radius:8px;background:#ffffffb8}.pos-workspace .pos-workspace-dock-chip{min-height:48px;padding:6px 10px;border:0;border-radius:0;background:transparent;box-shadow:none;gap:1px}.pos-workspace .pos-workspace-dock-chip+.pos-workspace-dock-chip{border-inline-start:1px solid rgba(226,232,240,.92)}.pos-workspace .pos-workspace-dock-chip span{font-size:10px}.pos-workspace .pos-workspace-dock-chip strong{font-size:13px;line-height:1.2}.pos-workspace .pos-workspace-dock-chip--danger strong{color:#b91c1c}.pos-workspace .pos-workspace-dock-chip--success strong{color:#15803d}.pos-workspace .pos-workspace-dock-chip--warning strong{color:#ea580c}.pos-workspace .pos-workspace-dock-main{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px 0;border-top:1px solid rgba(226,232,240,.92)}.pos-workspace .pos-workspace-dock-hint{min-height:26px;padding:4px 10px;font-size:11px}.pos-workspace .pos-workspace-dock-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.pos-workspace .pos-workspace-dock-actions .btn{min-height:30px;padding-inline:11px;border-radius:8px;font-size:11px}@media(max-width:1320px){.pos-workspace .pos-payment-strip{grid-template-columns:repeat(auto-fit,minmax(min(138px,100%),1fr))}.pos-workspace .pos-workspace-dock-summary-extended{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-workspace .pos-workspace-dock-chip:nth-child(4){border-inline-start:0}}@media(max-width:1120px){.pos-workspace .pos-checkout-column .pos-workspace-dock{position:static}.pos-workspace .pos-workspace-dock-main{flex-direction:column;align-items:stretch}.pos-workspace .pos-workspace-dock-actions{justify-content:stretch}.pos-workspace .pos-workspace-dock-actions .btn{flex:1 1 140px}}@media(max-width:920px){.pos-workspace .pos-customer-inline-bar,.pos-workspace .pos-customer-inline-create,.pos-workspace .pos-payment-strip,.pos-workspace .pos-workspace-dock-summary-extended,.pos-workspace .pos-selected-customer-metrics{grid-template-columns:1fr}.pos-workspace .pos-workspace-dock-chip+.pos-workspace-dock-chip{border-inline-start:0;border-top:1px solid rgba(226,232,240,.92)}}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch){max-width:100%;overflow-x:clip}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-grid-premium{grid-template-columns:minmax(0,1fr) minmax(340px,clamp(360px,42%,480px));gap:12px;max-width:100%;min-width:0}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-products-card,.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-checkout-column,.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-checkout-card,.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-checkout-static,.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-checkout-scroll{min-width:0;max-width:100%}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-checkout-column{overflow:hidden}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-checkout-top-strip{grid-template-columns:1fr}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-meta-grid-aux{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px;margin-top:4px}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-meta-grid-aux .field{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;min-width:0;min-height:30px;margin:0}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-meta-grid-aux .field>span{margin:0;font-size:10px;white-space:nowrap}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-meta-grid-aux select{min-width:0;min-height:28px;height:28px;padding-block:2px}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-payment-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-strip-presets{grid-column:1 / -1;grid-template-columns:minmax(0,1fr)}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-strip-presets>span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-payment-preset-row-inline{gap:8px}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-payment-preset-row-inline .btn{min-height:38px;height:38px;padding-inline:10px;border-radius:8px;font-size:13px}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-cart-table-head,.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-cart-grid-row{grid-template-columns:34px minmax(0,1fr) 108px 72px 82px 54px;gap:7px}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-odd{background:#fff}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-even{background:#fffbeb}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-selected{background:#dbeafe;border-color:#170c5c7a;box-shadow:0 0 0 2px #170c5c29}@media(max-width:1100px){.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-grid-premium{grid-template-columns:1fr}}.pos-workspace .pos-cart-product-inline{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.pos-workspace .pos-cart-product-name{white-space:normal;overflow:visible;text-overflow:unset}.pos-workspace .pos-cart-product-code{max-width:none;white-space:normal;overflow:visible;text-overflow:unset;word-break:break-all}.pos-workspace .pos-cart-product-inline{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px}.pos-workspace .pos-cart-product-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-workspace .pos-cart-product-code{flex:0 0 auto;max-width:none;white-space:nowrap;overflow:visible;text-overflow:clip;word-break:normal;font-size:11px;color:#475569;background:#f1f5f9eb}.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row:nth-child(2n),.pos-workspace .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-even{background:#f9dc75}.content-wrap:not(.content-wrap-pos-focus) .pos-workspace:not(.pos-sale-mode-scanner):not(.pos-sale-mode-touch) .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-even{background:#f9dc75}@media(max-width:760px){.pos-workspace .pos-cart-product-inline{flex-wrap:wrap;row-gap:4px}}.pos-held-draft-dialog-row.is-selected{background:#dbeafeb8;border-color:#170c5c6b}.pos-workspace .pos-checkout-card{min-width:420px}.pos-workspace .pos-cart-table.pos-cart-w580 .pos-cart-col-index,.pos-workspace .pos-cart-table.pos-cart-w530 .pos-cart-col-index,.pos-workspace .pos-cart-table.pos-cart-w490 .pos-cart-col-index,.pos-workspace .pos-cart-table.pos-cart-w440 .pos-cart-col-index,.pos-workspace .pos-cart-table.pos-cart-w530 .pos-cart-product-code,.pos-workspace .pos-cart-table.pos-cart-w490 .pos-cart-product-code,.pos-workspace .pos-cart-table.pos-cart-w440 .pos-cart-product-code,.pos-workspace .pos-cart-table.pos-cart-w490 .pos-cart-col-price,.pos-workspace .pos-cart-table.pos-cart-w440 .pos-cart-col-price{display:none!important}.pos-workspace .pos-cart-table.pos-cart-w580 .pos-cart-table-head,.pos-workspace .pos-cart-table.pos-cart-w580 .pos-cart-grid-row,.pos-workspace .pos-cart-table.pos-cart-w530 .pos-cart-table-head,.pos-workspace .pos-cart-table.pos-cart-w530 .pos-cart-grid-row{grid-template-columns:minmax(0,1fr) 136px 90px 98px 78px!important}.pos-workspace .pos-cart-table.pos-cart-w490 .pos-cart-table-head,.pos-workspace .pos-cart-table.pos-cart-w490 .pos-cart-grid-row,.pos-workspace .pos-cart-table.pos-cart-w440 .pos-cart-table-head,.pos-workspace .pos-cart-table.pos-cart-w440 .pos-cart-grid-row{grid-template-columns:minmax(0,1fr) 136px 98px 78px!important}.pos-workspace .pos-cart-table.pos-cart-w440 .pos-cart-product-name{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.2!important}@media(min-width:1080px){.pos-workspace.pos-sale-mode-scanner .pos-grid-premium,.pos-workspace.pos-sale-mode-touch .pos-grid-premium{grid-template-columns:var(--pos-grid-cols, minmax(0, .45fr) minmax(0, .55fr))!important;gap:12px!important;max-width:100%;min-width:0;align-items:start}.pos-workspace.pos-sale-mode-scanner .pos-grid-premium{direction:rtl!important;grid-template-columns:var(--pos-grid-cols, minmax(0, .25fr) minmax(0, .75fr))!important;grid-template-areas:"products cart"!important}.pos-workspace.pos-sale-mode-scanner .pos-products-card{grid-column:1 / 2!important;grid-area:products!important}.pos-workspace.pos-sale-mode-scanner .pos-checkout-column{grid-column:2 / 3!important;grid-area:cart!important}}.pos-workspace.pos-sale-mode-scanner,.pos-workspace.pos-sale-mode-touch,.pos-workspace.pos-sale-mode-scanner .pos-grid-premium,.pos-workspace.pos-sale-mode-touch .pos-grid-premium,.pos-workspace.pos-sale-mode-scanner .pos-products-card,.pos-workspace.pos-sale-mode-touch .pos-products-card,.pos-workspace.pos-sale-mode-scanner .pos-checkout-column,.pos-workspace.pos-sale-mode-touch .pos-checkout-column,.pos-workspace.pos-sale-mode-scanner .pos-checkout-card,.pos-workspace.pos-sale-mode-touch .pos-checkout-card,.pos-workspace.pos-sale-mode-scanner .pos-checkout-static,.pos-workspace.pos-sale-mode-touch .pos-checkout-static,.pos-workspace.pos-sale-mode-scanner .pos-checkout-scroll,.pos-workspace.pos-sale-mode-touch .pos-checkout-scroll{min-width:0;max-width:100%}.pos-workspace.pos-sale-mode-scanner,.pos-workspace.pos-sale-mode-touch{overflow-x:clip}.pos-workspace.pos-sale-mode-scanner .pos-checkout-column,.pos-workspace.pos-sale-mode-touch .pos-checkout-column{overflow:hidden}.pos-workspace.pos-sale-mode-scanner .pos-checkout-static,.pos-workspace.pos-sale-mode-touch .pos-checkout-static{gap:6px}.pos-workspace.pos-sale-mode-scanner .pos-checkout-top-strip,.pos-workspace.pos-sale-mode-touch .pos-checkout-top-strip{grid-template-columns:1fr!important;gap:6px}.pos-workspace.pos-sale-mode-scanner .pos-meta-grid-aux,.pos-workspace.pos-sale-mode-touch .pos-meta-grid-aux{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px;margin-top:4px}.pos-workspace.pos-sale-mode-scanner .pos-meta-grid-aux .field,.pos-workspace.pos-sale-mode-touch .pos-meta-grid-aux .field{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;min-width:0;min-height:30px;margin:0}.pos-workspace.pos-sale-mode-scanner .pos-meta-grid-aux .field>span,.pos-workspace.pos-sale-mode-touch .pos-meta-grid-aux .field>span{margin:0;font-size:10px;white-space:nowrap}.pos-workspace.pos-sale-mode-scanner .pos-meta-grid-aux select,.pos-workspace.pos-sale-mode-touch .pos-meta-grid-aux select{min-width:0;min-height:30px;height:30px;padding-block:2px}.pos-workspace.pos-sale-mode-scanner .pos-payment-strip,.pos-workspace.pos-sale-mode-touch .pos-payment-strip{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(0,1.18fr) minmax(0,.82fr) minmax(0,.92fr) minmax(0,1fr)!important;gap:clamp(3px,.42vw,6px);align-items:stretch;overflow:hidden}.pos-workspace.pos-sale-mode-scanner .pos-strip-field,.pos-workspace.pos-sale-mode-touch .pos-strip-field,.pos-workspace.pos-sale-mode-scanner .pos-strip-field-inline,.pos-workspace.pos-sale-mode-touch .pos-strip-field-inline{min-width:0!important;max-width:100%;min-height:clamp(32px,3vw,38px);height:clamp(32px,3vw,38px);padding-block:3px;padding-inline:clamp(5px,.58vw,10px);gap:clamp(3px,.42vw,7px);overflow:hidden}.pos-workspace.pos-sale-mode-scanner .pos-strip-field>span,.pos-workspace.pos-sale-mode-touch .pos-strip-field>span{flex:0 0 auto;min-width:0;white-space:nowrap;font-size:clamp(10px,.72vw,13px);line-height:1}.pos-workspace.pos-sale-mode-scanner .pos-strip-field input,.pos-workspace.pos-sale-mode-touch .pos-strip-field input{min-width:0!important;width:100%;height:clamp(26px,2.45vw,32px);padding-block:1px;padding-inline:clamp(4px,.48vw,8px);font-size:clamp(12px,.86vw,15px);line-height:1}.pos-workspace.pos-sale-mode-scanner .pos-strip-field strong,.pos-workspace.pos-sale-mode-touch .pos-strip-field strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(12px,.92vw,15px);line-height:1}.pos-workspace.pos-sale-mode-scanner .pos-strip-input-shell,.pos-workspace.pos-sale-mode-touch .pos-strip-input-shell{min-width:0;width:100%;gap:clamp(3px,.38vw,6px)}.pos-workspace.pos-sale-mode-scanner .pos-strip-presets,.pos-workspace.pos-sale-mode-touch .pos-strip-presets{grid-column:auto!important;grid-template-columns:minmax(0,1fr)!important;align-content:center;min-width:0!important}.pos-workspace.pos-sale-mode-scanner .pos-strip-presets>span,.pos-workspace.pos-sale-mode-touch .pos-strip-presets>span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.pos-workspace.pos-sale-mode-scanner .pos-payment-preset-row-inline,.pos-workspace.pos-sale-mode-touch .pos-payment-preset-row-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(3px,.38vw,6px);min-width:0;width:100%}.pos-workspace.pos-sale-mode-scanner .pos-payment-preset-row-inline .btn,.pos-workspace.pos-sale-mode-touch .pos-payment-preset-row-inline .btn{min-width:0!important;min-height:clamp(28px,2.55vw,34px);height:clamp(28px,2.55vw,34px);padding-block:1px;padding-inline:clamp(4px,.48vw,8px);border-radius:8px;font-size:clamp(10px,.78vw,13px);font-weight:800;white-space:nowrap}.pos-workspace.pos-sale-mode-scanner .pos-payment-fill-inline,.pos-workspace.pos-sale-mode-touch .pos-payment-fill-inline{flex:0 0 auto;min-width:clamp(34px,3.2vw,48px)!important;height:clamp(23px,2.2vw,28px);padding-inline:clamp(4px,.45vw,7px);border-radius:8px;font-size:clamp(9px,.68vw,11px);line-height:1;white-space:nowrap}@media(max-width:1320px){.pos-workspace.pos-sale-mode-scanner .pos-payment-strip,.pos-workspace.pos-sale-mode-touch .pos-payment-strip{grid-template-columns:minmax(0,1.26fr) minmax(0,1.04fr) minmax(0,.74fr) minmax(0,.82fr) minmax(0,.86fr)!important;gap:4px}.pos-workspace.pos-sale-mode-scanner .pos-strip-field,.pos-workspace.pos-sale-mode-touch .pos-strip-field,.pos-workspace.pos-sale-mode-scanner .pos-strip-field-inline,.pos-workspace.pos-sale-mode-touch .pos-strip-field-inline{padding-inline:5px}}@media(max-width:760px){.pos-workspace.pos-sale-mode-scanner .pos-payment-strip,.pos-workspace.pos-sale-mode-touch .pos-payment-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.pos-workspace.pos-sale-mode-scanner .pos-cart-table-head,.pos-workspace.pos-sale-mode-scanner .pos-cart-grid-row,.pos-workspace.pos-sale-mode-touch .pos-cart-table-head,.pos-workspace.pos-sale-mode-touch .pos-cart-grid-row{grid-template-columns:38px minmax(0,1fr) 126px 84px 90px 66px!important;gap:8px!important}.pos-workspace.pos-sale-mode-scanner .pos-cart-table-body,.pos-workspace.pos-sale-mode-touch .pos-cart-table-body{max-height:clamp(300px,48vh,580px);padding-inline-start:2px;padding-inline-end:2px}.pos-workspace.pos-sale-mode-scanner .pos-cart-row-upgraded,.pos-workspace.pos-sale-mode-touch .pos-cart-row-upgraded{min-height:46px;padding:4px 10px;border-radius:0;border:none;background:transparent;box-shadow:none}.pos-workspace.pos-sale-mode-scanner .pos-cart-list-upgraded .pos-cart-grid-row:nth-child(odd),.pos-workspace.pos-sale-mode-scanner .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-odd,.pos-workspace.pos-sale-mode-touch .pos-cart-list-upgraded .pos-cart-grid-row:nth-child(odd),.pos-workspace.pos-sale-mode-touch .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-odd{background:#fff!important;border-bottom:1px solid #e2e8f0!important}.pos-workspace.pos-sale-mode-scanner .pos-cart-list-upgraded .pos-cart-grid-row:nth-child(2n),.pos-workspace.pos-sale-mode-scanner .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-even,.pos-workspace.pos-sale-mode-touch .pos-cart-list-upgraded .pos-cart-grid-row:nth-child(2n),.pos-workspace.pos-sale-mode-touch .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-even{background:#fef3c7!important;border-bottom:1px solid #cbd5e1!important}.pos-workspace.pos-sale-mode-scanner .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-selected,.pos-workspace.pos-sale-mode-touch .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-selected{outline:2px dashed rgba(23,12,92,.2)!important;outline-offset:-2px;box-shadow:none!important;border-radius:4px!important;border-bottom-color:transparent!important}.pos-workspace.pos-sale-mode-scanner .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-highlight:not(.pos-cart-row-selected),.pos-workspace.pos-sale-mode-touch .pos-cart-list-upgraded .pos-cart-grid-row.pos-cart-row-highlight:not(.pos-cart-row-selected){background:#f8fafc!important}@media(max-width:1080px){.pos-workspace.pos-sale-mode-scanner .pos-grid-premium,.pos-workspace.pos-sale-mode-touch .pos-grid-premium{grid-template-columns:var(--pos-grid-cols, 1fr)!important}}@media(max-width:920px){.pos-workspace.pos-sale-mode-scanner .pos-meta-grid-aux,.pos-workspace.pos-sale-mode-touch .pos-meta-grid-aux{grid-template-columns:1fr!important}.pos-workspace.pos-sale-mode-scanner .pos-cart-table-head,.pos-workspace.pos-sale-mode-touch .pos-cart-table-head{display:none}.pos-workspace.pos-sale-mode-scanner .pos-cart-grid-row,.pos-workspace.pos-sale-mode-touch .pos-cart-grid-row{grid-template-columns:34px minmax(0,1fr) 112px 76px 82px 60px!important;gap:6px!important}}.pos-workspace .pos-products-unified-search-field{grid-column:1 / -1;width:100%;min-width:0}.pos-workspace .pos-products-unified-search-field .field{width:100%;margin:0}.pos-workspace .pos-products-unified-search-field input{width:100%}.pos-workspace.pos-sale-mode-scanner .pos-products-top-row-unified,.pos-workspace.pos-sale-mode-touch .pos-products-top-row-unified{grid-template-columns:minmax(0,1fr) minmax(120px,auto)!important;gap:10px!important;align-items:end}.pos-workspace.pos-sale-mode-scanner .pos-products-unified-search-field,.pos-workspace.pos-sale-mode-touch .pos-products-unified-search-field,.pos-workspace.pos-sale-mode-scanner .pos-price-toggle-field,.pos-workspace.pos-sale-mode-touch .pos-price-toggle-field,.pos-workspace.pos-sale-mode-scanner .pos-products-reset-field,.pos-workspace.pos-sale-mode-touch .pos-products-reset-field{min-width:0;display:flex;align-items:stretch}.pos-workspace.pos-sale-mode-scanner .pos-products-unified-search-field .field,.pos-workspace.pos-sale-mode-touch .pos-products-unified-search-field .field,.pos-workspace.pos-sale-mode-scanner .pos-price-toggle-field,.pos-workspace.pos-sale-mode-touch .pos-price-toggle-field,.pos-workspace.pos-sale-mode-scanner .pos-products-reset-field,.pos-workspace.pos-sale-mode-touch .pos-products-reset-field{margin:0}.pos-workspace.pos-sale-mode-scanner .pos-products-unified-search-field,.pos-workspace.pos-sale-mode-touch .pos-products-unified-search-field{grid-column:1 / -1}.pos-workspace.pos-sale-mode-scanner .pos-price-toggle-field,.pos-workspace.pos-sale-mode-touch .pos-price-toggle-field{grid-column:1 / 2}.pos-workspace.pos-sale-mode-scanner .pos-products-reset-field,.pos-workspace.pos-sale-mode-touch .pos-products-reset-field{grid-column:2 / 3}.pos-workspace.pos-sale-mode-scanner .pos-products-unified-search-field input,.pos-workspace.pos-sale-mode-touch .pos-products-unified-search-field input{min-height:60px;height:60px;padding-block:0;padding-inline:18px;border-radius:8px;font-size:16px;font-weight:800}.pos-workspace.pos-sale-mode-scanner .pos-price-toggle-buttons,.pos-workspace.pos-sale-mode-touch .pos-price-toggle-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;width:100%}.pos-workspace.pos-sale-mode-scanner .pos-price-toggle-buttons .btn,.pos-workspace.pos-sale-mode-touch .pos-price-toggle-buttons .btn,.pos-workspace.pos-sale-mode-scanner .pos-products-reset-field .btn,.pos-workspace.pos-sale-mode-touch .pos-products-reset-field .btn{min-width:0;min-height:46px;height:46px;padding-inline:16px;border-radius:8px;font-size:14px;font-weight:900;white-space:nowrap}.pos-workspace.pos-sale-mode-scanner .pos-products-reset-field .btn,.pos-workspace.pos-sale-mode-touch .pos-products-reset-field .btn{width:100%}.pos-workspace.pos-sale-mode-scanner .pos-filter-row-single,.pos-workspace.pos-sale-mode-touch .pos-filter-row-single{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;overflow:visible;white-space:normal}.pos-workspace.pos-sale-mode-scanner .pos-filter-row-single .btn,.pos-workspace.pos-sale-mode-touch .pos-filter-row-single .btn{flex:0 0 auto;min-height:40px;padding-inline:14px;border-radius:8px;font-size:13px;font-weight:900;white-space:nowrap}.pos-workspace.pos-sale-mode-scanner .pos-quick-picks-row,.pos-workspace.pos-sale-mode-touch .pos-quick-picks-row,.pos-workspace.pos-sale-mode-scanner .pos-scanner-ready-panel,.pos-workspace.pos-sale-mode-touch .pos-scanner-ready-panel{display:none!important}.pos-workspace.pos-sale-mode-scanner .pos-products-scroll:empty,.pos-workspace.pos-sale-mode-touch .pos-products-scroll:empty{min-height:140px}@media(max-width:1320px){.pos-workspace.pos-sale-mode-scanner .pos-products-top-row-unified,.pos-workspace.pos-sale-mode-touch .pos-products-top-row-unified{grid-template-columns:minmax(0,1fr) minmax(110px,auto)!important;gap:8px!important}.pos-workspace.pos-sale-mode-scanner .pos-products-unified-search-field input,.pos-workspace.pos-sale-mode-touch .pos-products-unified-search-field input{min-height:56px;height:56px}.pos-workspace.pos-sale-mode-scanner .pos-price-toggle-buttons .btn,.pos-workspace.pos-sale-mode-touch .pos-price-toggle-buttons .btn,.pos-workspace.pos-sale-mode-scanner .pos-products-reset-field .btn,.pos-workspace.pos-sale-mode-touch .pos-products-reset-field .btn{min-height:42px;height:42px;padding-inline:12px}}@media(max-width:1080px){.pos-workspace.pos-sale-mode-scanner .pos-products-top-row-unified,.pos-workspace.pos-sale-mode-touch .pos-products-top-row-unified{grid-template-columns:1fr!important}.pos-workspace.pos-sale-mode-scanner .pos-price-toggle-field,.pos-workspace.pos-sale-mode-touch .pos-price-toggle-field,.pos-workspace.pos-sale-mode-scanner .pos-products-reset-field,.pos-workspace.pos-sale-mode-touch .pos-products-reset-field{grid-column:1 / -1}}@media(min-width:1080px){.content-wrap:has(.pos-workspace),.content-wrap.content-wrap-pos-focus:has(.pos-workspace),.app-layout.app-layout-pos-focus .content-wrap.content-wrap-pos-focus:has(.pos-workspace){overflow:hidden!important;overscroll-behavior:contain!important;padding-top:4px!important;padding-bottom:0!important;padding-inline-start:6px!important;padding-inline-end:0!important;height:100dvh!important;max-height:100dvh!important;box-sizing:border-box!important}.content-wrap:has(.pos-workspace)>.page-stack,.content-wrap.content-wrap-pos-focus:has(.pos-workspace)>.page-stack{min-height:0!important;height:calc(100dvh - 4px)!important;max-height:calc(100dvh - 4px)!important;width:100%!important;margin:0!important;padding:0!important}.pos-workspace{height:calc(100dvh - 4px)!important;max-height:calc(100dvh - 4px)!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:4px!important;overflow:hidden!important;width:100%!important;max-width:100%!important;margin:0!important;padding-bottom:0!important}.pos-workspace .pos-grid-premium{flex:1 1 0!important;min-height:0!important;height:100%!important;align-self:stretch!important;margin-bottom:0!important;padding-bottom:0!important}.pos-workspace .pos-products-card,.pos-workspace .pos-checkout-column,.pos-workspace .pos-checkout-card{height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important;margin-bottom:0!important;box-shadow:none!important;border-bottom:none!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.pos-workspace .pos-products-card{display:flex!important;flex-direction:column!important}.pos-workspace .pos-products-static{flex:0 0 auto!important}.pos-workspace.pos-sale-mode-scanner .pos-products-scroll,.pos-workspace.pos-sale-mode-touch .pos-products-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-bottom:8px}.pos-workspace.pos-sale-mode-scanner .pos-checkout-column,.pos-workspace.pos-sale-mode-touch .pos-checkout-column,.pos-workspace .pos-checkout-column{display:flex!important;flex-direction:column!important;gap:0!important;height:100%!important}.pos-workspace.pos-sale-mode-scanner .pos-checkout-card,.pos-workspace.pos-sale-mode-touch .pos-checkout-card,.pos-workspace .pos-checkout-card{flex:1 1 0!important;min-height:0!important;height:100%!important;overflow:hidden!important;margin-bottom:0!important;border-bottom:1px solid rgba(226,232,240,.8)!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.pos-workspace.pos-sale-mode-scanner .pos-checkout-static,.pos-workspace.pos-sale-mode-touch .pos-checkout-static{flex:0 0 auto}.pos-workspace.pos-sale-mode-scanner .pos-checkout-scroll,.pos-workspace.pos-sale-mode-touch .pos-checkout-scroll{flex:1 1 auto;min-height:0;overflow:hidden}.pos-workspace.pos-sale-mode-scanner .pos-checkout-body,.pos-workspace.pos-sale-mode-touch .pos-checkout-body{height:100%;min-height:0;grid-template-rows:minmax(0,1fr) auto}.pos-workspace.pos-sale-mode-scanner .pos-cart-table,.pos-workspace.pos-sale-mode-touch .pos-cart-table{height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr)}.pos-workspace.pos-sale-mode-scanner .pos-cart-table-body,.pos-workspace.pos-sale-mode-touch .pos-cart-table-body{max-height:none!important;height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain}.pos-workspace.pos-sale-mode-scanner .pos-workspace-dock,.pos-workspace.pos-sale-mode-touch .pos-workspace-dock{align-self:end;flex:0 0 auto}}.pos-checkout-dialog-shell{height:auto!important;max-height:calc(100vh - 20px)!important;display:flex!important;flex-direction:column!important}.pos-checkout-dialog-card{height:auto!important;max-height:calc(100vh - 20px)!important;display:flex!important;flex-direction:column!important;overflow:visible!important;box-sizing:border-box!important}.pos-checkout-dialog{display:flex;flex-direction:column;gap:8px;overflow:visible;padding-inline-end:0}.pos-checkout-dialog-section{display:grid;gap:6px;min-width:0;padding:8px 10px;border:1px solid rgba(148,163,184,.2);border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f8fafcf0)}.pos-checkout-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.pos-checkout-section-head h4,.pos-checkout-dialog-section h4{margin:0;color:#0f172a;font-size:15px;font-weight:900}.pos-checkout-section-head>strong{min-width:0;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1d4ed8;font-size:13px;font-weight:900}.pos-checkout-summary-section{gap:8px}.pos-checkout-dialog-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0}.pos-checkout-dialog-summary-main{align-items:stretch}.pos-checkout-dialog-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:3px;min-width:0;min-height:48px;padding:6px 8px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#fff;box-shadow:0 4px 12px #0f172a0a}.pos-checkout-dialog-chip span{color:#64748b;font-size:11.5px;font-weight:700;white-space:nowrap;text-align:center}.pos-checkout-dialog-chip strong{min-width:0;color:#0f172a;font-size:15px;font-weight:900;line-height:1.15;text-align:center}.pos-checkout-dialog-chip.is-total{border-color:#170c5c42;background:linear-gradient(180deg,#fff,#f1f0fa)}.pos-checkout-dialog-chip .is-primary,.pos-checkout-dialog-chip strong.is-primary{color:#170c5c}.pos-checkout-dialog-chip strong.is-success{color:#16a34a}.pos-checkout-dialog-chip strong.is-danger{color:#dc2626}.pos-checkout-customer-section{overflow:visible}.pos-checkout-customer-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pos-checkout-customer-actions .btn{min-height:36px;border-radius:8px}.pos-checkout-customer-picker{display:grid;gap:10px;min-width:0;padding:10px;border:1px solid rgba(23,12,92,.2);border-radius:8px;background:#f8fbff}.pos-checkout-customer-picker .field{margin:0}.pos-checkout-customer-results{display:grid;gap:8px;max-height:min(260px,32vh);overflow-y:auto;overflow-x:hidden;padding-inline-end:4px}.pos-checkout-customer-result{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:10px 12px;border:1px solid rgba(148,163,184,.2);border-radius:8px;background:#fff;text-align:right;cursor:pointer}.pos-checkout-customer-result strong{min-width:0;color:#0f172a;font-size:14px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-checkout-customer-result span{flex:0 0 auto}.pos-checkout-customer-result.is-selected{border-color:#170c5c61;background:#f1f0fa;box-shadow:0 0 0 2px #170c5c14}.pos-checkout-quick-customer-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px;align-items:end;min-width:0}.pos-checkout-quick-customer-form .field{margin:0;min-width:0}.pos-checkout-quick-customer-form .btn{min-height:42px;border-radius:8px;white-space:nowrap}.pos-checkout-payment-section{gap:12px}.pos-checkout-payment-methods,.pos-checkout-transfer-methods{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;min-width:0}.pos-checkout-transfer-methods{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px;border:1px dashed rgba(23,12,92,.24);border-radius:8px;background:#f1f0fa}.pos-checkout-payment-methods .btn,.pos-checkout-transfer-methods .btn{min-width:0;min-height:42px;border-radius:8px;white-space:nowrap}.pos-checkout-payment-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:10px;align-items:end;min-width:0}.pos-checkout-payment-inputs .field{margin:0;min-width:0}.pos-checkout-payment-inputs .btn{min-height:42px;border-radius:8px;white-space:nowrap}.pos-checkout-payment-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-checkout-payment-summary .pos-checkout-dialog-chip{min-height:58px}.pos-checkout-dialog .error-box{margin:0;border-radius:8px;padding:10px 12px}.pos-checkout-dialog .pos-payment-strip-notes,.pos-checkout-dialog .field-wide{margin:0}.pos-checkout-dialog-actions{margin-top:auto;position:sticky;bottom:0;z-index:5;justify-content:flex-end;padding-top:10px;border-top:1px solid rgba(226,232,240,.8);background:#fff}.pos-checkout-dialog-actions .btn{min-height:40px;border-radius:8px}@media(max-width:860px){.pos-checkout-dialog-summary,.pos-checkout-payment-summary,.pos-checkout-payment-methods,.pos-checkout-transfer-methods,.pos-checkout-quick-customer-form{grid-template-columns:1fr}.pos-checkout-section-head{display:flex;flex-wrap:wrap;gap:8px}.pos-checkout-section-head>strong{max-width:100%}.pos-checkout-dialog-actions{justify-content:stretch}.pos-checkout-dialog-actions .btn{flex:1 1 140px}}@media(max-width:560px){.pos-checkout-dialog{gap:10px;padding-inline-end:0}.pos-checkout-dialog-section{padding:10px;border-radius:8px}.pos-checkout-payment-inputs{grid-template-columns:1fr}}.dialog-overlay{position:fixed!important;inset:0!important;z-index:10000!important;display:flex!important;align-items:center;justify-content:center;padding:24px 16px;overflow-x:hidden;overflow-y:auto;background:#0f172a73;overscroll-behavior:contain;animation:none!important;transition:none!important}.dialog-shell{position:relative;width:min(720px,calc(100vw - 36px));max-width:calc(100vw - 36px);max-height:calc(100vh - 48px);overflow-y:auto;border:1px solid rgba(148,163,184,.25);border-radius:14px;background:#fff;box-shadow:0 25px 60px -12px #0f172a4d,0 0 1px #0000001a;outline:none;animation:none!important;transition:none!important}.dialog-shell:focus{outline:none}.dialog-shell-close-btn{display:none!important}.dialog-shell-close-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.dialog-shell-close-btn:focus-visible{outline:2px solid var(--primary, #170c5c);outline-offset:2px}.dialog-card{border:0!important;box-shadow:none!important;background:#fff!important;padding:26px 30px!important}.dialog-shell>form,.dialog-shell>.dialog-content,.dialog-shell>.dialog-body,.dialog-shell>div:not(.pos-workspace):not(.full-bleed):not(.dialog-card):not(.page-stack){padding:26px 30px;box-sizing:border-box;width:100%}.dialog-shell.dialog-compact>form,.dialog-shell.dialog-compact>.dialog-content,.dialog-shell.dialog-compact>.dialog-body,.dialog-shell.dialog-compact>div:not(.pos-workspace):not(.full-bleed):not(.dialog-card):not(.page-stack){padding:14px 18px!important}.dialog-shell.dialog-compact .standard-dialog-header{padding-bottom:8px!important;margin-bottom:10px!important}.dialog-shell.dialog-compact .standard-dialog-footer{padding-top:10px!important;margin-top:10px!important}.dialog-shell.dialog-compact .standard-dialog-body{min-height:auto!important;gap:10px!important}.enterprise-compact-modal .field,.dialog-shell .field{margin-bottom:0!important;gap:5px!important}.enterprise-compact-modal .field span,.dialog-shell .field span{font-size:.78rem!important;font-weight:600!important;color:#475569!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.enterprise-compact-modal input,.enterprise-compact-modal textarea,.dialog-shell.dialog-compact input:not([type=checkbox]):not([type=radio]):not([type=file]),.dialog-shell.dialog-compact select{height:35px!important;font-size:.8125rem!important;border-radius:6px!important;padding:0 12px!important;border:1px solid #cbd5e1!important;background:#fff!important;box-sizing:border-box!important;outline:none!important;width:100%!important;transition:border-color .15s,box-shadow .15s!important}.enterprise-compact-modal textarea,.dialog-shell.dialog-compact textarea{height:auto!important;min-height:60px!important;padding:8px 12px!important;resize:vertical!important;line-height:1.5!important;font-family:inherit!important}.enterprise-compact-modal input:focus,.enterprise-compact-modal textarea:focus,.dialog-shell.dialog-compact input:focus,.dialog-shell.dialog-compact textarea:focus{border-color:#170e5e!important;box-shadow:0 0 0 2px #170e5e1a!important}.enterprise-compact-modal .custom-select-trigger,.dialog-shell.dialog-compact .custom-select-trigger{min-height:35px!important;height:35px!important;font-size:.8125rem!important;border-radius:6px!important;border:1px solid #cbd5e1!important;padding:0 10px 0 36px!important}.modal-section,.enterprise-modal-section,.enterprise-compact-modal>div[style*=background]{background:#fbfcfd!important;border:1px solid #edf2f7!important;border-radius:10px!important;padding:11px 14px!important}@media(max-height:820px){.dialog-overlay{padding:12px 10px!important}.dialog-shell{max-height:calc(100vh - 24px)!important}.dialog-shell>form,.dialog-shell>.dialog-content,.dialog-shell>.dialog-body,.dialog-shell>div:not(.pos-workspace):not(.full-bleed):not(.dialog-card):not(.page-stack){padding:14px 18px!important}.standard-dialog-header{padding-bottom:8px!important;margin-bottom:10px!important}.standard-dialog-footer{padding-top:10px!important;margin-top:10px!important}}.standard-dialog-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;margin-bottom:18px;border-bottom:1px solid #e2e8f0;width:100%}.standard-dialog-header-info{display:flex;flex-direction:column;gap:2px}.standard-dialog-title{margin:0;font-size:1.125rem;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:10px}.standard-dialog-title:before{content:"";display:inline-block;width:4px;height:20px;background:var(--primary, #170c5c);border-radius:4px;flex-shrink:0}.standard-dialog-subtitle{margin:0;padding-inline-start:14px;font-size:.82rem;color:#64748b;line-height:1.5}.standard-dialog-close-btn{background:transparent;border:1px solid transparent;border-radius:8px;color:#94a3b8;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease,transform .15s ease}.standard-dialog-close-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#e2e8f0}.standard-dialog-body{display:flex;flex-direction:column;flex:1;min-height:280px;gap:16px;width:100%;box-sizing:border-box}.standard-dialog-body table{width:100%;border-collapse:collapse}.standard-dialog-body thead{position:sticky;top:0;z-index:2;background-color:#f8fafc}.modal-table-container,.standard-dialog-body .table-wrapper,.standard-dialog-body [data-table-container]{flex:1;min-height:280px;max-height:400px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px;background:#fff;display:flex;flex-direction:column}.standard-dialog-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:16px;margin-top:20px;border-top:1px solid #e2e8f0;width:100%}.standard-dialog-footer .standard-dialog-footer{border-top:none!important;margin-top:0!important;padding-top:0!important;width:100%!important}.dialog-description{line-height:1.8}.dialog-shell .document-prototype-section-header,.dialog-shell .dialog-card>div:first-child{padding-inline-end:0!important;width:100%!important}.dialog-shell .document-prototype-section-actions{margin-inline-end:0!important}.dialog-shell h3,.dialog-shell .document-prototype-section-title{align-items:center;color:#0f172a;display:inline-flex;flex-wrap:nowrap;font-family:inherit;font-size:1.15rem;font-weight:800;gap:10px;letter-spacing:0;line-height:1.35;margin:0 0 4px}.dialog-shell h3:before,.dialog-shell .document-prototype-section-title:before{background:var(--primary, #170c5c);border-radius:8px;content:"";flex:none;height:22px;width:4px}.dialog-shell p.muted,.dialog-shell p.text-muted-foreground,.dialog-shell .dialog-description{margin:0;padding-inline-start:14px;font-size:.82rem;color:#64748b;line-height:1.5}.dialog-shell .document-prototype-section{border:none!important;background:transparent!important;padding:0!important;box-shadow:none!important;margin:0!important}.dialog-shell .form-grid{gap:16px 20px}@media(max-width:640px){.dialog-overlay{align-items:flex-start;padding-top:max(env(safe-area-inset-top,0px) + 28px,48px)!important;padding-bottom:max(env(safe-area-inset-bottom,0px) + 24px,24px)!important;padding-left:10px!important;padding-right:10px!important}.dialog-shell{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100vh - max(env(safe-area-inset-top,0px) + 60px,80px));border-radius:16px}.dialog-card,.dialog-shell>form,.dialog-shell>.dialog-content,.dialog-shell>.dialog-body,.dialog-shell>div:not(.pos-workspace):not(.full-bleed):not(.dialog-card):not(.page-stack){padding:18px 16px!important}}.dialog-shell>.page-stack{padding:26px 30px}.dialog-shell .section-title h3{line-height:1.45;padding-block:2px}.dialog-shell .section-description{line-height:1.75}@media(max-width:640px){.dialog-shell>.page-stack{padding:18px 16px}}.system-toast-container{position:fixed!important;top:24px!important;left:50%!important;transform:translate(-50%)!important;z-index:100000!important;display:flex!important;flex-direction:column!important;gap:10px!important;align-items:center!important;pointer-events:none!important;width:min(500px,calc(100vw - 32px))!important}.system-toast-card{pointer-events:auto!important;width:100%!important;background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:12px 16px!important;box-shadow:0 10px 25px -5px #0f172a1f,0 8px 10px -6px #0f172a0f!important;display:flex!important;align-items:flex-start!important;gap:12px!important;animation:systemToastSlideIn .25s cubic-bezier(.16,1,.3,1)!important;transition:opacity .2s ease,transform .2s ease!important;direction:rtl!important;text-align:right!important}.system-toast-card.toast-success{border-inline-start:4px solid #059669!important}.system-toast-card.toast-error{border-inline-start:4px solid #dc2626!important}.system-toast-card.toast-warning{border-inline-start:4px solid #d97706!important}.system-toast-card.toast-info{border-inline-start:4px solid #170e5e!important}.system-toast-icon-wrapper{width:32px!important;height:32px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.system-toast-icon-wrapper.icon-success{background-color:#ecfdf5!important;color:#059669!important}.system-toast-icon-wrapper.icon-error{background-color:#fef2f2!important;color:#dc2626!important}.system-toast-icon-wrapper.icon-warning{background-color:#fffbeb!important;color:#d97706!important}.system-toast-icon-wrapper.icon-info{background-color:#f1f5f9!important;color:#170e5e!important}.system-toast-body{flex:1!important;display:flex!important;flex-direction:column!important;gap:2px!important}.system-toast-title{margin:0!important;font-size:.85rem!important;font-weight:700!important;color:#0f172a!important}.system-toast-message{margin:0!important;font-size:.8125rem!important;color:#334155!important;line-height:1.5!important}.system-toast-close-btn{background:transparent!important;border:none!important;color:#94a3b8!important;cursor:pointer!important;padding:4px!important;border-radius:6px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:color .15s,background-color .15s!important;flex-shrink:0!important}.system-toast-close-btn:hover{color:#0f172a!important;background-color:#f1f5f9!important}@keyframes systemToastSlideIn{0%{opacity:0;transform:translateY(-16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.sales-workspace .sales-main-grid{min-width:0;align-items:start}.sales-workspace .sales-side-stack,.sales-workspace .sales-register-card{min-width:0}.sales-workspace .sales-side-stack{gap:12px}.sales-workspace .sales-side-stack>.card,.sales-workspace .sales-side-stack .workspace-panel{min-width:0}.sales-workspace .sales-side-stack .section-title,.sales-workspace .sales-side-stack .card-title,.sales-workspace .sales-side-stack .card-header{min-width:0}.sales-workspace .sales-side-stack .actions{gap:6px}.sales-workspace .sales-side-stack .actions .btn,.sales-workspace .sales-side-stack .actions .button{min-height:34px;padding:6px 10px;font-size:12px;white-space:nowrap}.sales-workspace .sales-side-stack .invoice-detail-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.sales-workspace .sales-side-stack .invoice-detail-summary-grid .stat-card{min-width:0;padding:8px 10px!important;border-radius:8px;box-shadow:none}.sales-workspace .sales-side-stack .invoice-detail-summary-grid .stat-card span{font-size:10px!important;line-height:1.25}.sales-workspace .sales-side-stack .invoice-detail-summary-grid .stat-card strong{margin-top:4px!important;font-size:13px!important;line-height:1.35!important;word-break:normal;overflow-wrap:normal}.sales-workspace .sales-side-stack .invoice-detail-summary-grid .stat-card:nth-child(2) strong{display:inline-flex;align-items:center;width:fit-content;max-width:100%;padding:3px 8px;border-radius:8px;background:#dcfce7;color:#166534;font-size:12px!important;line-height:1.2!important;white-space:nowrap}.sales-workspace .sales-side-stack .invoice-detail-summary-grid .stat-card:nth-child(4){grid-column:1 / -1}.sales-workspace .sales-side-stack .invoice-detail-summary-grid .stat-card:nth-child(4) strong{white-space:normal;word-break:keep-all;overflow-wrap:normal}.dialog-shell .invoice-detail-summary-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.dialog-shell .invoice-detail-summary-grid .stat-card{min-width:0;padding:10px 14px!important;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;box-shadow:none}.dialog-shell .invoice-detail-summary-grid .stat-card span{font-size:11px!important;font-weight:600;color:#64748b;display:block;margin-bottom:2px}.dialog-shell .invoice-detail-summary-grid .stat-card strong{font-size:14px!important;font-weight:700;color:#0f172a;white-space:normal!important;word-break:normal;overflow:visible!important;text-overflow:unset!important}.dialog-shell .invoice-detail-summary-grid .stat-card .status-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;background:#dcfce7;color:#166534;font-size:12px!important;font-weight:700}.dialog-shell .invoice-detail-summary-grid .stat-card:nth-child(4){grid-column:auto!important}.dialog-shell .invoice-detail-table-wrap{width:100%!important;max-width:100%!important;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.dialog-shell .invoice-detail-table-wrap table{width:100%!important;min-width:100%!important;border-collapse:collapse}.dialog-shell .invoice-detail-table-wrap th{background:#f8fafc!important;color:#475569!important;font-size:12.5px!important;font-weight:700!important;padding:11px 14px!important;border-bottom:1px solid #e2e8f0!important}.dialog-shell .invoice-detail-table-wrap td{padding:11px 14px!important;font-size:13px!important;border-bottom:1px solid #f1f5f9!important;color:#0f172a!important;line-height:1.4!important}.dialog-shell .invoice-detail-table-wrap tbody tr:last-child td{border-bottom:none!important}.dialog-shell .invoice-detail-table-wrap tbody tr:hover td{background:#f8fafc!important}.sales-workspace .sales-side-stack .table-wrap{border-radius:8px;max-width:100%}.sales-workspace .sales-side-stack .table-wrap table{min-width:440px!important}.sales-workspace .sales-side-stack .table-wrap th,.sales-workspace .sales-side-stack .table-wrap td{padding:7px 8px!important;font-size:11px!important;line-height:1.35!important}.sales-workspace .sales-side-stack .list-row{padding:9px 10px;border-radius:8px}.sales-workspace .sales-side-stack .list-row strong{font-size:13px}@media(max-width:1500px){.sales-workspace .sales-main-grid{grid-template-columns:1fr!important}.sales-workspace .sales-side-stack{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(360px,1.15fr);gap:12px;align-items:start}.sales-workspace .sales-side-stack .invoice-detail-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.sales-workspace .sales-side-stack .invoice-detail-summary-grid .stat-card:nth-child(4){grid-column:auto}.sales-workspace .sales-side-stack .table-wrap table{min-width:520px!important}}@media(max-width:980px){.sales-workspace .sales-side-stack{grid-template-columns:1fr}.sales-workspace .sales-side-stack .invoice-detail-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sales-workspace .sales-side-stack .invoice-detail-summary-grid .stat-card:nth-child(4){grid-column:1 / -1}}.sale-detail-card-shell,.sale-detail-card-shell .invoice-detail-header,.sale-detail-card-shell .invoice-detail-actions-bar,.sale-detail-card-shell .invoice-detail-summary-grid,.sale-detail-card-shell .invoice-mobile-items-list{width:100%!important;box-sizing:border-box!important}@media(max-width:768px){.dialog-shell .invoice-detail-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 10px!important;width:100%!important}.dialog-shell .invoice-detail-summary-grid .stat-card{padding:9px 12px!important;min-height:52px;width:100%!important;box-sizing:border-box!important}.dialog-shell .invoice-detail-summary-grid .stat-card span{font-size:11px!important;margin-bottom:2px}.dialog-shell .invoice-detail-summary-grid .stat-card strong{font-size:13px!important;white-space:normal!important;word-break:normal!important}.dialog-shell .invoice-detail-actions-bar,.invoice-detail-actions-bar{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important}.dialog-shell .invoice-detail-actions-bar button,.dialog-shell .invoice-detail-actions-bar .btn-whatsapp-share,.invoice-detail-actions-bar button,.invoice-detail-actions-bar .btn-whatsapp-share{width:100%!important;font-size:12.5px!important;padding:8px 10px!important}.sales-workspace .invoice-detail-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important}.sales-workspace .sales-side-stack .invoice-detail-summary-grid .stat-card:nth-child(4){grid-column:auto}}html,body,#root{max-width:100%;overflow-x:hidden}:where(.app-shell,.main-shell,.content-wrap,.page-shell,.page-stack){min-width:0;max-width:100%}:where(.content-wrap):not(.content-wrap-pos-focus){padding-top:14px!important}:where(.content-wrap>*,.content-wrap>.page-stack,.content-wrap>.page-shell,.content-wrap>main,.document-prototype-column):not(.pos-workspace,.pos-page,.cashier-page,.content-wrap-pos-focus){margin-top:0!important;padding-top:0!important}:where(.page-shell,.page-stack):not(.pos-workspace,.pos-page,.cashier-page,.content-wrap-pos-focus){gap:clamp(10px,1.1vw,18px)}:where(.page-shell,.page-stack,.workspace-panel,.card,.panel,.list-stack,.table-wrap):not(.pos-workspace *){min-width:0}:where(.card,.workspace-panel,.panel):not(.pos-workspace *,.pos-sale-success-modal-shell,.dialog-shell){overflow:hidden}:where(.card):not(.pos-workspace *,.pos-sale-success-modal-shell,.dialog-shell){padding:clamp(12px,1.15vw,20px)}:where(.card-header,.section-header,.page-header,.toolbar-grid):not(.pos-workspace *){min-width:0;gap:clamp(8px,1vw,14px)}:where(.card-title,.section-title,.page-title,h1,h2,h3):not(.pos-workspace *){overflow-wrap:anywhere}:where(.card-title,.section-title):not(.pos-workspace *){font-size:clamp(15px,1vw,19px);line-height:1.45}:where(.page-title,h1):not(.pos-workspace *){font-size:clamp(18px,1.35vw,26px);line-height:1.35}:where(.muted,.small,.card-description,.section-description):not(.pos-workspace *){line-height:1.65}:where(.stats-grid,.compact-grid,.panel-grid,.three-column-grid):not(.pos-workspace *){min-width:0;grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr));gap:clamp(8px,1vw,14px)}:where(.stat-card):not(.pos-workspace *){min-width:0;padding:clamp(10px,1vw,16px)}:where(.stat-card span):not(.pos-workspace *){font-size:clamp(10px,.78vw,12px);line-height:1.35}:where(.stat-card strong):not(.pos-workspace *){font-size:clamp(15px,1.15vw,22px);line-height:1.3;overflow-wrap:anywhere}:where(.actions,.compact-actions,.section-actions-clean):not(.pos-workspace *){min-width:0;flex-wrap:wrap;gap:clamp(6px,.75vw,10px)}:where(.btn,.button,button):not(.pos-workspace *,.pos-sale-success-modal-shell *){max-width:100%;white-space:nowrap}:where(.toolbar-grid):not(.pos-workspace *){grid-template-columns:minmax(0,1fr) auto}:where(.field,.field label):not(.pos-workspace *){min-width:0}:where(input,select,textarea):not(.pos-workspace *){max-width:100%}:where(.list-row):not(.pos-workspace *){min-width:0;gap:clamp(8px,1vw,14px)}:where(.list-row>*,.list-row strong,.list-row span,.list-row div):not(.pos-workspace *){min-width:0}:where(.table-wrap):not(.pos-workspace *){max-width:100%;max-height:65vh;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}:where(.table-wrap table):not(.pos-workspace *){width:100%}:where(th,td):not(.pos-workspace *){overflow-wrap:anywhere}:where(.nav-pill,.status-badge):not(.pos-workspace *){max-width:100%;white-space:nowrap}:where(.dashboard-page,.home-page,.dashboard-shell,.home-dashboard):not(.pos-workspace *){min-width:0}:where(.dashboard-page .card,.home-page .card,.dashboard-shell .card,.home-dashboard .card){min-width:0}:where(.dashboard-page .list-row,.home-page .list-row,.dashboard-shell .list-row,.home-dashboard .list-row){padding-block:clamp(8px,.9vw,12px)}:where(.dashboard-page .stat-card,.home-page .stat-card,.dashboard-shell .stat-card,.home-dashboard .stat-card){min-height:0}@media(max-width:1380px){:where(.page-shell,.page-stack):not(.pos-workspace,.pos-page,.cashier-page,.content-wrap-pos-focus){gap:12px}:where(.card):not(.pos-workspace *,.pos-sale-success-modal-shell,.dialog-shell){padding:14px}:where(.stats-grid,.compact-grid,.panel-grid,.three-column-grid):not(.pos-workspace *){grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr))}:where(.stat-card strong):not(.pos-workspace *){font-size:clamp(14px,1.25vw,19px)}}@media(max-width:1100px){:where(.toolbar-grid):not(.pos-workspace *){grid-template-columns:1fr}:where(.page-header,.card-header,.section-header):not(.pos-workspace *){align-items:flex-start}:where(.actions,.compact-actions,.section-actions-clean):not(.pos-workspace *){justify-content:flex-start}:where(.stats-grid,.compact-grid,.panel-grid,.three-column-grid):not(.pos-workspace *){grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr))}}@media(max-width:820px){:where(.page-shell,.page-stack):not(.pos-workspace,.pos-page,.cashier-page,.content-wrap-pos-focus){gap:10px}:where(.card):not(.pos-workspace *,.pos-sale-success-modal-shell,.dialog-shell){padding:12px;border-radius:10px}:where(.panel-grid,.three-column-grid,.two-column-grid,.inline-create-grid,.grid.two-columns,.grid.three-columns):not(.pos-workspace *,.product-compact-card *,[class*=product-form-grid-] *){grid-template-columns:1fr!important}:where(.stats-grid,.compact-grid,.workspace-stats-grid):not(.pos-workspace *){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}:where(.btn,.button,button):not(.pos-workspace *,.pos-sale-success-modal-shell *,.pos-cart-qty-btn,.mobile-bottom-nav-item,.filter-chip-row *,.compact-actions *,.storefront-product-card *){min-height:36px;padding-inline:12px;font-size:13px;border-radius:8px}:where(.compact-actions,.actions,.page-header-actions):not(.pos-workspace *){display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:6px}:where(.compact-actions .btn,.page-header-actions .btn):not(.pos-workspace *){min-height:32px;height:32px;padding:4px 10px;font-size:12px;width:auto}:where(input:not([type=checkbox]):not([type=radio]),select,textarea):not(.pos-workspace *,.pos-cart-col-qty input){min-height:38px;font-size:13.5px;border-radius:8px}:where(.table-wrap):not(.pos-workspace *){border-radius:8px;-webkit-overflow-scrolling:touch}:where(.table-wrap th,.table-wrap td):not(.pos-workspace *){padding:8px 10px;font-size:12.5px}}@media(max-width:640px){:where(.dialog-shell){width:96vw!important;max-width:96vw!important;border-radius:14px!important;margin:8px auto!important}:where(.dialog-card){padding:16px 14px!important}:where(.page-header-row):not(.pos-workspace *){flex-wrap:wrap;gap:6px}}.dashboard-priority-shell{gap:clamp(10px,.9vw,14px)}.dashboard-priority-shell>.page-header{padding:clamp(14px,1.2vw,20px)}.dashboard-priority-shell .manager-action-center-card{border-color:#dc26261f;background:linear-gradient(180deg,#fff,snow)}.dashboard-priority-shell .manager-action-center-card .section-title,.dashboard-priority-shell .dashboard-side-card .section-title,.dashboard-priority-shell .dashboard-daily-brief-card .section-title{margin-bottom:10px}.dashboard-priority-shell .manager-action-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:310px;overflow-y:auto;padding-inline-end:2px}.dashboard-priority-shell .manager-action-item{padding:10px;border-radius:8px;align-items:stretch}.dashboard-priority-shell .manager-action-copy strong{font-size:13px}.dashboard-priority-shell .manager-action-copy span:not(.manager-action-severity){font-size:11px;line-height:1.55}.dashboard-priority-shell .manager-action-metadata{gap:4px}.dashboard-priority-shell .manager-action-link{align-self:center;min-height:30px;padding:5px 9px;font-size:11px}.dashboard-priority-shell .dashboard-hero-grid,.dashboard-priority-shell .dashboard-hero-grid-compact{grid-template-columns:1fr!important;gap:10px}.dashboard-priority-shell .dashboard-hero-card,.dashboard-priority-shell .dashboard-hero-card-compact{display:grid;grid-template-columns:minmax(190px,.5fr) minmax(300px,.75fr) minmax(520px,1.45fr);align-items:stretch;gap:10px;padding:12px!important;border-radius:8px;min-height:0}.dashboard-priority-shell .dashboard-hero-copy,.dashboard-priority-shell .dashboard-hero-copy-compact{justify-content:center;gap:6px;padding:10px 12px!important;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:#f8fbff}.dashboard-priority-shell .dashboard-hero-copy h2{margin:4px 0 2px;font-size:clamp(17px,1vw,22px)}.dashboard-priority-shell .dashboard-hero-copy .section-description{font-size:11px;line-height:1.45}.dashboard-priority-shell .dashboard-hero-kicker{width:fit-content;margin-bottom:2px;padding:4px 9px;font-size:10px}.dashboard-priority-shell .dashboard-hero-chips,.dashboard-priority-shell .dashboard-hero-chips-compact{align-content:stretch;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dashboard-priority-shell .dashboard-hero-chip{display:flex;flex-direction:column;justify-content:center;min-height:74px;padding:9px 10px;border-radius:8px}.dashboard-priority-shell .dashboard-hero-chip strong{margin-top:4px;font-size:clamp(17px,1.1vw,22px)}.dashboard-priority-shell .dashboard-hero-spotlight,.dashboard-priority-shell .dashboard-hero-spotlight-compact{align-content:stretch;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0!important}.dashboard-priority-shell .dashboard-metric-card{display:flex;flex-direction:column;justify-content:center;min-height:74px;padding:10px 12px;border-radius:8px}.dashboard-priority-shell .dashboard-metric-copy{gap:8px}.dashboard-priority-shell .dashboard-metric-copy span{font-size:11px}.dashboard-priority-shell .dashboard-metric-copy strong{font-size:clamp(18px,1.2vw,24px)}.dashboard-priority-shell .dashboard-metric-card small{margin-top:5px;font-size:10px;line-height:1.35}.dashboard-priority-shell .dashboard-metric-glow{height:6px;margin-top:8px}.dashboard-priority-shell .dashboard-side-card{display:none!important}.dashboard-priority-shell .dashboard-daily-brief-card{border-radius:8px}.dashboard-priority-shell .daily-brief-layout{grid-template-columns:minmax(220px,.7fr) minmax(0,1.7fr) minmax(180px,.55fr);gap:10px}.dashboard-priority-shell .daily-brief-copy,.dashboard-priority-shell .daily-brief-action,.dashboard-priority-shell .daily-brief-positive,.dashboard-priority-shell .daily-brief-comparison{border-radius:8px;padding:10px 12px}.dashboard-priority-shell .daily-brief-copy h2{margin:8px 0 5px;font-size:18px}.dashboard-priority-shell .daily-brief-copy p,.dashboard-priority-shell .daily-brief-action small,.dashboard-priority-shell .daily-brief-positive span,.dashboard-priority-shell .daily-brief-comparison small{font-size:11px;line-height:1.5}.dashboard-priority-shell .daily-brief-actions{gap:8px}.dashboard-priority-shell .daily-brief-action strong{font-size:12px;line-height:1.4}.dashboard-priority-shell .daily-brief-positive{min-height:0}.dashboard-priority-shell .spotlight-card-strip,.dashboard-priority-shell [aria-label="أولوية المشاهدة في الرئيسية"]{margin-block:0}.dashboard-priority-shell .manager-overview-sections{gap:12px}.dashboard-priority-shell .manager-overview-metrics-grid,.dashboard-priority-shell .manager-overview-profit-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.dashboard-priority-shell .manager-overview-metric{min-height:66px;padding:9px 10px;border-radius:8px}.dashboard-priority-shell .manager-overview-metric strong{font-size:15px}.dashboard-priority-shell .manager-decision-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-priority-shell .manager-overview-three-col{gap:8px}.dashboard-priority-shell .manager-overview-list-card,.dashboard-priority-shell .manager-overview-row{border-radius:8px}.dashboard-priority-shell .manager-overview-list-card{padding:10px}.dashboard-priority-shell .manager-overview-row{padding:8px 9px}.dashboard-priority-shell .manager-overview-mini-metrics{gap:7px}.dashboard-priority-shell .dashboard-content-grid,.dashboard-priority-shell .dashboard-premium-stats-grid{gap:12px}.dashboard-priority-shell .dashboard-content-grid .list-stack,.dashboard-priority-shell .dashboard-premium-card .list-stack{gap:8px}.dashboard-priority-shell .dashboard-content-grid .list-row,.dashboard-priority-shell .dashboard-premium-card .list-row{padding:9px 10px;border-radius:8px}@media(max-width:1500px){.dashboard-priority-shell .manager-action-list{grid-template-columns:1fr;max-height:360px}.dashboard-priority-shell .dashboard-hero-card,.dashboard-priority-shell .dashboard-hero-card-compact{grid-template-columns:1fr}.dashboard-priority-shell .dashboard-hero-copy,.dashboard-priority-shell .dashboard-hero-copy-compact{min-height:0}.dashboard-priority-shell .dashboard-actions-grid-premium{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.dashboard-priority-shell .dashboard-action-link{min-height:66px}.dashboard-priority-shell .manager-decision-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-priority-shell .manager-decision-grid>.manager-overview-card:last-child{grid-column:1 / -1}}@media(max-width:1180px){.dashboard-priority-shell .daily-brief-layout,.dashboard-priority-shell .daily-brief-actions,.dashboard-priority-shell .dashboard-hero-spotlight,.dashboard-priority-shell .dashboard-hero-chips,.dashboard-priority-shell .manager-overview-three-col,.dashboard-priority-shell .manager-overview-mini-metrics,.dashboard-priority-shell .manager-decision-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-priority-shell .daily-brief-copy,.dashboard-priority-shell .daily-brief-comparisons,.dashboard-priority-shell .manager-decision-grid>.manager-overview-card:last-child{grid-column:1 / -1}}@media(max-width:760px){.dashboard-priority-shell .manager-action-list,.dashboard-priority-shell .dashboard-actions-grid-premium,.dashboard-priority-shell .daily-brief-layout,.dashboard-priority-shell .daily-brief-actions,.dashboard-priority-shell .dashboard-hero-spotlight,.dashboard-priority-shell .dashboard-hero-chips,.dashboard-priority-shell .manager-overview-three-col,.dashboard-priority-shell .manager-overview-mini-metrics,.dashboard-priority-shell .manager-decision-grid,.dashboard-priority-shell .manager-action-item{grid-template-columns:1fr}.dashboard-priority-shell .manager-action-link{width:100%;justify-content:center}}.reports-executive-card .enhanced-executive-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(380px,440px)!important;gap:16px!important;align-items:stretch!important}.reports-executive-paired-grid{display:grid!important;width:100%!important;min-width:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;align-items:stretch}.reports-executive-metric-pair{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:12px;min-width:0}.reports-executive-metric-pair>*{min-width:0;width:100%}.reports-executive-paired-grid .report-metric-card,.reports-executive-paired-grid .dashboard-metric-card,.reports-executive-paired-grid>*>*{width:100%}.reports-executive-paired-grid .report-metric-card,.reports-executive-paired-grid .dashboard-metric-card{min-height:116px}.reports-executive-card .reports-metric-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;align-content:start;min-width:0;width:100%;max-width:none}.reports-executive-card .reports-metric-list .metric-row{min-width:0;padding:10px 12px;border-radius:8px}.reports-executive-card .reports-metric-list .metric-row span,.reports-executive-card .reports-metric-list .metric-row strong{overflow-wrap:normal;word-break:normal}.reports-executive-card .reports-metric-list .metric-row strong{white-space:nowrap}@media(max-width:1380px){.reports-executive-card .enhanced-executive-layout{grid-template-columns:1fr!important}.reports-executive-card .reports-metric-list{grid-template-columns:repeat(3,minmax(150px,1fr))!important}}@media(max-width:980px){.reports-executive-paired-grid,.reports-executive-card .reports-metric-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){.reports-executive-paired-grid,.reports-executive-card .reports-metric-list{grid-template-columns:1fr!important}}.sidebar-link.sidebar-link-sub{grid-template-columns:minmax(0,1fr) auto 8px;column-gap:6px;justify-content:stretch;justify-items:stretch;padding:4px 8px 4px 6px;min-height:28px}html[dir=rtl] .sidebar-link.sidebar-link-sub{text-align:right}html[dir=ltr] .sidebar-link.sidebar-link-sub{grid-template-columns:8px auto minmax(0,1fr);text-align:left}.sidebar-link.sidebar-link-sub .sidebar-icon{grid-area:icon;align-self:center;width:7px;height:7px;flex:0 0 7px;border:0;border-radius:8px;background:#64748b8c;color:transparent;box-shadow:none;transform:none}html[dir=rtl] .sidebar-link.sidebar-link-sub .sidebar-icon{grid-column:3;justify-self:end}html[dir=ltr] .sidebar-link.sidebar-link-sub .sidebar-icon{grid-column:1;justify-self:start}.sidebar-link.sidebar-link-sub .sidebar-icon svg{display:none}.sidebar-link.sidebar-link-sub .sidebar-label{grid-area:label;grid-column:2;align-self:center;width:auto;max-width:100%;min-width:0;white-space:nowrap;overflow:visible;text-overflow:clip;font-size:14px;font-weight:500;line-height:1.2}html[dir=rtl] .sidebar-link.sidebar-link-sub .sidebar-label{justify-self:end;direction:rtl;text-align:right}html[dir=ltr] .sidebar-link.sidebar-link-sub .sidebar-label{justify-self:start;direction:ltr;text-align:left}.sidebar-link.sidebar-link-sub .sidebar-link-chevron-spacer{grid-area:chevron;justify-self:stretch;width:auto;min-width:0;height:1px}html[dir=rtl] .sidebar-link.sidebar-link-sub .sidebar-link-chevron-spacer{grid-column:1}html[dir=ltr] .sidebar-link.sidebar-link-sub .sidebar-link-chevron-spacer{grid-column:3}.sidebar-link.sidebar-link-sub.active .sidebar-label{font-weight:600}.sidebar-link.sidebar-link-sub:hover .sidebar-icon,.sidebar-link.sidebar-link-sub.active .sidebar-icon{background:var(--icon-fg, #1d4ed8);box-shadow:none;transform:none}.form-grid>.field-wide,.form-grid>.actions.field-wide,.form-grid>.error-box.field-wide{grid-column:1 / -1}.form-grid>.actions.field-wide{align-items:center;justify-content:flex-start;align-self:start}.form-grid>.actions.field-wide .btn,.form-grid>.actions.field-wide .button{width:auto;min-height:38px;align-self:center}.form-grid>.field-wide .form-grid{grid-column:1 / -1}@media(max-width:760px){.form-grid{grid-template-columns:1fr}}.page-shell[dir=rtl]:has(.hr-section-nav){--hr-surface: rgba(255, 255, 255, .94);--hr-surface-soft: rgba(248, 250, 252, .86);--hr-border: rgba(148, 163, 184, .24);--hr-border-strong: rgba(23, 12, 92, .2);--hr-shadow: 0 14px 36px rgba(15, 23, 42, .07);--hr-shadow-soft: 0 8px 22px rgba(15, 23, 42, .05);--hr-radius: 18px;gap:14px}.page-shell[dir=rtl]:has(.hr-section-nav)>.card,.page-shell[dir=rtl]:has(.hr-section-nav) .card:not(.stat-card){border-color:var(--hr-border);border-radius:var(--hr-radius);box-shadow:var(--hr-shadow-soft)}.page-shell[dir=rtl]:has(.hr-section-nav)>.card:hover,.page-shell[dir=rtl]:has(.hr-section-nav) .card:not(.stat-card):hover{box-shadow:var(--hr-shadow)}.page-shell[dir=rtl]:has(.hr-section-nav) .card>.card-header,.page-shell[dir=rtl]:has(.hr-section-nav) .card-header{gap:10px}.page-shell[dir=rtl]:has(.hr-section-nav) .card-title,.page-shell[dir=rtl]:has(.hr-section-nav) .card h2,.page-shell[dir=rtl]:has(.hr-section-nav) .card h3{letter-spacing:-.01em}.page-shell[dir=rtl]:has(.hr-section-nav) .card-description,.page-shell[dir=rtl]:has(.hr-section-nav) .muted{line-height:1.75}.page-shell[dir=rtl]:has(.hr-section-nav) .form-grid{gap:12px}.page-shell[dir=rtl]:has(.hr-section-nav) .field{background:var(--hr-surface-soft);border:1px solid rgba(226,232,240,.82);border-radius:8px;padding:12px}.page-shell[dir=rtl]:has(.hr-section-nav) .field>span:first-child,.page-shell[dir=rtl]:has(.hr-section-nav) .field label>span:first-child{color:#334155eb;font-weight:700}.page-shell[dir=rtl]:has(.hr-section-nav) .field strong{color:#0f172a;font-size:1.02rem}.page-shell[dir=rtl]:has(.hr-section-nav) .field input,.page-shell[dir=rtl]:has(.hr-section-nav) .field select,.page-shell[dir=rtl]:has(.hr-section-nav) .field textarea{background:#fffffff5;border-color:#94a3b857;border-radius:8px;min-height:38px}.page-shell[dir=rtl]:has(.hr-section-nav) .field input:focus,.page-shell[dir=rtl]:has(.hr-section-nav) .field select:focus,.page-shell[dir=rtl]:has(.hr-section-nav) .field textarea:focus{border-color:#170c5c6b;box-shadow:0 0 0 3px #170c5c1a;outline:none}.page-shell[dir=rtl]:has(.hr-section-nav) .stats-grid{gap:12px}.page-shell[dir=rtl]:has(.hr-section-nav) .stat-card,.page-shell[dir=rtl]:has(.hr-section-nav) button.stat-card{background:linear-gradient(180deg,#fffffffa,#f8fafce6);border:1px solid var(--hr-border);border-radius:8px;box-shadow:0 10px 26px #0f172a0e;min-height:94px;padding:14px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}.page-shell[dir=rtl]:has(.hr-section-nav) button.stat-card{cursor:pointer}.page-shell[dir=rtl]:has(.hr-section-nav) button.stat-card:hover{background:linear-gradient(180deg,#eff6fffa,#fffffff2);border-color:var(--hr-border-strong);box-shadow:0 14px 32px #170c5c1a;transform:translateY(-2px)}.page-shell[dir=rtl]:has(.hr-section-nav) .stat-card span{color:#475569f2;font-size:.86rem;font-weight:700}.page-shell[dir=rtl]:has(.hr-section-nav) .stat-card strong{color:#0f172a;display:block;font-size:1.32rem;line-height:1.35;margin-top:6px}.page-shell[dir=rtl]:has(.hr-section-nav) .compact-actions{gap:8px}.page-shell[dir=rtl]:has(.hr-section-nav) .compact-actions .btn,.page-shell[dir=rtl]:has(.hr-section-nav) .compact-actions .button,.page-shell[dir=rtl]:has(.hr-section-nav) .compact-actions button{border-radius:8px;min-height:36px}.page-shell[dir=rtl]:has(.hr-section-nav) .data-table,.page-shell[dir=rtl]:has(.hr-section-nav) table.data-table{border-collapse:separate;border-spacing:0}.page-shell[dir=rtl]:has(.hr-section-nav) .data-table th,.page-shell[dir=rtl]:has(.hr-section-nav) table.data-table th{background:#f8fafcf2;color:#334155f2;font-weight:800;white-space:nowrap}.page-shell[dir=rtl]:has(.hr-section-nav) .data-table td,.page-shell[dir=rtl]:has(.hr-section-nav) table.data-table td{vertical-align:middle}.page-shell[dir=rtl]:has(.hr-section-nav) .data-table tbody tr,.page-shell[dir=rtl]:has(.hr-section-nav) table.data-table tbody tr{transition:background .14s ease}.page-shell[dir=rtl]:has(.hr-section-nav) .data-table tbody tr:hover,.page-shell[dir=rtl]:has(.hr-section-nav) table.data-table tbody tr:hover{background:#eff6ff94}.page-shell[dir=rtl]:has(.hr-section-nav) .table-wrap{border:1px solid rgba(226,232,240,.82);border-radius:8px;overflow:auto}.page-shell[dir=rtl]:has(.hr-section-nav) details{background:#f8fafcdb;border:1px solid rgba(226,232,240,.82);border-radius:8px;padding:8px 10px}.page-shell[dir=rtl]:has(.hr-section-nav) details summary{cursor:pointer;font-weight:800}.page-shell[dir=rtl]:has(.hr-section-nav) .notice-box,.page-shell[dir=rtl]:has(.hr-section-nav) .error-box{border-radius:8px;line-height:1.75}.page-shell[dir=rtl]:has(.hr-section-nav) .card-soft{border-color:var(--hr-border);border-radius:8px}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav,.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav *{overflow:visible!important}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav{align-items:center;display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:flex-start;padding:8px 14px!important}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav .muted.small{color:#0f172a!important;display:inline-flex;flex:0 0 auto;font-family:Cairo,Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.86rem;font-weight:800;letter-spacing:0!important;line-height:1.55;margin-bottom:0;padding-inline:4px 10px;white-space:nowrap}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav .compact-actions{align-items:center;column-gap:14px!important;display:flex;flex:1 1 auto;justify-content:flex-end;margin-top:0!important;row-gap:8px!important;width:auto!important}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav-link{align-items:center;direction:rtl;display:inline-flex;flex:0 0 auto;font-family:Cairo,Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:700;justify-content:center;letter-spacing:0!important;line-height:1.65!important;min-height:34px!important;padding-block:4px!important;padding-inline:14px!important;text-align:center;text-rendering:geometricPrecision;white-space:nowrap;word-spacing:.06em}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav-link.active{font-weight:800}@media(max-width:900px){.page-shell[dir=rtl]:has(.hr-section-nav) .page-header{padding:14px}.page-shell[dir=rtl]:has(.hr-section-nav) .page-header-actions,.page-shell[dir=rtl]:has(.hr-section-nav) .compact-actions{width:100%}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav .compact-actions{width:auto!important}.page-shell[dir=rtl]:has(.hr-section-nav) .compact-actions .btn,.page-shell[dir=rtl]:has(.hr-section-nav) .compact-actions .button,.page-shell[dir=rtl]:has(.hr-section-nav) .compact-actions button{flex:1 1 auto}.page-shell[dir=rtl]:has(.hr-section-nav) .stat-card,.page-shell[dir=rtl]:has(.hr-section-nav) button.stat-card{min-height:82px}}@media(max-width:640px){.page-shell[dir=rtl]:has(.hr-section-nav){gap:10px}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav{border-radius:8px;padding:8px 10px!important}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav .compact-actions{justify-content:center;width:100%!important}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav-link{flex:1 1 calc(50% - 8px);justify-content:center;min-height:36px!important;padding-inline:12px!important}.page-shell[dir=rtl]:has(.hr-section-nav) .page-header-title{font-size:1.35rem}}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav{min-height:46px;padding-block:7px!important;padding-inline:12px!important}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav .muted.small{align-items:center;background:#eff6ffeb;border:1px solid rgba(23,12,92,.16);border-radius:8px;color:#1e40af!important;font-size:.88rem;font-weight:800;min-height:32px;padding-block:3px;padding-inline:12px}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav .compact-actions{column-gap:10px!important;justify-content:flex-start;row-gap:8px!important}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav-link,.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav-link.active,.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav-link:hover{border:1px solid transparent;border-radius:8px;font-size:.9rem!important;min-height:32px!important;padding-block:3px!important;padding-inline:12px!important}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav-link.active{background:#dbeafef5!important;border-color:#170c5c47!important;box-shadow:0 6px 16px #170c5c1a;color:#1d4ed8!important;font-weight:800!important;transform:none!important}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav-link:not(.active):hover{color:#1d4ed8!important}@media(max-width:640px){.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav .muted.small{width:100%;justify-content:center}}:root{--z-erp-approved-logo: url(/brand/z-erp-approved-icon.png)}.z-erp-icon{--z-erp-icon-size: 40px;display:inline-block;width:var(--z-erp-icon-size);height:calc(var(--z-erp-icon-size) * 1.04);flex:0 0 auto;vertical-align:middle;background-image:var(--z-erp-approved-logo);background-repeat:no-repeat;background-position:center;background-size:contain;filter:drop-shadow(0 8px 18px rgba(23,12,92,.2))}.z-erp-product-mark{display:inline-flex;align-items:center;gap:9px;min-width:0}.z-erp-product-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;line-height:1.05}.z-erp-product-copy strong{color:#0f172a;font-size:16px;font-weight:900;letter-spacing:.02em;white-space:nowrap}.z-erp-product-copy span{margin-top:3px;color:#64748b;font-size:10px;font-weight:700;white-space:nowrap}.brand{min-height:64px;gap:10px;padding:4px 10px 2px}.brand-copy{flex:1 1 auto;min-width:0;overflow:hidden;gap:2px}.brand-logo{position:relative;width:48px;height:48px;border-radius:12px;overflow:visible;flex:0 0 48px;background:transparent;box-shadow:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.brand-logo:hover .brand-logo-img{opacity:.95;transform:scale(1.05)}.brand-logo:active .brand-logo-img{transform:scale(.95)}.brand-logo-img{width:44px;height:44px;object-fit:contain;display:block;margin:0 auto;filter:drop-shadow(0 3px 8px rgba(15,23,42,.16));transition:opacity .2s ease,transform .2s ease}.z-erp-icon-img{filter:drop-shadow(0 4px 12px rgba(23,12,92,.2));transition:transform .2s ease}.brand-logo .z-mark,.brand-logo .systems-mark{display:none}.brand-logo:before{display:none}.brand-logo:after{content:none}.brand-title{width:100%;font-size:13px;font-weight:900;line-height:1.25;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;word-break:break-word}.brand-copy .brand-sub{width:100%;font-size:10px;color:#475569;font-weight:800;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-copy .brand-sub.muted{color:#64748b;font-size:8.5px;font-weight:700;letter-spacing:-.02em}.brand-sub-interactive{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:3px 8px;border-radius:8px;border:1px solid transparent;background:transparent;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:visible}.brand-sub-interactive .brand-powered-label{display:block;font-size:8.5px;color:#64748b;font-weight:700;letter-spacing:-.01em;line-height:1;transition:color .2s ease}.brand-sub-interactive .brand-powered-name{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:900;margin-top:2px;line-height:1.1;color:#1e293b;transition:background-color .25s ease,color .25s ease,transform .25s ease}.brand-sub-interactive:hover{transform:translateY(-2px) scale(1.06);background:linear-gradient(135deg,#eef2ffe6,#f0fdfae6);border-color:#6366f159;box-shadow:0 6px 16px #6366f133,inset 0 1px #fffffff2}.brand-sub-interactive:hover .brand-powered-label{color:#4f46e5}.brand-sub-interactive:hover .brand-powered-name{background:linear-gradient(120deg,#1e293b,#4338ca 35%,#06b6d4,#4338ca 65%,#1e293b);background-size:250% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:zShineText 1.2s linear infinite;filter:drop-shadow(0 2px 8px rgba(99,102,241,.45))}.brand-sub-interactive:active{transform:scale(.95)}@keyframes zShineText{0%{background-position:250% center}to{background-position:-250% center}}.pos-title-brand-mark{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:4px 11px 4px 5px;border:1px solid rgba(203,213,225,.72);border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f8fafceb);box-shadow:0 8px 18px #0f172a0f,inset 0 1px #ffffffd9;color:#0f172a;direction:ltr}.pos-title-brand-mark strong{font-size:14px;font-weight:900;letter-spacing:.04em;line-height:1;white-space:nowrap}.pos-title-brand-mark .z-erp-icon{filter:drop-shadow(0 6px 12px rgba(23,12,92,.2))}.pos-page-header .page-header-badge{align-self:center}@media(max-width:820px){.brand{min-height:74px}.brand-logo{width:54px;height:56px;flex-basis:54px}.brand-copy .brand-sub.muted{font-size:8px}.pos-title-brand-mark strong{display:none}.pos-title-brand-mark{padding:4px}}.supplier-schedule-next-payment{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:12px 14px;border:1px solid rgba(23,12,92,.16);border-radius:8px;background:linear-gradient(135deg,#170c5c14,#0ea5e90d)}.supplier-schedule-next-payment div{display:grid;gap:3px}.supplier-schedule-next-payment span,.supplier-schedule-next-payment small{color:#64748b;font-size:12px}.supplier-schedule-next-payment strong{color:#0f172a;font-size:18px}.supplier-schedule-filter-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding:8px;border-radius:8px;background:#f8fafceb;border:1px solid rgba(226,232,240,.9)}.supplier-schedule-filter-chip{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:6px 12px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#fff;color:#334155;cursor:pointer;font-size:12px;font-weight:800;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.supplier-schedule-filter-chip span{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding-inline:6px;border-radius:8px;background:#f1f5f9;color:#64748b;font-size:11px}.supplier-schedule-filter-chip:hover,.supplier-schedule-filter-chip:focus{border-color:#170c5c59;color:#1d4ed8;outline:none}.supplier-schedule-filter-chip--active{border-color:#170c5c6b;background:#170c5c17;color:#1d4ed8;box-shadow:inset 0 0 0 1px #170c5c0f}.supplier-schedule-filter-chip--active span{background:#170c5c;color:#fff}.supplier-schedule-table-wrap{border-radius:8px;overflow:hidden}.supplier-schedule-table .supplier-schedule-row{cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.supplier-schedule-table .supplier-schedule-row:hover,.supplier-schedule-table .supplier-schedule-row:focus{background:#170c5c0b;outline:none}.supplier-schedule-table .supplier-schedule-row--expanded{background:#170c5c0f}.supplier-schedule-installment-label{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;border-radius:8px;border:1px solid rgba(148,163,184,.28);background:#fff;color:#0f172a;font-weight:800;font-size:12px}.supplier-schedule-status{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:4px 9px;border-radius:8px;border:1px solid transparent;font-size:12px;font-weight:800;white-space:nowrap}.supplier-schedule-status--paid{color:#047857;background:#10b9811a;border-color:#10b98138}.supplier-schedule-status--partial{color:#b45309;background:#f59e0b1f;border-color:#f59e0b40}.supplier-schedule-status--overdue{color:#b91c1c;background:#ef44441a;border-color:#ef444438}.supplier-schedule-status--cancelled{color:#475569;background:#64748b1a;border-color:#64748b38}.supplier-schedule-status--pending{color:#1d4ed8;background:#170c5c17;border-color:#170c5c2e}.supplier-schedule-completed-label{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:8px;border:1px solid rgba(16,185,129,.18);background:#10b98114;color:#047857;font-size:12px;font-weight:900;white-space:nowrap}.supplier-schedule-details-row td{padding:0!important;background:#f8fafc}.supplier-schedule-details-panel{margin:8px 10px 12px;padding:10px 12px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff}.supplier-schedule-details-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.supplier-schedule-details-heading span{color:#64748b;font-size:12px;font-weight:700}.supplier-schedule-payment-log{display:grid;gap:7px}.supplier-schedule-payment-log-item{display:grid;grid-template-columns:minmax(90px,auto) minmax(160px,1fr) minmax(120px,auto);align-items:center;gap:10px;padding:8px 10px;border-radius:8px;background:#f8fafce6;border:1px solid rgba(226,232,240,.9)}.supplier-schedule-payment-log-item span,.supplier-schedule-payment-log-item em{color:#64748b;font-size:12px;font-style:normal}.supplier-schedule-payment-log-item em{grid-column:1 / -1}.supplier-quick-payment-dialog-overlay{z-index:100!important}.supplier-payment-dialog-overlay{z-index:120!important}.supplier-payment-dialog{width:min(560px,calc(100vw - 36px))}.supplier-payment-dialog-card{padding:20px}.supplier-payment-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.supplier-payment-dialog-header--centered{position:relative;justify-content:center;text-align:center}.supplier-payment-dialog-header--centered .supplier-payment-dialog-close{position:absolute;inset-inline-start:0;top:0}.supplier-payment-dialog-header h3{margin:0 0 4px;color:#0f172a;font-size:18px;font-weight:900}.supplier-payment-dialog-close{width:34px;height:34px;border:1px solid rgba(148,163,184,.26);border-radius:8px;background:#fff;color:#64748b;cursor:pointer;font-size:22px;line-height:1}.supplier-payment-dialog-close:hover{background:#f8fafc;color:#0f172a}.supplier-payment-dialog-form{grid-template-columns:1fr}.supplier-payment-dialog-actions{justify-content:flex-start;margin-top:14px}.supplier-quick-payment-dialog{width:min(1000px,calc(100vw - 36px))}.supplier-quick-payment-card{max-height:min(90vh,880px);overflow-y:auto;padding:24px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.supplier-quick-payment-card::-webkit-scrollbar{width:6px}.supplier-quick-payment-card::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.supplier-quick-payment-embedded-card .supplier-schedule-table-wrap{overflow-y:visible!important;max-height:none!important}.supplier-quick-payment-embedded-card{margin-top:12px}.supplier-quick-payment-embedded-card .form-section{border-radius:8px;border:1px solid rgba(148,163,184,.22)}.quick-payment-dialog-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid rgba(148,163,184,.2);margin-bottom:20px}.quick-payment-header-content h3{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 4px}.quick-payment-header-content p{margin:0;font-size:.875rem;color:#64748b}.quick-party-tabs-segment{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#f1f5f9;padding:6px;border-radius:12px;margin-bottom:22px;border:1px solid rgba(148,163,184,.2)}.quick-party-tab{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;border-radius:9px;border:1px solid transparent;background:transparent;color:#475569;cursor:pointer;font-weight:700;font-size:.92rem;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}.quick-party-tab:hover{background:#fff9;color:#0f172a}.quick-party-tab--suppliers-active{background:#1e1b4b;color:#fff;box-shadow:0 4px 12px #1e1b4b33}.quick-party-tab--customers-active{background:#065f46;color:#fff;box-shadow:0 4px 12px #065f4633}.quick-party-tab-icon{font-size:1.1rem}.quick-party-tab-kbd{font-size:.72rem;padding:2px 7px;border-radius:5px;background:#0000001f;letter-spacing:.5px;font-family:monospace}.quick-party-tab--suppliers-active .quick-party-tab-kbd,.quick-party-tab--customers-active .quick-party-tab-kbd{background:#fff3;color:#fff}.quick-selector-card{background:#f8fafc;border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:18px;margin-bottom:20px}.quick-debtors-preview{display:flex;align-items:center;gap:10px;margin-top:14px;padding-top:12px;border-top:1px dashed rgba(148,163,184,.3);overflow:hidden}.quick-debtors-label{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;font-size:.8rem;font-weight:700;color:#64748b;margin-bottom:0}.quick-debtors-chips{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.quick-debtors-chips::-webkit-scrollbar{display:none}.quick-debtor-chip{flex-shrink:0;white-space:nowrap;display:inline-flex;align-items:center;gap:8px;padding:5px 12px;border-radius:20px;background:#fff;border:1px solid rgba(148,163,184,.3);cursor:pointer;font-size:.82rem;color:#1e293b;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.quick-debtor-chip strong{font-weight:600}.quick-debtor-chip span{font-size:.78rem;font-weight:700;color:#b91c1c;background:#fef2f2;padding:1px 6px;border-radius:10px}.quick-debtor-chip--customer span{color:#047857;background:#ecfdf5}.quick-debtor-chip--active{border-color:#1e1b4b;background:#1e1b4b14;box-shadow:0 0 0 2px #1e1b4b33}.quick-debtor-chip--customer-active{border-color:#065f46;background:#065f4614;box-shadow:0 0 0 2px #065f4633}.quick-debtor-chip:hover{border-color:#3b82f6;background:#eff6ff;transform:translateY(-1px)}.quick-empty-guide{text-align:center;padding:36px 20px;background:#fff;border:1px dashed rgba(148,163,184,.35);border-radius:12px}.quick-empty-icon{font-size:2.5rem;margin-bottom:10px}.quick-empty-title{font-size:1.05rem;font-weight:700;color:#334155;margin-bottom:6px}.quick-empty-hint{font-size:.875rem;color:#64748b;max-width:480px;margin:0 auto}.customer-quick-collection-card{display:grid;gap:16px;padding:20px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#fff;box-shadow:0 2px 8px #00000008}.customer-quick-amount-shortcuts{display:flex;gap:8px;margin-top:6px}.supplier-quick-payment-summary,.supplier-quick-payment-target{display:grid;gap:4px;padding:12px 14px;border-radius:8px;border:1px solid rgba(23,12,92,.14);background:#170c5c0f}.supplier-quick-payment-summary span,.supplier-quick-payment-summary small,.supplier-quick-payment-target span,.supplier-quick-payment-target small{color:#64748b;font-size:12px}.supplier-quick-payment-summary strong,.supplier-quick-payment-target strong{color:#0f172a;font-size:16px}.supplier-quick-payment-schedules,.supplier-quick-payment-confirm-panel{display:grid;gap:10px;margin-top:14px}.supplier-quick-payment-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.supplier-quick-payment-section-title span{color:#64748b;font-size:12px}.supplier-quick-payment-list{display:grid;gap:8px;max-height:220px;overflow:auto;padding-inline-end:2px}.supplier-quick-payment-row{display:grid;grid-template-columns:minmax(90px,auto) minmax(110px,1fr) minmax(120px,auto);align-items:center;gap:10px;width:100%;padding:10px 12px;border:1px solid rgba(148,163,184,.2);border-radius:8px;background:#fff;color:#0f172a;text-align:start;cursor:pointer}.supplier-quick-payment-row strong{justify-self:center}.supplier-quick-payment-row small{color:#64748b}.supplier-quick-payment-row:hover,.supplier-quick-payment-row:focus,.supplier-quick-payment-row--active{border-color:#170c5c66;background:#170c5c0f;outline:none}.quick-searchable-combobox{position:relative;width:100%}.quick-searchable-input-wrapper{position:relative;display:flex;align-items:center}.quick-searchable-input{width:100%;padding-inline-start:36px;padding-inline-end:36px;height:44px;border-radius:8px;border:1px solid rgba(148,163,184,.35);font-size:.95rem;background:#fff;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.quick-searchable-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626;outline:none}.quick-searchable-icon{position:absolute;inset-inline-start:12px;color:#94a3b8;font-size:1.1rem;pointer-events:none}.quick-searchable-clear{position:absolute;inset-inline-end:10px;background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:6px;font-size:14px;line-height:1;border-radius:4px;z-index:10;display:flex;align-items:center;justify-content:center}.quick-searchable-clear:hover{color:#ef4444;background:#fee2e2}.quick-searchable-dropdown{position:absolute;top:calc(100% + 4px);inset-inline-start:0;inset-inline-end:0;max-height:250px;overflow-y:auto;background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:8px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:60}.quick-searchable-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;border:none;background:transparent;cursor:pointer;text-align:inherit;transition:background .1s ease;border-bottom:1px solid rgba(241,245,249,1)}.quick-searchable-item:last-child{border-bottom:none}.quick-searchable-item:hover,.quick-searchable-item--active{background:#f1f5f9}.quick-searchable-item--selected{background:#1e1b4b0f;font-weight:700}.quick-searchable-item-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.quick-searchable-item-name{font-weight:700;color:#1e293b;font-size:.92rem}.quick-searchable-item-phone{font-size:.78rem;color:#64748b}.quick-searchable-item-balance{font-weight:800;font-size:.9rem;color:#b91c1c;background:#fef2f2;padding:2px 8px;border-radius:6px}.quick-searchable-item-balance--customer{color:#047857;background:#ecfdf5}.quick-searchable-empty{padding:16px;text-align:center;color:#64748b;font-size:.88rem}@media(max-width:720px){.supplier-schedule-next-payment{align-items:stretch;flex-direction:column}.supplier-schedule-payment-log-item,.supplier-quick-payment-grid,.supplier-quick-payment-row{grid-template-columns:1fr}.supplier-payment-dialog-header--centered{padding-top:40px}}.stock-count-setup-stack,.stock-count-review-stack{display:grid;gap:14px}.stock-count-step-card,.stock-count-entry-panel,.stock-count-progress-card,.stock-count-session-bar{border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 1px 3px #0f172a0a}.stock-count-step-card{padding:18px 20px}.stock-count-step-heading{display:flex;align-items:center;gap:12px;margin-bottom:14px}.stock-count-step-heading>span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#eff6ff;border:1.5px solid #bfdbfe;color:#2563eb;font-weight:800;font-size:14px;flex-shrink:0}.stock-count-step-heading div{display:grid;gap:2px}.stock-count-step-heading strong{color:#0f172a;font-size:14.5px;font-weight:800}.stock-count-step-heading small{color:#64748b;font-size:12px;line-height:1.5}.stock-count-method-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.stock-count-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stock-count-method-card,.stock-count-mode-card{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fcfdfd;color:#0f172a;text-align:start;white-space:normal;word-wrap:break-word}.stock-count-method-card{cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.stock-count-method-card:hover,.stock-count-method-card:focus{transform:translateY(-2px);border-color:#93c5fd;background:#fff;box-shadow:0 4px 14px #2563eb14;outline:none}.stock-count-method-card--active{border-color:#2563eb!important;background:#f0f7ff!important;box-shadow:0 0 0 1px #2563eb,0 4px 12px #2563eb14!important}.stock-count-method-card strong,.stock-count-mode-card strong{font-size:13.5px;font-weight:800;color:#0f172a}.stock-count-method-card--active strong{color:#1d4ed8}.stock-count-method-card span,.stock-count-mode-card span{color:#64748b;font-size:12px;line-height:1.55}.stock-count-inline-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;align-items:end}.stock-count-inline-form .field{display:flex;flex-direction:column;gap:6px;min-width:0}.stock-count-inline-form .field input,.stock-count-inline-form .field select{height:40px}.stock-count-bottom-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding-top:12px;border-top:1px dashed #e2e8f0}.stock-count-session-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap}.stock-count-session-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.session-title-group{display:flex;align-items:center;gap:8px}.stock-count-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;background:#2563eb;color:#fff;font-weight:800;font-size:12.5px}.meta-tag{font-size:12px;color:#475569;background:#e2e8f0;padding:2px 8px;border-radius:4px;font-weight:600}.stock-count-stat-pills{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.stat-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;background:#fff;border:1px solid #cbd5e1;font-size:12px;color:#475569}.stat-pill strong{color:#0f172a;font-size:13px}.stat-pill--deficit{background:#fef2f2;border-color:#fecaca;color:#991b1b}.stat-pill--deficit strong{color:#b91c1c}.stock-count-active-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;flex-wrap:wrap}.stock-count-scanner-group{display:flex;align-items:center;gap:8px;flex:1;min-width:280px}.scanner-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;background:#eff6ff;color:#1d4ed8;font-weight:800;font-size:12.5px;border:1px solid #bfdbfe;white-space:nowrap}.stock-count-scanner-field{flex:1;height:38px!important;font-size:13px!important;border:1.5px solid #cbd5e1!important;border-radius:6px!important;background:#f8fafc!important}.stock-count-scanner-field:focus{background:#fff!important;border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1f!important}.stock-count-tools-group{display:flex;align-items:center;gap:8px}.stock-count-tools-group button{display:inline-flex;align-items:center;gap:6px}.stock-count-sheet-expected-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#475569;cursor:pointer;padding:6px 10px;border-radius:6px;background:#f8fafc;border:1px solid #cbd5e1;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background-color .14s ease,color .14s ease,border-color .14s ease}.stock-count-sheet-expected-toggle:hover{border-color:#94a3b8;background:#fff}.stock-count-sheet-expected-toggle input{width:15px!important;height:15px!important;accent-color:#2563eb!important;margin:0!important}.stock-count-scan-alert{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;font-size:13px;color:#065f46;font-weight:600}.stock-count-quick-entry-row{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap}.entry-row-title{font-size:13px;font-weight:800;color:#334155;white-space:nowrap}.entry-row-picker{flex:1;min-width:240px}.entry-row-picker .inventory-product-picker{gap:0}.entry-row-picker .inventory-product-picker__field input{height:38px!important;background:#fff!important;border:1.5px solid #cbd5e1!important;border-radius:6px!important}.entry-row-picker .inventory-product-picker__selected{padding:4px 10px!important;min-height:38px!important;align-items:center!important;border-radius:6px!important}.entry-row-qty{width:110px!important;height:38px!important;text-align:center;background:#fff!important;border:1.5px solid #cbd5e1!important;border-radius:6px!important}.entry-row-reason{width:220px!important;height:38px!important;background:#fff!important;border:1.5px solid #cbd5e1!important;border-radius:6px!important}.stock-count-table-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap}.stock-count-table-search-box{position:relative;display:flex;align-items:center;flex:1;min-width:240px}.stock-count-table-search-box .search-icon{position:absolute;right:10px;font-size:13px;color:#94a3b8;pointer-events:none}.stock-count-table-search-box .table-search-input{width:100%;height:34px!important;padding-right:32px!important;padding-left:28px!important;font-size:12.5px!important;border:1px solid #cbd5e1!important;border-radius:6px!important;background:#f8fafc!important}.stock-count-table-search-box .table-search-input:focus{background:#fff!important;border-color:#2563eb!important;box-shadow:0 0 0 2px #2563eb1a!important}.clear-search-btn{position:absolute;left:8px;background:transparent;border:none;font-size:16px;color:#94a3b8;cursor:pointer;padding:0 4px}.clear-search-btn:hover{color:#0f172a}.stock-count-filter-pills{display:flex;align-items:center;gap:6px}.filter-pill-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:12px;font-weight:700;cursor:pointer;transition:background-color .14s ease,color .14s ease,border-color .14s ease}.filter-pill-btn:hover{border-color:#cbd5e1;background:#fff}.filter-pill-btn--active{border-color:#2563eb!important;background:#eff6ff!important;color:#1d4ed8!important;box-shadow:0 0 0 1px #2563eb!important}.stock-count-items-table-wrap{border-radius:8px;overflow:hidden}.stock-count-items-table input{min-height:34px;padding:6px 10px}.stock-count-items-table th,.stock-count-items-table td{vertical-align:middle}.stock-count-variance{display:inline-flex;min-width:72px;justify-content:center;padding:4px 10px;border-radius:6px;font-weight:800;font-size:12px}.stock-count-variance--zero{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.stock-count-variance--deficit{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.stock-count-variance--surplus{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.stock-count-view-container{display:grid;gap:16px}.stock-count-subnav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stock-count-subnav-btn{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:14px 20px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;cursor:pointer;text-align:start;transition:background-color .16s ease,color .16s ease,border-color .16s ease;box-shadow:0 1px 3px #0f172a08}.stock-count-subnav-btn:hover{border-color:#93c5fd;background:#f8fafc;transform:translateY(-1px)}.stock-count-subnav-btn--active{border-color:#2563eb!important;background:#eff6ff!important;box-shadow:0 0 0 1.5px #2563eb,0 4px 12px #2563eb14!important}.stock-count-subnav-title{font-size:15px;font-weight:800;color:#0f172a}.stock-count-subnav-btn--active .stock-count-subnav-title{color:#1d4ed8}.stock-count-subnav-desc{font-size:12px;color:#64748b}.stock-count-subnav-btn--active .stock-count-subnav-desc{color:#3b82f6}@media(max-width:960px){.stock-count-method-grid,.stock-count-mode-grid,.stock-count-compact-form,.stock-count-inline-form,.stock-count-subnav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.stock-count-method-grid,.stock-count-mode-grid,.stock-count-compact-form,.stock-count-inline-form,.stock-count-subnav{grid-template-columns:1fr}.stock-count-session-bar,.stock-count-progress-copy,.stock-count-entry-heading,.stock-count-bottom-bar{align-items:stretch;flex-direction:column}}.returns-radar-panel{margin-top:4px}.doc-code-pill{font-size:12px;color:#1d4ed8;background:#eff6ff;padding:2px 6px;border-radius:4px;border:1px solid #bfdbfe}.doc-ref-pill{font-size:12px;color:#475569;background:#f1f5f9;padding:2px 6px;border-radius:4px}.cashier-name-tag{font-size:12px;color:#0f172a;font-weight:700}.timegap-tag{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:800;padding:2px 7px;border-radius:6px;background:#fef3c7;color:#b45309;border:1px solid #fde047}.timegap-tag--danger{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.event-flags-cell{display:flex;flex-wrap:wrap;gap:4px}.event-flag-mini{font-size:11px;font-weight:700;padding:2px 6px;border-radius:4px;white-space:nowrap}.event-flag-mini--danger{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.event-flag-mini--warning{background:#fef3c7;color:#92400e;border:1px solid #fde047}.radar-row-actions{display:inline-flex;align-items:center;gap:4px;justify-content:center}.rate-badge{display:inline-flex;padding:2px 6px;border-radius:4px;font-weight:800;font-size:11.5px;background:#f1f5f9;color:#475569}.rate-badge--danger{background:#fee2e2;color:#b91c1c}.rate-badge--warning{background:#fef3c7;color:#b45309}.risk-pill{display:inline-flex;align-items:center;justify-content:center;min-width:76px;padding:3px 8px;border-radius:6px;font-size:11.5px;font-weight:800;white-space:nowrap}.risk-pill--high{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.risk-pill--medium{background:#fef3c7;color:#d97706;border:1px solid #fde047}.risk-pill--low{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.row-highlight--danger{background:#fef2f299!important}.row-highlight--warning{background:#fefce899!important}.returns-detail-grid-wrap{display:flex;flex-direction:column;gap:10px}.returns-detail-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-col{display:flex;flex-direction:column;gap:6px}.detail-item{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;min-height:38px}.detail-item .item-label{font-size:12px;color:#64748b;font-weight:600}.detail-item .item-value{font-size:13px;color:#0f172a;font-weight:700}.detail-item .doc-tag{color:#1d4ed8;background:#eff6ff;padding:2px 8px;border-radius:4px;border:1px solid #bfdbfe;font-size:12px}.detail-item .ref-tag{color:#475569;background:#f1f5f9;padding:2px 8px;border-radius:4px;font-size:12px}.detail-item .qty-tag{color:#0f172a;background:#e2e8f0;padding:2px 8px;border-radius:4px;font-weight:800;font-size:12px}.detail-item .cashier-tag{color:#1e40af;background:#eff6ff;padding:2px 8px;border-radius:4px;font-weight:700;font-size:12px;border:1px solid #bfdbfe}.total-highlight-item{background:#eff6ff!important;border-color:#93c5fd!important}.total-hero{color:#1e40af!important;font-size:15px!important;font-weight:900!important}.detail-note-panel{padding:8px 12px;background:#fffdf5;border:1px solid #fef08a;border-radius:6px;font-size:12px;display:flex;align-items:center;gap:6px}.detail-note-panel .note-title{font-weight:700;color:#92400e}.detail-note-panel .note-text{color:#78350f}@media(max-width:640px){.returns-detail-two-cols{grid-template-columns:1fr 1fr!important;gap:8px!important}.detail-item{flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;padding:7px 10px!important;gap:2px!important;min-height:48px!important}.detail-item .item-label{font-size:11px!important;margin-bottom:1px!important}.detail-item .item-value{font-size:12px!important;white-space:normal!important;word-break:break-word!important}.returns-detail-actions-bar{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}}.purchase-prototype-workspace-toolbar{align-self:stretch;background:#fffffff5;border-bottom:1px solid rgba(203,213,225,.75);box-sizing:border-box;height:45px;padding:0;width:100%}.purchase-prototype-sticky-stack{position:sticky;top:0;z-index:30;align-self:stretch;background:#f6f8fbf5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.purchase-prototype-sticky-stack.is-scrolled{box-shadow:0 1px #0f172a14;border-bottom:1px solid rgba(203,213,225,.65)}.document-prototype-shell,.document-prototype-shell *{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif}.purchase-prototype-toolbar-inner{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-inline:auto;max-width:none;height:100%;padding:0 24px;width:100%}.purchase-prototype-toolbar-actions{align-items:center;display:flex;gap:.32rem;flex-shrink:0}.app-account-menu{display:inline-flex;flex-shrink:0;position:relative;inset:auto}.app-account-menu-trigger{align-items:center;background:#fff;border:1px solid rgba(203,213,225,.78);border-radius:8px;color:#475569;display:inline-flex;height:30px;justify-content:center;min-width:30px;min-height:30px;padding:0;width:30px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.app-account-menu-trigger:hover{border-color:#4755693d;box-shadow:0 6px 14px #0f172a0a}.app-account-menu-trigger:focus-visible{outline:none;box-shadow:0 0 0 3px #47556929,0 6px 14px #0f172a0a}.app-account-menu-avatar{align-items:center;background:linear-gradient(180deg,#4755691f,#4755690f);border-radius:8px;color:#475569;display:inline-flex;font-size:.7rem;font-weight:800;height:24px;justify-content:center;line-height:1;width:24px}.app-account-menu-panel{position:absolute;top:38px;inset-inline-end:0;width:min(280px,calc(100vw - 24px));border-radius:8px;border:1px solid rgba(255,255,255,.5);background:#ffffffd9;box-shadow:0 12px 32px #0f172a1f,0 4px 12px #0f172a0a,0 0 0 1px #0f172a05;padding:12px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1200;animation:appAccountMenuFadeIn .2s cubic-bezier(.16,1,.3,1) forwards;transform-origin:top right}@keyframes appAccountMenuFadeIn{0%{opacity:0;transform:scale(.96) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.app-account-menu-identity{display:flex;align-items:center;gap:12px;padding:12px;background:linear-gradient(135deg,#f8fafce6,#f1f5f980);border-radius:8px;border:1px solid rgba(203,213,225,.4);box-shadow:inset 0 1px #fff,0 2px 6px #0f172a05;margin-bottom:8px}.app-account-menu-identity-avatar{width:46px;height:46px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#334155,#475569);color:#fff;font-size:18px;font-weight:900;flex:0 0 auto;box-shadow:0 6px 14px #47556959,inset 0 1px #ffffff4d}.app-account-menu-identity-copy{min-width:0;display:flex;flex-direction:column;gap:3px;text-align:start;justify-content:center}.app-account-menu-identity-copy strong{font-size:15px;font-weight:800;color:#0f172a;line-height:1.2}.app-account-menu-identity-copy span{font-size:12px;color:#64748b;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-account-menu-identity-copy small{font-size:11px;color:#475569;background:#4755691f;padding:3px 8px;border-radius:8px;font-weight:800;line-height:1;display:inline-block;align-self:flex-start;margin-top:3px}.app-account-menu-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.25),transparent);margin:6px 10px 8px}.app-account-menu-items{display:flex;flex-direction:column;gap:4px}.app-account-menu-item{width:100%;min-height:40px;padding:8px 12px;border:none;border-radius:8px;background:transparent;color:#1e293b;display:flex;align-items:center;gap:12px;text-align:start;text-decoration:none;font-size:13.5px;font-weight:700;line-height:1.2;cursor:pointer;transition:background-color .2s cubic-bezier(.16,1,.3,1),color .2s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.app-account-menu-item:hover:not(:disabled){background:#47556914;color:#475569;transform:translate(-2px)}.app-account-menu-item:focus-visible{outline:none;background:#47556914}.app-account-menu-item:disabled,.app-account-menu-item[aria-disabled=true]{opacity:1;cursor:not-allowed;color:#94a3b8}.app-account-menu-item-danger{color:#ef4444}.app-account-menu-item-danger:hover:not(:disabled){background:#ef44441a;color:#dc2626;transform:translate(-2px)}.app-account-menu-item-icon{width:20px;height:20px;flex:0 0 20px;display:inline-flex;align-items:center;justify-content:center;color:currentColor;transition:transform .2s cubic-bezier(.16,1,.3,1)}.app-account-menu-item:hover:not(:disabled) .app-account-menu-item-icon{transform:scale(1.1)}.app-account-menu-item-icon svg{width:18px;height:18px}.app-account-menu-item-badge{margin-inline-start:auto;padding:4px 10px;border-radius:8px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:11px;font-weight:800;line-height:1;box-shadow:0 2px 8px #f59e0b4d;letter-spacing:.2px}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-trigger,.purchase-new-prototype.purchase-prototype-dark .app-account-menu-panel{background:#0f172ad9;border-color:#ffffff1a;color:#f8fafc}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-panel{box-shadow:0 12px 32px #0006,0 4px 12px #0003,0 0 0 1px #ffffff0d}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-identity{background:#1e293b80;border-color:#94a3b81a;box-shadow:inset 0 1px #ffffff0d}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-trigger{box-shadow:0 14px 28px #02061761}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-trigger:hover{border-color:#c4b5fd5c;box-shadow:0 18px 38px #0206176b}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-identity-copy strong,.purchase-new-prototype.purchase-prototype-dark .app-account-menu-item{color:#f8fafc}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-identity-copy span{color:#cbd5e1}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-identity-copy small{background:#94a3b826;color:#64748b}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-divider{background:linear-gradient(90deg,transparent,rgba(148,163,184,.15),transparent)}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-item:hover:not(:disabled){background:#8b5cf624}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-item:focus-visible{background:#8b5cf62e}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-item-danger{color:#f87171}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-item-danger:hover:not(:disabled){background:#f871711a}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-item:disabled,.purchase-new-prototype.purchase-prototype-dark .app-account-menu-item[aria-disabled=true]{color:#94a3b8}.purchase-prototype-search{align-items:center;background:#f3f4f6;border:1px solid rgba(203,213,225,.82);border-radius:8px;color:#64748b;display:inline-flex;gap:.35rem;height:32px!important;min-height:32px!important;max-height:32px!important;padding:0 .6rem;width:11.5rem}.purchase-prototype-search span{font-size:.84rem;font-weight:700;line-height:1}.purchase-prototype-search input{background:transparent;border:0;color:#0f172a;font-size:12.5px;height:24px!important;min-height:24px!important;max-height:24px!important;line-height:24px!important;padding:0;width:100%}.purchase-prototype-search input:focus{box-shadow:none}.purchase-prototype-search input::placeholder{color:#94a3b8}.purchase-prototype-icon-button,.purchase-prototype-avatar{align-items:center;background:#fff;border:1px solid rgba(203,213,225,.78);border-radius:8px;color:#475569;display:inline-flex;height:30px;justify-content:center;min-width:30px;padding:0 .4rem}.purchase-prototype-icon-button{font-size:.76rem}.purchase-prototype-icon-button:hover,.purchase-prototype-avatar:hover{border-color:#4755693d;box-shadow:0 6px 14px #0f172a0a}.purchase-prototype-avatar{background:linear-gradient(180deg,#4755691f,#4755690f);color:#475569;font-size:.7rem;font-weight:800;width:30px}.purchase-prototype-save-icon{display:inline-flex;height:.94rem;width:.94rem}.purchase-prototype-save-icon svg{height:100%;width:100%}.document-prototype-topbar-actions .btn{gap:.28rem}.purchase-prototype-quick-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin:0}.purchase-prototype-quick-action{align-items:center;background:#fcfdff;border:1px solid rgba(203,213,225,.72);border-radius:8px;color:#66758d;cursor:pointer;display:inline-flex;gap:.26rem;height:27px;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;padding:0 .56rem;transition:border-color .16s ease,box-shadow .16s ease,color .16s ease,background-color .16s ease}.purchase-prototype-quick-action span:last-child{font-size:13px;font-weight:700;line-height:1}.purchase-prototype-quick-action span:first-child{align-items:center;display:inline-flex;font-size:13px;font-weight:800;justify-content:center;line-height:1;width:.95rem}.purchase-prototype-quick-action:hover{border-color:#4755692e;box-shadow:0 6px 12px #0f172a09;color:#5163a8}.purchase-prototype-popover{background:#fff;border:1px solid var(--border-light, #e2e8f0);border-radius:8px;box-shadow:0 10px 25px -5px #00000014,0 8px 10px -6px #0000000a;display:inline-flex;padding:8px;margin-bottom:.75rem;max-width:100%;width:fit-content;align-self:flex-end}.purchase-prototype-popover-option{background:transparent;border:1px solid var(--border-light, #cbd5e1);border-radius:8px;color:var(--text-main, #334155);cursor:pointer;font-size:13px;font-weight:600;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 14px;text-align:center;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.purchase-prototype-popover-option:hover{background:#f1f5f9;border-color:#94a3b8}.purchase-prototype-popover-row{align-items:center;display:flex;gap:8px;flex-wrap:nowrap}.purchase-prototype-popover-row>span{color:#64748b;flex:0 0 auto;font-size:13.5px;font-weight:600}.purchase-prototype-popover-row input{flex:1 1 auto;background:#f8fafc;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 8px;width:64px!important;text-align:center;border:1px solid var(--border-light, #cbd5e1);border-radius:8px;font-size:13px;font-weight:600;color:#0f172a;outline:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.purchase-prototype-popover-row input:focus{background:#fff;border-color:var(--primary, #170c5c);box-shadow:0 0 0 3px #170c5c26}.purchase-prototype-popover-apply{background:var(--primary, #170c5c);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 18px;white-space:nowrap;transition:background .2s ease}.purchase-prototype-popover-apply:hover{background:var(--primary2, #10003b)}.purchase-prototype-create-backdrop{align-items:center;background:#0f172a57;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;inset:0;justify-content:center;padding:18px;position:fixed;z-index:1600}.purchase-prototype-create-card,.purchase-prototype-create-confirm{background:#fff;border:1px solid rgba(203,213,225,.82);border-radius:8px;box-shadow:0 24px 52px #0f172a38;box-sizing:border-box;color:#0f172a;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif}.purchase-prototype-create-card{max-width:calc(100vw - 32px);padding:20px;width:min(100%,460px)}.purchase-prototype-create-confirm{margin-top:14px;max-width:calc(100vw - 32px);padding:18px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1700;width:min(100%,420px)}.purchase-prototype-create-header{align-items:flex-start;display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.purchase-prototype-create-header h4,.purchase-prototype-create-confirm h4{margin:0;color:#0f172a;font-size:18px;font-weight:800;line-height:1.35}.purchase-prototype-create-header p{margin:6px 0 0;color:#64748b;font-size:13px;line-height:1.5}.purchase-prototype-create-close{align-items:center;background:#f8fafc;border:1px solid rgba(203,213,225,.9);border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;flex:0 0 auto;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-size:1.05rem;font-weight:800;height:36px;justify-content:center;line-height:1;width:36px}.purchase-prototype-create-close:hover{background:#f8fafc;border-color:#4755693d;color:#475569}.purchase-prototype-create-grid{display:grid;gap:12px;grid-template-columns:1fr}.purchase-prototype-create-grid .field{margin-bottom:0}.purchase-prototype-create-grid .field>span{color:#475569;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-size:14px;font-weight:700;line-height:1.35}.purchase-prototype-create-grid input,.purchase-prototype-create-grid select,.purchase-prototype-create-grid textarea{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif}.purchase-prototype-create-actions,.purchase-prototype-create-confirm-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.purchase-prototype-create-actions .btn,.purchase-prototype-create-confirm-actions .btn{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-weight:700}.purchase-prototype-create-card .btn-primary,.purchase-prototype-create-confirm .btn-primary{background:var(--primary);color:#fff}.purchase-prototype-create-card .btn-secondary,.purchase-prototype-create-confirm .btn-secondary{background:#f8fafc;color:#334155}.purchase-prototype-dark .purchase-prototype-create-backdrop{background:#0f172a59;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.purchase-prototype-dark .purchase-prototype-create-card,.purchase-prototype-dark .purchase-prototype-create-confirm{background:#111827fa;border-color:#94a3b838;color:#e5e7eb}.purchase-prototype-dark .purchase-prototype-create-header h4,.purchase-prototype-dark .purchase-prototype-create-confirm h4{color:#f8fafc}.purchase-prototype-dark .purchase-prototype-create-header p{color:#94a3b8}.purchase-prototype-dark .purchase-prototype-create-close{background:#1e293bf2;border-color:#94a3b838;color:#cbd5e1}.purchase-prototype-dark .purchase-prototype-create-close:hover{background:#47556929;border-color:#60a5fa4d;color:#dbeafe}.purchase-prototype-dark .purchase-prototype-create-grid .field>span{color:#cbd5e1}.purchase-prototype-dark .purchase-prototype-create-card .btn-secondary,.purchase-prototype-dark .purchase-prototype-create-confirm .btn-secondary{background:#1e293beb;color:#e5e7eb}.purchase-prototype-dark .purchase-prototype-create-card .btn-primary,.purchase-prototype-dark .purchase-prototype-create-confirm .btn-primary{background:var(--primary);color:#fff}.purchase-prototype-popover-input{background:#fbfcfe;border:1px solid rgba(203,213,225,.78);border-radius:8px;color:#0f172a;font-size:12px;height:28px!important;min-height:28px!important;max-height:28px!important;line-height:28px!important;width:7rem}.purchase-prototype-popover-input:focus{box-shadow:0 0 0 3px #47556914}.purchase-prototype-breadcrumb{align-items:center;color:#94a3b8;display:inline-flex;flex-wrap:wrap;gap:.42rem;font-size:.9rem;line-height:1}.purchase-prototype-breadcrumb a{color:#94a3b8;text-decoration:none}.purchase-prototype-breadcrumb strong{color:#0f172a;font-size:1.02rem;font-weight:800}.purchase-prototype-topbar{align-self:stretch;background:#ffffffe0;border-bottom:1px solid rgba(203,213,225,.65);box-shadow:0 2px 8px #0f172a09;width:100%}.purchase-prototype-topbar-inner{display:grid;gap:.32rem;margin-inline:auto;max-width:1120px;padding:8px 14px;width:min(100%,1120px)}.document-prototype-utility-row{align-items:center;display:flex;justify-content:space-between;gap:.75rem;min-height:18px;padding-inline:.05rem}.document-prototype-breadcrumb{align-items:center;color:#94a3b8;display:inline-flex;flex-wrap:wrap;gap:.32rem;font-size:.78rem;line-height:1.2}.document-prototype-breadcrumb a{color:#94a3b8;text-decoration:none}.document-prototype-breadcrumb strong{color:#1f2937;font-weight:800}.document-prototype-shell{background:#f6f8fb;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:0 18px 18px;margin:-18px;width:calc(100% + 36px)}@media(max-width:640px){.document-prototype-shell{margin:-14px;width:calc(100% + 28px)}}.purchase-prototype-document-surface{margin:0 auto;max-width:1120px;width:min(100%,1120px)}.document-prototype-topbar{align-items:center;display:flex;gap:.32rem;justify-content:space-between;margin-inline:0;max-width:100%;min-height:44px;padding:8px 13px;width:100%;box-sizing:border-box;background:#fff;border:1px solid rgba(203,213,225,.75);border-radius:8px;box-shadow:0 6px 18px #0f172a0f}.document-prototype-topbar-right{align-items:center;display:flex;flex-wrap:wrap;gap:.32rem}.document-prototype-topbar-right h1{color:#0f172a;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-size:18px;font-weight:800;line-height:1.35;margin:0}.document-prototype-status{background:#4755690f;border:1px solid rgba(71,85,105,.14);border-radius:8px;color:#5c658f;font-size:.69rem;font-weight:700;padding:.12rem .48rem}.document-prototype-status.is-confirmed{background:#22c55e14;border-color:#22c55e2e;color:#15803d}.document-prototype-topbar-actions{display:flex;gap:.26rem;align-items:center;flex-wrap:wrap}.document-prototype-topbar-actions .btn{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-weight:700;min-width:104px;min-height:34px;padding-inline:10px}.purchase-prototype-inline-message{border-radius:8px;flex-basis:100%;font-size:.75rem;font-weight:700;line-height:1.35;margin-top:.2rem;padding:.35rem .6rem}.purchase-prototype-inline-message.is-success{background:#22c55e14;border:1px solid rgba(34,197,94,.18);color:#15803d}.purchase-prototype-inline-message.is-error{background:#f8717114;border:1px solid rgba(248,113,113,.18);color:#b91c1c}.purchase-prototype-inline-message.is-info{background:#47556914;border:1px solid rgba(71,85,105,.18);color:#334155}.document-prototype-back-link{align-items:center;background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:8px;color:#475569;display:inline-flex;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-size:.86rem;font-weight:700;height:34px;justify-content:center;text-decoration:none;width:34px}.purchase-prototype-breadcrumb,.purchase-prototype-breadcrumb *{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif}.purchase-prototype-breadcrumb a{color:#94a3b8;font-weight:600}.purchase-prototype-breadcrumb strong{color:#0f172a;font-size:1.03rem;font-weight:800}.purchase-prototype-toolbar-inner,.purchase-prototype-toolbar-inner *{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif}.document-prototype-back-link:hover{border-color:#47556947;box-shadow:0 8px 18px #0f172a0d;color:#334155}.document-prototype-back-link:focus-visible{outline:2px solid rgba(71,85,105,.32);outline-offset:2px}.document-prototype-back-link{color:#475569;font-size:.9rem;font-weight:600;text-decoration:none}.document-prototype-column{display:grid;grid-template-columns:minmax(0,1fr);gap:.65rem;margin:0 auto;max-width:1280px;width:min(100%,1280px);min-width:0;box-sizing:border-box}.purchase-prototype-sticky-stack.is-scrolled .purchase-prototype-workspace-toolbar{border-bottom-color:#cbd5e1eb}.purchase-prototype-sticky-stack.is-scrolled .purchase-prototype-toolbar-inner{gap:.35rem}.purchase-prototype-sticky-stack.is-scrolled .purchase-prototype-search{height:29px}.purchase-prototype-sticky-stack.is-scrolled .purchase-prototype-search input{font-size:.78rem}.purchase-prototype-sticky-stack.is-scrolled .purchase-prototype-icon-button,.purchase-prototype-sticky-stack.is-scrolled .purchase-prototype-avatar{height:29px;min-width:29px}.purchase-prototype-sticky-stack.is-scrolled .purchase-prototype-document-surface{margin-top:0}.purchase-prototype-sticky-stack.is-scrolled .document-prototype-topbar{box-shadow:none;border-bottom:1px solid rgba(148,163,184,.22)}.purchase-prototype-sticky-stack.is-scrolled+.document-prototype-column{margin-top:.4rem}.document-prototype-section{background:#fff;border:1px solid rgba(203,213,225,.75);border-radius:8px;box-shadow:0 4px 12px #0f172a0a;padding:.75rem 1rem;min-width:0;box-sizing:border-box;max-width:100%;overflow:visible}.document-prototype-section-title{align-items:center;color:#111827;display:inline-flex;flex-wrap:nowrap;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-size:17px;font-weight:800;gap:10px;letter-spacing:0;line-height:1.35;margin:0 0 .6rem}.document-prototype-section-title:before{background:var(--primary, #170c5c);border-radius:8px;content:"";flex:none;height:28px;width:4px}.document-prototype-section-header,.section-header-compact-row{align-items:center;display:flex;flex-wrap:nowrap;gap:.55rem .85rem;justify-content:space-between;margin-bottom:.55rem;position:relative;width:100%}.section-header-compact-row .document-prototype-section-title{margin:0;font-size:1.05rem;font-weight:800;color:#0f172a;white-space:nowrap}.section-header-actions-group{display:flex;align-items:center;gap:6px;flex-shrink:0}.section-header-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;border-radius:8px;min-height:30px;white-space:nowrap}.document-prototype-grid{display:grid;gap:.45rem .6rem}.compact-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-grid-1{grid-template-columns:1fr;margin-top:.45rem}.purchase-prototype-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem .85rem}.document-prototype-shell .field{gap:.32rem}.document-prototype-shell .field>span{color:#334155;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-size:13.5px;font-weight:700;line-height:1.35}.document-prototype-shell input,.document-prototype-shell select,.document-prototype-shell textarea{background:#fbfcfe;border:1px solid rgba(203,213,225,.9);border-radius:8px;color:#0f172a;font-size:.93rem;min-height:45px;padding:.56rem .68rem;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.document-prototype-shell select{min-height:45px;padding:.56rem 1.9rem .56rem .68rem}.document-prototype-shell input::placeholder,.document-prototype-shell textarea::placeholder{color:#a8b1bf}.document-prototype-shell input:focus,.document-prototype-shell textarea:focus{border-color:#47556973;box-shadow:0 0 0 3px #47556917;outline:none}.document-prototype-shell input:disabled,.document-prototype-shell select:disabled,.document-prototype-shell textarea:disabled,.document-prototype-shell button:disabled{background:#f8fafc;color:#7f8da3;opacity:1}.document-prototype-shell textarea{min-height:132px;resize:vertical}.document-prototype-upload{background:#fbfcfe;border:1px dashed #cfdae8;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-size:.84rem;padding:.72rem .74rem;text-align:center;width:100%}.document-prototype-upload-icon{color:#64748b;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:16px;height:16px;line-height:1}.document-prototype-upload-icon svg{display:block;width:16px;height:16px}.document-line-items-table-wrap{border:1px solid rgba(203,213,225,.74);border-radius:8px;overflow-x:auto}.document-line-items-table{border-collapse:collapse;min-width:700px;width:100%}.document-line-items-table th{background:#f6f9fe;color:#1e293b;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-size:14px;font-weight:800;letter-spacing:0;line-height:1.35}.document-line-items-table td{color:#0f172a;font-size:13.5px;font-weight:500;line-height:1.35}.document-line-items-table th,.document-line-items-table td{border-bottom:1px solid #edf2f7;padding:.2rem .3rem;text-align:start;vertical-align:middle}.document-line-items-table th.purchase-prototype-table-head-category,.document-line-items-table th.purchase-prototype-table-head-warehouse,.document-line-items-table th.purchase-prototype-table-head-qty,.document-line-items-table th.purchase-prototype-table-head-price,.document-line-items-table th.purchase-prototype-table-head-amount,.document-line-items-table th.purchase-prototype-table-head-actions,.document-line-items-table td.purchase-prototype-table-cell-category,.document-line-items-table td.purchase-prototype-table-cell-warehouse,.document-line-items-table td.purchase-prototype-table-cell-qty,.document-line-items-table td.purchase-prototype-table-cell-price,.document-line-items-table td.purchase-prototype-table-cell-actions,.document-line-items-table td.line-total,.document-line-items-table td.purchase-prototype-table-cell-category input,.document-line-items-table td.purchase-prototype-table-cell-warehouse input,.document-line-items-table td.purchase-prototype-table-cell-qty input,.document-line-items-table td.purchase-prototype-table-cell-price input{text-align:center}.document-line-items-table td input{background:transparent;border:1px solid transparent;border-radius:8px;color:#0f172a;font-size:13.5px;min-height:36px;padding:.28rem .34rem;width:100%}.document-line-items-table td input:focus{background:#fff;border-color:#47556938;box-shadow:0 0 0 3px #47556912}.document-line-items-table .line-total{color:#0f172a;font-size:13.5px;font-weight:800;letter-spacing:.01em;white-space:nowrap}.document-line-highlight td{background:#7c3aed09}.document-line-items-table tbody tr:hover{background:#47556906}.document-line-service td{background:#f8fbff8c}.document-line-service td:first-child input{border-color:#4755692e;color:#475569;font-weight:700}.document-line-service td:nth-child(4) input{background:#f8fafc;color:#64748b}.document-row-delete{background:transparent;border:0;color:#a3aec0;cursor:pointer;font-size:.92rem;font-weight:600;line-height:1;padding:.1rem .15rem}.document-line-items-actions{display:flex;gap:.42rem;justify-content:flex-start;margin-top:.45rem}.document-line-items-actions button{align-items:center;background:#7c3aed0d;border:1px solid rgba(124,58,237,.12);border-radius:8px;color:#5b6476;cursor:pointer;display:inline-flex;gap:6px;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-size:13.5px;font-weight:700;min-height:30px;padding:0 .62rem;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.document-line-items-actions .btn-dashedAction{min-height:30px;box-shadow:none;border-style:dashed!important;border-width:1px!important;border-color:#7c3aed73!important;background:#7c3aed09!important;color:#6d28d9!important}.document-line-items-actions button:hover{background:#7c3aed14;border-color:#7c3aed2e;color:#4c3fb7}.document-line-items-actions .btn-dashedAction .purchase-prototype-scan-icon{display:inline-flex;width:15px;height:15px;color:currentColor;flex:0 0 15px}.document-line-items-actions .btn-dashedAction .purchase-prototype-scan-icon svg{width:100%;height:100%}.document-line-items-actions button span:first-child{font-size:.92rem;font-weight:900;line-height:1}.document-prototype-bottom-grid{display:grid;gap:.98rem;grid-template-columns:1.4fr 1fr;width:100%}.document-totals-panel{background:transparent;border:0;border-radius:0;display:grid;gap:.32rem;padding:.08rem .06rem .14rem}.document-totals-panel div{align-items:center;display:flex;justify-content:space-between;min-height:31px;padding:0 .04rem}.document-totals-panel span{color:#64748b;font-size:.84rem}.document-totals-panel strong{color:#0f172a;font-size:.93rem;font-weight:800}.document-totals-panel>div:not(.document-total-grand) strong{color:#64748b;font-weight:500}.document-total-grand{background:transparent;border-radius:0;border-top:0;margin-top:.3rem;padding:.64rem .04rem .1rem;position:relative}.document-total-grand:before{content:"";position:absolute;top:0;inset-inline:0;height:1px;border-radius:8px;background:#e2e8f0}.document-total-grand strong{color:#334155;font-size:1.04rem}.document-total-grand span{color:#0f172a;font-weight:800}.document-prototype-bottom-grid .document-prototype-section{min-height:100%}.document-prototype-bottom-grid .document-prototype-section textarea{background:#fbfcfe;border-color:#cbd5e1d6;min-height:152px}.document-prototype-activity-list{color:#475569;display:grid;gap:.32rem;font-size:.85rem;margin:0;padding-inline-start:1.1rem}.purchase-prototype-combobox{position:relative;width:100%}.purchase-prototype-combobox.is-inline{display:inline-flex;width:100%}.purchase-prototype-combobox>input,.purchase-prototype-combobox .field>input{width:100%}.purchase-prototype-combobox-dropdown{background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 10px 25px -5px #0f172a1f,0 8px 10px -6px #0f172a0f;box-sizing:border-box;display:grid;gap:.2rem;max-height:16rem;overflow:auto;padding:.35rem;position:fixed;z-index:1200;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.purchase-prototype-combobox-dropdown,.purchase-prototype-combobox-dropdown *{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif}.purchase-prototype-combobox-option,.purchase-prototype-combobox-create{align-items:flex-start;background:transparent;border:0;border-radius:6px;color:#0f172a;cursor:pointer;display:grid;gap:.14rem;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;padding:.48rem .62rem;text-align:start;width:100%;transition:background .12s ease}.purchase-prototype-combobox-option:hover,.purchase-prototype-combobox-option.is-highlighted,.purchase-prototype-combobox-create:hover,.purchase-prototype-combobox-create.is-highlighted{background:#f1f5f9}.purchase-prototype-combobox-option-title{color:#0f172a;font-size:.92rem;font-weight:700;line-height:1.2}.purchase-prototype-combobox-option-meta{color:#64748b;font-size:.78rem;line-height:1.2}.purchase-prototype-combobox-empty{align-items:center;color:#64748b;display:grid;gap:.42rem;padding:.46rem .58rem;text-align:start}.purchase-prototype-combobox-create{align-items:center;background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;font-size:.84rem;font-weight:700;justify-items:start;padding:.5rem .62rem;border-radius:6px;margin-top:4px}.purchase-prototype-combobox-create:before{content:"+";margin-inline-end:.4rem}.purchase-prototype-dark{background:var(--bg, #0b0f19);color:var(--text, #f1f5f9)}.purchase-prototype-dark .purchase-prototype-sticky-stack{background:#0b0f19f0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.purchase-prototype-dark .purchase-prototype-workspace-toolbar{background:#0b0f19f5;border-bottom-color:var(--border, #242f48)}.purchase-prototype-dark .purchase-prototype-sticky-stack.is-scrolled{border-bottom-color:var(--border, #242f48);box-shadow:0 8px 18px #00000061}.purchase-prototype-dark .purchase-prototype-document-surface{color:#e5e7eb}.purchase-prototype-dark .purchase-prototype-search{background:var(--card, #111827);border-color:var(--border, #242f48);color:var(--text, #f1f5f9)}.purchase-prototype-dark .purchase-prototype-search input{color:#e5e7eb}.purchase-prototype-dark .purchase-prototype-search input::placeholder{color:#64748b}.purchase-prototype-dark .purchase-prototype-icon-button,.purchase-prototype-dark .purchase-prototype-avatar{background:#111827;border-color:#94a3b847;color:#cbd5e1}.purchase-prototype-dark .purchase-prototype-icon-button.is-active,.purchase-prototype-dark .purchase-prototype-avatar{background:linear-gradient(180deg,#4755692e,#47556914);border-color:#60a5fa52;color:#dbeafe}.purchase-prototype-dark .purchase-prototype-icon-button:hover,.purchase-prototype-dark .purchase-prototype-avatar:hover{box-shadow:0 6px 14px #0206173d}.purchase-prototype-dark .document-prototype-topbar,.purchase-prototype-dark .document-prototype-section,.purchase-prototype-dark .purchase-prototype-popover,.purchase-prototype-dark .purchase-prototype-combobox-dropdown{background:var(--card, #111827);border-color:#ffffff05;color:var(--text, #f1f5f9);box-shadow:0 14px 28px #00000040}.purchase-prototype-dark .document-prototype-section{border-color:#ffffff05;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.purchase-prototype-dark .document-prototype-topbar-actions .btn{background:var(--surface, #1e293b);border-color:var(--border, #242f48);color:var(--text, #f1f5f9)}.purchase-prototype-dark .document-prototype-topbar-actions .btn:hover{background:#283548;border-color:var(--primary, #170c5c)}.purchase-prototype-dark .document-prototype-topbar-actions .btn:last-child{background:var(--primary, #170c5c);border-color:transparent;color:#fff}.purchase-prototype-dark .document-prototype-topbar-actions .btn:last-child:hover{background:linear-gradient(180deg,#475569,#475569)}.purchase-prototype-dark .document-prototype-section-title,.dark .document-prototype-section-title{color:var(--text, #f1f5f9)!important}.purchase-prototype-dark .document-prototype-topbar-actions .btn,.purchase-prototype-dark .document-prototype-topbar-actions .btn span,.purchase-prototype-dark .purchase-prototype-quick-action span:last-child,.purchase-prototype-dark .purchase-prototype-popover-option,.purchase-prototype-dark .purchase-prototype-combobox-option-title,.purchase-prototype-dark .purchase-prototype-combobox-create{color:#e5e7eb}.purchase-prototype-dark .document-prototype-section-title:before{background:#a78bfa}.purchase-prototype-dark .document-prototype-section-header,.purchase-prototype-dark .document-prototype-grid,.purchase-prototype-dark .document-prototype-bottom-grid,.purchase-prototype-dark .purchase-prototype-quick-actions,.purchase-prototype-dark .purchase-prototype-popover-row{color:#e5e7eb}.purchase-prototype-dark .document-prototype-shell .field>span,.purchase-prototype-dark .purchase-prototype-combobox-option-meta,.purchase-prototype-dark .purchase-prototype-popover-option span,.purchase-prototype-dark .document-line-items-table th,.purchase-prototype-dark .document-line-items-table .line-total,.purchase-prototype-dark .document-prototype-bottom-grid .document-prototype-section label{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;color:#cbd5e1}.purchase-prototype-dark .document-prototype-topbar-right h1,.purchase-prototype-dark .document-prototype-section-title,.purchase-prototype-dark .document-line-items-table th{text-shadow:0 1px 0 rgba(15,23,42,.08)}.purchase-prototype-dark .document-prototype-topbar-right h1,.purchase-prototype-dark .document-prototype-section-title{color:#f8fafc}.purchase-prototype-dark .document-prototype-section-title:before{background:#8b5cf6}.purchase-prototype-dark .purchase-prototype-breadcrumb,.purchase-prototype-dark .purchase-prototype-breadcrumb a{color:#94a3b8}.purchase-prototype-dark .purchase-prototype-breadcrumb strong,.purchase-prototype-dark .document-prototype-topbar-right h1{color:#f8fafc}.purchase-prototype-dark .purchase-prototype-workspace-toolbar,.purchase-prototype-dark .purchase-prototype-workspace-toolbar *,.purchase-prototype-dark .purchase-prototype-breadcrumb,.purchase-prototype-dark .purchase-prototype-breadcrumb *,.purchase-prototype-dark .purchase-prototype-create-card,.purchase-prototype-dark .purchase-prototype-create-card *,.purchase-prototype-dark .purchase-prototype-create-confirm,.purchase-prototype-dark .purchase-prototype-create-confirm *,.purchase-prototype-dark .purchase-prototype-popover,.purchase-prototype-dark .purchase-prototype-popover *{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif}.document-prototype-shell .purchase-prototype-breadcrumb a{color:#94a3b8;font-weight:500}.document-prototype-shell .purchase-prototype-breadcrumb strong{color:#0f172a;font-weight:800}.document-prototype-shell .document-prototype-topbar-right h1{color:#0f172a;font-size:18px;font-weight:800;line-height:1.35;letter-spacing:-.01em}.document-prototype-shell .document-prototype-section-title{color:#0f172a;font-size:17px;font-weight:800;line-height:1.35;letter-spacing:-.01em}.document-prototype-shell .document-prototype-section-title:before{background:#7c3aed;width:4px;height:28px;border-radius:8px;margin-inline-start:10px}.document-prototype-shell .field>span,.document-prototype-shell .document-prototype-create-grid .field>span{color:#334155;font-size:14px;font-weight:700;line-height:1.35}.document-prototype-shell input,.document-prototype-shell select,.document-prototype-shell textarea{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;color:#0f172a;font-size:13.5px}.document-prototype-shell .document-line-items-table th{background:#f8fafc;color:#1e293b;font-size:14px;font-weight:800;line-height:1.35}.document-prototype-shell .document-line-items-table td{color:#0f172a;font-size:13.5px;font-weight:500;line-height:1.35}.document-prototype-shell .document-line-items-table td input{color:#0f172a;font-size:13.5px;font-weight:500}.document-prototype-shell .document-line-items-table .line-total{color:#0f172a;font-size:13.5px;font-weight:800}.document-prototype-shell .document-prototype-topbar-actions .btn,.document-prototype-shell .document-line-items-actions button,.document-prototype-shell .purchase-prototype-quick-action,.document-prototype-shell .purchase-prototype-popover-option,.document-prototype-shell .purchase-prototype-popover-apply,.document-prototype-shell .purchase-prototype-create-actions .btn,.document-prototype-shell .purchase-prototype-create-confirm-actions .btn{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif;font-weight:700}.document-prototype-shell .document-prototype-topbar-actions .btn{font-size:13.5px;line-height:1}.document-prototype-shell .purchase-prototype-quick-action span:last-child,.document-prototype-shell .document-line-items-actions button{font-size:12.5px}.document-prototype-shell .purchase-prototype-quick-action span:first-child{font-size:12.5px}.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar-right h1,.purchase-prototype-dark .document-prototype-shell .document-prototype-section-title{color:#f8fafc}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-breadcrumb a{color:#94a3b8;font-weight:500}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-breadcrumb strong{color:#f8fafc;font-weight:800}.purchase-prototype-dark .document-prototype-shell .document-prototype-section-title:before{background:#8b5cf6}.purchase-prototype-dark .document-prototype-shell .document-line-items-table th{background:#94a3b814;color:#e2e8f0}.purchase-prototype-dark .document-prototype-shell .document-line-items-table td,.purchase-prototype-dark .document-prototype-shell .document-line-items-table td input{color:#e5e7eb}.purchase-prototype-dark .document-prototype-shell .document-line-items-table .line-total{color:#f8fafc}.purchase-prototype-dark .document-prototype-shell input,.purchase-prototype-dark .document-prototype-shell select,.purchase-prototype-dark .document-prototype-shell textarea{background:#ffffff08;border-color:#ffffff1a;color:#e5e7eb}.purchase-prototype-dark .document-prototype-shell input::placeholder,.purchase-prototype-dark .document-prototype-shell textarea::placeholder{color:#64748b}.purchase-prototype-dark .document-prototype-shell input:focus,.purchase-prototype-dark .document-prototype-shell textarea:focus{border-color:#60a5fa8c;box-shadow:0 0 0 3px #47556926}.purchase-prototype-dark .document-prototype-shell input:disabled,.purchase-prototype-dark .document-prototype-shell select:disabled,.purchase-prototype-dark .document-prototype-shell textarea:disabled,.purchase-prototype-dark .document-prototype-shell button:disabled{background:#0f172ae6;color:#64748b}.purchase-prototype-dark .document-line-items-table-wrap{border-color:#94a3b82e;background:#182235}.purchase-prototype-dark .document-line-items-table{color:#e5e7eb}.purchase-prototype-dark .document-line-items-table th{background:#1e293be6;border-bottom-color:#94a3b82e;color:#cbd5e1}.purchase-prototype-dark .document-line-items-table td,.purchase-prototype-dark .document-line-items-table th{border-color:#94a3b81f;background:#182235fa;font-size:13.5px;line-height:1.35}.purchase-prototype-dark .document-line-items-table td input{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e5e7eb;font-size:13.5px}.purchase-prototype-dark .document-line-items-table .line-total{color:#f8fafc;font-size:13.5px;font-weight:800}.purchase-prototype-dark .document-line-items-table .document-row-delete{background:#1e293be6;border-color:#94a3b833;color:#cbd5e1}.purchase-prototype-dark .purchase-prototype-quick-action{background:#111827f0;border-color:#94a3b83d;color:#cbd5e1}.purchase-prototype-dark .purchase-prototype-quick-action:hover,.purchase-prototype-dark .purchase-prototype-quick-action.is-active{background:#47556924;border-color:#60a5fa47;color:#e0f2fe}.purchase-prototype-dark .purchase-prototype-popover-option,.purchase-prototype-dark .purchase-prototype-combobox-option,.purchase-prototype-dark .purchase-prototype-combobox-create,.purchase-prototype-dark .purchase-prototype-combobox-empty,.purchase-prototype-dark .purchase-prototype-combobox-helper{background:transparent}.purchase-prototype-dark .purchase-prototype-combobox-option,.purchase-prototype-dark .purchase-prototype-combobox-create{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif}.purchase-prototype-dark .purchase-prototype-popover-option:hover,.purchase-prototype-dark .purchase-prototype-popover-option.is-active,.purchase-prototype-dark .purchase-prototype-combobox-option:hover,.purchase-prototype-dark .purchase-prototype-combobox-option.is-highlighted,.purchase-prototype-dark .purchase-prototype-combobox-create:hover,.purchase-prototype-dark .purchase-prototype-combobox-create.is-highlighted{background:#4755691f}.purchase-prototype-dark .purchase-prototype-combobox-create{background:#8b5cf624;color:#c4b5fd}.purchase-prototype-dark .purchase-prototype-combobox-dropdown{background:#111827;border-color:#94a3b838;color:#e5e7eb}.purchase-prototype-dark .purchase-prototype-combobox-dropdown .purchase-prototype-combobox-option-title{color:#f8fafc}.purchase-prototype-dark .purchase-prototype-combobox-dropdown .purchase-prototype-combobox-option-meta,.purchase-prototype-dark .purchase-prototype-combobox-empty,.purchase-prototype-dark .purchase-prototype-combobox-helper{color:#94a3b8}.purchase-prototype-dark .purchase-prototype-popover-option{background:#111827f5;border-color:#94a3b838;color:#e5e7eb}.purchase-prototype-dark .purchase-prototype-popover-option:hover,.purchase-prototype-dark .purchase-prototype-popover-option.is-active{border-color:#60a5fa4d}.purchase-prototype-dark .purchase-prototype-topbar-inner,.purchase-prototype-dark .document-prototype-column{color:#e5e7eb}.purchase-prototype-dark .purchase-prototype-save-icon svg{color:currentColor}@media(max-width:900px){.document-prototype-shell{padding:0 16px 16px}.purchase-prototype-toolbar-inner{align-items:center;flex-direction:row;gap:.4rem;padding-inline:12px}.purchase-prototype-workspace-toolbar{margin-inline:-16px;margin-block-start:-16px;padding:0 16px}.purchase-prototype-toolbar-actions{flex-wrap:nowrap;width:auto;flex:1;justify-content:flex-end}.purchase-prototype-search-container{flex:1 1 auto;min-width:0}.purchase-prototype-search{width:100%}.purchase-prototype-search-shortcut,.purchase-prototype-breadcrumb{display:none}.purchase-prototype-search input{width:100%}.purchase-prototype-topbar-inner{padding-inline:16px}.document-prototype-topbar{align-items:flex-start;flex-direction:column}.document-prototype-column{max-width:100%;width:100%}.compact-grid-4,.compact-grid-3,.compact-grid-2,.purchase-prototype-create-grid{grid-template-columns:1fr}.document-prototype-bottom-grid{grid-template-columns:1fr;width:100%}.document-prototype-topbar-actions{width:100%;flex-wrap:wrap}.document-prototype-topbar-actions .btn{flex:1}}.document-prototype-shell .document-prototype-topbar{box-shadow:none}.document-prototype-shell .document-prototype-topbar-actions .btn:focus-visible,.document-prototype-shell .purchase-prototype-quick-action:focus-visible,.document-prototype-shell .purchase-prototype-popover-option:focus-visible,.document-prototype-shell .purchase-prototype-popover-apply:focus-visible,.document-prototype-shell .purchase-prototype-create-close:focus-visible,.document-prototype-shell .document-line-items-actions button:focus-visible,.document-prototype-shell input:focus-visible,.document-prototype-shell select:focus-visible,.document-prototype-shell textarea:focus-visible{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1f}.document-prototype-shell input[readonly],.document-prototype-shell textarea[readonly],.document-prototype-shell select[disabled],.document-prototype-shell input:disabled,.document-prototype-shell textarea:disabled{background:#f8fafc;border-color:#e2e8f0;color:#475569;cursor:not-allowed}.document-prototype-shell input[readonly]{cursor:default}.document-prototype-shell input[aria-invalid=true],.document-prototype-shell select[aria-invalid=true],.document-prototype-shell textarea[aria-invalid=true],.document-prototype-shell .field[aria-invalid=true] input,.document-prototype-shell .field[aria-invalid=true] select,.document-prototype-shell .field[aria-invalid=true] textarea{border-color:#f87171;box-shadow:0 0 0 3px #f871711f}.document-prototype-shell .field .field-error,.document-prototype-shell .field-error{color:#b91c1c;font-size:12px;font-weight:600;line-height:1.35}.document-prototype-shell .document-line-items-table tbody tr{transition:background-color .14s ease}.document-prototype-shell .document-line-items-table tbody tr:hover{background:#47556909}.document-prototype-shell .document-line-items-table tbody tr:hover .document-row-delete{color:#64748b}.document-prototype-shell .purchase-prototype-combobox-dropdown,.document-prototype-shell .purchase-prototype-popover{border-radius:8px;box-shadow:0 18px 32px #0f172a1f}.document-prototype-shell .purchase-prototype-combobox-option:hover,.document-prototype-shell .purchase-prototype-combobox-option.is-highlighted,.document-prototype-shell .purchase-prototype-combobox-create:hover,.document-prototype-shell .purchase-prototype-combobox-create.is-highlighted,.document-prototype-shell .purchase-prototype-popover-option:hover,.document-prototype-shell .purchase-prototype-popover-option.is-active{background:#4755690f}.document-prototype-shell .purchase-prototype-combobox-option-meta,.document-prototype-shell .purchase-prototype-popover-row>span{color:#64748b}.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar{box-shadow:none;border-bottom:1px solid rgba(148,163,184,.18)}.purchase-prototype-dark .document-prototype-shell input:focus-visible,.purchase-prototype-dark .document-prototype-shell select:focus-visible,.purchase-prototype-dark .document-prototype-shell textarea:focus-visible,.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar-actions .btn:focus-visible,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-quick-action:focus-visible,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-option:focus-visible,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-apply:focus-visible,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-close:focus-visible,.purchase-prototype-dark .document-prototype-shell .document-line-items-actions button:focus-visible{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf62e}.purchase-prototype-dark .document-prototype-shell input[readonly],.purchase-prototype-dark .document-prototype-shell textarea[readonly],.purchase-prototype-dark .document-prototype-shell select:disabled,.purchase-prototype-dark .document-prototype-shell input:disabled,.purchase-prototype-dark .document-prototype-shell textarea:disabled{background:#0f172abf;border-color:#94a3b838;color:#cbd5e1}.purchase-prototype-dark .document-prototype-shell .document-line-items-table tbody tr:hover{background:#94a3b814}.purchase-prototype-dark .document-prototype-shell .document-line-items-table tbody tr:hover .document-row-delete{color:#e2e8f0}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-dropdown,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover{box-shadow:0 18px 32px #02061757}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-option:hover,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-option.is-highlighted,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-create:hover,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-create.is-highlighted,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-option:hover,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-option.is-active{background:#94a3b814}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-option-meta,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-row>span{color:#94a3b8}.purchase-prototype-dark .document-line-highlight td{background:#8b5cf614}.purchase-prototype-dark .document-prototype-upload{background:#111827f5;border-color:#94a3b838;color:#cbd5e1}.purchase-prototype-dark .document-prototype-upload-icon{color:#cbd5e1}.purchase-prototype-dark .document-line-items-actions button{background:#111827eb;border-color:#94a3b833;color:#cbd5e1}.purchase-prototype-dark .document-line-items-actions .btn-dashedAction{background:#8b5cf61f;border-color:#c4b5fd59;color:#c4b5fd}.purchase-prototype-dark .document-line-items-actions button:hover{background:#8b5cf624;border-color:#8b5cf647;color:#e9d5ff}.purchase-prototype-dark .document-line-items-actions .btn-dashedAction:hover{background:#8b5cf62e;border-color:#c4b5fd85;color:#ddd6fe}.purchase-prototype-dark .document-total-grand span{color:#f1f5f9}.purchase-prototype-dark .document-total-grand strong{color:#f8fafc}.purchase-prototype-dark .document-totals-panel>div:not(.document-total-grand) strong{color:#94a3b8;font-weight:500}.purchase-prototype-dark .document-totals-panel{background:transparent;border-color:transparent}.purchase-prototype-dark .document-total-grand{background:transparent}.purchase-prototype-dark .document-total-grand:before{background:#94a3b83d}.document-prototype-shell .purchase-prototype-breadcrumb a{color:#94a3b8!important;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:1.35!important}.document-prototype-shell .purchase-prototype-breadcrumb strong{color:#0f172a!important;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important;font-size:13.5px!important;font-weight:800!important;line-height:1.35!important}.document-prototype-shell .document-prototype-topbar-right h1{color:#0f172a!important;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.35!important;letter-spacing:-.01em!important}.document-prototype-shell .document-prototype-topbar-actions .btn{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important;font-size:13.5px!important;font-weight:700!important;line-height:1!important}.document-prototype-shell .document-prototype-section-title{color:#0f172a!important;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important;font-size:17px!important;font-weight:800!important;line-height:1.35!important;letter-spacing:-.01em!important}.purchase-prototype-dark .document-prototype-shell{--dark-page-bg: #0f172a;--dark-card-bg: #172033;--dark-card-bg-soft: #111827;--dark-input-bg: #0b1220;--dark-input-bg-muted: #101827;--dark-border: rgba(148, 163, 184, .22);--dark-border-strong: rgba(148, 163, 184, .32);--dark-text: #f8fafc;--dark-text-secondary: #cbd5e1;--dark-text-muted: #94a3b8;--dark-purple: #8b5cf6;--dark-blue: #475569}.purchase-prototype-dark .purchase-prototype-document-surface{background:var(--dark-page-bg)!important;color:var(--dark-text-secondary)!important}.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar,.purchase-prototype-dark .document-prototype-shell .document-prototype-section{background:var(--dark-card-bg)!important;border-color:#94a3b82e!important;box-shadow:0 10px 22px #02061738!important}.purchase-prototype-dark .document-prototype-shell input,.purchase-prototype-dark .document-prototype-shell select,.purchase-prototype-dark .document-prototype-shell textarea,.purchase-prototype-dark .document-prototype-shell .document-line-items-table td input{background:var(--dark-input-bg)!important;border-color:#94a3b83d!important;color:var(--dark-text)!important}.purchase-prototype-dark .document-prototype-shell input::placeholder,.purchase-prototype-dark .document-prototype-shell textarea::placeholder{color:var(--dark-text-muted)!important}.purchase-prototype-dark .document-prototype-shell input[readonly],.purchase-prototype-dark .document-prototype-shell textarea[readonly],.purchase-prototype-dark .document-prototype-shell select:disabled,.purchase-prototype-dark .document-prototype-shell input:disabled,.purchase-prototype-dark .document-prototype-shell textarea:disabled{background:#0f172abf!important;border-color:#94a3b838!important;color:var(--dark-text-secondary)!important}.purchase-prototype-dark .document-prototype-shell input:focus,.purchase-prototype-dark .document-prototype-shell textarea:focus,.purchase-prototype-dark .document-prototype-shell select:focus,.purchase-prototype-dark .document-prototype-shell input:focus-visible,.purchase-prototype-dark .document-prototype-shell textarea:focus-visible,.purchase-prototype-dark .document-prototype-shell select:focus-visible{border-color:var(--dark-purple)!important;box-shadow:0 0 0 3px #8b5cf62e!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table-wrap{background:var(--dark-card-bg)!important;border-color:#94a3b82e!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table th{background:#94a3b814!important;color:#e2e8f0!important;border-bottom-color:#94a3b829!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table td{background:#172033fa!important;color:#e5e7eb!important;border-color:#94a3b81f!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table tbody tr:hover{background:#94a3b814!important}.purchase-prototype-dark .document-prototype-upload{background:#0f172a59!important;border:1px dashed rgba(148,163,184,.28)!important;color:#cbd5e1!important}.purchase-prototype-dark .document-prototype-upload-icon{color:#94a3b8!important}.purchase-prototype-dark .document-line-items-actions .btn-dashedAction{background:#8b5cf61f!important;border-color:#c4b5fd61!important;color:#c4b5fd!important}.purchase-prototype-dark .document-line-items-actions .btn-dashedAction:hover{background:#8b5cf62e!important;border-color:#c4b5fd8c!important}.purchase-prototype-dark .document-totals-panel>div:not(.document-total-grand) span,.purchase-prototype-dark .document-totals-panel>div:not(.document-total-grand) strong{color:#94a3b8!important}.purchase-prototype-dark .document-total-grand span{color:#f8fafc!important}.purchase-prototype-dark .document-total-grand strong{color:#60a5fa!important}.purchase-prototype-dark .document-total-grand:before{background:#94a3b83d!important}.purchase-prototype-dark .purchase-prototype-combobox-dropdown,.purchase-prototype-dark .purchase-prototype-popover{background:#111827!important;border-color:#94a3b838!important;box-shadow:0 16px 30px #02061757!important}.purchase-prototype-dark .purchase-prototype-combobox-option,.purchase-prototype-dark .purchase-prototype-combobox-create,.purchase-prototype-dark .purchase-prototype-popover-option{color:#e5e7eb!important}.purchase-prototype-dark .purchase-prototype-combobox-option-meta,.purchase-prototype-dark .purchase-prototype-combobox-empty,.purchase-prototype-dark .purchase-prototype-combobox-helper,.purchase-prototype-dark .purchase-prototype-popover-row>span{color:#94a3b8!important}.purchase-prototype-dark .purchase-prototype-combobox-option:hover,.purchase-prototype-dark .purchase-prototype-combobox-option.is-highlighted,.purchase-prototype-dark .purchase-prototype-combobox-create:hover,.purchase-prototype-dark .purchase-prototype-combobox-create.is-highlighted,.purchase-prototype-dark .purchase-prototype-popover-option:hover,.purchase-prototype-dark .purchase-prototype-popover-option.is-active{background:#8b5cf62e!important}.purchase-prototype-dark .purchase-prototype-search{background:#111827!important;border-color:#94a3b83d!important}.purchase-prototype-dark .purchase-prototype-search input{background:transparent!important;color:#e5e7eb!important}.purchase-prototype-dark .purchase-prototype-search input::placeholder{color:#94a3b8!important}.document-prototype-shell .document-prototype-section-title:before{background:#7c3aed!important;border-radius:8px;height:28px!important;margin-inline-start:10px!important;width:4px!important}.document-prototype-shell .field>span,.document-prototype-shell .purchase-prototype-create-grid .field>span{color:#334155!important;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important;font-size:14px!important;font-weight:700!important;line-height:1.35!important}.document-prototype-shell input,.document-prototype-shell select,.document-prototype-shell textarea{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important;font-size:13.5px!important;color:#0f172a!important}.document-prototype-shell .document-line-items-table th{background:#f8fafc!important;color:#1e293b!important;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important;font-size:14px!important;font-weight:800!important;line-height:1.35!important}.document-prototype-shell .document-line-items-table td,.document-prototype-shell .document-line-items-table td input{color:#0f172a!important;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important;font-size:13.5px!important;font-weight:500!important;line-height:1.35!important}.document-prototype-shell .document-line-items-table .line-total{color:#0f172a!important;font-size:13.5px!important;font-weight:800!important}.document-prototype-shell .document-line-items-actions button,.document-prototype-shell .purchase-prototype-quick-action,.document-prototype-shell .purchase-prototype-popover-option,.document-prototype-shell .purchase-prototype-popover-apply,.document-prototype-shell .purchase-prototype-create-actions .btn,.document-prototype-shell .purchase-prototype-create-confirm-actions .btn{font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important}.document-prototype-shell .document-line-items-actions button{color:#66758d!important;font-size:12.5px!important;font-weight:700!important}.document-prototype-shell .purchase-prototype-quick-action span:last-child,.document-prototype-shell .purchase-prototype-quick-action span:first-child{font-size:12.5px!important;font-weight:700!important}.document-prototype-shell .purchase-prototype-popover-option,.document-prototype-shell .purchase-prototype-popover-apply{font-size:13.5px!important;font-weight:700!important}.document-prototype-shell .purchase-prototype-create-card h4,.document-prototype-shell .purchase-prototype-create-confirm h4{color:#0f172a!important;font-family:IBM Plex Sans Arabic,Cairo,Tajawal,system-ui,sans-serif!important;font-size:18px!important;font-weight:800!important;line-height:1.35!important}.document-prototype-shell .purchase-prototype-create-header p{font-size:13px!important;line-height:1.5!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-breadcrumb a{color:#94a3b8!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-breadcrumb strong,.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar-right h1,.purchase-prototype-dark .document-prototype-shell .document-prototype-section-title{color:#f8fafc!important}.purchase-prototype-dark .document-prototype-shell .document-prototype-section-title:before{background:#8b5cf6!important}.purchase-prototype-dark .document-prototype-shell .field>span,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-grid .field>span{color:#cbd5e1!important}.purchase-prototype-dark .document-prototype-shell input,.purchase-prototype-dark .document-prototype-shell select,.purchase-prototype-dark .document-prototype-shell textarea{color:#e5e7eb!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table th{background:#94a3b814!important;color:#e2e8f0!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table td,.purchase-prototype-dark .document-prototype-shell .document-line-items-table td input{color:#e5e7eb!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table .line-total{color:#f8fafc!important}.document-prototype-shell .purchase-prototype-sticky-stack.is-scrolled,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-sticky-stack.is-scrolled{box-shadow:none!important;border-bottom:none!important}.dark .document-prototype-shell,[data-theme=dark] .document-prototype-shell,.purchase-prototype-dark .document-prototype-shell,.dark .purchase-new-prototype,[data-theme=dark] .purchase-new-prototype,.purchase-new-prototype.purchase-prototype-dark{color-scheme:dark!important;background:#0f172a!important;color:#cbd5e1!important}.dark .document-prototype-shell .document-prototype-topbar,.dark .document-prototype-shell .document-prototype-section,[data-theme=dark] .document-prototype-shell .document-prototype-topbar,[data-theme=dark] .document-prototype-shell .document-prototype-section,.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar,.purchase-prototype-dark .document-prototype-shell .document-prototype-section{background:#172033!important;border-color:#94a3b82e!important;color:#e5e7eb!important;box-shadow:0 10px 22px #02061738!important}.dark .document-prototype-shell input,.dark .document-prototype-shell select,.dark .document-prototype-shell textarea,.dark .purchase-new-prototype input,.dark .purchase-new-prototype select,.dark .purchase-new-prototype textarea,[data-theme=dark] .document-prototype-shell input,[data-theme=dark] .document-prototype-shell select,[data-theme=dark] .document-prototype-shell textarea{background:#0b1220!important;border-color:#94a3b83d!important;color:#f8fafc!important}.dark .document-prototype-shell input::placeholder,.dark .document-prototype-shell textarea::placeholder,[data-theme=dark] .document-prototype-shell input::placeholder,[data-theme=dark] .document-prototype-shell textarea::placeholder{color:#94a3b8!important}.dark .document-prototype-shell .document-total-grand strong,[data-theme=dark] .document-prototype-shell .document-total-grand strong,.purchase-prototype-dark .document-prototype-shell .document-total-grand strong{color:#60a5fa!important;font-weight:900!important}.dark .document-prototype-shell label,[data-theme=dark] .document-prototype-shell label,.purchase-prototype-dark .document-prototype-shell label{color:#d1d5db!important}.document-prototype-shell .document-prototype-field-input,.document-prototype-shell .document-prototype-field-select,.document-prototype-shell .document-prototype-field-textarea{border-color:transparent!important;background-color:transparent!important;box-shadow:none!important;transition:background-color .2s ease,color .2s ease,border-color .2s ease!important;border-bottom:1px solid rgba(203,213,225,.4)!important;border-radius:0!important;padding-inline:4px!important}.document-prototype-shell .document-prototype-field-input:hover,.document-prototype-shell .document-prototype-field-select:hover,.document-prototype-shell .document-prototype-field-textarea:hover{background-color:#94a3b80d!important;border-bottom-color:#94a3b8!important}.document-prototype-shell .document-prototype-field-input:focus,.document-prototype-shell .document-prototype-field-input:focus-within,.document-prototype-shell .document-prototype-field-select:focus,.document-prototype-shell .document-prototype-field-textarea:focus{background-color:#fff!important;border-color:#475569!important;box-shadow:0 0 0 2px #4755691a!important;border-radius:8px}.purchase-prototype-status-pipeline{display:flex;align-items:stretch;background:transparent;overflow:hidden;height:32px;border-radius:8px;border:1px solid rgba(203,213,225,.6)}.purchase-prototype-status-step{display:flex;align-items:center;padding:0 16px 0 24px;font-size:13px;font-weight:700;color:#64748b;position:relative;background:#f8fafc;clip-path:polygon(calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0% 100%,10px 50%,0% 0%);margin-inline-start:-10px}.purchase-prototype-status-step:first-child{padding-inline-start:16px;clip-path:polygon(calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0% 100%,0% 50%,0% 0%);margin-inline-start:0}.purchase-prototype-status-step.is-active{background:#475569;color:#fff}.purchase-prototype-status-step.is-done{color:#0f172a}.document-smart-buttons-box{display:flex;gap:8px;margin-inline-start:auto}.document-smart-button{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(203,213,225,.6);border-radius:8px;padding:4px 10px;min-width:80px;height:44px;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;color:#475569}.document-smart-button:hover{background:#f1f5f9cc;border-color:#cbd5e1;color:#0f172a}.purchase-prototype-dark .document-smart-button{background:var(--surface, #1e293b);border-color:#ffffff0d;color:var(--text, #f1f5f9)}.purchase-prototype-dark .document-smart-button:hover{background:var(--border, #242f48);border-color:#ffffff1a;color:#fff}.document-smart-button-value{font-size:14px;font-weight:800;line-height:1;color:inherit}.document-smart-button-label{font-size:10px;font-weight:600;margin-top:2px;color:inherit}.document-prototype-table-wrapper{max-height:450px;overflow-y:auto;position:relative;scrollbar-width:thin}.document-prototype-table thead th{position:sticky;top:0;background:#f1f5f9;z-index:10;box-shadow:0 1px #cbd5e1cc}.document-prototype-table thead tr:nth-child(2) th{top:32px}.document-prototype-topbar{flex-wrap:wrap}.document-prototype-shell .document-prototype-section-title:before{background:var(--primary, #475569)!important}.purchase-prototype-dark .document-prototype-shell .document-prototype-section-title:before{background:var(--primary, #475569)!important}.document-prototype-shell .purchase-prototype-toolbar-action,.document-prototype-shell .purchase-prototype-status-pipeline,.document-prototype-shell .document-smart-button,.document-prototype-shell .purchase-prototype-icon-button{border-radius:8px}.document-prototype-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:8px;font-size:13px;font-weight:700;margin-inline-start:16px;letter-spacing:.2px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.document-prototype-status-badge.is-draft{background-color:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.document-prototype-status-badge.is-confirmed{background-color:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.purchase-prototype-dark .document-prototype-status-badge.is-draft{background-color:#47556933;color:#cbd5e1;border-color:#94a3b84d}.purchase-prototype-dark .document-prototype-status-badge.is-confirmed{background-color:#47556926;color:#60a5fa;border-color:#4755694d}.document-prototype-shell input:focus,.document-prototype-shell textarea:focus,.document-prototype-shell select:focus,.document-prototype-shell input:focus-within,.document-prototype-shell textarea:focus-within,.document-prototype-shell select:focus-within,.document-prototype-shell input:focus-visible,.document-prototype-shell textarea:focus-visible,.document-prototype-shell select:focus-visible{border-color:var(--primary, #475569)!important;box-shadow:0 0 0 3px #47556926!important}.document-prototype-shell .purchase-prototype-combobox-dropdown,.document-prototype-shell .purchase-prototype-popover-panel{border-radius:8px}.document-prototype-shell .purchase-prototype-combobox-create{background:transparent!important;color:var(--primary, #475569)!important;font-weight:600!important;border-radius:8px;margin:4px 8px!important;padding:8px 12px!important;border:1px solid transparent!important;transition:background-color .2s ease,color .2s ease,border-color .2s ease!important}.document-prototype-shell .purchase-prototype-combobox-create:before{display:none!important}.document-prototype-shell .purchase-prototype-combobox-create:hover,.document-prototype-shell .purchase-prototype-combobox-create.is-highlighted{background:#4755690f!important;border-color:#47556926!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-create:hover,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-create.is-highlighted{background:#47556926!important;border-color:#4755694d!important}.document-prototype-shell .purchase-prototype-combobox-option:hover,.document-prototype-shell .purchase-prototype-combobox-option.is-highlighted,.document-prototype-shell .purchase-prototype-popover-option:hover,.document-prototype-shell .purchase-prototype-popover-option.is-active{background:#47556914!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-option:hover,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-option.is-highlighted,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-option:hover,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-option.is-active{background:#4755692e!important}.purchase-prototype-combobox-dropdown,.purchase-prototype-popover-panel{border-radius:8px}.purchase-prototype-combobox-create{background:transparent!important;color:var(--primary, #475569)!important;font-weight:600!important;border-radius:8px;margin:4px 8px!important;padding:8px 12px!important;border:1px solid transparent!important;transition:background-color .2s ease,color .2s ease,border-color .2s ease!important}.purchase-prototype-combobox-create:before{display:none!important}.purchase-prototype-combobox-create:hover,.purchase-prototype-combobox-create.is-highlighted{background:#4755690f!important;border-color:#47556926!important}.dark .purchase-prototype-combobox-create:hover,.dark .purchase-prototype-combobox-create.is-highlighted,.purchase-prototype-dark .purchase-prototype-combobox-create:hover,.purchase-prototype-dark .purchase-prototype-combobox-create.is-highlighted{background:#47556926!important;border-color:#4755694d!important}.purchase-prototype-combobox-option:hover,.purchase-prototype-combobox-option.is-highlighted,.purchase-prototype-popover-option:hover,.purchase-prototype-popover-option.is-active{background:#47556914!important}.dark .purchase-prototype-combobox-option:hover,.dark .purchase-prototype-combobox-option.is-highlighted,.dark .purchase-prototype-popover-option:hover,.dark .purchase-prototype-popover-option.is-active,.purchase-prototype-dark .purchase-prototype-combobox-option:hover,.purchase-prototype-dark .purchase-prototype-combobox-option.is-highlighted,.purchase-prototype-dark .purchase-prototype-popover-option:hover,.purchase-prototype-dark .purchase-prototype-popover-option.is-active{background:#4755692e!important}.purchase-prototype-combobox-dropdown,.purchase-prototype-popover-panel{overflow-x:hidden!important;box-sizing:border-box!important;padding:4px 0!important}.purchase-prototype-combobox-option{margin:0!important;padding:8px 16px!important;border-radius:0!important;width:100%!important;box-sizing:border-box!important}.purchase-prototype-combobox-option-title,.purchase-prototype-popover-option-title{font-weight:600!important;font-size:13.5px!important}.purchase-prototype-combobox-option-meta,.purchase-prototype-popover-option-meta{font-size:11.5px!important;margin-top:2px!important;opacity:.75!important}.app-account-menu-avatar{background:#7c3aed1a!important;color:#6d28d9!important;border-radius:50%!important;width:32px!important;height:32px!important;font-size:13px!important;box-shadow:none!important}.app-account-menu-panel{border-radius:8px;padding:4px 0!important;border:1px solid rgba(226,232,240,.8)!important;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003!important;min-width:180px!important;width:auto!important}.app-account-menu-item{border-radius:0!important;margin:0!important;padding:6px 14px!important;width:100%!important;box-sizing:border-box!important;font-size:12.5px!important;color:#475569!important;font-weight:500!important;gap:8px!important;justify-content:flex-start!important;display:flex!important;align-items:center!important;line-height:1!important;min-height:28px!important}.app-account-menu-item-icon{color:#94a3b8!important;width:14px!important;height:14px!important;display:flex!important;align-items:center!important;justify-content:center!important}.app-account-menu-item-icon svg{width:100%!important;height:100%!important}.app-account-menu-item:hover{background:#f8fafc!important;color:#0f172a!important}.app-account-menu-item:hover .app-account-menu-item-icon{color:#64748b!important}.app-account-menu-item-danger{color:#ef4444!important;border-top:1px solid #f1f5f9!important;margin-top:2px!important;padding-top:8px!important}.app-account-menu-item-danger .app-account-menu-item-icon{color:#f87171!important}.app-account-menu-item-danger:hover{background:#ef44440d!important;color:#dc2626!important}.app-account-menu-identity{padding:10px 14px!important;display:flex!important;flex-direction:column!important;align-items:center!important;background:transparent!important;border:none!important;box-shadow:none!important;margin-bottom:2px!important}.app-account-menu-identity-avatar{display:none!important}.app-account-menu-identity-copy{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:0px!important;width:100%!important;line-height:1.4!important}.app-account-menu-identity-copy strong{font-size:12.5px!important;color:#0f172a!important}.app-account-menu-identity-copy span{font-size:11px!important;color:#94a3b8!important;font-weight:500!important}.app-account-menu-identity-copy small{display:none!important}.app-account-menu-divider{margin:0 0 2px!important;border-bottom:1px solid #e2e8f0!important;background:transparent!important;height:0!important}.purchase-prototype-search-container{position:relative}.purchase-prototype-search-dropdown{position:absolute;top:100%;left:0;margin-top:8px;width:320px;background:#fff;border-radius:8px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid #e2e8f0;z-index:50;overflow:hidden}.purchase-prototype-dark .purchase-prototype-search-dropdown{background:#1e293b;border-color:#334155;box-shadow:0 10px 25px -5px #00000080}.purchase-prototype-search-group{padding:8px 0}.purchase-prototype-search-group:not(:last-child){border-bottom:1px solid #e2e8f0}.purchase-prototype-dark .purchase-prototype-search-group:not(:last-child){border-bottom-color:#334155}.purchase-prototype-search-group-title{padding:4px 12px;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase}.purchase-prototype-dark .purchase-prototype-search-group-title{color:#94a3b8}.purchase-prototype-search-item{display:flex;align-items:center;padding:8px 12px;cursor:pointer;font-size:13px;color:#0f172a;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.purchase-prototype-dark .purchase-prototype-search-item{color:#f8fafc}.purchase-prototype-search-item:hover{background:#47556914;color:var(--primary, #475569)}.purchase-prototype-dark .purchase-prototype-search-item:hover{background:#4755692e;color:#60a5fa}.purchase-prototype-search-item-icon{margin-inline-end:8px;opacity:.5}.purchase-prototype-search-input{border-radius:8px}.purchase-prototype-search:focus-within{border-color:var(--primary, #475569)!important;box-shadow:0 0 0 3px #4755691a!important}.purchase-prototype-search input{height:100%!important;min-height:100%!important;border:none!important;background:transparent!important;font-size:13px!important;padding:0!important;outline:none!important;box-shadow:none!important;color:var(--text)!important}.purchase-prototype-search span{font-size:14px!important;color:var(--muted)!important;display:flex!important;align-items:center!important}.purchase-prototype-search input:focus{border:none!important;box-shadow:none!important;outline:none!important;background:transparent!important}.document-prototype-topbar-actions{position:relative!important}.purchase-prototype-inline-message{position:absolute!important;top:100%!important;right:0!important;margin-top:6px!important;width:max-content!important;max-width:250px!important;z-index:10!important}.purchase-prototype-workspace-toolbar{width:auto!important}.app-account-menu-panel{border-radius:8px;padding:8px!important;box-shadow:0 10px 40px -10px #00000026!important;border:1px solid rgba(148,163,184,.2)!important;margin-top:10px!important}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-panel{box-shadow:0 10px 40px -10px #00000080!important;border-color:#ffffff0d!important}.app-account-menu-item{border-radius:8px;margin:2px 0!important;padding:8px 12px!important;transition:background-color .2s ease,color .2s ease,border-color .2s ease!important}.app-account-menu-identity{padding:16px!important;border-radius:8px;background:#94a3b80d!important;margin-bottom:8px!important}.purchase-new-prototype.purchase-prototype-dark .app-account-menu-identity{background:#ffffff08!important}.app-account-menu-divider{margin:8px 0!important;opacity:.5!important}.purchase-prototype-search{border-radius:8px;height:32px!important;max-height:32px!important;min-height:32px!important;background:var(--surface)!important;border:1px solid var(--border)!important;transition:background-color .2s ease,color .2s ease,border-color .2s ease!important;width:250px!important;display:inline-flex!important;align-items:center!important;padding:0 10px!important;gap:6px!important}.purchase-prototype-search input{flex:1!important;width:100%!important}.purchase-prototype-search{width:auto!important;flex:1 1 auto!important;max-width:350px!important;min-width:150px!important}.purchase-prototype-toolbar-actions .purchase-prototype-icon-button,.app-account-menu-avatar,.app-account-menu-trigger{flex-shrink:0!important;min-width:28px!important;min-height:28px!important}.purchase-prototype-toolbar-actions{flex:1;justify-content:flex-end}.purchase-prototype-workspace-toolbar{margin-block-start:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.purchase-prototype-sticky-stack{top:0!important;background:#f6f8fb!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.purchase-prototype-dark .purchase-prototype-sticky-stack{background:#0f172a!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.purchase-prototype-sticky-stack.is-scrolled{background:#f6f8fb!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.purchase-prototype-dark .purchase-prototype-sticky-stack.is-scrolled{background:#0f172a!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.app-layout:has(.purchase-new-prototype.purchase-prototype-dark) .content-wrap{background:#0f172a!important}.document-prototype-shell .card{background:#ffffff73;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.6);border-radius:12px;box-shadow:0 8px 32px #1f26870d;margin-bottom:32px!important}.document-prototype-shell .card .card{margin-top:24px!important;margin-bottom:24px!important}.document-prototype-shell .card .section-heading-copy h3{align-items:center;display:inline-flex;flex-wrap:nowrap;gap:10px}.document-prototype-shell .card .section-heading-copy h3:before{background:var(--primary, #7c3aed)!important;border-radius:8px;content:"";flex:none;height:28px;width:4px}.purchase-prototype-dark .document-prototype-shell .card .section-heading-copy h3:before{background:#8b5cf6!important}.document-prototype-shell .card input,.document-prototype-shell .card select,.document-prototype-shell .card textarea{background:#ffffffb3!important;border:1px solid rgba(203,213,225,.6)!important;border-radius:8px!important;padding:8px 12px!important;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.document-prototype-shell .card input:focus,.document-prototype-shell .card select:focus,.document-prototype-shell .card textarea:focus{background:#fff!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f626!important;outline:none}.purchase-prototype-dark .document-prototype-shell .card{background:#1e293b73;border-color:#47556999}.purchase-prototype-dark .document-prototype-shell .card input,.purchase-prototype-dark .document-prototype-shell .card select,.purchase-prototype-dark .document-prototype-shell .card textarea{background:#0f172a99!important;border-color:#33415599!important;color:#f8fafc!important}.purchase-prototype-dark .document-prototype-shell .card input:focus,.purchase-prototype-dark .document-prototype-shell .card select:focus,.purchase-prototype-dark .document-prototype-shell .card textarea:focus{background:#0f172ae6!important;border-color:#8b5cf6!important}.onboarding-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:40px 20px}.onboarding-container{display:flex;flex-direction:row-reverse;width:100%;max-width:1260px;min-height:560px;background:transparent;gap:36px;align-items:center}.onboarding-card{flex:1;background:#fff;border-radius:12px;box-shadow:0 16px 40px #0f172a0f;padding:30px 34px;display:flex;flex-direction:column;position:relative;overflow:hidden}.onboarding-hero{flex:0 0 380px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.onboarding-hero-logo{font-size:32px;font-weight:900;display:flex;align-items:center;gap:12px;margin-bottom:24px;color:var(--text)}.onboarding-hero h1{font-size:32px;font-weight:800;margin:0 0 12px;line-height:1.2}.onboarding-hero p{color:var(--muted);font-size:15px;margin:0;white-space:pre-line;line-height:1.6}.wizard-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;position:relative;padding:0 20px}.wizard-progress:before{content:"";position:absolute;top:50%;left:30px;right:30px;height:3px;background:#f1f5f9;transform:translateY(-50%);z-index:1}.wizard-progress-bar-fill{position:absolute;top:50%;right:30px;height:3px;background:#059669;transform:translateY(-50%);z-index:2;transition:width .4s ease}.wizard-step-node{width:32px;height:32px;border-radius:50%;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;position:relative;z-index:3;transition:background-color .3s ease,color .3s ease,transform .3s ease}.wizard-step-node.active{background:#170e5e;color:#fff;box-shadow:0 0 0 4px #170e5e1f}.wizard-step-node.completed{background:#059669;color:#fff}.wizard-step-content{flex:1;display:flex;flex-direction:column;animation:slideInFade .4s ease forwards}@keyframes slideInFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wizard-header{text-align:center;margin-bottom:32px}.wizard-header h2{font-size:24px;font-weight:800;margin:0 0 8px}.wizard-header p{color:var(--muted);font-size:14px;margin:0}.wizard-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.wizard-form-grid.single-col{grid-template-columns:1fr}.size-pills{display:flex;flex-wrap:wrap;gap:10px}.size-pill{flex:1;padding:10px 0;text-align:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:var(--text);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.size-pill:hover{background:#f8fafc;border-color:#cbd5e1}.size-pill.selected{background:#eef2ff;border-color:#170e5e;color:#170e5e}.wizard-upload-box{border:2px dashed #e2e8f0;border-radius:8px;padding:20px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease;background:#f8fafc}.wizard-upload-box:hover{border-color:#cbd5e1;background:#f1f5f9}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:32px}.industry-card{border:1px solid #e2e8f0;border-radius:8px;padding:16px 12px;text-align:center;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease;background:#fff;display:flex;flex-direction:column;align-items:center;gap:8px}.industry-card:hover{border-color:#cbd5e1;background:#f8fafc;transform:translateY(-2px)}.industry-card.selected{border-color:#170e5e;background:#eef2ff;color:#170e5e;box-shadow:0 4px 12px #170e5e14}.industry-icon{font-size:24px;margin-bottom:4px}.wizard-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:24px}.btn-wizard-next{background:#170e5e;color:#fff;border:none;padding:12px 32px;border-radius:8px;font-weight:700;font-size:15px;cursor:pointer;transition:opacity .2s;width:100%}.btn-wizard-next:hover{opacity:.9}.btn-wizard-back{background:transparent;color:var(--muted);border:none;padding:12px 24px;font-weight:600;cursor:pointer}.btn-wizard-back:hover{color:var(--text)}.wizard-loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px 0}.wizard-spinner{width:64px;height:64px;border:4px solid #f1f5f9;border-top-color:#170c5c;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:32px}@keyframes spin{to{transform:rotate(360deg)}}.wizard-loading-steps{width:100%;max-width:320px;display:flex;flex-direction:column;gap:16px}.wizard-loading-step{display:flex;align-items:center;gap:12px;font-weight:600;color:#94a3b8;padding:12px 16px;border:1px solid transparent;border-radius:8px;transition:background-color .3s ease,color .3s ease,transform .3s ease}.wizard-loading-step.active{color:#170c5c;background:#f3f0ff;border-color:#e0d4fc}.wizard-loading-step.done{color:#059669}.step-icon-box{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.wizard-success-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center}.wizard-success-icon{width:80px;height:80px;background:#ecfdf5;color:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;margin-bottom:24px;animation:scaleBounce .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes scaleBounce{0%{transform:scale(0)}to{transform:scale(1)}}.wizard-industry-grid{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.wizard-industry-grid::-webkit-scrollbar{width:6px}.wizard-industry-grid::-webkit-scrollbar-track{background:transparent}.wizard-industry-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.wizard-industry-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:992px){.onboarding-container{flex-direction:column;height:auto}.onboarding-hero{flex:0 0 auto;padding:20px 0}.onboarding-card{padding:30px 24px}}.reports-hover-scale{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);will-change:transform,box-shadow}.reports-hover-scale:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:10}.reports-chart-motion{animation:fadeSlideUp .6s cubic-bezier(.4,0,.2,1) forwards;opacity:0;transform:translateY(20px)}.reports-charts-grid .reports-chart-motion:nth-child(1){animation-delay:.1s}.reports-charts-grid .reports-chart-motion:nth-child(2){animation-delay:.2s}@keyframes fadeSlideUp{to{opacity:1;transform:translateY(0)}}.reports-executive-clusters-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:12px}@media(max-width:1280px){.reports-executive-clusters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.reports-executive-clusters-grid{grid-template-columns:1fr}}.reports-cluster-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 6px #0f172a08;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.reports-cluster-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px -3px #0f172a0f,0 4px 6px -2px #0f172a08;border-color:#cbd5e1}.reports-cluster-card.theme-blue{border-top:3px solid #3b82f6}.reports-cluster-card.theme-amber{border-top:3px solid #f59e0b}.reports-cluster-card.theme-purple{border-top:3px solid #8b5cf6}.reports-cluster-card.theme-emerald{border-top:3px solid #10b981;background:linear-gradient(180deg,#fff,#f0fdf4)}.reports-cluster-header{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #f1f5f9;padding-bottom:10px}.reports-cluster-title-wrap{display:flex;align-items:center;gap:8px}.reports-cluster-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reports-cluster-card.theme-blue .reports-cluster-icon{background:#eff6ff;color:#2563eb}.reports-cluster-card.theme-amber .reports-cluster-icon{background:#fffbeb;color:#d97706}.reports-cluster-card.theme-purple .reports-cluster-icon{background:#f5f3ff;color:#7c3aed}.reports-cluster-card.theme-emerald .reports-cluster-icon{background:#ecfdf5;color:#059669}.reports-cluster-title{margin:0;font-size:13px;font-weight:800;color:#1e293b;line-height:1.2}.reports-cluster-subtitle{font-size:10.5px;color:#64748b;font-weight:500;margin-top:1px}.reports-cluster-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:6px;white-space:nowrap}.reports-cluster-card.theme-blue .reports-cluster-badge{background:#dbeafe;color:#1e40af}.reports-cluster-card.theme-amber .reports-cluster-badge{background:#fef3c7;color:#92400e}.reports-cluster-card.theme-purple .reports-cluster-badge{background:#ede9fe;color:#5b21b6}.reports-cluster-card.theme-emerald .reports-cluster-badge{background:#d1fae5;color:#065f46}.reports-cluster-items{display:flex;flex-direction:column;gap:7px}.reports-cluster-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:8px;background:#f8fafc;border:1px solid #f1f5f9;transition:background-color .15s ease}.reports-cluster-item:hover{background:#f1f5f9}.reports-cluster-item.highlight{background:#f0f9ff;border-color:#bae6fd}.reports-cluster-item.hero-profit{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #86efac;padding:10px 12px;margin-top:4px}.reports-cluster-item-label{font-size:11.5px;font-weight:600;color:#475569;display:flex;align-items:center;gap:6px}.reports-cluster-item.hero-profit .reports-cluster-item-label{font-size:12.5px;font-weight:800;color:#065f46}.reports-cluster-item-value{font-size:13px;font-weight:800;color:#0f172a;direction:ltr;font-variant-numeric:tabular-nums}.reports-cluster-item.hero-profit .reports-cluster-item-value{font-size:16.5px;font-weight:900;color:#047857}.reports-cluster-item-value.tone-danger{color:#dc2626}.reports-cluster-item-value.tone-success{color:#16a34a}.reports-cluster-progress-bar{width:100%;height:5px;background:#e2e8f0;border-radius:9999px;overflow:hidden;margin-top:3px}.reports-cluster-progress-fill{height:100%;border-radius:9999px;background:#10b981}@media(max-width:900px){*,*:before,*:after{scrollbar-width:none!important;-ms-overflow-style:none!important}*::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}.app-layout{flex-direction:column!important;position:fixed!important;inset:0!important;height:100%!important;height:100dvh!important;min-height:0!important;overflow:hidden!important}.app-layout .sidebar-fixed,.app-layout.sidebar-collapsed .sidebar-fixed{position:fixed!important;top:0!important;bottom:0!important;right:0!important;width:290px!important;min-width:290px!important;max-width:85vw!important;z-index:1000!important;transform:translate(100%)!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;height:100%!important;min-height:100dvh!important;background:#fff!important;box-shadow:none!important;padding:0!important;display:flex!important;flex-direction:column!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}[dir=ltr] .app-layout .sidebar-fixed,[dir=ltr] .app-layout.sidebar-collapsed .sidebar-fixed{right:auto!important;left:0!important;transform:translate(-100%)!important}.app-layout .sidebar-fixed.is-mobile-open,.app-layout.sidebar-collapsed .sidebar-fixed.is-mobile-open{transform:translate(0)!important;box-shadow:0 0 40px #00000059!important}[dir=ltr] .app-layout .sidebar-fixed.is-mobile-open,[dir=ltr] .app-layout.sidebar-collapsed .sidebar-fixed.is-mobile-open{transform:translate(0)!important}.app-layout .sidebar-fixed .brand,.app-layout.sidebar-collapsed .sidebar-fixed .brand,.sidebar-collapsed .brand{padding-top:calc(18px + env(safe-area-inset-top,0px))!important;padding-bottom:14px!important;padding-inline:16px!important;display:flex!important;flex-direction:row-reverse!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:4px!important;background:transparent!important;height:auto!important;min-height:auto!important;box-sizing:border-box!important}.brand-logo{display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;flex-shrink:0!important}.brand-logo-img{width:40px!important;height:40px!important;object-fit:contain!important}.app-layout .sidebar-fixed .sidebar-search-wrapper,.sidebar-collapsed .sidebar-search-wrapper{padding:0 16px 12px!important;margin-top:0!important;display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;box-sizing:border-box!important;position:relative!important;z-index:10!important}.app-layout .sidebar-fixed .sidebar-search-pill,.sidebar-collapsed .sidebar-search-pill{width:100%!important;height:40px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:0 12px!important;display:flex!important;align-items:center!important;box-shadow:0 1px 2px #0f172a0a!important;box-sizing:border-box!important}.app-layout .sidebar-fixed .sidebar-search-input,.sidebar-collapsed .sidebar-search-input{display:block!important;font-size:13px!important;width:100%!important}.sidebar-collapsed .sidebar-label,.sidebar-collapsed .sidebar-group-chevron,.sidebar-collapsed .sidebar-link-chevron-spacer,.sidebar-collapsed .brand-copy,.sidebar-collapsed .sidebar-footer-info,.sidebar-collapsed .sidebar-logout-btn .btn-label{display:flex!important}.sidebar-collapsed .brand-copy{display:block!important}.sidebar-collapsed .sidebar-group-trigger,.sidebar-collapsed .sidebar-link{justify-content:flex-start!important;padding:9px 12px!important;width:100%!important}.sidebar-collapsed .sidebar-footer,.sidebar-footer{display:flex!important;padding:10px 14px calc(14px + env(safe-area-inset-bottom,0px))!important;background:#fff!important;margin-top:auto!important}.sidebar-toggle-btn{display:none!important}.sidebar-footer-actions{width:100%!important;display:flex!important}.sidebar-logout-btn{width:100%!important;justify-content:center!important}.sidebar-logout-btn .btn-label{display:inline!important}.sidebar-mobile-overlay{position:fixed!important;inset:0!important;width:100vw!important;height:100%!important;height:100dvh!important;min-height:100%!important;min-height:100dvh!important;background:#0f172a66!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important;z-index:999!important;opacity:0;pointer-events:none;transition:opacity .3s ease}.sidebar-mobile-overlay.is-active{opacity:1;pointer-events:auto}.main-col{position:relative!important;width:100vw!important;max-width:100vw!important;height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.content-wrap{flex:1 1 auto!important;width:100%!important;max-width:100vw!important;height:100%!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y pinch-zoom!important;overscroll-behavior-y:contain!important;padding:10px 8px!important;padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))!important;box-sizing:border-box!important}}.mobile-sidebar-toggle{display:none;background:transparent;border:none;color:#475569;padding:8px;margin-inline-end:8px;cursor:pointer;border-radius:8px;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.mobile-sidebar-toggle:hover{background:#4755691a}.mobile-search-icon-btn{display:none;width:30px;height:30px;min-width:30px;min-height:30px;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(203,213,225,.78);border-radius:8px;color:#475569;cursor:pointer;padding:0;flex-shrink:0}@media(max-width:900px){.mobile-sidebar-toggle{display:inline-flex;padding:6px;margin-inline-end:4px}.mobile-search-icon-btn{display:inline-flex;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;background:#fff!important;border:1px solid rgba(203,213,225,.78)!important;border-radius:8px!important}.mobile-search-icon-btn svg{width:15px!important;height:15px!important;stroke-width:1.9!important}.desktop-only-toolbar-item{display:none!important}.purchase-prototype-workspace-toolbar{margin-inline:-10px;width:calc(100% + 20px);height:calc(48px + env(safe-area-inset-top,0px))!important;min-height:calc(48px + env(safe-area-inset-top,0px))!important;padding-top:env(safe-area-inset-top,0px)!important;background:#fff!important;box-sizing:border-box!important;position:sticky!important;top:0!important;z-index:900!important;box-shadow:0 1px 3px #0000000a!important}.purchase-prototype-toolbar-inner{padding:0 12px!important;flex-wrap:nowrap!important;height:48px!important;align-items:center!important;gap:8px!important}.purchase-prototype-breadcrumb{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.purchase-prototype-toolbar-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.manager-notifications{position:relative;display:inline-flex}.manager-notifications-button{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;padding:0!important;background:#fff!important;border:1px solid rgba(203,213,225,.78)!important;border-radius:8px!important}.manager-notifications-button svg{width:15px!important;height:15px!important}.app-account-menu-trigger{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;border-radius:8px!important}.manager-notifications-badge{top:-4px;inset-inline-end:-4px;right:auto}.filter-chip-row,.toolbar-chip-row,.reports-section-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;gap:6px!important;padding:4px 0 8px!important;margin-bottom:8px!important;scrollbar-width:none}.filter-chip-row::-webkit-scrollbar,.reports-section-tabs::-webkit-scrollbar{display:none}.filter-chip-row .btn,.filter-chip-row .button,.reports-section-tabs .btn,.reports-section-tabs .button{flex-shrink:0!important;white-space:nowrap!important;padding:4px 8px!important;min-height:28px!important;height:28px!important;font-size:11px!important;font-weight:600!important;border-radius:8px!important}.page-header{padding:8px 12px!important;gap:6px!important;min-height:auto!important}.page-header-row{flex-wrap:wrap!important;gap:6px!important}.page-header-title{font-size:1.05rem!important}.page-header-description{font-size:.74rem!important;line-height:1.35!important}}.mobile-bottom-nav{display:none}@media(max-width:900px){.mobile-bottom-nav{position:fixed!important;bottom:0!important;left:0!important;right:0!important;inset-inline:0!important;margin:0!important;width:100%!important;max-width:100%!important;height:auto!important;background:#ffffffeb!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important;border-top:1px solid rgba(0,0,0,.08)!important;border-bottom:none!important;border-left:none!important;border-right:none!important;border-radius:0!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:center!important;justify-items:center!important;z-index:990!important;padding:2px 4px env(safe-area-inset-bottom,0px) 4px!important;box-shadow:0 -4px 24px #0000000a!important;box-sizing:border-box!important;transition:transform .28s cubic-bezier(.16,1,.3,1),opacity .22s ease!important;transform:none!important;opacity:1!important}.mobile-bottom-nav.is-hidden{transform:translateY(140%) scale(.95)!important;opacity:0!important;pointer-events:none!important}.mobile-bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:100%;height:48px;color:#334155;text-decoration:none;background:none;border:none;cursor:pointer;padding:2px 0 0;box-sizing:border-box;transition:color .15s ease,transform .1s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.mobile-bottom-nav-item:active{transform:scale(.92)}.mobile-bottom-nav-item.is-active{color:#170c5c;font-weight:800}.mobile-bottom-nav-icon{display:flex;align-items:center;justify-content:center;width:28px;height:24px;transition:background-color .2s ease,color .2s ease,transform .2s ease,opacity .2s ease}.mobile-bottom-nav-item.is-active .mobile-bottom-nav-icon{color:#170c5c;background:#170c5c14;border-radius:8px}.mobile-bottom-nav-label{line-height:1;font-size:10px;font-weight:600;white-space:nowrap;text-align:center;margin-top:1px}.mobile-bottom-nav-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:48px;background:none;border:none;padding:0;margin:0;cursor:pointer;z-index:995;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.mobile-bottom-nav-action-btn:active .mobile-bottom-nav-action-icon{transform:scale(.9)}.mobile-bottom-nav-action-icon{width:42px;height:42px;margin-top:-18px;border-radius:50%;background:linear-gradient(135deg,#170c5c,#312e81);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #170c5c6b;border:3px solid #ffffff;transition:transform .15s ease,box-shadow .15s ease}.mobile-bottom-nav-label-center{font-size:9.5px;font-weight:700;color:#1e1b4b;margin-top:2px;line-height:1;white-space:nowrap;text-align:center}}.mobile-quick-action-sheet{padding:12px 16px 20px;text-align:right;direction:rtl}.mobile-quick-action-header{text-align:center;margin-bottom:16px}.mobile-quick-action-handle{width:36px;height:4px;background:#cbd5e1;border-radius:4px;margin:0 auto 10px}.mobile-quick-action-title{margin:0 0 4px;font-size:17px;font-weight:800;color:#0f172a}.mobile-quick-action-sub{margin:0;font-size:12px;color:#64748b}.mobile-quick-action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mobile-quick-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 12px 14px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;text-align:center;transition:background-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease;-webkit-tap-highlight-color:transparent;box-shadow:0 1px 3px #0f172a08}.mobile-quick-action-btn:active{transform:scale(.96);background:#f8fafc}.mobile-quick-action-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pos-icon{background:#ede9fe;color:#6d28d9}.checker-icon{background:#ffedd5;color:#c2410c}.product-icon{background:#dcfce7;color:#15803d}.purchase-icon{background:#cffafe;color:#0e7490}.customer-icon{background:#ffe4e6;color:#be123c}.treasury-icon{background:#fef3c7;color:#b45309}.inventory-icon{background:#e0f2fe;color:#0369a1}.mobile-quick-action-text{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3px;width:100%}.mobile-quick-action-text strong{font-size:13px;font-weight:700;color:#0f172a;line-height:1.2}.mobile-quick-action-text span{font-size:11px;color:#64748b;line-height:1.25}.pos-mobile-tab-switcher,.pos-mobile-floating-cart-bar{display:none}@media(max-width:900px){.pos-mobile-tab-switcher{display:flex;background:#e2e8f0;padding:3px;border-radius:10px;margin-bottom:10px;gap:3px}.pos-mobile-tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:transparent;border:none;border-radius:8px;font-size:13px;font-weight:700;color:#475569;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease;-webkit-tap-highlight-color:transparent}.pos-mobile-tab-btn.is-active{background:#fff;color:#0f172a;box-shadow:0 2px 6px #0f172a14}.pos-mobile-tab-total{background:#170c5c;color:#fff;padding:2px 6px;border-radius:6px;font-size:11px;font-weight:800}.pos-grid-premium{display:flex!important;flex-direction:column!important;gap:0!important}.pos-grid-premium.pos-mobile-show-products .pos-checkout-column,.pos-grid-premium.pos-mobile-show-cart .pos-products-column,.pos-resizer-handle{display:none!important}.pos-mobile-floating-cart-bar{display:flex;flex-direction:column;position:fixed;bottom:calc(58px + env(safe-area-inset-bottom,0px));left:10px;right:10px;background:#fffffff5;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(226,232,240,.95);color:#0f172a;padding:6px 10px;border-radius:18px;box-shadow:0 16px 40px -6px #170c5c38,0 2px 10px #0000000f;z-index:985;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .25s cubic-bezier(.16,1,.3,1);box-sizing:border-box;animation:slideUpMobileCart .22s cubic-bezier(.16,1,.3,1);max-height:420px}.pos-mobile-floating-cart-bar.is-expanded{padding:8px 12px;border-color:#170c5c40;box-shadow:0 20px 48px -4px #170c5c52,0 0 0 1px #170c5c1f}@keyframes slideUpMobileCart{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.pos-mobile-floating-cart-header{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.pos-mobile-floating-cart-toggle-btn{display:flex;align-items:center;gap:8px;background:none;border:none;padding:0;cursor:pointer;flex:1;text-align:right;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.pos-mobile-floating-cart-badge{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#170c5c,#312e81);color:#fff;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 10px #170c5c59}.pos-mobile-floating-cart-text{display:flex;flex-direction:column;line-height:1.2;flex:1;min-width:0}.pos-mobile-floating-cart-text-row{display:flex!important;align-items:baseline!important;gap:4px!important;line-height:1!important}.pos-mobile-floating-cart-total{font-size:15.5px!important;font-weight:900!important;color:#0f172a!important;letter-spacing:-.01em!important;line-height:1!important}.pos-mobile-floating-cart-unit{font-size:10px!important;font-weight:800!important;color:#475569!important;line-height:1!important}.pos-mobile-floating-cart-sub{font-size:10.5px;font-weight:600;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-mobile-floating-cart-chevron{color:#64748b;display:flex;align-items:center;justify-content:center;padding:2px 4px;border-radius:6px;background:#f1f5f9cc}.pos-mobile-floating-checkout-btn{background:linear-gradient(135deg,#170c5c,#312e81);color:#fff;border:1px solid rgba(255,255,255,.2);padding:8px 14px;border-radius:12px;font-weight:800;font-size:13px;display:flex;align-items:center;gap:5px;cursor:pointer;box-shadow:0 4px 14px #170c5c52;transition:background-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;flex-shrink:0}.pos-mobile-floating-checkout-btn:active{transform:scale(.95);opacity:.92}.pos-mobile-floating-cart-items-drawer{display:flex;flex-direction:column;margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0;animation:drawerSlideDown .2s cubic-bezier(.16,1,.3,1)}@keyframes drawerSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pos-mobile-floating-cart-items-list{display:flex;flex-direction:column;gap:6px;max-height:180px;overflow-y:auto;padding-right:2px;margin-bottom:6px;-webkit-overflow-scrolling:touch}.pos-mobile-floating-cart-item-row{display:grid!important;grid-template-columns:minmax(0,1fr) 74px 70px 20px!important;align-items:center!important;gap:6px!important;padding:5px 8px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:10px!important;font-size:12px!important;box-sizing:border-box!important}.pos-mobile-floating-cart-item-name-col{display:flex;flex-direction:column;min-width:0;overflow:hidden}.pos-mobile-floating-cart-item-name{font-size:12px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-mobile-floating-cart-item-price-each{font-size:10px;color:#64748b;font-weight:600;white-space:nowrap}.pos-mobile-floating-cart-item-qty-col{display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:2px 3px!important;width:74px!important;box-sizing:border-box!important}.pos-mobile-floating-qty-btn{width:18px!important;height:18px!important;border-radius:4px!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:800!important;cursor:pointer!important;color:#0f172a!important;padding:0!important;flex-shrink:0!important}.pos-mobile-floating-qty-val{font-size:12px!important;font-weight:800!important;min-width:16px!important;text-align:center!important;color:#0f172a!important}.pos-mobile-floating-cart-item-total-col{display:flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:2px!important;font-size:12px!important;font-weight:800!important;color:#170c5c!important;white-space:nowrap!important;width:70px!important;text-align:left!important}.pos-mobile-floating-cart-unit-small{font-size:9px;font-weight:600;color:#64748b}.pos-mobile-floating-item-delete-btn{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:12px;padding:2px;border-radius:4px;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.pos-mobile-floating-item-delete-btn:hover{color:#ef4444;background:#fee2e2}.pos-mobile-floating-cart-drawer-footer{display:flex;justify-content:center;padding-top:4px}.pos-mobile-floating-view-full-cart-link{background:none;border:none;color:#170c5c;font-size:11px;font-weight:700;cursor:pointer;padding:2px 6px;text-decoration:underline}.pos-workspace-dock{width:100%!important;max-width:100%!important;margin:0!important;padding:8px 0!important;box-sizing:border-box!important}.pos-workspace-dock-ribbon-track{flex-direction:column!important;width:100%!important;max-width:100%!important;gap:8px!important;padding:0 4px!important;box-sizing:border-box!important}.pos-workspace-dock-summary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;gap:4px!important;background:#f1f5f9!important;border-radius:12px!important;padding:4px!important;box-sizing:border-box!important}.pos-workspace-dock-chip{padding:6px 4px!important;min-width:0!important;width:100%!important;text-align:center!important;border-radius:8px!important;background:#fff!important;box-sizing:border-box!important}.pos-workspace-dock-chip span{font-size:11px!important;font-weight:700!important;color:#64748b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.pos-workspace-dock-chip strong{font-size:15px!important;font-weight:900!important;white-space:nowrap!important;line-height:1.2!important;color:#0f172a!important;overflow:hidden!important;text-overflow:ellipsis!important}.pos-workspace-dock-chip:last-child strong{color:#170c5c!important;font-size:16px!important}.pos-workspace-dock-actions{display:flex!important;width:100%!important;gap:6px!important;box-sizing:border-box!important}.pos-workspace-dock-actions button,.pos-workspace-dock-actions .btn{min-width:0!important;padding:10px 8px!important;font-size:12.5px!important;font-weight:800!important;border-radius:10px!important;white-space:nowrap!important;flex:1!important}.pos-workspace-dock-actions button:last-child,.pos-workspace-dock-actions .btn:last-child{flex:1.8!important;font-size:14px!important;padding:10px 14px!important}}.dashboard-balanced-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:16px;align-items:start;margin-bottom:16px}.two-column-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:20px;align-items:start}.settings-tab-short-label,.subnav-short-label,.sf-tab-short,.banner-fit-short{display:none}.settings-tab-full-label,.subnav-full-label,.sf-tab-full,.banner-fit-full{display:inline}@media(max-width:900px){html,body,#root,.app-root{height:auto!important;min-height:100%!important;min-height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y pinch-zoom!important}*{-webkit-user-drag:none!important;user-drag:none!important}body,#root,.app-root,.app-layout,.main-col,.content-wrap,div,section,article,header,footer,aside,nav,main,.page-shell,.document-prototype-column,.card,.workspace-panel,.product-compact-card,.product-form-container,table,thead,tbody,tr,th,td,button,a,label,span,p,h1,h2,h3,h4,h5,h6,.mobile-bottom-nav,.purchase-prototype-workspace-toolbar,.btn,.button,.stat-card,.nav-pill{-webkit-user-select:none!important;user-select:none!important}input,textarea,[contenteditable=true],.selectable-text,.selectable-text *{-webkit-user-select:text!important;user-select:text!important}.app-layout,.main-col,.page-shell,.page-stack,.document-prototype-shell,.inventory-workspace,.sales-workspace,.returns-workspace,.pricing-center-page{max-width:100vw!important;min-width:0!important;box-sizing:border-box!important;height:auto!important;min-height:0!important;overflow:visible!important;overflow-x:hidden!important}.content-wrap{flex:1 1 auto!important;height:auto!important;min-height:0!important;overflow:visible!important;overflow-x:hidden!important}.document-prototype-column{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;gap:12px!important;padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))!important}.document-prototype-section,.form-section,.card,.panel{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow-x:hidden!important}.dashboard-balanced-grid,.two-column-layout{grid-template-columns:1fr!important;gap:12px}:where([style*="minmax(420px"],[style*="minmax(400px"],[style*="minmax(380px"],[style*="minmax(360px"],[style*="minmax(340px"],[style*="minmax(320px"],[style*="minmax(300px"],[style*="minmax(280px"],[style*="minmax(260px"]){grid-template-columns:1fr!important}.table-wrap,.data-table-wrap,.table-responsive{overflow-x:auto!important;max-width:100%!important;width:100%!important;min-width:0!important;display:block!important;-webkit-overflow-scrolling:touch!important;border-radius:8px!important;box-sizing:border-box!important}.table-wrap table,.data-table-wrap table{min-width:580px!important;max-width:none!important;width:100%!important}.table-wrap th,.table-wrap td,.data-table-wrap th,.data-table-wrap td{padding:8px 10px!important;white-space:nowrap!important}:where(.stats-grid,.compact-grid,.stats-grid.compact-grid):not(.pos-workspace *){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}:where(.stats-grid,.compact-grid):not(.pos-workspace *)>.stat-card:last-child:nth-child(odd){grid-column:1 / -1!important}:where(.stats-grid .stat-card,.compact-grid .stat-card):not(.pos-workspace *){padding:10px 12px!important;border-radius:8px!important}:where(.stats-grid .stat-card strong,.compact-grid .stat-card strong):not(.pos-workspace *){font-size:1.15rem!important;white-space:normal!important;line-height:1.25!important}.purchase-prototype-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 10px!important}.purchase-prototype-form-grid>*:first-child,.purchase-prototype-form-grid .field-full-span{grid-column:1 / -1!important}:where([style*="repeat(3, minmax(0, 1fr))"],[style*="repeat(3, 1fr)"],[style*="repeat(4, minmax(0, 1fr))"],[style*="repeat(4, 1fr)"],[style*="repeat(auto-fit, minmax(180px, 1fr))"],[style*="repeat(auto-fit, minmax(200px, 1fr))"]):not(.keep-grid-row,.executive-kpi-strip,.daily-movement-strip){grid-template-columns:1fr!important}.executive-kpi-strip,.daily-movement-strip{display:flex!important;flex-direction:row!important;align-items:stretch!important;width:100%!important}.executive-kpi-strip>div,.daily-movement-strip>div{flex:1 1 0!important;min-width:0!important;box-sizing:border-box!important}.settings-tabs-shell{display:block!important;width:100%!important;max-width:100%!important;overflow:visible!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.settings-section-tabs,.settings-tabs,.storefront-sub-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding-bottom:6px!important;padding-inline:2px!important;margin-bottom:10px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;touch-action:pan-x pan-y!important;-webkit-user-select:none!important;user-select:none!important}.settings-section-tabs::-webkit-scrollbar,.settings-tabs::-webkit-scrollbar,.storefront-sub-tabs::-webkit-scrollbar{display:none!important}.settings-section-tabs .btn,.settings-section-tabs .button,.settings-tabs button,.storefront-sub-tabs button{flex-shrink:0!important;white-space:nowrap!important;padding:6px 12px!important;font-size:11.5px!important;font-weight:700!important;border-radius:7px!important;min-height:32px!important;height:32px!important;box-sizing:border-box!important;-webkit-user-drag:none!important;user-drag:none!important}.settings-tab-short-label,.subnav-short-label,.sf-tab-short,.banner-fit-short{display:inline!important}.settings-tab-full-label,.subnav-full-label,.sf-tab-full,.banner-fit-full{display:none!important}.settings-subnav-row{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;gap:4px!important;box-sizing:border-box!important;padding:4px!important;background:#f1f5f9!important;border-radius:10px!important;margin-bottom:12px!important}.settings-subnav-row .btn{width:100%!important;justify-content:center!important;text-align:center!important;font-size:11.5px!important;padding:7px 6px!important;white-space:nowrap!important;box-sizing:border-box!important;border-radius:7px!important}.settings-subnav-row::-webkit-scrollbar{display:none!important}.settings-page-shell,.settings-page-shell .document-prototype-column,.settings-page-shell .page-stack,.settings-tabs-shell{width:100%!important;max-width:100%!important;min-width:0!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}.settings-page-shell .card,.settings-page-shell .page-header{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.storefront-tab-root{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;box-sizing:border-box!important}.storefront-settings-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.storefront-settings-grid>div{padding:14px 12px!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;border-radius:10px!important}.storefront-settings-grid input[type=checkbox]{flex-shrink:0!important}.storefront-settings-grid *{max-width:100%!important;box-sizing:border-box!important}.storefront-link-banner{padding:10px 12px!important;gap:10px!important;flex-direction:column!important;align-items:stretch!important;border-radius:10px!important;width:100%!important;min-width:0!important;box-sizing:border-box!important;margin-bottom:12px!important}.storefront-link-actions,.storefront-link-banner>div:last-child{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important;min-width:0!important}.storefront-link-actions>*,.storefront-link-banner>div:last-child>*{width:100%!important;justify-content:center!important;text-align:center!important;padding:7px 10px!important;font-size:12px!important;box-sizing:border-box!important}.two-column-layout>.document-prototype-section{padding:10px 12px!important}.slug-origin-full{display:none!important}.telegram-alerts-footer{flex-direction:column!important;align-items:stretch!important;gap:14px!important;width:100%!important;box-sizing:border-box!important}.telegram-alerts-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;gap:8px!important;box-sizing:border-box!important}.telegram-alerts-actions>button,.telegram-alerts-actions>.btn{width:100%!important;justify-content:center!important;text-align:center!important;padding:9px 10px!important;font-size:12px!important;box-sizing:border-box!important}.toolbar-back-btn{width:34px!important;height:34px!important;min-width:34px!important;background:#fff!important;border:1.5px solid #94a3b8!important;color:#170e5e!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 1px 3px #0f172a1a!important}.toolbar-back-btn svg{width:20px!important;height:20px!important;stroke-width:2.8!important}}@media(max-width:600px){:where([style*="grid-template-columns: 1fr 1fr"],[style*="gridTemplateColumns: '1fr 1fr'"],[style*="grid-template-columns: repeat(2, 1fr)"],[style*="gridTemplateColumns: 'repeat(2, 1fr)'"]):not(.keep-grid-row,.daily-brief-compact-2col,.decision-products-2col){grid-template-columns:1fr!important}.daily-brief-compact-2col,.decision-products-2col{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:100%!important}:where(.toolbar-grid,.compact-toolbar):not(.pos-workspace,.pos-workspace *){flex-direction:column!important;align-items:stretch!important;gap:8px!important}:where(.toolbar-grid>div:first-child):not(.pos-workspace,.pos-workspace *){min-width:0!important;width:100%!important}:where(.toolbar-extra):not(.pos-workspace,.pos-workspace *){width:100%!important;display:flex!important}:where(.toolbar-reset-action):not(.pos-workspace,.pos-workspace *){width:100%!important;display:flex!important}:where(.toolbar-reset-action>.btn,.toolbar-reset-action>button):not(.pos-workspace,.pos-workspace *){width:100%!important;justify-content:center!important;min-height:36px!important}:where(.toolbar-chip-row,.filter-chip-row):not(.pos-workspace,.pos-workspace *){display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important;gap:4px!important;width:100%!important;padding-bottom:2px!important}:where(.toolbar-chip-row .btn,.toolbar-chip-row button,.filter-chip-row .btn,.filter-chip-row button):not(.pos-workspace,.pos-workspace *){width:auto!important;flex-shrink:0!important;white-space:nowrap!important;padding:4px 8px!important;font-size:11px!important;font-weight:600!important;border-radius:8px!important;min-height:28px!important;height:28px!important}.pagination-bar{flex-direction:column;align-items:stretch!important;gap:8px!important;padding:8px 10px!important}.pagination-meta{justify-content:space-between;width:100%;font-size:11px}.pagination-actions{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;gap:3px!important;flex-wrap:nowrap!important}.pagination-actions .btn{padding:3px 6px!important;font-size:11px!important;min-height:28px!important;height:28px!important;flex:1 1 auto!important;min-width:0!important;white-space:nowrap!important;text-align:center!important}.pagination-page-indicator{font-size:10.5px!important;padding:0 4px!important;white-space:nowrap!important;flex-shrink:0!important}.toolbar-meta-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:8px 10px!important}.toolbar-meta-pill,.toolbar-meta-row>*{font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:center!important;padding:4px 6px!important;background:#fff!important;border-radius:6px!important;border:1px solid #e2e8f0!important}.inventory-tree-toolbar{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:10px 12px!important}.inventory-tree-toolbar>div,.inventory-tree-toolbar>select,.inventory-tree-toolbar>input,.inventory-tree-toolbar>label,.inventory-tree-toolbar>.btn,.inventory-tree-toolbar>.button{width:100%!important;flex:0 0 auto!important;box-sizing:border-box!important}.inventory-tree-toolbar select{min-height:36px!important;height:36px!important}.inventory-tree-stats-grid>:nth-child(5){grid-column:span 2!important}.inventory-tree-checkboxes-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;width:100%!important;padding:2px 0!important}.inventory-tree-checkboxes-row label{width:auto!important;flex:0 0 auto!important;font-size:12px!important}.inventory-tree-toolbar .btn,.inventory-tree-toolbar .button{color:#1e293b!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important;font-weight:700!important;font-size:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-height:36px!important;height:36px!important;cursor:pointer!important}.purchase-prototype-desktop-table{display:none!important}.purchase-prototype-mobile-cards{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important}.purchase-prototype-item-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:14px 12px!important;box-shadow:0 2px 8px #0f172a0a!important;display:flex!important;flex-direction:column!important;gap:10px!important}.item-card-header{display:flex!important;justify-content:space-between!important;align-items:center!important;padding-bottom:8px!important;border-bottom:1px dashed #e2e8f0!important}.item-card-badge{display:flex!important;align-items:center!important;gap:8px!important}.item-card-num{font-size:12px!important;font-weight:800!important;color:#1e293b!important;background:#f1f5f9!important;padding:2px 8px!important;border-radius:6px!important}.item-card-stock-pill{font-size:11px!important;font-weight:700!important;padding:2px 8px!important;border-radius:6px!important}.item-card-stock-pill.stock-ok{background:#dcfce7!important;color:#15803d!important}.item-card-stock-pill.stock-zero{background:#fee2e2!important;color:#b91c1c!important}.item-card-delete-btn{background:#fef2f2!important;color:#ef4444!important;border:1px solid #fecaca!important;border-radius:8px!important;padding:6px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.item-card-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;align-items:start!important}.item-card-field{display:flex!important;flex-direction:column!important;width:100%!important;margin:0!important}.item-card-field .field{display:flex!important;flex-direction:column!important;gap:4px!important;width:100%!important;margin:0!important}.item-card-field label,.item-card-field .field label{font-size:11.5px!important;font-weight:700!important;color:#475569!important;margin:0 0 4px!important;line-height:1.2!important;display:block!important}.item-card-field input,.item-card-field select,.item-card-field .purchase-prototype-field-input{height:38px!important;min-height:38px!important;max-height:38px!important;box-sizing:border-box!important;margin:0!important;width:100%!important}.purchase-prototype-add-line-btn{width:100%!important;min-height:42px!important;background:#f0fdf4!important;color:#16a34a!important;border:1.5px dashed #86efac!important;border-radius:10px!important;font-weight:800!important;font-size:13.5px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;cursor:pointer!important;margin-top:6px!important}}.purchase-prototype-mobile-cards{display:none}.purchase-prototype-desktop-table{display:block}.z-scanner-backdrop{position:fixed!important;inset:0!important;z-index:10050!important;background:#0f172a99!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important;box-sizing:border-box!important}.z-scanner-card{background:#fff!important;color:#0f172a!important;border-radius:12px!important;border:1px solid #e2e8f0!important;width:100%!important;max-width:420px!important;overflow:hidden!important;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a!important;display:flex!important;flex-direction:column!important;position:relative!important}.z-scanner-header{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:12px 16px!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important}.z-scanner-title-wrap{display:flex!important;align-items:center!important;gap:8px!important}.z-scanner-title{margin:0!important;font-size:15px!important;font-weight:700!important;color:#0f172a!important}.z-scanner-header-actions{display:flex!important;align-items:center!important;gap:6px!important}.z-scanner-btn-close{background:#f1f5f9!important;border:1px solid #e2e8f0!important;color:#475569!important;border-radius:6px!important;width:30px!important;height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;cursor:pointer!important;transition:background-color .15s ease,color .15s ease,transform .15s ease!important}.z-scanner-btn-close:hover{background:#fee2e2!important;color:#dc2626!important;border-color:#fecaca!important}.z-scanner-viewport-wrap{position:relative!important;width:100%!important;aspect-ratio:4 / 3!important;background:#000!important;overflow:hidden!important}.z-scanner-video-feed{width:100%!important;height:100%!important}.z-scanner-video-feed video{width:100%!important;height:100%!important;object-fit:cover!important}.z-scanner-video-feed canvas,.z-scanner-video-feed #qr-shaded-region{display:none!important}.z-scanner-aim-frame{position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:none!important}.z-aim-box{width:90%!important;height:85%!important;border:1.5px solid rgba(255,255,255,.45)!important;border-radius:12px!important;position:relative!important}.z-aim-box:after{content:""!important;position:absolute!important;left:0!important;right:0!important;height:2px!important;background:linear-gradient(90deg,transparent,#22c55e,#10b981,transparent)!important;animation:scanLaser 1.8s ease-in-out infinite alternate!important;box-shadow:0 0 10px #22c55ee6!important}@keyframes scanLaser{0%{top:10%}to{top:90%}}.z-scanner-overlay-state{position:absolute!important;inset:0!important;background:#ffffffeb!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:20px!important;text-align:center!important;z-index:25!important}.z-scanner-spinner{width:32px!important;height:32px!important;border:3px solid #e2e8f0!important;border-top-color:#170c5c!important;border-radius:50%!important;animation:spin .8s linear infinite!important}.z-scanner-state-text{font-size:13px!important;color:#475569!important;font-weight:600!important}.z-scanner-error-card{position:absolute!important;inset:0!important;background:#fff!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:20px!important;text-align:center!important;z-index:25!important}.z-scanner-manual-box{display:flex!important;gap:8px!important;padding:10px 14px!important;background:#f8fafc!important;border-top:1px solid #e2e8f0!important}.z-scanner-manual-input{flex:1!important;height:34px!important;padding:0 10px!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:6px!important;font-size:13px!important;outline:none!important;box-sizing:border-box!important}.z-scanner-manual-input:focus{border-color:#170c5c!important}.z-scanner-success-toast{position:absolute!important;bottom:10px!important;left:10px!important;right:10px!important;background:#065f46!important;color:#fff!important;border-radius:6px!important;padding:8px 12px!important;font-size:13px!important;text-align:center!important;z-index:30!important}.z-scanner-footer{padding:10px 14px!important;background:#f8fafc!important;border-top:1px solid #e2e8f0!important;display:flex!important;flex-direction:column!important;gap:6px!important}.z-scanner-footer-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.z-scanner-hint{margin:0!important;font-size:12px!important;color:#64748b!important}.z-scanner-text-link{background:none!important;border:none!important;color:#2563eb!important;font-size:12px!important;font-weight:600!important;cursor:pointer!important;text-decoration:underline!important;padding:0!important}.z-scanner-continuous-switch{display:flex!important;align-items:center!important;gap:6px!important;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important}.z-scanner-continuous-switch input{width:15px!important;height:15px!important;accent-color:#170c5c!important}@media(max-width:900px){.dashboard-header-actions{display:none!important}}@media(max-width:768px){.dashboard-executive-hero{padding:16px 14px!important;border-radius:14px!important}.dashboard-hero-top-header{margin-bottom:14px!important;gap:12px!important}.dashboard-hero-greeting-box{width:100%!important}.dashboard-hero-greeting-row{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;gap:8px!important;flex-wrap:nowrap!important}.dashboard-hero-title{font-size:1.12rem!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:1!important;min-width:0!important}.dashboard-hero-theme-toggle{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;aspect-ratio:1 / 1!important;border-radius:50%!important;flex-shrink:0!important;padding:0!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.dashboard-hero-subtitle{font-size:.78rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.4!important}.dashboard-hero-kpi-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important;width:100%!important;box-sizing:border-box!important;position:relative!important}.dashboard-hero-kpi-card{min-width:0!important;width:100%!important;padding:6px 3px!important;border-radius:9px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;box-sizing:border-box!important;text-align:center!important;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;position:relative!important;transition:transform .24s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease,border-color .2s ease,background .2s ease!important}.dashboard-hero-kpi-card:active{transform:scale(.96)}.dashboard-executive-hero.theme-dark .dashboard-hero-kpi-card.is-expanded{transform:scale(1.18) translateY(-4px)!important;z-index:60!important;background:#0f172afa!important;border-color:#38bdf8e6!important;box-shadow:0 14px 32px #00000080,0 0 0 1.5px #38bdf899!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important;padding:6px 4px!important}.dashboard-executive-hero.theme-dark .dashboard-hero-kpi-card.is-expanded .dashboard-hero-kpi-title{color:#38bdf8!important;font-weight:700!important;white-space:nowrap!important;font-size:.68rem!important}.dashboard-executive-hero.theme-dark .dashboard-hero-kpi-card.is-expanded .dashboard-hero-kpi-unit{color:#cbd5e1!important;font-size:.6rem!important;flex-shrink:0!important}.dashboard-executive-hero.theme-light .dashboard-hero-kpi-card.is-expanded,.dashboard-hero-kpi-card.is-expanded{transform:scale(1.18) translateY(-4px)!important;z-index:60!important;background:#fff!important;border-color:#2563eb!important;box-shadow:0 12px 28px #0f172a29,0 0 0 2px #2563eb38!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important;padding:6px 4px!important}.dashboard-executive-hero.theme-light .dashboard-hero-kpi-card.is-expanded .dashboard-hero-kpi-title{color:#1d4ed8!important;font-weight:700!important;white-space:nowrap!important;font-size:.68rem!important}.dashboard-executive-hero.theme-light .dashboard-hero-kpi-card.is-expanded .dashboard-hero-kpi-unit{color:#475569!important;font-size:.6rem!important;font-weight:600!important;flex-shrink:0!important}.dashboard-hero-kpi-card.is-expanded .dashboard-hero-kpi-value-row{overflow:hidden!important;width:100%!important;max-width:100%!important;justify-content:center!important;align-items:baseline!important;gap:2px!important;flex-wrap:nowrap!important}.dashboard-hero-kpi-card.is-expanded .dashboard-hero-kpi-value{font-size:.8rem!important;font-weight:900!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;letter-spacing:-.02em!important}.dashboard-hero-kpi-title{font-size:.65rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important;text-align:center!important;margin-bottom:2px!important;line-height:1.2!important}.dashboard-hero-kpi-value-row{display:inline-flex!important;align-items:baseline!important;justify-content:center!important;gap:2px!important;width:100%!important;overflow:hidden!important;flex-wrap:nowrap!important}.dashboard-hero-kpi-value{font-size:.74rem!important;font-weight:800!important;white-space:nowrap!important;line-height:1.1!important;overflow:hidden!important;text-overflow:ellipsis!important;letter-spacing:-.01em!important}.dashboard-hero-kpi-unit{font-size:.56rem!important;white-space:nowrap!important;flex-shrink:0!important}.dashboard-hero-chart-header{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding-top:12px!important}.dashboard-hero-chart-title{font-size:13.5px!important;text-align:right!important;display:block!important;width:100%!important}.dashboard-hero-chart-controls{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;width:100%!important;flex-wrap:nowrap!important}.dashboard-hero-pill-group{display:flex!important;flex:1 1 50%!important;width:50%!important;gap:2px!important;box-sizing:border-box!important;padding:2.5px!important;min-width:0!important;border-radius:8px!important}.dashboard-hero-pill-group button{flex:1 1 50%!important;width:50%!important;text-align:center!important;justify-content:center!important;padding:5px 2px!important;font-size:11.5px!important;font-weight:700!important;white-space:nowrap!important;box-sizing:border-box!important;border-radius:6px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;letter-spacing:-.01em!important}}.decision-grid-tabs-wrapper{position:relative!important;width:100%!important;margin-bottom:16px!important}.decision-grid-tabs-bar{display:flex!important;gap:6px!important;overflow-x:auto!important;padding:4px!important;background:#f1f5f9!important;border-radius:12px!important;scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important}.decision-grid-tabs-bar::-webkit-scrollbar{display:none!important}.decision-tab-chip{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:7px 13px!important;border-radius:9px!important;border:none!important;background:transparent!important;color:#64748b!important;font-size:.82rem!important;font-weight:700!important;cursor:pointer!important;white-space:nowrap!important;flex-shrink:0!important;transition:background .16s ease,color .16s ease,box-shadow .16s ease!important;transform:none!important}.decision-tab-chip:hover{color:#0f172a!important;background:#fff9!important}.decision-tab-chip.is-active{background:#fff!important;color:#0f172a!important;font-weight:700!important;box-shadow:0 1.5px 4px #0f172a14,0 .5px 1px #0f172a0a!important}.decision-tab-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:1.5px 6.5px!important;font-size:.7rem!important;font-weight:800!important;border-radius:6px!important;line-height:1.1!important}.decision-tab-badge.badge-danger{background:#fee2e2!important;color:#dc2626!important}.decision-tab-badge.badge-warning{background:#fef3c7!important;color:#d97706!important}.decision-tab-badge.badge-info{background:#e0f2fe!important;color:#0284c7!important}.decision-tab-badge.badge-neutral{background:#e2e8f0!important;color:#475569!important}.decision-grid-tab-content{min-height:240px;animation:tabFadeIn .22s cubic-bezier(.16,1,.3,1) forwards;will-change:opacity,transform}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.pos-page,.pos-workspace,.pos-page-header{padding-top:calc(10px + env(safe-area-inset-top,0px))!important}.pos-page-header{padding-bottom:8px!important;padding-left:12px!important;padding-right:12px!important;margin-bottom:6px!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important}.pos-page-header .page-header-row{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;flex-wrap:nowrap!important;gap:6px!important}.pos-page-header .page-header-title{font-size:14px!important;white-space:nowrap!important}.pos-header-actions-row{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important;gap:4px!important}.pos-header-actions-row::-webkit-scrollbar{display:none!important}.pos-header-branch-info{font-size:11px!important;padding:3px 8px!important;max-width:120px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex-shrink:0!important}.pos-mode-toggle{display:inline-flex!important;flex-shrink:0!important}.pos-mode-toggle button{padding:3px 8px!important;font-size:11px!important;min-height:28px!important}.filter-chip-row,.pos-filter-row-compact,.pos-filter-row-single{scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important;padding-bottom:2px!important}.filter-chip-row::-webkit-scrollbar,.pos-filter-row-compact::-webkit-scrollbar,.pos-filter-row-single::-webkit-scrollbar{display:none!important}.filter-chip-row button,.pos-filter-row-compact button{font-size:12px!important;padding:5px 12px!important;border-radius:8px!important;flex-shrink:0!important}.pos-workspace.pos-sale-mode-touch .pos-product-group-grid,.pos-product-group-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:2px!important}.pos-group-card{padding:8px!important;border-radius:10px!important;min-height:96px!important;box-shadow:0 1px 3px #0f172a0f!important;box-sizing:border-box!important}.pos-group-card strong{font-size:12.5px!important;line-height:1.25!important}.pos-group-card-top{margin-bottom:4px!important}}@media(max-width:768px){.page-header-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important;width:100%!important}.page-header-copy{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;max-width:100%!important;gap:6px!important}.page-header-title{font-size:14.5px!important;font-weight:800!important;white-space:nowrap!important;margin:0!important;line-height:1.2!important}.page-header-description,.page-header-badge .nav-pill,.page-header .nav-pill,.page-header .section-description,.document-prototype-description,.page-header-badge:not(.pos-page-header .page-header-badge){display:none!important}.page-header-actions,.page-header-actions .actions,.page-header .actions,.page-header--dense .actions{display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:6px!important;padding:3px 0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.compact-actions,.purchase-prototype-header-actions,.sales-action-strip{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;flex-wrap:nowrap!important;gap:4px!important;padding:2px 0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.page-header-actions::-webkit-scrollbar,.page-header-actions .actions::-webkit-scrollbar,.compact-actions::-webkit-scrollbar,.page-header .actions::-webkit-scrollbar,.sales-action-strip::-webkit-scrollbar,.purchase-prototype-header-actions::-webkit-scrollbar{display:none!important}.page-header-actions .actions>.btn,.page-header-actions .actions>button,.page-header .actions>.btn,.page-header .actions>button{flex:0 0 auto!important;min-width:max-content!important;font-size:12px!important;font-weight:700!important;padding:5px 12px!important;min-height:32px!important;height:32px!important;border-radius:7px!important;text-align:center!important;justify-content:center!important;white-space:nowrap!important;box-sizing:border-box!important}.compact-actions>.btn,.compact-actions>button,.purchase-prototype-header-actions>.btn,.purchase-prototype-header-actions>button{flex:1 1 0!important;min-width:0!important;font-size:11px!important;font-weight:700!important;padding:4px 3px!important;min-height:30px!important;height:30px!important;border-radius:6px!important;text-align:center!important;justify-content:center!important;white-space:nowrap!important;line-height:1!important;box-sizing:border-box!important}.page-header-actions .actions>.btn-primary,.page-header-actions .actions>button[variant=primary],.page-header .actions>.btn-primary,.page-header .actions>button[variant=primary]{flex:0 0 auto!important}.compact-actions>.btn-primary,.compact-actions>button[variant=primary]{flex:1.35 1 0!important}.pos-page-header .page-header-row{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important;min-height:36px!important;gap:6px!important}.pos-page-header .page-header-copy{width:auto!important;flex:0 0 auto!important;max-width:none!important}.pos-page-header .page-header-title{font-size:13.5px!important;margin-inline-end:4px!important}.pos-page-header .pos-header-actions-row>button:not(.pos-mode-toggle button):not(.pos-close-shift-btn),.pos-page-header .pos-header-actions-row>.pos-header-branch-info,.pos-page-header .pos-screens-menu-container,.pos-page-header .pos-window-controls{display:none!important}.pos-page-header .page-header-actions,.pos-page-header .pos-header-actions-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;width:auto!important;max-width:none!important;gap:4px!important;overflow:visible!important}.pos-mode-toggle{display:inline-flex!important;align-items:center!important;background:#e2e8f0!important;padding:2px!important;border-radius:6px!important;border:1px solid #cbd5e1!important;gap:2px!important;flex-shrink:0!important}.pos-mode-toggle button,.pos-mode-toggle .btn{padding:3px 7px!important;font-size:10.5px!important;font-weight:800!important;min-height:24px!important;height:24px!important;border-radius:5px!important;border:none!important;flex:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.pos-close-shift-text-full{display:none!important}.pos-close-shift-text-short{display:inline!important}.pos-page-header .pos-header-actions-row a{display:inline-flex!important;flex-shrink:0!important}.pos-page-header .pos-header-actions-row a .btn,.pos-page-header .pos-header-actions-row a button,.pos-page-header .pos-close-shift-btn{padding:2px 7px!important;font-size:10.5px!important;font-weight:700!important;min-height:24px!important;height:24px!important;border-radius:5px!important;flex:none!important}.inventory-workspace .inventory-section-tabs,.inventory-section-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;box-sizing:border-box!important}.inventory-workspace .inventory-section-tab,.inventory-section-tab{width:100%!important;min-width:0!important;box-sizing:border-box!important;padding:8px 10px!important;border-radius:10px!important}.inventory-workspace .inventory-section-tab strong,.inventory-section-tab strong{font-size:.88rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}.inventory-workspace .inventory-section-tab span,.inventory-section-tab span{font-size:.68rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}.stats-grid,.inventory-spotlight-grid,.sales-action-strip.stats-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;box-sizing:border-box!important}.stat-card,.stats-grid .stat-card,.inventory-spotlight-card{min-width:0!important;width:100%!important;box-sizing:border-box!important;padding:8px 10px!important;border-radius:10px!important}.stat-card span,.stats-grid .stat-card span{font-size:.72rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}.stat-card strong,.stats-grid .stat-card strong{font-size:1.05rem!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}.toolbar-grid,.compact-toolbar,.returns-workspace .toolbar-grid,.sales-workspace .sales-register-card .toolbar-grid{display:flex!important;flex-direction:column!important;width:100%!important;gap:8px!important}.toolbar-grid>div:first-child{width:100%!important;min-width:0!important}.toolbar-extra,.toolbar-chip-row,.filter-chip-row,.catalog-filter-chips{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important;gap:6px!important;width:100%!important;box-sizing:border-box!important;padding-bottom:2px!important}.toolbar-extra::-webkit-scrollbar,.toolbar-chip-row::-webkit-scrollbar,.filter-chip-row::-webkit-scrollbar,.catalog-filter-chips::-webkit-scrollbar{display:none!important}.toolbar-chip-row button,.toolbar-chip-row .btn,.filter-chip-row button,.filter-chip-row .btn,.catalog-filter-chips button{flex-shrink:0!important;white-space:nowrap!important;font-size:12px!important;padding:6px 14px!important;border-radius:8px!important}.toolbar-meta-row{display:flex!important;flex-wrap:wrap!important;gap:4px!important;width:100%!important}.toolbar-meta-pill{font-size:11px!important;padding:3px 8px!important;border-radius:6px!important}.inventory-section-tabs>:last-child:nth-child(odd){grid-column:span 2!important}.pricing-center-page .pricing-center-top-grid{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important}.pricing-center-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:100%!important}.pricing-center-stat-card{padding:8px 10px!important}.pricing-center-stat-label{font-size:.72rem!important;white-space:nowrap!important}.pricing-center-stat-val{font-size:1.05rem!important}.pricing-center-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important}.pricing-center-scope-grid>:nth-child(5){grid-column:span 2!important}.pricing-center-rules-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 12px!important;width:100%!important}.pricing-center-rules-grid label{font-size:.8rem!important;line-height:1.3!important;gap:6px!important;padding:2px 0!important;align-items:flex-start!important}.pricing-center-rules-grid label input[type=checkbox]{margin-top:2px!important}.data-table-wrap,.table-responsive,.responsive-table{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;width:100%!important;max-width:100%!important}.data-table-wrap::-webkit-scrollbar,.table-responsive::-webkit-scrollbar{display:none!important}.data-table-wrap table{min-width:100%!important}.data-table-wrap td .actions{display:flex!important;flex-wrap:nowrap!important;gap:4px!important;white-space:nowrap!important}.data-table-wrap td .actions .btn,.data-table-wrap td .actions button{padding:4px 8px!important;font-size:11px!important;white-space:nowrap!important;flex-shrink:0!important}.warehouses-grid-page div[style*="justifyContent: 'space-between'"],.inventory-tree-page div[style*="justifyContent: 'space-between'"]{flex-direction:column!important;align-items:stretch!important;gap:8px!important}}.price-checker-modal{padding:16px;direction:rtl;text-align:right}.price-checker-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.price-checker-header-icon{width:44px;height:44px;border-radius:12px;background:#ffedd5;color:#ea580c;display:flex;align-items:center;justify-content:center;flex-shrink:0}.price-checker-title{margin:0 0 2px;font-size:17px;font-weight:800;color:#0f172a}.price-checker-subtitle{margin:0;font-size:12px;color:#64748b}.price-checker-search-bar{display:flex;gap:8px;align-items:center;margin-bottom:16px}.price-checker-input-wrapper{position:relative;flex:1;display:flex;align-items:center}.price-checker-input{width:100%;height:42px;padding:0 36px 0 12px;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:10px;font-size:13.5px;font-weight:600;color:#0f172a;outline:none;box-sizing:border-box;transition:background-color .2s ease,color .2s ease,transform .2s ease,opacity .2s ease}.price-checker-input:focus{background:#fff;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.price-checker-clear-btn{position:absolute;left:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;font-size:13px;cursor:pointer;padding:4px}.price-checker-btn-search{height:42px;padding:0 16px;background:#ea580c;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.price-checker-btn-search:hover{background:#c2410c}.price-checker-btn-search:disabled{opacity:.5;cursor:not-allowed}.price-checker-btn-camera{height:42px;padding:0 14px;background:#170c5c;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease;flex-shrink:0}.price-checker-btn-camera:active{transform:scale(.96);background:#312e81}.price-checker-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;box-shadow:0 4px 14px #0f172a0a}.price-checker-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px dashed #e2e8f0}.price-checker-prod-name{margin:0 0 6px;font-size:16px;font-weight:800;color:#0f172a;line-height:1.35}.price-checker-badges-row{display:flex;flex-wrap:wrap;gap:6px}.price-checker-badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px}.price-checker-badge.barcode{background:#f1f5f9;color:#334155}.price-checker-badge.sku{background:#eff6ff;color:#1d4ed8}.price-checker-badge.kind{background:#fdf4ff;color:#a21caf}.price-checker-stock-pill{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 12px;border-radius:10px;min-width:68px;text-align:center;flex-shrink:0}.price-checker-stock-pill.in-stock{background:#dcfce7;color:#15803d}.price-checker-stock-pill.low-stock{background:#fef3c7;color:#b45309}.price-checker-stock-pill.out-of-stock{background:#fee2e2;color:#b91c1c}.price-checker-stock-pill strong{font-size:18px;font-weight:900;line-height:1}.price-checker-stock-pill span{font-size:9.5px;font-weight:700;margin-top:3px;white-space:nowrap}.price-checker-prices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;margin-bottom:16px}.price-box{display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 8px;border-radius:10px;border:1px solid transparent}.price-box.retail{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.price-box.wholesale{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.price-box.cost{background:#fef2f2;border-color:#fecaca;color:#991b1b}.price-box-label{font-size:11px;font-weight:600;opacity:.85;margin-bottom:4px}.price-box-val{font-size:16px;font-weight:800}.price-box-val small{font-size:11px;font-weight:600}.price-checker-section{margin-bottom:14px;padding-top:10px;border-top:1px solid #f1f5f9}.price-checker-section-title{margin:0 0 8px;font-size:12px;font-weight:700;color:#475569}.price-checker-units-list{display:flex;flex-direction:column;gap:6px}.price-checker-unit-row{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;padding:6px 10px;border-radius:8px;font-size:12px}.price-checker-unit-row .unit-name{font-weight:700;color:#1e293b}.price-checker-unit-row .unit-price{font-weight:800;color:#047857}.price-checker-unit-row .unit-barcode{font-size:10.5px;color:#64748b;background:#e2e8f0;padding:2px 6px;border-radius:4px}.price-checker-locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:6px}.price-checker-loc-item{display:flex;flex-direction:column;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:6px 8px}.price-checker-loc-item .loc-name{font-size:11.5px;font-weight:600;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price-checker-loc-item .loc-qty{font-size:12px;font-weight:800;margin-top:2px}.price-checker-loc-item .loc-qty.has-stock{color:#16a34a}.price-checker-loc-item .loc-qty.zero-stock{color:#94a3b8}.price-checker-card-actions{display:flex;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid #e2e8f0}.price-checker-btn-pos{flex:1.5;height:40px;background:#170c5c;color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease}.price-checker-btn-pos:active{transform:scale(.97);background:#312e81}.price-checker-btn-reset{flex:1;height:40px;background:#f1f5f9;color:#334155;border:1px solid #cbd5e1;border-radius:10px;font-size:12.5px;font-weight:700;cursor:pointer;transition:background .15s ease}.price-checker-btn-reset:hover{background:#e2e8f0}.price-checker-results-header{font-size:12px;font-weight:700;color:#475569;margin:0 0 8px}.price-checker-results-scroll{max-height:280px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.price-checker-result-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;text-align:right;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease}.price-checker-result-item:hover{background:#eff6ff;border-color:#93c5fd}.result-item-main{display:flex;flex-direction:column;gap:2px}.result-item-name{font-size:13.5px;font-weight:700;color:#0f172a}.result-item-meta{font-size:11px;color:#64748b}.result-item-end{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.result-item-price{font-size:13.5px;font-weight:800;color:#16a34a}.result-item-stock{font-size:11px;font-weight:600;color:#475569}.price-checker-initial-state,.price-checker-empty-state{padding:24px 16px;text-align:center}.initial-scan-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:14px;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease,opacity .2s ease}.initial-scan-card:hover{background:#fff7ed;border-color:#ea580c}.initial-scan-icon{width:56px;height:56px;border-radius:50%;background:#ffedd5;color:#ea580c;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.initial-scan-card strong{font-size:14px;font-weight:800;color:#0f172a;margin-bottom:4px}.initial-scan-card span{font-size:12px;color:#64748b}.price-checker-empty-state .empty-icon{font-size:32px;margin-bottom:8px}.price-checker-empty-state h4{margin:0 0 4px;font-size:15px;font-weight:800;color:#0f172a}.price-checker-empty-state p{margin:0;font-size:12px;color:#64748b}.price-checker-spinner-sm{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.camera-capture-upload-root{display:flex;flex-direction:column;gap:8px;margin-top:4px;margin-bottom:8px}.camera-capture-label{font-size:12.5px;font-weight:700;color:#475569}.camera-capture-buttons-row{display:flex;gap:8px;width:100%}.camera-capture-btn{flex:1;height:38px;border-radius:8px;font-size:12.5px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease;border:1px solid transparent}.camera-capture-btn.camera-primary{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.camera-capture-btn.camera-primary:active{background:#dcfce7;transform:scale(.97)}.camera-capture-btn.camera-secondary{background:#f8fafc;border-color:#cbd5e1;color:#334155}.camera-capture-btn.camera-secondary:active{background:#f1f5f9;transform:scale(.97)}.camera-capture-preview-card{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.camera-capture-preview-img-wrap{width:52px;height:52px;border-radius:8px;overflow:hidden;border:1px solid #cbd5e1;flex-shrink:0}.camera-capture-preview-img{width:100%;height:100%;object-fit:cover}.camera-capture-preview-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.camera-capture-file-name{font-size:12px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.camera-capture-preview-actions{display:flex;gap:8px}.camera-capture-btn-change{background:none;border:none;padding:0;color:#0284c7;font-size:11.5px;font-weight:700;cursor:pointer}.camera-capture-btn-remove{background:none;border:none;padding:0;color:#ef4444;font-size:11.5px;font-weight:700;cursor:pointer}.invoice-desktop-table{display:block}.invoice-mobile-items-list{display:none}.btn-whatsapp-share:hover{background:#1ebc59!important}.btn-whatsapp-share:active{transform:scale(.96)}@media(max-width:900px){.invoice-desktop-table{display:none!important}.invoice-mobile-items-list{display:block!important}.invoice-mobile-items-title{font-size:13px;font-weight:700;color:#475569;margin:0 0 8px}.invoice-mobile-items-grid{display:flex;flex-direction:column;gap:6px}.invoice-mobile-item-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:9px 12px}.mobile-item-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.mobile-item-name{font-size:13px;font-weight:700;color:#0f172a;line-height:1.3}.mobile-item-total{font-size:13.5px;font-weight:800;color:#16a34a;white-space:nowrap}.mobile-item-card-bottom{display:flex;justify-content:space-between;align-items:center;font-size:11.5px;color:#64748b}.mobile-item-unit{background:#e2e8f0;padding:1px 6px;border-radius:4px;font-weight:600}.mobile-item-calc{font-weight:600;font-variant-numeric:tabular-nums}.invoice-detail-actions{width:100%!important;display:flex!important;gap:6px!important}.invoice-detail-actions .btn,.invoice-detail-actions button{flex:1!important;min-height:32px!important;padding:4px 8px!important;font-size:11.5px!important;justify-content:center!important}}.cash-drawer-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.cash-drawer-stat-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #00000005;transition:background-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease}.cash-drawer-stat-card .stat-info{display:flex;flex-direction:column}.cash-drawer-stat-card .stat-title{font-size:.8rem;font-weight:600;color:#64748b}.cash-drawer-stat-card .stat-value{font-size:1.25rem;font-weight:800;color:#0f172a;margin-top:1px;line-height:1.2}.cash-drawer-stat-card .stat-value.is-negative{color:#dc2626!important}.cash-drawer-stat-card .stat-sub{font-size:.72rem;color:#94a3b8;margin-top:2px;display:block}.cash-drawer-stat-card .stat-icon-wrap{background:#f8fafc;color:#64748b;padding:8px;border-radius:8px;border:1px solid #f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:900px){.cash-drawer-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.cash-drawer-stat-card{padding:8px 10px!important;border-radius:10px!important}.cash-drawer-stat-card .stat-title{font-size:.72rem!important}.cash-drawer-stat-card .stat-value{font-size:1.1rem!important}.cash-drawer-stat-card .stat-sub{font-size:.68rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.cash-drawer-stat-card .stat-icon-wrap{padding:6px!important}}.manager-overview-mini-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.manager-overview-metric{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;box-shadow:0 1px 2px #00000005;text-align:center;display:flex;flex-direction:column;justify-content:center}.manager-overview-metric span{font-size:.68rem;color:#64748b;display:block;margin-bottom:2px;font-weight:600;line-height:1.2}.manager-overview-metric strong{font-size:1.05rem;color:#0f172a;font-weight:800;line-height:1.1;display:block}@media(max-width:900px){.manager-overview-mini-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.manager-overview-metric{padding:6px 4px!important;border-radius:8px!important}.manager-overview-metric span{font-size:.62rem!important;line-height:1.15!important;letter-spacing:-.2px}.manager-overview-metric strong{font-size:.92rem!important}.manager-overview-row{padding:7px 10px!important;border-radius:8px!important}.manager-overview-row strong{font-size:.82rem!important}.manager-overview-row span{font-size:.7rem!important}.decision-header-row,.section-header-compact-row{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:10px!important;margin-bottom:8px!important;flex-wrap:wrap!important;width:100%!important}.document-prototype-section-title,.decision-header-row .document-prototype-section-title,.section-header-compact-row .document-prototype-section-title{white-space:normal!important;font-size:.95rem!important;font-weight:800!important;flex:1 1 auto!important;margin:0!important;line-height:1.35!important}.section-header-actions-group{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;width:100%!important;max-width:100%!important;justify-content:flex-start!important;margin-top:4px!important}.section-header-action-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;font-weight:600!important;height:26px!important;line-height:1!important;padding:2px 10px!important;border-radius:6px!important;background:#fff!important;color:#334155!important;border:1px solid #cbd5e1!important;box-shadow:0 1px 2px #0000000a!important;white-space:nowrap!important;text-decoration:none!important;flex:0 0 auto!important;width:auto!important;min-width:max-content!important;max-width:max-content!important;box-sizing:border-box!important}.section-header-subtitle{margin:0 0 12px!important;font-size:11.5px!important;color:#64748b!important;line-height:1.4!important;display:block!important;width:100%!important}.dashboard-monthly-snapshot-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.dashboard-monthly-snapshot-grid .manager-overview-metric small{font-size:.58rem!important;display:block!important;line-height:1.2!important;margin-top:2px!important}.purchase-prototype-quick-actions{display:flex!important;flex-wrap:nowrap!important;gap:4px!important;align-items:center!important}.purchase-prototype-quick-action{height:25px!important;padding:0 6px!important;gap:2px!important;font-size:11px!important;flex-shrink:0!important;white-space:nowrap!important}.purchase-prototype-quick-action span:last-child,.purchase-prototype-quick-action span:first-child{font-size:11px!important;font-weight:700!important}.warehouses-locations-grid{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:10px!important}.warehouse-compact-card{padding:10px 12px!important;gap:8px!important;border-radius:10px!important;box-shadow:0 1px 3px #0f172a0a!important;border:1px solid #e2e8f0!important}.warehouse-card-top-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.warehouse-card-identity{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important}.warehouse-card-icon{width:32px!important;height:32px!important;border-radius:8px!important;background-color:#6366f114!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#170c5c!important;flex-shrink:0!important}.warehouse-card-titles{display:flex!important;flex-direction:column!important;min-width:0!important;gap:1px!important}.warehouse-card-title-row{display:flex!important;align-items:center!important}.warehouse-card-title{margin:0!important;font-size:.9rem!important;font-weight:700!important;color:#0f172a!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.warehouse-card-subtitle-row{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}.warehouse-card-branch-name{font-size:.76rem!important;color:#64748b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.warehouse-type-badge{font-size:9.5px!important;font-weight:600!important;padding:1px 5px!important;border-radius:5px!important;line-height:1.3!important;white-space:nowrap!important}.warehouse-card-actions{display:flex!important;gap:4px!important;flex-shrink:0!important}.warehouse-action-btn{border-radius:6px!important;padding:4px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;width:26px!important;height:26px!important}.warehouse-action-btn.edit-btn{background:#f8fafc!important;border:1px solid #e2e8f0!important;color:#475569!important}.warehouse-action-btn.delete-btn{background:#fef2f2!important;border:1px solid #fecaca!important;color:#dc2626!important}.warehouse-card-bottom-row{display:flex!important;align-items:center!important;justify-content:space-between!important;padding-top:6px!important;border-top:1px solid #f1f5f9!important;margin-top:2px!important}.warehouse-card-metrics{display:flex!important;align-items:center!important;gap:8px!important}.warehouse-count-pill{font-size:11px!important;color:#64748b!important;display:flex!important;align-items:center!important;gap:3px!important}.warehouse-value-amount{font-size:.95rem!important;font-weight:800!important;color:#170c5c!important}.warehouse-details-link{font-size:11.5px!important;color:#170c5c!important;font-weight:700!important;display:inline-flex!important;align-items:center!important;gap:3px!important}.accounts-focus-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;gap:6px!important;margin-bottom:6px!important}.accounts-focus-tabs .btn,.accounts-focus-tabs .button{width:100%!important;text-align:center!important;justify-content:center!important}.accounts-shortcuts-row{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;gap:6px!important}.accounts-shortcuts-row .btn,.accounts-shortcuts-row .button{width:100%!important;text-align:center!important;justify-content:center!important;font-size:12px!important;padding:6px!important;white-space:nowrap!important}.hr-operational-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}.hr-operational-summary-grid>div{padding:6px 8px!important;min-width:0!important}.hr-operational-summary-grid>div span{font-size:.66rem!important}.hr-operational-summary-grid>div strong{font-size:.92rem!important}.audit-stats-grid>:nth-child(5){grid-column:span 2!important}.settings-two-col-grid{grid-template-columns:1fr!important}.settings-users-stats-grid>:nth-child(5){grid-column:span 2!important}.hr-quick-actions-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.hr-quick-action-btn{padding:6px 4px!important;font-size:11px!important;justify-content:center!important;white-space:nowrap!important}.hr-quick-action-btn span{overflow:hidden!important;text-overflow:ellipsis!important}.hr-section-nav{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;gap:6px!important;width:100%!important;margin-bottom:12px!important;padding-bottom:4px!important;scrollbar-width:none!important}.hr-section-nav::-webkit-scrollbar{display:none!important}.hr-section-nav-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:7px 14px!important;font-size:12.5px!important;font-weight:700!important;border-radius:8px!important;white-space:nowrap!important;flex-shrink:0!important;min-height:34px!important;box-sizing:border-box!important}.hr-nav-text-full{display:inline!important}.hr-nav-text-short{display:none!important}.hr-operational-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 10px!important}.audit-workspace-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:6px!important;padding-bottom:8px!important;margin-bottom:12px!important}.audit-workspace-tabs::-webkit-scrollbar{display:none!important}.audit-workspace-tabs>button{padding:7px 12px!important;font-size:12.5px!important;white-space:nowrap!important;flex-shrink:0!important}.cashier-fraud-radar-header{padding:12px 14px!important;gap:10px!important}.cashier-fraud-radar-controls{width:100%!important;justify-content:space-between!important;gap:8px!important}.cashier-fraud-timeframe-pills{flex:1 1 auto!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.cashier-fraud-timeframe-pills::-webkit-scrollbar{display:none!important}.cashier-fraud-timeframe-pills>button{padding:5px 10px!important;font-size:11.5px!important;flex-shrink:0!important}.cashier-fraud-refresh-btn{padding:5px 10px!important;font-size:12px!important;flex-shrink:0!important}.cashier-fraud-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.cashier-fraud-metric-card{padding:12px!important}.cashier-fraud-metric-card>div:first-child{font-size:11.5px!important}.cashier-fraud-metric-card>div:nth-child(2){font-size:20px!important;margin-top:4px!important}.cashier-fraud-metric-card>div:last-child{font-size:10.5px!important;margin-top:2px!important}.cashier-fraud-radar-split{grid-template-columns:1fr!important;gap:14px!important}.cashier-fraud-radar-split>div{padding:14px!important}.merchant-orders-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-bottom:12px!important}.merchant-orders-kpi-card{padding:10px 12px!important}.merchant-orders-kpi-card>div:first-child{font-size:11px!important}.merchant-orders-kpi-card>div:nth-child(2){font-size:18px!important}.merchant-orders-kpi-card>span:last-child{font-size:10.5px!important}.merchant-orders-view-switcher{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:6px!important;padding-bottom:6px!important;margin-bottom:10px!important}.merchant-orders-view-switcher::-webkit-scrollbar{display:none!important}.merchant-orders-view-switcher>button{padding:7px 14px!important;font-size:12.5px!important;white-space:nowrap!important;flex-shrink:0!important}.merchant-orders-status-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:6px!important;padding-bottom:8px!important}.merchant-orders-status-tabs::-webkit-scrollbar{display:none!important}.merchant-orders-status-tabs>button{padding:6px 12px!important;font-size:12px!important;white-space:nowrap!important;flex-shrink:0!important}.delivery-rep-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:6px!important;margin-bottom:14px!important}.delivery-rep-tabs::-webkit-scrollbar{display:none!important}.delivery-rep-tabs>button{padding:6px 14px!important;font-size:12.5px!important;white-space:nowrap!important;flex-shrink:0!important}.delivery-rep-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.delivery-rep-kpi-card{padding:10px 12px!important}.delivery-rep-kpi-card>span:first-child{font-size:11px!important}.delivery-rep-kpi-card>span:nth-child(2){font-size:18px!important}.delivery-rep-kpi-card>span:last-child{font-size:10px!important}}.global-search-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;justify-content:center;align-items:flex-start;padding-top:12vh;animation:fadeIn .15s ease-out}.global-search-modal{width:100%;max-width:600px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 20px 40px #0003;display:flex;flex-direction:column;overflow:hidden;animation:slideDown .2s ease-out}.global-search-input-wrapper{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border);gap:12px}.global-search-input-wrapper svg{color:var(--text-muted);width:24px;height:24px}.global-search-input{flex:1;border:none;background:transparent;font-size:1.1rem;font-family:inherit;color:var(--text);outline:none}.global-search-input::placeholder{color:var(--text-muted)}.global-search-badge{background:var(--bg-hover);border:1px solid var(--border);border-radius:6px;padding:4px 8px;font-size:.75rem;color:var(--text-muted);font-family:monospace}.global-search-results{max-height:400px;overflow-y:auto;padding:12px}.global-search-group-title{font-size:.8rem;font-weight:700;color:var(--text-muted);padding:8px 12px;margin-top:8px}.global-search-group-title:first-child{margin-top:0}.global-search-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:background-color .1s ease,color .1s ease,transform .1s ease;color:var(--text)}.global-search-item:hover,.global-search-item.is-selected{background:var(--bg-hover)}.global-search-item-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--bg);border:1px solid var(--border);color:var(--primary)}.global-search-item-content{flex:1;display:flex;flex-direction:column}.global-search-item-title{font-weight:600;font-size:.95rem}.global-search-item-subtitle{font-size:.8rem;color:var(--text-muted)}.global-search-empty{padding:32px;text-align:center;color:var(--text-muted)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.filter-segmented-control{display:inline-flex;align-items:center;background:#f1f5f9;border-radius:9999px;padding:4px;gap:2px;box-shadow:inset 0 1px 2px #0000000d}.filter-segmented-control button.filter-chip{position:relative;border:none;background:transparent;color:#64748b;font-size:.85rem;font-weight:500;padding:6px 14px;border-radius:9999px;cursor:pointer;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:6px;white-space:nowrap;outline:none}.filter-segmented-control button.filter-chip:hover{color:#334155;background:#ffffff80}.filter-segmented-control button.filter-chip.active{color:#0f172a;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.product-form-container{display:flex;flex-direction:column;gap:.9rem;margin:.75rem auto 2.5rem;max-width:1160px;width:100%;padding:0 1.25rem;box-sizing:border-box}.product-compact-card{background:#fff;border:1px solid rgba(203,213,225,.85);border-radius:10px;box-shadow:0 2px 8px #0f172a08;padding:1.1rem 1.35rem;box-sizing:border-box}.product-compact-card .field,.product-form-container .field{display:flex;flex-direction:column;justify-content:flex-start;min-width:0}.product-compact-card .field>label,.product-form-container .field>label,.product-compact-card .field>span,.product-form-container .field>span{display:flex!important;align-items:center!important;font-size:.8rem!important;font-weight:700!important;color:#334155!important;height:20px!important;min-height:20px!important;line-height:20px!important;margin-bottom:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-compact-card input.purchase-prototype-field-input,.product-compact-card select.purchase-prototype-field-input,.product-form-container input.purchase-prototype-field-input,.product-form-container select.purchase-prototype-field-input,.product-compact-card input:not([type=checkbox]):not([type=radio]),.product-compact-card select{height:40px!important;min-height:40px!important;max-height:40px!important;box-sizing:border-box!important;padding:6px 10px!important;border-radius:8px!important;border:1px solid #cbd5e1!important;background-color:#fff!important;font-size:.88rem!important;line-height:1.4!important;width:100%!important}.product-compact-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem;padding-bottom:.5rem;border-bottom:1px solid rgba(241,245,249,.95)}.product-compact-card-title{font-size:.96rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;gap:.5rem}.product-compact-card-title:before{content:"";display:inline-block;width:3.5px;height:14px;background:#2563eb;border-radius:2px}.product-form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.product-form-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.product-form-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.product-form-grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem}@media(max-width:1100px){.product-form-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.product-form-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.new-product-form-root,.new-product-form-root.document-prototype-shell,.document-prototype-shell.purchase-new-prototype,.document-prototype-shell{padding:0!important;margin:0!important;width:100%!important;max-width:100%!important;background:transparent!important;box-sizing:border-box!important}.purchase-prototype-sticky-stack{width:100%!important;max-width:100%!important;padding:0 0 8px!important;margin:0!important;box-sizing:border-box!important}.purchase-prototype-document-surface{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.document-prototype-topbar{width:100%!important;max-width:100%!important;margin:0!important;padding:10px 14px!important;border-radius:10px!important;box-sizing:border-box!important}.document-prototype-back-link{width:36px!important;height:36px!important;min-width:36px!important;background:#fff!important;border:1.5px solid #94a3b8!important;color:#170e5e!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 1px 3px #0f172a14!important;cursor:pointer!important}.document-prototype-back-link svg{width:20px!important;height:20px!important;stroke-width:2.8!important}.product-form-container{padding:0!important;margin:0 0 2rem!important;width:100%!important;max-width:100%!important;gap:10px!important;box-sizing:border-box!important}.product-compact-card{padding:14px!important;width:100%!important;box-sizing:border-box!important;border-radius:10px!important}.product-form-grid-2,.product-form-grid-3,.product-form-grid-4,.product-form-grid-5{grid-template-columns:1fr!important;gap:.75rem!important}.product-compact-card-header{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:8px!important}.product-compact-card .field>label,.product-form-container .field>label,.product-compact-card .field>span,.product-form-container .field>span{white-space:normal!important;height:auto!important;min-height:20px!important;line-height:1.35!important;overflow:visible!important;text-overflow:clip!important;font-size:.82rem!important}}@media(max-width:480px){.product-form-container{padding:0 8px!important}.product-compact-card{padding:12px 14px!important}.product-form-grid-2,.product-form-grid-3,.product-form-grid-4,.product-form-grid-5{grid-template-columns:1fr!important;gap:.75rem!important}.product-form-grid-3 label,.product-form-grid-2 label,.product-form-grid-4 label{font-size:.82rem!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.35!important}}.product-retail-price-field input{font-weight:700;font-size:1.05rem;color:#1e3a8a;border-color:#93c5fd;background-color:#f8fafc}.product-retail-price-field input:focus{background-color:#fff}.product-units-table-container{display:flex;flex-direction:column;gap:.35rem;width:100%}.product-units-header-row{display:flex;align-items:center;gap:.65rem;padding:0 .5rem .35rem;font-size:.8rem;font-weight:700;color:#64748b;border-bottom:1px solid #f1f5f9}.product-units-data-row{display:flex;align-items:center;gap:.65rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.35rem .65rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.product-units-data-row:hover{border-color:#cbd5e1;background:#fff}.product-unit-roles-group{display:flex;align-items:center;gap:.4rem;flex-wrap:nowrap}.product-unit-chip-btn{display:inline-flex;align-items:center;gap:.35rem;padding:4px 8px;border-radius:6px;font-size:.76rem;font-weight:600;cursor:pointer;border:1px solid #cbd5e1;background:#fff;color:#475569;white-space:nowrap;transition:background-color .15s ease,color .15s ease,border-color .15s ease;-webkit-user-select:none;user-select:none}.product-unit-chip-btn input[type=radio]{cursor:pointer;width:13px;height:13px;margin:0;accent-color:#2563eb;outline:none}.product-unit-chip-btn:hover{border-color:#94a3b8;background:#f8fafc}.product-unit-chip-btn.active{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.unit-delete-btn{background:transparent;border:1px solid transparent;color:#ef4444;border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem;font-weight:700;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.unit-delete-btn:hover{background:#fee2e2;border-color:#fca5a5}@media(max-width:860px){.product-units-header-row{display:none}.product-units-data-row{flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem}.product-unit-roles-group{flex-wrap:wrap}}.product-collapsible-card details summary{cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:700;color:#0f172a;display:flex;align-items:center;justify-content:space-between}.product-collapsible-card details summary::-webkit-details-marker{display:none}.variant-preset-chip{outline:none!important;border:1px solid #cbd5e1;border-radius:5px;padding:2px 7px;font-size:.72rem;color:#334155;background:#fff;cursor:pointer;font-weight:600;box-shadow:0 1px 2px #00000005;line-height:1.3;transition:background-color .12s ease,color .12s ease;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;gap:3px}.variant-preset-chip:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}.variant-preset-chip:focus-visible,.variant-preset-chip:focus{outline:none!important;border-color:var(--primary, #1e1b4b)!important;box-shadow:0 0 0 2px #1e1b4b29!important}.variant-preset-chip.is-active{background:#eff6ff!important;border-color:#3b82f6!important;color:#1d4ed8!important;font-weight:700!important;box-shadow:0 1px 3px #2563eb1f!important}.settings-page-shell .document-prototype-column{max-width:100%!important;width:100%!important;margin:0!important}.settings-page-shell .page-header{padding-block:14px}.settings-page-shell .page-header .page-header-description{max-width:720px}.settings-tabs-shell{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:-2px}.settings-page-shell .settings-section-tabs{margin-bottom:0}.settings-page-shell .settings-section-tabs .btn,.settings-page-shell .settings-section-tabs .button{min-height:36px;padding-inline:12px;border-radius:8px}.settings-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.settings-overview-grid .stat-card,.settings-reference-stats .stat-card,.settings-page-shell .settings-backup-card .compact-stat-card,.settings-page-shell .settings-import-card .compact-stat-card{padding:12px 14px;border-radius:8px}.settings-overview-grid .stat-card span,.settings-reference-stats .stat-card span,.settings-page-shell .settings-backup-card .compact-stat-card span,.settings-page-shell .settings-import-card .compact-stat-card span{font-size:11px}.settings-overview-grid .stat-card strong,.settings-reference-stats .stat-card strong,.settings-page-shell .settings-backup-card .compact-stat-card strong,.settings-page-shell .settings-import-card .compact-stat-card strong{margin-top:6px;font-size:17px;line-height:1.25}.settings-page-shell .settings-primary-card,.settings-page-shell .settings-reference-card,.settings-page-shell .settings-admin-card,.settings-page-shell .settings-users-card{min-width:0}.settings-page-shell .settings-primary-card .section-title,.settings-page-shell .settings-reference-card .section-title,.settings-page-shell .settings-admin-card .section-title,.settings-page-shell .settings-users-card .section-title{margin-bottom:12px}.settings-page-shell .settings-reference-card .search-toolbar,.settings-page-shell .settings-users-card .search-toolbar{margin-bottom:10px}.settings-page-shell .settings-reference-card .toolbar-meta-row,.settings-page-shell .settings-users-card .toolbar-meta-row{margin-bottom:8px}.settings-page-shell .settings-reference-stats,.settings-page-shell .mini-stats-grid.import-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.settings-page-shell .settings-reference-card .list-row,.settings-page-shell .settings-backup-card .list-row,.settings-page-shell .settings-import-card .list-row,.settings-page-shell .settings-users-card .list-row{padding-block:10px}.settings-page-shell .settings-backup-card .form-grid,.settings-page-shell .settings-import-card .two-column-grid{gap:12px}.settings-page-shell .settings-import-card .inline-create-panel{padding:12px;border-radius:8px}.settings-page-shell .settings-import-card .inline-create-panel strong{font-size:14px}.settings-page-shell .settings-import-card .table-wrap,.settings-page-shell .settings-backup-card .surface-card{border-radius:8px}.settings-page-shell .settings-users-card .two-column-grid{align-items:start}.settings-page-shell .settings-users-card .card-surface{padding:12px;border-radius:8px}.settings-page-shell .settings-users-card .actions.compact-actions .btn,.settings-page-shell .settings-users-card .actions.compact-actions .button,.settings-page-shell .settings-reference-card .actions.compact-actions .btn,.settings-page-shell .settings-reference-card .actions.compact-actions .button{min-height:34px;padding-inline:10px}@media(max-width:1200px){.settings-overview-grid,.settings-page-shell .settings-reference-stats,.settings-page-shell .mini-stats-grid.import-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.settings-overview-grid,.settings-page-shell .settings-reference-stats,.settings-page-shell .mini-stats-grid.import-stats-grid{grid-template-columns:1fr}}.settings-page-shell .settings-main-grid{max-width:1160px;margin-inline:auto}.settings-page-shell .settings-primary-card .section-body,.settings-page-shell .settings-core-form{gap:10px}.settings-page-shell .settings-core-form .panel{border-radius:8px;padding:10px 12px}.settings-page-shell .settings-core-form .panel.page-stack,.settings-page-shell .settings-core-form .form-grid{gap:8px}.settings-page-shell .settings-required-card{border-color:color-mix(in srgb,var(--primary, #170c5c) 28%,var(--border, #dbe2ea));background:linear-gradient(180deg,color-mix(in srgb,var(--surface, #fff) 90%,var(--primary, #170c5c)),var(--surface, #fff));box-shadow:inset 0 1px #ffffffb3}.settings-page-shell .settings-quick-add-actions .btn,.settings-page-shell .settings-quick-add-actions .button{min-height:32px;padding-inline:10px;font-size:12px}.settings-page-shell .settings-quick-add-panel{margin-top:4px}.settings-page-shell .settings-print-options-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.settings-page-shell .settings-print-option{min-height:34px;padding:6px 8px!important;border-radius:8px;font-size:12px;line-height:1.25;gap:6px!important}.settings-page-shell .settings-print-option input[type=checkbox]{margin:0}.settings-page-shell .settings-core-form>.btn.btn-primary{width:fit-content;min-width:180px;align-self:flex-start}.settings-page-shell .settings-save-actions{margin-top:4px}@media(max-width:960px){.settings-page-shell .settings-main-grid{max-width:100%}.settings-page-shell .settings-core-form .panel{padding:10px}.settings-page-shell .settings-print-options-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.settings-page-shell .settings-print-options-grid{grid-template-columns:1fr}}.system-updates-hub{display:flex;flex-direction:column;gap:16px;width:100%}.system-update-hero{background:#fff;border-radius:14px;padding:20px 24px;color:#0f172a;position:relative;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0a,0 6px 16px -2px #0f172a08}.system-update-hero-content{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.system-update-hero-info{display:flex;align-items:center;gap:16px;min-width:0}.system-update-icon-box{width:48px;height:48px;border-radius:12px;background:#f1f5f9;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#0f172a;flex-shrink:0}.system-update-hero-text{display:flex;flex-direction:column;gap:4px}.system-update-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.system-update-hero-title{font-size:17px;font-weight:800;color:#0f172a;letter-spacing:-.01em}.system-update-version-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:16px;font-size:12px;font-weight:800;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.system-update-pulse-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b98199}.system-update-hero-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#64748b;flex-wrap:wrap}.system-update-hero-meta-item{display:flex;align-items:center;gap:5px}.system-update-hero-actions{display:flex;align-items:center;gap:10px}.system-update-btn-primary{background:#0f172a;color:#fff;border:1px solid #0f172a;padding:9px 18px;border-radius:8px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:7px;cursor:pointer;box-shadow:0 2px 6px #0f172a1f;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.system-update-btn-primary:hover:not(:disabled){background:#1e293b;border-color:#1e293b;transform:translateY(-1px)}.system-update-btn-primary:disabled{opacity:.7;cursor:not-allowed}.system-update-btn-glass{background:#fff;color:#334155;border:1px solid #cbd5e1;padding:9px 16px;border-radius:8px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:7px;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.system-update-btn-glass:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}.system-update-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.system-update-metric-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:14px 16px;display:flex;align-items:flex-start;gap:12px;box-shadow:0 1px 3px #0f172a08;transition:border-color .2s ease}.system-update-metric-card:hover{border-color:#cbd5e1}.system-update-metric-icon{width:36px;height:36px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.system-update-metric-body{display:flex;flex-direction:column;gap:3px}.system-update-metric-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase}.system-update-metric-val{font-size:13px;font-weight:800;color:#0f172a}.system-update-metric-desc{font-size:11px;color:#94a3b8;line-height:1.4}.system-releases-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0f172a08}.system-releases-header{padding:14px 20px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;background:#f8fafc}.system-releases-title{font-size:14px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:8px}.system-releases-badge-count{background:#e2e8f0;color:#475569;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px}.system-releases-list{display:flex;flex-direction:column}.system-release-item{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #f1f5f9;transition:background .15s ease}.system-release-item:last-child{border-bottom:none}.system-release-item:hover{background:#f8fafc}.system-release-info{display:flex;align-items:center;gap:14px;min-width:0}.system-release-icon-tag{width:38px;height:38px;border-radius:8px;background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px;flex-shrink:0}.system-release-details{display:flex;flex-direction:column;gap:3px}.system-release-version-row{display:flex;align-items:center;gap:8px}.system-release-version-num{font-size:14px;font-weight:800;color:#0f172a}.system-release-tag-active{background:#ecfdf5;color:#065f46;font-size:11px;font-weight:700;padding:2px 8px;border-radius:6px;border:1px solid #a7f3d0}.system-release-tag-available{background:#f8fafc;color:#475569;font-size:11px;font-weight:700;padding:2px 8px;border-radius:6px;border:1px solid #e2e8f0}.system-release-date{font-size:11px;color:#64748b;display:flex;align-items:center;gap:5px}.system-passcode-input-box{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;padding:14px 16px;text-align:right;margin-bottom:16px}.system-passcode-input-box label{display:block;font-size:12px;font-weight:800;color:#0f172a;margin-bottom:6px}.system-passcode-field{width:100%;font-family:monospace;font-size:15px;font-weight:800;letter-spacing:2px;text-transform:uppercase;padding:10px 14px;border-radius:8px;border:1.5px solid #94a3b8;background:#fff;color:#0f172a;outline:none;direction:ltr;text-align:center}.system-passcode-field:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #6366f126}.system-passcode-chip{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #cbd5e1;padding:4px 10px;border-radius:6px;font-family:monospace;font-size:12px;font-weight:800;color:#1e293b;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.system-passcode-chip:hover{background:#e2e8f0;border-color:#94a3b8}.system-simulator-card{background:#fff;border:1.5px dashed #6366f1;border-radius:14px;padding:20px 22px;margin-top:16px;box-shadow:0 4px 16px #6366f10f}.system-simulator-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.system-simulator-title{font-size:15px;font-weight:800;color:#312e81;display:flex;align-items:center;gap:8px}.system-simulator-badge{background:#e0e7ff;color:#4338ca;font-size:11px;font-weight:800;padding:2px 8px;border-radius:6px}.system-simulator-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}.system-simulator-input-group{display:flex;flex-direction:column;gap:4px;flex:1;min-width:140px}.system-simulator-input-group label{font-size:11px;font-weight:700;color:#475569}.system-simulator-input-group input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;font-weight:700;outline:none}.system-simulator-steps-list{display:flex;flex-direction:column;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9}.system-simulator-step{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:12px}.system-simulator-step.completed{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.system-update-modal-header{padding:18px 24px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.system-update-modal-title{margin:0!important;font-size:15px!important;font-weight:800!important;color:#0f172a!important;display:flex!important;align-items:center!important;gap:8px!important}.system-update-modal-title:before{display:none!important}.system-update-modal-body{padding:22px 24px}.system-update-toolbar-alert{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:8px;font-size:12px;font-weight:800;cursor:pointer;box-shadow:none;transition:background-color .18s ease,color .18s ease,transform .18s ease;white-space:nowrap;flex-shrink:0;font-family:inherit;letter-spacing:normal}.system-update-toolbar-alert:hover{background:#d1fae5;border-color:#6ee7b7;color:#065f46;box-shadow:0 2px 5px #10b98126}.system-update-pulse-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b981;position:relative;display:inline-block;animation:pulseDotEmerald 2s infinite}@keyframes pulseDotEmerald{0%{transform:scale(.95);box-shadow:0 0 #10b981b3,0 0 6px #10b981}70%{transform:scale(1.05);box-shadow:0 0 0 5px #10b98100,0 0 8px #10b981}to{transform:scale(.95);box-shadow:0 0 #10b98100,0 0 6px #10b981}}@media(max-width:900px){.system-update-metrics-grid{grid-template-columns:1fr}.system-update-hero-content{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.system-update-hero-actions{width:100%!important;display:flex!important;flex-direction:column!important;gap:8px!important}.system-update-hero-actions button{width:100%!important;justify-content:center!important}.system-release-item{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.system-release-item>div:last-child{width:100%!important;display:flex!important;gap:8px!important;justify-content:flex-start!important;flex-wrap:wrap!important}.system-release-item>div:last-child button{flex:1 1 auto!important;justify-content:center!important}.system-release-version-row{flex-wrap:wrap!important}}.saas-tenants-page{display:flex;flex-direction:column;gap:16px}.saas-stats-grid-5{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;margin-bottom:12px}.saas-stats-grid-5 .stat-card{padding:10px 14px!important}@media(max-width:992px){.saas-stats-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:600px){.saas-stats-grid-5{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.tenant-name-btn{background:none;border:none;padding:0;margin:0;font-size:13.5px;font-weight:800;color:#0f172a;cursor:pointer;text-align:center;display:inline-block;transition:color .15s ease}.tenant-name-btn:hover{color:#2563eb;text-decoration:underline}.tenant-actions-cell{display:flex;align-items:center;justify-content:center;gap:5px}.table-wrap table td,.data-table-wrap table td{vertical-align:middle!important}.tenant-slug-badge{display:inline-flex;align-items:center;gap:4px;padding:1px 5px;border-radius:4px;background:#f8fafc;border:1px solid #e2e8f0;font-size:10.5px;font-family:JetBrains Mono,monospace;color:#64748b;direction:ltr;margin-top:2px}.tenant-plan-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:5px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:11.5px;font-weight:700;white-space:nowrap}.tenant-status-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:5px;font-size:11px;font-weight:700;white-space:nowrap}.tenant-status-pill.active{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.tenant-status-pill.trial{background:#fffbeb;border:1px solid #fde68a;color:#b45309}.tenant-status-pill.suspended{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.tenant-status-pill.expired{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.tenant-status-pill.expiring-soon{background:#fff7ed;border:1px solid #fed7aa;color:#c2410c}.tenant-trial-badge{font-size:10.5px;font-weight:700;display:inline-flex;align-items:center;padding:1px 5px;border-radius:4px}.tenant-trial-badge.healthy{background:#f0fdf4;color:#166534;border:1px solid #dcfce7}.tenant-trial-badge.warning{background:#fffbeb;color:#b45309;border:1px solid #fef3c7}.tenant-trial-badge.danger{background:#fef2f2;color:#b91c1c;border:1px solid #fee2e2}.tenant-actions-cell{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;position:relative}.tenant-browse-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:4px 9px;border-radius:6px;font-size:11.5px;font-weight:700;background:linear-gradient(135deg,#170c5c,#312e81);color:#fff;border:1px solid #4338ca;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease,border-color .15s ease;box-shadow:0 1px 3px #170c5c33}.tenant-browse-btn:hover{background:linear-gradient(135deg,#1e1b4b,#3730a3);transform:translateY(-1px);box-shadow:0 3px 8px #170c5c4d}.tenant-more-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:6px;background:#fff;border:1px solid #cbd5e1;color:#334155;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.tenant-more-btn:hover,.tenant-more-btn.is-active{background:#f1f5f9;border-color:#94a3b8;color:#0f172a}.tenant-actions-dropdown{position:absolute;top:100%;left:0;margin-top:4px;width:240px;background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 10px 25px -5px #0f172a2e,0 4px 6px -2px #0f172a14;padding:6px;z-index:100000;display:flex;flex-direction:column;gap:2px;animation:dropdownFadeIn .15s cubic-bezier(.16,1,.3,1);scrollbar-width:thin!important;scrollbar-color:#94a3b8 #f1f5f9!important;touch-action:pan-y!important;overscroll-behavior:contain!important}.tenant-actions-dropdown::-webkit-scrollbar{display:block!important;width:7px!important}.tenant-actions-dropdown::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:4px!important}.tenant-actions-dropdown::-webkit-scrollbar-thumb{background:#94a3b8!important;border-radius:4px!important}.tenant-actions-dropdown::-webkit-scrollbar-thumb:hover{background:#64748b!important}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tenant-actions-group-title{font-size:10px;font-weight:800;color:#94a3b8;padding:4px 8px 2px;text-transform:uppercase;letter-spacing:.04em}.saas-action-card-btn{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:9px;text-align:right;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease;width:100%;box-sizing:border-box}.saas-action-card-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 10px #0f172a0f}.saas-action-card-btn:active{transform:translateY(0)}.saas-action-card-btn.warning:hover{background:#fff7ed;border-color:#fed7aa}.saas-action-card-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;flex-shrink:0;transition:transform .16s ease}.saas-action-card-btn:hover .saas-action-card-icon{transform:scale(1.06)}.saas-action-card-info{display:flex;flex-direction:column;gap:2px;overflow:hidden;text-align:right}.saas-action-card-title{font-size:13px;font-weight:700;color:#0f172a}.saas-action-card-sub{font-size:11.5px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-action-item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border:none;background:none;border-radius:6px;font-size:12.5px;font-weight:600;color:#334155;text-align:right;cursor:pointer;transition:background-color .12s ease,color .12s ease;box-sizing:border-box}.tenant-action-item:hover{background:#f8fafc;color:#0f172a}.tenant-action-item.danger{color:#dc2626}.tenant-action-item.danger:hover{background:#fef2f2;color:#b91c1c}.tenant-actions-divider{height:1px;background:#f1f5f9;margin:3px 0}.dialog-shell.saas-create-modal-shell{width:min(980px,calc(100vw - 36px))!important;max-width:980px!important}.saas-compact-dialog-card{padding:20px 24px!important}.saas-modal-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;margin-bottom:12px}.saas-modal-card-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#170c5c;margin:0 0 10px;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.saas-modal-card .field{margin-bottom:0;gap:4px}.saas-modal-card .field>span,.saas-modal-card .field>label{font-size:12px;font-weight:700;color:#334155}.saas-modal-card input:not([type=checkbox]):not([type=radio]){min-height:38px;height:38px;padding:6px 12px;font-size:13px;border-radius:8px;border:1.5px solid #cbd5e1;background:#fff;color:#0f172a;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.saas-modal-card select{min-height:38px;height:38px;padding:6px 12px;font-size:13px;font-weight:700;border-radius:8px;border:1.5px solid #cbd5e1;background-color:#fff;color:#170e5e;box-sizing:border-box;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.saas-modal-card select option{font-size:13px;font-weight:600;color:#0f172a;padding:6px 10px;background-color:#fff}.saas-modal-card input:focus,.saas-modal-card select:focus{border-color:#170e5e;outline:none;box-shadow:0 0 0 3px #170e5e14}.saas-modal-card input::placeholder,.saas-modal-card select::placeholder,.saas-modal-card textarea::placeholder,.saas-compact-dialog-card input::placeholder,.saas-compact-dialog-card textarea::placeholder{color:#94a3b8!important;opacity:.75!important;font-weight:400!important;font-size:12px!important}.saas-modal-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.saas-modal-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 14px}.saas-modal-dual-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}.saas-modal-dual-cards .saas-modal-card{margin-bottom:0;height:100%}@media(max-width:680px){.saas-modal-grid-2,.saas-modal-grid-3,.saas-modal-dual-cards{grid-template-columns:1fr}}.saas-credentials-luxury-card{background:#fff;color:#0f172a;border-radius:14px;padding:20px;margin:6px 0;border:1px solid #e2e8f0;box-shadow:0 4px 20px -2px #0f172a0d}.saas-credentials-hero{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin-bottom:16px}.saas-credentials-icon-box{width:36px;height:36px;border-radius:8px;background:#ecfdf5;color:#059669;border:1px solid #a7f3d0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.saas-credentials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:18px}@media(max-width:600px){.saas-credentials-grid{grid-template-columns:1fr}}.saas-credential-box{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;display:flex;flex-direction:column;gap:6px}.saas-credential-label{font-size:11px;font-weight:700;color:#64748b}.saas-credential-content{display:flex;align-items:center;justify-content:space-between;gap:8px}.saas-credential-code{font-family:JetBrains Mono,monospace;font-size:13.5px;font-weight:800;color:#0f172a;direction:ltr;background:#f8fafc;padding:2px 6px;border-radius:4px}.saas-credential-code.password-highlight{color:#047857;background:#f0fdf4;border:1px solid #bbf7d0}.saas-copy-btn{background:#f8fafc;border:1px solid #cbd5e1;color:#334155;font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease;flex-shrink:0}.saas-copy-btn:hover{background:#e2e8f0;color:#0f172a;border-color:#94a3b8}.saas-credentials-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-top:14px;border-top:1px solid #f1f5f9}.saas-whatsapp-action-btn{flex:1 1 240px;background:#059669;color:#fff;border:none;padding:10px 16px;font-weight:800;font-size:13px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .15s ease}.saas-whatsapp-action-btn:hover{background:#047857}.saas-copy-all-btn{background:#f8fafc;border:1px solid #cbd5e1;color:#0f172a;padding:10px 16px;font-weight:800;font-size:12.5px;border-radius:8px;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.saas-copy-all-btn:hover{background:#f1f5f9;border-color:#94a3b8}.saas-close-action-btn{background:#fff;border:1px solid #cbd5e1;color:#64748b;padding:10px 16px;font-weight:700;font-size:12.5px;border-radius:8px;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.saas-close-action-btn:hover{background:#f8fafc;color:#0f172a}.tenant-renew-btn,.tenant-subscriptions-btn,.tenant-whatsapp-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:11.5px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.tenant-renew-btn:hover{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.tenant-subscriptions-btn:hover{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}.tenant-whatsapp-btn:hover{background:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.tenant-status-pill.expiring-soon{background:#fff7ed;border:1px solid #fed7aa;color:#c2410c;animation:pulseWarning 2s infinite ease-in-out}@keyframes pulseWarning{0%,to{opacity:1}50%{opacity:.75}}.saas-filter-tabs{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:12px}.saas-filter-tab-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:12.5px;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.saas-filter-tab-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.saas-filter-tab-btn.is-active{background:var(--primary, #170c5c);color:#fff;border-color:var(--primary, #170c5c);font-weight:700}.saas-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:10px;font-size:11px;font-weight:800;background:#00000014}.saas-plans-page .stats-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}@media(max-width:900px){.saas-plans-page .stats-grid{grid-template-columns:repeat(2,1fr)}}.saas-filter-tab-btn.is-active .saas-filter-badge{background:#ffffff40;color:#fff}.cfd-container{display:flex;flex-direction:column;min-height:100vh;width:100vw;background-color:#f8fafc;color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;box-sizing:border-box;-webkit-user-select:none;user-select:none}.cfd-header{display:flex;align-items:center;justify-content:space-between;padding:12px 28px;background-color:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0a;z-index:10}.cfd-brand-section{display:flex;align-items:center;gap:14px}.cfd-logo-badge{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#170e5e,#2563eb);color:#fff;box-shadow:0 4px 12px #170e5e33}.cfd-store-name{font-size:20px;font-weight:900;color:#0f172a;line-height:1.2;letter-spacing:-.3px}.cfd-branch-badge{display:inline-block;font-size:11px;font-weight:700;color:#64748b;background-color:#f1f5f9;border:1px solid #e2e8f0;padding:2px 10px;border-radius:999px;margin-top:3px}.cfd-header-meta{display:flex;align-items:center;gap:16px}.cfd-clock-badge{display:flex;align-items:center;gap:8px;font-size:14px;color:#334155;background:#fff;padding:6px 14px;border-radius:10px;border:1px solid #cbd5e1;box-shadow:0 1px 3px #0f172a0a}.cfd-status-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0;padding:5px 12px;border-radius:999px}.cfd-status-dot{width:7px;height:7px;border-radius:50%;background-color:#16a34a;animation:cfd-pulse-dot 2s infinite ease-in-out}@keyframes cfd-pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.6}}.cfd-fullscreen-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer;box-shadow:0 1px 3px #0f172a0a;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.cfd-fullscreen-btn:hover{background:#f8fafc;color:#0f172a;border-color:#94a3b8}.cfd-main{flex:1;display:flex;flex-direction:column;padding:20px 28px;gap:16px;max-width:100%}.cfd-idle-view{display:flex;flex-direction:column;gap:16px;flex:1;justify-content:center}.cfd-idle-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:24px;align-items:stretch}@media(max-width:992px){.cfd-idle-grid{grid-template-columns:1fr}}.cfd-idle-hero-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px 32px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;box-shadow:0 6px 24px -4px #0f172a0d}.cfd-idle-welcome-top{display:flex;align-items:center;gap:20px}.cfd-idle-avatar{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#170e5e,#2563eb);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 16px #170e5e40}.cfd-idle-headline{font-size:26px;font-weight:900;color:#0f172a;margin:0 0 6px;line-height:1.3}.cfd-idle-subheadline{font-size:14px;color:#64748b;margin:0;line-height:1.6}.cfd-idle-feature-deck{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px 24px;display:flex;flex-direction:column;gap:12px}.cfd-feature-deck-header{display:flex;align-items:center;justify-content:space-between}.cfd-feature-badge{font-size:12px;font-weight:800;padding:4px 12px;border-radius:20px;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.cfd-feature-dots{display:flex;align-items:center;gap:6px}.cfd-feature-dot{width:8px;height:8px;border-radius:999px;background-color:#cbd5e1;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.cfd-feature-dot.is-active{width:24px;background-color:#170e5e}.cfd-feature-deck-body{display:flex;align-items:center;gap:16px}.cfd-feature-icon-box{width:52px;height:52px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0f172a0a}.cfd-feature-title{font-size:17px;font-weight:800;color:#0f172a;margin:0 0 4px}.cfd-feature-desc{font-size:13px;color:#64748b;margin:0;line-height:1.5}.cfd-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:640px){.cfd-trust-strip{grid-template-columns:1fr}}.cfd-trust-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 1px 3px #0f172a08}.cfd-trust-title{font-size:12px;font-weight:800;color:#0f172a}.cfd-trust-sub{font-size:10px;color:#64748b;margin-top:2px}.cfd-idle-kiosk-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;box-shadow:0 6px 24px -4px #0f172a0d}.cfd-kiosk-qr-box{display:flex;flex-direction:column;align-items:center;text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px 16px}.cfd-kiosk-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:#170e5e;background:#eff6ff;border:1px solid #bfdbfe;padding:4px 12px;border-radius:20px;margin-bottom:8px}.cfd-kiosk-title{font-size:17px;font-weight:900;color:#0f172a;margin:0 0 4px}.cfd-kiosk-desc{font-size:12px;color:#64748b;margin:0 0 14px;line-height:1.5;max-width:280px}.cfd-kiosk-qr-container{background:#fff;padding:6px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0a;margin-bottom:14px}.cfd-kiosk-steps{display:flex;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:700;color:#475569}.cfd-kiosk-step{display:flex;align-items:center;gap:4px}.cfd-step-num{width:18px;height:18px;border-radius:50%;background:#170e5e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.cfd-kiosk-payments-box{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px}.cfd-payments-header{font-size:12px;font-weight:800;color:#170e5e;display:flex;align-items:center;gap:6px;margin-bottom:10px}.cfd-payments-badges-grid{display:flex;flex-wrap:wrap;gap:6px}.cfd-payment-chip{font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;color:#334155}.cfd-payment-chip.instapay{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.cfd-payment-chip.cards{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.cfd-payment-chip.meeza{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.cfd-payment-chip.wallets{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.cfd-payment-chip.cash{background:#faf5ff;border-color:#e9d5ff;color:#6b21a8}.cfd-scanning-layout{display:grid;grid-template-columns:1fr 420px;gap:24px;flex:1;align-items:stretch}@media(max-width:1024px){.cfd-scanning-layout{grid-template-columns:1fr}}.cfd-cart-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 18px #0f172a0a}.cfd-cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.cfd-cart-header-title{font-size:18px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:10px}.cfd-item-count-badge{font-size:12px;font-weight:700;background-color:#e2e8f0;color:#334155;padding:3px 10px;border-radius:999px}.cfd-customer-pill{display:flex;align-items:center;gap:8px;background-color:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700}.cfd-cart-items-scroll{flex:1;overflow-y:auto;padding:12px 18px;display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 220px)}.cfd-item-row{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:16px;padding:14px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.cfd-item-row:hover{background:#f8fafc}.cfd-item-row.is-latest{border:1.5px solid #16a34a;background:#f0fdf4;box-shadow:0 2px 10px #16a34a26;animation:cfd-highlight 1.5s ease-out}@keyframes cfd-highlight{0%{transform:scale(.98);opacity:.7}to{transform:scale(1);opacity:1}}.cfd-item-info{display:flex;flex-direction:column;gap:2px}.cfd-item-name{font-size:16px;font-weight:800;color:#0f172a}.cfd-item-barcode{font-size:11px;color:#64748b;font-family:monospace}.cfd-item-unit-price{font-size:14px;color:#64748b;font-weight:600}.cfd-item-qty-badge{font-size:14px;font-weight:800;background-color:#f1f5f9;color:#170e5e;padding:4px 12px;border-radius:6px;border:1px solid #e2e8f0;min-width:40px;text-align:center}.cfd-item-total{font-size:18px;font-weight:900;color:#0f172a;min-width:80px;text-align:left}.cfd-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 18px #0f172a0a}.cfd-summary-section{display:flex;flex-direction:column;gap:14px}.cfd-summary-row{display:flex;align-items:center;justify-content:space-between;font-size:15px;color:#475569;font-weight:600}.cfd-summary-row.discount{color:#16a34a;font-weight:800}.cfd-total-banner{margin-top:10px;padding:18px 20px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;text-align:center}.cfd-total-label{font-size:14px;font-weight:700;color:#64748b;margin-bottom:4px}.cfd-total-amount{font-size:42px;font-weight:900;color:#170e5e;line-height:1.1;letter-spacing:-.5px}.cfd-total-currency{font-size:20px;font-weight:800;margin-right:6px;color:#475569}.cfd-payment-box{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px;background-color:#eff6ff;border:1.5px dashed #93c5fd;border-radius:14px;text-align:center}.cfd-qr-container{background:#fff;padding:10px;border-radius:12px;box-shadow:0 2px 8px #0f172a0d;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e8f0}.cfd-payment-channel-badge{font-size:12px;font-weight:800;color:#1e40af;background:#dbeafe;padding:4px 12px;border-radius:999px}.cfd-payment-instruction{font-size:12px;color:#1e3a8a;font-weight:600;line-height:1.4}.cfd-completed-view{flex:1;display:flex;align-items:center;justify-content:center}.cfd-completed-card{background:#fff;border:1px solid #bbf7d0;border-radius:20px;padding:40px 36px;text-align:center;max-width:560px;width:100%;box-shadow:0 8px 32px #16a34a1f;display:flex;flex-direction:column;align-items:center;gap:18px;animation:cfd-fade-up .4s ease-out}@keyframes cfd-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cfd-success-icon-wrap{width:72px;height:72px;border-radius:50%;background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;display:flex;align-items:center;justify-content:center}.cfd-completed-title{font-size:28px;font-weight:900;color:#0f172a}.cfd-completed-subtitle{font-size:15px;color:#64748b;line-height:1.6}.cfd-sale-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-top:8px}.cfd-sale-meta-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px;text-align:center}.cfd-sale-meta-label{font-size:12px;color:#64748b;font-weight:600;margin-bottom:2px}.cfd-sale-meta-val{font-size:18px;font-weight:900;color:#0f172a}.cfd-sale-change-box{grid-column:span 2;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:14px}.cfd-sale-change-box .cfd-sale-meta-val{font-size:26px;color:#15803d}.cfd-footer-note{font-size:12px;color:#94a3b8;font-weight:600;text-align:center;padding:8px}:root{--primary: #170c5c;--primary2: #10003b;--primary-color: #170c5c;--color-primary: #170c5c;--color-primary-dark: #10003b;--color-primary-light: rgba(23, 12, 92, .08);--z-erp-approved-logo: url(./brand/z-erp-approved-icon.png)}.btn-primary,.button-primary,button.btn-primary,.btn.btn-primary,.filter-chip-row .btn-primary,.filter-chip-row .button-primary,.filter-chip-row .btn.btn-primary,.settings-section-tabs .btn-primary,.settings-section-tabs .btn.btn-primary,.purchase-prototype-create-card .btn-primary,.purchase-prototype-create-confirm .btn-primary,.settings-page-shell .settings-core-form>.btn.btn-primary{background:var(--primary, #170c5c)!important;border-color:var(--primary, #170c5c)!important;color:#fff!important}.btn-primary:hover:not(:disabled),.button-primary:hover:not(:disabled),button.btn-primary:hover:not(:disabled),.btn.btn-primary:hover:not(:disabled),.filter-chip-row .btn-primary:hover:not(:disabled),.filter-chip-row .button-primary:hover:not(:disabled){background:var(--primary2, var(--color-primary-dark, #10003b))!important;border-color:var(--primary2, var(--color-primary-dark, #10003b))!important;color:#fff!important}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media print{.no-print{display:none!important}}@media(min-width:769px){:where(.toolbar-grid,.compact-toolbar):not(.pos-workspace,.pos-workspace *){display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:flex-end!important;justify-content:flex-start!important;gap:12px!important;width:100%!important}:where(.toolbar-grid>div:first-child):not(.pos-workspace,.pos-workspace *){flex:2 1 240px!important;min-width:200px!important}:where(.toolbar-grid .field):not(.pos-workspace,.pos-workspace *){flex:1 1 160px!important;min-width:140px!important;margin-bottom:0!important;display:flex!important;flex-direction:column!important;gap:4px!important}:where(.toolbar-grid .actions):not(.pos-workspace,.pos-workspace *){flex:0 0 auto!important;margin-bottom:0!important}:where(.toolbar-grid .field>span,.toolbar-grid .field>label):not(.pos-workspace,.pos-workspace *){font-size:12px!important;font-weight:700!important;color:#475569!important;margin:0!important;line-height:1.3!important}:where(.toolbar-grid input,.toolbar-grid select,.search-toolbar input):not(.pos-workspace,.pos-workspace *){height:38px!important;min-height:38px!important;max-height:38px!important;padding:0 12px!important;font-size:13px!important;line-height:38px!important;border-radius:8px!important;border:1px solid #cbd5e1!important;background:#fff!important;box-sizing:border-box!important}:where(.toolbar-extra,.toolbar-reset-action):not(.pos-workspace,.pos-workspace *){display:flex!important;align-items:flex-end!important;gap:8px!important;flex-shrink:0!important}:where(.toolbar-chip-row):not(.pos-workspace,.pos-workspace *){display:flex!important;align-items:center!important;gap:6px!important;margin-bottom:0!important;flex-wrap:wrap!important}:where(.search-toolbar .btn,.toolbar-chip-row .btn,.toolbar-chip-row .button,.toolbar-chip-row button,.toolbar-extra>.btn,.toolbar-extra>.button,.toolbar-extra>button,.toolbar-reset-action>.btn,.toolbar-reset-action>.button,.toolbar-reset-action>button):not(.pos-workspace,.pos-workspace *){height:38px!important;min-height:38px!important;max-height:38px!important;padding:0 14px!important;font-size:12.5px!important;font-weight:700!important;line-height:36px!important;border-radius:8px!important;box-sizing:border-box!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}}@media(max-width:768px){:where(.toolbar-grid,.compact-toolbar):not(.pos-workspace,.pos-workspace *){display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important}:where(.toolbar-grid>div:first-child):not(.pos-workspace,.pos-workspace *){width:100%!important;min-width:0!important;flex:none!important}:where(.toolbar-grid input,.toolbar-grid select,.search-toolbar input):not(.pos-workspace,.pos-workspace *){width:100%!important;min-width:0!important;height:38px!important;box-sizing:border-box!important}:where(.toolbar-extra,.toolbar-reset-action):not(.pos-workspace,.pos-workspace *){display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important}}input[type=checkbox],input[type=radio],.document-prototype-shell input[type=checkbox],.document-prototype-shell input[type=radio],table input[type=checkbox],table input[type=radio],.field input[type=checkbox],.field input[type=radio]{appearance:auto!important;-webkit-appearance:auto!important;width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;max-width:16px!important;max-height:16px!important;padding:0!important;margin:0!important;border:1px solid #94a3b8!important;border-radius:4px!important;background:#fff!important;box-shadow:none!important;outline:none!important;cursor:pointer!important;accent-color:#2563eb!important;vertical-align:middle!important;display:inline-block!important;flex-shrink:0!important}input[type=radio],.document-prototype-shell input[type=radio],table input[type=radio],.field input[type=radio]{border-radius:50%!important}input[type=checkbox]:focus,input[type=checkbox]:focus-visible,input[type=checkbox]:focus-within,input[type=checkbox]:active,input[type=radio]:focus,input[type=radio]:focus-visible,input[type=radio]:focus-within,input[type=radio]:active,.document-prototype-shell input[type=checkbox]:focus,.document-prototype-shell input[type=checkbox]:focus-visible,.document-prototype-shell input[type=radio]:focus,.document-prototype-shell input[type=radio]:focus-visible{box-shadow:none!important;outline:none!important;border-color:#2563eb!important}*:focus:not(input):not(select):not(textarea):not(button):not(a):not([contenteditable=true]),*:focus-visible:not(input):not(select):not(textarea):not(button):not(a):not([contenteditable=true]),[tabindex]:not(input):not(select):not(textarea):not(button):not(a):focus,[tabindex]:not(input):not(select):not(textarea):not(button):not(a):focus-visible,main:focus,main:focus-visible,section:focus,section:focus-visible,article:focus,article:focus-visible,header:focus,header:focus-visible,nav:focus,nav:focus-visible,aside:focus,aside:focus-visible,div:focus,div:focus-visible,.page-stack:focus,.page-stack:focus-visible,.page-shell:focus,.page-shell:focus-visible,.document-prototype-column:focus,.document-prototype-column:focus-visible,.document-prototype-section:focus,.document-prototype-section:focus-visible,.workspace-body:focus,.workspace-body:focus-visible,.workspace-panel:focus,.workspace-panel:focus-visible,.page-header:focus,.page-header:focus-visible,.card:focus,.card:focus-visible,.stat-card:focus,.stat-card:focus-visible,.panel:focus,.panel:focus-visible,.content-wrap:focus,.content-wrap:focus-visible,.main-col:focus,.main-col:focus-visible,.data-table-container:focus,.data-table-container:focus-visible,.table-wrap:focus,.table-wrap:focus-visible,.empty-state:focus,.empty-state:focus-visible,[tabindex="-1"]:focus,[tabindex="-1"]:focus-visible{outline:none!important;outline-color:transparent!important;box-shadow:none!important}button:focus,.btn:focus,.button:focus{outline:none!important}button:focus-visible,.btn:focus-visible,.button:focus-visible{outline:2px solid rgba(23,14,94,.25)!important;outline-offset:1px!important}
