html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}:root{--bg:#0f172a;--panel:#111827;--panel-soft:#182235;--text:#e5e7eb;--muted:#9ca3af;--primary:#60a5fa;--primary-dark:#3b82f6;--border:#263244;--danger:#f87171;--danger-border:#b05c5d;--success:#9be7b1;--tag-default-bg:#334155;--tag-default-border:#475569;--tag-default-text:#e2e8f0;--tag-active-bg:#dcfce7;--tag-active-border:#86efac;--tag-active-text:#15803d;--tag-order-pending-bg:#e0ecff;--tag-order-pending-border:#bfdbfe;--tag-order-pending-text:#174ea6;--tag-order-progress-bg:#fef3c7;--tag-order-progress-border:#fcd34d;--tag-order-progress-text:#92400e;--tag-order-cancelled-bg:#fee2e2;--tag-order-cancelled-border:#fca5a5;--tag-order-cancelled-text:#991b1b;--whatsapp:#22c55e;--shadow:0 18px 42px #00000038;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:var(--bg);color:var(--text);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{color:#fff;z-index:30;background:#111827;width:260px;padding:24px;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;overflow:auto}.sidebar-overlay{display:none}.brand{align-items:center;gap:12px;margin-bottom:32px;display:flex}.brand-mark{background:var(--primary);border-radius:14px;place-items:center;width:44px;height:44px;font-size:22px;font-weight:800;display:grid}.brand-name{font-size:20px;font-weight:800}.brand-subtitle{color:#9ca3af;font-size:13px}.sidebar-close,.menu-toggle{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:10px;font-weight:800;display:none}.sidebar-close{color:#fff;background:#1f2937;border-color:#374151;width:36px;height:36px;margin-left:auto}.menu-toggle{width:42px;height:42px;margin-right:12px;font-size:20px;line-height:1}.nav{flex-direction:column;gap:4px;display:flex}.nav-link{color:#d1d5db;border-radius:10px;padding:9px 12px;display:block}.nav-link:hover,.nav-link.active{color:#fff;background:#1f2937}.nav-button{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0}.nav-link.danger{color:#fecaca}.main{width:calc(100% - 260px);min-height:100vh;margin-left:260px;padding:24px 28px}.main:not(.is-detail-page){flex-direction:column;height:100vh;display:flex;overflow:hidden}.admin-content{min-height:0}.main:not(.is-detail-page) .admin-content{flex:auto;padding-top:0;overflow:hidden}.main:not(.is-detail-page):has(.document-scroll-page){height:auto;min-height:100vh;overflow:visible}.main:not(.is-detail-page):has(.document-scroll-page) .admin-content{overflow:visible}.topbar{z-index:35;background:var(--bg);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title actions";align-items:center;gap:2px 14px;margin:-24px -28px 14px;padding:16px 28px 10px;display:grid;position:sticky;top:0}.is-detail-page .topbar{flex-wrap:nowrap;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"back title actions"".summary summary"".detail detail";align-items:start;margin-bottom:0}.is-detail-page .detail-toolbar{grid-area:detail}@media (width>=1001px){.main:not(.is-detail-page) .topbar{margin-top:-32px;margin-bottom:28px;padding-top:8px}.main:not(.is-detail-page) .admin-content{padding-top:6px}}.topbar-detail-actions{grid-area:detail;justify-content:flex-end;min-width:0;display:flex}.topbar-detail-actions>.ant-space{flex-wrap:wrap;justify-content:flex-end;width:100%}.topbar-detail-actions .ant-btn{min-width:116px;height:34px;min-height:34px;padding:6px 9px;font-size:12px}.is-detail-page .menu-toggle{grid-area:menu}.is-detail-page .detail-back-button{grid-area:back}.topbar-title-group{flex:auto;grid-area:title;align-items:center;gap:14px;min-width:0;max-width:none;display:flex}.topbar-title-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.topbar-title-summary{grid-area:summary;min-width:0;display:flex}.topbar-title-summary .entity-meta{gap:8px;max-height:2.6em;overflow:hidden}.topbar-title-summary .entity-meta span{white-space:nowrap;overflow-wrap:normal;background:0 0;border:0;border-radius:0;min-height:auto;padding:0}.detail-back-button{white-space:nowrap;justify-content:center;align-items:center;width:42px;height:42px;min-height:42px;padding:0;font-size:0;display:inline-flex}.detail-back-button:before{content:"←";font-size:18px;line-height:1}.page-title{margin:0;font-size:32px;font-weight:700;line-height:1.15}.page-subtitle{color:var(--muted);margin:6px 0 0}.topbar-actions{flex-wrap:nowrap;flex:none;grid-area:actions;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-chip{color:var(--text);background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:999px;align-items:center;gap:10px;padding:8px 14px 8px 9px;text-decoration:none;display:inline-flex}.admin-chip-photo{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex:none;width:34px;height:34px}.admin-chip-initial{color:var(--text);background:#1f2937;justify-content:center;align-items:center;display:inline-flex}.btn{border:1px solid var(--border);background:var(--panel);color:var(--text);cursor:pointer;border-radius:12px;padding:10px 14px;font-weight:700;display:inline-block}.btn:hover{border-color:var(--primary)}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn.danger,.danger{color:var(--danger)}.btn-outline{background:0 0}.btn-sm{padding:7px 10px;font-size:13px}.full,.page-stack{width:100%}.page-stack>.ant-space-item{min-width:0;max-width:100%}.code-block{border:1px solid var(--border);color:#1f2937;background:#f8fafc;border-radius:6px;max-width:100%;margin:0;padding:12px;font-size:12px;line-height:1.5;overflow:auto}.selected-customer-panel{border:1px solid var(--border);background:#f8fafc;border-radius:6px;flex-direction:column;gap:8px;padding:12px;display:flex}.notification-customer-summary{grid-template-columns:repeat(3,minmax(120px,1fr));gap:12px;display:grid}.notification-customer-summary .ant-statistic{border:1px solid var(--border);background:#f8fafc;border-radius:6px;padding:12px}.card,.ant-card{box-shadow:var(--shadow);border-radius:18px;margin-bottom:14px;background:var(--panel)!important;border:1px solid var(--border)!important;color:var(--text)!important}.ant-card .ant-card-head{border-color:var(--border)!important;color:var(--text)!important;background:var(--panel)!important}.ant-card .ant-card-body{padding:16px 20px 20px;overflow:visible;color:var(--text)!important}.drawer-title-block{flex-direction:column;gap:4px;min-width:0;display:flex}.drawer-title-summary{color:var(--muted);flex-wrap:wrap;gap:4px 10px;font-size:12px;font-weight:700;line-height:1.3;display:flex}.drawer-title-summary span{white-space:nowrap}.page-heading,.page-toolbar,.card-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.entity-page-title{z-index:20;background:var(--bg);flex-direction:column;gap:6px;min-width:0;margin:-4px 0 0;padding:12px 0;display:flex;position:sticky;top:0}.entity-page-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.entity-page-title h1{color:var(--text);letter-spacing:0;margin:0;font-size:22px;font-weight:750}.entity-meta{flex-wrap:wrap;gap:6px;max-width:100%;display:flex;overflow:visible}.entity-meta span{border:1px solid var(--border);max-width:100%;min-height:26px;color:var(--muted);white-space:normal;overflow-wrap:anywhere;background:#f8fafc;border-radius:6px;align-items:center;padding:3px 8px;font-size:13px;font-weight:600;line-height:1.25;display:inline-flex}.title-entity-meta{flex-wrap:wrap;overflow-x:visible}.page-toolbar{flex-wrap:wrap;min-height:42px;margin-top:0}.is-detail-page .detail-toolbar{z-index:40;background:var(--bg);justify-content:flex-end;width:100%;margin:0;padding:4px 0 8px;position:sticky;top:78px}.is-detail-page.is-scrolled .detail-toolbar{z-index:40;background:var(--bg);width:100%;margin:0;padding:4px 0 8px;position:sticky;top:78px}.is-detail-page .detail-toolbar>.ant-space{flex-wrap:wrap;justify-content:flex-end;width:100%;overflow:visible}.is-detail-page .detail-toolbar .ant-btn{min-width:116px;height:34px;min-height:34px;padding:6px 9px;font-size:12px}@media (width<=1280px){.is-detail-page .topbar-title-group{width:auto}.is-detail-page .detail-toolbar,.is-detail-page.is-scrolled .detail-toolbar{background:var(--bg);width:100%;padding:4px 0 8px;position:sticky;top:72px}.is-detail-page .detail-toolbar>.ant-space{justify-content:flex-end}}.entity-summary{flex-direction:column;gap:6px;margin:-14px 0 -6px;display:flex}.is-detail-page .entity-summary{padding-left:122px}.customer-toolbar{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:8px;width:100%;min-width:0;display:flex;overflow:auto hidden}.customer-toolbar::-webkit-scrollbar{display:none}.customer-toolbar .customer-search{flex:220px;width:320px;min-width:80px;max-width:min(320px,100%)}.customer-toolbar .ant-btn,.page-toolbar .ant-btn,.filter-actions .btn{height:36px;min-height:36px;padding:6px 12px}.customer-toolbar .ant-btn{white-space:nowrap;flex:none;justify-content:center;align-items:center;max-width:none;display:inline-flex}.customer-toolbar .ant-btn>span{text-overflow:clip;white-space:nowrap;overflow:visible}.customer-toolbar .ant-btn-primary:last-child{min-width:max-content}.customer-toolbar .ant-input,.customer-toolbar .ant-input-affix-wrapper{height:36px;padding:7px 10px!important}.customer-toolbar .native-select{flex:0 210px;width:210px;max-width:100%;height:36px;padding-top:0;padding-bottom:0}.table-count{border:1px solid var(--border);min-height:28px;color:var(--muted);white-space:nowrap;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:4px 9px;font-size:12px;font-weight:700;display:inline-flex}.settings-filters{flex-wrap:nowrap;flex:520px;align-items:center;gap:8px;min-width:280px;display:flex}.dashboard-summary-row{flex-wrap:nowrap;justify-content:center;gap:12px;width:100%;margin-bottom:16px;margin-left:auto;margin-right:auto;padding-bottom:2px;display:flex}.dashboard-summary-item{flex:1 1 0;min-width:0}.dashboard-summary-item .ant-statistic-title,.dashboard-summary-item .ant-statistic-content{white-space:nowrap}.ai-period-metrics{grid-template-columns:repeat(3,minmax(180px,1fr));gap:10px;width:100%;display:grid}.ai-period-card .ant-card-body{padding:10px 12px}.ai-period-values{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.ai-period-value{border:1px solid var(--border);background:var(--panel-soft);border-radius:6px;min-width:0;padding:7px 8px}.ai-period-value span,.ai-period-value strong{white-space:nowrap;display:block}.ai-period-value span{color:var(--muted);font-size:11px;font-weight:700}.ai-period-value strong{margin-top:3px;font-size:18px;line-height:1}.ai-settings-filters{width:100%}.ai-settings-actions{justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:inline-flex}.settings-filters .customer-search{flex:220px;width:300px;max-width:min(300px,100%)}.settings-filters .ant-input,.settings-filters .ant-input-affix-wrapper{height:36px!important;min-height:36px!important;padding:0 10px!important;line-height:36px!important}.settings-group-select{width:240px;max-width:100%;height:44px;padding-top:0;padding-bottom:0}.settings-section-title{width:100%;color:var(--text);cursor:pointer;text-align:start;background:0 0;border:0;align-items:center;gap:10px;margin:0 0 10px;padding:0;display:flex}.settings-section-title h2{margin:0;font-size:18px}.settings-section-title:hover h2{color:var(--primary)}.settings-title-cell{white-space:normal;overflow-wrap:anywhere;flex-direction:column;gap:4px;min-width:0;display:flex}.settings-title-cell.dimmed,.settings-readonly-value{opacity:.58}.settings-category{font-size:13px;font-weight:700}.setting-description{-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.settings-meta{color:var(--muted-text);white-space:normal;overflow-wrap:anywhere;flex-wrap:wrap;gap:8px 16px;font-size:13px;display:flex}.settings-value-cell .setting-form-item{margin-bottom:0}.settings-value-cell,.settings-value-cell .ant-space-item,.settings-value-cell .ant-form-item,.settings-value-cell .ant-input{min-width:0;max-width:100%}.settings-value-cell .ant-btn{align-self:flex-start}.settings-section .ant-table,.settings-section .ant-table table{table-layout:fixed!important;width:100%!important;min-width:0!important}.settings-section .ant-table-content{overflow-x:hidden!important}.settings-section .ant-table-cell{min-width:0}.filters{grid-template-columns:repeat(3,minmax(190px,1fr));align-items:center;gap:8px;display:grid}.compact-filters,.order-filters{grid-template-columns:repeat(3,minmax(190px,1fr))}.order-filters.is-advanced-closed{grid-template-columns:minmax(320px,1fr) max-content}.order-filters.is-advanced-open{grid-template-columns:repeat(3,minmax(190px,1fr))}.order-filters .filter-actions{grid-column:1/-1}.order-filters .order-filter-actions{grid-column:auto;justify-content:flex-start}.order-filters.is-advanced-open .order-filter-actions{order:10;grid-column:1/-1}.order-filters.is-advanced-closed .order-filter-actions{justify-content:flex-end;align-self:center}.filters>div:not(.filter-actions){grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.filters label{white-space:nowrap;margin:0;font-size:12px}.filter-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.page-heading h2,.admin-content h2,.ant-typography{margin-top:0;color:var(--text)!important}label,.ant-form-item-label>label{color:var(--text);margin-bottom:8px;font-size:13px;font-weight:700;display:block}input,select,textarea,.native-select,.ant-input,.ant-input-number,.ant-input-affix-wrapper,.ant-select-selector,.ant-select-arrow,.ant-picker{outline:none;width:100%;font-size:14px;border:1px solid var(--border)!important;background:var(--panel)!important;color:var(--text)!important;border-radius:12px!important}.native-select{appearance:auto;height:52px;padding:0 38px 0 12px;line-height:1.2}.native-select:disabled{opacity:.75;cursor:not-allowed}.ant-input-number-input,.ant-input-affix-wrapper input,.ant-select-selection-search-input,.ant-input-search .ant-input{box-shadow:none!important;color:var(--text)!important;background:0 0!important;border:0!important}.ant-input-number{align-items:center;min-height:44px;display:flex!important}.ant-input-number .ant-input-number-input-wrap{flex:1}.ant-input-number .ant-input-number-handler-wrap{background:var(--panel-soft)!important;border-inline-start:1px solid var(--border)!important;opacity:1!important}.ant-input-number .ant-input-number-handler{border-color:var(--border)!important}.ant-input-number .ant-input-number-handler-up-inner,.ant-input-number .ant-input-number-handler-down-inner{color:var(--text)!important}.ant-input-number:hover .ant-input-number-handler-up-inner,.ant-input-number:hover .ant-input-number-handler-down-inner{color:var(--primary)!important}.ant-select,.filters .ant-input-affix-wrapper,.filters .ant-input{width:100%;min-width:0}.ant-input-search .ant-input-wrapper{display:flex}.ant-input-search .ant-input-affix-wrapper{flex:1;min-height:44px;border-radius:12px 0 0 12px!important}.ant-input-search .ant-input-group-addon{background:0 0!important}.ant-input-search .ant-input-search-button{height:44px;border-radius:0 12px 12px 0!important}.filters .ant-input,.filters .ant-input-affix-wrapper,.filters .native-select{height:36px;padding:0 10px!important}.filters .native-select{min-height:36px}.channel-tag-admin-portal{font-weight:700;color:#111827!important;background:#f59e0b!important;border-color:#fbbf24!important}.date-range-cell{white-space:normal;gap:2px;line-height:1.35;display:grid}.ant-select-selector{align-items:center!important;min-height:44px!important;padding:0 12px!important;display:flex!important}.filters .ant-select-selector{height:36px!important;min-height:36px!important;padding:0 10px!important}.ant-select-selection-search,.ant-select-selection-search-input{height:100%!important}.filters .ant-select-selection-search{inset-inline:14px 36px!important;top:0!important;bottom:0!important}.filters .ant-select-selection-search-input{height:34px!important}.ant-select-selection-item,.ant-select-selection-placeholder{color:var(--text)!important;background:0 0!important;border:0!important;padding:0!important;line-height:42px!important}.filters .ant-select-selection-item,.filters .ant-select-selection-placeholder{line-height:34px!important}.ant-input::placeholder,.ant-input-number-input::placeholder,.ant-select-selection-placeholder{color:#9ca3af!important}.ant-input-password,.ant-input-affix-wrapper{align-items:center;min-height:44px;padding:11px 12px;display:flex;background:var(--panel)!important;color:var(--text)!important}.ant-input-affix-wrapper input{color:var(--text)!important;background:0 0!important}input,select,textarea,.native-select,.ant-input{padding:11px 12px}.native-select{padding:0 38px 0 12px}.ant-input-affix-wrapper input,.ant-input-number-input,.ant-select-selection-search-input{height:100%!important;padding:0!important}.ant-input-number-input{min-height:42px;padding:0 12px!important}input:focus,select:focus,textarea:focus,.native-select:focus,.ant-input:focus,.ant-input-focused,.ant-select-focused .ant-select-selector{border-color:var(--primary)!important;box-shadow:none!important}.table-wrap,.ant-table-wrapper{width:100%;max-width:100%;padding-bottom:0;overflow:auto hidden}.ant-table-container{max-width:100%;overflow:visible!important}.ant-table-content{scrollbar-gutter:stable;scrollbar-width:auto;scrollbar-color:#64748b #060b16;max-width:100%;padding-bottom:0;overflow:auto hidden!important}.ant-table-content::-webkit-scrollbar{height:12px}.ant-table-content::-webkit-scrollbar-track{background:#060b16;border-radius:999px}.ant-table-content::-webkit-scrollbar-thumb{background:#64748b;border:2px solid #060b16;border-radius:999px}.ant-table-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ant-table,.ant-table-container,.ant-table-content,.ant-table-tbody,.ant-table-placeholder,.ant-table-cell,.ant-table-wrapper .ant-spin-container{background:var(--panel)!important;color:var(--text)!important}.ant-table table{table-layout:auto!important;width:max-content!important;min-width:100%!important}.ant-table-wrapper .ant-table{border-radius:14px;overflow:auto hidden}.ant-table-thead>tr>th{font-size:13px;line-height:1.15;color:var(--muted)!important;border-bottom:1px solid var(--border)!important;background:#2a3446!important;padding:8px 10px!important;font-weight:700!important}.ant-table-tbody>tr>td{border-bottom:1px solid var(--border)!important;color:var(--text)!important;background:var(--panel)!important;padding:12px 10px!important}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{white-space:normal}.date-time-cell{white-space:normal;flex-direction:column;gap:2px;line-height:1.2;display:inline-flex}.table-link-button.ant-btn-link{white-space:normal;text-align:start;background:#60a5fa0f;border-radius:10px;height:auto;min-height:0;padding:2px 10px;font-weight:700;line-height:1.35;color:var(--text)!important;border:1px solid var(--border)!important;box-shadow:none!important}.table-link-button.ant-btn-link:hover{background:#60a5fa1f;color:var(--primary)!important;border-color:var(--primary)!important}.ant-table-column-sorter{opacity:0}:is(.ant-table-column-sorters:has(.ant-table-column-sorter-up.active) .ant-table-column-sorter,.ant-table-column-sorters:has(.ant-table-column-sorter-down.active) .ant-table-column-sorter){opacity:1}.ant-table-tbody{overflow-y:visible!important}.ant-table-body{max-height:none!important;overflow-y:visible!important}.main:not(.is-detail-page) .page-stack{flex-direction:column;height:100%;min-height:0;gap:14px!important;display:flex!important}.main:not(.is-detail-page) .document-scroll-page{height:auto;min-height:0}.main:not(.is-detail-page) .document-scroll-page>.ant-space-item:has(.ant-card .ant-table-wrapper){flex:none}.main:not(.is-detail-page) .document-scroll-page .ant-card:has(.ant-table-wrapper){height:auto}.main:not(.is-detail-page) .document-scroll-page .ant-card:has(.ant-table-wrapper) .ant-card-body{overflow:visible}.main:not(.is-detail-page) .page-stack>.ant-space-item:has(.ant-card .ant-table-wrapper){flex:auto;min-height:0}.main:not(.is-detail-page) .ant-card:has(.ant-table-wrapper){flex-direction:column;height:100%;min-height:0;margin-bottom:0;display:flex}.main:not(.is-detail-page) .ant-card:has(.ant-table-wrapper) .ant-card-body{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.main:not(.is-detail-page) .ant-table-wrapper,.main:not(.is-detail-page) .ant-spin-nested-loading,.main:not(.is-detail-page) .ant-spin-container,.main:not(.is-detail-page) .ant-table,.main:not(.is-detail-page) .ant-table-container,.main:not(.is-detail-page) .ant-table-content{flex-direction:column;flex:auto;min-height:0;display:flex}.main:not(.is-detail-page) .ant-table-content{overflow:auto!important}.main:not(.is-detail-page) .ant-table-thead>tr>th{z-index:3;position:sticky;top:0}.main:not(.is-detail-page) .ant-table-pagination{flex:none;margin:10px 0 0!important}.ant-table-tbody>tr.ant-table-placeholder:hover>td,.ant-empty-description,.ant-table-cell .ant-typography,.ant-table-cell a,.ant-table-cell span,.ant-table-cell div{color:var(--text)!important}.ant-empty{margin:28px 0!important}.ant-table-placeholder .ant-table-cell{padding:28px 12px!important}.ant-pagination{margin:14px 0 0!important}.ant-pagination .ant-pagination-item,.ant-pagination .ant-pagination-prev,.ant-pagination .ant-pagination-next{background:var(--panel)!important;border-color:var(--border)!important}.customer-details-panel{grid-template-columns:170px 1fr;align-items:start;gap:22px;display:grid}.details-grid{align-items:start;gap:22px;display:grid}.details-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.worker-view-page{min-width:0}.worker-overview-grid{grid-template-columns:minmax(360px,.95fr) minmax(320px,1.05fr)}.worker-view-page .ant-card,.worker-view-page .ant-card-body{min-width:0}.worker-card-header{flex-wrap:wrap;align-items:flex-start}.worker-card-header h2{overflow-wrap:anywhere;min-width:0;margin-right:auto}.worker-status-tags{flex:0 auto;justify-content:flex-end}.worker-status-tags.ant-space{row-gap:6px!important}.form-grid{gap:12px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-photo-panel{text-align:center;color:var(--text);justify-items:center;gap:8px;display:grid}.worker-summary-layout{grid-template-columns:minmax(0,1fr) minmax(112px,150px);align-items:start;gap:16px;display:grid}.worker-photo-panel{justify-self:end;justify-items:center;width:100%}.worker-photo-panel .customer-photo{width:clamp(104px,14vw,132px);height:clamp(104px,14vw,132px)}.worker-services-card .ant-card-head{min-width:0}.worker-services-card .ant-card-head-wrapper{gap:12px;min-width:0}.worker-services-card .ant-card-head-title{overflow-wrap:anywhere;min-width:0}.worker-services-card .ant-card-extra{flex:none}.customer-photo{object-fit:cover;border:1px solid var(--border);border-radius:14px;width:110px;height:110px}.empty-photo{color:var(--muted);background:var(--panel-soft);place-items:center;padding:12px;font-size:12px;font-weight:700;display:grid}.initials-avatar{color:var(--text);letter-spacing:0;background:#1f2937;place-items:center;font-weight:800;display:grid}.profile-panel{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.profile-photo{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex:none;width:120px;height:120px}.profile-body{gap:8px;min-width:220px;display:grid}.form-photo-preview{object-fit:cover;border:1px solid var(--border);background:var(--panel-soft);border-radius:8px;width:120px;height:84px}.form-photo-picker-wrap{width:120px;position:relative}.form-photo-picker{cursor:pointer;width:120px;display:block}.form-photo-picker>input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.form-photo-frame{width:120px;height:84px;display:block;position:relative}.form-photo-hint{border:2px solid var(--panel);background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:inline-flex;position:absolute;bottom:5px;right:5px;box-shadow:0 4px 12px #0000003d}.form-photo-caption{color:var(--muted);text-align:center;margin-top:7px;font-size:10px;font-weight:650;line-height:1.25;display:block}.form-photo-picker.is-disabled{cursor:not-allowed;opacity:.7}.form-photo-clear.ant-btn{z-index:2;border-radius:50%;width:30px;min-width:30px;height:30px;padding:0;position:absolute;top:-9px;right:-9px}.tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;margin-bottom:0;display:flex}.tab-button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:12px 14px;font-weight:800}.tab-button.active{color:var(--primary);border-bottom-color:var(--primary)}.ant-table-cell .ant-tag,.ant-table-cell .ant-tag span,.ant-tag,.ant-tag span{color:inherit!important}.ant-btn{color:var(--text);border-color:var(--border);background:#101b2e;border-radius:12px;font-weight:700;box-shadow:none!important}.ant-btn-primary,.customer-toolbar .ant-btn,.filter-actions .btn-primary{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important;box-shadow:none!important}.ant-btn-default,.btn-outline{box-shadow:none!important}.ant-btn-dangerous{color:var(--danger-border)!important;border-color:var(--danger-border)!important;box-shadow:none!important}.ant-btn-dangerous:hover,.ant-btn-dangerous:focus{color:#fff!important;background:var(--danger-border)!important;border-color:var(--danger-border)!important;box-shadow:none!important}.ant-tag{border-radius:999px;padding:4px 9px;font-weight:700;line-height:1.35}.ant-tag-blue,.ant-tag-geekblue,.ant-tag-processing,.ant-tag-default{background:var(--tag-default-bg)!important;border-color:var(--tag-default-border)!important;color:var(--tag-default-text)!important}.ant-tag-blue,.ant-tag-processing{background:var(--tag-order-pending-bg)!important;border-color:var(--tag-order-pending-border)!important;color:var(--tag-order-pending-text)!important}.ant-tag-blue span,.ant-tag-geekblue span,.ant-tag-processing span,.ant-tag-default span{color:var(--tag-default-text)!important}.ant-tag-blue span,.ant-tag-processing span{color:var(--tag-order-pending-text)!important}.ant-tag.ant-tag-blue,.ant-tag.ant-tag-processing,.ant-tag.ant-tag-blue span,.ant-tag.ant-tag-processing span{background:var(--tag-order-pending-bg)!important;border-color:var(--tag-order-pending-border)!important;color:var(--tag-order-pending-text)!important}.ant-tag-success,.ant-tag-green{background:var(--tag-active-bg)!important;border-color:var(--tag-active-border)!important;color:var(--tag-active-text)!important}.ant-tag-success span,.ant-tag-green span,.ant-table-cell .ant-tag.ant-tag-success,.ant-table-cell .ant-tag.ant-tag-green,.ant-table-cell .ant-tag.ant-tag-success span,.ant-table-cell .ant-tag.ant-tag-green span{color:var(--tag-active-text)!important}.ant-tag-gold{background:var(--tag-order-progress-bg)!important;border-color:var(--tag-order-progress-border)!important;color:var(--tag-order-progress-text)!important}.ant-tag-gold span,.ant-table-cell .ant-tag.ant-tag-gold,.ant-table-cell .ant-tag.ant-tag-gold span{color:var(--tag-order-progress-text)!important}.ant-tag-red,.ant-tag-error{background:var(--tag-order-cancelled-bg)!important;border-color:var(--tag-order-cancelled-border)!important;color:var(--tag-order-cancelled-text)!important}.ant-tag-red span,.ant-tag-error span,.ant-table-cell .ant-tag.ant-tag-red,.ant-table-cell .ant-tag.ant-tag-red span,.ant-table-cell .ant-tag.ant-tag-error,.ant-table-cell .ant-tag.ant-tag-error span{color:var(--tag-order-cancelled-text)!important}.ant-table-cell .ant-tag.ant-tag-blue,.ant-table-cell .ant-tag.ant-tag-processing,.ant-table-cell .ant-tag.ant-tag-blue span,.ant-table-cell .ant-tag.ant-tag-processing span{background:var(--tag-order-pending-bg)!important;border-color:var(--tag-order-pending-border)!important;color:var(--tag-order-pending-text)!important}.mobile-whatsapp-link{border:1px solid var(--whatsapp);background:var(--whatsapp);border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:5px 10px;font-weight:800;line-height:1.2;display:inline-flex;color:#fff!important}.mobile-whatsapp-link:hover{background:#16a34a;border-color:#16a34a;color:#fff!important}.offer-details-layout{grid-template-columns:220px 1fr;align-items:start;gap:22px;display:grid}.offer-image-panel{text-align:center;justify-items:center;gap:10px;display:grid}.offer-image{aspect-ratio:1.25;object-fit:cover;border:1px solid var(--border);background:var(--panel-soft);border-radius:14px;width:200px}.offer-image.wide{aspect-ratio:16/9;width:100%;max-width:420px}.ant-drawer-content,.ant-drawer-header,.ant-drawer-body,.ant-modal-content{background:var(--panel)!important;color:var(--text)!important}.ant-drawer-header{border-color:var(--border)!important}.ant-drawer-close{border:1px solid var(--danger-border)!important;color:#fecaca!important;opacity:1!important;background:#f871711f!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;margin-inline-end:12px!important;display:inline-flex!important}.ant-drawer-close .anticon,.ant-drawer-close svg{color:#fecaca!important;fill:currentColor!important;width:20px!important;height:20px!important}.ant-drawer-close:hover,.ant-drawer-close:focus-visible{background:var(--danger-border)!important;color:#fff!important;outline-offset:2px!important;border-color:#fecaca!important;outline:2px solid #fecaca73!important}.ant-drawer-close:hover .anticon,.ant-drawer-close:hover svg,.ant-drawer-close:focus-visible .anticon,.ant-drawer-close:focus-visible svg{color:#fff!important}.ant-drawer-title,.ant-modal-title,.ant-form-item,.ant-form-item-explain,.ant-descriptions,.ant-descriptions-item-label,.ant-descriptions-item-content,.ant-statistic-title,.ant-statistic-content{color:var(--text)!important}.ant-descriptions-view,.ant-descriptions-row,.ant-descriptions-item-label,.ant-descriptions-item-content{border-color:var(--border)!important;background:var(--panel)!important}.legacy-details .ant-descriptions-item-label,.legacy-details .ant-descriptions-item-content{padding:7px 10px!important;line-height:1.25!important}.legacy-details .ant-descriptions-item-label{width:34%}@media (width<=1180px){.worker-overview-grid{grid-template-columns:1fr}.worker-summary-layout{grid-template-columns:minmax(0,1fr) minmax(112px,150px)}.worker-photo-panel{order:0}.worker-profile-card .legacy-details .ant-descriptions-item-label,.worker-meta-card .legacy-details .ant-descriptions-item-label{width:42%}.worker-profile-card .ant-descriptions-item-content,.worker-meta-card .ant-descriptions-item-content{overflow-wrap:anywhere}}@media (width<=760px){.worker-profile-card .legacy-details .ant-descriptions-item-label,.worker-profile-card .legacy-details .ant-descriptions-item-content,.worker-meta-card .legacy-details .ant-descriptions-item-label,.worker-meta-card .legacy-details .ant-descriptions-item-content{width:100%;display:block}.worker-profile-card .legacy-details .ant-descriptions-item-label,.worker-meta-card .legacy-details .ant-descriptions-item-label{color:var(--muted)!important;border-bottom:0!important;padding-bottom:2px!important}.worker-profile-card .legacy-details .ant-descriptions-item-content,.worker-meta-card .legacy-details .ant-descriptions-item-content{padding-top:2px!important}.worker-profile-card .mobile-whatsapp-link{white-space:normal;overflow-wrap:anywhere;text-align:center;max-width:100%}}.loyalty-panel h3{margin:18px 0 10px;font-size:20px}.loyalty-balance{gap:2px;margin:4px 0 18px;display:grid}.loyalty-balance strong{color:var(--text);font-size:40px;line-height:1}.loyalty-balance span{color:var(--muted);font-size:16px}.loyalty-summary{max-width:760px;margin-bottom:8px}.btn-whatsapp,.btn-whatsapp.ant-btn{background:var(--whatsapp)!important;border-color:var(--whatsapp)!important;color:#fff!important;box-shadow:none!important}.btn-whatsapp:hover,.btn-whatsapp.ant-btn:hover{color:#fff!important;background:#16a34a!important;border-color:#16a34a!important}.ant-select-dropdown,.ant-picker-dropdown,.ant-popover-inner{border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;color:var(--text)!important;background:#101b2e!important}.ant-select-item,.ant-picker-cell,.ant-popconfirm-message{color:var(--text)!important}.ant-select-item-option-active,.ant-select-item-option-selected{color:var(--text)!important;background:#1b2a42!important}.ant-select-item-option-selected .ant-select-item-option-content{font-weight:800;color:#fff!important}.ant-select-clear{color:var(--muted)!important;background:#101b2e!important}.ant-upload,.ant-upload-list,.ant-upload-list-item,.ant-upload-list-item-name,.ant-upload-list-item-actions,.ant-upload-wrapper{color:var(--text)!important}.ant-upload-wrapper{margin:-8px 0 18px;display:block}.ant-message{z-index:99999!important;top:18px!important}.ant-message-notice-content{background:var(--panel);color:var(--text);border:1px solid #fca5a5;min-width:320px;font-weight:700;box-shadow:0 22px 52px #00000061;border-radius:12px!important;padding:15px 18px!important}.toast-container{z-index:100;pointer-events:none;gap:10px;width:min(360px,100vw - 36px);display:grid;position:fixed;top:18px;right:18px}.toast{border:1px solid var(--border);box-shadow:var(--shadow);background:var(--panel);pointer-events:auto;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:13px 15px;font-weight:700;transition:opacity .18s,transform .18s;display:flex}.toast-success{background:var(--tag-active-bg);color:var(--tag-active-text);border-color:var(--tag-active-border)}.toast-error{color:#991b1b;background:#fee2e2;border-color:#fecaca}.login-body{background:linear-gradient(135deg,#111827,#1f6feb);place-items:center;min-height:100vh;display:grid}.login-card{background:var(--panel);border-radius:24px;width:420px;max-width:calc(100% - 30px);padding:34px;box-shadow:0 20px 50px #00000040}.login-logo{background:var(--primary);color:#fff;border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:18px;font-size:28px;font-weight:800;display:grid}.login-card h1{margin:0 0 8px}.login-card p,.login-help,.muted,.ant-typography-secondary{color:var(--muted)!important}.login-card p{margin-bottom:24px}.login-help{margin-top:18px;font-size:13px}.settings-save-bar,.form-stack>.actions:last-child,.form-grid>.actions:last-child{z-index:70;background:var(--bg);border-bottom:1px solid var(--border);justify-content:flex-end;padding:12px 0;display:flex;position:sticky;top:0}@media (width<=1000px){body,.main,.ant-typography,.ant-table,.ant-card,.ant-descriptions,.ant-form,.ant-input,.ant-input-number,.native-select{font-size:13px!important}.sidebar{z-index:90;border-right:1px solid #334155;height:100vh;top:0;transform:translate(-100%)}.sidebar.is-open{transform:translate(0)}.sidebar-overlay{z-index:80;background:#0f172a80;display:block;position:fixed;inset:0}.sidebar-close,.menu-toggle{place-items:center;display:inline-grid}.main{width:100%;margin-left:0;padding:20px}.topbar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"menu title actions";align-items:center;gap:6px;margin:-20px -20px 6px;padding:0 12px 8px}.main:not(.is-detail-page) .topbar{margin-top:-20px;margin-bottom:22px;padding-top:10px;transform:translateY(-22px)}.main:not(.is-detail-page) .admin-content{padding-top:8px}.is-detail-page .topbar{grid-template-columns:auto minmax(0,max-content) auto minmax(0,1fr) auto;grid-template-areas:"menu title back.actions"".summary summary summary summary"".detail detail detail detail";align-items:center;margin:-20px -20px 0;padding:10px 12px 8px;display:grid;overflow:visible}.is-detail-page .topbar-actions{gap:4px;min-width:0}.topbar-actions{grid-area:actions;gap:4px;min-width:0}.admin-chip,.is-detail-page .admin-chip{box-shadow:none;gap:4px;padding:4px 7px 4px 4px;font-size:12px}.admin-chip-photo,.is-detail-page .admin-chip-photo{width:24px;height:24px}.is-detail-page .btn-logout{height:30px;min-height:30px;padding:4px 7px;font-size:12px}.menu-toggle,.is-detail-page .menu-toggle{grid-area:menu;width:32px;min-width:32px;height:32px;margin-right:0;font-size:15px}.topbar-title-group,.is-detail-page .topbar-title-group{flex:auto;grid-area:title;align-items:center;gap:5px;width:auto;min-width:0;max-width:none}.topbar-title-copy,.is-detail-page .topbar-title-copy{gap:2px}.is-detail-page .topbar-actions{grid-area:actions;align-self:center}.is-detail-page .detail-back-button{justify-content:center;align-items:center;width:auto;min-width:auto;height:32px;min-height:32px;padding:5px 8px;font-size:12px;display:inline-flex}.is-detail-page .detail-back-button:before{content:none}.page-title,.is-detail-page .page-title{white-space:nowrap;font-size:clamp(15px,4vw,20px);line-height:1.1}.topbar-title-summary .entity-meta,.title-entity-meta{flex-wrap:wrap;gap:4px 8px;max-height:2.6em;overflow:visible hidden}.topbar-title-summary .entity-meta span{white-space:normal;overflow-wrap:anywhere;font-size:10.5px;line-height:1.25}.is-detail-page .detail-toolbar,.is-detail-page.is-scrolled .detail-toolbar{background:var(--bg);width:100%;padding:3px 0 7px;position:sticky;top:70px}.is-detail-page .detail-toolbar .ant-btn{min-width:116px;height:34px;min-height:34px;padding:6px 9px;font-size:12px}.is-detail-page .detail-toolbar>.ant-space,.topbar-detail-actions>.ant-space{flex-wrap:wrap;justify-content:flex-end;gap:5px!important}.topbar-detail-actions .ant-btn{min-width:116px;height:34px;min-height:34px;padding:6px 9px;font-size:12px}.details-grid,.details-grid.two,.ant-card .ant-card-body{font-size:13px}.legacy-details .ant-descriptions-item-label,.legacy-details .ant-descriptions-item-content,.ant-table-cell{font-size:12px!important}.card-header h2,.admin-content h2{font-size:18px}.is-detail-page .entity-summary{padding-left:0}.page-heading,.page-toolbar,.filters,.compact-filters{grid-template-columns:1fr;align-items:stretch}.order-filters.is-advanced-closed,.order-filters.is-advanced-open{grid-template-columns:1fr}.order-filters .order-filter-actions{grid-column:1/-1;justify-content:flex-start}.customer-toolbar{justify-content:flex-end;gap:6px}.customer-toolbar .customer-search{flex:auto;width:auto;max-width:none}.customer-toolbar .ant-btn,.page-toolbar .ant-btn,.filter-actions .btn{height:32px;min-height:32px;padding:4px 8px;font-size:12px}.customer-toolbar .ant-input,.customer-toolbar .ant-input-affix-wrapper,.settings-filters .ant-input,.settings-filters .ant-input-affix-wrapper{height:32px!important;min-height:32px!important;padding:0 8px!important;font-size:12px!important}.table-count{min-height:26px;padding:3px 6px;font-size:11px}.customer-details-panel,.worker-overview-grid{grid-template-columns:1fr}.worker-summary-layout{grid-template-columns:minmax(0,1fr) minmax(104px,132px)}.worker-photo-panel{order:0}.details-grid.two,.offer-details-layout,.form-grid.two,.form-grid.three{grid-template-columns:1fr}}@media (width<=700px){.worker-card-header{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.worker-status-tags,.worker-status-tags.ant-space{justify-content:flex-start}.worker-summary-layout{grid-template-columns:1fr;gap:12px}.worker-photo-panel{order:-1;justify-self:center}.worker-photo-panel .customer-photo{width:112px;height:112px}.worker-services-card .ant-card-head-wrapper{flex-direction:column;align-items:stretch}.worker-services-card .ant-card-extra{width:100%;margin-inline-start:0}.worker-services-card .ant-card-extra .ant-btn{width:100%}.customer-toolbar{flex-wrap:unset;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:10px 8px;width:100%;display:grid;overflow-x:visible}.customer-toolbar .customer-search{flex:unset;width:100%;min-width:0;max-width:none}.customer-toolbar .table-count{justify-self:end;max-width:none}.customer-toolbar .ant-btn-primary:last-child{flex:unset;grid-column:1/-1;width:100%;min-width:0;max-width:none;margin-left:auto}.settings-filters{flex-wrap:wrap}}@media (width<=500px){.dashboard-summary-row{flex-wrap:wrap;justify-content:center;display:flex}.dashboard-summary-item{flex:0 calc(33.3333% - 5.33333px);max-width:none}body,.main,.ant-typography,.ant-table,.ant-card,.ant-descriptions,.ant-form,.ant-input,.ant-input-number,.native-select,.ant-btn{font-size:12px!important}.topbar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"menu title actions";align-items:center;row-gap:0;padding-top:0}.topbar-title-group{text-align:start;justify-content:flex-start}.page-title{text-align:start;font-size:clamp(18px,6vw,22px)}.customer-toolbar{gap:4px}.customer-toolbar .customer-search{min-width:70px}.dashboard-summary-row{gap:8px}.dashboard-summary-item .ant-card-body{padding:9px 10px}.is-detail-page .topbar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:".title.""menu back actions""summary summary summary""detail detail detail";row-gap:4px}.is-detail-page .topbar-title-group{text-align:center;justify-content:center}.is-detail-page .page-title{text-align:center}.is-detail-page .topbar-title-summary{text-align:center;justify-content:center}.is-detail-page .topbar-title-summary .entity-meta,.is-detail-page .title-entity-meta{justify-content:center}.is-detail-page .detail-back-button{justify-content:center;align-items:center;width:32px;height:32px;min-height:32px;padding:0;font-size:0;display:inline-flex!important}.is-detail-page .detail-back-button:before{content:"←";font-size:16px;line-height:1}.is-detail-page .detail-toolbar>.ant-space{justify-content:center;overflow:visible}.topbar-detail-actions,.topbar-detail-actions>.ant-space{flex-wrap:nowrap;justify-content:center;gap:4px!important}.topbar-detail-actions .ant-btn{min-width:96px;height:30px;min-height:30px;padding:4px 5px;font-size:10px}.is-detail-page .detail-toolbar,.is-detail-page.is-scrolled .detail-toolbar{width:100%;position:sticky;top:118px}.is-detail-page .detail-toolbar .ant-btn{min-width:116px;height:34px;min-height:34px;padding:6px 9px;font-size:12px}}@media (width<=1100px){.ant-table-thead>tr>th,.ant-table-tbody>tr>td{white-space:nowrap}.settings-section .ant-table-thead>tr>th.settings-title-column,.settings-section .ant-table-tbody>tr>td.settings-title-column{overflow-wrap:anywhere;white-space:normal!important;width:50%!important}.settings-section .ant-table-thead>tr>th.settings-value-column,.settings-section .ant-table-tbody>tr>td.settings-value-column{white-space:normal!important;width:50%!important}}:root{--bg:#07111f;--panel:#0d1828;--panel-soft:#122136;--panel-elevated:#152740;--text:#f4f7fb;--muted:#8fa3bd;--primary:#4f8cff;--primary-dark:#3478f6;--border:#94a3b829;--border-strong:#94a3b842;--shadow:0 18px 50px #00000047;--shadow-soft:0 8px 30px #0000002e;--sidebar-width:244px;--content-max:1720px;--topbar-height:72px}body{background:radial-gradient(circle at 72% -10%, #4f8cff1a, transparent 34rem), var(--bg);letter-spacing:-.006em;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-shell{min-height:100dvh}.sidebar{width:var(--sidebar-width);border-right:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#091423f5;padding:18px 14px 14px;box-shadow:18px 0 48px #0000001a}.brand{gap:11px;min-height:54px;margin:0 2px 18px;padding:7px 8px}.brand-mark{background:linear-gradient(145deg,#6ba0ff,#3478f6);border-radius:13px;width:40px;height:40px;font-size:20px;box-shadow:0 8px 22px #3478f647}.brand-copy{min-width:0}.nav{gap:14px}.nav-group{gap:3px;display:grid}.nav-link{color:#aebdd0;border:1px solid #0000;border-radius:11px;align-items:center;gap:10px;min-height:40px;padding:8px 10px;font-size:13px;font-weight:600;transition:background .16s,border-color .16s,color .16s,transform .16s;display:flex}.nav-link:hover{color:#eaf1fb;background:#ffffff09;border-color:#94a3b81f}.nav-link.active{color:#fff;background:linear-gradient(90deg,#4f8cff29,#4f8cff12);border-color:#4f8cff40;box-shadow:inset 3px 0 #5b94ff}.nav-icon{color:#7890ad;flex:0 0 20px;place-items:center;width:20px;font-size:15px;display:grid}.nav-link.active .nav-icon{color:#73a4ff}.nav-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.sidebar-footer{border-top:1px solid var(--border);color:#677c96;align-items:center;gap:7px;margin:20px 8px 4px;padding-top:14px;font-size:11px;display:flex}.sidebar-footer-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #4ade8014}.main:not(.is-detail-page){height:100dvh}.admin-content{width:min(100%, var(--content-max));margin:0 auto}.topbar,.main:not(.is-detail-page) .topbar{min-height:var(--topbar-height);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07111fe0;border-bottom:1px solid #94a3b817;margin:0 -26px 18px;padding:15px 26px 11px;transform:none}.is-detail-page .topbar{margin:0 -26px 12px;padding-top:12px}.page-title{letter-spacing:-.035em;font-size:clamp(22px,1.9vw,30px);font-weight:760}.admin-chip{border-color:var(--border);min-height:38px;box-shadow:none;background:#0d1828db;border-radius:999px;padding:5px 11px 5px 5px}.admin-chip:hover{background:#122136;border-color:#4f8cff61}.admin-chip-photo{width:28px;height:28px}.admin-chip-name{text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:12px;font-weight:700;overflow:hidden}.menu-toggle{border-color:var(--border-strong);background:var(--panel);color:var(--text)}.ant-card,.content-panel{box-shadow:var(--shadow-soft);overflow:hidden;border:1px solid var(--border)!important;background:#0d1828eb!important;border-radius:16px!important}.ant-card-head{border-bottom-color:var(--border)!important;min-height:50px!important;padding:0 18px!important}.ant-card-head-title{font-size:14px;font-weight:750;padding:13px 0!important}.dashboard-summary-row{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px;gap:12px!important;display:grid!important}.dashboard-summary-item{min-width:0;max-width:none!important}.dashboard-summary-item .ant-card{height:100%}.dashboard-summary-item .ant-card-body{padding:17px 18px!important}.dashboard-summary-item .ant-statistic-title{font-size:12px;font-weight:650;color:var(--muted)!important}.dashboard-summary-item .ant-statistic-content{letter-spacing:-.035em;margin-top:5px;font-weight:760;font-size:clamp(22px,2.4vw,32px)!important}.page-stack{width:100%}.page-toolbar{margin-bottom:0}.customer-toolbar{align-items:center;gap:9px;width:100%;min-width:0;display:flex}.customer-toolbar .customer-search{flex:0 420px;width:min(420px,45vw);max-width:none}.customer-toolbar .native-select{width:auto;min-width:180px}.table-count{border:1px solid var(--border);min-height:34px;color:var(--muted);white-space:nowrap;background:#ffffff06;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:11px;display:inline-flex}.customer-toolbar .ant-btn-primary:last-child{margin-left:auto}.ant-btn{font-weight:680;box-shadow:none!important;border-radius:10px!important}.ant-btn-primary{background:#4f8cff!important;border-color:#4f8cff!important}.ant-btn-primary:hover{background:#629aff!important;border-color:#629aff!important}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-picker,.ant-select-selector,.native-select{border-color:var(--border-strong)!important;box-shadow:none!important;background:#0b1727!important;border-radius:10px!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-input-number:hover,.ant-picker:hover,.ant-select-selector:hover,.native-select:hover{border-color:#4f8cff7a!important}.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-input-number-focused,.ant-picker-focused,.ant-select-focused .ant-select-selector,.native-select:focus{outline:0;border-color:#4f8cff!important;box-shadow:0 0 0 3px #4f8cff1f!important}.filters{gap:10px!important}.filters label{color:#8da2bd;font-size:11px;font-weight:750}.filter-actions{align-items:end}.ant-table-wrapper{border-radius:0}.ant-table{background:0 0!important}.ant-table-container{border:0!important}.ant-table-content{scrollbar-width:thin;scrollbar-color:#344763 transparent}.ant-table-thead>tr>th{letter-spacing:.045em;text-transform:uppercase;border-bottom:1px solid var(--border)!important;color:#91a5be!important;background:#101d30!important;padding:11px 13px!important;font-size:10.5px!important;font-weight:800!important}.ant-table-tbody>tr>td{color:#dce5f1;font-size:12px;background:0 0!important;border-bottom:1px solid #94a3b816!important;padding:12px 13px!important}.ant-table-tbody>tr:hover>td{background:#4f8cff0e!important}.ant-table-tbody>tr:last-child>td{border-bottom:0!important}.table-link-button.ant-btn-link{font-weight:720;color:#7eacff!important;padding-inline:0!important}.ant-table-pagination{margin:13px 14px!important}.ant-tag{padding-inline:8px;font-size:10.5px;font-weight:700;border-radius:999px!important}.ant-drawer-mask{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006109e!important}.ant-drawer-header{min-height:68px;border-bottom:1px solid var(--border)!important;background:#0e1b2d!important;padding:12px 16px!important}.ant-drawer-title{font-size:16px!important;font-weight:760!important}.ant-drawer-extra .ant-btn{min-width:88px}.ant-drawer-close{order:-1;border-color:var(--border-strong)!important;color:#b8c6d9!important;background:#ffffff06!important;width:36px!important;height:36px!important;margin-inline-end:10px!important}.ant-drawer-close:hover{background:#ffffff12!important;border-color:#94a3b866!important}.ant-form-item{margin-bottom:16px}.ant-form-item-label{padding-bottom:5px!important}.ant-form-item-label>label{font-size:11.5px;font-weight:700;color:#9eb0c7!important}.details-grid>*,.entity-summary,.legacy-details,.customer-details-panel{min-width:0}.image-grid img{border-radius:14px}@media (width<=1240px){:root{--sidebar-width:220px}.sidebar{padding-inline:10px}.nav-link{padding-inline:9px}.main{padding-inline:20px}.topbar,.main:not(.is-detail-page) .topbar,.is-detail-page .topbar{margin-inline:-20px;padding-inline:20px}.dashboard-summary-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1000px){:root{--topbar-height:62px}.sidebar{z-index:1002;width:min(286px,86vw);transform:translate(-102%);box-shadow:26px 0 70px #0000006b}.sidebar.is-open{transform:translate(0)}.sidebar-overlay{z-index:1001;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#000610a3;display:block;position:fixed;inset:0}.sidebar-close{place-items:center;display:inline-grid}.main,.main:not(.is-detail-page){width:100%;height:auto;min-height:100dvh;margin-left:0;padding:0 16px 18px;overflow:visible}.main:not(.is-detail-page) .admin-content{overflow:visible}.menu-toggle{place-items:center;width:36px;min-width:36px;height:36px;margin:0;display:inline-grid}.topbar,.main:not(.is-detail-page) .topbar,.is-detail-page .topbar{margin:0 -16px 14px;padding:10px 16px;transform:none}.topbar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"menu title actions";gap:9px}.is-detail-page .topbar{grid-template-columns:auto auto minmax(0,1fr) auto;grid-template-areas:"menu back title actions""summary summary summary summary""detail detail detail detail"}.page-title,.is-detail-page .page-title{white-space:nowrap;text-overflow:ellipsis;font-size:clamp(19px,3vw,25px);overflow:hidden}.detail-back-button,.is-detail-page .detail-back-button{width:36px;height:36px;min-height:36px;padding:0;font-size:0}.detail-back-button:before,.is-detail-page .detail-back-button:before{content:"←";font-size:17px}.admin-chip-name{display:none}.admin-chip{padding-right:5px}.customer-toolbar .customer-search{flex:320px;width:auto}.ant-table-content{overscroll-behavior-inline:contain;overflow-x:auto!important}.ant-table table{width:max-content!important;min-width:max(760px,100%)!important}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{white-space:nowrap!important}.ant-table-thead>tr>th:first-child,.ant-table-tbody>tr>td:first-child{z-index:3;position:sticky;left:0;box-shadow:1px 0 #94a3b81f;background:#0f1c2e!important}.ant-table-thead>tr>th:first-child{z-index:4;background:#122136!important}}@media (width<=700px){.main,.main:not(.is-detail-page){padding-inline:10px}.topbar,.main:not(.is-detail-page) .topbar,.is-detail-page .topbar{margin-inline:-10px;padding-inline:10px}.topbar{gap:7px}.page-title,.is-detail-page .page-title{font-size:18px}.dashboard-summary-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.dashboard-summary-item{flex:unset!important}.dashboard-summary-item .ant-card-body{padding:13px 14px!important}.dashboard-summary-item .ant-statistic-content{font-size:23px!important}.ant-card{border-radius:13px!important}.ant-card-body{padding:13px!important}.ant-card-head{min-height:46px!important;padding-inline:13px!important}.customer-toolbar{grid-template-columns:minmax(0,1fr) auto;gap:7px!important;display:grid!important}.customer-toolbar .customer-search{grid-column:1/2;min-width:0;width:100%!important}.customer-toolbar .table-count{grid-area:1/2/auto/3}.customer-toolbar .native-select{grid-column:1/-1;width:100%;min-width:0}.customer-toolbar .ant-btn-primary:last-child{grid-column:1/-1;width:100%;margin:0}.filters,.compact-filters,.order-filters.is-advanced-closed,.order-filters.is-advanced-open{grid-template-columns:1fr!important}.order-filters .order-filter-actions{grid-column:1/-1!important}.ant-table table{min-width:max(680px,100%)!important}.ant-table-thead>tr>th{padding:9px 10px!important;font-size:10px!important}.ant-table-tbody>tr>td{padding:10px!important;font-size:11.5px!important}.ant-drawer-content-wrapper{width:min(100vw,620px)!important;max-width:100vw!important}.ant-drawer-header{min-height:60px;padding:9px 10px!important}.ant-drawer-body{padding:13px 12px 22px!important}.ant-drawer-title{font-size:14px!important}.ant-drawer-extra .ant-btn{min-width:72px;height:34px;padding-inline:10px}.form-grid.two,.form-grid.three{grid-template-columns:1fr!important;gap:0!important}.drawer-title-summary{gap:4px 8px;font-size:10px}.topbar-detail-actions>.ant-space{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:2px;overflow-x:auto}.topbar-detail-actions .ant-btn{min-width:max-content}}@media (width<=430px){.dashboard-summary-row{grid-template-columns:1fr 1fr!important}.dashboard-summary-item .ant-statistic-title{font-size:10.5px!important}.dashboard-summary-item .ant-statistic-content{font-size:20px!important}.is-detail-page .topbar{grid-template-columns:auto auto minmax(0,1fr) auto;grid-template-areas:"menu back title actions""summary summary summary summary""detail detail detail detail";row-gap:7px}.is-detail-page .topbar-title-group{text-align:left;justify-content:flex-start}.is-detail-page .page-title{text-align:left}.is-detail-page .topbar-title-summary{text-align:left;justify-content:flex-start}.is-detail-page .topbar-title-summary .entity-meta,.is-detail-page .title-entity-meta{justify-content:flex-start}.ant-message-notice-content{min-width:0;max-width:calc(100vw - 20px)}}:root{--bg:#f5f7fb;--panel:#fff;--panel-soft:#f8faff;--text:#172033;--muted:#667085;--primary:#2563eb;--primary-dark:#1d4ed8;--border:#e5eaf2;--danger:#dc2626;--success:#16a34a;--shadow:0 12px 34px #1e2f4e12;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html{background:var(--bg)}body{background:radial-gradient(circle at 90% -10%, #2563eb12, transparent 27rem), var(--bg);color:var(--text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.brand{border-bottom:1px solid #ffffff14;margin-bottom:10px;padding:0 8px 18px}.brand-name{letter-spacing:.02em;font-size:18px}.brand-subtitle{color:#90a6c7;margin-top:2px;font-size:11px}.nav-group{margin-top:18px}.nav-group-label{color:#7187aa;text-transform:uppercase;letter-spacing:.11em;padding:0 11px 8px;font-size:10px;font-weight:800}.nav-link{color:#c9d7ec;border-radius:11px;align-items:center;gap:11px;min-height:42px;margin:2px 0;padding:10px 12px;font-size:13px;font-weight:600;transition:all .18s;display:flex}.nav-link:hover{color:#fff;background:#ffffff12;transform:translate(2px)}.nav-icon{place-items:center;width:18px;font-size:16px;display:inline-grid}.sidebar-footer{color:#8298b8;border-top-color:#ffffff14;font-size:11px}.main{width:calc(100% - 248px);margin-left:248px;padding:26px 32px 40px}.page-title{letter-spacing:-.025em;color:#121a2c;font-size:25px;font-weight:780}.admin-chip{background:#fff;border-color:#e5eaf2;box-shadow:0 5px 15px #1720330d}.menu-toggle,.detail-back-button{color:#344054;background:#fff;border-color:#e1e7f0;box-shadow:0 3px 10px #0f172a0d}.topbar-title-summary .entity-meta span{color:#667085;font-size:12px}.page-stack{width:100%;gap:18px!important}.ant-card{overflow:hidden;border:1px solid #e7ebf2!important;border-radius:18px!important;box-shadow:0 8px 28px #1d2d4c0e!important}.ant-card .ant-card-head{border-bottom:1px solid #eef1f6;min-height:58px;padding:0 20px}.ant-card .ant-card-head-title{color:#1d2939;font-size:14px;font-weight:750}.ant-card .ant-card-body{padding:20px}.card-header{border-bottom:1px solid #eef2f7;margin-bottom:2px;padding:0 0 14px}.card-header h2{color:#1d2939;letter-spacing:-.01em;font-size:15px}.legacy-details table{display:block}.legacy-details tbody{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;width:100%;display:grid}.legacy-details .ant-descriptions-row>th,.legacy-details .ant-descriptions-row>td{width:100%;display:block;background:0 0!important;border:0!important}.legacy-details .ant-descriptions-item{grid-template-columns:minmax(120px,.72fr) minmax(0,1.28fr);align-items:center;min-height:47px;border-bottom:1px solid #edf1f6!important;padding:0!important;display:grid!important}.legacy-details .ant-descriptions-item-label{font-size:11px;font-weight:650;color:#7b8799!important;padding:11px 8px 11px 0!important}.legacy-details .ant-descriptions-item-content{overflow-wrap:anywhere;font-size:12px;font-weight:650;color:#26334a!important;padding:11px 0 11px 8px!important}.compact-details .ant-descriptions-item{min-height:44px}.details-grid.two{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:start;gap:18px;display:grid}.entity-meta{color:#667085}.entity-meta span{box-shadow:0 2px 8px #10182806;color:#475467!important;background:#fff!important;border-color:#e7ebf3!important}.page-toolbar,.filters-card{margin:0}.page-toolbar{padding:0}.customer-toolbar,.settings-filters,.filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.customer-search{flex:320px;min-width:260px}.table-count{color:#667085;background:#f2f4f7;border-radius:999px;align-items:center;height:32px;padding:0 11px;font-size:11px;font-weight:700;display:inline-flex}.filters label{color:#667085;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.order-filters{grid-template-columns:minmax(260px,1.7fr) repeat(5,minmax(140px,.7fr));align-items:end;gap:12px;display:grid}.order-filter-actions{grid-column:1/-1;align-items:center;gap:8px;display:flex}.ant-input,.ant-input-number,.ant-select-selector,.native-select,textarea.ant-input{box-shadow:none!important;background:#fff!important;border-color:#dde3ec!important}.ant-input:hover,.ant-input-number:hover,.ant-select-selector:hover,.native-select:hover{border-color:#a9b8cf!important}.ant-input:focus,.ant-input-focused,.ant-select-focused .ant-select-selector,.native-select:focus{border-color:#4d7df3!important;box-shadow:0 0 0 3px #2563eb17!important}.native-select{color:#344054;border-radius:10px;min-height:42px;padding:0 34px 0 11px}.ant-form-item-label>label{font-weight:700;color:#475467!important;font-size:12px!important}.ant-drawer-header{background:#fff;min-height:68px;border-bottom:1px solid #e8edf4!important;padding:16px 20px!important}.ant-drawer-title{color:#172033!important}.ant-drawer-close{color:#667085!important}.drawer-title-summary{color:#7b8799!important}.form-grid.two{gap:14px}.ant-btn{box-shadow:none;border-radius:10px;font-weight:700}.ant-btn-primary{box-shadow:0 7px 15px #2563eb2e}.btn-whatsapp{color:#fff!important;background:#16b364!important;border-color:#16b364!important}.ant-tag{border-radius:999px;padding-inline:9px;font-size:10px;font-weight:700;line-height:22px}.modern-grid .ant-table-container{border:0!important}.modern-grid .ant-table-thead>tr>th{text-transform:uppercase;letter-spacing:.035em;white-space:nowrap;color:#667085!important;background:#f7f9fc!important;border-bottom:1px solid #e7ecf3!important;padding:12px 14px!important;font-size:10px!important;font-weight:800!important}.modern-grid .ant-table-tbody>tr>td{color:#344054;vertical-align:middle;font-size:12px;border-bottom:1px solid #eef2f6!important;padding:13px 14px!important}.table-link-button{height:auto!important;padding:0!important;font-weight:750!important}.ant-pagination{margin-top:16px!important}.dashboard-summary-row{gap:16px}.dashboard-summary-item .ant-card{background:linear-gradient(160deg,#fff,#f9fbff);min-height:126px}.dashboard-summary-item .ant-statistic-title{color:#667085;font-size:11px;font-weight:700}.dashboard-summary-item .ant-statistic-content{color:#101828;letter-spacing:-.03em;font-weight:800}.mobile-data-view{width:100%}.mobile-list-tools{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.mobile-list-count{color:#667085;font-size:11px;font-weight:700}.mobile-sort-select{width:156px}.mobile-card-list{gap:11px;display:grid}.mobile-record-card{background:#fff;border:1px solid #e6ebf2;border-radius:16px;overflow:hidden;box-shadow:0 5px 18px #1d2d4c0b}.mobile-record-head{background:linear-gradient(#fff,#fbfcff);border-bottom:1px solid #eef2f6;justify-content:space-between;gap:10px;padding:14px 14px 11px;display:flex}.mobile-record-title{color:#172033;overflow-wrap:anywhere;font-size:14px;font-weight:800}.mobile-record-subtitle{color:#7a8699;margin-top:3px;font-size:10px}.mobile-record-field{border-bottom:1px solid #f0f3f7;grid-template-columns:minmax(105px,.8fr) minmax(0,1.2fr);align-items:center;gap:10px;min-height:40px;display:grid}.mobile-record-field:last-child{border-bottom:0}.mobile-record-field>span{color:#8a94a6;font-size:10px;font-weight:650}.mobile-record-field>strong{color:#344054;overflow-wrap:anywhere;min-width:0;font-size:11px;font-weight:700}.mobile-record-actions{justify-content:flex-end;gap:8px;padding:10px 0 5px;display:flex}.mobile-pagination{justify-content:center;display:flex;margin:14px 0 2px!important}.mobile-list-loading,.mobile-empty{text-align:center;color:#98a2b3;padding:36px 8px}.image-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.image-grid img{border:1px solid #e7ebf1;border-radius:14px}@media (width<=1180px){.details-grid.two{grid-template-columns:1fr}.order-filters{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (width<=1000px){.sidebar{z-index:90;width:min(300px,86vw);transform:translate(-105%);box-shadow:20px 0 50px #0a173038}.sidebar.is-open{transform:translate(0)}.sidebar-overlay{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a122061;display:block;position:fixed;inset:0}.sidebar-close{place-items:center;display:grid}.main{width:100%;margin-left:0;padding:20px 22px 34px}.topbar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"menu title actions";margin:-20px -22px 20px;padding:13px 22px}.menu-toggle{place-items:center;margin:0;display:inline-grid}.is-detail-page .topbar{grid-template-columns:auto auto minmax(0,1fr) auto;grid-template-areas:"menu back title actions"". .summary summary"". .detail detail"}.order-filters{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media (width<=767px){body{background:#f4f6fa}.main,.main:not(.is-detail-page){height:auto;padding:0 0 84px;overflow:visible}.main:not(.is-detail-page) .admin-content{overflow:visible}.admin-content{padding:0 12px}.topbar,.is-detail-page .topbar{z-index:45;background:#fffffff0;border-bottom:1px solid #e8edf4;grid-template-columns:40px minmax(0,1fr) auto;grid-template-areas:"menu title actions""summary summary summary""detail detail detail";min-height:60px;margin:0 0 12px;padding:10px 12px;position:sticky;top:0}.is-detail-page .topbar{grid-template-columns:40px 40px minmax(0,1fr);grid-template-areas:"menu back title""summary summary summary""detail detail detail"}.page-title{font-size:18px}.admin-chip{border-radius:12px;justify-content:center;width:38px;height:38px;padding:4px}.admin-chip-name{display:none}.menu-toggle,.detail-back-button{border-radius:11px;width:38px;height:38px;min-height:38px}.topbar-title-summary{margin-top:2px}.topbar-title-summary .entity-meta{gap:5px;max-height:none;padding-bottom:1px;display:flex;overflow-x:auto}.topbar-title-summary .entity-meta span{flex:none;font-size:9px;background:#f2f4f7!important;border-radius:999px!important;padding:5px 8px!important}.topbar-detail-actions{margin-top:7px}.topbar-detail-actions>.ant-space{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;display:grid!important}.topbar-detail-actions .ant-btn{width:100%;min-width:0;height:40px}.page-stack{gap:12px!important}.ant-card{border-radius:16px!important;box-shadow:0 4px 15px #1d2d4c09!important}.ant-card .ant-card-head{min-height:52px;padding:0 14px}.ant-card .ant-card-body{padding:14px}.details-grid.two{grid-template-columns:1fr;gap:12px;display:grid}.legacy-details tbody{grid-template-columns:1fr;gap:0}.legacy-details .ant-descriptions-item{grid-template-columns:minmax(108px,.82fr) minmax(0,1.18fr);min-height:42px}.legacy-details .ant-descriptions-item-label{font-size:10px;padding:9px 6px 9px 0!important}.legacy-details .ant-descriptions-item-content{font-size:11px;padding:9px 0 9px 6px!important}.page-toolbar{z-index:25;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f4f6faf2;margin:0 -12px;padding:9px 12px;position:sticky;top:61px}.customer-toolbar,.settings-filters{grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%;display:grid}.customer-search{grid-column:1/-1;width:100%;min-width:0}.customer-toolbar .native-select{grid-column:1/-1;width:100%}.customer-toolbar .table-count{justify-self:start}.customer-toolbar .ant-btn-primary{justify-self:end}.filters-card{z-index:24;margin:0 -12px;position:sticky;top:61px;border-left:0!important;border-right:0!important;border-radius:0!important}.filters-card .ant-card-body{padding:10px 12px}.order-filters{grid-template-columns:1fr;gap:8px;display:grid}.order-filters>div:first-child,.advanced-filter{grid-column:1}.order-filter-actions{grid-column:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.order-filter-actions .table-count{grid-column:1/-1;justify-self:start}.order-filter-actions .ant-btn{padding-inline:6px;font-size:10px}.ant-card:has(.mobile-data-view) .ant-card-body{background:0 0;padding:0}.ant-card:has(.mobile-data-view){overflow:visible;box-shadow:none!important;background:0 0!important;border:0!important}.ant-drawer-content-wrapper{width:min(94vw,620px)!important}.ant-drawer-header{min-height:62px;padding:13px 14px!important}.ant-drawer-body{padding:15px!important}.form-grid.two{grid-template-columns:1fr!important;gap:0!important}.ant-form-item{margin-bottom:15px}.drawer-title-summary{display:none}.image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}.order-overview-grid{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);align-items:start;gap:18px;display:grid}.order-primary-card{grid-row:span 2}.modern-card-heading{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:8px;padding-bottom:15px;display:flex}.modern-card-heading h2{color:#172033;letter-spacing:-.02em;margin:4px 0 0;font-size:17px;font-weight:800}.eyebrow{color:#8491a5;letter-spacing:.1em;font-size:9px;font-weight:850;display:block}.order-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:15px 0 12px;display:grid}.order-metric{background:#f7f9fd;border:1px solid #e9edf4;border-radius:13px;min-width:0;padding:12px}.order-metric span{color:#8491a5;text-transform:uppercase;letter-spacing:.045em;font-size:9px;font-weight:750;display:block}.order-metric strong{color:#172033;overflow-wrap:anywhere;margin-top:5px;font-size:12px;font-weight:800;display:block}.modern-details{margin-top:2px}@media (width<=1180px){.order-overview-grid{grid-template-columns:1fr}.order-primary-card{grid-row:auto}}@media (width<=767px){.order-overview-grid{gap:12px}.order-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.order-metric{padding:10px}.modern-card-heading h2{font-size:15px}}.mobile-bottom-nav{display:none}@media (width<=767px){.mobile-bottom-nav{z-index:55;min-height:66px;padding:7px 8px calc(7px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-top:1px solid #e5eaf2;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 25px #1622360f}.mobile-bottom-nav a,.mobile-bottom-nav button{color:#7b8799;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:9px;font-weight:750;display:flex}.mobile-bottom-nav a>.anticon,.mobile-bottom-nav button>.anticon{font-size:18px}.mobile-bottom-nav a.active{color:#2563eb;background:#eff5ff}}:root{--oz-bg:#f6f8fc;--oz-surface:#fff;--oz-surface-2:#f9fbff;--oz-text:#111827;--oz-muted:#667085;--oz-border:#e6eaf0;--oz-primary:#2563eb;--oz-primary-2:#4f46e5;--oz-sidebar:#0b1530;--oz-radius:18px;--oz-shadow:0 10px 30px #0f172a0f;--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important}html,body,#root{background:var(--oz-bg)!important;color:var(--oz-text)!important}body{background:radial-gradient(circle at 90% 0%, #2563eb0f, transparent 28rem), var(--oz-bg)!important;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.app-shell{background:0 0!important}.sidebar{background:linear-gradient(#0b1530 0%,#0d1b36 100%)!important;border-right:1px solid #ffffff0d!important;width:252px!important;padding:20px 14px!important;box-shadow:14px 0 42px #0b153014!important}.brand{border-bottom:1px solid #ffffff14!important;margin:0 4px 24px!important;padding:0 4px 18px!important}.brand-mark{background:linear-gradient(145deg,#3b82f6,#6366f1)!important;border-radius:13px!important;width:42px!important;height:42px!important;box-shadow:0 8px 20px #3b82f652!important}.brand-name{letter-spacing:-.02em!important;font-size:17px!important;font-weight:800!important}.brand-subtitle{text-transform:uppercase;letter-spacing:.08em;color:#8fa6c7!important;font-size:10px!important}.nav-group{margin-bottom:18px!important}.nav-group-label{color:#6f87aa!important;letter-spacing:.12em!important;text-transform:uppercase!important;padding:0 10px 7px!important;font-size:9px!important;font-weight:800!important}.nav-link{color:#b9c8df!important;border-radius:12px!important;min-height:43px!important;margin:2px 0!important;padding:10px 11px!important;font-size:12px!important;font-weight:650!important;transition:all .18s!important}.nav-link:hover{transform:translate(2px);color:#fff!important;background:#ffffff12!important}.nav-link.active{color:#fff!important;background:linear-gradient(90deg,#2563ebf2,#4f46e5d9)!important;box-shadow:0 9px 24px #2563eb38!important}.nav-icon{font-size:16px!important}.sidebar-footer{color:#7790b4!important;margin:10px 4px 0!important;padding-top:15px!important}.main{background:0 0!important;width:calc(100% - 252px)!important;margin-left:252px!important;padding:26px 32px 44px!important}.topbar{-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#f6f8fce6!important;border-bottom:1px solid #e6eaf0d1!important;margin:-26px -32px 22px!important;padding:16px 32px!important}.page-title{color:#101828!important;letter-spacing:-.035em!important;margin:0!important;font-size:25px!important;font-weight:800!important}.admin-chip{background:#fff!important;border:1px solid #e6eaf0!important;box-shadow:0 4px 14px #0f172a0a!important}.admin-chip-name{color:#344054!important}.ant-card{border:1px solid var(--oz-border)!important;box-shadow:var(--oz-shadow)!important;background:#fffffffa!important;border-radius:20px!important}.ant-card-head{border-bottom:1px solid #eef1f5!important;min-height:58px!important;padding-inline:20px!important}.ant-card-head-title{color:#1d2939!important;font-size:13px!important;font-weight:800!important}.ant-card-body{padding:20px!important}.card-header h2{color:#172033!important;font-weight:800!important}.ant-btn{min-height:40px;border-radius:11px!important;font-weight:700!important}.ant-btn-primary{background:linear-gradient(135deg,#2563eb,#4f46e5)!important;border-color:#0000!important;box-shadow:0 8px 18px #2563eb33!important}.ant-btn-primary:hover{filter:brightness(1.04);transform:translateY(-1px)}.btn-whatsapp{background:#16a765!important;border-color:#16a765!important}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-select-selector,.native-select,textarea.ant-input{box-shadow:none!important;background:#fff!important;border:1px solid #dfe5ed!important;border-radius:11px!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-input-number:hover,.ant-select-selector:hover,.native-select:hover{border-color:#a8b4c7!important}.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.native-select:focus{border-color:#4f7cf7!important;box-shadow:0 0 0 3px #2563eb17!important}.ant-form-item-label>label{color:#475467!important;font-size:11px!important;font-weight:750!important}.page-toolbar,.filters-card{border-radius:16px!important}.filters-card{background:#fff!important}.filters-card .ant-card-body{padding:14px!important}.table-count{color:#52627a!important;background:#eef3fb!important;border-radius:999px!important}.modern-grid .ant-table-wrapper,.modern-grid .ant-table{background:#fff!important}.modern-grid .ant-table{border:1px solid #e7ebf1!important;border-radius:16px!important;overflow:hidden!important}.modern-grid .ant-table-thead>tr>th{color:#667085!important;letter-spacing:.06em!important;text-transform:uppercase!important;background:#f8fafd!important;border-bottom:1px solid #e7ebf1!important;padding:12px 14px!important;font-size:10px!important;font-weight:850!important}.modern-grid .ant-table-tbody>tr>td{color:#344054!important;border-bottom:1px solid #eef1f5!important;padding:14px!important;font-size:12px!important}.modern-grid .ant-table-tbody>tr:hover>td{background:#f7faff!important}.modern-grid .ant-table-tbody>tr:last-child>td{border-bottom:0!important}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{border-radius:9px!important}.ant-pagination-item-active{background:#eff6ff!important;border-color:#2563eb!important}.legacy-details .ant-descriptions-view{background:0 0!important;border:0!important}.legacy-details tbody{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 20px!important;display:grid!important}.legacy-details tr{display:contents!important}.legacy-details .ant-descriptions-item{border-bottom:1px solid #eef1f5!important;grid-template-columns:minmax(125px,.75fr) minmax(0,1.25fr)!important;align-items:center!important;min-height:48px!important;display:grid!important}.legacy-details .ant-descriptions-item-label{color:#8a94a6!important;background:0 0!important;border:0!important;padding:10px 8px 10px 0!important;font-size:10px!important;font-weight:700!important}.legacy-details .ant-descriptions-item-content{color:#26334a!important;background:0 0!important;border:0!important;padding:10px 0 10px 8px!important;font-size:12px!important;font-weight:700!important}.order-overview-grid{grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr)!important;gap:18px!important}.order-primary-card{background:linear-gradient(#fff,#fbfdff)!important}.modern-card-heading{border-bottom:1px solid #edf1f5!important}.modern-card-heading h2{color:#111827!important;font-size:20px!important}.eyebrow{color:#2563eb!important}.order-metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.order-metric{background:linear-gradient(145deg,#f7faff,#f4f7fd)!important;border:1px solid #e7edf8!important;border-radius:15px!important;padding:14px!important}.order-metric span{color:#77839a!important}.order-metric strong{color:#172033!important;font-size:13px!important}.ant-drawer-mask{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ant-drawer-content-wrapper{box-shadow:-24px 0 70px #0f172a29!important}.ant-drawer-content{background:#f9fbfe!important}.ant-drawer-header{background:#fff!important;border-bottom:1px solid #e8edf3!important;min-height:70px!important;padding:16px 20px!important}.ant-drawer-title{color:#172033!important;font-weight:800!important}.ant-drawer-body{padding:22px!important}.mobile-card-list{gap:11px!important}.mobile-record-card{background:#fff!important;border:1px solid #e5eaf1!important;border-radius:17px!important;box-shadow:0 6px 22px #0f172a0d!important}.mobile-record-head{background:linear-gradient(#fff,#fbfdff)!important;border-bottom:1px solid #edf1f5!important;padding:14px!important}.mobile-record-title{color:#172033!important;font-size:14px!important;font-weight:800!important}.mobile-record-subtitle{color:#8491a5!important}.mobile-record-fields{padding:2px 14px 8px!important}.mobile-record-field{border-bottom:1px solid #f0f2f6!important;min-height:42px!important}.mobile-record-field>span{color:#8a94a6!important;font-size:10px!important}.mobile-record-field>strong{color:#344054!important;font-size:11px!important}.ant-tag{border-radius:999px!important;padding-inline:9px!important;font-size:10px!important;font-weight:800!important}@media (width<=1180px){.order-overview-grid,.details-grid.two{grid-template-columns:1fr!important}}@media (width<=1000px){.sidebar{width:min(300px,86vw)!important;transform:translate(-105%)!important}.sidebar.is-open{transform:translate(0)!important}.main{width:100%!important;margin-left:0!important;padding:20px 22px 36px!important}.topbar{margin:-20px -22px 18px!important;padding:13px 22px!important}}@media (width<=767px){body{background:#f5f7fb!important}.main,.main:not(.is-detail-page){padding:0 0 82px!important}.admin-content{padding:0 11px!important}.topbar,.is-detail-page .topbar{background:#fffffff2!important;border-bottom:1px solid #e8edf3!important;min-height:58px!important;margin:0 0 10px!important;padding:9px 11px!important}.page-title{font-size:18px!important}.ant-card{border-radius:16px!important;box-shadow:0 4px 16px #0f172a09!important}.ant-card-body{padding:14px!important}.legacy-details tbody{grid-template-columns:1fr!important}.legacy-details .ant-descriptions-item{grid-template-columns:minmax(104px,.82fr) minmax(0,1.18fr)!important;min-height:43px!important}.order-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.order-metric{padding:11px!important}.page-toolbar{background:#f5f7fbf0!important;top:59px!important}.filters-card{top:59px!important}.ant-drawer-content-wrapper{width:100vw!important;max-width:100vw!important}.ant-drawer-content{border-radius:0!important}.mobile-bottom-nav{background:#fffffff7!important;border-top:1px solid #e6ebf2!important;box-shadow:0 -8px 28px #0f172a0f!important}.mobile-bottom-nav a.active{color:#2563eb!important;background:#eef4ff!important}}:root,html[data-theme=dark],html[data-ozman-ui=dark-final]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--oz-bg:#06101d;--oz-bg-2:#081522;--oz-panel:#0d1a2b;--oz-panel-2:#101f33;--oz-panel-3:#13253b;--oz-input:#091626;--oz-border:#22344c;--oz-border-strong:#304863;--oz-text:#f5f8fd;--oz-text-2:#cbd7e6;--oz-muted:#8ea0b8;--oz-primary:#4f7cff;--oz-primary-2:#6351e8;--oz-success:#22c55e;--oz-warning:#f59e0b;--oz-danger:#ef4444}html[data-ozman-ui=dark-final],html[data-ozman-ui=dark-final] body,html[data-ozman-ui=dark-final] #root{min-height:100%;margin:0;background:var(--oz-bg)!important;color:var(--oz-text)!important}html[data-ozman-ui=dark-final] body{background-image:radial-gradient(circle at 85% -15%,#4f7cff1a,#0000 28rem),linear-gradient(#071321 0%,#06101d 100%)!important}html[data-ozman-ui=dark-final] .app-shell,html[data-ozman-ui=dark-final] .main,html[data-ozman-ui=dark-final] .admin-content,html[data-ozman-ui=dark-final] .page-stack,html[data-ozman-ui=dark-final] .page,html[data-ozman-ui=dark-final] .page-content,html[data-ozman-ui=dark-final] .details-page,html[data-ozman-ui=dark-final] .crud-page{color:var(--oz-text)!important;background:0 0!important}html[data-ozman-ui=dark-final] .main{padding-top:0!important}html[data-ozman-ui=dark-final] .sidebar{background:linear-gradient(#071426 0%,#08172a 62%,#071322 100%)!important;border-right:1px solid #1d3048!important;box-shadow:14px 0 36px #0003!important}html[data-ozman-ui=dark-final] .brand,html[data-ozman-ui=dark-final] .sidebar-footer{background:0 0!important}html[data-ozman-ui=dark-final] .brand-name,html[data-ozman-ui=dark-final] .nav-link,html[data-ozman-ui=dark-final] .sidebar-footer{color:var(--oz-text-2)!important}html[data-ozman-ui=dark-final] .brand-subtitle,html[data-ozman-ui=dark-final] .nav-group-label{color:#71859f!important}html[data-ozman-ui=dark-final] .nav-link:hover{color:#fff!important;background:#10233a!important}html[data-ozman-ui=dark-final] .nav-link.active{color:#fff!important;box-shadow:inset 3px 0 0 var(--oz-primary)!important;background:linear-gradient(90deg,#4f7cff3d,#4f7cff17)!important;border-color:#4f7cff57!important}html[data-ozman-ui=dark-final] .nav-icon{color:#91a6c2!important}html[data-ozman-ui=dark-final] .nav-link.active .nav-icon{color:#6f98ff!important}html[data-ozman-ui=dark-final] .topbar,html[data-ozman-ui=dark-final] .is-detail-page .topbar{z-index:40!important;box-sizing:border-box!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#06101df0!important;border-bottom:1px solid #1c2d43!important;min-height:56px!important;margin-top:0!important;margin-bottom:0!important;padding-top:7px!important;padding-bottom:7px!important;position:sticky!important;top:0!important}html[data-ozman-ui=dark-final] .main:not(.is-detail-page) .topbar{height:56px!important;min-height:56px!important;max-height:56px!important}html[data-ozman-ui=dark-final] .main:not(.is-detail-page) .admin-content{margin-top:12px!important;padding-top:0!important}html[data-ozman-ui=dark-final] .topbar-actions{z-index:3!important;grid-area:actions!important;place-self:center end!important;margin:0!important;position:relative!important;inset:auto!important}html[data-ozman-ui=dark-final] .admin-chip{min-width:0!important;height:38px!important;min-height:38px!important;color:var(--oz-text)!important;background:#0d1a2b!important;border:1px solid #263a54!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;padding-top:4px!important;padding-bottom:4px!important;display:inline-flex!important;box-shadow:0 8px 24px #00000029!important}html[data-ozman-ui=dark-final] .admin-chip-photo{color:#fff!important;background:linear-gradient(145deg,#3155d7,#6f63ff)!important;flex:none!important}html[data-ozman-ui=dark-final] .admin-chip-name{color:var(--oz-text-2)!important}html[data-ozman-ui=dark-final] .page-title{color:#f8fbff!important;font-size:24px!important;line-height:1.2!important}html[data-ozman-ui=dark-final] .menu-toggle,html[data-ozman-ui=dark-final] .sidebar-close,html[data-ozman-ui=dark-final] .detail-back-button{color:#dfe8f4!important;background:#0d1a2b!important;border-color:#2a3e58!important}html[data-ozman-ui=dark-final] .detail-back-button{border-radius:8px!important;align-self:center!important;gap:8px!important;width:auto!important;min-width:42px!important;height:32px!important;min-height:32px!important;padding:0 10px!important;font-size:12px!important;font-weight:700!important;line-height:1!important}html[data-ozman-ui=dark-final] .detail-back-button:before{content:none!important}html[data-ozman-ui=dark-final] .detail-back-button .anticon{transition:transform .18s;color:inherit!important;justify-content:center!important;align-items:center!important;font-size:15px!important;line-height:1!important;display:inline-flex!important}html[data-ozman-ui=dark-final] .detail-back-button:hover{color:#fff!important;background:#14263b!important;border-color:#45617f!important}html[data-ozman-ui=dark-final] .detail-back-button:hover .anticon{transform:translate(-2px)}html[data-ozman-ui=dark-final] .detail-back-label{color:inherit!important;align-items:center!important;line-height:1!important;display:inline-flex!important}html[data-ozman-ui=dark-final] .is-detail-page .topbar{row-gap:2px!important}html[data-ozman-ui=dark-final] .topbar-title-summary{margin-top:-2px!important}html[data-ozman-ui=dark-final] .topbar-title-summary .entity-meta{scrollbar-width:none;align-items:center!important;gap:6px!important;max-height:none!important;padding:2px 0!important;display:flex!important;overflow:auto hidden!important}html[data-ozman-ui=dark-final] .topbar-title-summary .entity-meta::-webkit-scrollbar{display:none}html[data-ozman-ui=dark-final] .topbar-title-summary .entity-meta span{color:#b8c7da!important;white-space:nowrap!important;background:#102137!important;border:1px solid #29415e!important;border-radius:999px!important;flex:none!important;min-height:26px!important;padding:4px 9px!important;font-size:11px!important;font-weight:650!important;line-height:16px!important;box-shadow:0 2px 8px #0000001f!important}html[data-ozman-ui=dark-final] .topbar-detail-actions .ant-btn,html[data-ozman-ui=dark-final] .ant-card-extra .ant-btn,html[data-ozman-ui=dark-final] .ant-drawer-extra .ant-btn{height:34px!important;min-height:34px!important;padding-block:0!important;font-size:12px!important;font-weight:700!important;line-height:1!important}html[data-ozman-ui=dark-final] .topbar-detail-actions .ant-btn .anticon,html[data-ozman-ui=dark-final] .ant-card-extra .ant-btn .anticon,html[data-ozman-ui=dark-final] .ant-drawer-extra .ant-btn .anticon{font-size:14px!important}html[data-ozman-ui=dark-final] :is(.content-panel,.filters-card,.details-card,.entity-summary,.customer-details-panel,.legacy-details,.order-metric,.summary-tile,.info-tile,.metric-card,.detail-section,.table-card,.form-card,.search-card,.toolbar-card,.mobile-record-card,.mobile-list-card,.modern-mobile-card,.settings-card,.dashboard-card,.stat-card,.chart-card,.hero-card,.detail-card,.section-card,.list-card,.card),html[data-ozman-ui=dark-final] .ant-card{border-color:var(--oz-border)!important;color:var(--oz-text-2)!important;background:linear-gradient(#0e1c2e,#0b1828)!important;box-shadow:0 10px 30px #00000021!important}html[data-ozman-ui=dark-final] .ant-card-head,html[data-ozman-ui=dark-final] .ant-card-body,html[data-ozman-ui=dark-final] .ant-card-grid{color:inherit!important;background:0 0!important}html[data-ozman-ui=dark-final] .ant-card-head-title{color:var(--oz-text)!important}html[data-ozman-ui=dark-final] .dashboard-page{width:100%;height:100%;min-height:0}html[data-ozman-ui=dark-final] .dashboard-summary-row{gap:10px!important;margin-bottom:10px!important}html[data-ozman-ui=dark-final] .dashboard-summary-item .ant-card{height:84px!important;min-height:84px!important}html[data-ozman-ui=dark-final] .dashboard-summary-item .ant-card-body{align-items:center!important;height:100%!important;padding:10px 16px!important;display:flex!important}html[data-ozman-ui=dark-final] .dashboard-summary-item .ant-statistic-content{margin-top:2px!important;font-size:26px!important;line-height:1.1!important}html[data-ozman-ui=dark-final] .notification-customer-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}html[data-ozman-ui=dark-final] .notification-customer-summary .ant-statistic{flex-direction:column;justify-content:center;min-height:84px;display:flex;border:1px solid var(--oz-border)!important;background:linear-gradient(#0e1c2e,#0b1828)!important;border-radius:16px!important;padding:10px 16px!important;box-shadow:0 10px 30px #00000021!important}html[data-ozman-ui=dark-final] .notification-customer-summary .ant-statistic-title{font-size:12px;font-weight:650;color:#9fb0c6!important}html[data-ozman-ui=dark-final] .notification-customer-summary .ant-statistic-content{margin-top:2px;font-weight:760;line-height:1.1;color:var(--oz-text)!important;font-size:26px!important}html[data-ozman-ui=dark-final] .notification-customer-toolbar{justify-content:space-between;align-items:center;gap:12px;min-height:42px;display:flex}html[data-ozman-ui=dark-final] .notification-customer-toolbar .ant-typography{color:var(--oz-text)!important;margin:0!important;font-size:16px!important}html[data-ozman-ui=dark-final] .notification-customer-toolbar .ant-btn{flex:none}@media (width>=768px){html[data-ozman-ui=dark-final] .dashboard-page{flex-direction:column;display:flex}html[data-ozman-ui=dark-final] .dashboard-recent-orders{flex:auto!important;height:auto!important;min-height:0!important}}html[data-ozman-ui=dark-final] .ant-statistic-title{color:#9fb0c6!important}html[data-ozman-ui=dark-final] .ant-statistic-content,html[data-ozman-ui=dark-final] .ant-statistic-content-value,html[data-ozman-ui=dark-final] .ant-statistic-content-prefix,html[data-ozman-ui=dark-final] .ant-statistic-content-suffix{color:var(--oz-text)!important}html[data-ozman-ui=dark-final] .ant-typography:not(a),html[data-ozman-ui=dark-final] span.ant-typography:not(a){color:var(--oz-text-2)!important}html[data-ozman-ui=dark-final] .ant-typography-secondary,html[data-ozman-ui=dark-final] span.ant-typography-secondary{color:var(--oz-muted)!important}html[data-ozman-ui=dark-final] .ai-period-card{background:linear-gradient(#0f2034,#0c1a2b)!important;border-color:#29415e!important}html[data-ozman-ui=dark-final] .ai-period-value{background:#14263b!important;border-color:#304966!important}html[data-ozman-ui=dark-final] .ai-period-value span{color:#a9b8ca!important}html[data-ozman-ui=dark-final] .ai-period-value strong{color:#f5f8fd!important}html[data-ozman-ui=dark-final] .settings-section-title,html[data-ozman-ui=dark-final] .settings-section-title h2,html[data-ozman-ui=dark-final] .settings-category{color:var(--oz-text)!important}html[data-ozman-ui=dark-final] .setting-description,html[data-ozman-ui=dark-final] .settings-meta{color:#94a7bf!important}html[data-ozman-ui=dark-final] :is(h1,h2,h3,h4,h5,h6,strong,b,.section-title,.card-title,.detail-title){color:var(--oz-text)!important}html[data-ozman-ui=dark-final] :is(.muted,.secondary,.helper-text,.field-label,.detail-label,.mobile-field-label){color:var(--oz-muted)!important}html[data-ozman-ui=dark-final] hr{border-color:var(--oz-border)!important}html[data-ozman-ui=dark-final] .ant-btn:not(.ant-btn-primary):not(.ant-btn-link):not(.ant-btn-text),html[data-ozman-ui=dark-final] .btn:not(.btn-primary):not(.btn-whatsapp):not(.btn-danger){color:#f0f5fb!important;box-shadow:none!important;background:#172940!important;border-color:#36516f!important}html[data-ozman-ui=dark-final] .ant-btn:not(.ant-btn-primary):not(.ant-btn-link):not(.ant-btn-text):hover,html[data-ozman-ui=dark-final] .btn:not(.btn-primary):not(.btn-whatsapp):not(.btn-danger):hover{color:#fff!important;background:#203956!important;border-color:#54769d!important}html[data-ozman-ui=dark-final] .ant-btn-primary,html[data-ozman-ui=dark-final] .btn-primary{color:#fff!important;background:linear-gradient(135deg,#356df3,#6351e8)!important;border-color:#0000!important;box-shadow:0 7px 18px #4f7cff33!important}html[data-ozman-ui=dark-final] :is(.ant-btn,.btn)[disabled],html[data-ozman-ui=dark-final] :is(.ant-btn,.btn):disabled,html[data-ozman-ui=dark-final] .ant-btn-disabled{color:#61748d!important;opacity:.78!important;cursor:not-allowed!important;box-shadow:none!important;background:#101c2b!important;border-color:#25364b!important}html[data-ozman-ui=dark-final] .btn-whatsapp,html[data-ozman-ui=dark-final] .whatsapp-button{color:#fff!important;background:#16a34a!important;border-color:#16a34a!important}html[data-ozman-ui=dark-final] :is(.btn-whatsapp,.whatsapp-button,.mobile-whatsapp-link),html[data-ozman-ui=dark-final] :is(.btn-whatsapp,.whatsapp-button,.mobile-whatsapp-link):is(:hover,:focus,:focus-visible),html[data-ozman-ui=dark-final] :is(.btn-whatsapp,.whatsapp-button,.mobile-whatsapp-link) :is(span,.anticon,svg){color:#fff!important}html[data-ozman-ui=dark-final] .ant-btn>span,html[data-ozman-ui=dark-final] .btn>span{color:inherit!important}html[data-ozman-ui=dark-final] :is(.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-picker,.ant-select-selector,.ant-cascader-picker,.ant-mentions,.ant-segmented,.ant-input-search,select,textarea,input:not([type=checkbox]):not([type=radio]),.native-select){background-color:var(--oz-input)!important;color:#e9eff7!important;border-color:#2b405b!important}html[data-ozman-ui=dark-final] :is(input,textarea,.ant-select-selection-item,.ant-picker-input>input){color:#e9eff7!important}html[data-ozman-ui=dark-final] :is(input,textarea)::placeholder,html[data-ozman-ui=dark-final] .ant-select-selection-placeholder,html[data-ozman-ui=dark-final] .ant-picker-input>input::placeholder{color:#70849d!important;opacity:1!important}html[data-ozman-ui=dark-final] .ant-input-group-addon{color:#a9b8ca!important;background:#101f33!important;border-color:#2b405b!important}html[data-ozman-ui=dark-final] .ant-form-item-label>label{color:#aebed0!important}html[data-ozman-ui=dark-final] .ant-form .ant-input:not(textarea),html[data-ozman-ui=dark-final] .ant-form .ant-input-affix-wrapper{box-sizing:border-box!important;height:44px!important;min-height:44px!important}html[data-ozman-ui=dark-final] .ant-form .ant-input-affix-wrapper{align-items:center!important;padding:0 12px!important;display:flex!important}html[data-ozman-ui=dark-final] .ant-input-affix-wrapper>input.ant-input{width:100%!important;height:42px!important;min-height:0!important;box-shadow:none!important;color:#e9eff7!important;background:0 0!important;border:0!important;border-radius:0!important;flex:auto!important;padding:0!important}html[data-ozman-ui=dark-final] .ant-input-password-icon{color:#91a4bc!important;justify-content:center!important;align-items:center!important;width:20px!important;height:20px!important;display:inline-flex!important}html[data-ozman-ui=dark-final] .login-card .ant-input-affix-wrapper.ant-input-password{background:#eef4ff!important;border:1px solid #d6e0ee!important;border-radius:12px!important;height:44px!important;min-height:44px!important;padding:0 12px 0 14px!important;overflow:hidden!important}html[data-ozman-ui=dark-final] .login-card .ant-input-affix-wrapper.ant-input-password>input.ant-input{color:#101828!important;caret-color:#101828!important;background:0 0!important;height:42px!important;padding:0!important}html[data-ozman-ui=dark-final] .login-card .ant-input-password-icon{color:#52627a!important;flex:0 0 24px!important;width:24px!important;height:24px!important;margin-left:8px!important}html[data-ozman-ui=dark-final] .ant-checkbox-inner,html[data-ozman-ui=dark-final] .ant-radio-inner,html[data-ozman-ui=dark-final] .ant-switch:not(.ant-switch-checked){background:#0b1828!important;border-color:#3a506c!important}html[data-ozman-ui=dark-final] .modern-select{width:100%;min-width:0}html[data-ozman-ui=dark-final] .customer-toolbar .modern-select{flex:0 210px;width:auto;min-width:180px}html[data-ozman-ui=dark-final] .ant-select{color:#e9eff7!important}html[data-ozman-ui=dark-final] .ant-select .ant-select-selector{min-height:40px!important;box-shadow:none!important;background:#0b192a!important;border:1px solid #36506e!important;border-radius:9px!important;padding:0 36px 0 12px!important}html[data-ozman-ui=dark-final] .ant-select:hover .ant-select-selector{border-color:#52739a!important}html[data-ozman-ui=dark-final] .ant-select-focused .ant-select-selector,html[data-ozman-ui=dark-final] .ant-select-open .ant-select-selector{border-color:#5f89f8!important;box-shadow:0 0 0 3px #4f7cff24!important}html[data-ozman-ui=dark-final] .ant-select-selection-item,html[data-ozman-ui=dark-final] .ant-select-selection-placeholder{color:#dce5f1!important;min-width:0!important;line-height:38px!important}html[data-ozman-ui=dark-final] .ant-select-selection-placeholder{color:#7f93ac!important}html[data-ozman-ui=dark-final] .ant-select-selection-search,html[data-ozman-ui=dark-final] .ant-select-selection-search-input{height:38px!important;box-shadow:none!important;color:#e9eff7!important;background:0 0!important;border:0!important;border-radius:0!important}html[data-ozman-ui=dark-final] .ant-select-arrow{inset-inline-end:12px!important;width:14px!important;min-width:14px!important;height:14px!important;min-height:14px!important;box-shadow:none!important;color:#9eb0c7!important;pointer-events:none!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;margin-top:-7px!important;padding:0!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:50%!important}html[data-ozman-ui=dark-final] .ant-select-arrow :is(svg,.anticon){width:12px!important;height:12px!important;display:block!important}html[data-ozman-ui=dark-final] .ant-select-clear{color:#9eb0c7!important;background:#0b192a!important}html[data-ozman-ui=dark-final] .native-select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;cursor:pointer;color:#e9eff7!important;background-color:#0b192a!important;border:1px solid #36506e!important;border-radius:9px!important;min-height:40px!important;padding:0 36px 0 12px!important}html[data-ozman-ui=dark-final] .native-select:hover{border-color:#52739a!important}html[data-ozman-ui=dark-final] .native-select:focus{border-color:#5f89f8!important;outline:0!important;box-shadow:0 0 0 3px #4f7cff24!important}html[data-ozman-ui=dark-final] .native-select option{color:#dce5f1;background:#0d1a2b}html[data-ozman-ui=dark-final] .ant-table-wrapper,html[data-ozman-ui=dark-final] .ant-table,html[data-ozman-ui=dark-final] .ant-table-container,html[data-ozman-ui=dark-final] .ant-table-content,html[data-ozman-ui=dark-final] .ant-table-body,html[data-ozman-ui=dark-final] .ant-table-sticky-holder,html[data-ozman-ui=dark-final] .ant-table-summary,html[data-ozman-ui=dark-final] .ant-table-summary>tr>td{color:var(--oz-text-2)!important;background:#0b1828!important}html[data-ozman-ui=dark-final] .modern-grid .ant-table{border-color:#29415e!important}html[data-ozman-ui=dark-final] :is(.ant-table-container,.ant-table-content,.ant-table-tbody,.ant-table-placeholder,.ant-table-cell,.ant-table-wrapper .ant-spin-container){color:#dce5f1!important;background-color:#0b1828!important}html[data-ozman-ui=dark-final] .ant-table-thead>tr>th,html[data-ozman-ui=dark-final] .ant-table-thead>tr>td,html[data-ozman-ui=dark-final] .ant-table-thead>tr>:is(th,td).ant-table-cell-fix-left,html[data-ozman-ui=dark-final] .ant-table-thead>tr>:is(th,td).ant-table-cell-fix-right,html[data-ozman-ui=dark-final] .ant-table-thead>tr>:is(th,td).ant-table-column-sort{color:#a6b5c8!important;background:#101f33!important;border-color:#26384f!important}html[data-ozman-ui=dark-final] .ant-table-tbody>tr>td,html[data-ozman-ui=dark-final] .ant-table-tbody>tr>td.ant-table-cell-fix-left,html[data-ozman-ui=dark-final] .ant-table-tbody>tr>td.ant-table-cell-fix-right,html[data-ozman-ui=dark-final] .ant-table-tbody>tr>td.ant-table-column-sort,html[data-ozman-ui=dark-final] .ant-table-tbody>tr.ant-table-row-selected>td{color:#dce5f1!important;background:#0b1828!important;border-color:#1a2a3f!important}html[data-ozman-ui=dark-final] .ant-table-tbody>tr:hover>td,html[data-ozman-ui=dark-final] .ant-table-tbody>tr:hover>td.ant-table-cell-fix-left,html[data-ozman-ui=dark-final] .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right,html[data-ozman-ui=dark-final] .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#10243a!important}html[data-ozman-ui=dark-final] .ant-table-cell :is(.ant-typography,span,div,time){color:#dce5f1!important}html[data-ozman-ui=dark-final] .ant-table-cell .ant-typography-secondary{color:#8fa3bc!important}html[data-ozman-ui=dark-final] .ant-table-thead .ant-table-cell :is(span,div){color:#a6b5c8!important}html[data-ozman-ui=dark-final] .ant-table-cell :is(a,.ant-btn-link):not(.mobile-whatsapp-link),html[data-ozman-ui=dark-final] .ant-table-cell :is(a,.ant-btn-link):not(.mobile-whatsapp-link) span{color:#7ea2ff!important}html[data-ozman-ui=dark-final] .ant-table-cell a.mobile-whatsapp-link,html[data-ozman-ui=dark-final] .ant-table-cell a.mobile-whatsapp-link :is(span,.anticon,svg){color:#fff!important}html[data-ozman-ui=dark-final] .ant-table-cell .table-link-button.ant-btn-link{box-sizing:border-box!important;border-color:#7890ad!important;border-radius:9px!important;height:auto!important;min-height:28px!important;padding:4px 10px!important;line-height:18px!important}html[data-ozman-ui=dark-final] .ant-table-cell .ant-tag,html[data-ozman-ui=dark-final] .ant-table-cell .ant-tag span{color:inherit!important}html[data-ozman-ui=dark-final] .ant-table-cell-fix-left-last:after,html[data-ozman-ui=dark-final] .ant-table-cell-fix-right-first:after{box-shadow:none!important}html[data-ozman-ui=dark-final] .ant-table-placeholder>td,html[data-ozman-ui=dark-final] .ant-empty-description{color:#8295ad!important;background:#0b1828!important}html[data-ozman-ui=dark-final] .ant-table-filter-trigger,html[data-ozman-ui=dark-final] .ant-table-column-sorter{color:#8194ad!important}html[data-ozman-ui=dark-final] .ant-descriptions,html[data-ozman-ui=dark-final] .ant-descriptions-view,html[data-ozman-ui=dark-final] .ant-descriptions table,html[data-ozman-ui=dark-final] .ant-descriptions-row>th,html[data-ozman-ui=dark-final] .ant-descriptions-row>td,html[data-ozman-ui=dark-final] .ant-descriptions-item-label,html[data-ozman-ui=dark-final] .ant-descriptions-item-content{color:var(--oz-text-2)!important;background:#0d1a2b!important;border-color:#213249!important}html[data-ozman-ui=dark-final] .ant-descriptions-item-label{color:var(--oz-muted)!important}html[data-ozman-ui=dark-final] .ant-pagination{color:#aab9cb!important}html[data-ozman-ui=dark-final] .ant-pagination-item,html[data-ozman-ui=dark-final] .ant-pagination-prev,html[data-ozman-ui=dark-final] .ant-pagination-next,html[data-ozman-ui=dark-final] .ant-pagination-prev button,html[data-ozman-ui=dark-final] .ant-pagination-next button,html[data-ozman-ui=dark-final] .ant-pagination-options .ant-select-selector{color:#c9d5e5!important;box-shadow:none!important;background:#0d1a2b!important;border-color:#2a3d56!important;outline:none!important}html[data-ozman-ui=dark-final] .ant-pagination-item a{color:#c9d5e5!important}html[data-ozman-ui=dark-final] .ant-pagination-item-active{background:#1c3d67!important;border-color:#4f7cff!important}html[data-ozman-ui=dark-final] .ant-pagination-item-active a{color:#fff!important}html[data-ozman-ui=dark-final] body :is(.ant-dropdown,.ant-dropdown-menu,.ant-select-dropdown,.ant-picker-dropdown .ant-picker-panel-container,.ant-popover-inner,.ant-tooltip-inner,.ant-modal-content,.ant-modal-header,.ant-drawer-content,.ant-drawer-header,.ant-drawer-body,.ant-message-notice-content,.ant-notification-notice,.ant-popconfirm-inner-content,.ant-color-picker-inner-content){color:#dce5f1!important;background:#0d1a2b!important;border-color:#253952!important}html[data-ozman-ui=dark-final] body .ant-dropdown-menu-item,html[data-ozman-ui=dark-final] body .ant-select-item,html[data-ozman-ui=dark-final] body .ant-picker-cell,html[data-ozman-ui=dark-final] body .ant-picker-header,html[data-ozman-ui=dark-final] body .ant-picker-content th{color:#bac7d7!important}html[data-ozman-ui=dark-final] body .ant-dropdown-menu-item:hover,html[data-ozman-ui=dark-final] body .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:#142b46!important}html[data-ozman-ui=dark-final] body .ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:#fff!important;background:#1a3b62!important}html[data-ozman-ui=dark-final] body .ant-select-dropdown{border:1px solid #2d4561!important;border-radius:9px!important;padding:6px!important;box-shadow:0 16px 38px #00000052!important}html[data-ozman-ui=dark-final] body .ant-select-item{border-radius:6px!important;min-height:36px!important;padding:8px 10px!important;line-height:20px!important}html[data-ozman-ui=dark-final] body .ant-select-item-option-content{color:inherit!important}html[data-ozman-ui=dark-final] body .ant-modal-title,html[data-ozman-ui=dark-final] body .ant-drawer-title,html[data-ozman-ui=dark-final] body .ant-popover-title{color:#f5f8fd!important}html[data-ozman-ui=dark-final] body .ant-modal-close,html[data-ozman-ui=dark-final] body .ant-drawer-close{color:#aebdd0!important}html[data-ozman-ui=dark-final] .ant-tag:not(.ant-tag-has-color){color:#cbd7e6!important;background:#14243a!important;border-color:#2c425e!important}html[data-ozman-ui=dark-final] .ant-badge-status-text{color:#cbd7e6!important}html[data-ozman-ui=dark-final] .initials-avatar{text-shadow:0 1px 2px #00000059;color:#fff!important;background:linear-gradient(145deg,#3155d7,#6f63ff)!important}html[data-ozman-ui=dark-final] .empty-photo{color:#dce5f1!important;background:#172940!important}html[data-ozman-ui=dark-final] .form-photo-preview{background:#172940!important;border-color:#7890ad!important}html[data-ozman-ui=dark-final] .form-photo-hint{color:#fff!important;background:#356df3!important;border-color:#0d1a2b!important}html[data-ozman-ui=dark-final] .form-photo-picker:is(:hover,:focus-within) .form-photo-hint{background:#2458d7!important}html[data-ozman-ui=dark-final] .form-photo-caption{color:#9fb0c6!important}html[data-ozman-ui=dark-final] .form-photo-clear.ant-btn{color:#ff8291!important;background:#3a1520!important;border:1px solid #e05265!important;box-shadow:0 4px 12px #0000004d!important}html[data-ozman-ui=dark-final] .form-photo-clear.ant-btn:not(:disabled):hover{color:#fff!important;background:#591d2a!important;border-color:#ff6b7c!important}html[data-ozman-ui=dark-final] .profile-panel{flex-wrap:nowrap}html[data-ozman-ui=dark-final] .profile-photo-editor{cursor:pointer;isolation:isolate;flex:none;width:120px;display:block;position:relative}html[data-ozman-ui=dark-final] .profile-photo-editor>input{pointer-events:none;opacity:0!important;width:1px!important;height:1px!important;position:absolute!important}html[data-ozman-ui=dark-final] .profile-photo-frame{border-radius:50%;width:120px;height:120px;display:block;position:relative}html[data-ozman-ui=dark-final] .profile-photo-editor .profile-photo{width:100%;height:100%;display:grid;border-color:#7890ad!important}html[data-ozman-ui=dark-final] .profile-photo-hint{z-index:2;text-shadow:0 1px 2px #000;background:#356df3;border:2px solid #0d1a2b;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:14px;display:inline-flex;position:absolute;bottom:6px;right:2px;box-shadow:0 4px 12px #00000052;color:#fff!important}html[data-ozman-ui=dark-final] .profile-photo-editor:is(:hover,:focus-within) .profile-photo-hint{background:#143258f0}html[data-ozman-ui=dark-final] .profile-photo-caption{text-align:center;margin-top:7px;font-size:10px;font-weight:650;line-height:1.25;display:block;color:#9fb0c6!important}html[data-ozman-ui=dark-final] .profile-photo-editor.is-disabled{cursor:not-allowed;opacity:.7}html[data-ozman-ui=dark-final] .profile-actions{justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}html[data-ozman-ui=dark-final] .ant-table-cell .ant-btn-dangerous,html[data-ozman-ui=dark-final] .mobile-record-actions .ant-btn-dangerous{width:auto!important;min-width:72px!important;height:30px!important;min-height:30px!important;padding:0 10px!important;font-size:11px!important;font-weight:700!important;line-height:1!important}html[data-ozman-ui=dark-final] .mobile-sort-select.ant-select{width:140px!important;height:34px!important;min-height:34px!important}html[data-ozman-ui=dark-final] .mobile-sort-select.ant-select .ant-select-selector{height:34px!important;min-height:34px!important;padding:0 10px!important}html[data-ozman-ui=dark-final] .mobile-sort-select.ant-select :is(.ant-select-selection-item,.ant-select-selection-placeholder){font-size:11px!important;line-height:32px!important}html[data-ozman-ui=dark-final] .mobile-sort-select.ant-select .ant-select-arrow{font-size:10px!important}html[data-ozman-ui=dark-final] .mobile-record-card,html[data-ozman-ui=dark-final] .mobile-list-item,html[data-ozman-ui=dark-final] .modern-mobile-card,html[data-ozman-ui=dark-final] .modern-table-mobile-card{color:#dce5f1!important;background:linear-gradient(#0f1d30,#0b1828)!important;border:1px solid #22344c!important;box-shadow:0 10px 28px #0000002e!important}html[data-ozman-ui=dark-final] .mobile-record-head{background:#101f33!important;border-bottom-color:#26384f!important}html[data-ozman-ui=dark-final] .mobile-record-head.is-selectable{align-items:center}html[data-ozman-ui=dark-final] .mobile-record-head.is-selectable .mobile-record-heading{flex:auto;min-width:0}html[data-ozman-ui=dark-final] .mobile-record-head.is-selectable .ant-checkbox-wrapper{flex:none;margin-left:12px}html[data-ozman-ui=dark-final] .mobile-record-head.is-selectable .ant-checkbox-inner{width:20px;height:20px;border-color:#58708d!important}html[data-ozman-ui=dark-final] .mobile-record-title,html[data-ozman-ui=dark-final] .mobile-record-title :is(span,strong){color:var(--oz-text)!important}html[data-ozman-ui=dark-final] .mobile-record-title .table-link-button.ant-btn-link{box-sizing:border-box!important;color:#7ea2ff!important;border:1px solid #7890ad!important;border-radius:9px!important;height:auto!important;min-height:28px!important;padding:4px 10px!important;line-height:18px!important}html[data-ozman-ui=dark-final] .mobile-record-subtitle,html[data-ozman-ui=dark-final] .mobile-list-count{color:#9fb0c6!important}html[data-ozman-ui=dark-final] .mobile-record-fields{background:0 0!important}html[data-ozman-ui=dark-final] .mobile-record-field{border-bottom-color:#26384f!important}html[data-ozman-ui=dark-final] .mobile-record-field>span{color:#8fa3bc!important}html[data-ozman-ui=dark-final] .mobile-record-field>strong,html[data-ozman-ui=dark-final] .mobile-record-field>strong :is(span,div,time){color:#eef3fa!important}html[data-ozman-ui=dark-final] .mobile-record-card a,html[data-ozman-ui=dark-final] .modern-table-mobile-card a{color:#7ea2ff!important}html[data-ozman-ui=dark-final] .mobile-record-card a.mobile-whatsapp-link,html[data-ozman-ui=dark-final] .modern-table-mobile-card a.mobile-whatsapp-link{color:#fff!important}html[data-ozman-ui=dark-final] .mobile-bottom-nav{background:#07111ffa!important;border-top-color:#22344c!important;box-shadow:0 -10px 28px #0000003d!important}html[data-ozman-ui=dark-final] .mobile-bottom-nav :is(a,button){color:#8498b2!important;background:0 0!important}html[data-ozman-ui=dark-final] .mobile-bottom-nav a.active{color:#6f98ff!important}html[data-ozman-ui=dark-final] .ant-drawer-footer,html[data-ozman-ui=dark-final] .ant-modal-footer{background:#0b1828!important;border-color:#213249!important}html[data-ozman-ui=dark-final] .login-page,html[data-ozman-ui=dark-final] .login-shell{color:#fff!important;background:#06101d!important}html[data-ozman-ui=dark-final] .login-card{background:#0d1a2b!important;border-color:#22344c!important}html[data-ozman-ui=dark-final] :is(.panel,.box,.well,.surface,.sheet,.widget,.block,.section){border-color:var(--oz-border)!important}@media (width<=1024px){html[data-ozman-ui=dark-final] .topbar-actions{margin-left:auto!important}html[data-ozman-ui=dark-final] .admin-chip-name{display:none!important}html[data-ozman-ui=dark-final] .admin-chip{justify-content:center!important;width:40px!important;height:40px!important;padding:4px!important}html[data-ozman-ui=dark-final] .sidebar{background:linear-gradient(#071426,#08182a)!important}}@media (width<=767px){html[data-ozman-ui=dark-final] .ant-card-head:has(.ant-card-extra) .ant-card-head-wrapper{flex-direction:column!important;align-items:stretch!important;gap:6px!important}html[data-ozman-ui=dark-final] .ant-card-head:has(.ant-card-extra) .ant-card-head-title{padding-bottom:0!important}html[data-ozman-ui=dark-final] .ant-card-head:has(.ant-card-extra) .ant-card-extra{width:100%!important;margin:0 0 8px!important}html[data-ozman-ui=dark-final] .ant-card-head:has(.ant-card-extra) .ant-card-extra .ant-btn{width:100%!important}html[data-ozman-ui=dark-final] .detail-back-button{border-radius:8px!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;padding:0!important}html[data-ozman-ui=dark-final] .detail-back-label{display:none!important}html[data-ozman-ui=dark-final] .page-toolbar{border-bottom:1px solid var(--oz-border)!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#081522f5!important}html[data-ozman-ui=dark-final] .topbar,html[data-ozman-ui=dark-final] .is-detail-page .topbar{grid-template-columns:42px minmax(0,1fr) 42px!important;grid-template-areas:"menu title actions""back summary summary""detail detail detail"!important;min-height:52px!important;margin-bottom:0!important;padding-top:6px!important;padding-bottom:6px!important}html[data-ozman-ui=dark-final] .main:not(.is-detail-page) .topbar{height:52px!important;min-height:52px!important;max-height:52px!important}html[data-ozman-ui=dark-final] .main:not(.is-detail-page) .admin-content{margin-top:8px!important;padding-top:0!important}html[data-ozman-ui=dark-final] .page-title{font-size:18px!important}html[data-ozman-ui=dark-final] .profile-panel{flex-wrap:wrap}html[data-ozman-ui=dark-final] .profile-photo-editor,html[data-ozman-ui=dark-final] .profile-photo-frame{width:96px}html[data-ozman-ui=dark-final] .profile-photo-frame{height:96px}html[data-ozman-ui=dark-final] .profile-body{min-width:calc(100% - 116px)}html[data-ozman-ui=dark-final] .profile-actions{justify-content:flex-end;width:100%;margin-left:0}html[data-ozman-ui=dark-final] .topbar-actions{grid-area:1/3!important;justify-self:end!important}html[data-ozman-ui=dark-final] .admin-chip{width:40px!important;height:40px!important}html[data-ozman-ui=dark-final] .admin-chip-photo{width:32px!important;min-width:32px!important;height:32px!important}html[data-ozman-ui=dark-final] .topbar-detail-actions{background:0 0!important}html[data-ozman-ui=dark-final] .dashboard-summary-row{gap:8px!important}html[data-ozman-ui=dark-final] .dashboard-summary-item .ant-card{height:68px!important;min-height:68px!important}html[data-ozman-ui=dark-final] .dashboard-summary-item .ant-card-body{padding:8px 11px!important}html[data-ozman-ui=dark-final] .dashboard-summary-item .ant-statistic-title{font-size:10px!important}html[data-ozman-ui=dark-final] .dashboard-summary-item .ant-statistic-content{font-size:20px!important}html[data-ozman-ui=dark-final] .notification-customer-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}html[data-ozman-ui=dark-final] .notification-customer-summary .ant-statistic{min-height:68px;padding:8px 11px!important}html[data-ozman-ui=dark-final] .notification-customer-summary .ant-statistic-title{font-size:10px}html[data-ozman-ui=dark-final] .notification-customer-summary .ant-statistic-content{font-size:20px!important}html[data-ozman-ui=dark-final] .notification-customer-toolbar{flex-direction:column;align-items:stretch}html[data-ozman-ui=dark-final] .notification-customer-toolbar .ant-btn{width:100%}}html[data-ozman-ui=dark-final]{--sidebar-width:216px}html[data-ozman-ui=dark-final] .sidebar{width:var(--sidebar-width)!important;flex-direction:column!important;padding:0 10px 10px!important;display:flex!important;overflow:hidden!important}html[data-ozman-ui=dark-final] .brand{border-bottom:1px solid #ffffff14!important;flex:none!important;gap:10px!important;min-height:56px!important;margin:0 2px 10px!important;padding:0 5px!important}html[data-ozman-ui=dark-final] .brand-mark{border-radius:11px!important;flex:0 0 38px!important;width:38px!important;height:38px!important;font-size:18px!important}html[data-ozman-ui=dark-final] .brand-name{letter-spacing:0!important;font-size:15px!important;line-height:1.15!important}html[data-ozman-ui=dark-final] .brand-subtitle{letter-spacing:.08em!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-top:3px!important;font-size:9px!important;line-height:1.2!important;overflow:hidden!important}html[data-ozman-ui=dark-final] .nav{scrollbar-color:transparent transparent;scrollbar-width:thin;overscroll-behavior:contain!important;flex:auto!important;gap:6px!important;min-height:0!important;padding:0 3px 6px 0!important;overflow:hidden auto!important}html[data-ozman-ui=dark-final] .nav:hover{scrollbar-color:#91a6c275 transparent}html[data-ozman-ui=dark-final] .nav::-webkit-scrollbar{width:5px}html[data-ozman-ui=dark-final] .nav::-webkit-scrollbar-track{background:0 0}html[data-ozman-ui=dark-final] .nav::-webkit-scrollbar-corner{background:0 0}html[data-ozman-ui=dark-final] .nav::-webkit-scrollbar-thumb{background:0 0;border-radius:999px;min-height:42px}html[data-ozman-ui=dark-final] .nav:hover::-webkit-scrollbar-thumb{background:#91a6c275}html[data-ozman-ui=dark-final] .nav::-webkit-scrollbar-thumb:hover{background:#b9c8dfad}html[data-ozman-ui=dark-final] .nav-group{gap:1px!important;margin:0 0 7px!important}html[data-ozman-ui=dark-final] .nav-group-label{letter-spacing:.1em!important;padding:5px 9px 4px!important;font-size:9px!important;line-height:1.2!important}html[data-ozman-ui=dark-final] .nav-link{border-radius:8px!important;gap:9px!important;min-height:40px!important;margin:0!important;padding:7px 9px!important;font-size:12.5px!important;line-height:1.2!important;transform:none!important}html[data-ozman-ui=dark-final] .nav-icon{flex:0 0 19px!important;width:19px!important;font-size:16px!important}html[data-ozman-ui=dark-final] .nav-link.active{box-shadow:inset 2px 0 0 var(--oz-primary)!important;background:#4f7cff21!important;border-color:#4f7cff33!important}html[data-ozman-ui=dark-final] .sidebar-footer{flex:none!important;margin:5px 7px 2px!important;padding-top:10px!important}html[data-ozman-ui=dark-final] .main{width:calc(100% - var(--sidebar-width))!important;margin-left:var(--sidebar-width)!important}html[data-ozman-ui=dark-final] .main.is-detail-page .admin-content{margin-top:16px!important}@media (width<=1000px){html[data-ozman-ui=dark-final] .sidebar{width:min(272px,100vw - 52px)!important;padding:10px 9px calc(10px + env(safe-area-inset-bottom))!important;border-radius:0 14px 14px 0!important}html[data-ozman-ui=dark-final] .nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-right:2px!important}html[data-ozman-ui=dark-final] .nav::-webkit-scrollbar{display:none}html[data-ozman-ui=dark-final] .brand{margin-bottom:7px!important}html[data-ozman-ui=dark-final] .sidebar-close{border-radius:9px!important;width:34px!important;min-width:34px!important;height:34px!important;font-size:14px!important}html[data-ozman-ui=dark-final] .main,html[data-ozman-ui=dark-final] .main:not(.is-detail-page){width:100%!important;margin-left:0!important}}@media (width<=430px){html[data-ozman-ui=dark-final] .sidebar{width:min(264px,100vw - 44px)!important}}@media (width<=767px){html[data-ozman-ui=dark-final] .main.is-detail-page .admin-content{margin-top:10px!important}}@media (width>=1181px){html[data-ozman-ui=dark-final] .order-overview-grid{grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr)!important;grid-template-areas:"overview customer""finance system"!important;align-items:start!important;gap:18px!important;display:grid!important}html[data-ozman-ui=dark-final] .order-primary-card{grid-area:auto/overview!important}html[data-ozman-ui=dark-final] .order-customer-card{grid-area:customer!important}html[data-ozman-ui=dark-final] .order-finance-card{grid-area:finance!important}html[data-ozman-ui=dark-final] .order-system-card{grid-area:system!important}}@media (width<=1180px){html[data-ozman-ui=dark-final] .order-overview-grid{grid-template-columns:1fr!important}html[data-ozman-ui=dark-final] .order-primary-card{grid-row:auto!important}}
