[data-theme=light],body[data-theme=light]{--badge-state-positive-fg:#2f7f67;--badge-state-positive-bg:#fafffc;--badge-state-positive-border:#e3f4eb;--badge-state-caution-fg:#9b6a32;--badge-state-caution-bg:#fffefa;--badge-state-caution-border:#f5edd8;--badge-state-danger-fg:#a85a5a;--badge-state-danger-bg:snow;--badge-state-danger-border:#fae8e8;--badge-state-neutral-fg:#5f6f84;--badge-state-neutral-bg:#fafbfc;--badge-state-neutral-border:#edf0f4;--badge-state-muted-fg:#6f7f95;--badge-state-muted-bg:#fcfdfe;--badge-state-muted-border:#f1f3f6;--badge-btn-blue-fg:#eff6ff;--badge-btn-blue-bg:#2563eb;--badge-btn-blue-border:#1d4ed8;--badge-btn-green-fg:#ecfdf5;--badge-btn-green-bg:#059669;--badge-btn-green-border:#047857;--badge-btn-orange-fg:#fff7ed;--badge-btn-orange-bg:#ea580c;--badge-btn-orange-border:#c2410c;--badge-btn-red-fg:#fef2f2;--badge-btn-red-bg:#dc2626;--badge-btn-red-border:#b91c1c;--badge-btn-default-fg:#f9fafb;--badge-btn-default-bg:#4b5563;--badge-btn-default-border:#374151;--badge-btn-cyan-fg:#ecfeff;--badge-btn-cyan-bg:#0891b2;--badge-btn-cyan-border:#0e7490;--badge-btn-purple-fg:#faf5ff;--badge-btn-purple-bg:#7c3aed;--badge-btn-purple-border:#6d28d9}[data-theme=dark],body[data-theme=dark]{--badge-state-positive-fg:#64c39f;--badge-state-positive-bg:rgba(16,185,129,.06);--badge-state-positive-border:rgba(110,231,183,.22);--badge-state-caution-fg:#dab959;--badge-state-caution-bg:rgba(245,158,11,.06);--badge-state-caution-border:rgba(252,211,77,.22);--badge-state-danger-fg:#e3b5b5;--badge-state-danger-bg:rgba(239,68,68,.06);--badge-state-danger-border:hsla(0,94%,82%,.28);--badge-state-neutral-fg:#b4becd;--badge-state-neutral-bg:rgba(148,163,184,.06);--badge-state-neutral-border:rgba(148,163,184,.22);--badge-state-muted-fg:#8997a8;--badge-state-muted-bg:rgba(148,163,184,.05);--badge-state-muted-border:rgba(148,163,184,.18);--badge-btn-blue-fg:#cbe3fe;--badge-btn-blue-bg:#2563eb;--badge-btn-blue-border:#3b82f6;--badge-btn-green-fg:#9ff2be;--badge-btn-green-bg:#047857;--badge-btn-green-border:#10b981;--badge-btn-orange-fg:#fdc992;--badge-btn-orange-bg:#c2410c;--badge-btn-orange-border:#f97316;--badge-btn-red-fg:#fcb9b9;--badge-btn-red-bg:#b91c1c;--badge-btn-red-border:#ef4444;--badge-btn-default-fg:#d9dde2;--badge-btn-default-bg:#475569;--badge-btn-default-border:#64748b;--badge-btn-cyan-fg:#89edf9;--badge-btn-cyan-bg:#0e7490;--badge-btn-cyan-border:#06b6d4;--badge-btn-purple-fg:#d2c5fe;--badge-btn-purple-bg:#6d28d9;--badge-btn-purple-border:#8b5cf6}.badge-state,.cms-semantic-pill{color:var(--badge-state-fg,var(--badge-state-tone-fg));background:var(--badge-state-bg,var(--badge-state-tone-bg));display:inline-flex;align-items:center;font-size:12px;line-height:18px;padding:0 8px;border-radius:999px;border:1px solid;border-color:var(--badge-state-border,var(--badge-state-tone-border));white-space:nowrap;font-weight:500;box-sizing:border-box}.environment-badge--layout-header{font-size:14px;line-height:22px;padding:2px 12px;font-weight:600}.badge-state--positive,.cms-semantic-pill--success{--badge-state-tone-fg:var(--badge-state-positive-fg);--badge-state-tone-bg:var(--badge-state-positive-bg);--badge-state-tone-border:var(--badge-state-positive-border)}.badge-state--caution,.cms-semantic-pill--warning{--badge-state-tone-fg:var(--badge-state-caution-fg);--badge-state-tone-bg:var(--badge-state-caution-bg);--badge-state-tone-border:var(--badge-state-caution-border)}.badge-state--danger,.cms-semantic-pill--error{--badge-state-tone-fg:var(--badge-state-danger-fg);--badge-state-tone-bg:var(--badge-state-danger-bg);--badge-state-tone-border:var(--badge-state-danger-border)}.badge-state--neutral,.cms-semantic-pill--neutral{--badge-state-tone-fg:var(--badge-state-neutral-fg);--badge-state-tone-bg:var(--badge-state-neutral-bg);--badge-state-tone-border:var(--badge-state-neutral-border)}.badge-state--muted,.cms-semantic-pill--muted{--badge-state-tone-fg:var(--badge-state-muted-fg);--badge-state-tone-bg:var(--badge-state-muted-bg);--badge-state-tone-border:var(--badge-state-muted-border)}.badge-btn{color:var(--badge-btn-fg,var(--badge-btn-tone-fg));background:var(--badge-btn-bg,var(--badge-btn-tone-bg));display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:18px;padding:0 8px;border-radius:6px;border:1px solid;border-color:var(--badge-btn-border,var(--badge-btn-tone-border));font-weight:500;white-space:nowrap;box-sizing:border-box;margin-inline-end:0}.badge-btn.badge-btn--blue{--badge-btn-tone-fg:var(--badge-btn-blue-fg);--badge-btn-tone-bg:var(--badge-btn-blue-bg);--badge-btn-tone-border:var(--badge-btn-blue-border)}.badge-btn.badge-btn--green{--badge-btn-tone-fg:var(--badge-btn-green-fg);--badge-btn-tone-bg:var(--badge-btn-green-bg);--badge-btn-tone-border:var(--badge-btn-green-border)}.badge-btn.badge-btn--orange{--badge-btn-tone-fg:var(--badge-btn-orange-fg);--badge-btn-tone-bg:var(--badge-btn-orange-bg);--badge-btn-tone-border:var(--badge-btn-orange-border)}.badge-btn.badge-btn--red{--badge-btn-tone-fg:var(--badge-btn-red-fg);--badge-btn-tone-bg:var(--badge-btn-red-bg);--badge-btn-tone-border:var(--badge-btn-red-border)}.badge-btn.badge-btn--default{--badge-btn-tone-fg:var(--badge-btn-default-fg);--badge-btn-tone-bg:var(--badge-btn-default-bg);--badge-btn-tone-border:var(--badge-btn-default-border)}.badge-btn.badge-btn--cyan{--badge-btn-tone-fg:var(--badge-btn-cyan-fg);--badge-btn-tone-bg:var(--badge-btn-cyan-bg);--badge-btn-tone-border:var(--badge-btn-cyan-border)}.badge-btn.badge-btn--purple{--badge-btn-tone-fg:var(--badge-btn-purple-fg);--badge-btn-tone-bg:var(--badge-btn-purple-bg);--badge-btn-tone-border:var(--badge-btn-purple-border)}.badge-btn :is(a,.badge-btn__link),a.badge-btn.badge-btn__link{text-decoration:none;font:inherit;font-weight:inherit;line-height:inherit;background:transparent;border:none;box-shadow:none;padding:0;margin:0;cursor:pointer}.badge-btn.badge-btn--blue :is(a,.badge-btn__link),a.badge-btn.badge-btn--blue.badge-btn__link{color:var(--badge-btn-fg,var(--badge-btn-tone-fg))!important}.badge-btn.badge-btn--green :is(a,.badge-btn__link),a.badge-btn.badge-btn--green.badge-btn__link{color:var(--badge-btn-fg,var(--badge-btn-tone-fg))!important}.badge-btn.badge-btn--orange :is(a,.badge-btn__link),a.badge-btn.badge-btn--orange.badge-btn__link{color:var(--badge-btn-fg,var(--badge-btn-tone-fg))!important}.badge-btn.badge-btn--red :is(a,.badge-btn__link),a.badge-btn.badge-btn--red.badge-btn__link{color:var(--badge-btn-fg,var(--badge-btn-tone-fg))!important}.badge-btn.badge-btn--default :is(a,.badge-btn__link),a.badge-btn.badge-btn--default.badge-btn__link{color:var(--badge-btn-fg,var(--badge-btn-tone-fg))!important}.badge-btn.badge-btn--cyan :is(a,.badge-btn__link),a.badge-btn.badge-btn--cyan.badge-btn__link{color:var(--badge-btn-fg,var(--badge-btn-tone-fg))!important}.badge-btn.badge-btn--purple :is(a,.badge-btn__link),a.badge-btn.badge-btn--purple.badge-btn__link{color:var(--badge-btn-fg,var(--badge-btn-tone-fg))!important}.badge-btn.badge-btn--blue :is(a,.badge-btn__link):hover,.badge-btn.badge-btn--cyan :is(a,.badge-btn__link):hover,.badge-btn.badge-btn--default :is(a,.badge-btn__link):hover,.badge-btn.badge-btn--green :is(a,.badge-btn__link):hover,.badge-btn.badge-btn--orange :is(a,.badge-btn__link):hover,.badge-btn.badge-btn--purple :is(a,.badge-btn__link):hover,.badge-btn.badge-btn--red :is(a,.badge-btn__link):hover,a.badge-btn.badge-btn__link:hover{opacity:.92}[data-theme=light],body[data-theme=light]{--order-status-pending-text:#7c2d12;--order-status-pending-bg:#fde68a;--order-status-pending-border:#d97706;--order-status-pending-font-weight:500;--order-status-processing-text:#2563eb;--order-status-processing-bg:#dbeafe;--order-status-processing-border:#3b82f6;--order-status-processing-font-weight:700;--order-status-ready-for-delivery-text:#065f46;--order-status-ready-for-delivery-bg:#d1fae5;--order-status-ready-for-delivery-border:#10b981;--order-status-ready-for-delivery-font-weight:700;--order-status-in-delivery-text:#6d5c00;--order-status-in-delivery-bg:#fefce8;--order-status-in-delivery-border:#facc15;--order-status-in-delivery-font-weight:700;--order-status-delivered-text:#3d6b4f;--order-status-delivered-bg:#dff5e8;--order-status-delivered-border:#5fa87a;--order-status-delivered-font-weight:500;--order-status-cancelled-text:#8f4a4a;--order-status-cancelled-bg:#fce8e8;--order-status-cancelled-border:#b06868;--order-status-cancelled-font-weight:500;--order-status-expired-text:#374151;--order-status-expired-bg:#f3f4f6;--order-status-expired-border:#9ca3af;--order-status-expired-font-weight:500;--order-status-refunded-text:#374151;--order-status-refunded-bg:#f3f4f6;--order-status-refunded-border:#9ca3af;--order-status-refunded-font-weight:500;--order-status-deleted-text:#374151;--order-status-deleted-bg:#f3f4f6;--order-status-deleted-border:#9ca3af;--order-status-deleted-font-weight:500;--order-status-unpaid-text:#dc2626;--order-status-unpaid-bg:#fef2f2;--order-status-unpaid-border:#fca5a5;--order-status-unpaid-font-weight:500;--order-payment-status-pending-text:#6b7280;--order-payment-status-pending-bg:transparent;--order-payment-status-pending-border:#9ca3af;--order-payment-status-pending-font-weight:500;--order-payment-status-success-text:#065f46;--order-payment-status-success-bg:#d1fae5;--order-payment-status-success-border:#10b981;--order-payment-status-success-font-weight:500;--order-payment-status-failed-text:#991b1b;--order-payment-status-failed-bg:#fecaca;--order-payment-status-failed-border:#ef4444;--order-payment-status-failed-font-weight:500;--order-payment-status-cancelled-text:#374151;--order-payment-status-cancelled-bg:#f3f4f6;--order-payment-status-cancelled-border:#9ca3af;--order-payment-status-cancelled-font-weight:500;--order-payment-status-refunded-text:#8f4a4a;--order-payment-status-refunded-bg:#fce8e8;--order-payment-status-refunded-border:#b06868;--order-payment-status-refunded-font-weight:500;--order-payment-status-partially-refunded-text:#6d28d9;--order-payment-status-partially-refunded-bg:#e3d5fe;--order-payment-status-partially-refunded-border:#9973f8;--order-payment-status-partially-refunded-font-weight:500;--order-payment-status-committed-text:#7c2d12;--order-payment-status-committed-bg:#fde68a;--order-payment-status-committed-border:#d97706;--order-payment-status-committed-font-weight:500;--order-payment-status-pending-capture-text:#0369a1;--order-payment-status-pending-capture-bg:#e0f2fe;--order-payment-status-pending-capture-border:#0ea5e9;--order-payment-status-pending-capture-font-weight:500;--order-mode-regular-text:#6b21a8;--order-mode-regular-bg:#e9d5ff;--order-mode-regular-border:#8b5cf6;--order-mode-regular-font-weight:500;--order-mode-offer-text:#0e7490;--order-mode-offer-bg:#ecfeff;--order-mode-offer-border:#06b6d4;--order-mode-offer-font-weight:500;--order-mode-preorder-text:#b45309;--order-mode-preorder-bg:#fef3c7;--order-mode-preorder-border:#f59e0b;--order-mode-preorder-font-weight:500}[data-theme=dark],body[data-theme=dark]{--order-status-pending-text:#fcd34d;--order-status-pending-bg:#451a03;--order-status-pending-border:#f59e0b;--order-status-pending-font-weight:500;--order-status-processing-text:#93c5fd;--order-status-processing-bg:#1d4ed8;--order-status-processing-border:#60a5fa;--order-status-processing-font-weight:700;--order-status-ready-for-delivery-text:#6ee7b7;--order-status-ready-for-delivery-bg:#064e3b;--order-status-ready-for-delivery-border:#34d399;--order-status-ready-for-delivery-font-weight:700;--order-status-in-delivery-text:#fef9c3;--order-status-in-delivery-bg:#2a2a0a;--order-status-in-delivery-border:#fde047;--order-status-in-delivery-font-weight:700;--order-status-delivered-text:#8ec9a8;--order-status-delivered-bg:#1e4035;--order-status-delivered-border:#6ab892;--order-status-delivered-font-weight:500;--order-status-cancelled-text:#d49a9a;--order-status-cancelled-bg:#452828;--order-status-cancelled-border:#c08080;--order-status-cancelled-font-weight:500;--order-status-expired-text:#d1d5db;--order-status-expired-bg:#374151;--order-status-expired-border:#9ca3af;--order-status-expired-font-weight:500;--order-status-refunded-text:#d1d5db;--order-status-refunded-bg:#374151;--order-status-refunded-border:#9ca3af;--order-status-refunded-font-weight:500;--order-status-deleted-text:#d1d5db;--order-status-deleted-bg:#374151;--order-status-deleted-border:#9ca3af;--order-status-deleted-font-weight:500;--order-status-unpaid-text:#fca5a5;--order-status-unpaid-bg:#7f1d1d;--order-status-unpaid-border:#f87171;--order-status-unpaid-font-weight:500;--order-payment-status-pending-text:#9ca3af;--order-payment-status-pending-bg:transparent;--order-payment-status-pending-border:#6b7280;--order-payment-status-pending-font-weight:500;--order-payment-status-success-text:#34d399;--order-payment-status-success-bg:#064e3b;--order-payment-status-success-border:#10b981;--order-payment-status-success-font-weight:500;--order-payment-status-failed-text:#f87171;--order-payment-status-failed-bg:#7f1d1d;--order-payment-status-failed-border:#ef4444;--order-payment-status-failed-font-weight:500;--order-payment-status-cancelled-text:#d1d5db;--order-payment-status-cancelled-bg:#374151;--order-payment-status-cancelled-border:#6b7280;--order-payment-status-cancelled-font-weight:500;--order-payment-status-refunded-text:#d49a9a;--order-payment-status-refunded-bg:#452828;--order-payment-status-refunded-border:#c08080;--order-payment-status-refunded-font-weight:500;--order-payment-status-partially-refunded-text:#c2b0fc;--order-payment-status-partially-refunded-bg:#622297;--order-payment-status-partially-refunded-border:#a890f9;--order-payment-status-partially-refunded-font-weight:500;--order-payment-status-committed-text:#fcd34d;--order-payment-status-committed-bg:#451a03;--order-payment-status-committed-border:#f59e0b;--order-payment-status-committed-font-weight:500;--order-payment-status-pending-capture-text:#7dd3fc;--order-payment-status-pending-capture-bg:#0c4a6e;--order-payment-status-pending-capture-border:#0ea5e9;--order-payment-status-pending-capture-font-weight:500;--order-mode-regular-text:#a78bfa;--order-mode-regular-bg:#581c87;--order-mode-regular-border:#8b5cf6;--order-mode-regular-font-weight:500;--order-mode-offer-text:#22d3ee;--order-mode-offer-bg:#164e63;--order-mode-offer-border:#06b6d4;--order-mode-offer-font-weight:500;--order-mode-preorder-text:#fbbf24;--order-mode-preorder-bg:#92400e;--order-mode-preorder-border:#f59e0b;--order-mode-preorder-font-weight:500}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-2{margin-top:.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-12{height:3rem}.h-16{height:4rem}.h-64{height:16rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-full{width:100%}.min-w-0{min-width:0}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.border{border-width:1px}.border-t{border-top-width:1px}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-tight{line-height:1.25}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}body{-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:grayscale}@media (min-resolution:2dppx){body{-webkit-font-smoothing:antialiased}}[data-theme=light]{--shipment-parcel-status-draft-on-bg:#dbeafe;--shipment-parcel-status-draft-on-fg:#0f172a;--shipment-parcel-status-draft-on-border:#93c5fd;--shipment-parcel-status-ready-on-bg:#d1fae5;--shipment-parcel-status-ready-on-fg:#0f172a;--shipment-parcel-status-ready-on-border:#6ee7b7;--color-error:#ff4d4f;--color-warning:#faad14;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-mobile-card:var(--bg-secondary);--text-primary:#1d2939;--text-secondary:#475467;--text-secondary-strong:#344054;--text-placeholder:#6b7280;--text-disabled-soft:#aeb8c4;--border-primary:#e2e8f0;--border-secondary:#f1f5f9;--placeholder-bg:#f3f4f6;--border-placeholder:#d1d5db;--cms-activity-stock-highlight-row-bg:#fffbe6;--cms-activity-stock-save-blocker-alert-bg:#fff2f0;--cms-activity-stock-save-blocker-alert-border:#ffccc7;--cms-activity-order-card-bg-pending:#f1f5f9;--cms-activity-order-card-bg-flow:#eff6ff;--cms-activity-order-card-bg-delivered:#ecfdf5;--cms-activity-order-card-bg-closed:#fef9c3;--cms-activity-order-card-bg-risk:#fef2f2;--cms-notification-pref-group-business-bg:#eff6ff;--cms-notification-pref-group-marketing-bg:#f5f3ff;--chart-axis-label:var(--text-secondary);--chart-grid-stroke:var(--border-primary);--chart-axis-line:var(--border-primary);--chart-legend-label:var(--text-secondary);--chart-mark-label:var(--text-primary)}[data-theme=dark]{--shipment-parcel-status-draft-on-bg:#1d4ed8;--shipment-parcel-status-draft-on-fg:#fff;--shipment-parcel-status-draft-on-border:#2563eb;--shipment-parcel-status-ready-on-bg:#047857;--shipment-parcel-status-ready-on-fg:#fff;--shipment-parcel-status-ready-on-border:#059669;--color-error:#ff7875;--color-warning:#ffc53d;--bg-primary:#1e293b;--bg-primary-light:#293548;--bg-secondary:#0f172a;--bg-mobile-card:var(--bg-primary);--text-primary:#ddd;--text-secondary:#cbd5e1;--text-secondary-strong:#94a3b8;--text-placeholder:#9ca3af;--text-disabled-soft:#64748b;--border-primary:#334155;--border-secondary:#1e293b;--placeholder-bg:#374151;--border-placeholder:#4b5563;--cms-activity-stock-highlight-row-bg:#2b2416;--cms-activity-stock-save-blocker-alert-bg:#2c1518;--cms-activity-stock-save-blocker-alert-border:#5c2223;--cms-activity-order-card-bg-pending:rgba(148,163,184,.14);--cms-activity-order-card-bg-flow:rgba(59,130,246,.16);--cms-activity-order-card-bg-delivered:rgba(16,185,129,.14);--cms-activity-order-card-bg-closed:rgba(234,179,8,.14);--cms-activity-order-card-bg-risk:hsla(0,91%,71%,.12);--cms-notification-pref-group-business-bg:rgba(59,130,246,.18);--cms-notification-pref-group-marketing-bg:rgba(139,92,246,.18);--chart-axis-label:var(--text-secondary);--chart-grid-stroke:var(--border-primary);--chart-axis-line:var(--border-primary);--chart-legend-label:var(--text-secondary);--chart-mark-label:var(--text-primary)}.cms-activity-stock-deeplink-card,.cms-activity-stock-deeplink-row>td{background:var(--cms-activity-stock-highlight-row-bg)!important}.cms-activity-stock-deeplink-card{border-color:var(--border-primary)!important;box-shadow:none!important}.cms-activity-stock-save-blocker-alert.ant-alert-error{background:var(--cms-activity-stock-save-blocker-alert-bg)!important;border-color:var(--cms-activity-stock-save-blocker-alert-border)!important}.cms-activity-stock-save-blocker-alert.ant-alert-error .ant-alert-icon,.cms-activity-stock-save-blocker-alert.ant-alert-error .ant-alert-message{color:var(--color-error)!important}.cms-shipment-parcel-status-btn.cms-shipment-parcel-status-btn--inactive{color:var(--text-primary);border-color:var(--border-primary);background:var(--bg-primary)}.cms-shipment-parcel-status-btn.cms-shipment-parcel-status-btn--inactive:hover{color:var(--text-primary);border-color:var(--color-primary,#1677ff)}.cms-shipment-parcel-status-btn.cms-shipment-parcel-status-btn--active-draft{background:var(--shipment-parcel-status-draft-on-bg);color:var(--shipment-parcel-status-draft-on-fg);border-color:var(--shipment-parcel-status-draft-on-border)}.cms-shipment-parcel-status-btn.cms-shipment-parcel-status-btn--active-ready{background:var(--shipment-parcel-status-ready-on-bg);color:var(--shipment-parcel-status-ready-on-fg);border-color:var(--shipment-parcel-status-ready-on-border)}.cms-shipment-editor-modal .ant-input,.cms-shipment-editor-modal .ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.cms-shipment-editor-modal .ant-select:not(.ant-select-disabled) .ant-select-selector{background-color:var(--bg-primary)!important}.page-container{padding:1rem}.page-header{margin-bottom:1.5rem}.page-content{background:var(--bg-primary);border-radius:.5rem;border:1px solid var(--border-primary);overflow:hidden}.ant-layout-content{padding:0!important}.cms-page-header-card.ant-card .ant-card-body>:last-child{margin-bottom:0!important}.cms-main-content-wrapper{padding:12px;width:100%;min-height:calc(100vh - 64px);background:var(--bg-secondary)}@media (min-width:768px){.cms-main-content-wrapper{padding:24px}}@media (max-width:767px){.cms-main-content-wrapper .ant-card:not(.cms-card-body-no-padding) .ant-card-body{padding:12px!important}}.simple-card,.stat-card{padding:1.5rem}.content-card,.simple-card,.stat-card{background:var(--bg-primary);border-radius:.5rem;border:1px solid var(--border-primary)}.content-card{padding:0}.table-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);color:var(--text-primary)}.partner-supply-backtop{width:60px!important;height:60px!important}.partner-supply-backtop .ant-float-btn-body{width:60px!important;height:60px!important;border:1px solid var(--border-primary);color:var(--text-primary)}.partner-supply-backtop .ant-float-btn-icon{font-size:30px!important;line-height:1}.partner-supply-backtop .ant-float-btn-content{overflow:visible!important}.partner-supply-backtop .ant-float-btn-icon{width:1em!important;margin:0!important;display:flex;align-items:center;justify-content:center}.partner-supply-backtop .ant-float-btn-icon svg{width:1em;height:1em}body[data-theme=light] .partner-supply-backtop .ant-float-btn-body{background:var(--bg-secondary);box-shadow:0 10px 24px rgba(0,0,0,.12)}body[data-theme=dark] .partner-supply-backtop .ant-float-btn-body{background:var(--bg-primary-light);box-shadow:0 12px 28px rgba(0,0,0,.45)}.product-item{background:var(--bg-primary);border-bottom:1px solid var(--border-primary);transition:background-color .2s}.product-item .flex-1 .text-lg{font-size:18px!important;font-weight:700!important;color:var(--text-primary)!important;line-height:1.3!important}.product-item .flex-1 .text-sm,.product-item .flex-1 .text-sm *{font-size:13px!important;color:#6b7280!important}.product-item .ant-typography{font-size:inherit!important;color:inherit!important;font-weight:inherit!important}.product-image-border{border:1px solid var(--border-primary)}.product-item:hover{background:var(--bg-secondary)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-placeholder{color:var(--text-placeholder)}.cms-manual-order-actions .ant-btn-text.ant-btn-disabled,.cms-manual-order-actions .ant-btn-text[disabled]{color:var(--text-disabled-soft)!important}.cms-manual-order-actions .ant-btn-text.ant-btn-disabled .anticon,.cms-manual-order-actions .ant-btn-text[disabled] .anticon{color:inherit}.placeholder-bg{background:var(--placeholder-bg)}.border-placeholder{border-color:var(--border-placeholder)}body{margin:0;padding:0;font-family:Tahoma,Arial,Hiragino Sans GB,宋体,sans-serif;transition:background-color .3s ease,color .3s ease;font-size:16px;line-height:1.5}body[data-theme=light]{background-color:#f8fafc;color:#1d2939}body[data-theme=light] .ant-layout{background-color:#f8fafc!important}body[data-theme=light] .ant-menu-light .ant-menu-item-selected{background-color:#e0eaff!important;color:#2563eb!important}body[data-theme=light] .ant-menu-light .ant-menu-item:hover{color:#2563eb!important;background-color:#f5f8ff!important}body[data-theme=light] .ant-menu-light .ant-menu-item-selected:after{border-right-color:#2563eb!important}body[data-theme=light] .ant-card{background-color:#f8fafc;border-color:#e2e8f0}body[data-theme=light] .ant-card-body{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}body[data-theme=dark]{background-color:#0f172a;color:#ddd}body[data-theme=dark] .ant-layout-content{background-color:#1e293b!important}body[data-theme=dark] .ant-layout{background-color:#0f172a!important}body[data-theme=dark] .ant-menu-dark .ant-menu-item-selected{background-color:#2563eb!important}body[data-theme=dark] .ant-menu-dark .ant-menu-item:hover:not(.ant-menu-item-selected){background-color:rgba(37,99,235,.15)!important}body[data-theme=dark] .ant-btn-dangerous{box-shadow:0 2px 0 hsla(0,96%,89%,.1)!important}body[data-theme=dark] .ant-btn-dangerous:hover{box-shadow:0 2px 0 hsla(0,96%,89%,.2)!important}body[data-theme=dark] .ant-btn-dangerous:active{box-shadow:none!important}body[data-theme=dark] .ant-btn-primary{background:#2563eb!important;border-color:#2563eb!important;box-shadow:0 2px 0 rgba(37,99,235,.1)!important}body[data-theme=dark] .ant-btn-primary:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;box-shadow:0 2px 0 rgba(37,99,235,.2)!important}body[data-theme=dark] .ant-btn-primary:active{background:#1e40af!important;border-color:#1e40af!important;box-shadow:none!important}body[data-theme=dark] .ant-btn-primary:focus{background:#2563eb!important;border-color:#2563eb!important;box-shadow:0 0 0 2px rgba(37,99,235,.2)!important}body[data-theme=dark] .ant-btn-sm.ant-btn-primary{background:#2563eb!important;border-color:#2563eb!important;box-shadow:0 1px 0 rgba(37,99,235,.1)!important}body[data-theme=dark] .ant-btn-sm.ant-btn-primary:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;box-shadow:0 1px 0 rgba(37,99,235,.2)!important}body[data-theme=dark] .ant-btn-sm.ant-btn-primary:active{background:#1e40af!important;border-color:#1e40af!important;box-shadow:none!important}body[data-theme=dark] .ant-btn-primary,body[data-theme=dark] .ant-btn-primary:active,body[data-theme=dark] .ant-btn-primary:focus,body[data-theme=dark] .ant-btn-primary:hover{color:#fff!important}body[data-theme=dark] .ant-card{background-color:#1e293b;border-color:#334155}body[data-theme=dark] .ant-card-body{background-color:#293548;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}body[data-theme=light] .content-card{background-color:#f8fafc;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid #e2e8f0;padding:0}body[data-theme=dark] .content-card{background-color:#1e293b;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);border:1px solid #334155;padding:0}body[data-theme=dark] .ant-alert,body[data-theme=dark] .ant-alert-info{background-color:transparent!important;border:none!important;padding:0!important;color:var(--text-secondary)!important}body[data-theme=dark] .ant-alert-message{color:var(--text-secondary)!important;font-size:12px!important;line-height:1.5!important}body[data-theme=dark] .ant-alert-description{color:var(--text-secondary)!important}body[data-theme=light] .ant-alert,body[data-theme=light] .ant-alert-info{background-color:transparent!important;border:none!important;padding:0!important;color:var(--text-secondary)!important}body[data-theme=light] .ant-alert-message{color:var(--text-secondary)!important;font-size:12px!important;line-height:1.5!important}body[data-theme=light] .ant-alert-description{color:var(--text-secondary)!important}*{transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease}body[data-theme=dark],body[data-theme=dark] *{scrollbar-width:thin;scrollbar-color:#475569 #1e293b}body[data-theme=dark] ::-webkit-scrollbar,body[data-theme=dark]::-webkit-scrollbar{width:8px;height:8px}body[data-theme=dark] ::-webkit-scrollbar-track,body[data-theme=dark]::-webkit-scrollbar-track{background:#1e293b}body[data-theme=dark] ::-webkit-scrollbar-thumb,body[data-theme=dark]::-webkit-scrollbar-thumb{background:#475569;border-radius:6px}body[data-theme=dark] ::-webkit-scrollbar-thumb:hover,body[data-theme=dark]::-webkit-scrollbar-thumb:hover{background:#64748b}.ant-layout-sider .cms-main-sider-scroll::-webkit-scrollbar,.ant-layout-sider::-webkit-scrollbar{width:6px;height:6px}.ant-layout-sider .cms-main-sider-scroll::-webkit-scrollbar-track,.ant-layout-sider::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .ant-layout-sider .cms-main-sider-scroll::-webkit-scrollbar-thumb,body[data-theme=light] .ant-layout-sider::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}body[data-theme=light] .ant-layout-sider .cms-main-sider-scroll::-webkit-scrollbar-thumb:hover,body[data-theme=light] .ant-layout-sider::-webkit-scrollbar-thumb:hover{background:#94a3b8}body[data-theme=dark] .ant-layout-sider .cms-main-sider-scroll::-webkit-scrollbar-thumb,body[data-theme=dark] .ant-layout-sider::-webkit-scrollbar-thumb{background:#64748b;border-radius:3px}body[data-theme=dark] .ant-layout-sider .cms-main-sider-scroll::-webkit-scrollbar-thumb:hover,body[data-theme=dark] .ant-layout-sider::-webkit-scrollbar-thumb:hover{background:#94a3b8}body[data-theme=light] ::-moz-selection{background-color:#dbeafe;color:#1e40af}body[data-theme=light] ::selection{background-color:#dbeafe;color:#1e40af}body[data-theme=dark] ::-moz-selection{background-color:#1e3a8a;color:#ddd}body[data-theme=dark] ::selection{background-color:#1e3a8a;color:#ddd}body[data-theme=light] .ant-table{background-color:#fff!important;border-radius:8px}body[data-theme=dark] .ant-table{background-color:#293548!important;border-radius:8px}body[data-theme=light] .ant-table-thead>tr>th{background-color:#f8fafc!important;border-bottom-color:#e2e8f0!important}body[data-theme=dark] .ant-table-thead>tr>th{background-color:#1e293b!important;border-bottom-color:#334155!important}body[data-theme=light] .ant-table-tbody>tr>td{border-bottom-color:#e2e8f0!important}body[data-theme=dark] .ant-table-tbody>tr>td{border-bottom-color:#334155!important}body[data-theme=light] .ant-table-tbody>tr:hover>td,body[data-theme=light] .cms-main-content-wrapper .ant-card-body .ant-list .ant-list-item:hover{background-color:#f1f5f9!important}body[data-theme=dark] .ant-table-tbody>tr:hover>td,body[data-theme=dark] .cms-main-content-wrapper .ant-card-body .ant-list .ant-list-item:hover{background-color:#1e293b!important}body[data-theme=light] .ant-table-tbody .ant-table-cell-row-hover{background-color:#f1f5f9!important}body[data-theme=dark] .ant-table-tbody .ant-table-cell-row-hover{background-color:#1e293b!important}.ant-table-tbody .ant-table-row>.ant-table-cell-row-hover{background-color:#f1f5f9!important}body[data-theme=dark] .ant-table-tbody .ant-table-row>.ant-table-cell-row-hover{background-color:#1e293b!important}body[data-theme=light] .ant-table-placeholder{background-color:#fff!important}body[data-theme=dark] .ant-table-placeholder{background-color:#293548!important}body[data-theme=light] .ant-table-placeholder .ant-table-cell{background-color:#fff!important;border-bottom-color:#e2e8f0!important}body[data-theme=dark] .ant-table-placeholder .ant-table-cell{background-color:#293548!important;border-bottom-color:#334155!important}body[data-theme=dark] .ant-table-tbody .ant-btn-text{color:#cbd5e1!important}body[data-theme=dark] .ant-table-tbody .ant-btn-text:hover{color:#f1f5f9!important;background-color:rgba(241,245,249,.1)!important}body[data-theme=dark] .ant-table-tbody .ant-btn-text.ant-btn-dangerous{color:#fca5a5!important}body[data-theme=dark] .ant-table-tbody .ant-btn-text.ant-btn-dangerous:hover{color:#fee2e2!important;background-color:hsla(0,93%,94%,.1)!important}body[data-theme=light] .ant-pagination{background-color:#fff!important}body[data-theme=dark] .ant-pagination{background-color:#293548!important}body[data-theme=light] .ant-pagination .ant-pagination-item{background-color:#fff!important;border-color:#e2e8f0!important}body[data-theme=dark] .ant-pagination .ant-pagination-item{background-color:#1e293b!important;border-color:#334155!important}body[data-theme=light] .ant-pagination .ant-pagination-item:hover{border-color:#2563eb!important}body[data-theme=dark] .ant-pagination .ant-pagination-item:hover{border-color:#3b82f6!important}body[data-theme=light] .ant-table-placeholder .ant-table-cell .ant-empty-description{color:#64748b!important}body[data-theme=dark] .ant-table-placeholder .ant-table-cell .ant-empty-description{color:#94a3b8!important}body[data-theme=light] .ant-table-selection{background-color:#fff!important}body[data-theme=dark] .ant-table-selection{background-color:#293548!important}body[data-theme=light] .ant-table-expanded-row{background-color:#f8fafc!important}body[data-theme=dark] .ant-table-expanded-row{background-color:#1e293b!important}body[data-theme=light] .ant-table-cell-fix-left,body[data-theme=light] .ant-table-cell-fix-right{background-color:#fff!important}body[data-theme=dark] .ant-table-cell-fix-left,body[data-theme=dark] .ant-table-cell-fix-right{background-color:#293548!important}body[data-theme=light] .ant-table-cell-fix-left-last:after,body[data-theme=light] .ant-table-cell-fix-right-first:after{border-color:#e2e8f0!important}body[data-theme=dark] .ant-table-cell-fix-left-last:after,body[data-theme=dark] .ant-table-cell-fix-right-first:after{border-color:#334155!important}body[data-theme=light] .ant-table-loading .ant-table-placeholder{background-color:#fff!important}body[data-theme=dark] .ant-table-loading .ant-table-placeholder{background-color:#293548!important}body[data-theme=light] .ant-table-column-sorter .ant-table-column-sorter-inner{color:#94a3b8!important}body[data-theme=dark] .ant-table-column-sorter .ant-table-column-sorter-inner{color:#64748b!important}body[data-theme=light] .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.active,body[data-theme=light] .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.active{color:#2563eb!important}body[data-theme=dark] .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.active,body[data-theme=dark] .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.active{color:#3b82f6!important}body[data-theme=dark] .ant-table-wrapper .ant-table-thead .ant-table-column-sorters,body[data-theme=light] .ant-table-wrapper .ant-table-thead .ant-table-column-sorters{justify-content:flex-start;-moz-column-gap:6px;column-gap:6px}body[data-theme=dark] .ant-table-wrapper .ant-table-thead .ant-table-column-sorters>.ant-table-column-title,body[data-theme=light] .ant-table-wrapper .ant-table-thead .ant-table-column-sorters>.ant-table-column-title{flex:0 1 auto;min-width:0;max-width:calc(100% - 2rem)}body[data-theme=light] .ant-table-filter-trigger{color:#94a3b8!important}body[data-theme=dark] .ant-table-filter-trigger{color:#64748b!important}body[data-theme=light] .ant-table-filter-trigger:hover{color:#2563eb!important}body[data-theme=dark] .ant-table-filter-trigger:hover{color:#3b82f6!important}body[data-theme=light] .ant-table-filter-trigger.active{color:#2563eb!important}body[data-theme=dark] .ant-table-filter-trigger.active{color:#3b82f6!important}body[data-theme=light] .ant-table-row-expand-icon{color:#64748b!important;border-color:#e2e8f0!important}body[data-theme=dark] .ant-table-row-expand-icon{color:#94a3b8!important;border-color:#334155!important}body[data-theme=light] .ant-table-row-expand-icon:hover{color:#2563eb!important;border-color:#2563eb!important}body[data-theme=dark] .ant-table-row-expand-icon:hover{color:#3b82f6!important;border-color:#3b82f6!important}body[data-theme=dark] .ant-table-selection .ant-checkbox-wrapper,body[data-theme=light] .ant-table-selection .ant-checkbox-wrapper{color:inherit}body[data-theme=dark] .ant-table-tbody>tr.ant-table-row-selected>td,body[data-theme=light] .ant-table-tbody>tr.ant-table-row-selected>td{background-color:transparent!important}body[data-theme=light] .ant-table-body::-webkit-scrollbar{width:6px;height:6px}body[data-theme=light] .ant-table-body::-webkit-scrollbar-track{background:#f1f5f9}body[data-theme=light] .ant-table-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}body[data-theme=light] .ant-table-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}body[data-theme=dark] .ant-table-body::-webkit-scrollbar{width:6px;height:6px}body[data-theme=dark] .ant-table-body::-webkit-scrollbar-track{background:#1e293b}body[data-theme=dark] .ant-table-body::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}body[data-theme=dark] .ant-table-body::-webkit-scrollbar-thumb:hover{background:#64748b}body[data-theme=light] .ant-table-loading .ant-spin-dot-item{background-color:#2563eb!important}body[data-theme=dark] .ant-table-loading .ant-spin-dot-item{background-color:#3b82f6!important}body[data-theme=light] .ant-table-placeholder .ant-empty-icon{color:#cbd5e1!important}body[data-theme=dark] .ant-table-placeholder .ant-empty-icon{color:#475569!important}body[data-theme=light] .ant-tooltip-inner{background-color:#1d2939!important;color:#fff!important}body[data-theme=dark] .ant-tooltip-inner{background-color:#334155!important;color:#f1f5f9!important}body[data-theme=light] .ant-tooltip-arrow:before{background-color:#1d2939!important}body[data-theme=dark] .ant-tooltip-arrow:before{background-color:#334155!important}body[data-theme=light] .ant-popconfirm .ant-popconfirm-message{color:#1d2939!important}body[data-theme=dark] .ant-popconfirm .ant-popconfirm-message{color:#f1f5f9!important}body[data-theme=light] .ant-popconfirm .ant-popconfirm-buttons .ant-btn{border-color:#e2e8f0!important}body[data-theme=dark] .ant-popconfirm .ant-popconfirm-buttons .ant-btn{border-color:#334155!important}body[data-theme=light] .ant-modal-content{background-color:#fff!important}body[data-theme=dark] .ant-modal-content{background-color:#1e293b!important}body[data-theme=light] .ant-modal-header{background-color:#fff!important;border-bottom-color:#e2e8f0!important}body[data-theme=dark] .ant-modal-header{background-color:#1e293b!important;border-bottom-color:#334155!important}body[data-theme=light] .ant-modal-title{color:#1d2939!important}body[data-theme=dark] .ant-modal-title{color:#f1f5f9!important}body[data-theme=light] .ant-modal-body{background-color:#fff!important}body[data-theme=dark] .ant-modal-body{background-color:#1e293b!important}body[data-theme=light] .ant-modal-footer{background-color:#fff!important;border-top-color:#e2e8f0!important}body[data-theme=dark] .ant-modal-footer{background-color:#1e293b!important;border-top-color:#334155!important}.ant-modal-mask,.ant-modal-wrap{z-index:1000!important}.ant-modal,.ant-modal-content{z-index:1001!important}body[data-theme=dark] .ant-modal-confirm .ant-modal-confirm-btns .ant-btn,body[data-theme=dark] .ant-modal-confirm .ant-modal-confirm-content,body[data-theme=dark] .ant-modal-confirm .ant-modal-confirm-title{color:#f1f5f9!important}body[data-theme=dark] .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-default{background-color:#334155!important;border-color:#475569!important;color:#f1f5f9!important}body[data-theme=dark] .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-default:hover{background-color:#475569!important;border-color:#60a5fa!important;color:#f1f5f9!important}body[data-theme=dark] .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-primary{background-color:#2563eb!important;border-color:#2563eb!important;color:#fff!important}body[data-theme=dark] .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-primary:hover{background-color:#1d4ed8!important;border-color:#1d4ed8!important;color:#fff!important}.cms-shared-barcode-confirm-body{color:var(--text-primary)}.cms-shared-barcode-confirm-body__lead{margin:0;color:var(--text-primary)}.cms-shared-barcode-confirm-body__hint{margin:8px 0 0;display:block;line-height:1.55;color:var(--text-secondary)}body[data-theme=light] .cms-shared-barcode-confirm-body__hint{color:var(--text-secondary-strong)}.cms-shared-barcode-confirm-body__list,.cms-shared-barcode-confirm-body__section{margin:8px 0 0;color:var(--text-primary)}.cms-shared-barcode-confirm-body__list{padding-left:20px}.cms-shared-barcode-confirm-body__list-item{margin-bottom:6px}.ant-table-placeholder,.ant-table-placeholder .ant-table-cell{z-index:1!important}body[data-theme=light] .ant-form-item-label>label{color:#1d2939!important}body[data-theme=dark] .ant-form-item-label>label{color:#f1f5f9!important}body[data-theme=light] .ant-input,body[data-theme=light] .ant-input-affix-wrapper,body[data-theme=light] .ant-input-number,body[data-theme=light] .ant-picker{background-color:#fff!important;border-color:#e2e8f0!important;color:#1d2939!important}body[data-theme=dark] .ant-input,body[data-theme=dark] .ant-input-affix-wrapper,body[data-theme=dark] .ant-input-number,body[data-theme=dark] .ant-picker{background-color:#334155!important;border-color:#475569!important;color:#f1f5f9!important}body[data-theme=light] .ant-input-affix-wrapper-focused,body[data-theme=light] .ant-input-focused,body[data-theme=light] .ant-input-number-focused,body[data-theme=light] .ant-input-outlined:focus,body[data-theme=light] .ant-input-outlined:focus-within,body[data-theme=light] .ant-input:focus,body[data-theme=light] .ant-picker-focused{border-color:#2563eb!important;box-shadow:0 0 0 2px rgba(37,99,235,.2)!important}body[data-theme=dark] .ant-input-affix-wrapper-focused,body[data-theme=dark] .ant-input-focused,body[data-theme=dark] .ant-input-number-focused,body[data-theme=dark] .ant-input-outlined:focus,body[data-theme=dark] .ant-input-outlined:focus-within,body[data-theme=dark] .ant-input:focus,body[data-theme=dark] .ant-picker-focused{border-color:#3b82f6!important;box-shadow:0 0 0 2px rgba(59,130,246,.2)!important}body[data-theme=light] .ant-input::-moz-placeholder{color:#94a3b8!important}body[data-theme=light] .ant-input::placeholder{color:#94a3b8!important}body[data-theme=dark] .ant-input::-moz-placeholder{color:#64748b!important}body[data-theme=dark] .ant-input::placeholder{color:#64748b!important}body[data-theme=light] .ant-input-number-input,body[data-theme=light] .ant-picker-input>input{color:#1d2939!important}body[data-theme=dark] .ant-input-number-input,body[data-theme=dark] .ant-picker-input>input{color:#f1f5f9!important}body[data-theme=light] .ant-input-number-input::-moz-placeholder,body[data-theme=light] .ant-picker-input>input::-moz-placeholder{color:#94a3b8!important}body[data-theme=light] .ant-input-number-input::placeholder,body[data-theme=light] .ant-picker-input>input::placeholder{color:#94a3b8!important}body[data-theme=dark] .ant-input-number-input::-moz-placeholder,body[data-theme=dark] .ant-picker-input>input::-moz-placeholder{color:#64748b!important}body[data-theme=dark] .ant-input-number-input::placeholder,body[data-theme=dark] .ant-picker-input>input::placeholder{color:#64748b!important}body[data-theme=light] .ant-select-selector{background-color:#fff!important;border-color:#e2e8f0!important}body[data-theme=dark] .ant-select-selector{background-color:#334155!important;border-color:#475569!important}body[data-theme=light] .ant-select-selection-item{color:#1d2939!important}body[data-theme=dark] .ant-select-selection-item{color:#f1f5f9!important}body[data-theme=light] .ant-select-arrow{color:#94a3b8!important}body[data-theme=dark] .ant-select-arrow{color:#64748b!important}body[data-theme=light] .ant-select-item-option-selected{background-color:#eff6ff!important;color:#2563eb!important;font-weight:500}body[data-theme=light] .ant-select-item-option-selected:hover{background-color:#dbeafe!important}body[data-theme=dark] .ant-select-item-option-selected{background-color:#1e40af!important;color:#ddd!important;font-weight:500}body[data-theme=dark] .ant-select-item-option-selected:hover{background-color:#1d4ed8!important}body[data-theme=light] .ant-tag{border-color:#e2e8f0!important}body[data-theme=dark] .ant-tag{border-color:#334155!important}body[data-theme=light] .ant-tag-default{background-color:#f8fafc!important;color:#64748b!important}body[data-theme=dark] .ant-tag-default{background-color:#1e293b!important;color:#94a3b8!important}body[data-theme=light] .ant-tag-success{background-color:#ecfdf5!important;color:#047857!important;border-color:#a7f3d0!important}body[data-theme=dark] .ant-tag-success{background-color:#10b981!important;color:#f1f5f9!important;border-color:#10b981!important}body[data-theme=light] .ant-tag-green{background-color:#ecfdf5!important;color:#047857!important;border-color:#a7f3d0!important}body[data-theme=dark] .ant-tag-green{background-color:#10b981!important;color:#f1f5f9!important;border-color:#10b981!important}body[data-theme=light] .ant-tag-processing{background-color:#eff6ff!important;color:#1e40af!important;border-color:#bfdbfe!important}body[data-theme=dark] .ant-tag-processing{background-color:#3b82f6!important;color:#f1f5f9!important;border-color:#3b82f6!important}body[data-theme=light] .ant-tag-warning{background-color:#fffbeb!important;color:#b45309!important;border-color:#fcd34d!important}body[data-theme=dark] .ant-tag-warning{background-color:#f59e0b!important;color:#f1f5f9!important;border-color:#f59e0b!important}body[data-theme=light] .ant-tag-error{background-color:#fef2f2!important;color:#b91c1c!important;border-color:#fca5a5!important}body[data-theme=dark] .ant-tag-error{background-color:#ef4444!important;color:#f1f5f9!important;border-color:#ef4444!important}body[data-theme=light] .ant-tag-magenta{background-color:#fdf2f8!important;color:#be185d!important;border-color:#f9a8d4!important}body[data-theme=dark] .ant-tag-magenta{background-color:#ec4899!important;color:#f1f5f9!important;border-color:#ec4899!important}body[data-theme=light] .ant-tag-red{background-color:#fef2f2!important;color:#b91c1c!important;border-color:#fca5a5!important}body[data-theme=dark] .ant-tag-red{background-color:#ef4444!important;color:#f1f5f9!important;border-color:#ef4444!important}body[data-theme=light] .ant-tag-volcano{background-color:#fff7ed!important;color:#c2410c!important;border-color:#fed7aa!important}body[data-theme=dark] .ant-tag-volcano{background-color:#f97316!important;color:#f1f5f9!important;border-color:#f97316!important}body[data-theme=light] .ant-tag-orange{background-color:#fffbeb!important;color:#b45309!important;border-color:#fcd34d!important}body[data-theme=dark] .ant-tag-orange{background-color:#f59e0b!important;color:#f1f5f9!important;border-color:#f59e0b!important}body[data-theme=light] .ant-tag-gold{background-color:#fffbeb!important;color:#b45309!important;border-color:#fcd34d!important}body[data-theme=dark] .ant-tag-gold{background-color:#f59e0b!important;color:#f1f5f9!important;border-color:#f59e0b!important}body[data-theme=light] .ant-tag-lime{background-color:#f7fee7!important;color:#65a30d!important;border-color:#bef264!important}body[data-theme=dark] .ant-tag-lime{background-color:#84cc16!important;color:#f1f5f9!important;border-color:#84cc16!important}body[data-theme=light] .ant-tag-cyan{background-color:#ecfeff!important;color:#0e7490!important;border-color:#a5f3fc!important}body[data-theme=dark] .ant-tag-cyan{background-color:#06b6d4!important;color:#f1f5f9!important;border-color:#06b6d4!important}body[data-theme=light] .ant-tag-blue{background-color:#eff6ff!important;color:#1e40af!important;border-color:#bfdbfe!important}body[data-theme=dark] .ant-tag-blue{background-color:#3b82f6!important;color:#f1f5f9!important;border-color:#3b82f6!important}body[data-theme=light] .ant-tag-geekblue{background-color:#f0f4ff!important;color:#3730a3!important;border-color:#c7d2fe!important}body[data-theme=dark] .ant-tag-geekblue{background-color:#6366f1!important;color:#f1f5f9!important;border-color:#6366f1!important}body[data-theme=light] .ant-tag-purple{background-color:#faf5ff!important;color:#7c3aed!important;border-color:#c4b5fd!important}body[data-theme=dark] .ant-tag-purple{background-color:#8b5cf6!important;color:#f1f5f9!important;border-color:#8b5cf6!important}body[data-theme=light] .ant-table-tbody .bg-gray-200{background-color:#f1f5f9!important}body[data-theme=dark] .ant-table-tbody .bg-gray-200{background-color:#334155!important}body[data-theme=light] .ant-table-tbody .text-gray-400{color:#94a3b8!important}body[data-theme=dark] .ant-table-tbody .text-gray-400,body[data-theme=light] .ant-table-tbody .text-gray-500{color:#64748b!important}body[data-theme=dark] .ant-table-tbody .text-gray-500{color:#94a3b8!important}body[data-theme=light] .ant-table-tbody .text-red-500{color:#ef4444!important}body[data-theme=dark] .ant-table-tbody .text-red-500{color:#f87171!important}body[data-theme=light] .ant-table-filter-dropdown{background-color:#fff!important;border-color:#e2e8f0!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important}body[data-theme=dark] .ant-table-filter-dropdown{background-color:#1e293b!important;border-color:#334155!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.3),0 4px 6px -2px rgba(0,0,0,.2)!important}body[data-theme=light] .ant-table-filter-dropdown .ant-checkbox-wrapper{color:#1d2939!important}body[data-theme=dark] .ant-table-filter-dropdown .ant-checkbox-wrapper{color:#f1f5f9!important}body[data-theme=light] .ant-table{color:#1d2939!important}body[data-theme=dark] .ant-table{color:#f1f5f9!important}body[data-theme=light] .ant-table-thead>tr>th{color:#1d2939!important}body[data-theme=dark] .ant-table-thead>tr>th{color:#f1f5f9!important}body[data-theme=light] .ant-table-cell{color:#1d2939!important}body[data-theme=dark] .ant-table-cell{color:#f1f5f9!important}body[data-theme=light] .ant-table-tbody a:not(.badge-btn):not(.badge-btn__link){color:#2563eb!important}body[data-theme=dark] .ant-table-tbody a:not(.badge-btn):not(.badge-btn__link){color:#60a5fa!important}body[data-theme=light] .ant-table-tbody a:not(.badge-btn):not(.badge-btn__link):hover{color:#1d4ed8!important}body[data-theme=dark] .ant-table-tbody a:not(.badge-btn):not(.badge-btn__link):hover{color:#93c5fd!important}body[data-theme=light] .ant-table-tbody .ant-table-cell .text-sm{color:#64748b!important}body[data-theme=dark] .ant-table-tbody .ant-table-cell .text-sm{color:#94a3b8!important}body[data-theme=light] .ant-table-tbody .ant-table-cell .text-gray-500{color:#64748b!important}body[data-theme=dark] .ant-table-tbody .ant-table-cell .text-gray-500{color:#94a3b8!important}body[data-theme=light] .ant-table-tbody .ant-table-cell .font-medium{color:#1d2939!important}body[data-theme=dark] .ant-table-tbody .ant-table-cell .font-medium{color:#f1f5f9!important}body[data-theme=light] .ant-table-tbody .ant-table-cell p{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell p{color:#ddd}body[data-theme=light] .ant-table-tbody .ant-table-cell strong{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell strong{color:#ddd}body[data-theme=light] .ant-table-tbody .ant-table-cell em{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell em{color:#ddd}body[data-theme=light] .ant-table-tbody .ant-table-cell small{color:#64748b}body[data-theme=dark] .ant-table-tbody .ant-table-cell small{color:#94a3b8}body[data-theme=light] .ant-table-tbody .ant-table-cell code{color:#1d2939;background-color:#f1f5f9}body[data-theme=dark] .ant-table-tbody .ant-table-cell code{color:#ddd;background-color:#334155}body[data-theme=light] .ant-table-tbody .ant-table-cell pre{color:#1d2939;background-color:#f8fafc}body[data-theme=dark] .ant-table-tbody .ant-table-cell pre{color:#ddd;background-color:#1e293b}body[data-theme=light] .ant-table-tbody .ant-table-cell .truncate{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell .truncate{color:#ddd}body[data-theme=light] .ant-table-tbody .ant-table-cell .max-w-48{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell .max-w-48{color:#ddd}body[data-theme=light] .ant-table-tbody .ant-table-cell .flex{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell .flex{color:#ddd}body[data-theme=dark] .ant-table-tbody .ant-table-cell .flex>*,body[data-theme=light] .ant-table-tbody .ant-table-cell .flex>*{color:inherit}body[data-theme=light] .ant-table-tbody .ant-table-cell .items-center{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell .items-center{color:#ddd}body[data-theme=dark] .ant-table-tbody .ant-table-cell .items-center>*,body[data-theme=light] .ant-table-tbody .ant-table-cell .items-center>*{color:inherit}body[data-theme=light] .ant-table-tbody .ant-table-cell .space-x-3{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell .space-x-3{color:#ddd}body[data-theme=dark] .ant-table-tbody .ant-table-cell .space-x-3>*,body[data-theme=light] .ant-table-tbody .ant-table-cell .space-x-3>*{color:inherit}body[data-theme=light] .ant-table-tbody .ant-table-cell .h-12,body[data-theme=light] .ant-table-tbody .ant-table-cell .w-12{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell .h-12,body[data-theme=dark] .ant-table-tbody .ant-table-cell .w-12{color:#ddd}body[data-theme=light] .ant-table-tbody .ant-table-cell .object-cover{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell .object-cover{color:#ddd}body[data-theme=light] .ant-table-tbody .ant-table-cell .rounded{color:#1d2939}body[data-theme=dark] .ant-table-tbody .ant-table-cell .rounded{color:#ddd}body[data-theme=light] .ant-table-tbody .ant-table-cell .text-gray-400,body[data-theme=light] .ant-table-tbody .ant-table-cell .text-gray-500,body[data-theme=light] .ant-table-tbody .ant-table-cell .text-sm{color:#64748b}body[data-theme=dark] .ant-table-tbody .ant-table-cell .text-gray-400,body[data-theme=dark] .ant-table-tbody .ant-table-cell .text-gray-500,body[data-theme=dark] .ant-table-tbody .ant-table-cell .text-sm{color:#94a3b8}body[data-theme=light] .ant-table-tbody .ant-table-cell .text-red-500{color:#ef4444}body[data-theme=dark] .ant-table-tbody .ant-table-cell .text-red-500{color:#f87171}body[data-theme=dark] .ant-table-tbody .ant-table-cell .ant-switch .ant-switch-inner .ant-switch-inner-checked,body[data-theme=dark] .ant-table-tbody .ant-table-cell .ant-switch .ant-switch-inner .ant-switch-inner-unchecked,body[data-theme=light] .ant-table-tbody .ant-table-cell .ant-switch .ant-switch-inner .ant-switch-inner-checked,body[data-theme=light] .ant-table-tbody .ant-table-cell .ant-switch .ant-switch-inner .ant-switch-inner-unchecked{color:#fff}.multilingual-input{width:100%}.single-language-input-container{position:relative;width:100%}.single-language-input-field{width:100%}.multilingual-toggle-btn{color:#3b82f6!important}.markdown-editor{width:100%}.markdown-editor .ant-card-body{padding:0!important;background:transparent!important}.markdown-toolbar{background:transparent;border:none;padding:0;margin-bottom:8px}.markdown-toolbar .ant-btn{border-color:var(--border-primary);background:var(--bg-primary);color:var(--text-primary)}.markdown-toolbar .ant-btn:hover{background:var(--bg-secondary)}.markdown-toolbar .ant-btn:focus,.markdown-toolbar .ant-btn:hover{border-color:var(--text-primary);color:var(--text-primary)}.markdown-toolbar .ant-btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.markdown-toolbar .ant-btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.markdown-editor .ant-input{background:var(--bg-primary);border-color:var(--border-primary);color:var(--text-primary)}.markdown-editor .ant-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.markdown-editor .ant-input::-moz-placeholder{color:var(--text-placeholder)}.markdown-editor .ant-input::placeholder{color:var(--text-placeholder)}.markdown-preview{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:6px;color:var(--text-primary)}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4,.markdown-preview h5,.markdown-preview h6{color:var(--text-primary);border-bottom:1px solid var(--border-primary);padding-bottom:.3em}.markdown-preview h1{font-size:2em;margin-top:.67em;margin-bottom:.67em}.markdown-preview h2{font-size:1.5em;margin-top:.83em;margin-bottom:.83em}.markdown-preview h3{font-size:1.17em;margin-top:1em;margin-bottom:1em}.markdown-preview p{color:var(--text-primary);margin:.5em 0}.markdown-preview br{line-height:1.5}.markdown-preview code{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:3px;padding:.2em .4em;font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:var(--text-primary)}.markdown-preview pre{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:6px;padding:1em;overflow-x:auto}.markdown-preview pre code{background:transparent;border:none;padding:0}.markdown-preview blockquote{border-left:4px solid #2563eb;background:var(--bg-secondary);margin:1em 0;padding:.5em 1em;color:var(--text-secondary)}.markdown-preview table{border-collapse:collapse;width:100%;margin:1em 0}.markdown-preview td,.markdown-preview th{border:1px solid var(--border-primary);padding:.5em 1em;text-align:left}.markdown-preview th{background:var(--bg-secondary);font-weight:700}.markdown-preview td,.markdown-preview th{color:var(--text-primary)}.markdown-preview ol,.markdown-preview ul{color:var(--text-primary);margin:1em 0;padding-left:2em}.markdown-preview li{margin:.5em 0}.markdown-preview a{color:#2563eb;text-decoration:none}.markdown-preview a:hover{text-decoration:underline}.markdown-preview img{max-width:100%;height:auto;border-radius:4px}.markdown-preview hr{border:none;border-top:1px solid var(--border-primary);margin:2em 0}.markdown-help-text{color:var(--text-placeholder);font-size:12px;margin-top:8px}.multilingual-toggle-btn:focus,.multilingual-toggle-btn:hover{color:#2563eb!important;background:rgba(59,130,246,.08)!important}.multilingual-container{background:#f8fafc;border-radius:6px;padding:12px;margin:0 -12px}.multilingual-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.multilingual-title{display:flex;align-items:center;gap:6px}.multilingual-icon{color:#3b82f6;font-size:14px}.multilingual-title-text{color:#1e293b;font-size:13px;font-weight:500}.multilingual-collapse-btn{color:#64748b!important;font-size:12px;padding:2px 6px!important;height:auto!important;border-radius:4px!important;transition:all .2s ease}.multilingual-collapse-btn:hover{color:#3b82f6!important;background:rgba(59,130,246,.08)!important}.multilingual-content{display:flex;flex-direction:column;gap:8px}.multilingual-item{background:#fff;border-radius:4px;padding:8px}.multilingual-item-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.multilingual-item-label{min-width:80px;flex-shrink:0}.multilingual-item-input-wrapper{flex:1}.multilingual-item-name{color:#374151;font-size:12px;font-weight:500}.multilingual-remove-btn{color:#ef4444!important;padding:1px 3px!important;height:auto!important;border-radius:3px!important;transition:all .2s ease}.multilingual-remove-btn:hover{background:rgba(239,68,68,.08)!important;color:#dc2626!important}.multilingual-item-input{border:1px solid #e2e8f0!important;border-radius:4px!important;transition:all .2s ease}.multilingual-item-input:focus,.multilingual-item-input:hover{border-color:#3b82f6!important;box-shadow:0 0 0 2px rgba(59,130,246,.1)!important}.multilingual-add-section{background:#fff;border-radius:4px;padding:8px;text-align:center}.multilingual-add-select{border:1px solid #e2e8f0!important;border-radius:4px!important;transition:all .2s ease}.multilingual-add-select .ant-select-selector{border:none!important;background:#f8fafc!important;border-radius:4px!important}.multilingual-add-select:hover .ant-select-selector{background:#f1f5f9!important;border-color:#3b82f6!important}.multilingual-add-select:focus .ant-select-selector{border-color:#3b82f6!important;box-shadow:0 0 0 2px rgba(59,130,246,.1)!important}.multilingual-option{display:flex;align-items:center;gap:6px}.multilingual-option-name{color:#374151;font-size:12px}body[data-theme=dark] .multilingual-container{background:#1e293b;margin:0 -12px}body[data-theme=dark] .multilingual-title-text{color:#ddd}body[data-theme=dark] .multilingual-collapse-btn{color:#94a3b8!important}body[data-theme=dark] .multilingual-collapse-btn:hover{color:#60a5fa!important;background:rgba(96,165,250,.1)!important}body[data-theme=dark] .multilingual-item{background:#334155}body[data-theme=dark] .multilingual-item-name{color:#e2e8f0}body[data-theme=dark] .multilingual-item-input{background:#475569!important;border-color:#64748b!important;color:#ddd!important}body[data-theme=dark] .multilingual-item-input:focus,body[data-theme=dark] .multilingual-item-input:hover{border-color:#60a5fa!important;box-shadow:0 0 0 2px rgba(96,165,250,.1)!important}body[data-theme=dark] .multilingual-add-section{background:#334155}body[data-theme=dark] .template-selector-toolbar{background:#1e293b!important;border-bottom-color:#334155!important}body[data-theme=dark] .template-selector-content{background:#1e293b!important}body[data-theme=dark] .template-preview-card{background:#1e293b!important;border-color:#334155!important}body[data-theme=dark] .template-preview-card .ant-card-body{background:#1e293b!important}body[data-theme=dark] .template-preview-container{background:#334155!important;border-color:#475569!important}.product-label-modal .ant-modal-content{background:var(--bg-primary)!important;border:1px solid var(--border-primary)!important}.product-label-modal .ant-modal-header{background:var(--bg-primary)!important;border-bottom:1px solid var(--border-primary)!important}.product-label-modal .ant-modal-body,.product-label-modal .ant-modal-close-x,.product-label-modal .ant-modal-footer,.product-label-modal .ant-modal-title{color:var(--text-primary)!important;background:var(--bg-primary)!important}.template-selected-banner{background:var(--bg-secondary)!important;border:1px solid var(--border-primary)!important}body[data-theme=dark] .multilingual-add-text{color:#94a3b8}body[data-theme=dark] .multilingual-add-select .ant-select-selector{background:#475569!important;border-color:#64748b!important}body[data-theme=dark] .multilingual-add-select:hover .ant-select-selector{background:#64748b!important;border-color:#60a5fa!important}body[data-theme=dark] .multilingual-option-name{color:#e2e8f0}@media (max-width:768px){.multilingual-container{padding:8px;margin:0 -8px}.multilingual-content{gap:6px}.multilingual-add-section,.multilingual-item{padding:6px}.multilingual-header{margin-bottom:8px}}@media (max-width:992px){.ant-drawer,.ant-drawer-content,.ant-drawer-content-wrapper,.ant-layout,.ant-layout-content,.ant-layout-sider{transition:none!important}}@media (max-width:768px){.mobile-product-card{margin-bottom:12px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.mobile-product-image{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:1px solid var(--border-primary)}.mobile-product-info{flex:1;min-width:0;margin-left:12px}.mobile-price-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.mobile-action-buttons{display:flex;align-items:center;gap:4px}.mobile-expanded-details{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-primary)}.mobile-stock-info{font-size:12px;color:var(--text-secondary)}.mobile-status-tag{font-size:11px;padding:2px 6px}.mobile-filter-container{margin-bottom:16px}.mobile-search-bar{width:100%}.mobile-filter-toggle{display:flex;justify-content:center}.mobile-filter-toggle-btn{color:var(--text-secondary);border:1px solid var(--border-primary);border-radius:6px;padding:6px 12px;font-size:12px;background:var(--bg-primary)}.mobile-filter-toggle-btn:hover{color:var(--text-primary);border-color:var(--text-primary)}.mobile-filter-expanded{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:8px;padding:16px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-action-bar{margin-top:12px}.mobile-button-group{justify-content:space-between}.mobile-button-group .ant-btn{min-width:0;font-size:12px;padding:4px 8px;height:32px}.mobile-filter-row{margin-bottom:16px}.mobile-filter-col{margin-bottom:12px}.mobile-button-group{display:flex;flex-wrap:wrap;gap:8px}.mobile-button-group .ant-btn{flex:1;min-width:80px}.mobile-hidden{display:none!important}.mobile-content-padding{padding:16px}.mobile-product-name{font-size:16px;font-weight:600;color:var(--text-primary);line-height:1.4;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-product-name .ant-typography{font-size:16px!important;font-weight:600!important;line-height:1.4!important}.mobile-product-description{font-size:12px;color:var(--text-secondary);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-price-display{font-size:18px;font-weight:400;color:var(--text-primary)}.mobile-product-code,.mobile-product-code .font-mono{font-size:12px;color:var(--text-secondary)}.mobile-product-code .ant-typography{font-size:12px!important;color:var(--text-secondary)!important}.mobile-product-name,.mobile-product-name .ant-typography{font-size:20px!important;font-weight:700!important;color:var(--text-primary)!important;line-height:1.3!important}.mobile-product-code,.mobile-product-code *{font-size:13px!important;color:#6b7280!important}.mobile-sale-price{font-size:12px;color:#ef4444;margin-left:8px}.mobile-stock-display{font-size:12px;font-weight:500}.mobile-stock-low{color:#ef4444}.mobile-stock-normal{color:var(--text-primary)}.mobile-expand-button{font-size:12px;padding:4px 8px;height:auto;line-height:1.2}.mobile-action-button{padding:4px;height:28px;width:28px;display:flex;align-items:center;justify-content:center}.mobile-product-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.15);transform:translateY(-1px);transition:all .2s ease}.mobile-loading-container{padding:32px 16px;text-align:center}.mobile-empty-container{padding:48px 16px;text-align:center;color:var(--text-secondary)}.mobile-load-more{padding:16px;text-align:center;color:var(--text-placeholder);font-size:12px}.mobile-page-title{font-size:18px;font-weight:600;margin-bottom:12px;text-align:right;color:var(--text-primary);line-height:1.2}.mobile-header{padding:8px 12px 0}.mobile-content-area{padding:0}.mobile-product-card{margin-bottom:8px;border-radius:6px}.mobile-product-card .ant-card-body{padding:8px!important}.mobile-filter-container{margin-bottom:12px}.mobile-filter-expanded,.mobile-filter-toggle,.mobile-search-bar{margin-bottom:8px!important}.mobile-filter-expanded{padding:12px}.mobile-action-bar{margin-top:8px}}@media (min-width:769px) and (max-width:1024px){.tablet-product-card{margin-bottom:16px}.tablet-filter-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.tablet-button-group{display:flex;gap:12px;flex-wrap:wrap}}@media (max-width:480px){.xs-screen-optimization{padding:12px}.xs-screen-optimization .mobile-product-card{margin-bottom:8px}.xs-screen-optimization .mobile-product-image{width:48px;height:48px}.xs-screen-optimization .mobile-product-name{font-size:15px}.xs-screen-optimization .mobile-product-name .ant-typography{font-size:15px!important}.xs-screen-optimization .mobile-product-description{font-size:11px}.xs-screen-optimization .mobile-price-display{font-size:16px}.xs-screen-optimization .mobile-action-button{width:24px;height:24px;padding:2px}.mobile-page-title{font-size:16px!important;margin-bottom:8px!important}.mobile-header{padding:6px 8px 0!important}.mobile-content-area{padding:0!important}.mobile-product-card{margin-bottom:18px!important}.mobile-product-card .ant-card-body{padding:6px!important}.mobile-filter-container{margin-bottom:8px!important}.mobile-filter-expanded,.mobile-filter-toggle,.mobile-search-bar{margin-bottom:6px!important}.mobile-filter-expanded{padding:8px!important}.mobile-action-bar{margin-top:6px!important}.mobile-product-form .ant-modal-content{border-radius:8px}.mobile-product-form .ant-modal-header{padding:12px 16px}.mobile-product-form .ant-modal-title{font-size:16px;font-weight:600}.mobile-product-form .ant-modal-body{padding:16px;max-height:70vh;overflow-y:auto}.mobile-product-form .ant-form-item{margin-bottom:16px}.mobile-product-form .ant-form-item-label{padding-bottom:4px}.mobile-product-form .ant-form-item-label>label{font-size:14px;font-weight:500}.mobile-product-form .ant-input-number{width:100%!important}.mobile-product-form .ant-select{width:100%}.mobile-product-form .ant-upload-list-picture-card{display:flex;flex-wrap:wrap;gap:8px}.mobile-product-form .ant-upload-list-picture-card .ant-upload-list-item,.mobile-product-form .ant-upload.ant-upload-select-picture-card{width:80px!important;height:80px!important}}.product-selector-item{transition:all .2s ease}.product-selector-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-1px)}body[data-theme=dark] .product-selector-item{border-color:var(--border-primary)!important;background-color:var(--bg-primary)!important}body[data-theme=dark] .product-selector-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.3)}body[data-theme=dark] .product-selector-summary{background-color:var(--bg-primary)!important;border-color:var(--border-primary)!important}body[data-theme=dark] .product-selector-summary .ant-card-body{background-color:var(--bg-primary)!important}.selected-product-item{transition:all .2s ease}.selected-product-item:hover{box-shadow:0 1px 4px rgba(0,0,0,.1)}body[data-theme=dark] .selected-product-item{background-color:var(--bg-primary)!important;border-color:var(--border-primary)!important}body[data-theme=dark] .selected-product-item:hover{box-shadow:0 1px 4px rgba(0,0,0,.3)}@media (max-width:768px){.product-selector-item{padding:8px 12px!important;margin-bottom:6px!important}.product-selector-item .ant-list-item-content{flex-direction:column;align-items:flex-start}.product-selector-item .ant-list-item-content>div:first-child{margin-right:0!important;margin-bottom:8px}.product-selector-item .ant-list-item-content>div:nth-child(2){flex:1;margin-right:0!important;margin-bottom:8px}.product-selector-item .ant-list-item-content>div:last-child{min-width:auto!important;max-width:100%!important;width:100%}.product-selector-item .ant-input-number{max-width:120px!important}.product-selector-item .ant-input-number-group-addon{font-size:10px!important;padding:0 4px!important}}.disabled-options-card{border-color:#fca5a5!important;background-color:#fef2f2!important;transition:all .3s ease}.disabled-options-card .ant-card-head{background-color:#fef2f2!important;border-bottom-color:#fca5a5!important}.disabled-options-card .ant-card-head-title{color:#b91c1c!important}body[data-theme=dark] .disabled-options-card{border-color:#ef4444!important;background-color:#ef4444!important}body[data-theme=dark] .disabled-options-card .ant-card-head{background-color:#ef4444!important;border-bottom-color:#ef4444!important}body[data-theme=dark] .disabled-options-card .ant-card-head-title{color:#7f1d1d!important}body[data-theme=dark] .mobile-product-name,body[data-theme=dark] .mobile-product-name *{color:#ddd!important}body[data-theme=dark] .mobile-product-code,body[data-theme=dark] .mobile-product-code *{color:#9ca3af!important}body[data-theme=dark] .product-item .flex-1 .text-lg{color:#ddd!important}body[data-theme=dark] .product-item .flex-1 .text-sm,body[data-theme=dark] .product-item .flex-1 .text-sm *{color:#9ca3af!important}body[data-theme=dark] .ant-card .template-canvas-container{background-color:#1e293b!important;border-color:#334155!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas-wrapper{background-color:#0f172a!important;border-color:#334155!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas{background-color:#fff!important;border-color:#475569!important;box-shadow:0 2px 8px rgba(0,0,0,.3)!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas .grid-background{background-image:linear-gradient(90deg,#e2e8f0 1px,transparent 0),linear-gradient(180deg,#e2e8f0 1px,transparent 0)!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas-header{background-color:#1e293b!important;border-bottom-color:#334155!important;color:#ddd!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas-header .canvas-title{color:#ddd!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas-header .canvas-size{color:#cbd5e1!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas-header .ant-btn{color:#ddd!important;border-color:#475569!important;background-color:#334155!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas-header .ant-btn:hover{color:#ddd!important;border-color:#60a5fa!important;background-color:#1e40af!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas-header .ant-input-number{background-color:#334155!important;border-color:#475569!important;color:#ddd!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas-header .ant-input-number:hover{border-color:#60a5fa!important}body[data-theme=dark] .ant-card .template-canvas-container .canvas-header .ant-input-number:focus{border-color:#60a5fa!important;box-shadow:0 0 0 2px rgba(96,165,250,.2)!important}body[data-theme=dark] .ant-card .template-canvas-container .element-actions{background-color:#1e293b!important;border-top-color:#334155!important;color:#ddd!important}body[data-theme=dark] .ant-card .template-canvas-container .element-actions .element-info,body[data-theme=dark] .ant-card .template-canvas-container .element-actions .element-info .element-type{color:#ddd!important}body[data-theme=dark] .ant-card .template-canvas-container .element-actions .element-info .element-position{color:#cbd5e1!important}body[data-theme=dark] .ant-input::-moz-placeholder{color:#9ca3af!important}body[data-theme=dark] .ant-input::placeholder,body[data-theme=dark] .ant-select-item-option,body[data-theme=dark] .ant-select-selection-placeholder{color:#9ca3af!important}body[data-theme=dark] .ant-select-item-option-selected,body[data-theme=dark] .ant-select-item-option:hover{color:#ddd!important}body[data-theme=dark] .ant-picker-cell-in-view.ant-picker-cell-in-range:not(.ant-picker-cell-disabled):before,body[data-theme=dark] .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled):before,body[data-theme=dark] .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled):before{background:#1e293b!important;background-color:#1e293b!important}body[data-theme=dark] .ant-picker-dropdown .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background:#2563eb!important;color:#ddd!important}body[data-theme=dark] .ant-picker-dropdown .ant-picker-time-panel-column>li.ant-picker-time-panel-cell:hover .ant-picker-time-panel-cell-inner{background:rgba(37,99,235,.5)!important}.status-btn-released{background-color:#52c41a!important;border-color:#52c41a!important;color:#fff!important}.status-btn-released:hover{background-color:#73d13d!important;border-color:#73d13d!important;color:#fff!important}.status-btn-unreleased{background-color:#faad14!important;border-color:#faad14!important;color:#fff!important}.status-btn-unreleased:hover{background-color:#ffc53d!important;border-color:#ffc53d!important;color:#fff!important}body[data-theme=dark] .status-btn-released{background-color:#15803d!important;border-color:#15803d!important;color:#fff!important}body[data-theme=dark] .status-btn-released:hover{background-color:#16a34a!important;border-color:#16a34a!important;color:#fff!important}body[data-theme=dark] .status-btn-unreleased{background-color:#d97706!important;border-color:#d97706!important;color:#fff!important}body[data-theme=dark] .status-btn-unreleased:hover{background-color:#f59e0b!important;border-color:#f59e0b!important;color:#fff!important}[data-theme=light],body[data-theme=light]{--cms-kind-pill-industry-fg:#1d4ed8;--cms-kind-pill-industry-bg:#eff6ff;--cms-kind-pill-industry-border:#93c5fd;--cms-kind-pill-domain-fg:#6d28d9;--cms-kind-pill-domain-bg:#faf5ff;--cms-kind-pill-domain-border:#d8b4fe;--cms-kind-pill-category-fg:#b45309;--cms-kind-pill-category-bg:#fffbeb;--cms-kind-pill-category-border:#fcd34d;--cms-semantic-pill-success-fg:var(--badge-state-positive-fg);--cms-semantic-pill-success-bg:var(--badge-state-positive-bg);--cms-semantic-pill-success-border:var(--badge-state-positive-border);--cms-semantic-pill-warning-fg:var(--badge-state-caution-fg);--cms-semantic-pill-warning-bg:var(--badge-state-caution-bg);--cms-semantic-pill-warning-border:var(--badge-state-caution-border);--cms-semantic-pill-error-fg:var(--badge-state-danger-fg);--cms-semantic-pill-error-bg:var(--badge-state-danger-bg);--cms-semantic-pill-error-border:var(--badge-state-danger-border);--cms-semantic-pill-neutral-fg:var(--badge-state-neutral-fg);--cms-semantic-pill-neutral-bg:var(--badge-state-neutral-bg);--cms-semantic-pill-neutral-border:var(--badge-state-neutral-border);--cms-semantic-pill-muted-fg:var(--badge-state-muted-fg);--cms-semantic-pill-muted-bg:var(--badge-state-muted-bg);--cms-semantic-pill-muted-border:var(--badge-state-muted-border);--activity-pack-ready-emphasis-warning-fg:#d48806;--activity-pack-ready-emphasis-warning-bg:rgba(250,173,20,.14);--activity-pack-ready-emphasis-warning-border:#faad14;--activity-pack-ready-emphasis-error-fg:#cf1322;--activity-pack-ready-emphasis-error-bg:rgba(255,77,79,.1);--activity-pack-ready-emphasis-error-border:#ff4d4f;--activity-pack-ready-filter-ring:#1677ff;--cms-tag-solid-btn-fg:var(--badge-btn-blue-fg);--cms-tag-solid-btn-bg:var(--badge-btn-blue-bg);--cms-tag-solid-btn-border:var(--badge-btn-blue-border);--cms-tag-solid-btn-active-bg:var(--badge-btn-blue-bg);--cms-tag-solid-btn-active-border:var(--badge-btn-blue-border)}[data-theme=dark],body[data-theme=dark]{--cms-kind-pill-industry-fg:#93c5fd;--cms-kind-pill-industry-bg:rgba(59,130,246,.16);--cms-kind-pill-industry-border:rgba(147,197,253,.45);--cms-kind-pill-domain-fg:#d8b4fe;--cms-kind-pill-domain-bg:rgba(147,51,234,.16);--cms-kind-pill-domain-border:rgba(216,180,254,.45);--cms-kind-pill-category-fg:#fcd34d;--cms-kind-pill-category-bg:rgba(245,158,11,.16);--cms-kind-pill-category-border:rgba(252,211,77,.45);--cms-semantic-pill-success-fg:var(--badge-state-positive-fg);--cms-semantic-pill-success-bg:var(--badge-state-positive-bg);--cms-semantic-pill-success-border:var(--badge-state-positive-border);--cms-semantic-pill-warning-fg:var(--badge-state-caution-fg);--cms-semantic-pill-warning-bg:var(--badge-state-caution-bg);--cms-semantic-pill-warning-border:var(--badge-state-caution-border);--cms-semantic-pill-error-fg:var(--badge-state-danger-fg);--cms-semantic-pill-error-bg:var(--badge-state-danger-bg);--cms-semantic-pill-error-border:var(--badge-state-danger-border);--cms-semantic-pill-neutral-fg:var(--badge-state-neutral-fg);--cms-semantic-pill-neutral-bg:var(--badge-state-neutral-bg);--cms-semantic-pill-neutral-border:var(--badge-state-neutral-border);--cms-semantic-pill-muted-fg:var(--badge-state-muted-fg);--cms-semantic-pill-muted-bg:var(--badge-state-muted-bg);--cms-semantic-pill-muted-border:var(--badge-state-muted-border);--activity-pack-ready-emphasis-warning-fg:#faad14;--activity-pack-ready-emphasis-warning-bg:rgba(250,173,20,.2);--activity-pack-ready-emphasis-warning-border:#d48806;--activity-pack-ready-emphasis-error-fg:#ff7875;--activity-pack-ready-emphasis-error-bg:rgba(255,77,79,.18);--activity-pack-ready-emphasis-error-border:#f5222d;--activity-pack-ready-filter-ring:#4096ff;--cms-tag-solid-btn-fg:var(--badge-btn-blue-fg);--cms-tag-solid-btn-bg:var(--badge-btn-blue-bg);--cms-tag-solid-btn-border:var(--badge-btn-blue-border);--cms-tag-solid-btn-active-bg:var(--badge-btn-blue-bg);--cms-tag-solid-btn-active-border:var(--badge-btn-blue-border)}.cms-activity-mobile-status-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;margin-bottom:12px}.cms-activity-mobile-status-row-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;flex:1;min-width:0}.cms-tag-solid-btn{display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1.25;padding:1px 10px;border-radius:6px;border:1px solid;font-weight:500;cursor:pointer;white-space:nowrap;box-sizing:border-box;color:var(--cms-tag-solid-btn-fg);background:var(--cms-tag-solid-btn-bg);border-color:var(--cms-tag-solid-btn-border)}.cms-tag-solid-btn:hover{opacity:.92}.cms-tag-solid-btn--active{background:var(--cms-tag-solid-btn-active-bg);border-color:var(--cms-tag-solid-btn-active-border);filter:brightness(1.08)}.cms-activity-mobile-status-row .cms-tag-solid-btn{flex-shrink:0}.cms-kind-pill{display:inline-flex;align-items:center;font-size:12px;line-height:18px;padding:0 8px;border-radius:999px;border:1px solid;white-space:nowrap;font-weight:500;box-sizing:border-box}body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--success,body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--success :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--success,body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--success :not([style*=color]){color:var(--badge-state-positive-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--warning,body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--warning :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--warning,body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--warning :not([style*=color]){color:var(--badge-state-caution-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--error,body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--error :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--error,body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--error :not([style*=color]){color:var(--badge-state-danger-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--neutral,body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--neutral :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--neutral,body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--neutral :not([style*=color]){color:var(--badge-state-neutral-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--muted,body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--muted :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--muted,body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-semantic-pill.cms-semantic-pill--muted :not([style*=color]){color:var(--badge-state-muted-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .badge-state.badge-state--positive,body[data-theme=dark] .ant-table-tbody .ant-table-cell .badge-state.badge-state--positive :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .badge-state.badge-state--positive,body[data-theme=light] .ant-table-tbody .ant-table-cell .badge-state.badge-state--positive :not([style*=color]){color:var(--badge-state-positive-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .badge-state.badge-state--caution,body[data-theme=dark] .ant-table-tbody .ant-table-cell .badge-state.badge-state--caution :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .badge-state.badge-state--caution,body[data-theme=light] .ant-table-tbody .ant-table-cell .badge-state.badge-state--caution :not([style*=color]){color:var(--badge-state-caution-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .badge-state.badge-state--danger,body[data-theme=dark] .ant-table-tbody .ant-table-cell .badge-state.badge-state--danger :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .badge-state.badge-state--danger,body[data-theme=light] .ant-table-tbody .ant-table-cell .badge-state.badge-state--danger :not([style*=color]){color:var(--badge-state-danger-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .badge-state.badge-state--neutral,body[data-theme=dark] .ant-table-tbody .ant-table-cell .badge-state.badge-state--neutral :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .badge-state.badge-state--neutral,body[data-theme=light] .ant-table-tbody .ant-table-cell .badge-state.badge-state--neutral :not([style*=color]){color:var(--badge-state-neutral-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .badge-state.badge-state--muted,body[data-theme=dark] .ant-table-tbody .ant-table-cell .badge-state.badge-state--muted :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .badge-state.badge-state--muted,body[data-theme=light] .ant-table-tbody .ant-table-cell .badge-state.badge-state--muted :not([style*=color]){color:var(--badge-state-muted-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--industry,body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--industry :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--industry,body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--industry :not([style*=color]){color:var(--cms-kind-pill-industry-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--domain,body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--domain :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--domain,body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--domain :not([style*=color]){color:var(--cms-kind-pill-domain-fg)}body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--category,body[data-theme=dark] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--category :not([style*=color]),body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--category,body[data-theme=light] .ant-table-tbody .ant-table-cell .cms-kind-pill.cms-kind-pill--category :not([style*=color]){color:var(--cms-kind-pill-category-fg)}.cms-kind-pill--industry{color:var(--cms-kind-pill-industry-fg);background:var(--cms-kind-pill-industry-bg);border-color:var(--cms-kind-pill-industry-border)}.cms-kind-pill--domain{color:var(--cms-kind-pill-domain-fg);background:var(--cms-kind-pill-domain-bg);border-color:var(--cms-kind-pill-domain-border)}.cms-kind-pill--category{color:var(--cms-kind-pill-category-fg);background:var(--cms-kind-pill-category-bg);border-color:var(--cms-kind-pill-category-border)}.print-temp-editor-header{display:flex;flex-direction:column;gap:16px}.print-temp-editor-header__row--metadata{display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:8px;padding:12px 16px}.print-temp-editor-header__metadata-layout{display:flex;flex-direction:row;align-items:flex-start;gap:20px 24px;width:100%;min-width:0}.print-temp-editor-header__metadata-left{flex:0 1 380px;min-width:220px;max-width:420px;display:flex;flex-direction:column;gap:12px}.print-temp-editor-header__metadata-right{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.print-temp-editor-header__category-block{width:100%;display:flex;flex-direction:row;align-items:center;gap:10px 12px;flex-wrap:nowrap;min-width:0}.print-temp-editor-header__category-label{flex:0 0 auto;white-space:nowrap;font-size:14px;line-height:32px}.print-temp-editor-header__sample-nav-block{width:100%;display:flex;flex-direction:row;align-items:center;gap:10px 12px;flex-wrap:nowrap;min-width:0}.print-temp-editor-header__sample-nav-row{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.print-temp-editor-header__sample-nav-center{flex:1 1 auto;min-width:0}.print-temp-editor-header__sample-name-trigger{width:100%;min-width:0;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px;padding:4px 10px;box-sizing:border-box;border-radius:6px;border:1px solid var(--border-primary);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;font:inherit;text-align:left}.print-temp-editor-header__sample-name-trigger:hover{filter:brightness(1.02)}.print-temp-editor-header__sample-name-trigger:disabled{cursor:not-allowed;opacity:.55}.print-temp-editor-header__sample-name-trigger .print-temp-editor-header__sample-name-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.print-temp-editor-header__sample-name-chevron{flex-shrink:0;font-size:12px;opacity:.75}.print-temp-editor-header__metadata-select{flex:1 1 auto;min-width:0;width:auto}.print-temp-editor-header__metadata-badges{width:100%;min-width:0;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.print-temp-editor-header__badge-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%;min-width:0}@media (max-width:768px){.print-temp-editor-header__metadata-layout{flex-direction:column;align-items:stretch}.print-temp-editor-header__metadata-left{max-width:100%;flex:0 1 auto;width:100%}.print-temp-editor-header__metadata-right{flex:0 1 auto;width:100%}}.print-temp-metadata-key-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;line-height:1.25;font-weight:600;padding:4px 10px;border-radius:6px;border:1px solid transparent;box-sizing:border-box;transition:filter .15s ease,opacity .15s ease}.print-temp-metadata-key-btn:hover{filter:brightness(1.08)}.print-temp-metadata-key-btn:active{filter:brightness(.92)}body[data-theme=light] .print-temp-metadata-key-btn{color:#fff;background:#dc2626;border-color:#b91c1c}body[data-theme=dark] .print-temp-metadata-key-btn{color:#fef2f2;background:#991b1b;border-color:#7f1d1d}@media (max-width:480px){.ant-modal-content{padding:16px!important}}@media (max-width:768px){.ant-table-tbody>tr.payment-record-needs-review>td{background-color:#fffbe6!important}body[data-theme=dark] .ant-table-tbody>tr.payment-record-needs-review>td{background-color:#3d2f00!important}.ant-table-tbody>tr.payment-record-needs-review:hover>td{background-color:#fff8d6!important}body[data-theme=dark] .ant-table-tbody>tr.payment-record-needs-review:hover>td{background-color:#4d3f00!important}}.cms-menu-messages-link,.cms-menu-messages-mobile-label{display:inline-flex;align-items:center;gap:6px}.cms-menu-messages-mobile-label{min-width:0}.cms-menu-messages-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;padding:0 5px;border-radius:10px;font-size:14px;font-weight:600;line-height:1.4;flex-shrink:0}body[data-theme=light] .cms-menu-messages-badge{color:var(--text-on-accent,#fff);background:var(--accent-primary,#2563eb)}body[data-theme=dark] .cms-menu-messages-badge{color:var(--text-on-accent,#fff);background:var(--accent-primary,#3b82f6)}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-opacity-10:hover{--tw-bg-opacity:0.1}@media (min-width:640px){.sm\:mb-6{margin-bottom:1.5rem}.sm\:mt-0{margin-top:0}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}}@media (prefers-color-scheme:dark){.dark\:text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.dark\:text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}}.order-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:8px;margin-bottom:12px;transition:all .2s ease;overflow:hidden}.order-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-1px)}body[data-theme=dark] .order-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.3)}.order-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--border-primary);background:var(--bg-secondary)}.order-number{font-size:16px;font-weight:600;color:var(--text-primary);margin:0}.order-status{font-size:12px;padding:4px 8px;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.order-status.pending{background-color:var(--order-status-pending-bg);color:var(--order-status-pending-text);border:1px solid var(--order-status-pending-border);font-weight:var(--order-status-pending-font-weight)}.order-status.processing{background-color:var(--order-status-processing-bg);color:var(--order-status-processing-text);border:1px solid var(--order-status-processing-border);font-weight:var(--order-status-processing-font-weight)}.order-status.ready-for-delivery{background-color:var(--order-status-ready-for-delivery-bg);color:var(--order-status-ready-for-delivery-text);border:1px solid var(--order-status-ready-for-delivery-border);font-weight:var(--order-status-ready-for-delivery-font-weight)}.order-status.in-delivery{background-color:var(--order-status-in-delivery-bg);color:var(--order-status-in-delivery-text);border:1px solid var(--order-status-in-delivery-border);font-weight:var(--order-status-in-delivery-font-weight)}.order-status.delivered{background-color:var(--order-status-delivered-bg);color:var(--order-status-delivered-text);border:1px solid var(--order-status-delivered-border);font-weight:var(--order-status-delivered-font-weight)}.order-status.cancelled{background-color:var(--order-status-cancelled-bg);color:var(--order-status-cancelled-text);border:1px solid var(--order-status-cancelled-border);font-weight:var(--order-status-cancelled-font-weight)}.order-status.expired{background-color:var(--order-status-expired-bg);color:var(--order-status-expired-text);border:1px solid var(--order-status-expired-border);font-weight:var(--order-status-expired-font-weight)}.order-status.refunded{background-color:var(--order-status-refunded-bg);color:var(--order-status-refunded-text);border:1px solid var(--order-status-refunded-border);font-weight:var(--order-status-refunded-font-weight)}.order-status.unpaid{background-color:var(--order-status-unpaid-bg);color:var(--order-status-unpaid-text);border:1px solid var(--order-status-unpaid-border);font-weight:var(--order-status-unpaid-font-weight)}.order-content{padding:16px}.order-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.order-info-item{display:flex;flex-direction:column;gap:4px}.order-info-label{font-size:12px;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.order-info-value{font-size:14px;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:6px}.order-info-item.user .order-info-value{color:#2563eb}.order-info-item.mode .order-info-value{color:#059669}.order-info-item.payment .order-info-value{color:#dc2626}.order-info-item.payment.success .order-info-value{color:#059669}body[data-theme=dark] .order-info-item.user .order-info-value{color:#60a5fa}body[data-theme=dark] .order-info-item.mode .order-info-value{color:#34d399}body[data-theme=dark] .order-info-item.payment .order-info-value{color:#f87171}body[data-theme=dark] .order-info-item.payment.success .order-info-value{color:#34d399}.order-amount-section{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--bg-secondary);border-top:1px solid var(--border-primary)}.order-amount-item{text-align:center;flex:1}.order-amount-label{font-size:12px;color:var(--text-secondary);margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.order-amount-value{font-size:18px;font-weight:700;color:var(--text-primary)}.order-amount-value.delivery{font-size:14px;font-weight:500;color:var(--text-secondary)}.order-actions{padding:12px 0;border-top:1px solid var(--border-primary);display:flex;justify-content:flex-end;gap:8px}.mobile-order-card{background:var(--bg-primary-light);border:1px solid var(--border-primary);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease}body[data-theme=dark] .mobile-order-card{box-shadow:0 1px 3px rgba(0,0,0,.3)}.mobile-order-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}body[data-theme=dark] .mobile-order-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.4)}.mobile-order-status-bar{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border-primary)}.mobile-order-status-bar>span{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.mobile-order-number{font-size:15px;font-weight:600;color:var(--text-primary);letter-spacing:.5px}.mobile-order-main{padding:16px}.mobile-order-row{display:flex;align-items:center;gap:4px;margin-bottom:12px;flex-wrap:wrap}.mobile-order-row:last-child{margin-bottom:0}.mobile-order-info-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px}.mobile-order-info-badge.user{padding:6px 8px;background:var(--bg-primary);border:1px solid rgba(37,99,235,.3);border-radius:6px}.mobile-order-info-badge.user,.mobile-order-info-badge.user *{color:#2563eb}.mobile-order-info-badge.time{padding:6px 8px;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:6px}.mobile-order-info-badge.time,.mobile-order-info-badge.time *{color:var(--text-secondary)}body[data-theme=dark] .mobile-order-info-badge.user,body[data-theme=dark] .mobile-order-info-badge.user *{color:#60a5fa;border-color:rgba(96,165,250,.3)}.mobile-order-row .ant-tag{margin:0}.mobile-order-status-bar .ant-tag,.mobile-order-status-bar .order-mode,.mobile-order-status-bar .order-status{padding:4px 8px!important}.mobile-order-address{display:flex;align-items:flex-start;gap:8px;padding:12px;background:var(--bg-primary);border-radius:8px;margin-top:12px}.mobile-order-address .mobile-order-icon{font-size:16px;color:var(--text-secondary);margin-top:2px;flex-shrink:0}.mobile-order-address-text{font-size:13px;color:var(--text-primary);line-height:1.5;word-break:break-word}.mobile-order-amount-container{padding:16px}.mobile-order-amount-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px}.mobile-order-amount-row:last-child{margin-bottom:0}.mobile-order-amount-label{color:var(--text-secondary);font-size:13px;font-weight:500}.mobile-order-amount-value{color:var(--text-primary);font-size:15px;font-weight:600}.mobile-order-amount-row.delivery .mobile-order-amount-label,.mobile-order-amount-row.delivery .mobile-order-amount-value{color:var(--text-secondary);font-size:13px}.mobile-order-total-row{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:2px solid var(--border-primary)}.mobile-order-total-label{color:var(--text-primary);font-size:15px;font-weight:600}.mobile-order-total-value{color:var(--text-primary);font-size:18px;font-weight:700}body[data-theme=dark] .mobile-order-total-value{color:#fbbf24}.mobile-order-actions{padding:16px;border-top:1px solid var(--border-primary)}.mobile-order-edit-btn.ant-btn-text{font-weight:500;height:auto;padding:8px 12px}body[data-theme=light] .mobile-order-edit-btn.ant-btn-text{color:var(--text-secondary-strong);background:var(--bg-secondary)}body[data-theme=light] .mobile-order-edit-btn.ant-btn-text:hover{color:var(--text-primary);background:var(--bg-mobile-card)}body[data-theme=dark] .mobile-order-edit-btn.ant-btn-text{color:var(--text-secondary-strong);background:var(--bg-primary-light)}body[data-theme=dark] .mobile-order-edit-btn.ant-btn-text:hover{color:var(--text-primary);background:var(--bg-secondary)}@media (max-width:768px){.order-card{margin-bottom:8px;border-radius:6px}.order-header{padding:12px;flex-direction:column;align-items:flex-start;gap:8px}.order-number{font-size:14px}.order-status{font-size:11px;padding:3px 6px}.order-content{padding:12px}.order-info-grid{grid-template-columns:1fr;gap:12px;margin-bottom:12px}.order-info-item{gap:2px}.order-info-label{font-size:11px}.order-info-value{font-size:13px}.order-amount-section{padding:12px;flex-direction:column;gap:8px}.order-amount-item{text-align:left;width:100%;display:flex;justify-content:space-between;align-items:center}.order-amount-value{font-size:16px}.order-amount-value.delivery{font-size:13px}.order-actions{padding:8px 12px;flex-direction:column}.order-actions .ant-btn{width:100%}.mobile-order-actions,.mobile-order-amount-container,.mobile-order-main,.mobile-order-status-bar{padding:12px}}@media (max-width:480px){.order-content,.order-header{padding:8px}.order-info-grid{gap:8px}.order-amount-section{padding:8px}.order-actions{padding:6px 8px}}.desktop-order-list{background:var(--bg-primary);border-radius:8px;overflow:hidden}.desktop-order-item{padding:16px;border-bottom:1px solid var(--border-primary);transition:background-color .2s ease}.desktop-order-item:hover{background:var(--bg-secondary)}.desktop-order-item:last-child{border-bottom:none}.desktop-order-main{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.desktop-order-info{flex:1;min-width:0}.desktop-order-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.desktop-order-number{font-size:16px;font-weight:600;color:var(--text-primary)}.desktop-order-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-bottom:8px}.desktop-order-detail-item{font-size:13px;color:var(--text-secondary)}.desktop-order-detail-item .label{font-weight:500;color:var(--text-secondary);margin-right:4px}.desktop-order-detail-item .value{font-weight:600;color:var(--text-primary)}.desktop-order-detail-item.user .value{color:#2563eb}.desktop-order-detail-item.mode .value{color:#059669}.desktop-order-detail-item.payment .value{color:#dc2626}.desktop-order-detail-item.payment.success .value{color:#059669}.desktop-order-address{font-size:12px;color:var(--text-secondary);line-height:1.4}.desktop-order-amount{text-align:right;min-width:120px}.desktop-order-total{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.desktop-order-delivery{font-size:13px;color:var(--text-secondary)}body[data-theme=dark] .desktop-order-detail-item.user .value{color:#60a5fa}body[data-theme=dark] .desktop-order-detail-item.mode .value{color:#34d399}body[data-theme=dark] .desktop-order-detail-item.payment .value{color:#f87171}body[data-theme=dark] .desktop-order-detail-item.payment.success .value{color:#34d399}body[data-theme=dark] .desktop-order-total,body[data-theme=dark] .order-amount-value{color:#cbd5e1!important}body[data-theme=dark] .order-actions .ant-btn-primary{color:#e2e8f0!important}body[data-theme=dark] .order-actions .ant-btn-primary:hover{color:#f1f5f9!important}@media (min-width:769px) and (max-width:1024px){.desktop-order-details{grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.desktop-order-details{grid-template-columns:repeat(3,1fr)}}[class*=mobileContainer]>.mobile-print-temp-card.ant-card{margin-bottom:12px}[class*=mobileContainer]>.mobile-print-temp-card.ant-card:last-child{margin-bottom:0}@media (max-width:768px){[class*=mobileContainer]>.mobile-print-temp-card.ant-card{margin-bottom:8px}}@media (max-width:480px){[class*=mobileContainer]>.mobile-print-temp-card.ant-card{margin-bottom:18px}}.mobile-print-temp-card{transition:all .2s ease;background:var(--bg-primary);border:1px solid var(--border-primary);overflow:hidden}.mobile-print-temp-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}body[data-theme=dark] .mobile-print-temp-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.3)}.mobile-print-temp-card .ant-card-body{padding:12px}@media (max-width:768px){.mobile-print-temp-card .ant-card-body{padding:8px}}@media (max-width:480px){.mobile-print-temp-card .ant-card-body{padding:6px}}.print-temp-editor-layout-row>.print-temp-editor-prop-col.ant-col{flex:0 0 300px!important;width:300px!important;max-width:300px!important;min-width:300px!important}@media (min-width:1920px){.print-temp-editor-layout-row>.print-temp-editor-prop-col.ant-col{flex:0 0 330px!important;width:330px!important;max-width:330px!important;min-width:330px!important}}.template-canvas-container .canvas-header-size-group,.template-canvas-container .canvas-header-zoom,.template-canvas-container .canvas-toolbar-snap-group{display:inline-flex;align-items:center;flex-wrap:wrap;-moz-column-gap:8px;column-gap:8px;row-gap:4px;min-width:0}.template-canvas-container .canvas-wrapper-resize-handle{flex-shrink:0;height:8px;cursor:ns-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:2px;background-color:var(--border-primary)}.template-canvas-container .canvas-wrapper-resize-handle:hover{filter:brightness(1.12)}body[data-theme=dark] .template-canvas-container .canvas-wrapper-resize-handle:hover{filter:brightness(1.25)}.template-canvas-container .canvas-scroll-inner{display:flex;justify-content:center;align-items:center;box-sizing:border-box}@media (max-width:1024px){.print-temp-editor-layout-row.ant-row{flex-direction:column;flex-wrap:nowrap}.print-temp-editor-layout-row>.ant-col:not(.print-temp-editor-prop-col){flex:0 1 auto!important;max-width:100%!important;width:100%!important;min-width:0!important}.print-temp-editor-layout-row>.print-temp-editor-prop-col.ant-col{flex:0 0 auto!important;width:100%!important;max-width:100%!important;min-width:0!important}}@media print{@page{size:A4 portrait;margin:8mm}body[data-activity-orders-print="1"] *{visibility:hidden}body[data-activity-orders-print="1"] .activity-orders-print-root,body[data-activity-orders-print="1"] .activity-orders-print-root *{visibility:visible}body[data-activity-orders-print="1"] .activity-orders-print-root{position:absolute;left:0;top:0;width:100%;box-sizing:border-box;background:transparent!important;color:var(--text-primary);font-size:11px;-webkit-print-color-adjust:exact;print-color-adjust:exact}body[data-activity-orders-print="1"] .activity-orders-page-list-section{background:transparent!important}body[data-activity-orders-print="1"] .activity-orders-print-hide{display:none!important;visibility:hidden!important}body[data-activity-orders-print="1"] .activity-orders-print-root>.ant-card .ant-card-body{padding:8px 10px!important}body[data-activity-orders-print="1"] .activity-orders-print-root .ant-radio-button-wrapper{font-size:11px!important;line-height:20px!important;height:24px!important;padding-inline:8px!important}body[data-activity-orders-print="1"] .activity-orders-print-root .ant-checkbox-wrapper{font-size:11px!important}body[data-activity-orders-print="1"] .activity-orders-print-root .activity-order-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px 5px;align-items:start}body[data-activity-orders-print="1"] .activity-orders-print-root .activity-order-card{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;min-height:auto!important;border-radius:6px;--activity-card-top-h:34px;--activity-card-meta-h:14px;--activity-card-meta-gap:3px;--activity-card-product-line-h:13px;--activity-card-pad-y:8px}body[data-activity-orders-print="1"] .activity-order-card-top{padding:5px 7px 3px;grid-template-columns:30px 1fr;-moz-column-gap:5px;column-gap:5px;row-gap:2px}body[data-activity-orders-print="1"] .activity-order-card-avatar-slot [style*=width],body[data-activity-orders-print="1"] .activity-order-card-avatar-slot button,body[data-activity-orders-print="1"] .activity-order-card-avatar-slot>div{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important}body[data-activity-orders-print="1"] .activity-order-card-avatar-slot img{width:30px!important;height:30px!important}body[data-activity-orders-print="1"] .activity-order-card-body{padding:0 7px 7px}body[data-activity-orders-print="1"] .activity-order-card .badge-state{font-size:10px!important;padding:1px 5px!important}body[data-activity-orders-print="1"] .activity-orders-print-root .ant-card{box-shadow:none!important;border-color:var(--border-primary)!important;background:var(--bg-primary)!important}}.subscription-comparison-card .ant-card-body{padding:0}.subscription-comparison-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.subscription-comparison-table{width:100%;min-width:720px;border-collapse:collapse;font-size:14px}.subscription-comparison-table td,.subscription-comparison-table th{border-bottom:1px solid var(--border-color,rgba(0,0,0,.06));padding:12px 14px;vertical-align:top}body[data-theme=dark] .subscription-comparison-table td,body[data-theme=dark] .subscription-comparison-table th{border-bottom-color:var(--border-color,hsla(0,0%,100%,.08))}.subscription-comparison-table th{font-weight:600;text-align:center}.subscription-comparison-table .comparison-row-label{text-align:left;font-weight:500;color:var(--text-secondary);min-width:140px;max-width:180px;position:sticky;left:0;z-index:2;background:var(--bg-primary)}.subscription-comparison-table .comparison-plan-col{text-align:center;min-width:160px}.subscription-comparison-table .comparison-plan-col.is-current,.subscription-comparison-table th.comparison-plan-col.is-current{background:color-mix(in srgb,var(--accent-primary,#1677ff) 6%,transparent)}body[data-theme=dark] .subscription-comparison-table .comparison-plan-col.is-current,body[data-theme=dark] .subscription-comparison-table th.comparison-plan-col.is-current{background:color-mix(in srgb,var(--accent-primary,#1677ff) 12%,transparent)}.subscription-comparison-table tbody tr:hover td{background:color-mix(in srgb,var(--text-primary,#000) 4%,var(--bg-primary))}body[data-theme=dark] .subscription-comparison-table tbody tr:hover td{background:color-mix(in srgb,var(--text-primary,#fff) 6%,var(--bg-primary))}.subscription-comparison-table tbody tr:hover td.comparison-plan-col.is-current{background:color-mix(in srgb,var(--accent-primary,#1677ff) 10%,var(--bg-primary))}body[data-theme=dark] .subscription-comparison-table tbody tr:hover td.comparison-plan-col.is-current{background:color-mix(in srgb,var(--accent-primary,#1677ff) 16%,var(--bg-primary))}.subscription-comparison-table tbody tr:hover td.comparison-row-label{background:color-mix(in srgb,var(--text-primary,#000) 4%,var(--bg-primary))}body[data-theme=dark] .subscription-comparison-table tbody tr:hover td.comparison-row-label{background:color-mix(in srgb,var(--text-primary,#fff) 6%,var(--bg-primary))}.subscription-comparison-status{padding:16px 20px;border-bottom:1px solid var(--border-color,rgba(0,0,0,.06))}body[data-theme=dark] .subscription-comparison-status{border-bottom-color:var(--border-color,hsla(0,0%,100%,.08))}.subscription-comparison-price{font-size:18px;font-weight:600;color:var(--text-primary);line-height:1.3}.subscription-comparison-price-note{display:block;font-size:12px;font-weight:400;color:var(--text-secondary);margin-top:4px}.subscription-comparison-discount{color:var(--tone-positive,#389e0d);font-size:12px}body[data-theme=dark] .subscription-comparison-discount{color:var(--tone-positive,#73d13d)}.subscription-comparison-cell-actions{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:8px}.subscription-comparison-feature-yes{color:var(--tone-positive,#389e0d);font-weight:600}.subscription-comparison-feature-no{color:var(--text-tertiary,rgba(0,0,0,.25))}.subscription-comparison-feature-pending{font-size:12px;font-weight:400;color:var(--text-tertiary);white-space:nowrap}body[data-theme=dark] .subscription-comparison-feature-no{color:var(--text-tertiary,hsla(0,0%,100%,.25))}.subscription-comparison-plan-name{font-size:16px;font-weight:600;color:var(--text-primary)}.subscription-comparison-table .comparison-metric{text-align:center;font-weight:500;color:var(--text-primary)}.subscription-status-overview{width:100%;display:flex;flex-direction:column;gap:16px}.subscription-status-overview--empty.ant-card,.subscription-status-panel.ant-card{background:var(--bg-primary)}.subscription-status-panel.ant-card>.ant-card-head{min-height:64px;padding:18px 24px;border-bottom:none}.subscription-status-panel.ant-card>.ant-card-head .ant-card-head-wrapper{align-items:center;min-height:28px}.subscription-status-panel.ant-card>.ant-card-head .ant-card-head-title{font-size:16px;font-weight:600;padding:0;line-height:1.5}.subscription-status-panel.ant-card>.ant-card-head .ant-card-extra{padding:0;align-self:center}.subscription-status-panel.ant-card>.ant-card-body{padding:24px}.subscription-status-panel-hint{font-size:13px}.subscription-status-usage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 20px}.subscription-status-usage-item{min-width:0}.subscription-status-usage-label{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-primary);margin-bottom:8px}.subscription-status-usage-progress.ant-progress-line{margin-bottom:0;line-height:1}.subscription-status-usage-progress .ant-progress-inner{border-radius:6px;background:var(--border-primary,rgba(0,0,0,.06))}.subscription-status-usage-progress .ant-progress-bg{border-radius:6px;background:var(--color-primary,#1677ff)!important}.subscription-status-panel--main .ant-card-body{font-size:14px}.subscription-status-panel--main .ant-typography,.subscription-status-panel--main .subscription-status-actions-desc,.subscription-status-panel--main .subscription-status-block-footnote,.subscription-status-panel--main .subscription-status-block-label,.subscription-status-panel--main .subscription-status-panel-hint,.subscription-status-panel--main .subscription-status-switch-node .ant-typography,.subscription-status-panel--main .subscription-status-switch-role{font-size:14px;line-height:1.5}.subscription-status-main-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.subscription-status-block{min-width:0;height:100%;padding:14px 0;border-radius:10px}.subscription-status-block--span{grid-column:1/-1}.subscription-status-block-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--text-secondary);margin-bottom:8px}.subscription-status-block-label .anticon{color:var(--color-primary,#1677ff)}.subscription-status-block-value{margin:0!important;font-size:18px!important;line-height:1.35!important;color:var(--text-primary)}.subscription-status-block-footnote{display:block;margin-top:8px;font-size:14px}.subscription-status-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;align-items:center}.dashboard-subscription-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;margin-bottom:12px}.dashboard-subscription-plan-title{margin:0!important;font-size:18px!important;line-height:1.35!important;color:var(--text-primary)}.subscription-meta-badge{padding:2px 10px}.subscription-meta-badge,.subscription-status-panel--main .subscription-meta-badge{font-size:14px;line-height:20px}.subscription-status-meta-pill{display:inline-block;padding:4px 10px;border-radius:6px;font-size:14px;line-height:1.5;color:var(--text-secondary);background:var(--bg-primary);border:1px solid var(--border-primary,rgba(0,0,0,.06))}.subscription-status-meta-pill--accent{color:var(--tone-positive,#389e0d);border-color:color-mix(in srgb,var(--tone-positive,#389e0d) 35%,transparent);background:color-mix(in srgb,var(--tone-positive,#389e0d) 10%,var(--bg-primary))}.subscription-comparison-cell-actions .subscription-comparison-action-tag{margin:0;width:100%;max-width:100%;min-height:var(--ant-control-height,32px);display:inline-flex;align-items:center;justify-content:center;padding:4px 15px;font-size:14px;line-height:1.5715;white-space:normal;text-align:center;box-sizing:border-box;border-radius:6px}.subscription-status-switch-flow{display:flex;align-items:stretch;gap:12px;margin-top:4px}.subscription-status-switch-node{flex:1;min-width:0;padding:12px 14px;border-radius:8px;background:var(--bg-primary)}.subscription-status-switch-role{display:block;font-size:14px;margin-bottom:4px}.subscription-status-switch-plan-name{display:block;font-size:16px;line-height:1.4}.subscription-status-switch-detail{display:block;margin-top:6px;font-size:14px;line-height:1.45}.subscription-status-switch-node--target{border:1px solid color-mix(in srgb,var(--tone-positive,#389e0d) 35%,transparent);background:color-mix(in srgb,var(--tone-positive,#389e0d) 8%,var(--bg-primary))}.subscription-status-switch-plan-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.subscription-status-switch-connector{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;width:32px;color:var(--text-secondary)}.subscription-status-switch-line{flex:1;width:2px;min-height:12px;background:var(--border-color,rgba(0,0,0,.15));border-radius:1px}.subscription-status-switch-icon{font-size:16px;margin:4px 0}.subscription-status-actions-desc{display:block;font-size:14px;margin-bottom:12px}.subscription-status-actions{display:flex;flex-wrap:wrap;gap:10px}.subscription-status-action-btn{flex:1 1 200px;min-width:min(100%,220px)}@media (max-width:767px){.subscription-status-main-grid,.subscription-status-usage-grid{grid-template-columns:1fr}.subscription-status-switch-flow{flex-direction:column}.subscription-status-switch-connector{flex-direction:row;width:auto;height:28px}.subscription-status-switch-line{flex:1;width:auto;height:2px;min-height:0}}.bulk-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:start}.bulk-checkout-config,.bulk-checkout-payment{min-width:0}.bulk-checkout-payment{padding:16px;border-radius:12px;border:1px solid var(--border-color,rgba(0,0,0,.08));background:var(--bg-secondary);min-height:320px}.bulk-checkout-payment-placeholder{display:flex;align-items:center;justify-content:center;min-height:260px;padding:24px;text-align:center}.bulk-checkout-summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px}.bulk-checkout-summary-total{margin-top:12px;padding-top:12px;border-top:1px dashed var(--border-color,rgba(0,0,0,.1))}.bulk-checkout-discount-list{margin:8px 0 0;padding:0;list-style:none}.bulk-checkout-discount-list li{display:flex;justify-content:space-between;font-size:13px;color:var(--text-secondary);margin-bottom:4px}.bulk-checkout-discount-saved{color:var(--tone-positive,#389e0d)}.bulk-checkout-coupon-group .ant-radio-wrapper{width:100%}@media (max-width:767px){.bulk-checkout-layout{grid-template-columns:1fr}.bulk-checkout-payment{min-height:200px}.subscription-comparison-table td,.subscription-comparison-table th{padding:10px 12px}.subscription-comparison-table .comparison-row-label{min-width:120px}.subscription-comparison-table .comparison-plan-col{min-width:140px}}