.OptionBox-module__v__Ria__optionBox{color:var(--color-text-primary);background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:background-color var(--motion-normal) var(--ease-standard), border-color var(--motion-normal) var(--ease-standard), box-shadow var(--motion-normal) var(--ease-standard), transform var(--motion-normal) var(--ease-standard)}.OptionBox-module__v__Ria__optionBox:hover{border-color:var(--color-border-strong);background:var(--color-bg-hover)}.OptionBox-module__v__Ria__optionTitle{color:var(--color-text-primary);font-size:var(--font-size-sm);-webkit-user-select:none;user-select:none;text-transform:none;font-weight:750}.OptionBox-module__v__Ria__titleBarOptionBox{cursor:pointer}
.spinner-module__-jVpYa__spinnerContainer{flex-shrink:0;justify-content:center;align-items:center;display:flex}.spinner-module__-jVpYa__spinnerInner{aspect-ratio:1;box-sizing:border-box;border-radius:50%;flex-shrink:0;width:100%;height:100%;animation:1s linear infinite spinner-module__-jVpYa__spin}@keyframes spinner-module__-jVpYa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.CustomerCreate-module__8rWe9G__duplicateStatus{align-items:flex-start;gap:var(--space-3);width:100%;margin-top:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-subtle);color:var(--color-text-secondary);display:flex}.CustomerCreate-module__8rWe9G__duplicateStatus[data-status=checking]{border-color:color-mix(in srgb, var(--color-primary) 24%, var(--color-border));background:color-mix(in srgb, var(--color-primary) 7%, var(--color-bg-surface));color:var(--color-primary)}.CustomerCreate-module__8rWe9G__duplicateStatus[data-status=clear]{border-color:color-mix(in srgb, var(--color-success) 28%, var(--color-border));background:var(--color-success-bg);color:var(--color-success)}.CustomerCreate-module__8rWe9G__duplicateStatus[data-status=found]{border-color:color-mix(in srgb, var(--color-warning) 34%, var(--color-border));background:var(--color-warning-bg);color:var(--color-warning)}.CustomerCreate-module__8rWe9G__duplicateStatus[data-status=error]{border-color:color-mix(in srgb, var(--color-danger) 25%, var(--color-border));background:var(--color-danger-bg);color:var(--color-danger)}.CustomerCreate-module__8rWe9G__statusIcon,.CustomerCreate-module__8rWe9G__statusSpinner{flex:none;margin-top:2px}.CustomerCreate-module__8rWe9G__statusSpinner{animation:.8s linear infinite CustomerCreate-module__8rWe9G__duplicate-spin}.CustomerCreate-module__8rWe9G__statusContent{gap:var(--space-1);flex:1;min-width:0;display:grid}.CustomerCreate-module__8rWe9G__statusContent strong{color:currentColor;font-size:var(--font-size-sm)}.CustomerCreate-module__8rWe9G__statusContent>span,.CustomerCreate-module__8rWe9G__statusContent>small{color:var(--color-text-secondary);font-size:var(--font-size-xs);line-height:var(--line-height-normal)}.CustomerCreate-module__8rWe9G__matches{gap:var(--space-2);margin-top:var(--space-2);display:grid}.CustomerCreate-module__8rWe9G__match{justify-content:space-between;align-items:center;gap:var(--space-3);padding-top:var(--space-2);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);display:flex}.CustomerCreate-module__8rWe9G__matchIdentity{gap:2px;min-width:0;display:grid}.CustomerCreate-module__8rWe9G__matchIdentity b{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.CustomerCreate-module__8rWe9G__matchIdentity small{color:var(--color-text-secondary)}.CustomerCreate-module__8rWe9G__matchLink{border:1px solid color-mix(in srgb, var(--color-warning) 32%, var(--color-border));border-radius:var(--radius-md);background:var(--color-bg-surface);color:var(--color-warning);font-size:var(--font-size-xs);flex:none;padding:7px 10px;font-weight:800}.CustomerCreate-module__8rWe9G__matchLink:hover{border-color:var(--color-warning);background:color-mix(in srgb, var(--color-warning-bg) 75%, var(--color-bg-surface))}@keyframes CustomerCreate-module__8rWe9G__duplicate-spin{to{transform:rotate(360deg)}}@media (max-width:640px){.CustomerCreate-module__8rWe9G__duplicateStatus{padding:var(--space-3)}.CustomerCreate-module__8rWe9G__match{flex-direction:column;align-items:stretch}.CustomerCreate-module__8rWe9G__matchLink{align-self:flex-start}}@media (prefers-reduced-motion:reduce){.CustomerCreate-module__8rWe9G__statusSpinner{animation:none}}
.OrderDetails-module__Aew8Ma__orderDetailPage{width:100%;max-width:1540px;padding:var(--space-3);margin:0 auto}.OrderDetails-module__Aew8Ma__orderDetailShell{width:100%;min-width:0}.OrderDetails-module__Aew8Ma__orderDetail{flex-direction:column;gap:16px;width:100%;min-width:0;display:flex}.OrderDetails-module__Aew8Ma__orderDetail>details{margin-top:0}.OrderDetails-module__Aew8Ma__hero{border:1px solid color-mix(in srgb, var(--neo-color-primary) 20%, var(--neo-color-mist-extra));background:radial-gradient(circle at 10% 0%, color-mix(in srgb, var(--neo-color-primary) 17%, transparent), transparent 31%), radial-gradient(circle at 92% 100%, color-mix(in srgb, var(--neo-color-success) 10%, transparent), transparent 30%), linear-gradient(145deg, var(--neo-color-foreground), var(--neo-color-foreground-extra));box-shadow:0 14px 38px color-mix(in srgb, var(--neo-color-text) 7%, transparent);border-radius:16px;padding:clamp(18px,3vw,28px);position:relative;overflow:hidden}.OrderDetails-module__Aew8Ma__hero:before{content:"";background:linear-gradient(90deg, var(--neo-color-primary), var(--neo-color-success));height:3px;position:absolute;top:0;left:0;right:0}.OrderDetails-module__Aew8Ma__heroTop{z-index:1;justify-content:space-between;align-items:flex-start;gap:24px;display:flex;position:relative}.OrderDetails-module__Aew8Ma__heroIdentity{min-width:0}.OrderDetails-module__Aew8Ma__heroEyebrow{color:var(--neo-color-primary);letter-spacing:.04em;margin-bottom:10px;font-size:10px;font-weight:950;display:inline-flex}.OrderDetails-module__Aew8Ma__heroTitleRow{align-items:center;gap:12px;display:flex}.OrderDetails-module__Aew8Ma__heroIcon{border:1px solid color-mix(in srgb, var(--neo-color-primary) 24%, var(--neo-color-mist-extra));width:48px;height:48px;color:var(--neo-color-primary);background:var(--neo-bg-primary);box-shadow:0 10px 24px color-mix(in srgb, var(--neo-color-primary) 13%, transparent);border-radius:14px;flex:none;justify-content:center;align-items:center;display:inline-flex}.OrderDetails-module__Aew8Ma__heroTitle{color:var(--neo-color-text);margin:0;font-size:clamp(22px,3vw,31px);font-weight:950;line-height:1.35}.OrderDetails-module__Aew8Ma__heroTitle span{color:var(--neo-color-primary);direction:ltr;unicode-bidi:isolate}.OrderDetails-module__Aew8Ma__heroSubtitle{color:var(--neo-color-text-supporting);margin:2px 0 0;font-size:13px;font-weight:700}.OrderDetails-module__Aew8Ma__heroMeta{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.OrderDetails-module__Aew8Ma__heroMetaItem{border:1px solid var(--neo-color-mist-extra);min-height:30px;color:var(--neo-color-text-supporting);background:color-mix(in srgb, var(--neo-color-foreground) 76%, transparent);border-radius:9px;align-items:center;gap:6px;padding:5px 9px;font-size:10px;font-weight:750;display:inline-flex}.OrderDetails-module__Aew8Ma__heroMetaItem strong{color:var(--neo-color-text);font-weight:900}.OrderDetails-module__Aew8Ma__heroSide{flex-direction:column;flex:none;align-items:flex-end;gap:14px;max-width:430px;display:flex}.OrderDetails-module__Aew8Ma__statusGroup{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.OrderDetails-module__Aew8Ma__statusItem{border:1px solid var(--neo-color-mist-extra);background:color-mix(in srgb, var(--neo-color-foreground) 82%, transparent);border-radius:11px;flex-direction:column;align-items:flex-start;gap:4px;padding:7px 9px;display:flex}.OrderDetails-module__Aew8Ma__statusItem>small{color:var(--neo-color-text-supporting);padding-inline:3px;font-size:9px;font-weight:850}.OrderDetails-module__Aew8Ma__noteStatusItem{border-color:color-mix(in srgb, var(--color-warning) 32%, var(--neo-color-mist-extra));background:color-mix(in srgb, var(--color-warning-bg) 78%, var(--neo-color-foreground))}.OrderDetails-module__Aew8Ma__noteStatusBadge{border:1px solid color-mix(in srgb, var(--color-warning) 32%, transparent);min-height:25px;color:var(--color-warning);background:var(--color-warning-bg);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 8px;font-size:10px;font-weight:950;display:inline-flex}.OrderDetails-module__Aew8Ma__heroActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.OrderDetails-module__Aew8Ma__heroActions button{gap:6px;min-height:36px;font-size:11px}.OrderDetails-module__Aew8Ma__sectionCard{--section-color:var(--neo-color-primary);border:1px solid color-mix(in srgb, var(--section-color) 16%, var(--neo-color-mist-extra));background:linear-gradient(140deg, color-mix(in srgb, var(--section-color) 5%, transparent), transparent 36%), var(--neo-color-foreground);min-width:0;box-shadow:0 8px 26px color-mix(in srgb, var(--neo-color-text) 5%, transparent);border-radius:15px;padding:clamp(16px,2.5vw,22px)}.OrderDetails-module__Aew8Ma__customerSection{--section-color:#2563eb}.OrderDetails-module__Aew8Ma__productsSection{--section-color:#8b5cf6}.OrderDetails-module__Aew8Ma__deliverySection{--section-color:#0ea5e9}.OrderDetails-module__Aew8Ma__paymentsSection{--section-color:#16a34a}.OrderDetails-module__Aew8Ma__walletSection{--section-color:#0f766e}.OrderDetails-module__Aew8Ma__sectionHeader{justify-content:space-between;align-items:center;gap:9px;margin:0 0 14px;display:flex}.OrderDetails-module__Aew8Ma__sectionHeaderActions{align-items:center;gap:8px;display:flex}.OrderDetails-module__Aew8Ma__dossierLink{border:1px solid color-mix(in srgb, var(--section-color) 25%, var(--neo-color-mist-extra));min-height:34px;color:var(--section-color);background:color-mix(in srgb, var(--section-color) 7%, var(--neo-color-foreground));border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-size:10px;font-weight:900;text-decoration:none;transition:border-color .16s,background .16s,transform .16s;display:inline-flex}.OrderDetails-module__Aew8Ma__dossierLink:hover{border-color:color-mix(in srgb, var(--section-color) 45%, var(--neo-color-mist-extra));background:color-mix(in srgb, var(--section-color) 12%, var(--neo-color-foreground));transform:translateY(-1px)}.OrderDetails-module__Aew8Ma__sectionTitle{color:var(--neo-color-text);align-items:center;gap:9px;margin:0;font-size:16px;font-weight:950;display:flex}.OrderDetails-module__Aew8Ma__sectionTitle svg{box-sizing:content-box;color:var(--section-color);background:color-mix(in srgb, var(--section-color) 12%, transparent);border-radius:10px;padding:8px}.OrderDetails-module__Aew8Ma__detailGrid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:9px;display:grid}.OrderDetails-module__Aew8Ma__detailGrid>p{border:1px solid var(--neo-color-mist-extra);min-width:0;min-height:62px;color:var(--neo-color-text-supporting);background:color-mix(in srgb, var(--section-color) 4%, var(--neo-color-background));border-radius:11px;flex-direction:column;gap:3px;margin:0;padding:10px 12px;font-size:10px;font-weight:750;display:flex}.OrderDetails-module__Aew8Ma__detailGrid>p strong{overflow-wrap:anywhere;color:var(--neo-color-text);font-size:12px;font-weight:900}.OrderDetails-module__Aew8Ma__tableSurface{border:1px solid var(--neo-color-mist-extra);background:var(--neo-color-background);border-radius:12px;overflow:hidden}.OrderDetails-module__Aew8Ma__orderNotesAlert{border:1px solid color-mix(in srgb, var(--color-warning) 42%, var(--neo-color-mist-extra));color:var(--neo-color-text);background:linear-gradient(135deg, color-mix(in srgb, var(--color-warning-bg) 88%, var(--neo-color-foreground)), var(--neo-color-foreground));box-shadow:inset -4px 0 0 var(--color-warning), 0 10px 28px color-mix(in srgb, var(--color-warning) 10%, transparent);border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:14px;padding:clamp(16px,2.4vw,22px);display:grid;position:relative;overflow:hidden}.OrderDetails-module__Aew8Ma__orderNotesAlertIcon{border:1px solid color-mix(in srgb, var(--color-warning) 28%, transparent);width:46px;height:46px;color:var(--color-warning);background:var(--color-warning-bg);border-radius:13px;justify-content:center;align-items:center;display:inline-flex}.OrderDetails-module__Aew8Ma__orderNotesAlertContent{min-width:0}.OrderDetails-module__Aew8Ma__orderNotesAlertKicker{color:var(--color-warning);margin-bottom:2px;font-size:10px;font-weight:950;display:block}.OrderDetails-module__Aew8Ma__orderNotesAlert h2{color:var(--neo-color-text);margin:0;font-size:16px;font-weight:950}.OrderDetails-module__Aew8Ma__orderNotesAlert p{color:var(--neo-color-text);overflow-wrap:anywhere;white-space:pre-wrap;margin:8px 0 0;font-size:13px;font-weight:750;line-height:2}.OrderDetails-module__Aew8Ma__financialSummary{background:0 0;grid-template-columns:repeat(4,minmax(145px,1fr));gap:8px;margin-top:14px;padding:0;display:grid}.OrderDetails-module__Aew8Ma__financialSummary>p{border:1px solid color-mix(in srgb, var(--section-color) 18%, var(--neo-color-mist-extra));min-height:60px;color:var(--neo-color-text-supporting);background:color-mix(in srgb, var(--section-color) 5%, var(--neo-color-background));border-radius:10px;flex-direction:column;gap:3px;margin:0;padding:10px 11px;font-size:9px;font-weight:800;display:flex}.OrderDetails-module__Aew8Ma__financialSummary>p strong{color:var(--neo-color-text);font-size:13px;font-weight:950}.OrderDetails-module__Aew8Ma__emptyMessage{border:1px dashed var(--neo-color-mist-extra);color:var(--neo-color-text-supporting);background:var(--neo-color-background);text-align:center;border-radius:11px;margin:12px 0 0;padding:14px;font-size:11px}@media (max-width:1050px){.OrderDetails-module__Aew8Ma__financialSummary{grid-template-columns:repeat(2,minmax(145px,1fr))}}@media (max-width:760px){.OrderDetails-module__Aew8Ma__orderDetailPage{padding:var(--space-2)}.OrderDetails-module__Aew8Ma__heroTop{flex-direction:column}.OrderDetails-module__Aew8Ma__heroSide,.OrderDetails-module__Aew8Ma__statusGroup,.OrderDetails-module__Aew8Ma__heroActions{justify-content:flex-start;align-items:stretch;width:100%;max-width:none}.OrderDetails-module__Aew8Ma__statusItem{flex:140px}.OrderDetails-module__Aew8Ma__heroActions>button{flex:130px}.OrderDetails-module__Aew8Ma__orderNotesAlert{grid-template-columns:auto minmax(0,1fr)}.OrderDetails-module__Aew8Ma__orderNotesAlert>button{grid-column:2;justify-self:start}}@media (max-width:520px){.OrderDetails-module__Aew8Ma__heroTitleRow{align-items:flex-start}.OrderDetails-module__Aew8Ma__heroIcon{width:42px;height:42px}.OrderDetails-module__Aew8Ma__heroTitle{font-size:21px}.OrderDetails-module__Aew8Ma__orderNotesAlert{gap:10px}.OrderDetails-module__Aew8Ma__orderNotesAlertIcon{width:40px;height:40px}.OrderDetails-module__Aew8Ma__financialSummary,.OrderDetails-module__Aew8Ma__detailGrid{grid-template-columns:1fr}.OrderDetails-module__Aew8Ma__sectionHeader{align-items:flex-start}}.OrderDetails-module__Aew8Ma__detailLabelRow{justify-content:space-between;align-items:center;gap:8px;min-height:28px;display:flex}.OrderDetails-module__Aew8Ma__inlineCopyButton{border-radius:8px;width:28px;min-height:28px;padding:0}.OrderDetails-module__Aew8Ma__inlineCopyButton span{display:none}@media (prefers-reduced-motion:reduce){.OrderDetails-module__Aew8Ma__hero,.OrderDetails-module__Aew8Ma__sectionCard{scroll-behavior:auto}}
.Packaging-module__hI5SVa__page{width:min(1440px,100%);color:var(--color-text-primary);direction:rtl;margin:0 auto;padding:20px}.Packaging-module__hI5SVa__pageHeader,.Packaging-module__hI5SVa__workspaceHeader{border:1px solid var(--color-border);background:linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 9%, var(--color-bg-surface)), var(--color-bg-surface) 60%);box-shadow:var(--shadow-sm);border-radius:20px;justify-content:space-between;align-items:flex-start;gap:20px;margin:22px 0;padding:24px;display:flex}.Packaging-module__hI5SVa__pageHeader h1,.Packaging-module__hI5SVa__workspaceHeader h1{color:var(--color-text-primary);margin:4px 0 8px;font-size:clamp(1.35rem,3vw,2rem)}.Packaging-module__hI5SVa__pageHeader p,.Packaging-module__hI5SVa__workspaceHeader p,.Packaging-module__hI5SVa__sectionHeading p{color:var(--color-text-muted);margin:0;line-height:1.8}.Packaging-module__hI5SVa__eyebrow{color:var(--color-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:800;display:block}.Packaging-module__hI5SVa__headerActions,.Packaging-module__hI5SVa__actionRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.Packaging-module__hI5SVa__statusBadge{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:4px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.Packaging-module__hI5SVa__status_neutral{color:var(--color-text-secondary);background:var(--color-bg-subtle);border-color:var(--color-border-strong)}.Packaging-module__hI5SVa__status_info{color:var(--color-info);background:var(--color-info-bg);border-color:color-mix(in srgb, var(--color-info) 38%, var(--color-border))}.Packaging-module__hI5SVa__status_warning{color:var(--color-warning);background:var(--color-warning-bg);border-color:color-mix(in srgb, var(--color-warning) 38%, var(--color-border))}.Packaging-module__hI5SVa__status_danger{color:var(--color-danger);background:var(--color-danger-bg);border-color:color-mix(in srgb, var(--color-danger) 38%, var(--color-border))}.Packaging-module__hI5SVa__status_success{color:var(--color-success);background:var(--color-success-bg);border-color:color-mix(in srgb, var(--color-success) 38%, var(--color-border))}.Packaging-module__hI5SVa__metricsGrid,.Packaging-module__hI5SVa__supervisorSummary{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.Packaging-module__hI5SVa__metricsGrid article,.Packaging-module__hI5SVa__supervisorSummary article{border:1px solid var(--color-border);background:var(--color-bg-surface);min-width:0;box-shadow:var(--shadow-xs);border-radius:16px;align-items:center;gap:13px;padding:18px;display:flex}.Packaging-module__hI5SVa__metricsGrid article>span,.Packaging-module__hI5SVa__supervisorSummary article>svg{width:42px;height:42px;color:var(--color-primary);background:var(--color-primary-light);border-radius:13px;flex:0 0 42px;place-items:center;padding:10px;display:grid}.Packaging-module__hI5SVa__metricsGrid strong{color:var(--color-text-primary);font-size:1.4rem;display:block}.Packaging-module__hI5SVa__metricsGrid small,.Packaging-module__hI5SVa__supervisorSummary span{color:var(--color-text-muted)}.Packaging-module__hI5SVa__supervisorSummary article{grid-template-columns:42px 1fr;display:grid}.Packaging-module__hI5SVa__supervisorSummary article svg{grid-row:span 2}.Packaging-module__hI5SVa__supervisorSummary strong{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Packaging-module__hI5SVa__filterTabs{flex-wrap:wrap;gap:8px;margin-bottom:18px;padding:2px 2px 7px;display:flex}.Packaging-module__hI5SVa__settingsPanel{border:1px solid var(--color-border);background:var(--color-bg-surface);border-radius:14px;margin-bottom:18px;padding:14px 16px}.Packaging-module__hI5SVa__settingsPanel summary{color:var(--color-text-primary);cursor:pointer;align-items:center;gap:8px;font-weight:800;display:flex}.Packaging-module__hI5SVa__settingsGrid{grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:10px;margin-top:14px;display:grid}.Packaging-module__hI5SVa__settingsGrid label{color:var(--color-text-secondary);gap:6px;font-size:.8rem;font-weight:700;display:grid}.Packaging-module__hI5SVa__settingsGrid input{border:1px solid var(--color-border-strong);background:var(--color-bg-surface);width:100%;min-height:42px;color:var(--color-text-primary);border-radius:9px;outline:none;padding:8px 10px}.Packaging-module__hI5SVa__filterTabs button{border:1px solid var(--color-border);color:var(--color-text-secondary);background:var(--color-bg-surface);cursor:pointer;border-radius:999px;flex:none;padding:9px 14px}.Packaging-module__hI5SVa__filterTabs button:hover{border-color:var(--color-border-strong);background:var(--color-bg-hover);color:var(--color-text-primary)}.Packaging-module__hI5SVa__filterTabs button.Packaging-module__hI5SVa__activeTab{border-color:var(--color-primary);color:var(--color-text-inverse);background:var(--color-primary)}.Packaging-module__hI5SVa__queueGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.Packaging-module__hI5SVa__jobCard{border:1px solid var(--color-border);background:var(--color-bg-surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:18px;flex-direction:column;gap:17px;padding:18px;display:flex}.Packaging-module__hI5SVa__jobCardTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.Packaging-module__hI5SVa__jobCardTop small,.Packaging-module__hI5SVa__jobReference{display:block}.Packaging-module__hI5SVa__jobReference{color:var(--color-text-primary);text-align:right;font-size:1rem;font-weight:900}.Packaging-module__hI5SVa__jobCardTop small{color:var(--color-text-muted);margin-top:4px}.Packaging-module__hI5SVa__jobMeta{color:var(--color-text-muted);gap:8px;font-size:.85rem;display:grid}.Packaging-module__hI5SVa__jobMeta span{align-items:center;gap:7px;display:flex}.Packaging-module__hI5SVa__jobCard .Packaging-module__hI5SVa__actionRow{margin-top:auto}.Packaging-module__hI5SVa__attemptMeter{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}.Packaging-module__hI5SVa__attemptMeter:before{content:"";background:var(--color-bg-subtle);border-radius:999px;grid-area:1/1;height:6px}.Packaging-module__hI5SVa__attemptMeter>span{z-index:1;background:var(--color-primary);border-radius:999px;grid-area:1/1;height:6px}.Packaging-module__hI5SVa__attemptMeter small{color:var(--color-text-muted)}.Packaging-module__hI5SVa__centerState{min-height:280px;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:30px;display:flex}.Packaging-module__hI5SVa__orderPanel,.Packaging-module__hI5SVa__detailSection,.Packaging-module__hI5SVa__controlPanel{border:1px solid var(--color-border);background:var(--color-bg-surface);border-radius:18px;margin-top:20px;padding:22px}.Packaging-module__hI5SVa__orderPanel{background:linear-gradient(135deg, var(--color-bg-subtle), var(--color-bg-surface))}.Packaging-module__hI5SVa__panelHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.Packaging-module__hI5SVa__panelHeader h2{color:var(--color-text-primary);align-items:center;gap:8px;margin:5px 0 0;font-size:1.1rem;display:flex}.Packaging-module__hI5SVa__orderJobGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.Packaging-module__hI5SVa__orderJobGrid>div{background:var(--color-bg-subtle);border-radius:12px;gap:6px;padding:13px;display:grid}.Packaging-module__hI5SVa__orderJobGrid span{color:var(--color-text-muted);font-size:.78rem}.Packaging-module__hI5SVa__orderJobGrid strong{color:var(--color-text-primary);text-overflow:ellipsis;overflow:hidden}.Packaging-module__hI5SVa__emptyInline{border:1px dashed var(--color-border-strong);color:var(--color-text-muted);background:var(--color-bg-subtle);border-radius:12px;align-items:center;gap:8px;margin:16px 0;padding:15px;display:flex}.Packaging-module__hI5SVa__orderHistory{border-top:1px solid var(--color-border);margin-top:16px;padding-top:13px}.Packaging-module__hI5SVa__orderHistory summary{color:var(--color-text-primary);cursor:pointer;font-weight:800}.Packaging-module__hI5SVa__orderHistory ol{gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.Packaging-module__hI5SVa__orderHistory li{color:var(--color-text-muted);align-items:center;gap:10px;display:flex}.Packaging-module__hI5SVa__workspace{max-width:1500px}.Packaging-module__hI5SVa__workspaceHeader{background:linear-gradient(135deg,#0f172a,#1e3a8a);align-items:center}.Packaging-module__hI5SVa__workspaceHeader h1,.Packaging-module__hI5SVa__workspaceHeader p{color:#fff}.Packaging-module__hI5SVa__workspaceHeader .Packaging-module__hI5SVa__eyebrow{color:#93c5fd}.Packaging-module__hI5SVa__workspaceStatus{justify-items:end;gap:7px;display:grid}.Packaging-module__hI5SVa__workspaceStatus small{color:#dbeafe}.Packaging-module__hI5SVa__blindNotice,.Packaging-module__hI5SVa__resultNotice{border-radius:14px;align-items:center;gap:12px;margin-bottom:18px;padding:16px 18px;display:flex}.Packaging-module__hI5SVa__blindNotice{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe}.Packaging-module__hI5SVa__blindNotice div{gap:3px;display:grid}.Packaging-module__hI5SVa__blindNotice span{color:var(--color-text-secondary)}.Packaging-module__hI5SVa__resultNotice{border:1px solid}.Packaging-module__hI5SVa__result_matched{border-color:color-mix(in srgb, var(--color-success) 45%, var(--color-border));color:var(--color-success);background:var(--color-success-bg)}.Packaging-module__hI5SVa__result_mismatch,.Packaging-module__hI5SVa__result_escalated{border-color:color-mix(in srgb, var(--color-danger) 45%, var(--color-border));color:var(--color-danger);background:var(--color-danger-bg)}.Packaging-module__hI5SVa__workspaceGrid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:18px;display:grid}.Packaging-module__hI5SVa__entryPanel,.Packaging-module__hI5SVa__registeredPanel,.Packaging-module__hI5SVa__startCard,.Packaging-module__hI5SVa__completionCard{border:1px solid var(--color-border);background:var(--color-bg-surface);box-shadow:var(--shadow-sm);border-radius:18px;padding:22px}.Packaging-module__hI5SVa__registeredPanel{position:sticky;top:18px}.Packaging-module__hI5SVa__sectionHeading{align-items:flex-start;gap:11px;margin-bottom:16px;display:flex}.Packaging-module__hI5SVa__sectionHeading>svg{color:var(--color-primary);flex:none}.Packaging-module__hI5SVa__sectionHeading h2{color:var(--color-text-primary);margin:0 0 4px;font-size:1.05rem}.Packaging-module__hI5SVa__registeredItems input,.Packaging-module__hI5SVa__completionCard input,.Packaging-module__hI5SVa__controlGrid input,.Packaging-module__hI5SVa__controlGrid select,.Packaging-module__hI5SVa__controlGrid textarea{border:1px solid var(--color-border-strong);width:100%;min-height:43px;color:var(--color-text-primary);background:var(--color-bg-surface);border-radius:10px;outline:none;padding:9px 11px}.Packaging-module__hI5SVa__registeredItems input:focus,.Packaging-module__hI5SVa__completionCard input:focus,.Packaging-module__hI5SVa__controlGrid input:focus,.Packaging-module__hI5SVa__controlGrid select:focus,.Packaging-module__hI5SVa__controlGrid textarea:focus{border-color:var(--color-primary);box-shadow:var(--focus-ring)}.Packaging-module__hI5SVa__inventorySearch{z-index:4;position:relative}.Packaging-module__hI5SVa__inventorySearchItem{grid-template-columns:38px 1fr auto;align-items:center;gap:10px;width:100%;display:grid}.Packaging-module__hI5SVa__inventorySearchItem>span:nth-child(2){gap:3px;min-width:0;display:grid}.Packaging-module__hI5SVa__inventorySearchItem strong{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Packaging-module__hI5SVa__inventorySearchItem small{color:var(--color-text-muted);text-align:right;direction:ltr}.Packaging-module__hI5SVa__inventorySearchItem b{color:var(--color-primary);font-size:1.2rem}.Packaging-module__hI5SVa__inventorySearchInitial{width:38px;height:38px;color:var(--color-primary);background:var(--color-primary-light);border-radius:10px;place-items:center;font-weight:800;display:grid}.Packaging-module__hI5SVa__registeredItems{gap:10px;max-height:58vh;display:grid;overflow-y:auto}.Packaging-module__hI5SVa__registeredItems article{border:1px solid var(--color-border);background:var(--color-bg-subtle);border-radius:12px;grid-template-columns:minmax(160px,1fr) minmax(100px,.4fr) auto;align-items:end;gap:10px;padding:13px;display:grid}.Packaging-module__hI5SVa__itemTitle{align-self:center;gap:4px;min-width:0;display:grid}.Packaging-module__hI5SVa__itemTitle strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Packaging-module__hI5SVa__itemTitle small{color:var(--color-text-muted);text-align:right;direction:ltr}.Packaging-module__hI5SVa__registeredItems label,.Packaging-module__hI5SVa__completionCard label,.Packaging-module__hI5SVa__controlGrid label{color:var(--color-text-secondary);gap:6px;font-size:.78rem;font-weight:700;display:grid}.Packaging-module__hI5SVa__registeredItems label>svg{display:inline}.Packaging-module__hI5SVa__removeItem{width:40px;height:40px;color:var(--color-danger);background:var(--color-danger-bg);cursor:pointer;border:0;border-radius:10px;place-items:center;display:grid}.Packaging-module__hI5SVa__photoField{border:1px solid color-mix(in srgb, var(--color-info) 35%, var(--color-border));background:color-mix(in srgb, var(--color-info) 5%, var(--color-bg-surface));border-radius:14px;gap:10px;margin-top:16px;padding:14px;display:grid}.Packaging-module__hI5SVa__photoFieldHeader{color:var(--color-text-primary);justify-content:space-between;align-items:center;gap:12px;display:flex}.Packaging-module__hI5SVa__photoFieldHeader>span{align-items:center;gap:7px;font-weight:800;display:flex}.Packaging-module__hI5SVa__photoFieldHeader b{color:var(--color-danger);background:var(--color-danger-bg);border-radius:999px;padding:2px 7px;font-size:.7rem}.Packaging-module__hI5SVa__photoFieldHeader small{color:var(--color-text-muted);font-weight:500}.Packaging-module__hI5SVa__photoPicker{border:1px dashed var(--color-info);min-height:92px;color:var(--color-info);background:var(--color-info-bg);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:10px;display:flex}.Packaging-module__hI5SVa__photoPicker:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.Packaging-module__hI5SVa__photoPreview{background:#0f172a;border-radius:12px;width:100%;max-height:300px;position:relative;overflow:hidden}.Packaging-module__hI5SVa__photoPreview img{object-fit:contain;width:100%;max-height:300px;display:block}.Packaging-module__hI5SVa__photoPreview button{color:#fff;cursor:pointer;background:#0f172acc;border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:10px;left:10px}.Packaging-module__hI5SVa__hiddenFileInput{display:none}.Packaging-module__hI5SVa__submitAttempt{width:100%;margin-top:16px}.Packaging-module__hI5SVa__startCard{text-align:center;justify-items:center;gap:10px;max-width:620px;margin:40px auto;display:grid}.Packaging-module__hI5SVa__startCard>svg{color:var(--color-primary)}.Packaging-module__hI5SVa__startCard h2,.Packaging-module__hI5SVa__completionCard h2{color:var(--color-text-primary);margin:0}.Packaging-module__hI5SVa__startCard p,.Packaging-module__hI5SVa__completionCard p{color:var(--color-text-muted);margin:0}.Packaging-module__hI5SVa__completionCard{grid-template-columns:auto minmax(200px,1fr) minmax(160px,.5fr) auto;align-items:end;gap:14px;display:grid}.Packaging-module__hI5SVa__completionCard>svg{color:var(--color-success);align-self:center}.Packaging-module__hI5SVa__controlPanel,.Packaging-module__hI5SVa__detailSection{margin-top:18px}.Packaging-module__hI5SVa__controlGrid{grid-template-columns:.65fr 1.35fr .7fr;gap:12px;margin-bottom:14px;display:grid}.Packaging-module__hI5SVa__controlGrid textarea{resize:vertical;min-height:76px}.Packaging-module__hI5SVa__responsiveTable{width:100%;overflow-x:auto}.Packaging-module__hI5SVa__responsiveTable table{border-collapse:collapse;width:100%}.Packaging-module__hI5SVa__responsiveTable th,.Packaging-module__hI5SVa__responsiveTable td{border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);text-align:right;white-space:nowrap;padding:11px 10px}.Packaging-module__hI5SVa__responsiveTable th{color:var(--color-text-muted);background:var(--color-bg-subtle);font-size:.78rem}.Packaging-module__hI5SVa__attemptList{gap:10px;display:grid}.Packaging-module__hI5SVa__attemptList details{border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.Packaging-module__hI5SVa__attemptList summary{cursor:pointer;background:var(--color-bg-subtle);grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:14px;display:grid}.Packaging-module__hI5SVa__attemptList summary small{color:var(--color-text-muted)}.Packaging-module__hI5SVa__attemptPhoto{width:min(100%,520px);color:var(--color-info);gap:8px;margin:14px;text-decoration:none;display:grid}.Packaging-module__hI5SVa__attemptPhoto img{border:1px solid var(--color-border);object-fit:contain;background:#0f172a;border-radius:12px;width:100%;max-height:360px;display:block}.Packaging-module__hI5SVa__attemptPhoto span{font-size:.82rem;font-weight:700}.Packaging-module__hI5SVa__diffList{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:14px;display:grid}.Packaging-module__hI5SVa__diffList>div{border:1px solid color-mix(in srgb, var(--color-danger) 38%, var(--color-border));color:var(--color-danger);background:var(--color-danger-bg);border-radius:10px;gap:4px;padding:12px;display:grid}.Packaging-module__hI5SVa__diffList span{color:var(--color-text-muted);font-size:.82rem}.Packaging-module__hI5SVa__muted{color:var(--color-text-muted)}.Packaging-module__hI5SVa__packageGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.Packaging-module__hI5SVa__packageGrid article{border:1px solid var(--color-border);border-radius:12px;gap:7px;padding:14px;display:grid}.Packaging-module__hI5SVa__packageGrid span{color:var(--color-text-muted)}.Packaging-module__hI5SVa__timeline{gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.Packaging-module__hI5SVa__timeline:before{content:"";background:var(--color-primary-light);width:2px;position:absolute;top:18px;bottom:18px;right:7px}.Packaging-module__hI5SVa__timeline li{grid-template-columns:18px 1fr auto;gap:12px;min-height:62px;padding:10px 0;display:grid;position:relative}.Packaging-module__hI5SVa__timelineDot{z-index:1;border:4px solid var(--color-primary-light);background:var(--color-primary);border-radius:50%;width:16px;height:16px;margin-top:3px}.Packaging-module__hI5SVa__timeline li>div{align-content:start;gap:4px;display:grid}.Packaging-module__hI5SVa__timeline small,.Packaging-module__hI5SVa__timeline p{color:var(--color-text-muted);margin:0}@media (max-width:1100px){.Packaging-module__hI5SVa__queueGrid,.Packaging-module__hI5SVa__metricsGrid,.Packaging-module__hI5SVa__supervisorSummary{grid-template-columns:repeat(2,minmax(0,1fr))}.Packaging-module__hI5SVa__filterTabs{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.Packaging-module__hI5SVa__filterTabs button{width:100%;padding-inline:8px}.Packaging-module__hI5SVa__workspaceGrid{grid-template-columns:1fr}.Packaging-module__hI5SVa__registeredPanel{position:static}.Packaging-module__hI5SVa__completionCard{grid-template-columns:auto 1fr 1fr}.Packaging-module__hI5SVa__completionCard>div{grid-column:span 2}.Packaging-module__hI5SVa__completionCard>button{grid-column:span 3}.Packaging-module__hI5SVa__controlGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.Packaging-module__hI5SVa__page{padding:12px}.Packaging-module__hI5SVa__pageHeader,.Packaging-module__hI5SVa__workspaceHeader{flex-direction:column;align-items:stretch;padding:18px}.Packaging-module__hI5SVa__workspaceStatus{justify-items:start}.Packaging-module__hI5SVa__metricsGrid,.Packaging-module__hI5SVa__supervisorSummary,.Packaging-module__hI5SVa__orderJobGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.Packaging-module__hI5SVa__queueGrid{grid-template-columns:1fr}.Packaging-module__hI5SVa__registeredItems article{grid-template-columns:1fr 1fr}.Packaging-module__hI5SVa__settingsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.Packaging-module__hI5SVa__itemTitle{grid-column:span 2}.Packaging-module__hI5SVa__packageGrid{grid-template-columns:1fr}}@media (max-width:640px){.Packaging-module__hI5SVa__photoFieldHeader{flex-direction:column;align-items:flex-start}.Packaging-module__hI5SVa__filterTabs{overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-width:none;flex-wrap:nowrap;margin-inline:-12px;padding-inline:12px;display:flex;overflow-x:auto}.Packaging-module__hI5SVa__filterTabs::-webkit-scrollbar{display:none}.Packaging-module__hI5SVa__filterTabs button{scroll-snap-align:start;width:auto;min-width:max-content}.Packaging-module__hI5SVa__jobCard .Packaging-module__hI5SVa__actionRow>*{flex:100%;width:100%}}@media (max-width:560px){.Packaging-module__hI5SVa__queueGrid,.Packaging-module__hI5SVa__orderJobGrid,.Packaging-module__hI5SVa__diffList,.Packaging-module__hI5SVa__controlGrid,.Packaging-module__hI5SVa__settingsGrid,.Packaging-module__hI5SVa__registeredItems article{grid-template-columns:1fr}.Packaging-module__hI5SVa__itemTitle{grid-column:auto}.Packaging-module__hI5SVa__completionCard{text-align:center;grid-template-columns:1fr}.Packaging-module__hI5SVa__completionCard>div,.Packaging-module__hI5SVa__completionCard>button{grid-column:auto}.Packaging-module__hI5SVa__attemptList summary{grid-template-columns:1fr}.Packaging-module__hI5SVa__timeline li{grid-template-columns:18px 1fr}.Packaging-module__hI5SVa__timeline li>.Packaging-module__hI5SVa__statusBadge{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){.Packaging-module__hI5SVa__filterTabs button,.Packaging-module__hI5SVa__photoPicker{scroll-behavior:auto}}
.InPersonDeliveryImageField-module__ROOXzG__field{gap:var(--space-3);min-width:0;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-subtle);grid-column:1/-1;display:grid}.InPersonDeliveryImageField-module__ROOXzG__heading{justify-content:space-between;align-items:center;gap:var(--space-3);color:var(--color-primary);display:flex}.InPersonDeliveryImageField-module__ROOXzG__heading>div{gap:3px;display:grid}.InPersonDeliveryImageField-module__ROOXzG__heading strong{color:var(--color-text-primary);font-size:var(--font-size-sm)}.InPersonDeliveryImageField-module__ROOXzG__heading span{color:var(--color-text-muted);font-size:var(--font-size-xs)}.InPersonDeliveryImageField-module__ROOXzG__input{clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.InPersonDeliveryImageField-module__ROOXzG__dropzone{min-height:126px;padding:var(--space-4);border:1px dashed color-mix(in srgb, var(--color-primary) 38%, var(--color-border-strong));border-radius:var(--radius-md);color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 4%, var(--color-bg-surface));cursor:pointer;transition:border-color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out);align-content:center;place-items:center;gap:5px;display:grid}.InPersonDeliveryImageField-module__ROOXzG__dropzone:hover{border-color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 8%, var(--color-bg-surface))}.InPersonDeliveryImageField-module__ROOXzG__dropzone strong{color:var(--color-text-primary);font-size:var(--font-size-sm)}.InPersonDeliveryImageField-module__ROOXzG__dropzone span{color:var(--color-text-muted);font-size:var(--font-size-xs)}.InPersonDeliveryImageField-module__ROOXzG__preview{gap:var(--space-4);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-surface);grid-template-columns:116px minmax(0,1fr);display:grid}.InPersonDeliveryImageField-module__ROOXzG__previewImage{border-radius:var(--radius-md);background:var(--color-bg-subtle);width:116px;height:96px;position:relative;overflow:hidden}.InPersonDeliveryImageField-module__ROOXzG__previewImage img{object-fit:cover}.InPersonDeliveryImageField-module__ROOXzG__previewDetails{align-content:center;gap:5px;min-width:0;display:grid}.InPersonDeliveryImageField-module__ROOXzG__previewDetails>strong{color:var(--color-text-primary);font-size:var(--font-size-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.InPersonDeliveryImageField-module__ROOXzG__previewDetails>span{color:var(--color-text-muted);font-size:var(--font-size-xs)}.InPersonDeliveryImageField-module__ROOXzG__previewActions{gap:var(--space-2);flex-wrap:wrap;margin-top:4px;display:flex}.InPersonDeliveryImageField-module__ROOXzG__previewActions button,.InPersonDeliveryImageField-module__ROOXzG__replaceButton,.InPersonDeliveryImageField-module__ROOXzG__removedState button{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);min-height:32px;color:var(--color-text-secondary);background:var(--color-bg-surface);cursor:pointer;font:inherit;font-size:var(--font-size-xs);justify-content:center;align-items:center;gap:5px;padding:5px 10px;font-weight:750;display:inline-flex}.InPersonDeliveryImageField-module__ROOXzG__replaceButton{color:var(--color-primary);border-color:color-mix(in srgb, var(--color-primary) 36%, var(--color-border))}.InPersonDeliveryImageField-module__ROOXzG__previewActions button{color:var(--color-danger)}.InPersonDeliveryImageField-module__ROOXzG__removedState{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:76px;padding:var(--space-4);border:1px dashed color-mix(in srgb, var(--color-danger) 36%, var(--color-border));border-radius:var(--radius-md);color:var(--color-text-secondary);background:var(--color-danger-bg);font-size:var(--font-size-xs);display:flex}.InPersonDeliveryImageField-module__ROOXzG__removedState button{color:var(--color-primary);flex:none}.InPersonDeliveryImageField-module__ROOXzG__error{color:var(--color-danger);font-size:var(--font-size-xs);margin:0}@media (max-width:560px){.InPersonDeliveryImageField-module__ROOXzG__preview{grid-template-columns:1fr}.InPersonDeliveryImageField-module__ROOXzG__previewImage{width:100%;height:170px}.InPersonDeliveryImageField-module__ROOXzG__removedState{flex-direction:column;align-items:stretch}}
.InPersonDeliveryOrderPanel-module__3xO-Fq__panel{margin-top:var(--space-5);padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-xl);background:linear-gradient(135deg, var(--color-bg-subtle), var(--color-bg-surface));box-shadow:var(--shadow-xs)}.InPersonDeliveryOrderPanel-module__3xO-Fq__panelHeader,.InPersonDeliveryOrderPanel-module__3xO-Fq__actions,.InPersonDeliveryOrderPanel-module__3xO-Fq__empty,.InPersonDeliveryOrderPanel-module__3xO-Fq__formSummary,.InPersonDeliveryOrderPanel-module__3xO-Fq__formActions{align-items:center;display:flex}.InPersonDeliveryOrderPanel-module__3xO-Fq__panelHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4)}.InPersonDeliveryOrderPanel-module__3xO-Fq__eyebrow{color:var(--color-primary);font-size:var(--font-size-xs);font-weight:800;display:block}.InPersonDeliveryOrderPanel-module__3xO-Fq__panelHeader h2{align-items:center;gap:var(--space-2);color:var(--color-text-primary);font-size:var(--font-size-lg);margin:5px 0 0;display:flex}.InPersonDeliveryOrderPanel-module__3xO-Fq__status{white-space:nowrap;border:1px solid var(--color-border-strong);border-radius:var(--radius-pill);min-height:28px;color:var(--color-text-secondary);background:var(--color-bg-surface);font-size:var(--font-size-xs);justify-content:center;align-items:center;gap:5px;padding:4px 10px;font-weight:800;display:inline-flex}.InPersonDeliveryOrderPanel-module__3xO-Fq__status_waiting{color:var(--color-warning);border-color:color-mix(in srgb, var(--color-warning) 38%, var(--color-border));background:var(--color-warning-bg)}.InPersonDeliveryOrderPanel-module__3xO-Fq__status_preparing{color:var(--color-primary);border-color:color-mix(in srgb, var(--color-primary) 38%, var(--color-border));background:var(--color-primary-light)}.InPersonDeliveryOrderPanel-module__3xO-Fq__status_delivered{color:var(--color-success);border-color:color-mix(in srgb, var(--color-success) 38%, var(--color-border));background:var(--color-success-bg)}.InPersonDeliveryOrderPanel-module__3xO-Fq__loading{justify-content:center;align-items:center;gap:var(--space-3);min-height:90px;color:var(--color-text-muted);font-size:var(--font-size-sm);display:flex}.InPersonDeliveryOrderPanel-module__3xO-Fq__recordGrid{gap:var(--space-3);margin:var(--space-4) 0;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.InPersonDeliveryOrderPanel-module__3xO-Fq__recordGrid>div{min-width:0;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-surface);gap:4px;display:grid}.InPersonDeliveryOrderPanel-module__3xO-Fq__recordGrid span{color:var(--color-text-muted);font-size:var(--font-size-xs)}.InPersonDeliveryOrderPanel-module__3xO-Fq__recordGrid strong{color:var(--color-text-primary);font-size:var(--font-size-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.InPersonDeliveryOrderPanel-module__3xO-Fq__recordImage{align-items:center;gap:var(--space-3);min-width:0;padding:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-primary);background:var(--color-bg-surface);grid-column:1/-1;text-decoration:none;display:flex}.InPersonDeliveryOrderPanel-module__3xO-Fq__recordImagePreview{border-radius:var(--radius-sm);background:var(--color-bg-subtle);flex:0 0 72px;width:72px;height:54px;position:relative;overflow:hidden}.InPersonDeliveryOrderPanel-module__3xO-Fq__recordImagePreview img{object-fit:cover}.InPersonDeliveryOrderPanel-module__3xO-Fq__recordImage>span:nth-child(2){flex:auto;gap:3px;min-width:0;display:grid}.InPersonDeliveryOrderPanel-module__3xO-Fq__recordImage small{color:var(--color-text-muted);font-size:var(--font-size-xs)}.InPersonDeliveryOrderPanel-module__3xO-Fq__recordImage strong{color:var(--color-text-primary);font-size:var(--font-size-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.InPersonDeliveryOrderPanel-module__3xO-Fq__empty{gap:var(--space-3);margin:var(--space-4) 0;padding:var(--space-4);border:1px dashed var(--color-border-strong);border-radius:var(--radius-md);color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 4%, var(--color-bg-surface))}.InPersonDeliveryOrderPanel-module__3xO-Fq__empty div{gap:3px;display:grid}.InPersonDeliveryOrderPanel-module__3xO-Fq__empty strong{color:var(--color-text-primary);font-size:var(--font-size-sm)}.InPersonDeliveryOrderPanel-module__3xO-Fq__empty span{color:var(--color-text-muted);font-size:var(--font-size-xs)}.InPersonDeliveryOrderPanel-module__3xO-Fq__actions{gap:var(--space-2);flex-wrap:wrap}.InPersonDeliveryOrderPanel-module__3xO-Fq__actions .button{align-items:center;gap:var(--space-2);display:inline-flex}.InPersonDeliveryOrderPanel-module__3xO-Fq__form{gap:var(--space-4);color:var(--color-text-primary);flex-direction:column;display:flex}.InPersonDeliveryOrderPanel-module__3xO-Fq__formSummary{gap:var(--space-3);padding:var(--space-4);border:1px solid color-mix(in srgb, var(--color-primary) 20%, var(--color-border));border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-primary-soft) 52%, var(--color-bg-surface))}.InPersonDeliveryOrderPanel-module__3xO-Fq__formSummary>span{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-on-primary);background:var(--color-primary);flex:0 0 40px;place-items:center;display:inline-grid}.InPersonDeliveryOrderPanel-module__3xO-Fq__formSummary div{gap:3px;display:grid}.InPersonDeliveryOrderPanel-module__3xO-Fq__formSummary strong{font-size:var(--font-size-sm)}.InPersonDeliveryOrderPanel-module__3xO-Fq__formSummary small{color:var(--color-text-secondary);font-size:var(--font-size-xs)}.InPersonDeliveryOrderPanel-module__3xO-Fq__formGrid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.InPersonDeliveryOrderPanel-module__3xO-Fq__field{gap:var(--space-2);min-width:0;display:grid}.InPersonDeliveryOrderPanel-module__3xO-Fq__field>span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:750}.InPersonDeliveryOrderPanel-module__3xO-Fq__field b{color:var(--color-danger)}.InPersonDeliveryOrderPanel-module__3xO-Fq__field input,.InPersonDeliveryOrderPanel-module__3xO-Fq__field select,.InPersonDeliveryOrderPanel-module__3xO-Fq__field textarea{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);width:100%;min-height:44px;color:var(--color-text-primary);background:var(--color-bg-surface);transition:border-color var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out);outline:none;padding:9px 12px}.InPersonDeliveryOrderPanel-module__3xO-Fq__field textarea{resize:vertical;min-height:90px}.InPersonDeliveryOrderPanel-module__3xO-Fq__field input:focus,.InPersonDeliveryOrderPanel-module__3xO-Fq__field select:focus,.InPersonDeliveryOrderPanel-module__3xO-Fq__field textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 10%, transparent)}.InPersonDeliveryOrderPanel-module__3xO-Fq__field>small{color:var(--color-danger);font-size:var(--font-size-xs)}.InPersonDeliveryOrderPanel-module__3xO-Fq__fullWidth{grid-column:1/-1}.InPersonDeliveryOrderPanel-module__3xO-Fq__trackingField{position:relative}.InPersonDeliveryOrderPanel-module__3xO-Fq__trackingField input{padding-inline-start:42px}.InPersonDeliveryOrderPanel-module__3xO-Fq__trackingField>div{inset-inline-start:11px;width:22px;height:22px;position:absolute;top:11px}.InPersonDeliveryOrderPanel-module__3xO-Fq__formActions{justify-content:flex-end;gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.InPersonDeliveryOrderPanel-module__3xO-Fq__formActions .button{align-items:center;gap:var(--space-2);display:inline-flex}@media (max-width:840px){.InPersonDeliveryOrderPanel-module__3xO-Fq__recordGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.InPersonDeliveryOrderPanel-module__3xO-Fq__panel{padding:var(--space-4)}.InPersonDeliveryOrderPanel-module__3xO-Fq__panelHeader{flex-direction:column}.InPersonDeliveryOrderPanel-module__3xO-Fq__formGrid,.InPersonDeliveryOrderPanel-module__3xO-Fq__recordGrid{grid-template-columns:1fr}.InPersonDeliveryOrderPanel-module__3xO-Fq__fullWidth{grid-column:auto}}
.ZarsimPay-module__FC93Ia__walletPanel{gap:var(--space-4);min-width:0;display:grid}.ZarsimPay-module__FC93Ia__walletHeader,.ZarsimPay-module__FC93Ia__walletHeaderActions,.ZarsimPay-module__FC93Ia__walletBalanceMain,.ZarsimPay-module__FC93Ia__transactionMain,.ZarsimPay-module__FC93Ia__transactionMeta,.ZarsimPay-module__FC93Ia__filterActions,.ZarsimPay-module__FC93Ia__modalActions,.ZarsimPay-module__FC93Ia__paymentToggleRow,.ZarsimPay-module__FC93Ia__paymentSummaryRow,.ZarsimPay-module__FC93Ia__reportHeader,.ZarsimPay-module__FC93Ia__reportActions{align-items:center;display:flex}.ZarsimPay-module__FC93Ia__walletHeader,.ZarsimPay-module__FC93Ia__reportHeader{justify-content:space-between;gap:var(--space-3);flex-wrap:wrap}.ZarsimPay-module__FC93Ia__walletHeaderTitle,.ZarsimPay-module__FC93Ia__paymentToggleCopy{gap:var(--space-1);display:grid}.ZarsimPay-module__FC93Ia__walletHeaderTitle h2,.ZarsimPay-module__FC93Ia__walletHeaderTitle p{margin:0}.ZarsimPay-module__FC93Ia__walletHeaderTitle p,.ZarsimPay-module__FC93Ia__paymentToggleCopy small,.ZarsimPay-module__FC93Ia__paymentHint{color:var(--color-text-secondary);font-size:var(--font-size-sm)}.ZarsimPay-module__FC93Ia__walletHeaderActions,.ZarsimPay-module__FC93Ia__reportActions,.ZarsimPay-module__FC93Ia__filterActions,.ZarsimPay-module__FC93Ia__modalActions{gap:var(--space-2);flex-wrap:wrap}.ZarsimPay-module__FC93Ia__walletStats,.ZarsimPay-module__FC93Ia__reportStats{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ZarsimPay-module__FC93Ia__walletStat,.ZarsimPay-module__FC93Ia__reportStat{gap:var(--space-2);min-width:0;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-surface);display:grid}.ZarsimPay-module__FC93Ia__walletStat span,.ZarsimPay-module__FC93Ia__reportStat span{color:var(--color-text-secondary);font-size:var(--font-size-sm)}.ZarsimPay-module__FC93Ia__walletStat strong,.ZarsimPay-module__FC93Ia__reportStat strong{color:var(--color-text-primary);font-size:var(--font-size-xl);overflow-wrap:anywhere}.ZarsimPay-module__FC93Ia__walletBalanceMain{gap:var(--space-2);color:var(--color-primary)}.ZarsimPay-module__FC93Ia__walletBalanceMain svg{flex:none}.ZarsimPay-module__FC93Ia__filters,.ZarsimPay-module__FC93Ia__topupForm,.ZarsimPay-module__FC93Ia__adjustForm,.ZarsimPay-module__FC93Ia__refundForm{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-subtle);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.ZarsimPay-module__FC93Ia__filters label,.ZarsimPay-module__FC93Ia__topupForm label,.ZarsimPay-module__FC93Ia__adjustForm label,.ZarsimPay-module__FC93Ia__refundForm label{align-content:start;gap:var(--space-2);min-width:0;color:var(--color-text-secondary);font-size:var(--font-size-sm);display:grid}.ZarsimPay-module__FC93Ia__filters input,.ZarsimPay-module__FC93Ia__filters select,.ZarsimPay-module__FC93Ia__topupForm input,.ZarsimPay-module__FC93Ia__topupForm select,.ZarsimPay-module__FC93Ia__topupForm textarea,.ZarsimPay-module__FC93Ia__adjustForm input,.ZarsimPay-module__FC93Ia__adjustForm select,.ZarsimPay-module__FC93Ia__adjustForm textarea,.ZarsimPay-module__FC93Ia__refundForm input,.ZarsimPay-module__FC93Ia__refundForm select,.ZarsimPay-module__FC93Ia__refundForm textarea,.ZarsimPay-module__FC93Ia__walletAmountInput{width:100%;min-width:0;min-height:var(--control-height-md);padding:0 var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-surface);color:var(--color-text-primary);font:inherit}.ZarsimPay-module__FC93Ia__topupForm textarea,.ZarsimPay-module__FC93Ia__adjustForm textarea,.ZarsimPay-module__FC93Ia__refundForm textarea{min-height:92px;padding-block:var(--space-3);resize:vertical}.ZarsimPay-module__FC93Ia__wideField{grid-column:span 2}.ZarsimPay-module__FC93Ia__fullField,.ZarsimPay-module__FC93Ia__modalActions,.ZarsimPay-module__FC93Ia__topupPreview,.ZarsimPay-module__FC93Ia__topupBreakdown{grid-column:1/-1}.ZarsimPay-module__FC93Ia__transactionList{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-border);gap:1px;display:grid;overflow:hidden}.ZarsimPay-module__FC93Ia__transactionRow{align-items:center;gap:var(--space-3);width:100%;min-width:0;padding:var(--space-3) var(--space-4);background:var(--color-bg-surface);color:var(--color-text-primary);text-align:start;cursor:pointer;border:0;grid-template-columns:minmax(180px,1.4fr) minmax(130px,.8fr) minmax(150px,1fr) auto;display:grid}.ZarsimPay-module__FC93Ia__transactionRow:hover{background:var(--color-bg-hover)}.ZarsimPay-module__FC93Ia__transactionMain,.ZarsimPay-module__FC93Ia__transactionMeta{gap:var(--space-2);min-width:0}.ZarsimPay-module__FC93Ia__transactionMain{align-items:flex-start}.ZarsimPay-module__FC93Ia__transactionMain>div,.ZarsimPay-module__FC93Ia__transactionMeta{display:grid}.ZarsimPay-module__FC93Ia__transactionMain small,.ZarsimPay-module__FC93Ia__transactionMeta,.ZarsimPay-module__FC93Ia__transactionReference{color:var(--color-text-secondary);font-size:var(--font-size-sm)}.ZarsimPay-module__FC93Ia__transactionAmount{white-space:nowrap;font-weight:850}.ZarsimPay-module__FC93Ia__credit{color:var(--color-success)}.ZarsimPay-module__FC93Ia__debit{color:var(--color-danger)}.ZarsimPay-module__FC93Ia__directionIcon{border-radius:var(--radius-sm);background:var(--color-bg-subtle);flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.ZarsimPay-module__FC93Ia__emptyState,.ZarsimPay-module__FC93Ia__errorState,.ZarsimPay-module__FC93Ia__loadingState{place-items:center;gap:var(--space-3);min-height:180px;padding:var(--space-5);border:1px dashed var(--color-border);border-radius:var(--radius-md);color:var(--color-text-secondary);text-align:center;display:grid}.ZarsimPay-module__FC93Ia__transactionDetails{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.ZarsimPay-module__FC93Ia__transactionDetails>div{gap:var(--space-1);padding:var(--space-3);background:var(--color-bg-surface);display:grid}.ZarsimPay-module__FC93Ia__transactionDetails span{color:var(--color-text-secondary);font-size:var(--font-size-xs)}.ZarsimPay-module__FC93Ia__topupPreview{gap:var(--space-3);padding:var(--space-3);border:1px dashed var(--color-border);border-radius:var(--radius-sm);grid-template-columns:140px minmax(0,1fr);align-items:center;display:grid}.ZarsimPay-module__FC93Ia__topupPreview img{border-radius:var(--radius-sm);object-fit:cover;width:140px;height:96px}.ZarsimPay-module__FC93Ia__topupBreakdown{gap:var(--space-2);padding:var(--space-3);border:1px solid color-mix(in srgb, var(--color-primary) 22%, var(--color-border));border-radius:var(--radius-sm);background:var(--color-primary-light);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ZarsimPay-module__FC93Ia__paymentBox{gap:var(--space-4);margin-top:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-subtle);display:grid}.ZarsimPay-module__FC93Ia__paymentToggleRow{justify-content:space-between;gap:var(--space-3)}.ZarsimPay-module__FC93Ia__paymentControls{gap:var(--space-2);grid-template-columns:minmax(0,1fr) auto;display:grid}.ZarsimPay-module__FC93Ia__paymentSummary{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-border);gap:1px;display:grid;overflow:hidden}.ZarsimPay-module__FC93Ia__paymentSummaryRow{justify-content:space-between;gap:var(--space-3);padding:var(--space-2) var(--space-3);background:var(--color-bg-surface)}.ZarsimPay-module__FC93Ia__fieldError{color:var(--color-danger);font-size:var(--font-size-sm)}.ZarsimPay-module__FC93Ia__reportTableWrap{border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:0;overflow-x:auto}.ZarsimPay-module__FC93Ia__reportTable{border-collapse:collapse;width:100%;min-width:760px}.ZarsimPay-module__FC93Ia__reportTable th,.ZarsimPay-module__FC93Ia__reportTable td{padding:var(--space-3);border-bottom:1px solid var(--color-border);text-align:start}.ZarsimPay-module__FC93Ia__mismatch{color:var(--color-danger);font-weight:750}@media (max-width:900px){.ZarsimPay-module__FC93Ia__walletStats,.ZarsimPay-module__FC93Ia__reportStats,.ZarsimPay-module__FC93Ia__filters,.ZarsimPay-module__FC93Ia__topupForm,.ZarsimPay-module__FC93Ia__adjustForm,.ZarsimPay-module__FC93Ia__refundForm{grid-template-columns:repeat(2,minmax(0,1fr))}.ZarsimPay-module__FC93Ia__transactionRow{grid-template-columns:minmax(0,1fr) auto}.ZarsimPay-module__FC93Ia__transactionMeta,.ZarsimPay-module__FC93Ia__transactionReference{display:none}}@media (max-width:560px){.ZarsimPay-module__FC93Ia__walletStats,.ZarsimPay-module__FC93Ia__reportStats,.ZarsimPay-module__FC93Ia__filters,.ZarsimPay-module__FC93Ia__topupForm,.ZarsimPay-module__FC93Ia__adjustForm,.ZarsimPay-module__FC93Ia__refundForm,.ZarsimPay-module__FC93Ia__transactionDetails,.ZarsimPay-module__FC93Ia__topupBreakdown{grid-template-columns:1fr}.ZarsimPay-module__FC93Ia__wideField,.ZarsimPay-module__FC93Ia__fullField,.ZarsimPay-module__FC93Ia__modalActions,.ZarsimPay-module__FC93Ia__topupPreview,.ZarsimPay-module__FC93Ia__topupBreakdown{grid-column:auto}.ZarsimPay-module__FC93Ia__walletHeaderActions,.ZarsimPay-module__FC93Ia__reportActions,.ZarsimPay-module__FC93Ia__filterActions,.ZarsimPay-module__FC93Ia__modalActions{width:100%}.ZarsimPay-module__FC93Ia__walletHeaderActions>*,.ZarsimPay-module__FC93Ia__reportActions>*,.ZarsimPay-module__FC93Ia__filterActions>*,.ZarsimPay-module__FC93Ia__modalActions>*{flex:140px}.ZarsimPay-module__FC93Ia__topupPreview{grid-template-columns:1fr}.ZarsimPay-module__FC93Ia__topupPreview img{width:100%;height:180px}.ZarsimPay-module__FC93Ia__paymentToggleRow{align-items:flex-start}.ZarsimPay-module__FC93Ia__paymentControls{grid-template-columns:1fr}}
.ZarsimLive-module__xoiHqW__headerActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.ZarsimLive-module__xoiHqW__priceInput{border:1px solid var(--neo-color-border,#d9dde5);background:var(--neo-color-surface,#fff);width:150px;max-width:100%;color:inherit;font:inherit;text-align:left;direction:ltr;border-radius:8px;padding:8px 10px}.ZarsimLive-module__xoiHqW__priceInput:focus{border-color:var(--neo-color-primary,#4676fa);outline:2px solid color-mix(in srgb, var(--neo-color-primary,#4676fa) 20%, transparent)}.ZarsimLive-module__xoiHqW__priceInput:disabled{cursor:not-allowed;opacity:.65}.ZarsimLive-module__xoiHqW__updatedAt{white-space:nowrap;color:var(--neo-color-muted,#707785)}@media (max-width:768px){.ZarsimLive-module__xoiHqW__headerActions{justify-content:flex-start;margin-bottom:12px}.ZarsimLive-module__xoiHqW__priceInput{width:125px}}
.FeedbackReports-module__RKZw3G__page{min-width:0;padding:12px}.FeedbackReports-module__RKZw3G__surface{border:1px solid var(--color-border);background:var(--color-bg-surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:22px;padding:20px;overflow:hidden}.FeedbackReports-module__RKZw3G__heroHeader{border:1px solid color-mix(in srgb, var(--color-primary) 18%, var(--color-border));background:linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 9%, var(--color-bg-surface)), var(--color-bg-surface) 62%);border-radius:18px;justify-content:space-between;align-items:center;gap:20px;margin:-4px -4px 18px;padding:18px;display:flex}.FeedbackReports-module__RKZw3G__heroTitle,.FeedbackReports-module__RKZw3G__heroActions,.FeedbackReports-module__RKZw3G__detailsBadges,.FeedbackReports-module__RKZw3G__detailsActions,.FeedbackReports-module__RKZw3G__resultMeta{align-items:center;display:flex}.FeedbackReports-module__RKZw3G__heroTitle{gap:13px;min-width:0}.FeedbackReports-module__RKZw3G__heroMark{background:color-mix(in srgb, var(--color-primary) 14%, var(--color-bg-surface));width:50px;height:50px;color:var(--color-primary);box-shadow:0 9px 22px color-mix(in srgb, var(--color-primary) 13%, transparent);border-radius:16px;flex:0 0 50px;justify-content:center;align-items:center;display:inline-flex}.FeedbackReports-module__RKZw3G__heroTitle>div{min-width:0}.FeedbackReports-module__RKZw3G__heroEyebrow{color:var(--color-primary);font-size:11px;font-weight:850}.FeedbackReports-module__RKZw3G__heroTitle h1{color:var(--color-text-primary);margin:1px 0 0;font-size:23px;font-weight:950;line-height:1.5}.FeedbackReports-module__RKZw3G__heroTitle p{color:var(--color-text-secondary);margin:2px 0 0;font-size:12px;line-height:1.8}.FeedbackReports-module__RKZw3G__heroActions{flex:none;gap:10px}.FeedbackReports-module__RKZw3G__lastUpdate{color:var(--color-text-muted);white-space:nowrap;font-size:10px}.FeedbackReports-module__RKZw3G__lastUpdate strong{color:var(--color-text-secondary)}.FeedbackReports-module__RKZw3G__heroActions button,.FeedbackReports-module__RKZw3G__clearButton,.FeedbackReports-module__RKZw3G__typeFilter,.FeedbackReports-module__RKZw3G__typeFilterActive,.FeedbackReports-module__RKZw3G__detailsActions a{border:1px solid var(--color-border);background:var(--color-bg-surface);min-height:38px;color:var(--color-text-secondary);cursor:pointer;transition:transform var(--motion-normal) var(--ease-standard), border-color var(--motion-normal) var(--ease-standard), color var(--motion-normal) var(--ease-standard), background-color var(--motion-normal) var(--ease-standard);border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.FeedbackReports-module__RKZw3G__heroActions button:hover:not(:disabled),.FeedbackReports-module__RKZw3G__clearButton:hover,.FeedbackReports-module__RKZw3G__typeFilter:hover,.FeedbackReports-module__RKZw3G__typeFilterActive:hover,.FeedbackReports-module__RKZw3G__detailsActions a:hover{border-color:color-mix(in srgb, var(--color-primary) 36%, var(--color-border));color:var(--color-primary);transform:translateY(-1px)}.FeedbackReports-module__RKZw3G__heroActions button:disabled{cursor:wait;opacity:.65}.FeedbackReports-module__RKZw3G__statsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.FeedbackReports-module__RKZw3G__statCard,.FeedbackReports-module__RKZw3G__statCardActive{--stat-color:var(--color-primary);border:1px solid color-mix(in srgb, var(--stat-color) 18%, var(--color-border));background:linear-gradient(145deg, color-mix(in srgb, var(--stat-color) 7%, var(--color-bg-surface)), var(--color-bg-surface) 70%);min-width:0;min-height:76px;color:var(--color-text-primary);cursor:pointer;text-align:right;transition:transform var(--motion-normal) var(--ease-standard), border-color var(--motion-normal) var(--ease-standard), box-shadow var(--motion-normal) var(--ease-standard);border-radius:15px;align-items:center;gap:11px;padding:12px;display:flex}.FeedbackReports-module__RKZw3G__statCard[data-status=pending],.FeedbackReports-module__RKZw3G__statCardActive[data-status=pending]{--stat-color:#d97706}.FeedbackReports-module__RKZw3G__statCard[data-status=done],.FeedbackReports-module__RKZw3G__statCardActive[data-status=done]{--stat-color:var(--color-success)}.FeedbackReports-module__RKZw3G__statCard[data-status=reject],.FeedbackReports-module__RKZw3G__statCardActive[data-status=reject]{--stat-color:var(--color-danger)}.FeedbackReports-module__RKZw3G__statCard:hover,.FeedbackReports-module__RKZw3G__statCardActive{border-color:color-mix(in srgb, var(--stat-color) 52%, var(--color-border));box-shadow:0 9px 20px color-mix(in srgb, var(--stat-color) 10%, transparent);transform:translateY(-1px)}.FeedbackReports-module__RKZw3G__statCardActive{box-shadow:inset 0 -2px 0 var(--stat-color), 0 9px 20px color-mix(in srgb, var(--stat-color) 10%, transparent)}.FeedbackReports-module__RKZw3G__statIcon{background:color-mix(in srgb, var(--stat-color) 13%, var(--color-bg-surface));width:40px;height:40px;color:var(--stat-color);border-radius:12px;flex:0 0 40px;justify-content:center;align-items:center;display:inline-flex}.FeedbackReports-module__RKZw3G__statCard>span:last-child,.FeedbackReports-module__RKZw3G__statCardActive>span:last-child{flex-direction:column;min-width:0;display:flex}.FeedbackReports-module__RKZw3G__statCard small,.FeedbackReports-module__RKZw3G__statCardActive small{color:var(--color-text-secondary);font-size:10px;font-weight:750}.FeedbackReports-module__RKZw3G__statCard strong,.FeedbackReports-module__RKZw3G__statCardActive strong{color:var(--color-text-primary);margin-top:1px;font-size:20px;font-weight:950}.FeedbackReports-module__RKZw3G__filters{border:1px solid var(--color-border);background:var(--color-bg-subtle);border-radius:15px;grid-template-columns:minmax(280px,1fr) auto auto;align-items:center;gap:9px;margin-bottom:9px;padding:10px;display:grid}.FeedbackReports-module__RKZw3G__searchField{border:1px solid var(--color-border);background:var(--color-bg-surface);min-width:0;min-height:40px;color:var(--color-text-muted);transition:border-color var(--motion-normal) var(--ease-standard), box-shadow var(--motion-normal) var(--ease-standard);border-radius:11px;align-items:center;gap:8px;padding:0 11px;display:flex}.FeedbackReports-module__RKZw3G__searchField:focus-within{border-color:color-mix(in srgb, var(--color-primary) 55%, var(--color-border));box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 10%, transparent)}.FeedbackReports-module__RKZw3G__searchField input{width:100%;min-width:0;color:var(--color-text-primary);font:inherit;background:0 0;border:0;outline:0;font-size:12px}.FeedbackReports-module__RKZw3G__searchField>span{color:var(--color-primary);flex:none;font-size:10px;font-weight:800}.FeedbackReports-module__RKZw3G__typeFilters{border:1px solid var(--color-border);background:var(--color-bg-surface);border-radius:12px;gap:5px;padding:3px;display:flex}.FeedbackReports-module__RKZw3G__typeFilter,.FeedbackReports-module__RKZw3G__typeFilterActive{border:0;border-radius:9px;min-height:32px;padding-inline:10px}.FeedbackReports-module__RKZw3G__typeFilterActive{background:color-mix(in srgb, var(--color-primary) 11%, var(--color-bg-surface));color:var(--color-primary)}.FeedbackReports-module__RKZw3G__clearButton{color:var(--color-danger)}.FeedbackReports-module__RKZw3G__clearButton:hover{border-color:color-mix(in srgb, var(--color-danger) 35%, var(--color-border));background:var(--color-danger-bg);color:var(--color-danger)}.FeedbackReports-module__RKZw3G__resultMeta{min-height:32px;color:var(--color-text-secondary);justify-content:space-between;gap:12px;padding:0 3px;font-size:10px}.FeedbackReports-module__RKZw3G__resultMeta strong{color:var(--color-text-primary)}.FeedbackReports-module__RKZw3G__typeBadge,.FeedbackReports-module__RKZw3G__statusBadge{border:1px solid color-mix(in srgb, var(--badge-color) 24%, var(--color-border));background:color-mix(in srgb, var(--badge-color) 8%, var(--color-bg-surface));min-height:27px;color:var(--badge-color);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:850;display:inline-flex}.FeedbackReports-module__RKZw3G__typeBadge{--badge-color:var(--color-danger)}.FeedbackReports-module__RKZw3G__typeBadge[data-type=idea],.FeedbackReports-module__RKZw3G__statusBadge{--badge-color:#d97706}.FeedbackReports-module__RKZw3G__statusBadge[data-status=all]{--badge-color:var(--color-primary)}.FeedbackReports-module__RKZw3G__statusBadge[data-status=done]{--badge-color:var(--color-success)}.FeedbackReports-module__RKZw3G__statusBadge[data-status=reject]{--badge-color:var(--color-danger)}.FeedbackReports-module__RKZw3G__statusBadge>span{background:var(--badge-color);border-radius:50%;width:6px;height:6px}.FeedbackReports-module__RKZw3G__reportSummary{flex-direction:column;min-width:210px;max-width:340px;display:flex}.FeedbackReports-module__RKZw3G__reportSummary strong,.FeedbackReports-module__RKZw3G__reportSummary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.FeedbackReports-module__RKZw3G__reportSummary strong{color:var(--color-text-primary);font-size:12px;font-weight:900}.FeedbackReports-module__RKZw3G__reportSummary small{color:var(--color-text-secondary);margin-top:3px;font-size:10px}.FeedbackReports-module__RKZw3G__pagePath{border:1px solid var(--color-border);background:var(--color-bg-subtle);max-width:200px;color:var(--color-text-secondary);text-align:left;text-overflow:ellipsis;white-space:nowrap;border-radius:8px;padding:5px 7px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;display:block;overflow:hidden}.FeedbackReports-module__RKZw3G__creatorBadge{align-items:center;gap:8px;min-width:150px;display:flex}.FeedbackReports-module__RKZw3G__creatorBadge>span{background:color-mix(in srgb, var(--color-primary) 12%, var(--color-bg-surface));width:32px;height:32px;color:var(--color-primary);border-radius:10px;flex:0 0 32px;justify-content:center;align-items:center;font-size:10px;font-weight:900;display:inline-flex}.FeedbackReports-module__RKZw3G__creatorBadge>div,.FeedbackReports-module__RKZw3G__dateCell{flex-direction:column;min-width:0;display:flex}.FeedbackReports-module__RKZw3G__creatorBadge strong,.FeedbackReports-module__RKZw3G__creatorBadge small,.FeedbackReports-module__RKZw3G__dateCell strong,.FeedbackReports-module__RKZw3G__dateCell small{white-space:nowrap}.FeedbackReports-module__RKZw3G__creatorBadge strong,.FeedbackReports-module__RKZw3G__dateCell strong{color:var(--color-text-primary);font-size:10px;font-weight:850}.FeedbackReports-module__RKZw3G__creatorBadge small,.FeedbackReports-module__RKZw3G__dateCell small{color:var(--color-text-muted);font-size:9px}.FeedbackReports-module__RKZw3G__statusSelect{--select-color:#d97706;border:1px solid color-mix(in srgb, var(--select-color) 32%, var(--color-border));background:color-mix(in srgb, var(--select-color) 7%, var(--color-bg-surface));max-width:145px;min-height:34px;color:var(--select-color);cursor:pointer;font:inherit;border-radius:10px;outline:none;padding:0 9px 0 28px;font-size:10px;font-weight:850}.FeedbackReports-module__RKZw3G__statusSelect[data-status=done]{--select-color:var(--color-success)}.FeedbackReports-module__RKZw3G__statusSelect[data-status=reject]{--select-color:var(--color-danger)}.FeedbackReports-module__RKZw3G__statusSelect:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--select-color) 12%, transparent)}.FeedbackReports-module__RKZw3G__statusSelect:disabled{cursor:wait;opacity:.65}.FeedbackReports-module__RKZw3G__viewButton{border:1px solid var(--color-border);background:var(--color-bg-surface);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:transform var(--motion-normal) var(--ease-standard), border-color var(--motion-normal) var(--ease-standard), color var(--motion-normal) var(--ease-standard), box-shadow var(--motion-normal) var(--ease-standard);border-radius:11px;justify-content:center;align-items:center;padding:0;display:inline-flex}.FeedbackReports-module__RKZw3G__viewButton:hover,.FeedbackReports-module__RKZw3G__viewButton:focus-visible{border-color:color-mix(in srgb, var(--color-primary) 44%, var(--color-border));color:var(--color-primary);box-shadow:0 7px 15px color-mix(in srgb, var(--color-primary) 10%, transparent);outline:none;transform:translateY(-1px)}.FeedbackReports-module__RKZw3G__loadingState,.FeedbackReports-module__RKZw3G__emptyState{min-height:250px;color:var(--color-text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.FeedbackReports-module__RKZw3G__emptyState>span{background:var(--color-bg-subtle);width:58px;height:58px;color:var(--color-primary);border-radius:18px;justify-content:center;align-items:center;display:inline-flex}.FeedbackReports-module__RKZw3G__emptyState strong,.FeedbackReports-module__RKZw3G__loadingState strong{color:var(--color-text-primary);font-size:14px}.FeedbackReports-module__RKZw3G__emptyState p{max-width:420px;margin:0;font-size:11px;line-height:1.8}.FeedbackReports-module__RKZw3G__details{--details-accent:var(--color-danger);gap:16px;display:grid}.FeedbackReports-module__RKZw3G__details[data-type=idea]{--details-accent:#d97706}.FeedbackReports-module__RKZw3G__detailsHero{border:1px solid color-mix(in srgb, var(--details-accent) 20%, var(--color-border));background:linear-gradient(135deg, color-mix(in srgb, var(--details-accent) 9%, var(--color-bg-surface)), var(--color-bg-surface) 70%);border-radius:18px;align-items:flex-start;gap:13px;margin:-8px -8px 0;padding:17px;display:flex}.FeedbackReports-module__RKZw3G__detailsIcon,.FeedbackReports-module__RKZw3G__metaIcon{flex:none;justify-content:center;align-items:center;display:inline-flex}.FeedbackReports-module__RKZw3G__detailsIcon{background:color-mix(in srgb, var(--details-accent) 14%, var(--color-bg-surface));width:48px;height:48px;color:var(--details-accent);border-radius:15px}.FeedbackReports-module__RKZw3G__detailsHero>div{min-width:0}.FeedbackReports-module__RKZw3G__detailsBadges{gap:6px;margin-bottom:5px}.FeedbackReports-module__RKZw3G__detailsHero h2{color:var(--color-text-primary);overflow-wrap:anywhere;margin:0;font-size:19px;font-weight:950;line-height:1.65}.FeedbackReports-module__RKZw3G__detailsHero>div>span{color:var(--color-text-muted);font-size:10px}.FeedbackReports-module__RKZw3G__detailsMeta{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.FeedbackReports-module__RKZw3G__detailsMeta>div{border:1px solid var(--color-border);background:var(--color-bg-subtle);border-radius:13px;align-items:center;gap:9px;min-width:0;padding:11px;display:flex}.FeedbackReports-module__RKZw3G__metaIcon{background:var(--color-bg-surface);width:34px;height:34px;color:var(--color-primary);border-radius:10px}.FeedbackReports-module__RKZw3G__detailsMeta>div>span:last-child{flex-direction:column;min-width:0;display:flex}.FeedbackReports-module__RKZw3G__detailsMeta small,.FeedbackReports-module__RKZw3G__statusHistory small{color:var(--color-text-muted);font-size:9px}.FeedbackReports-module__RKZw3G__detailsMeta strong{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:850;overflow:hidden}.FeedbackReports-module__RKZw3G__descriptionBox{border:1px solid var(--color-border);background:var(--color-bg-surface);border-radius:14px;padding:15px}.FeedbackReports-module__RKZw3G__descriptionBox>span{color:var(--details-accent);font-size:10px;font-weight:850}.FeedbackReports-module__RKZw3G__descriptionBox p{color:var(--color-text-primary);white-space:pre-wrap;overflow-wrap:anywhere;margin:7px 0 0;font-size:13px;line-height:2}.FeedbackReports-module__RKZw3G__detailsFooter{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:14px;padding-top:14px;display:flex}.FeedbackReports-module__RKZw3G__statusHistory{flex-direction:column;min-width:0;display:flex}.FeedbackReports-module__RKZw3G__statusHistory strong{color:var(--color-text-primary);font-size:11px;font-weight:850}.FeedbackReports-module__RKZw3G__statusHistory span{color:var(--color-text-muted);font-size:9px}.FeedbackReports-module__RKZw3G__detailsActions{flex:none;gap:8px}.FeedbackReports-module__RKZw3G__detailsActions a{color:var(--color-primary)}.FeedbackReports-module__RKZw3G__spinning{animation:.8s linear infinite FeedbackReports-module__RKZw3G__spin}@keyframes FeedbackReports-module__RKZw3G__spin{to{transform:rotate(360deg)}}@media (max-width:960px){.FeedbackReports-module__RKZw3G__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.FeedbackReports-module__RKZw3G__filters{grid-template-columns:1fr auto}.FeedbackReports-module__RKZw3G__searchField{grid-column:1/-1}.FeedbackReports-module__RKZw3G__detailsMeta{grid-template-columns:1fr}}@media (max-width:680px){.FeedbackReports-module__RKZw3G__page{padding:8px}.FeedbackReports-module__RKZw3G__surface{border-radius:17px;padding:12px}.FeedbackReports-module__RKZw3G__heroHeader,.FeedbackReports-module__RKZw3G__detailsFooter{flex-direction:column;align-items:stretch}.FeedbackReports-module__RKZw3G__heroHeader{padding:14px}.FeedbackReports-module__RKZw3G__heroActions{justify-content:space-between}.FeedbackReports-module__RKZw3G__statsGrid{grid-template-columns:1fr}.FeedbackReports-module__RKZw3G__statCard,.FeedbackReports-module__RKZw3G__statCardActive{min-height:64px}.FeedbackReports-module__RKZw3G__filters{grid-template-columns:1fr}.FeedbackReports-module__RKZw3G__searchField{grid-column:auto}.FeedbackReports-module__RKZw3G__typeFilters,.FeedbackReports-module__RKZw3G__clearButton{width:100%}.FeedbackReports-module__RKZw3G__typeFilter,.FeedbackReports-module__RKZw3G__typeFilterActive{flex:1}.FeedbackReports-module__RKZw3G__detailsHero{margin-inline:0;padding:14px}.FeedbackReports-module__RKZw3G__detailsActions{flex-direction:column;align-items:stretch}.FeedbackReports-module__RKZw3G__detailsActions>*,.FeedbackReports-module__RKZw3G__statusSelect{width:100%;max-width:none}}
.InPersonDeliveries-module__KYLmTa__page{direction:rtl;width:100%;max-width:1440px;margin:0 auto;padding:22px}.InPersonDeliveries-module__KYLmTa__hero{border:1px solid color-mix(in srgb, var(--color-primary) 18%, var(--color-border));border-radius:var(--radius-xl);background:linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 7%, var(--color-bg-surface)), var(--color-bg-surface) 64%);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:24px;padding:24px 26px;display:flex}.InPersonDeliveries-module__KYLmTa__heroTitle,.InPersonDeliveries-module__KYLmTa__heroActions,.InPersonDeliveries-module__KYLmTa__personCell,.InPersonDeliveries-module__KYLmTa__rowActions,.InPersonDeliveries-module__KYLmTa__formIntro{align-items:center;display:flex}.InPersonDeliveries-module__KYLmTa__heroTitle{gap:16px}.InPersonDeliveries-module__KYLmTa__heroIcon{width:54px;height:54px;color:var(--color-on-primary);border-radius:var(--radius-lg);background:var(--color-primary);box-shadow:0 10px 22px color-mix(in srgb, var(--color-primary) 20%, transparent);flex:0 0 54px;place-items:center;display:grid}.InPersonDeliveries-module__KYLmTa__heroTitle p{color:var(--color-primary);margin:0 0 3px;font-size:.78rem;font-weight:800}.InPersonDeliveries-module__KYLmTa__heroTitle h1{color:var(--color-text-primary);margin:0;font-size:clamp(1.35rem,2vw,1.85rem)}.InPersonDeliveries-module__KYLmTa__heroTitle div>span{color:var(--color-text-muted);margin-top:7px;font-size:.86rem;display:block}.InPersonDeliveries-module__KYLmTa__heroActions{gap:9px}.InPersonDeliveries-module__KYLmTa__refreshButton,.InPersonDeliveries-module__KYLmTa__rowActions button{border:1px solid var(--color-border);color:var(--color-text-primary);background:var(--color-bg-surface);cursor:pointer;place-items:center;display:inline-grid}.InPersonDeliveries-module__KYLmTa__refreshButton{border-radius:12px;width:43px;height:43px}.InPersonDeliveries-module__KYLmTa__refreshButton:hover,.InPersonDeliveries-module__KYLmTa__rowActions button:hover{color:var(--color-primary);border-color:color-mix(in srgb, var(--color-primary) 45%, var(--color-border));background:var(--color-primary-light)}.InPersonDeliveries-module__KYLmTa__addButton{align-items:center;gap:7px;min-height:43px;display:inline-flex}.InPersonDeliveries-module__KYLmTa__statsGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;margin:14px 0;display:grid}.InPersonDeliveries-module__KYLmTa__statCard{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-surface);min-height:112px;box-shadow:var(--shadow-xs);align-items:center;gap:13px;padding:18px;display:flex;position:relative;overflow:hidden}.InPersonDeliveries-module__KYLmTa__statCard:after{content:"";opacity:.05;background:currentColor;border-radius:50%;width:90px;height:90px;position:absolute;inset:auto -28px -38px auto}.InPersonDeliveries-module__KYLmTa__statIcon{background:currentColor;border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.InPersonDeliveries-module__KYLmTa__statIcon svg{color:#fff}.InPersonDeliveries-module__KYLmTa__statCard div{gap:2px;display:grid}.InPersonDeliveries-module__KYLmTa__statCard div>span,.InPersonDeliveries-module__KYLmTa__statCard small{color:var(--color-text-muted);font-size:.76rem}.InPersonDeliveries-module__KYLmTa__statCard strong{color:var(--color-text-primary);font-size:1.55rem;line-height:1.15}.InPersonDeliveries-module__KYLmTa__statblue{color:var(--color-primary)}.InPersonDeliveries-module__KYLmTa__statamber{color:var(--color-warning)}.InPersonDeliveries-module__KYLmTa__statgreen{color:var(--color-success)}.InPersonDeliveries-module__KYLmTa__statviolet{color:var(--color-info)}.InPersonDeliveries-module__KYLmTa__listCard{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-bg-surface);box-shadow:var(--shadow-sm);overflow:hidden}.InPersonDeliveries-module__KYLmTa__listHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-end;gap:24px;padding:20px 22px;display:flex}.InPersonDeliveries-module__KYLmTa__listHeader h2{color:var(--color-text-primary);margin:0;font-size:1.05rem}.InPersonDeliveries-module__KYLmTa__listHeader p{color:var(--color-text-muted);margin:5px 0 0;font-size:.77rem}.InPersonDeliveries-module__KYLmTa__filters{grid-template-columns:repeat(3,minmax(140px,1fr));gap:9px;display:grid}.InPersonDeliveries-module__KYLmTa__filters label,.InPersonDeliveries-module__KYLmTa__field{gap:6px;display:grid}.InPersonDeliveries-module__KYLmTa__filters label>span,.InPersonDeliveries-module__KYLmTa__field>span{color:var(--color-text-secondary);font-size:.72rem;font-weight:700}.InPersonDeliveries-module__KYLmTa__filters select,.InPersonDeliveries-module__KYLmTa__field input,.InPersonDeliveries-module__KYLmTa__field select,.InPersonDeliveries-module__KYLmTa__field textarea{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);width:100%;color:var(--color-text-primary);background:var(--color-bg-surface);outline:none;transition:border-color .16s,box-shadow .16s}.InPersonDeliveries-module__KYLmTa__filters select{min-height:39px;padding:0 10px;font-size:.78rem}.InPersonDeliveries-module__KYLmTa__field input,.InPersonDeliveries-module__KYLmTa__field select{min-height:44px;padding:0 12px}.InPersonDeliveries-module__KYLmTa__field textarea{resize:vertical;min-height:104px;padding:11px 12px}.InPersonDeliveries-module__KYLmTa__field input:focus,.InPersonDeliveries-module__KYLmTa__field select:focus,.InPersonDeliveries-module__KYLmTa__field textarea:focus,.InPersonDeliveries-module__KYLmTa__filters select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 10%, transparent)}.InPersonDeliveries-module__KYLmTa__field b{color:var(--color-danger)}.InPersonDeliveries-module__KYLmTa__field small{color:var(--color-danger);font-size:.72rem}.InPersonDeliveries-module__KYLmTa__field em{color:#8b6a22;font-size:.72rem;font-style:normal}.InPersonDeliveries-module__KYLmTa__tableArea{min-height:330px;position:relative}.InPersonDeliveries-module__KYLmTa__tableLoadingStatus{z-index:4;border:1px solid var(--color-border);color:var(--color-text-secondary);background:color-mix(in srgb, var(--color-bg-surface) 94%, transparent);box-shadow:var(--shadow-sm);pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:7px 11px;font-size:.74rem;font-weight:700;display:inline-flex;position:absolute;top:13px;left:50%;transform:translate(-50%)}.InPersonDeliveries-module__KYLmTa__tableLoadingStatus>:first-child{width:16px;height:16px}.InPersonDeliveries-module__KYLmTa__personCell{gap:10px;min-width:190px}.InPersonDeliveries-module__KYLmTa__avatar{width:36px;height:36px;color:var(--color-primary);background:var(--color-primary-light);border-radius:11px;flex:0 0 36px;place-items:center;display:grid;position:relative}.InPersonDeliveries-module__KYLmTa__avatarImage{border:1px solid var(--color-border);background:var(--color-bg-subtle);overflow:hidden}.InPersonDeliveries-module__KYLmTa__avatarImage img{object-fit:cover}.InPersonDeliveries-module__KYLmTa__personCell div,.InPersonDeliveries-module__KYLmTa__receiverCell,.InPersonDeliveries-module__KYLmTa__dateCell{gap:3px;display:grid}.InPersonDeliveries-module__KYLmTa__personCell strong,.InPersonDeliveries-module__KYLmTa__receiverCell strong,.InPersonDeliveries-module__KYLmTa__dateCell strong{color:var(--color-text-primary);font-size:.81rem}.InPersonDeliveries-module__KYLmTa__personCell code{width:fit-content;color:var(--color-primary);background:var(--color-primary-light);direction:ltr;border-radius:5px;padding:2px 6px;font-family:inherit;font-size:.7rem}.InPersonDeliveries-module__KYLmTa__orderReference{color:var(--color-text-muted);font-size:var(--font-size-xs)}.InPersonDeliveries-module__KYLmTa__receiverCell a,.InPersonDeliveries-module__KYLmTa__dateCell span{color:var(--color-text-muted);direction:ltr;font-size:.74rem}.InPersonDeliveries-module__KYLmTa__productBadge,.InPersonDeliveries-module__KYLmTa__statusButton,.InPersonDeliveries-module__KYLmTa__tipaxButton{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:5px;width:fit-content;font-size:.72rem;font-weight:750;display:inline-flex}.InPersonDeliveries-module__KYLmTa__productBadge{min-width:58px;padding:5px 9px}.InPersonDeliveries-module__KYLmTa__productType1{color:var(--color-warning);background:var(--color-warning-bg)}.InPersonDeliveries-module__KYLmTa__productType2{color:#9b6304;background:color-mix(in srgb, #d99a16 14%, var(--color-bg-surface))}.InPersonDeliveries-module__KYLmTa__productType3{color:var(--color-text-secondary);background:var(--color-bg-subtle)}.InPersonDeliveries-module__KYLmTa__statusButton,.InPersonDeliveries-module__KYLmTa__tipaxButton{cursor:pointer;border:1px solid #0000;padding:6px 9px}.InPersonDeliveries-module__KYLmTa__statusButton:disabled,.InPersonDeliveries-module__KYLmTa__tipaxButton:disabled{cursor:default}.InPersonDeliveries-module__KYLmTa__statusWaiting{color:var(--color-warning);border-color:color-mix(in srgb, var(--color-warning) 38%, var(--color-border));background:var(--color-warning-bg)}.InPersonDeliveries-module__KYLmTa__statusDelivered{color:var(--color-success);border-color:color-mix(in srgb, var(--color-success) 38%, var(--color-border));background:var(--color-success-bg)}.InPersonDeliveries-module__KYLmTa__statusPreparing{color:var(--color-primary);border-color:color-mix(in srgb, var(--color-primary) 38%, var(--color-border));background:var(--color-primary-light)}.InPersonDeliveries-module__KYLmTa__statusPicker{border:1px solid;border-radius:999px;align-items:center;gap:4px;width:fit-content;min-height:34px;padding-inline-start:9px;display:inline-flex}.InPersonDeliveries-module__KYLmTa__statusPicker select{min-height:32px;color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;outline:0;padding:4px 5px 4px 10px;font-size:.72rem;font-weight:750}.InPersonDeliveries-module__KYLmTa__statusPicker select:disabled{cursor:default;opacity:1}.InPersonDeliveries-module__KYLmTa__tipaxButton{color:var(--color-text-secondary);border-color:var(--color-border);background:var(--color-bg-subtle)}.InPersonDeliveries-module__KYLmTa__tipaxActive{color:var(--color-primary);border-color:color-mix(in srgb, var(--color-primary) 38%, var(--color-border));background:var(--color-primary-light)}.InPersonDeliveries-module__KYLmTa__rowActions{gap:6px}.InPersonDeliveries-module__KYLmTa__rowActions button{border-radius:9px;width:34px;height:34px}.InPersonDeliveries-module__KYLmTa__rowActions .InPersonDeliveries-module__KYLmTa__deleteAction{color:var(--color-danger)}.InPersonDeliveries-module__KYLmTa__deliveryForm{gap:20px;display:grid}.InPersonDeliveries-module__KYLmTa__formIntro{color:var(--color-primary);border:1px solid color-mix(in srgb, var(--color-primary) 20%, var(--color-border));border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-primary-soft) 52%, var(--color-bg-surface));gap:11px;padding:13px 14px}.InPersonDeliveries-module__KYLmTa__formIntro div{gap:3px;display:grid}.InPersonDeliveries-module__KYLmTa__formIntro strong{color:var(--color-text-primary);font-size:.85rem}.InPersonDeliveries-module__KYLmTa__formIntro span{color:var(--color-text-muted);font-size:.73rem}.InPersonDeliveries-module__KYLmTa__formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.InPersonDeliveries-module__KYLmTa__fullWidth{grid-column:1/-1}.InPersonDeliveries-module__KYLmTa__codeInput{position:relative}.InPersonDeliveries-module__KYLmTa__codeInput input{padding-left:42px}.InPersonDeliveries-module__KYLmTa__codeInput>div{width:20px;height:20px;position:absolute;top:12px;left:12px}.InPersonDeliveries-module__KYLmTa__formFooter{border-top:1px solid var(--color-border);justify-content:flex-end;gap:9px;padding-top:15px;display:flex}.InPersonDeliveries-module__KYLmTa__confirmation{text-align:center;justify-items:center;gap:16px;padding:6px 0 2px;display:grid}.InPersonDeliveries-module__KYLmTa__confirmIcon{width:54px;height:54px;color:var(--color-primary);background:var(--color-primary-light);border-radius:17px;place-items:center;display:grid}.InPersonDeliveries-module__KYLmTa__confirmdanger{color:var(--color-danger);background:var(--color-danger-bg)}.InPersonDeliveries-module__KYLmTa__confirmsuccess{color:var(--color-success);background:var(--color-success-bg)}.InPersonDeliveries-module__KYLmTa__confirmation p{max-width:400px;color:var(--color-text-muted);margin:0;line-height:1.9}.InPersonDeliveries-module__KYLmTa__confirmation>div{justify-content:center;gap:8px;display:flex}@media (max-width:1100px){.InPersonDeliveries-module__KYLmTa__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.InPersonDeliveries-module__KYLmTa__listHeader{flex-direction:column;align-items:stretch}}@media (max-width:720px){.InPersonDeliveries-module__KYLmTa__page{padding:12px}.InPersonDeliveries-module__KYLmTa__hero{flex-direction:column;align-items:stretch;padding:18px}.InPersonDeliveries-module__KYLmTa__heroActions{justify-content:flex-end}.InPersonDeliveries-module__KYLmTa__statsGrid{grid-template-columns:1fr 1fr;gap:8px}.InPersonDeliveries-module__KYLmTa__statCard{min-height:96px;padding:13px}.InPersonDeliveries-module__KYLmTa__statCard small{display:none}.InPersonDeliveries-module__KYLmTa__filters,.InPersonDeliveries-module__KYLmTa__formGrid{grid-template-columns:1fr}.InPersonDeliveries-module__KYLmTa__fullWidth{grid-column:auto}}@media (max-width:440px){.InPersonDeliveries-module__KYLmTa__heroTitle{align-items:flex-start}.InPersonDeliveries-module__KYLmTa__heroIcon{border-radius:13px;flex-basis:44px;width:44px;height:44px}.InPersonDeliveries-module__KYLmTa__statsGrid{grid-template-columns:1fr}}
.Branches-module__GWfwFq__page{width:100%;padding:16px}.Branches-module__GWfwFq__panel{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-surface);box-shadow:var(--neo-shadow-subtle);padding:20px}.Branches-module__GWfwFq__heading,.Branches-module__GWfwFq__actions,.Branches-module__GWfwFq__cardHeader,.Branches-module__GWfwFq__statusRow,.Branches-module__GWfwFq__modalActions{align-items:center;display:flex}.Branches-module__GWfwFq__heading{justify-content:space-between;gap:20px;margin-bottom:20px}.Branches-module__GWfwFq__heading p{color:var(--color-text-muted);margin:5px 0 0}.Branches-module__GWfwFq__actions,.Branches-module__GWfwFq__modalActions{gap:8px}.Branches-module__GWfwFq__loading{place-items:center;min-height:240px;display:grid}.Branches-module__GWfwFq__accessGuide{border:1px solid color-mix(in srgb, var(--color-primary) 24%, var(--color-border));border-radius:var(--radius-lg);background:var(--color-primary-light);align-items:center;gap:12px;margin-bottom:18px;padding:13px 14px;display:flex}.Branches-module__GWfwFq__accessGuideIcon{border-radius:var(--radius-md);background:var(--color-bg-surface);width:40px;height:40px;color:var(--color-primary);flex:0 0 40px;place-items:center;display:grid}.Branches-module__GWfwFq__accessGuide>div{flex:1;min-width:0}.Branches-module__GWfwFq__accessGuide p{color:var(--color-text-muted);margin:2px 0 0;font-size:13px}.Branches-module__GWfwFq__manageUsersLink{border:1px solid var(--color-primary);border-radius:var(--radius-md);background:var(--color-primary);color:#fff;white-space:nowrap;justify-content:center;align-items:center;padding:9px 12px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.Branches-module__GWfwFq__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.Branches-module__GWfwFq__card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-subtle);min-width:0;padding:16px}.Branches-module__GWfwFq__cardHeader{gap:10px}.Branches-module__GWfwFq__cardHeader>div{flex-direction:column;flex:1;min-width:0;display:flex}.Branches-module__GWfwFq__cardHeader strong,.Branches-module__GWfwFq__cardHeader small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Branches-module__GWfwFq__cardHeader small{color:var(--color-text-muted);text-align:right;direction:ltr}.Branches-module__GWfwFq__icon{border-radius:var(--radius-md);background:var(--color-primary-light);width:42px;height:42px;color:var(--color-primary);flex:0 0 42px;place-items:center;display:grid}.Branches-module__GWfwFq__active,.Branches-module__GWfwFq__inactive{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.Branches-module__GWfwFq__active{background:var(--color-success-bg);color:var(--color-success)}.Branches-module__GWfwFq__inactive{background:var(--color-danger-bg);color:var(--color-danger)}.Branches-module__GWfwFq__details{gap:8px;margin:16px 0;display:grid}.Branches-module__GWfwFq__details div{justify-content:space-between;gap:10px;display:flex}.Branches-module__GWfwFq__details dt{color:var(--color-text-muted)}.Branches-module__GWfwFq__details dd{margin:0;font-weight:700}.Branches-module__GWfwFq__editButton{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-surface);width:100%;color:var(--color-primary);cursor:pointer;font:inherit;justify-content:center;align-items:center;gap:7px;padding:9px 12px;font-weight:700;display:inline-flex}.Branches-module__GWfwFq__form{gap:16px;display:grid}.Branches-module__GWfwFq__formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.Branches-module__GWfwFq__statusRow{border:1px solid var(--color-border);border-radius:var(--radius-md);justify-content:space-between;gap:16px;padding:12px}.Branches-module__GWfwFq__statusRow span{flex-direction:column;display:flex}.Branches-module__GWfwFq__statusRow small{color:var(--color-text-muted)}.Branches-module__GWfwFq__modalActions{justify-content:flex-end}@media (max-width:1000px){.Branches-module__GWfwFq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.Branches-module__GWfwFq__page{padding:12px}.Branches-module__GWfwFq__panel{padding:14px}.Branches-module__GWfwFq__heading,.Branches-module__GWfwFq__accessGuide{flex-direction:column;align-items:stretch}.Branches-module__GWfwFq__accessGuideIcon{display:none}.Branches-module__GWfwFq__actions>*{flex:1}.Branches-module__GWfwFq__grid,.Branches-module__GWfwFq__formGrid{grid-template-columns:1fr}}
.Proforma-module__MgTUMW__page{width:100%;max-width:1000px;margin:0 auto;padding:16px}.Proforma-module__MgTUMW__chrome{margin-bottom:18px}.Proforma-module__MgTUMW__toolbar{border:1px solid var(--neo-color-mist-extra);background:var(--neo-color-foreground);box-shadow:0 10px 30px color-mix(in srgb, var(--neo-color-text) 7%, transparent);border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:12px;padding:16px 18px;display:flex}.Proforma-module__MgTUMW__toolbar p,.Proforma-module__MgTUMW__statePage p{color:var(--neo-color-text-supporting);margin:5px 0 0;font-size:12px}.Proforma-module__MgTUMW__toolbarActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.Proforma-module__MgTUMW__previewViewport{border:1px solid var(--neo-color-mist-extra);background:color-mix(in srgb, var(--neo-color-background) 85%, #cbd5e1);border-radius:18px;padding:clamp(8px,2vw,24px);overflow-x:auto}.Proforma-module__MgTUMW__sheet{color:#111827;background:#fff;width:min(100%,210mm);min-height:148mm;margin:0 auto;padding:4mm 6mm;font-family:Vazirmatn,Tahoma,Arial,sans-serif;font-size:10.5px;line-height:1.45;box-shadow:0 16px 48px #0f172a29}.Proforma-module__MgTUMW__invoiceHeading{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;min-height:48px;padding:0 4px 4px;display:grid}.Proforma-module__MgTUMW__headingBrand{justify-self:start;align-items:center;gap:7px;display:flex}.Proforma-module__MgTUMW__headingBrand img{object-fit:contain;width:34px;height:34px}.Proforma-module__MgTUMW__headingBrand strong{font-size:15px;font-weight:950}.Proforma-module__MgTUMW__headingTitle{text-align:center}.Proforma-module__MgTUMW__headingTitle span{letter-spacing:.3px;font-size:8.5px;font-weight:800;display:block}.Proforma-module__MgTUMW__headingTitle h1{margin:0;font-size:22px;font-weight:950;line-height:1.2}.Proforma-module__MgTUMW__headingUnit{text-align:left;flex-direction:column;justify-self:end;display:flex}.Proforma-module__MgTUMW__headingUnit span{color:#4b5563;font-size:8.5px;font-weight:750}.Proforma-module__MgTUMW__headingUnit strong{font-size:11px;font-weight:900}.Proforma-module__MgTUMW__partiesTable{border:1.3px solid #111827}.Proforma-module__MgTUMW__partyRow{grid-template-columns:31px minmax(0,1fr) 210px;min-height:72px;display:grid}.Proforma-module__MgTUMW__partyRow+.Proforma-module__MgTUMW__partyRow{border-top:1.3px solid #111827}.Proforma-module__MgTUMW__partyRow>h2{letter-spacing:.2px;writing-mode:vertical-rl;background:#eee;border-left:1px solid #111827;justify-content:center;align-items:center;margin:0;font-size:10px;font-weight:950;display:flex;transform:rotate(180deg)}.Proforma-module__MgTUMW__partyDetails{border-left:1px solid #111827;grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;display:grid}.Proforma-module__MgTUMW__infoItem,.Proforma-module__MgTUMW__infoItemWide{border-bottom:1px dotted #9ca3af;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:5px;min-width:0;padding:4px 7px;display:grid}.Proforma-module__MgTUMW__infoItemWide{grid-column:1/-1}.Proforma-module__MgTUMW__infoItem span,.Proforma-module__MgTUMW__infoItemWide span{color:#111827;white-space:nowrap;font-size:8.7px;font-weight:850}.Proforma-module__MgTUMW__infoItem span:after,.Proforma-module__MgTUMW__infoItemWide span:after{content:":"}.Proforma-module__MgTUMW__infoItem strong,.Proforma-module__MgTUMW__infoItemWide strong{color:#111827;overflow-wrap:anywhere;font-size:9.7px;font-weight:900}.Proforma-module__MgTUMW__documentMeta{align-content:center;min-width:0;margin:0;padding:3px 7px;display:grid}.Proforma-module__MgTUMW__documentMeta>div{border-bottom:1px dotted #9ca3af;grid-template-columns:76px minmax(0,1fr);align-items:baseline;gap:5px;min-width:0;padding:3px 0;display:grid}.Proforma-module__MgTUMW__documentMeta>div:last-child{border-bottom:0}.Proforma-module__MgTUMW__documentMeta dt{font-size:8.5px;font-weight:850}.Proforma-module__MgTUMW__documentMeta dt:after{content:":"}.Proforma-module__MgTUMW__documentMeta dd{overflow-wrap:anywhere;min-width:0;margin:0;font-size:9.2px;font-weight:900}.Proforma-module__MgTUMW__itemsSection{border:1.3px solid #111827;margin-top:4px;overflow:hidden}.Proforma-module__MgTUMW__itemsSection>h2,.Proforma-module__MgTUMW__orderInfo h2{background:#eee;border-bottom:1px solid #111827;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:3px 7px;font-size:10.5px;font-weight:950;display:flex}.Proforma-module__MgTUMW__itemsSection>h2 small{font-size:8.5px;font-weight:800}.Proforma-module__MgTUMW__tableWrap{width:100%;overflow-x:auto}.Proforma-module__MgTUMW__itemsTable{border-collapse:collapse;color:#111827;font-variant-numeric:tabular-nums;width:100%;font-size:10px}.Proforma-module__MgTUMW__itemsTable th,.Proforma-module__MgTUMW__itemsTable td{text-align:center;vertical-align:middle;border:1px solid #111827;padding:4px 5px}.Proforma-module__MgTUMW__itemsTable th{color:#111827;white-space:nowrap;background:#eee;font-size:9px;font-weight:900}.Proforma-module__MgTUMW__itemsTable th:first-child,.Proforma-module__MgTUMW__itemsTable td:first-child{width:36px}.Proforma-module__MgTUMW__itemsTable th:nth-child(2),.Proforma-module__MgTUMW__itemsTable td:nth-child(2){text-align:right;width:34%}.Proforma-module__MgTUMW__itemDescription{min-width:150px}.Proforma-module__MgTUMW__itemDescription strong,.Proforma-module__MgTUMW__itemDescription span{display:block}.Proforma-module__MgTUMW__itemDescription strong{font-size:10px;font-weight:900}.Proforma-module__MgTUMW__itemDescription span{color:#4b5563;margin-top:1px;font-size:9px}.Proforma-module__MgTUMW__emptyRow{color:#4b5563;height:48px;text-align:center!important}.Proforma-module__MgTUMW__summaryGrid{grid-template-columns:minmax(0,1fr) 285px;align-items:stretch;gap:4px;margin-top:4px;display:grid}.Proforma-module__MgTUMW__orderInfo,.Proforma-module__MgTUMW__totals{border:1.3px solid #111827;overflow:hidden}.Proforma-module__MgTUMW__orderInfo p{color:#111827;white-space:pre-wrap;min-height:84px;margin:0;padding:7px 9px;font-size:9.5px}.Proforma-module__MgTUMW__totals{padding:0}.Proforma-module__MgTUMW__totals>div{border-bottom:1px solid #9ca3af;justify-content:space-between;align-items:center;gap:8px;min-height:23px;padding:3px 7px;display:flex}.Proforma-module__MgTUMW__totals>div:last-child{border-bottom:0}.Proforma-module__MgTUMW__totals span{color:#111827;font-size:9px;font-weight:850}.Proforma-module__MgTUMW__totals strong{color:#111827;font-size:9.5px;font-weight:900}.Proforma-module__MgTUMW__totals .Proforma-module__MgTUMW__grandTotal{background:#eee}.Proforma-module__MgTUMW__totals .Proforma-module__MgTUMW__grandTotal strong{font-size:10.5px}.Proforma-module__MgTUMW__totals .Proforma-module__MgTUMW__remaining strong{color:#111827}.Proforma-module__MgTUMW__documentFooter{border:1.3px solid #111827;margin-top:4px}.Proforma-module__MgTUMW__documentFooter p{color:#111827;text-align:center;border-top:1px solid #111827;margin:0;padding:3px 7px;font-size:8px;font-weight:750}.Proforma-module__MgTUMW__signatures{grid-template-columns:minmax(0,1fr) 190px minmax(0,1fr);min-height:72px;display:grid}.Proforma-module__MgTUMW__signatureBox{text-align:center;padding:7px 10px}.Proforma-module__MgTUMW__signatureBox strong{font-size:9.5px;font-weight:900}.Proforma-module__MgTUMW__documentState{border-left:1px solid #111827;border-right:1px solid #111827;grid-template-columns:auto minmax(0,1fr);align-content:center;gap:5px 8px;padding:7px 10px;display:grid}.Proforma-module__MgTUMW__documentState span{font-size:8.5px;font-weight:800}.Proforma-module__MgTUMW__documentState span:after{content:":"}.Proforma-module__MgTUMW__documentState strong{font-size:9.2px;font-weight:900}.Proforma-module__MgTUMW__statePage{text-align:center;gap:14px;width:100%;min-height:65vh;padding:24px}.Proforma-module__MgTUMW__statePage>svg{color:var(--neo-color-text-supporting)}.Proforma-module__MgTUMW__printPortal{display:none}@media (max-width:660px){.Proforma-module__MgTUMW__page{padding:8px}.Proforma-module__MgTUMW__toolbar{flex-direction:column;align-items:stretch}.Proforma-module__MgTUMW__toolbarActions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.Proforma-module__MgTUMW__toolbarActions>*{width:100%}.Proforma-module__MgTUMW__previewViewport{padding:5px}.Proforma-module__MgTUMW__sheet{min-width:700px}}@media print{html[data-print-layout=proforma]{background:#fff!important;width:210mm!important;min-width:210mm!important;max-width:none!important;height:auto!important;min-height:148mm!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important}html[data-print-layout=proforma]>body{background:#fff!important;width:210mm!important;min-width:210mm!important;max-width:none!important;height:auto!important;min-height:148mm!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important}.Proforma-module__MgTUMW__page{display:none!important}html[data-print-layout=proforma]>body>:not(.Proforma-module__MgTUMW__printPortal){display:none!important}.Proforma-module__MgTUMW__printPortal,.Proforma-module__MgTUMW__printPortal *{visibility:visible!important}.Proforma-module__MgTUMW__printPortal{z-index:99999!important;color:#172033!important;background:#fff!important;width:210mm!important;min-height:148mm!important;margin:0!important;padding:0!important;display:block!important;position:relative!important;inset:auto!important}.Proforma-module__MgTUMW__printPortal .Proforma-module__MgTUMW__sheet{-webkit-print-color-adjust:exact;print-color-adjust:exact;width:210mm!important;min-width:210mm!important;max-width:210mm!important;height:auto!important;min-height:148mm!important;box-shadow:none!important;margin:0!important;padding:4mm 6mm!important}.Proforma-module__MgTUMW__printPortal .Proforma-module__MgTUMW__sheet,.Proforma-module__MgTUMW__printPortal .Proforma-module__MgTUMW__sheet *{color:#000!important;text-shadow:none!important}.Proforma-module__MgTUMW__printPortal .Proforma-module__MgTUMW__sheet{background:#fff!important}.Proforma-module__MgTUMW__invoiceHeading,.Proforma-module__MgTUMW__headingBrand,.Proforma-module__MgTUMW__partiesTable,.Proforma-module__MgTUMW__partyRow,.Proforma-module__MgTUMW__documentMeta,.Proforma-module__MgTUMW__itemsSection,.Proforma-module__MgTUMW__orderInfo,.Proforma-module__MgTUMW__totals,.Proforma-module__MgTUMW__documentFooter,.Proforma-module__MgTUMW__signatureBox,.Proforma-module__MgTUMW__documentState,.Proforma-module__MgTUMW__infoItem,.Proforma-module__MgTUMW__infoItemWide,.Proforma-module__MgTUMW__orderInfo p{box-shadow:none!important;background:#fff!important;border-color:#000!important}.Proforma-module__MgTUMW__headingBrand img{filter:grayscale()contrast(1.15)}.Proforma-module__MgTUMW__partyRow>h2,.Proforma-module__MgTUMW__itemsSection>h2,.Proforma-module__MgTUMW__orderInfo h2,.Proforma-module__MgTUMW__itemsTable th{color:#000!important;background:#eee!important;border-color:#000!important}.Proforma-module__MgTUMW__itemsTable th,.Proforma-module__MgTUMW__itemsTable td,.Proforma-module__MgTUMW__totals>div,.Proforma-module__MgTUMW__documentFooter{border-color:#6b7280!important}.Proforma-module__MgTUMW__totals .Proforma-module__MgTUMW__grandTotal{background:#eee!important}.Proforma-module__MgTUMW__totals .Proforma-module__MgTUMW__grandTotal span,.Proforma-module__MgTUMW__totals .Proforma-module__MgTUMW__grandTotal strong,.Proforma-module__MgTUMW__totals .Proforma-module__MgTUMW__remaining strong{color:#000!important}.Proforma-module__MgTUMW__invoiceHeading,.Proforma-module__MgTUMW__partyRow,.Proforma-module__MgTUMW__orderInfo,.Proforma-module__MgTUMW__totals,.Proforma-module__MgTUMW__documentFooter,.Proforma-module__MgTUMW__itemsTable tr{break-inside:avoid}.Proforma-module__MgTUMW__itemsTable thead{display:table-header-group}}
.SettingsPage-module__XL3Vpq__page{gap:var(--space-4);flex-direction:column;min-height:100%;display:flex}.SettingsPage-module__XL3Vpq__pageHeader{justify-content:space-between;align-items:center;padding:4px 2px;display:flex}.SettingsPage-module__XL3Vpq__pageHeader h2{color:var(--color-text-primary);margin:0;font-size:20px}.SettingsPage-module__XL3Vpq__pageHeader p{color:var(--color-text-muted);margin:4px 0 0;font-size:12px}.SettingsPage-module__XL3Vpq__grid{align-items:start;gap:var(--space-4);grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);display:grid}.SettingsPage-module__XL3Vpq__panel{gap:14px;min-width:0;padding:18px;display:grid}.SettingsPage-module__XL3Vpq__sectionHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:14px;display:flex}.SettingsPage-module__XL3Vpq__sectionHeader>div{align-items:center;gap:10px;min-width:0;display:flex}.SettingsPage-module__XL3Vpq__sectionIcon{border:1px solid color-mix(in srgb, var(--color-primary) 18%, var(--color-border));background:color-mix(in srgb, var(--color-primary) 8%, var(--color-bg-surface));width:34px;height:34px;color:var(--color-primary);border-radius:9px;flex:0 0 34px;place-items:center;display:grid}.SettingsPage-module__XL3Vpq__sectionHeader h3{color:var(--color-text-primary);margin:0;font-size:14px}.SettingsPage-module__XL3Vpq__sectionHeader p{color:var(--color-text-muted);margin:3px 0 0;font-size:10.5px;line-height:1.6}.SettingsPage-module__XL3Vpq__statusBadge{border:1px solid var(--color-border);background:var(--color-bg-subtle);color:var(--color-text-secondary);border-radius:7px;flex:none;padding:4px 8px;font-size:9.5px;font-weight:750}.SettingsPage-module__XL3Vpq__settingList{gap:7px;display:grid}.SettingsPage-module__XL3Vpq__settingRow{border:1px solid var(--color-border);background:var(--color-bg-surface);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;min-height:66px;padding:10px 12px;display:flex}.SettingsPage-module__XL3Vpq__dangerRow{border-color:color-mix(in srgb, var(--color-danger) 18%, var(--color-border));background:color-mix(in srgb, var(--color-danger) 3%, var(--color-bg-surface))}.SettingsPage-module__XL3Vpq__settingInfo{align-items:center;gap:10px;min-width:0;display:flex}.SettingsPage-module__XL3Vpq__settingInfo>span:last-child{gap:2px;min-width:0;display:grid}.SettingsPage-module__XL3Vpq__settingInfo strong{color:var(--color-text-primary);font-size:12px;font-weight:800}.SettingsPage-module__XL3Vpq__settingInfo small{color:var(--color-text-muted);font-size:10px;line-height:1.55}.SettingsPage-module__XL3Vpq__settingIcon{background:var(--color-bg-subtle);width:32px;height:32px;color:var(--color-text-secondary);border-radius:8px;flex:0 0 32px;place-items:center;display:grid}.SettingsPage-module__XL3Vpq__settingAction{flex:none}.SettingsPage-module__XL3Vpq__subsectionTitle{gap:2px;padding:5px 2px 0;display:grid}.SettingsPage-module__XL3Vpq__subsectionTitle strong{color:var(--color-text-primary);font-size:12px}.SettingsPage-module__XL3Vpq__subsectionTitle small{color:var(--color-text-muted);font-size:10px}.SettingsPage-module__XL3Vpq__layoutControl{border:1px solid var(--color-border);background:var(--color-bg-subtle);border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;min-width:216px;padding:3px;display:grid}.SettingsPage-module__XL3Vpq__layoutControl button{min-height:32px;color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:4px 9px;font-size:10px;font-weight:750;display:inline-flex}.SettingsPage-module__XL3Vpq__layoutControl button:hover{color:var(--color-text-primary)}.SettingsPage-module__XL3Vpq__layoutControl .SettingsPage-module__XL3Vpq__layoutOptionActive{background:var(--color-bg-surface);color:var(--color-primary);box-shadow:var(--shadow-xs)}.SettingsPage-module__XL3Vpq__sessionsHeader{justify-content:space-between;align-items:center;gap:12px;padding-top:2px;display:flex}.SettingsPage-module__XL3Vpq__sessionsHeader>div{gap:2px;display:grid}.SettingsPage-module__XL3Vpq__sessionsHeader strong{color:var(--color-text-primary);font-size:12px}.SettingsPage-module__XL3Vpq__sessionsHeader small{color:var(--color-text-muted);font-size:9.5px}.SettingsPage-module__XL3Vpq__sessionsHeader button{border:1px solid var(--color-border);background:var(--color-bg-surface);width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;border-radius:8px;place-items:center;padding:0;display:grid}.SettingsPage-module__XL3Vpq__sessionsHeader button:hover{background:var(--color-bg-hover);color:var(--color-primary)}.SettingsPage-module__XL3Vpq__sessionsHeader button:disabled{cursor:wait;opacity:.65}.SettingsPage-module__XL3Vpq__spinning{animation:.9s linear infinite SettingsPage-module__XL3Vpq__spin}.SettingsPage-module__XL3Vpq__loading{place-items:center;min-height:120px;display:grid}.SettingsPage-module__XL3Vpq__sessionsList{gap:6px;display:grid}.SettingsPage-module__XL3Vpq__sessionsListExpanded{overscroll-behavior:contain;max-height:352px;padding-inline-end:4px;overflow-y:auto}.SettingsPage-module__XL3Vpq__sessionCard{border:1px solid var(--color-border);background:var(--color-bg-surface);border-radius:9px;grid-template-columns:32px minmax(0,1fr) 30px;align-items:center;gap:9px;min-height:60px;padding:8px 9px;display:grid}.SettingsPage-module__XL3Vpq__sessionIcon{background:var(--color-bg-subtle);width:32px;height:32px;color:var(--color-primary);border-radius:8px;place-items:center;display:grid}.SettingsPage-module__XL3Vpq__sessionInfo{gap:4px;min-width:0;display:grid}.SettingsPage-module__XL3Vpq__sessionInfo>strong{min-width:0;color:var(--color-text-primary);align-items:center;gap:6px;font-size:10.5px;font-weight:800;display:flex}.SettingsPage-module__XL3Vpq__sessionInfo>strong>span{background:var(--color-success-bg);color:var(--color-success);border-radius:5px;padding:2px 5px;font-size:8.5px}.SettingsPage-module__XL3Vpq__sessionMeta{min-width:0;color:var(--color-text-muted);flex-wrap:wrap;gap:3px 10px;font-size:8.5px;line-height:1.5;display:flex}.SettingsPage-module__XL3Vpq__sessionMeta span{align-items:center;gap:3px;display:inline-flex}.SettingsPage-module__XL3Vpq__sessionRemove{border:1px solid color-mix(in srgb, var(--color-danger) 15%, var(--color-border));width:30px;height:30px;color:var(--color-danger);cursor:pointer;background:0 0;border-radius:7px;place-items:center;padding:0;display:grid}.SettingsPage-module__XL3Vpq__sessionRemove:hover{background:var(--color-danger-bg)}.SettingsPage-module__XL3Vpq__sessionRemove:disabled{cursor:wait;opacity:.55}.SettingsPage-module__XL3Vpq__sessionRemoveCurrent{color:var(--color-warning)}.SettingsPage-module__XL3Vpq__sessionActions{justify-content:space-between;align-items:center;gap:12px;padding-top:3px;display:flex}.SettingsPage-module__XL3Vpq__showSessionsButton,.SettingsPage-module__XL3Vpq__logoutAllButton{min-height:34px;font:inherit;cursor:pointer;background:0 0;border-radius:7px;padding:5px 9px;font-size:9.5px;font-weight:750}.SettingsPage-module__XL3Vpq__showSessionsButton{border:1px solid var(--color-border);color:var(--color-primary)}.SettingsPage-module__XL3Vpq__showSessionsButton:hover{background:var(--color-bg-hover)}.SettingsPage-module__XL3Vpq__logoutAllButton{color:var(--color-danger);border:0}.SettingsPage-module__XL3Vpq__logoutAllButton:hover{background:var(--color-danger-bg)}.SettingsPage-module__XL3Vpq__emptyState{border:1px dashed var(--color-border);color:var(--color-text-muted);text-align:center;border-radius:9px;margin:0;padding:24px 12px;font-size:10.5px}@keyframes SettingsPage-module__XL3Vpq__spin{to{transform:rotate(360deg)}}@media (max-width:1180px){.SettingsPage-module__XL3Vpq__grid{grid-template-columns:1fr}}@media (max-width:680px){.SettingsPage-module__XL3Vpq__panel{padding:14px}.SettingsPage-module__XL3Vpq__settingRow{flex-direction:column;align-items:flex-start}.SettingsPage-module__XL3Vpq__settingAction,.SettingsPage-module__XL3Vpq__layoutControl{width:100%}.SettingsPage-module__XL3Vpq__layoutControl{min-width:0}.SettingsPage-module__XL3Vpq__sessionMeta span:last-child{display:none}}
