:root{--bg:#f8fafc;--card:#ffffff;--text:#1e293b;--muted:#64748b;--primary:#170c5c;--primary2:#10003b;--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}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100%}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}input,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: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);color:#fff}.btn-primary:hover{background:var(--primary2)}.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);color:#fff}.button-primary:hover{background:var(--primary2)}.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 12px;border-bottom:1px solid var(--border);text-align:right;vertical-align:top;white-space:nowrap}th{background:var(--surface-2);color:var(--muted);position:sticky;top:0}.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:flex-start;gap:14px;padding:18px;border-radius:8px;border:1px solid var(--border);background:#fff;box-shadow:0 12px 26px #0f172a0a}.status-surface-block{min-height:180px;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:42px;height:42px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;background:#f1f0fa;color:var(--primary);font-size:20px;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:6px;min-width:0}.status-surface-copy strong{font-size:16px}.status-surface-copy span{color:var(--muted);line-height:1.8}.status-surface-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}@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)}.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}.login-input-pro-icon{position:absolute;right:12px;color:#94a3b8;display:flex;pointer-events:none}.login-input-pro{width:100%;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 12px 12px 40px;font-size:14px;font-weight:500;color:#1e293b;outline:none;transition:all .2s;box-sizing:border-box}html[dir=rtl] .login-input-pro,[dir=rtl] .login-input-pro{padding:12px 40px 12px 12px}.login-input-pro::placeholder{color:#94a3b8}.login-input-pro:focus{border-color:#170c5c;box-shadow:0 0 0 2px #170c5c33;background:#fff}.login-pwd-toggle-btn{position:absolute;left:12px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:0;display:flex;align-items:center}.login-pwd-toggle-btn:hover{color:#475569}.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:all .2s;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-sparkles{position:absolute;top:4px;right:4px;color:#f59e0b;opacity:.2}html[dir=rtl] .demo-sparkles,[dir=rtl] .demo-sparkles{right:auto;left:4px}.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(12px);backdrop-filter:blur(12px);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: 270px;display:flex;height:100vh;min-height:100vh;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}.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-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:2px;width:100%;margin:10px 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:2px 0;box-sizing:border-box;padding:8px 12px;border-radius:8px;border:1px solid rgba(226,232,240,.6);background:#fff9;-webkit-backdrop-filter:blur(12px) saturate(140%);backdrop-filter:blur(12px) saturate(140%);box-shadow:0 4px 12px #00000008,inset 0 1px #fffc;display:flex;align-items:center;justify-content:flex-start;gap:12px;direction:rtl;color:#475569;cursor:pointer;font-weight:700;transition:all .2s ease}.sidebar-group-trigger:hover{background:#f0f9ff;color:#0369a1}.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:2px;padding:2px 4px 4px;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:8px 12px 8px 36px;border-radius:8px;min-height:36px;display:flex;align-items:center;justify-content:flex-start;gap:10px;direction:rtl;margin:0;width:100%;color:#475569;text-decoration:none;transition:all .2s 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:#e0f2fe;color:#0284c7}.sidebar-link-sub:hover .sidebar-icon,.sidebar-link-sub.active .sidebar-icon{background:#0284c7}.sidebar-link-sub-old-active{background:#1d4ed8}.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:all .2s ease;text-decoration:none}.sidebar-link:before{display:none}.sidebar-link:hover{background:#f0f9ff;color:#0369a1}.sidebar-link.active{background:#f1f0fa;color:#1d4ed8;font-weight:700}.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:all .2s ease}.sidebar-link-chevron-spacer{width:24px;height:24px;flex:0 0 24px}.sidebar-label{flex:1;text-align:right;font-size:14px;line-height:1.2;white-space:nowrap;letter-spacing:0}.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:16px 20px;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:all .2s ease;background:#f1f5f9;border:1px solid transparent;color:#64748b;border-radius:8px;font-weight:600;padding:10px 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:all .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{padding:16px 0;justify-content:center}.sidebar-collapsed .sidebar-logout-btn{transition:all .2s ease;background:#f1f5f9;border:1px solid transparent;color:#64748b;border-radius:8px;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}.sidebar-collapsed .sidebar-logout-btn .btn-icon{display:flex}.sidebar-collapsed .sidebar-footer-actions{flex-direction:column-reverse;gap:16px;align-items:center}.sidebar-collapsed .sidebar-group-trigger{width:100%;margin:4px 0;padding:8px 0;justify-content:center}.sidebar-collapsed .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)}.sidebar-collapsed .sidebar-link{width:100%;margin:4px 0;padding:8px 0;justify-content:center}.sidebar-collapsed .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:all .2s ease}.sidebar-collapsed .sidebar-link:before{inset:5px 3px 5px auto}.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:all .2s ease}.sidebar-icon svg{width:18px;height:18px;display:block}.main-col{flex:1;min-width:0;width:calc(100vw - var(--sidebar-width));max-width:calc(100vw - var(--sidebar-width));height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}.content-wrap{flex:1;min-width:0;padding:24px;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;overscroll-behavior-y:contain}.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:all .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:all .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:all .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:all .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:all .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:all .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:all .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}}.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}.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-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;animation:reportFloat 3.8s ease-in-out infinite}.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;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:22px 24px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f8fbfffa);box-shadow:0 18px 32px #0f172a0d}.page-header-copy{display:flex;flex-direction:column;gap:10px;min-width:0;flex:1 1 460px}.page-header-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.page-header-title{margin:0;font-size:30px;line-height:1.1}.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:hidden}.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}}.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-copy{margin:0}.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}.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-qty-shell{display:grid;grid-template-columns:48px minmax(72px,1fr) 48px;gap:8px;align-items:center}.pos-workspace .pos-cart-qty-shell input{min-height:48px;text-align:center;font-size:20px;font-weight:800;border-radius:8px}.pos-workspace .pos-cart-qty-btn{min-height:48px;border:1px solid rgba(148,163,184,.26);border-radius:8px;background:#fff;color:#0f172a;font-size:24px;font-weight:800;line-height:1;cursor:pointer;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 10px 20px #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:48px;padding:0 16px;border:1px solid rgba(239,68,68,.16);border-radius:8px;background:#fef2f2e6;color:#b91c1c;font-weight:700;cursor:pointer}.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}}.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}}.cash-drawer-page,.cash-drawer-page.page-shell,.cash-drawer-page .page-stack{gap:10px!important}.cash-drawer-page .page-header{padding:10px 14px!important;border-radius:8px;min-height:auto!important;margin-bottom:0!important}.cash-drawer-page .page-header .page-header-title{font-size:22px!important;line-height:1.05!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}.cash-drawer-page .content-wrap,.content-wrap:has(.cash-drawer-page){padding-top:12px!important;padding-bottom:12px!important}@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}}.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{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{grid-template-columns:minmax(320px,1fr) auto!important;gap:10px!important;align-items:start!important}.sales-workspace .sales-register-card .toolbar-grid>.field{margin-bottom:0!important}.sales-workspace .sales-register-card .toolbar-grid>.field input{margin-top:0!important}.sales-workspace .sales-register-card .toolbar-extra{display:flex!important;align-items:flex-end!important;gap:8px!important;min-height:66px!important}.sales-workspace .sales-register-card .toolbar-chip-row{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;margin:0!important;align-items:center!important}.sales-workspace .sales-register-card .sales-register-toolbar-filters{align-items:flex-end!important;width:100%!important;justify-content:flex-start!important}.sales-workspace .sales-register-card .sales-toolbar-filter-field{min-width:170px;max-width:230px;flex:1 1 190px;margin-bottom:0!important}.sales-workspace .sales-register-card .sales-toolbar-filter-field>span,.sales-workspace .sales-register-card .sales-toolbar-filter-field>label{margin-bottom:4px;font-size:12px;color:var(--muted-text, #6b7280)}.sales-workspace .sales-register-card .toolbar-chip-row .btn,.sales-workspace .sales-register-card .toolbar-chip-row .button{white-space:nowrap}.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:1180px){.sales-workspace .sales-register-card .toolbar-grid{grid-template-columns:1fr!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-register-card .toolbar-chip-row{flex-wrap:wrap!important}.sales-workspace .sales-quick-customer-inline-grid{grid-template-columns:1fr!important}}.reports-workspace .reports-spotlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px}.reports-workspace .compact-spotlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))!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}}.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{padding-bottom:12px}.returns-workspace .page-header .page-header-description{max-width:720px}.reports-workspace--compact{gap:12px}.reports-workspace--compact .page-header{padding-bottom: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:minmax(220px,1fr) minmax(220px,1fr) minmax(180px,.7fr);gap:10px}.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-workspace--compact .page-header{padding-bottom: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-workspace--compact .page-header{padding-bottom: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,.suppliers-page .page-header,.services-page .page-header,.cash-drawer-page .page-header,.audit-page .page-header{padding-block:14px}.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-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:1fr}}.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}}.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}.products-workspace-page .barcode-label-preview-shell .barcode-preview-sheet{display:grid;align-items:stretch;background:#fff;border:1px dashed #cbd5e1;border-radius:8px;min-height:420px}.products-workspace-page .barcode-label-preview-shell .barcode-preview-sheet-thermal{max-width:340px;min-height:280px}.products-workspace-page .barcode-label-preview-shell .barcode-label-card{border:1px dashed #94a3b8;border-radius:8px;padding:10px;text-align:center;background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100px}.products-workspace-page .barcode-label-preview-shell .barcode-label-name{font-size:13px;font-weight:700}.products-workspace-page .barcode-label-preview-shell .barcode-label-unit,.products-workspace-page .barcode-label-preview-shell .barcode-label-price{font-size:12px;color:#475569}.products-workspace-page .barcode-label-preview-shell .barcode-label-svg{margin:8px 0 4px;height:72px}.products-workspace-page .barcode-label-preview-shell .barcode-label-svg svg{width:100%;height:100%;display:block}.products-workspace-page .barcode-label-preview-shell .barcode-label-text{font-size:12px;font-weight:700;direction:ltr}.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:268px;padding:14px 12px 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:78px;padding:10px 12px;border-radius:8px}.brand-title{font-size:14px}.sidebar-nav{gap:6px}.sidebar-link{min-height:56px;padding:10px 12px;border-radius:8px}.sidebar-label{font-size:14px;line-height:1.24}.sidebar-icon{width:36px;height:36px;flex:0 0 36px;border-radius:8px}.sidebar-icon svg{width:18px;height:18px}.content-wrap{width:calc(100vw - 268px);max-width:calc(100vw - 268px);padding:14px var(--content-gutter) 18px;transition:width .3s cubic-bezier(.4,0,.2,1),max-width .3s cubic-bezier(.4,0,.2,1)}.app-layout.sidebar-collapsed .content-wrap{width:calc(100vw - 80px);max-width:calc(100vw - 80px)}.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{width:100%}.page-header{gap:18px;padding:20px 22px;border-radius:8px;border-color:var(--panel-border);background:var(--surface-glow);box-shadow:0 16px 30px #0f172a0d}.page-header-copy{gap:8px;flex:1 1 560px;max-width:880px}.page-header-title{font-size:clamp(26px,1.8vw,31px);letter-spacing:-.02em}.page-header-description{max-width:74ch;color:#475569;font-size:14px;line-height:1.72}.page-header-actions{flex:1 1 320px;align-items:center}.page-header-actions .actions,.page-header-actions .compact-actions,.section-title-actions{gap:10px}.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{width:calc(100vw - 232px);max-width:calc(100vw - 232px)}.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}.page-shell>.stats-grid.compact-grid>.stat-card,.page-shell>.workspace-stats-grid>.stat-card,.page-shell>.inventory-overview-grid>.stat-card,.page-shell>.settings-overview-grid>.stat-card,.page-shell>.compact-spotlight-grid>.sales-guidance-card,.dashboard-premium-shell>.compact-spotlight-grid>.sales-guidance-card,.page-shell>.inventory-spotlight-grid>.inventory-spotlight-card{min-height:0;padding:10px 12px;border-radius:8px;box-shadow:0 6px 14px #0f172a0a}.page-shell>.stats-grid.compact-grid>.stat-card span,.page-shell>.workspace-stats-grid>.stat-card span,.page-shell>.inventory-overview-grid>.stat-card span,.page-shell>.settings-overview-grid>.stat-card span,.page-shell>.compact-spotlight-grid>.sales-guidance-card span,.dashboard-premium-shell>.compact-spotlight-grid>.sales-guidance-card span,.page-shell>.inventory-spotlight-grid>.inventory-spotlight-card span{font-size:11px;line-height:1.3}.page-shell>.stats-grid.compact-grid>.stat-card strong,.page-shell>.workspace-stats-grid>.stat-card strong,.page-shell>.inventory-overview-grid>.stat-card strong,.page-shell>.settings-overview-grid>.stat-card strong,.page-shell>.compact-spotlight-grid>.sales-guidance-card strong,.dashboard-premium-shell>.compact-spotlight-grid>.sales-guidance-card strong,.page-shell>.inventory-spotlight-grid>.inventory-spotlight-card strong{margin-top:6px;font-size:14px;line-height:1.35}.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:1fr}}.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:grid;gap:8px;margin-top:8px;padding:10px;border:1px solid rgba(23,12,92,.18);border-radius:8px;background:#f8fbff}.pos-selected-customer-main{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.pos-selected-customer-main div{display:grid;gap:2px;min-width:0}.pos-selected-customer-main span,.pos-selected-customer-main small,.pos-customer-summary-note{color:#64748b;font-size:11px}.pos-selected-customer-main strong{color:#0f172a;font-size:14px;line-height:1.35}.pos-selected-customer-remove{min-height:30px;padding:5px 9px;border-radius:8px;white-space:nowrap}.pos-customer-risk-hint{width:fit-content;border-radius:8px;padding:3px 8px;background:#fff7ed;color:#9a3412;font-size:11px;font-weight:800}.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:7px 8px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#fff;color:#0f172a;font-size:12px;font-weight:800}.pos-selected-customer-metrics b{color:#64748b;font-size:10px;font-weight:700}.pos-customer-summary-note{padding:6px 8px;border-radius:8px;background:#eef6ff}.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,.pos-sale-success-whatsapp{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pos-sale-success-actions .btn,.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-inline-create{display:grid;grid-template-columns:minmax(0,1fr) var(--pos-customer-inline-action-width, 156px);gap:8px;align-items:start}.pos-customer-inline-create .pos-inline-create-grid-compact{grid-template-columns:minmax(0,1fr) minmax(0,.82fr);gap:8px;min-width:0}.pos-customer-inline-create .pos-inline-create-grid-compact .field{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0}.pos-customer-inline-create .pos-inline-create-grid-compact .field>span{margin:0;white-space:nowrap}.pos-customer-inline-create .pos-inline-create-grid-compact input{min-width:0}.pos-customer-result .small{font-size:10px}.pos-customer-create-actions>.btn,.pos-customer-create-actions>.button{width:100%}.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:all .2s;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.pos-sale-mode-scanner),.content-wrap:has(.pos-workspace.pos-sale-mode-touch){overflow-y:hidden;overscroll-behavior:contain;padding-block:8px}.content-wrap:has(.pos-workspace.pos-sale-mode-scanner)>.page-stack,.content-wrap:has(.pos-workspace.pos-sale-mode-touch)>.page-stack{min-height:0;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}.pos-workspace.pos-sale-mode-scanner,.pos-workspace.pos-sale-mode-touch{height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:8px;overflow:hidden}.pos-workspace.pos-sale-mode-scanner .pos-grid-premium,.pos-workspace.pos-sale-mode-touch .pos-grid-premium{min-height:0;height:100%;align-self:stretch}.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{height:100%;min-height:0;overflow:hidden}.pos-workspace.pos-sale-mode-scanner .pos-products-card,.pos-workspace.pos-sale-mode-touch .pos-products-card{display:flex;flex-direction:column}.pos-workspace.pos-sale-mode-scanner .pos-products-static,.pos-workspace.pos-sale-mode-touch .pos-products-static{flex:0 0 auto}.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{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:8px}.pos-workspace.pos-sale-mode-scanner .pos-checkout-card,.pos-workspace.pos-sale-mode-touch .pos-checkout-card{min-height:0;height:100%;overflow:hidden}.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-card{max-height:calc(100vh - 48px);overflow:hidden}.pos-checkout-dialog-card>.card-body,.pos-checkout-dialog-card .card-body{min-height:0;overflow:hidden}.pos-checkout-dialog{display:grid;gap:14px;max-height:calc(100vh - 150px);overflow-y:auto;overflow-x:hidden;padding-inline-end:4px;scrollbar-gutter:stable}.pos-checkout-dialog-section{display:grid;gap:10px;min-width:0;padding:12px;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:grid;gap:4px;min-width:0;min-height:64px;padding:12px 14px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#fff;box-shadow:0 10px 22px #0f172a0a}.pos-checkout-dialog-chip span{color:#64748b;font-size:12px;font-weight:800}.pos-checkout-dialog-chip strong{min-width:0;color:#0f172a;font-size:18px;font-weight:950;line-height:1.15;overflow-wrap:anywhere}.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:hidden}.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{position:sticky;bottom:0;z-index:5;justify-content:flex-end;padding-top:10px;border-top:1px solid rgba(226,232,240,.8);background:linear-gradient(180deg,#ffffffd6,#fff 55%)}.pos-checkout-dialog-actions .btn{min-height:40px;border-radius:8px}@media(max-width:860px){.pos-checkout-dialog{max-height:calc(100vh - 120px)}.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:grid}.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-card{max-height:calc(100vh - 18px)}.pos-checkout-dialog{gap:10px;max-height:calc(100vh - 96px);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:70;display:flex!important;align-items:center;justify-content:center;padding:18px;overflow-x:hidden;overflow-y:auto;background:#0f172a5c;overscroll-behavior:contain}.dialog-shell{position:relative;width:min(720px,calc(100vw - 36px));max-width:calc(100vw - 36px);max-height:calc(100vh - 36px);overflow-y:auto;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:#fff;box-shadow:0 28px 70px #0f172a42;outline:none}.dialog-shell:focus{outline:none}.dialog-card{border:0;box-shadow:none;background:#fff}.dialog-description{line-height:1.8}@media(max-width:640px){.dialog-overlay{align-items:flex-start;padding:12px}.dialog-shell{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);border-radius:8px}.dialog-card{padding:14px}}.dialog-shell>.page-stack{padding:20px}.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:16px}}.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 .invoice-detail-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.sales-workspace .invoice-detail-summary-grid .stat-card{min-width:0;padding:8px 10px!important;border-radius:8px;box-shadow:none}.sales-workspace .invoice-detail-summary-grid .stat-card span{font-size:10px!important;line-height:1.25}.sales-workspace .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 .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 .invoice-detail-summary-grid .stat-card:nth-child(4){grid-column:1 / -1}.sales-workspace .invoice-detail-summary-grid .stat-card:nth-child(4) strong{white-space:normal;word-break:keep-all;overflow-wrap:normal}.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}}@media(max-width:620px){.sales-workspace .invoice-detail-summary-grid{grid-template-columns:1fr!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(.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:8px}:where(.stats-grid,.compact-grid,.panel-grid,.three-column-grid,.two-column-grid,.form-grid,.inline-create-grid):not(.pos-workspace *){grid-template-columns:1fr}:where(.btn,.button,button):not(.pos-workspace *,.pos-sale-success-modal-shell *){min-height:34px;padding-inline:10px;font-size:12px}:where(.table-wrap th,.table-wrap td):not(.pos-workspace *){padding:8px 10px}}.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:7px 10px 7px 8px;min-height:34px}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) .page-header{background:linear-gradient(135deg,#fffffff5,#eff6ffb8),var(--hr-surface);border:1px solid var(--hr-border);border-radius:8px;box-shadow:var(--hr-shadow-soft);padding:18px 20px}.page-shell[dir=rtl]:has(.hr-section-nav) .page-header-title-row{align-items:center;gap:10px}.page-shell[dir=rtl]:has(.hr-section-nav) .page-header-title{letter-spacing:-.02em;line-height:1.25}.page-shell[dir=rtl]:has(.hr-section-nav) .page-header-description{max-width:920px;line-height:1.8}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav{background:linear-gradient(135deg,#fffffffa,#f8fafceb)!important;border:1px solid var(--hr-border)!important;border-radius:8px;box-shadow:var(--hr-shadow-soft)!important;margin-bottom:10px!important;padding:12px 14px!important}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav .muted.small{color:#475569e6}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav-link{min-height:34px!important;padding:7px 12px!important;box-shadow:none}.page-shell[dir=rtl]:has(.hr-section-nav) .hr-section-nav-link:not(.active):hover{background:#eff6ffe6!important;border-color:var(--hr-border-strong)!important;transform:translateY(-1px)}.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:78px;gap:8px;padding:8px}.brand-copy{flex:1 1 auto;min-width:0;overflow:hidden;gap:2px}.brand-logo{position:relative;width:58px;height:60px;border-radius:8px;overflow:visible;flex:0 0 58px;background:transparent;color:transparent;box-shadow:none}.brand-logo .z-mark,.brand-logo .systems-mark{display:none}.brand-logo:before{content:"";position:absolute;inset:0;background-image:var(--z-erp-approved-logo);background-repeat:no-repeat;background-position:center;background-size:contain;filter:drop-shadow(0 10px 18px rgba(23,12,92,.22))}.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}.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-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(760px,calc(100vw - 36px))}.supplier-quick-payment-card{max-height:min(86vh,760px);overflow:auto}.supplier-quick-payment-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,220px);gap:12px;align-items:end}.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}@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 rgba(148,163,184,.18);border-radius:8px;background:#fff;box-shadow:0 10px 24px #0f172a0a}.stock-count-step-card{padding:16px}.stock-count-step-heading{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.stock-count-step-heading>span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#170c5c1a;color:#1d4ed8;font-weight:900}.stock-count-step-heading div{display:grid;gap:3px}.stock-count-step-heading strong{color:#0f172a}.stock-count-step-heading small{color:#64748b;line-height:1.7}.stock-count-method-grid,.stock-count-mode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.stock-count-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stock-count-method-card,.stock-count-mode-card{display:grid;gap:6px;padding:13px 14px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#f8fafc;color:#0f172a;text-align:start;white-space:normal;word-wrap:break-word}.stock-count-method-card{cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.stock-count-method-card:hover,.stock-count-method-card:focus{transform:translateY(-1px);border-color:#170c5c59;background:#fff;box-shadow:0 12px 24px #170c5c14;outline:none}.stock-count-method-card--active{border-color:#170c5c8c;background:linear-gradient(135deg,#170c5c1c,#0ea5e90f);box-shadow:inset 0 0 0 1px #170c5c14}.stock-count-method-card strong,.stock-count-mode-card strong{font-size:13px}.stock-count-method-card span,.stock-count-mode-card span{color:#64748b;font-size:12px;line-height:1.65}.stock-count-compact-form{grid-template-columns:repeat(2,minmax(0,1fr))}.stock-count-expected-toggle{display:inline-flex;align-items:center;gap:9px;margin-top:12px;color:#334155;font-weight:800;cursor:pointer}.stock-count-expected-toggle input{width:18px;height:18px;accent-color:#170c5c}.stock-count-start-actions{display:flex;justify-content:flex-start}.stock-count-session-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#170c5c14,#0ea5e90a)}.stock-count-session-bar>div:first-child{display:grid;gap:3px}.stock-count-session-bar span,.stock-count-session-bar small{color:#64748b;font-size:12px}.stock-count-session-bar strong{color:#0f172a;font-size:17px}.stock-count-progress-card{display:grid;gap:10px;padding:13px 16px}.stock-count-progress-copy{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.stock-count-progress-copy span,.stock-count-progress-copy small{color:#64748b;font-size:12px}.stock-count-progress-copy strong{color:#0f172a;font-size:18px}.stock-count-progress-track{height:9px;border-radius:8px;overflow:hidden;background:#e2e8f0}.stock-count-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#170c5c,#06b6d4);transition:width .18s ease}.stock-count-entry-panel{padding:14px}.stock-count-entry-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:12px}.stock-count-entry-heading strong{color:#0f172a}.stock-count-entry-heading span{color:#64748b;font-size:12px}.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:64px;justify-content:center;padding:4px 8px;border-radius:8px;color:#b45309;background:#f59e0b1f;border:1px solid rgba(245,158,11,.24);font-weight:800}.stock-count-variance--zero{color:#047857;background:#10b9811a;border-color:#10b98138}@media(max-width:960px){.stock-count-method-grid,.stock-count-mode-grid,.stock-count-compact-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.stock-count-method-grid,.stock-count-mode-grid,.stock-count-compact-form{grid-template-columns:1fr}.stock-count-session-bar,.stock-count-progress-copy,.stock-count-entry-heading{align-items:stretch;flex-direction:column}}.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:saturate(180%) blur(24px);-webkit-backdrop-filter:saturate(180%) blur(24px);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:all .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:.22rem;height:24px!important;min-height:24px!important;max-height:24px!important;padding:0 .46rem;width:8.8rem}.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:all .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:all .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;gap:.9rem;margin:.7rem auto 0;max-width:1120px;width:min(100%,1120px)}.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:.55rem}.document-prototype-section{background:#fff;border:1px solid rgba(203,213,225,.75);border-radius:8px;box-shadow:0 8px 22px #0f172a12;padding:1.18rem 1.2rem;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{align-items:center;display:flex;flex-wrap:wrap;gap:.45rem .75rem;justify-content:space-between;margin-bottom:.45rem;position:relative}.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}.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 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 rgba(203,213,225,.82);border-radius:8px;box-shadow:0 18px 32px #0f172a1f;box-sizing:border-box;display:grid;gap:.25rem;max-height:16rem;overflow:auto;padding:.35rem;position:fixed;z-index:1200}.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:8px;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%}.purchase-prototype-combobox-option:hover,.purchase-prototype-combobox-option.is-highlighted,.purchase-prototype-combobox-create:hover,.purchase-prototype-combobox-create.is-highlighted{background:#7c3aed14}.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:#7c3aed0f;color:#6d28d9;font-size:.86rem;font-weight:700;justify-items:start;padding:.5rem .62rem}.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(10px);backdrop-filter:blur(10px)}.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-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}.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}.purchase-prototype-dark .document-prototype-shell{background:#0f172a!important;color:#cbd5e1!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-document-surface,.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}.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar-actions .btn,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-search,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-search input{background:#0b1220!important;border-color:#94a3b847!important;color:#f8fafc!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-search input::placeholder{color:#94a3b8!important}.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar-actions .btn:last-child{background:linear-gradient(180deg,#475569,#334155)!important;border-color:#4755698c!important;color:#fff!important}.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar-actions .btn:last-child:hover{background:linear-gradient(180deg,#475569,#475569)!important}.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar-right h1,.purchase-prototype-dark .document-prototype-shell .document-prototype-section-title,.purchase-prototype-dark .document-prototype-shell .document-total-grand span,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-breadcrumb strong{color:#f8fafc!important}.purchase-prototype-dark .document-prototype-shell .field>span,.purchase-prototype-dark .document-prototype-shell .document-prototype-create-grid .field>span,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-option-meta,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-option span,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-row>span,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-empty,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-helper{color:#94a3b8!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,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-apply{background:#0b1220!important;border-color:#94a3b847!important;color:#f8fafc!important}.purchase-prototype-dark .document-prototype-shell input::placeholder,.purchase-prototype-dark .document-prototype-shell textarea::placeholder{color:#94a3b8!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:#0f172ad9!important;border-color:#94a3b838!important;color:#cbd5e1!important}.purchase-prototype-dark .document-prototype-shell input:focus,.purchase-prototype-dark .document-prototype-shell select:focus,.purchase-prototype-dark .document-prototype-shell textarea:focus,.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{border-color:#8b5cf6!important;box-shadow:0 0 0 3px #8b5cf62e!important;outline:none!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table .line-total{color:#f8fafc!important;font-weight:800!important}.purchase-prototype-dark .document-prototype-shell .document-prototype-upload{background:#0f172a59!important;border:1px dashed rgba(148,163,184,.28)!important;color:#cbd5e1!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-actions .btn-dashedAction{background:#8b5cf61f!important;border-color:#c4b5fd61!important;color:#c4b5fd!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-actions .btn-dashedAction:hover{background:#8b5cf62e!important;border-color:#c4b5fd8c!important}.purchase-prototype-dark .document-prototype-shell .document-totals-panel>div:not(.document-total-grand) span,.purchase-prototype-dark .document-prototype-shell .document-totals-panel>div:not(.document-total-grand) strong{color:#94a3b8!important}.purchase-prototype-dark .document-prototype-shell .document-total-grand{background:transparent!important;border-color:transparent!important}.dark .purchase-new-prototype,[data-theme=dark] .purchase-new-prototype,.purchase-new-prototype.purchase-prototype-dark{color-scheme:dark!important}.dark .purchase-new-prototype input:not([type=checkbox]):not([type=radio]),.dark .purchase-new-prototype textarea,.dark .purchase-new-prototype select,.dark .purchase-new-prototype button[role=combobox],.dark .purchase-new-prototype [role=combobox],.dark .purchase-new-prototype [data-slot=input],.dark .purchase-new-prototype [data-slot=select-trigger],.dark .purchase-new-prototype [data-radix-select-trigger],.dark .purchase-new-prototype .purchase-field,.dark .purchase-new-prototype .purchase-input,.dark .purchase-new-prototype .purchase-prototype-toolbar-search-input,.dark .purchase-new-prototype .purchase-prototype-toolbar-action-secondary,.dark .purchase-new-prototype .purchase-prototype-field-input,.dark .purchase-new-prototype .purchase-prototype-date-input,.dark .purchase-new-prototype .purchase-prototype-meta-input,.dark .purchase-new-prototype .purchase-prototype-contact-input,.dark .purchase-new-prototype .purchase-prototype-address-input,.dark .purchase-new-prototype .purchase-prototype-cost-center-input,.dark .purchase-new-prototype .purchase-prototype-project-input,.dark .purchase-new-prototype .purchase-prototype-terms-input,.dark .purchase-new-prototype .purchase-prototype-notes-textarea,.dark .purchase-new-prototype .purchase-prototype-popover-input,.dark .purchase-new-prototype .purchase-prototype-combobox-input,.dark .purchase-new-prototype .purchase-prototype-combobox-input-inline,.dark .purchase-new-prototype .purchase-prototype-table-input,.dark .purchase-new-prototype .purchase-prototype-table-input-readonly,.dark .purchase-new-prototype .purchase-prototype-create-input,.dark .purchase-new-prototype .purchase-prototype-create-select,.dark .purchase-new-prototype .purchase-prototype-create-textarea,.dark .purchase-new-prototype .purchase-prototype-search input,[data-theme=dark] .purchase-new-prototype input:not([type=checkbox]):not([type=radio]),[data-theme=dark] .purchase-new-prototype textarea,[data-theme=dark] .purchase-new-prototype select,[data-theme=dark] .purchase-new-prototype button[role=combobox],[data-theme=dark] .purchase-new-prototype [role=combobox],[data-theme=dark] .purchase-new-prototype [data-slot=input],[data-theme=dark] .purchase-new-prototype [data-slot=select-trigger],[data-theme=dark] .purchase-new-prototype [data-radix-select-trigger],[data-theme=dark] .purchase-new-prototype .purchase-field,[data-theme=dark] .purchase-new-prototype .purchase-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-toolbar-search-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-toolbar-action-secondary,[data-theme=dark] .purchase-new-prototype .purchase-prototype-field-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-date-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-meta-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-contact-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-address-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-cost-center-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-project-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-terms-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-notes-textarea,[data-theme=dark] .purchase-new-prototype .purchase-prototype-popover-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-combobox-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-combobox-input-inline,[data-theme=dark] .purchase-new-prototype .purchase-prototype-table-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-table-input-readonly,[data-theme=dark] .purchase-new-prototype .purchase-prototype-create-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-create-select,[data-theme=dark] .purchase-new-prototype .purchase-prototype-create-textarea,[data-theme=dark] .purchase-new-prototype .purchase-prototype-search input,.purchase-new-prototype.purchase-prototype-dark input:not([type=checkbox]):not([type=radio]),.purchase-new-prototype.purchase-prototype-dark textarea,.purchase-new-prototype.purchase-prototype-dark select,.purchase-new-prototype.purchase-prototype-dark button[role=combobox],.purchase-new-prototype.purchase-prototype-dark [role=combobox],.purchase-new-prototype.purchase-prototype-dark [data-slot=input],.purchase-new-prototype.purchase-prototype-dark [data-slot=select-trigger],.purchase-new-prototype.purchase-prototype-dark [data-radix-select-trigger],.purchase-new-prototype.purchase-prototype-dark .purchase-field,.purchase-new-prototype.purchase-prototype-dark .purchase-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-toolbar-search-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-toolbar-action-secondary,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-field-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-date-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-meta-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-contact-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-address-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-cost-center-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-project-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-terms-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-notes-textarea,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-popover-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-combobox-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-combobox-input-inline,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-table-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-table-input-readonly,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-create-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-create-select,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-create-textarea,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-search input{background:var(--surface, #1e293b)!important;color:var(--text, #f1f5f9)!important;border-color:#ffffff08!important;box-shadow:none!important}.dark .purchase-new-prototype input:disabled,.dark .purchase-new-prototype textarea:disabled,.dark .purchase-new-prototype select:disabled,.dark .purchase-new-prototype [aria-disabled=true],[data-theme=dark] .purchase-new-prototype input:disabled,[data-theme=dark] .purchase-new-prototype textarea:disabled,[data-theme=dark] .purchase-new-prototype select:disabled,[data-theme=dark] .purchase-new-prototype [aria-disabled=true],.purchase-new-prototype.purchase-prototype-dark input:disabled,.purchase-new-prototype.purchase-prototype-dark textarea:disabled,.purchase-new-prototype.purchase-prototype-dark select:disabled,.purchase-new-prototype.purchase-prototype-dark [aria-disabled=true]{background:#0f172ad9!important;color:#cbd5e1!important;border-color:#94a3b838!important}.dark .purchase-new-prototype input:focus,.dark .purchase-new-prototype textarea:focus,.dark .purchase-new-prototype select:focus,.dark .purchase-new-prototype [role=combobox]:focus,.dark .purchase-new-prototype button[role=combobox]:focus,[data-theme=dark] .purchase-new-prototype input:focus,[data-theme=dark] .purchase-new-prototype textarea:focus,[data-theme=dark] .purchase-new-prototype select:focus,[data-theme=dark] .purchase-new-prototype [role=combobox]:focus,[data-theme=dark] .purchase-new-prototype button[role=combobox]:focus,.purchase-new-prototype.purchase-prototype-dark input:focus,.purchase-new-prototype.purchase-prototype-dark textarea:focus,.purchase-new-prototype.purchase-prototype-dark select:focus,.purchase-new-prototype.purchase-prototype-dark [role=combobox]:focus,.purchase-new-prototype.purchase-prototype-dark button[role=combobox]:focus{border-color:#8b5cf6!important;box-shadow:0 0 0 3px #8b5cf62e!important;outline:none!important}.dark .purchase-new-prototype .document-prototype-topbar-right h1,.dark .purchase-new-prototype .purchase-prototype-create-header h4,.dark .purchase-new-prototype .purchase-prototype-create-confirm h4,[data-theme=dark] .purchase-new-prototype .document-prototype-topbar-right h1,[data-theme=dark] .purchase-new-prototype .purchase-prototype-create-header h4,[data-theme=dark] .purchase-new-prototype .purchase-prototype-create-confirm h4,.purchase-new-prototype.purchase-prototype-dark .document-prototype-topbar-right h1,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-create-header h4,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-create-confirm h4{color:#f8fafc!important}.dark .purchase-new-prototype label,.dark .purchase-new-prototype .field>span,.dark .purchase-new-prototype .purchase-prototype-create-grid .field>span,[data-theme=dark] .purchase-new-prototype label,[data-theme=dark] .purchase-new-prototype .field>span,[data-theme=dark] .purchase-new-prototype .purchase-prototype-create-grid .field>span,.purchase-new-prototype.purchase-prototype-dark label,.purchase-new-prototype.purchase-prototype-dark .field>span,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-create-grid .field>span{color:#94a3b8!important}.dark .purchase-new-prototype .helper-text,.dark .purchase-new-prototype .muted,.dark .purchase-new-prototype .text-muted,.dark .purchase-new-prototype .purchase-prototype-combobox-option-meta,.dark .purchase-new-prototype .purchase-prototype-combobox-helper,.dark .purchase-new-prototype .purchase-prototype-combobox-empty,.dark .purchase-new-prototype .purchase-prototype-popover-option span,.dark .purchase-new-prototype .purchase-prototype-popover-row>span,[data-theme=dark] .purchase-new-prototype .helper-text,[data-theme=dark] .purchase-new-prototype .muted,[data-theme=dark] .purchase-new-prototype .text-muted,[data-theme=dark] .purchase-new-prototype .purchase-prototype-combobox-option-meta,[data-theme=dark] .purchase-new-prototype .purchase-prototype-combobox-helper,[data-theme=dark] .purchase-new-prototype .purchase-prototype-combobox-empty,[data-theme=dark] .purchase-new-prototype .purchase-prototype-popover-option span,[data-theme=dark] .purchase-new-prototype .purchase-prototype-popover-row>span,.purchase-new-prototype.purchase-prototype-dark .helper-text,.purchase-new-prototype.purchase-prototype-dark .muted,.purchase-new-prototype.purchase-prototype-dark .text-muted,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-combobox-option-meta,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-combobox-helper,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-combobox-empty,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-popover-option span,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-popover-row>span{color:#94a3b8!important}.dark .purchase-new-prototype .document-line-items-table thead,.dark .purchase-new-prototype .document-line-items-table thead tr,.dark .purchase-new-prototype .document-line-items-table thead th,[data-theme=dark] .purchase-new-prototype .document-line-items-table thead,[data-theme=dark] .purchase-new-prototype .document-line-items-table thead tr,[data-theme=dark] .purchase-new-prototype .document-line-items-table thead th,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table thead,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table thead tr,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table thead th{background:#94a3b814!important;color:#e2e8f0!important;border-color:#94a3b829!important}.dark .purchase-new-prototype .document-line-items-table tbody,.dark .purchase-new-prototype .document-line-items-table tbody tr,.dark .purchase-new-prototype .document-line-items-table tbody td,[data-theme=dark] .purchase-new-prototype .document-line-items-table tbody,[data-theme=dark] .purchase-new-prototype .document-line-items-table tbody tr,[data-theme=dark] .purchase-new-prototype .document-line-items-table tbody td,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table tbody,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table tbody tr,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table tbody td{background:transparent!important;color:#e5e7eb!important;border-color:#94a3b81f!important}.dark .purchase-new-prototype .document-line-items-table tbody tr:hover,[data-theme=dark] .purchase-new-prototype .document-line-items-table tbody tr:hover,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table tbody tr:hover{background:#94a3b814!important}.dark .purchase-new-prototype .document-line-items-table td input,.dark .purchase-new-prototype .document-line-items-table td .purchase-prototype-table-input,.dark .purchase-new-prototype .document-line-items-table td .purchase-prototype-table-input-readonly,[data-theme=dark] .purchase-new-prototype .document-line-items-table td input,[data-theme=dark] .purchase-new-prototype .document-line-items-table td .purchase-prototype-table-input,[data-theme=dark] .purchase-new-prototype .document-line-items-table td .purchase-prototype-table-input-readonly,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table td input,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table td .purchase-prototype-table-input,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table td .purchase-prototype-table-input-readonly{background:#0b1220!important;color:#f8fafc!important;border-color:#94a3b847!important}.dark .purchase-new-prototype .document-line-items-table .line-total,[data-theme=dark] .purchase-new-prototype .document-line-items-table .line-total,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table .line-total{color:#f8fafc!important;font-weight:800!important}.dark .purchase-new-prototype .document-prototype-upload,[data-theme=dark] .purchase-new-prototype .document-prototype-upload,.purchase-new-prototype.purchase-prototype-dark .document-prototype-upload{background:#0f172a59!important;border:1px dashed rgba(148,163,184,.28)!important;color:#cbd5e1!important}.dark .purchase-new-prototype .document-prototype-upload-icon,[data-theme=dark] .purchase-new-prototype .document-prototype-upload-icon,.purchase-new-prototype.purchase-prototype-dark .document-prototype-upload-icon{color:#94a3b8!important}.dark .purchase-new-prototype .document-totals-panel,.dark .purchase-new-prototype .document-total-grand,[data-theme=dark] .purchase-new-prototype .document-totals-panel,[data-theme=dark] .purchase-new-prototype .document-total-grand,.purchase-new-prototype.purchase-prototype-dark .document-totals-panel,.purchase-new-prototype.purchase-prototype-dark .document-total-grand{background:transparent!important;border-color:transparent!important}.dark .purchase-new-prototype .document-total-grand:before,[data-theme=dark] .purchase-new-prototype .document-total-grand:before,.purchase-new-prototype.purchase-prototype-dark .document-total-grand:before{background:#94a3b83d!important}.dark .purchase-new-prototype .document-total-grand strong,[data-theme=dark] .purchase-new-prototype .document-total-grand strong,.purchase-new-prototype.purchase-prototype-dark .document-total-grand strong{color:#60a5fa!important;font-weight:800!important}.dark .purchase-new-prototype .purchase-prototype-toolbar-search-input,.dark .purchase-new-prototype .purchase-prototype-search,.dark .purchase-new-prototype .purchase-prototype-search input,.dark .purchase-new-prototype .purchase-prototype-toolbar-action-secondary,.dark .purchase-new-prototype .purchase-prototype-toolbar-icon-button,.dark .purchase-new-prototype .purchase-prototype-toolbar-avatar,[data-theme=dark] .purchase-new-prototype .purchase-prototype-toolbar-search-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-search,[data-theme=dark] .purchase-new-prototype .purchase-prototype-search input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-toolbar-action-secondary,[data-theme=dark] .purchase-new-prototype .purchase-prototype-toolbar-icon-button,[data-theme=dark] .purchase-new-prototype .purchase-prototype-toolbar-avatar,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-toolbar-search-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-search,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-search input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-toolbar-action-secondary,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-toolbar-icon-button,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-toolbar-avatar{background:#0b1220!important;color:#f8fafc!important;border-color:#94a3b847!important}.dark .purchase-new-prototype .purchase-prototype-toolbar-action-secondary,[data-theme=dark] .purchase-new-prototype .purchase-prototype-toolbar-action-secondary,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-toolbar-action-secondary{background:#111827!important;border-color:#94a3b83d!important}.dark .purchase-new-prototype-dropdown,.dark .purchase-new-prototype-dropdown-dark,[data-theme=dark] .purchase-new-prototype-dropdown,[data-theme=dark] .purchase-new-prototype-dropdown-dark,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark{background:#111827!important;border-color:#94a3b83d!important;color:#f8fafc!important;box-shadow:0 18px 36px #0206176b!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option,.dark .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-create,.dark .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option,[data-theme=dark] .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-create,[data-theme=dark] .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create{color:#f8fafc!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option-meta,.dark .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option-meta,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-empty,.dark .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-empty,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option-meta,[data-theme=dark] .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option-meta,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-empty,[data-theme=dark] .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-empty,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option-meta,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-empty{color:#94a3b8!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-create:hover,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-create.is-highlighted,.dark .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option:hover,.dark .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option.is-highlighted,.dark .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create:hover,.dark .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create.is-highlighted,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-create:hover,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-create.is-highlighted,[data-theme=dark] .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option:hover,[data-theme=dark] .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option.is-highlighted,[data-theme=dark] .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create:hover,[data-theme=dark] .purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create.is-highlighted,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option:hover,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option.is-highlighted,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create:hover,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create.is-highlighted{background:#8b5cf62e!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-create,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-create,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option-title,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option-title,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option-title{color:#f8fafc!important;font-weight:700!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option-meta,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option-meta,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option-meta{color:#cbd5e1!important;font-weight:500!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-empty,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-empty,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-empty{color:#cbd5e1!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-create:hover,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-create.is-highlighted,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-create:hover,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-create.is-highlighted,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option:hover,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option.is-highlighted,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create:hover,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create.is-highlighted{background:#8b5cf633!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-title,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-title,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-title,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-title,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-title,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-title{color:#fff!important;font-weight:800!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-meta,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-meta,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-meta,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-meta,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-meta,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-meta{color:#d8b4fe!important}.dark .purchase-new-prototype .document-totals-panel>div:not(.document-total-grand) strong,[data-theme=dark] .purchase-new-prototype .document-totals-panel>div:not(.document-total-grand) strong,.purchase-new-prototype.purchase-prototype-dark .document-totals-panel>div:not(.document-total-grand) strong{color:#cbd5e1!important;font-weight:600!important}.dark .purchase-new-prototype .document-total-grand strong,[data-theme=dark] .purchase-new-prototype .document-total-grand strong,.purchase-new-prototype.purchase-prototype-dark .document-total-grand strong{color:#60a5fa!important;font-weight:900!important}.dark .purchase-new-prototype .document-prototype-topbar-right h1,.dark .purchase-new-prototype .document-prototype-section-title,[data-theme=dark] .purchase-new-prototype .document-prototype-topbar-right h1,[data-theme=dark] .purchase-new-prototype .document-prototype-section-title,.purchase-new-prototype.purchase-prototype-dark .document-prototype-topbar-right h1,.purchase-new-prototype.purchase-prototype-dark .document-prototype-section-title{color:#f8fafc!important;font-weight:800!important}.dark .purchase-new-prototype label,.dark .purchase-new-prototype .field>span,.dark .purchase-new-prototype .purchase-prototype-create-grid .field>span,[data-theme=dark] .purchase-new-prototype label,[data-theme=dark] .purchase-new-prototype .field>span,[data-theme=dark] .purchase-new-prototype .purchase-prototype-create-grid .field>span,.purchase-new-prototype.purchase-prototype-dark label,.purchase-new-prototype.purchase-prototype-dark .field>span,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-create-grid .field>span{color:#d1d5db!important;font-weight:700!important}.dark .purchase-new-prototype .helper-text,.dark .purchase-new-prototype .muted,.dark .purchase-new-prototype .text-muted,.dark .purchase-new-prototype .purchase-prototype-combobox-option-meta,.dark .purchase-new-prototype .purchase-prototype-combobox-helper,.dark .purchase-new-prototype .purchase-prototype-combobox-empty,.dark .purchase-new-prototype .purchase-prototype-popover-option span,.dark .purchase-new-prototype .purchase-prototype-popover-row>span,[data-theme=dark] .purchase-new-prototype .helper-text,[data-theme=dark] .purchase-new-prototype .muted,[data-theme=dark] .purchase-new-prototype .text-muted,[data-theme=dark] .purchase-new-prototype .purchase-prototype-combobox-option-meta,[data-theme=dark] .purchase-new-prototype .purchase-prototype-combobox-helper,[data-theme=dark] .purchase-new-prototype .purchase-prototype-combobox-empty,[data-theme=dark] .purchase-new-prototype .purchase-prototype-popover-option span,[data-theme=dark] .purchase-new-prototype .purchase-prototype-popover-row>span,.purchase-new-prototype.purchase-prototype-dark .helper-text,.purchase-new-prototype.purchase-prototype-dark .muted,.purchase-new-prototype.purchase-prototype-dark .text-muted,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-combobox-option-meta,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-combobox-helper,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-combobox-empty,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-popover-option span,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-popover-row>span{color:#94a3b8!important;font-weight:500!important}.dark .purchase-new-prototype input:not([type=checkbox]):not([type=radio]),.dark .purchase-new-prototype textarea,.dark .purchase-new-prototype select,.dark .purchase-new-prototype button[role=combobox],.dark .purchase-new-prototype [role=combobox],.dark .purchase-new-prototype [data-slot=input],.dark .purchase-new-prototype [data-slot=select-trigger],.dark .purchase-new-prototype [data-radix-select-trigger],.dark .purchase-new-prototype .purchase-field,.dark .purchase-new-prototype .purchase-input,.dark .purchase-new-prototype .purchase-prototype-toolbar-search-input,.dark .purchase-new-prototype .purchase-prototype-toolbar-action-secondary,.dark .purchase-new-prototype .purchase-prototype-field-input,.dark .purchase-new-prototype .purchase-prototype-date-input,.dark .purchase-new-prototype .purchase-prototype-meta-input,.dark .purchase-new-prototype .purchase-prototype-contact-input,.dark .purchase-new-prototype .purchase-prototype-address-input,.dark .purchase-new-prototype .purchase-prototype-cost-center-input,.dark .purchase-new-prototype .purchase-prototype-project-input,.dark .purchase-new-prototype .purchase-prototype-terms-input,.dark .purchase-new-prototype .purchase-prototype-notes-textarea,.dark .purchase-new-prototype .purchase-prototype-popover-input,.dark .purchase-new-prototype .purchase-prototype-combobox-input,.dark .purchase-new-prototype .purchase-prototype-combobox-input-inline,.dark .purchase-new-prototype .purchase-prototype-table-input,.dark .purchase-new-prototype .purchase-prototype-table-input-readonly,.dark .purchase-new-prototype .purchase-prototype-create-input,.dark .purchase-new-prototype .purchase-prototype-create-select,.dark .purchase-new-prototype .purchase-prototype-create-textarea,[data-theme=dark] .purchase-new-prototype input:not([type=checkbox]):not([type=radio]),[data-theme=dark] .purchase-new-prototype textarea,[data-theme=dark] .purchase-new-prototype select,[data-theme=dark] .purchase-new-prototype button[role=combobox],[data-theme=dark] .purchase-new-prototype [role=combobox],[data-theme=dark] .purchase-new-prototype [data-slot=input],[data-theme=dark] .purchase-new-prototype [data-slot=select-trigger],[data-theme=dark] .purchase-new-prototype [data-radix-select-trigger],[data-theme=dark] .purchase-new-prototype .purchase-field,[data-theme=dark] .purchase-new-prototype .purchase-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-toolbar-search-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-toolbar-action-secondary,[data-theme=dark] .purchase-new-prototype .purchase-prototype-field-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-date-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-meta-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-contact-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-address-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-cost-center-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-project-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-terms-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-notes-textarea,[data-theme=dark] .purchase-new-prototype .purchase-prototype-popover-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-combobox-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-combobox-input-inline,[data-theme=dark] .purchase-new-prototype .purchase-prototype-table-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-table-input-readonly,[data-theme=dark] .purchase-new-prototype .purchase-prototype-create-input,[data-theme=dark] .purchase-new-prototype .purchase-prototype-create-select,[data-theme=dark] .purchase-new-prototype .purchase-prototype-create-textarea,.purchase-new-prototype.purchase-prototype-dark input:not([type=checkbox]):not([type=radio]),.purchase-new-prototype.purchase-prototype-dark textarea,.purchase-new-prototype.purchase-prototype-dark select,.purchase-new-prototype.purchase-prototype-dark button[role=combobox],.purchase-new-prototype.purchase-prototype-dark [role=combobox],.purchase-new-prototype.purchase-prototype-dark [data-slot=input],.purchase-new-prototype.purchase-prototype-dark [data-slot=select-trigger],.purchase-new-prototype.purchase-prototype-dark [data-radix-select-trigger],.purchase-new-prototype.purchase-prototype-dark .purchase-field,.purchase-new-prototype.purchase-prototype-dark .purchase-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-toolbar-search-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-toolbar-action-secondary,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-field-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-date-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-meta-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-contact-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-address-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-cost-center-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-project-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-terms-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-notes-textarea,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-popover-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-combobox-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-combobox-input-inline,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-table-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-table-input-readonly,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-create-input,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-create-select,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-create-textarea{background:#ffffff08!important;color:#e2e8f0!important;border-color:#ffffff1a!important;box-shadow:inset 0 1px 2px #0003!important}.dark .purchase-new-prototype input::placeholder,.dark .purchase-new-prototype textarea::placeholder,[data-theme=dark] .purchase-new-prototype input::placeholder,[data-theme=dark] .purchase-new-prototype textarea::placeholder,.purchase-new-prototype.purchase-prototype-dark input::placeholder,.purchase-new-prototype.purchase-prototype-dark textarea::placeholder{color:#94a3b8!important}.dark .purchase-new-prototype .document-line-items-table thead th,[data-theme=dark] .purchase-new-prototype .document-line-items-table thead th,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table thead th{background:#94a3b81a!important;color:#cbd5e1!important;font-weight:700!important}.dark .purchase-new-prototype .document-line-items-table tbody td,[data-theme=dark] .purchase-new-prototype .document-line-items-table tbody td,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table tbody td{color:#e2e8f0!important;font-weight:500!important;border-color:#94a3b824!important}.dark .purchase-new-prototype .document-line-items-table tbody td .purchase-prototype-table-input,.dark .purchase-new-prototype .document-line-items-table tbody td .purchase-prototype-table-input-readonly,[data-theme=dark] .purchase-new-prototype .document-line-items-table tbody td .purchase-prototype-table-input,[data-theme=dark] .purchase-new-prototype .document-line-items-table tbody td .purchase-prototype-table-input-readonly,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table tbody td .purchase-prototype-table-input,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table tbody td .purchase-prototype-table-input-readonly{color:#e2e8f0!important}.dark .purchase-new-prototype .document-line-items-table .line-total,[data-theme=dark] .purchase-new-prototype .document-line-items-table .line-total,.purchase-new-prototype.purchase-prototype-dark .document-line-items-table .line-total{color:#f8fafc!important;font-weight:700!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-create,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-create,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option-title,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option-title,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option-title{color:#e2e8f0!important;font-weight:650!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option-meta,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option-meta,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option-meta{color:#94a3b8!important;font-weight:500!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-create:hover,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-create.is-highlighted,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-create:hover,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-create.is-highlighted,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option:hover,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option.is-highlighted,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create:hover,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create.is-highlighted{background:#8b5cf629!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-title,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-title,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-title,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-title,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-title,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-title{color:#f8fafc!important;font-weight:750!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-meta,.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-meta,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-meta,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-meta,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option.is-highlighted .purchase-prototype-combobox-option-meta,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-option:hover .purchase-prototype-combobox-option-meta{color:#c4b5fd!important}.dark .purchase-new-prototype-dropdown .purchase-prototype-combobox-create,[data-theme=dark] .purchase-new-prototype-dropdown .purchase-prototype-combobox-create,.purchase-new-prototype-dropdown.purchase-new-prototype-dropdown-dark .purchase-prototype-combobox-create{background:#8b5cf61f!important;color:#e9d5ff!important;font-weight:700!important}.dark .purchase-new-prototype .document-totals-panel>div:not(.document-total-grand) span,[data-theme=dark] .purchase-new-prototype .document-totals-panel>div:not(.document-total-grand) span,.purchase-new-prototype.purchase-prototype-dark .document-totals-panel>div:not(.document-total-grand) span{color:#94a3b8!important;font-weight:500!important}.dark .purchase-new-prototype .document-totals-panel>div:not(.document-total-grand) strong,[data-theme=dark] .purchase-new-prototype .document-totals-panel>div:not(.document-total-grand) strong,.purchase-new-prototype.purchase-prototype-dark .document-totals-panel>div:not(.document-total-grand) strong{color:#cbd5e1!important;font-weight:550!important}.dark .purchase-new-prototype .document-total-grand span,[data-theme=dark] .purchase-new-prototype .document-total-grand span,.purchase-new-prototype.purchase-prototype-dark .document-total-grand span{color:#f8fafc!important;font-weight:800!important}.dark .purchase-new-prototype .document-total-grand strong,[data-theme=dark] .purchase-new-prototype .document-total-grand strong,.purchase-new-prototype.purchase-prototype-dark .document-total-grand strong{color:#60a5fa!important;font-weight:850!important}.dark .purchase-new-prototype .document-total-grand:before,[data-theme=dark] .purchase-new-prototype .document-total-grand:before,.purchase-new-prototype.purchase-prototype-dark .document-total-grand:before{border-top-color:#94a3b847!important}.dark .purchase-new-prototype .document-prototype-status,[data-theme=dark] .purchase-new-prototype .document-prototype-status,.purchase-new-prototype.purchase-prototype-dark .document-prototype-status{background:#4755691f!important;border-color:#94a3b838!important;color:#c7d2fe!important}.dark .purchase-new-prototype .document-prototype-status.is-confirmed,[data-theme=dark] .purchase-new-prototype .document-prototype-status.is-confirmed,.purchase-new-prototype.purchase-prototype-dark .document-prototype-status.is-confirmed{background:#22c55e1f!important;border-color:#4ade8038!important;color:#bbf7d0!important}.dark .purchase-new-prototype .purchase-prototype-inline-message,[data-theme=dark] .purchase-new-prototype .purchase-prototype-inline-message,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-inline-message{background:#0f172ae6!important;border-color:#94a3b833!important}.dark .purchase-new-prototype .purchase-prototype-inline-message.is-success,[data-theme=dark] .purchase-new-prototype .purchase-prototype-inline-message.is-success,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-inline-message.is-success{color:#bbf7d0!important}.dark .purchase-new-prototype .purchase-prototype-inline-message.is-error,[data-theme=dark] .purchase-new-prototype .purchase-prototype-inline-message.is-error,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-inline-message.is-error{color:#fecaca!important}.dark .purchase-new-prototype .purchase-prototype-inline-message.is-info,[data-theme=dark] .purchase-new-prototype .purchase-prototype-inline-message.is-info,.purchase-new-prototype.purchase-prototype-dark .purchase-prototype-inline-message.is-info{color:#e2e8f0!important}.dark .purchase-new-prototype .document-total-grand:before,[data-theme=dark] .purchase-new-prototype .document-total-grand:before,.purchase-new-prototype.purchase-prototype-dark .document-total-grand:before{border-top-color:#94a3b847!important;background:transparent!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-dropdown,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover{background:#111827!important;border-color:#94a3b83d!important;color:#f8fafc!important;box-shadow:0 16px 30px #02061757!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-option,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-create,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-option{color:#f8fafc!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-dropdown .purchase-prototype-combobox-option-meta,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-dropdown .purchase-prototype-combobox-option-title,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-option span{color:inherit!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-backdrop{background:#0f172a59!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-card,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-confirm{background:#172033!important;border-color:#94a3b838!important;color:#e5e7eb!important;box-shadow:0 24px 52px #0206175c!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-select,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-textarea{background:#0b1220!important;border-color:#94a3b847!important;color:#f8fafc!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-textarea::placeholder{color:#94a3b8!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-select:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-textarea:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-input:focus-visible,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-select:focus-visible,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-textarea:focus-visible{border-color:#8b5cf6!important;box-shadow:0 0 0 3px #8b5cf62e!important;outline:none!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-header h4,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-confirm h4,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-header p,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-grid .field>span{color:#e5e7eb!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-header p{color:#94a3b8!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-search-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-search,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-search input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-action-secondary,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-action-primary,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-icon-button,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-avatar,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-field-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-date-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-meta-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-contact-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-address-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-cost-center-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-project-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-terms-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-notes-textarea,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-input-inline,.purchase-prototype-dark .document-prototype-shell .document-line-items-table td input,.purchase-prototype-dark .document-prototype-shell .document-line-items-table-wrap,.purchase-prototype-dark .document-prototype-shell .document-totals-panel,.purchase-prototype-dark .document-prototype-shell .document-total-grand,.purchase-prototype-dark .document-prototype-shell .document-prototype-upload,.purchase-prototype-dark .document-prototype-shell .document-row-delete,.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar-actions .btn{background:#0b1220!important;border-color:#94a3b847!important;color:#f8fafc!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-action-primary{background:linear-gradient(180deg,#475569,#334155)!important;border-color:#4755698c!important;color:#fff!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-action-secondary,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-search-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-field-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-date-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-meta-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-contact-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-address-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-cost-center-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-project-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-terms-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-notes-textarea,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-input,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-input-inline,.purchase-prototype-dark .document-prototype-shell .document-line-items-table td input{background:#0b1220!important;color:#f8fafc!important;border-color:#94a3b847!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-search-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-field-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-date-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-meta-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-contact-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-address-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-cost-center-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-project-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-terms-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-notes-textarea::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-input::placeholder,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-input-inline::placeholder{color:#94a3b8!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-field-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-date-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-meta-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-contact-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-address-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-cost-center-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-project-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-terms-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-notes-textarea:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-input-inline:focus,.purchase-prototype-dark .document-prototype-shell .document-line-items-table td input:focus,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-search-input:focus{border-color:#8b5cf6!important;box-shadow:0 0 0 3px #8b5cf62e!important;outline:none!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-action-secondary,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-icon-button,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-avatar{background:#111827!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-toolbar-action-secondary{border-color:#94a3b83d!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-table-head{background:#94a3b814!important;color:#e2e8f0!important;border-color:#94a3b829!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-table-cell{background:transparent!important;color:#e5e7eb!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-table-input{background:#0b1220!important;color:#f8fafc!important;border-color:#94a3b847!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-table-input-readonly{background:#0f172ad9!important;color:#cbd5e1!important;border-color:#94a3b838!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table-wrap{background:#172033!important;border-color:#94a3b82e!important}.purchase-prototype-dark .document-prototype-shell .document-totals-panel,.purchase-prototype-dark .document-prototype-shell .document-total-grand{background:transparent!important;border-color:transparent!important}.purchase-prototype-dark .document-prototype-shell .document-prototype-topbar-right h1,.purchase-prototype-dark .document-prototype-shell .document-prototype-section-title,.purchase-prototype-dark .document-prototype-shell .field>span,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-create-grid .field>span,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-option-meta,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-option span,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover-row>span,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-empty,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-helper{color:#cbd5e1!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table th{background:#94a3b814!important;color:#e2e8f0!important;border-color:#94a3b829!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table td,.purchase-prototype-dark .document-prototype-shell .document-line-items-table td input{background:#0b1220!important;color:#e5e7eb!important;border-color:#94a3b81f!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table .line-total{color:#f8fafc!important}.purchase-prototype-dark .document-prototype-shell .document-line-items-table tbody tr:hover{background:#94a3b814!important}.purchase-prototype-dark .document-prototype-shell .document-prototype-upload{background:#0f172a59!important;border:1px dashed rgba(148,163,184,.28)!important}.purchase-prototype-dark .document-prototype-shell .document-prototype-upload-icon{color:#94a3b8!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-dropdown,.purchase-prototype-dark .document-prototype-shell .purchase-prototype-popover{background:#111827!important;border-color:#94a3b83d!important;color:#f8fafc!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-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:#8b5cf62e!important}.purchase-prototype-dark .document-prototype-shell .purchase-prototype-combobox-create{background:#8b5cf61f!important;color:#c4b5fd!important}.purchase-prototype-dark .document-prototype-shell .document-total-grand:before{background:#94a3b83d!important}.purchase-prototype-dark .document-prototype-shell .document-total-grand span{color:#f8fafc!important}.purchase-prototype-dark .document-prototype-shell .document-total-grand strong{color:#60a5fa!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:all .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:all .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:all .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:all .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:all .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:all .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:all .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:all .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}.page-shell.document-prototype-shell{padding-top:0!important}.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) .content-wrap{background:#f6f8fb!important;padding-top:0!important}.app-layout:has(.purchase-new-prototype) .content-wrap>.stack:first-child{display: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(16px);-webkit-backdrop-filter:blur(16px);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:all .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:1100px;min-height:560px;background:transparent;gap:40px}.onboarding-card{flex:1;background:#fff;border-radius:8px;box-shadow:0 16px 40px #0f172a0f;padding:40px 48px;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}.wizard-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;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:#170c5c;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:all .3s ease}.wizard-step-node.active{background:#170c5c;color:#fff;box-shadow:0 0 0 4px #170c5c1a}.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:all .2s ease}.size-pill:hover{background:#f8fafc;border-color:#cbd5e1}.size-pill.selected{background:#f3f0ff;border-color:#170c5c;color:#170c5c}.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:all .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:all .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:#170c5c;background:#f3f0ff;color:#170c5c;box-shadow:0 4px 12px #170c5c14}.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:#170c5c;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:all .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)}}@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)}}@media(max-width:900px){.app-layout{flex-direction:column;overflow-x:hidden}.sidebar-fixed{position:fixed;top:0;bottom:0;right:0;z-index:1000;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);height:100dvh;box-shadow:none}[dir=ltr] .sidebar-fixed{right:auto;left:0;transform:translate(-100%)}.sidebar-fixed.is-mobile-open{transform:translate(0);box-shadow:0 0 40px #0003}[dir=ltr] .sidebar-fixed.is-mobile-open{transform:translate(0)}.sidebar-mobile-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.sidebar-mobile-overlay.is-active{opacity:1;pointer-events:auto}.main-col{width:100vw;max-width:100vw}.content-wrap{padding:16px 12px}}.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}@media(max-width:900px){.mobile-sidebar-toggle{display:inline-flex}.purchase-prototype-workspace-toolbar{margin-inline:-12px;width:calc(100% + 24px)}.purchase-prototype-toolbar-inner{padding:0 16px}}.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:all .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:all .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}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}
