@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&family=Changa:wght@400;600;700;800&display=swap";:root{--font-body: "Cairo", sans-serif;--font-display: "Changa", sans-serif;--primary-500: #f28c28;--primary-600: #dd7410;--primary-700: #b85a07;--primary-100: #fff0dd;--primary-50: #fff8ef;--primary-highlight: #ffb45f;--text-primary: #21160d;--text-muted: #6f5b4a;--text-subtle: #8b7665;--text-soft: #9f8d7e;--text-inverse: #fffdf9;--bg-page: #fffaf4;--bg-body: radial-gradient(circle at top right, rgba(242, 140, 40, .15), transparent 28%), radial-gradient(circle at bottom left, rgba(255, 180, 95, .12), transparent 24%), linear-gradient(180deg, #fffaf4 0%, #fff2e4 100%);--surface-sidebar: rgba(255, 252, 247, .95);--surface-sidebar-footer: #fff6ea;--surface-card: rgba(255, 255, 255, .96);--surface-elevated: #fffaf3;--surface-input: #fffdf9;--surface-input-weak: #fff6ec;--surface-ghost: #fff3e4;--surface-hover: #ffedd8;--surface-chip: #fff1df;--surface-thumb: #fff4e7;--surface-toggle: #fff0e0;--surface-selection: #fff6ea;--surface-preview: #fff9f2;--border-soft: rgba(57, 33, 14, .08);--border-medium: rgba(57, 33, 14, .14);--border-strong: rgba(57, 33, 14, .2);--border-xstrong: rgba(57, 33, 14, .28);--border-table: rgba(57, 33, 14, .09);--nav-active-bg: linear-gradient(135deg, var(--primary-500), var(--primary-highlight));--shadow-soft: 0 28px 80px rgba(183, 97, 24, .14);--shadow-card: 0 18px 40px rgba(183, 97, 24, .1);--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, .72);--radius-lg: 18px;--radius-md: 12px;--radius-sm: 10px;--sidebar-width: 280px}html[data-theme=dark]{color-scheme:dark;--text-primary: #fff3e6;--text-muted: #d6ba9d;--text-subtle: #b99877;--text-soft: #a88767;--text-inverse: #22150b;--bg-page: #130c07;--bg-body: radial-gradient(circle at top right, rgba(242, 140, 40, .24), transparent 26%), linear-gradient(180deg, #130c07 0%, #21140b 100%);--surface-sidebar: #1b110a;--surface-sidebar-footer: #22150c;--surface-card: #24170f;--surface-elevated: #2b1d13;--surface-input: #2a1c12;--surface-input-weak: #332218;--surface-ghost: #2d1e14;--surface-hover: #38251a;--surface-chip: #332116;--surface-thumb: #311f15;--surface-toggle: #2f1e14;--surface-selection: #332116;--surface-preview: #25170f;--border-soft: rgba(255, 240, 222, .08);--border-medium: rgba(255, 240, 222, .14);--border-strong: rgba(255, 240, 222, .22);--border-xstrong: rgba(255, 240, 222, .3);--border-table: rgba(255, 240, 222, .06);--nav-active-bg: linear-gradient(135deg, var(--primary-500), var(--primary-700));--shadow-soft: 0 30px 90px rgba(0, 0, 0, .45);--shadow-card: 0 20px 60px rgba(0, 0, 0, .35);--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, .05)}html[data-theme=light]{color-scheme:light;--text-primary: #21160d;--text-muted: #6f5b4a;--text-subtle: #8b7665;--text-soft: #9f8d7e;--text-inverse: #fffdf9;--bg-page: #fffaf4;--bg-body: radial-gradient(circle at top right, rgba(242, 140, 40, .15), transparent 28%), radial-gradient(circle at bottom left, rgba(255, 180, 95, .12), transparent 24%), linear-gradient(180deg, #fffaf4 0%, #fff2e4 100%);--surface-sidebar: rgba(255, 252, 247, .95);--surface-sidebar-footer: #fff6ea;--surface-card: rgba(255, 255, 255, .96);--surface-elevated: #fffaf3;--surface-input: #fffdf9;--surface-input-weak: #fff6ec;--surface-ghost: #fff3e4;--surface-hover: #ffedd8;--surface-chip: #fff1df;--surface-thumb: #fff4e7;--surface-toggle: #fff0e0;--surface-selection: #fff6ea;--surface-preview: #fff9f2;--border-soft: rgba(57, 33, 14, .08);--border-medium: rgba(57, 33, 14, .14);--border-strong: rgba(57, 33, 14, .2);--border-xstrong: rgba(57, 33, 14, .28);--border-table: rgba(57, 33, 14, .09);--nav-active-bg: linear-gradient(135deg, var(--primary-500), var(--primary-highlight));--shadow-soft: 0 28px 80px rgba(183, 97, 24, .14);--shadow-card: 0 18px 40px rgba(183, 97, 24, .1);--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, .72)}*{box-sizing:border-box}html{direction:rtl;background:var(--bg-page);color-scheme:light}body{margin:0;font-family:var(--font-body);color:var(--text-primary);background:var(--bg-body);min-height:100vh;background-attachment:fixed}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit}.app-shell{display:grid;grid-template-columns:1fr var(--sidebar-width);direction:ltr;min-height:100vh;position:relative;overflow-x:hidden}.app-shell.sidebar-open{height:100vh;overflow:hidden}.app-main{padding:32px 36px 40px;direction:rtl;position:relative}.sidebar{background:var(--surface-sidebar);direction:rtl;padding:28px 24px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:24px;border-left:1px solid var(--border-soft);box-shadow:var(--shadow-card)}.sidebar-scroll{display:flex;flex-direction:column;gap:24px;overflow-y:auto;flex:1;min-height:0}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.sidebar-brand{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--primary-500),var(--primary-highlight));display:grid;place-items:center;color:#fff6f2;font-weight:700;font-family:var(--font-display);box-shadow:var(--shadow-card)}.brand-title{display:flex;flex-direction:column}.brand-title span{font-weight:700;font-size:1.1rem;font-family:var(--font-display)}.brand-title small{color:var(--text-muted);font-size:.85rem}.nav-section{display:flex;flex-direction:column;gap:12px}.nav-section-title{color:var(--text-subtle);font-size:.85rem;letter-spacing:.4px}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;width:100%;background:none;border:none;text-align:right;cursor:pointer;font:inherit;color:var(--text-soft);transition:background .2s ease,color .2s ease}.nav-item svg{width:20px;height:20px}.nav-item.active,.nav-item:hover{background:var(--nav-active-bg);color:var(--text-inverse);box-shadow:0 12px 24px #dd741029}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.topbar-left{display:flex;align-items:center;gap:12px;flex:1;min-width:240px}.search-input{flex:1;max-width:360px;min-width:0;background:var(--surface-input);border:1px solid var(--border-medium);border-radius:16px;padding:12px 14px;color:var(--text-primary)}.search-input::placeholder,.input::placeholder,.textarea::placeholder{color:var(--text-muted);opacity:.8}.topbar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.menu-toggle{display:inline-flex}.avatar{width:44px;height:44px;border-radius:16px;background:linear-gradient(130deg,var(--primary-500),var(--primary-highlight));display:grid;place-items:center;color:#fff;font-weight:700}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.page-title{font-size:clamp(1.3rem,2.4vw,1.6rem);font-weight:700;font-family:var(--font-display);margin:0}.page-subtitle{color:var(--text-muted);margin-top:4px}.btn{border:none;padding:10px 18px;border-radius:14px;cursor:pointer;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.icon-button{padding:8px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}.icon-button svg{width:20px;height:20px}.btn-primary{background:linear-gradient(135deg,var(--primary-500),var(--primary-highlight));color:#fff;box-shadow:0 16px 30px #dd741038}.btn-danger{color:#fff;background:linear-gradient(135deg,#c9353f,#e45b63);box-shadow:0 14px 28px #c9353f33}.btn:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}.btn-ghost{background:var(--surface-ghost);color:var(--text-primary)}.order-row-actions,.order-summary-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.order-hide-action{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px}.order-hide-action small{max-width:180px;color:#c9353f;font-size:.75rem;line-height:1.4}.order-hide-btn{white-space:nowrap}.btn:active{transform:translateY(1px)}.card{background:var(--surface-card);border-radius:var(--radius-lg);padding:20px;border:1px solid var(--border-soft);box-shadow:var(--shadow-card);min-width:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sidebar-scrim{display:none;border:none;padding:0;position:fixed;inset:0;background:#0a0c108c;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:35}.sidebar-close{display:none;width:36px;height:36px;border-radius:12px}.floating-menu-toggle{display:none;position:fixed;bottom:20px;right:20px;width:52px;height:52px;border-radius:18px;border:1px solid var(--border-medium);background:var(--surface-card);color:var(--text-primary);box-shadow:var(--shadow-soft);z-index:45}.floating-menu-toggle svg{width:24px;height:24px}.card-grid{display:grid;gap:16px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.stat-card{display:flex;flex-direction:column;gap:10px}.stat-value{font-size:clamp(1.4rem,2.6vw,1.8rem);font-weight:700;font-family:var(--font-display)}.stat-meta{display:flex;justify-content:space-between;color:var(--text-muted);font-size:.9rem}.badge{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:6px}.badge.success{background:#1ea67229;color:#52f0a7}.badge.warning{background:#f2a90029;color:#f6c04d}.badge.info{background:#2b8cff29;color:#6ab2ff}.table{width:max-content;min-width:100%;border-collapse:collapse}.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table th,.table td{padding:12px 10px;text-align:right;border-bottom:1px solid var(--border-table);font-size:.95rem}.table-cell-wrap{max-width:420px;white-space:normal;word-break:break-word}.table th{color:var(--text-muted);font-weight:600;letter-spacing:.4px}.table tbody tr:hover{background:var(--surface-hover)}.form-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.form-grid>*{min-width:0}.category-manager-layout{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.category-list{display:grid;gap:10px}.category-row{border:1px solid var(--border-medium);border-radius:14px;padding:12px;display:grid;gap:10px;background:var(--surface-input)}.category-row.selected{border-color:#e45c3ab3;background:#e45c3a14}.category-row-main{display:flex;align-items:center;gap:12px;min-width:0}.category-row-main>div{min-width:0}.category-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.category-actions .input{width:110px}.mask-category-layout{display:grid;gap:20px;grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start}.mask-category-summary{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.mask-category-stat{border:1px solid var(--border-medium);border-radius:16px;padding:14px 16px;background:linear-gradient(135deg,#e45c3a14,#fffffff2);display:grid;gap:6px}.mask-category-stat span{color:var(--text-muted);font-size:.82rem}.mask-category-stat strong{font-size:1.3rem}.mask-category-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mask-category-row{gap:14px}.mask-category-order-badge{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#e45c3a2e,#e45c3a14);border:1px solid rgba(228,92,58,.24);display:grid;place-items:center;font-weight:800;color:var(--accent);flex-shrink:0}.mask-category-meta{color:var(--text-muted);font-size:12px}.mask-category-actions{justify-content:space-between}.mask-category-position{display:inline-flex;align-items:center;gap:8px}.mask-category-position .input{width:84px}.mask-category-form-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.category-thumb{width:56px;height:56px;border-radius:12px;border:1px solid var(--border-medium);background:var(--surface-thumb);overflow:hidden;flex-shrink:0;display:grid;place-items:center}.category-thumb img{width:100%;height:100%;object-fit:cover}.category-thumb span{font-size:.72rem;color:var(--text-muted)}.country-dropdown{position:relative}.country-dropdown-toggle{width:100%;text-align:right;cursor:pointer}.country-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:12;background:var(--surface-card);border:1px solid var(--border-medium);border-radius:12px;padding:10px;display:grid;gap:8px;box-shadow:var(--shadow-card);max-height:220px;overflow:auto}.country-dropdown-item{display:flex;align-items:center;gap:8px;color:var(--text-primary);font-size:.95rem}.input,.select,.textarea{background:var(--surface-input-weak);border:1px solid var(--border-medium);border-radius:12px;padding:10px 12px;color:var(--text-primary)}.textarea{min-height:100px;resize:vertical}.flex{display:flex;align-items:center;gap:12px}.space-between{justify-content:space-between}.section-title{font-weight:700;margin-bottom:10px}.kpi-bar{height:8px;background:var(--surface-ghost);border-radius:999px;overflow:hidden}.kpi-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--primary-500),var(--primary-highlight))}.auth-layout{min-height:100vh;display:grid;place-items:center;padding:40px 20px}.auth-card{max-width:460px;width:100%;padding:32px;border-radius:24px;background:var(--surface-elevated);box-shadow:var(--shadow-soft);border:1px solid var(--border-soft)}.auth-card h1{margin:0 0 8px;font-family:var(--font-display)}.auth-card p{margin:0 0 20px;color:var(--text-muted)}@media(max-width:1200px){:root{--sidebar-width: 240px}.app-main{padding:28px}}@media(max-width:1024px){.app-shell,.category-manager-layout{grid-template-columns:1fr}.sidebar{position:fixed;top:0;right:0;height:100vh;width:min(86vw,320px);max-width:320px;transform:translate(110%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .25s ease,opacity .2s ease;z-index:40;padding:22px 18px;gap:18px;box-shadow:var(--shadow-soft)}.sidebar-scroll{width:100%;overflow-y:auto;max-height:none}.app-main{padding:24px}.nav-section{min-width:0}.sidebar-header{width:100%}.sidebar-close{display:inline-flex}.topbar-left{min-width:0}.menu-toggle{display:inline-flex}.sidebar-scrim{display:block}.app-shell.sidebar-open .sidebar{transform:translate(0);opacity:1;visibility:visible;pointer-events:auto}.app-shell.sidebar-open .sidebar-scrim{opacity:1;pointer-events:auto}}@media(min-width:1025px){.menu-toggle{display:none}}@media(max-width:768px){.topbar{flex-wrap:wrap;align-items:center}.page-header{flex-wrap:wrap;align-items:flex-start}.topbar-actions{width:auto;justify-content:flex-end}.search-input{max-width:none}.topbar-left{flex:1 1 280px;min-width:0;flex-wrap:wrap}.search-input{flex:1 1 220px}}@media(max-width:640px){body{font-size:14px}.app-main{padding:14px 12px 20px}.card{padding:14px;border-radius:14px}.card-grid,.topbar{gap:12px}.topbar-left,.topbar-actions{gap:8px}.btn{padding:8px 12px;border-radius:12px;font-size:.9rem}.icon-button{width:36px;height:36px;padding:6px}.search-input,.input,.select,.textarea{padding:9px 10px;font-size:.9rem}.form-grid{gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.selection-grid{gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.table th,.table td{padding:8px 6px;font-size:.85rem;white-space:nowrap}.sidebar{width:min(92vw,320px)}.avatar{width:38px;height:38px;border-radius:12px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.page-title{font-size:1.15rem}.stat-value{font-size:1.25rem}.selection-card{padding:10px;border-radius:14px}.selection-title{font-size:.95rem}.selection-sub{font-size:.8rem}.selection-badge{font-size:.7rem}.flex{flex-wrap:wrap}.flex>*{min-width:0}.topbar .menu-toggle{display:none}.floating-menu-toggle{display:inline-flex;align-items:center;justify-content:center}.app-shell.sidebar-open .floating-menu-toggle{opacity:0;pointer-events:none}}@media(max-width:640px){.notifications-page .table-cell-wrap{max-width:240px}}@media(max-width:480px){.form-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.selection-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.two-col{grid-template-columns:1fr}}.stepper{display:flex;gap:10px;flex-wrap:wrap}.step-item{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid var(--border-xstrong);background:var(--surface-chip);color:var(--text-soft);padding:8px 14px;cursor:pointer}.step-item.active{border-color:#e45c3a99;background:#e45c3a1f;color:var(--text-primary)}.step-item.done{border-color:var(--border-strong);color:var(--text-primary)}.step-index{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-ghost);font-size:.8rem}.selection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.two-col{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.selection-card{display:flex;flex-direction:column;gap:10px;border-radius:16px;border:1px solid var(--border-strong);background:var(--surface-selection);padding:12px;text-align:left;color:inherit;cursor:pointer}.selection-card.selected{border-color:#e45c3ab3;box-shadow:0 0 0 1px #e45c3a4d}.selection-thumb{width:100%;aspect-ratio:1 / 1;border-radius:12px;background:var(--surface-thumb);display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--text-muted);font-size:.8rem}.selection-thumb img{width:100%;height:100%;object-fit:contain}.selection-meta{display:flex;flex-direction:column;gap:4px}.selection-title{font-weight:700}.selection-sub{color:var(--text-muted);font-size:.85rem}.selection-badge{align-self:flex-start;padding:4px 8px;border-radius:999px;background:#e45c3a1f;color:var(--text-primary);font-size:.75rem}.color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(36px,1fr));gap:10px;max-width:360px}.color-dot{width:36px;height:36px;border-radius:50%;border:2px solid var(--border-xstrong);cursor:pointer}.color-dot.selected{border-color:#e45c3acc;box-shadow:0 0 0 2px #e45c3a40}.preview-stack{position:relative;width:100%;max-width:360px;aspect-ratio:1 / 1;border-radius:16px;background:var(--surface-preview);border:1px solid var(--border-strong);overflow:hidden;display:flex;align-items:center;justify-content:center}.view-toggle{display:inline-flex;gap:8px;margin-bottom:12px;padding:6px;border-radius:999px;background:var(--surface-toggle);border:1px solid var(--border-strong)}.view-button{border:1px solid transparent;background:transparent;color:var(--text-soft);padding:6px 12px;border-radius:999px;cursor:pointer;font-size:.85rem}.view-button.active{background:#e45c3a33;border-color:#e45c3a99;color:var(--text-primary)}.preview-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.preview-layer.flavor-layer{mix-blend-mode:multiply;opacity:.9}.preview-layer.mask-layer{opacity:.95}.preview-layer.shape-mask-layer{opacity:.92}.preview-layer.color-layer{mix-blend-mode:normal;opacity:1}.preview-placeholder{color:var(--text-muted);font-size:.9rem}.selection-list{display:grid;gap:8px;margin-top:8px;max-height:260px;overflow:auto;padding-right:6px}.selection-row{display:flex;align-items:center;gap:8px;font-size:.9rem}.designer-source-grid{display:grid;gap:10px}.designer-source-code{display:inline-flex;width:fit-content;padding:4px 8px;border-radius:999px;border:1px solid var(--border-strong);background:#ffffff0a;color:var(--text-soft);font-size:.82rem}.designer-source-meta{color:var(--text-muted);font-size:.84rem;line-height:1.45}.designer-source-link{color:var(--brand-primary);font-size:.84rem;word-break:break-all}.order-details-page{gap:16px}.order-details-header-card{display:grid;grid-template-columns:1.2fr .9fr;gap:14px;align-items:start;background:linear-gradient(145deg,var(--surface-card),rgba(228,92,58,.08))}.order-header-main h2{margin:0;font-size:1.22rem;font-family:var(--font-display)}.order-chip-row{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.order-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;border:1px solid var(--border-strong);background:var(--surface-chip);font-size:.82rem;white-space:nowrap}.order-chip-accent{border-color:#e45c3a73;background:#e45c3a29}.order-chip-success{border-color:#1ea67273;background:#1ea67229}.order-chip-warning{border-color:#f2a90073;background:#f2a90029}.order-chip-info{border-color:#2b8cff73;background:#2b8cff29}.order-chip-muted{color:var(--text-muted)}.order-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.order-summary-item{border:1px solid var(--border-strong);border-radius:12px;background:var(--surface-input-weak);padding:10px 12px}.order-summary-item small{color:var(--text-muted);display:block;margin-bottom:2px}.order-summary-item strong{font-size:1rem}.order-details-layout{display:grid;grid-template-columns:1.35fr .85fr;gap:14px;align-items:start}.order-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;flex-wrap:wrap}.order-card-head h3{margin:0;font-size:1rem;font-family:var(--font-display)}.order-items-list{display:grid;gap:12px}.order-item-card{border-radius:14px;border:1px solid var(--border-strong);background:var(--surface-input-weak);padding:12px;display:grid;gap:10px}.order-item-top{display:grid;grid-template-columns:92px 1fr;gap:12px}.order-item-thumb{width:92px;height:92px;border-radius:12px;overflow:hidden;background:var(--surface-thumb);border:1px solid var(--border-strong);display:grid;place-items:center;color:var(--text-muted);font-size:.8rem;text-align:center}.order-item-thumb img{width:100%;height:100%;object-fit:cover}.order-item-body{min-width:0}.order-item-title{margin:0;font-size:1rem}.order-item-subtitle{margin-top:4px;color:var(--text-muted);font-size:.9rem}.order-item-meta{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap}.order-filling-row{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center}.order-filling-thumb{width:58px;height:58px;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface-thumb);display:grid;place-items:center;overflow:hidden;color:var(--text-muted);font-size:.74rem;text-align:center}.order-filling-thumb-color{color:#101828d1;font-weight:700}.order-filling-thumb img{width:100%;height:100%;object-fit:cover}.order-filling-thumb-sm{width:36px;height:36px;border-radius:8px}.order-filling-name{font-weight:700}.order-filling-copy{min-width:0;display:grid;gap:4px}.order-filling-subtitle{color:var(--text-muted);font-size:.88rem}.order-filling-meta{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.82rem}.order-filling-swatch{width:12px;height:12px;border-radius:999px;border:1px solid rgba(255,255,255,.5);box-shadow:0 0 0 1px #0f172a1a;flex:0 0 auto}.order-filling-inline{display:inline-flex;align-items:center;gap:8px;min-width:0}.order-filling-inline-copy{display:grid;min-width:0}.order-filling-inline-copy small{color:var(--text-muted)}.order-addon-summary{display:grid;grid-template-columns:86px 1fr;gap:10px;border:1px solid var(--border-strong);background:var(--surface-selection);border-radius:12px;padding:10px}.order-addon-image{width:86px;height:86px;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface-thumb);display:grid;place-items:center;overflow:hidden;color:var(--text-muted);font-size:.8rem}.order-addon-image img{width:100%;height:100%;object-fit:cover}.order-addon-lines{display:grid;gap:6px}.order-layered-preview{border-radius:12px;border:1px solid var(--border-strong);background:var(--surface-selection);padding:10px}.order-view-toggle{margin-bottom:10px}.order-cake-preview{max-width:280px}.order-color-mask-layer{mix-blend-mode:multiply;opacity:.92;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.order-filling-texture-layer{opacity:.95}.order-filling-mask-layer{mix-blend-mode:multiply;opacity:.98;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.order-preview-caption{margin-top:8px;color:var(--text-muted);font-size:.82rem}.order-status-controls{margin-top:12px;display:grid;gap:10px}.order-control-group{display:grid;gap:6px}.order-control-group label{color:var(--text-muted);font-size:.86rem;font-weight:600}.order-control-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.order-custom-line{border-radius:10px;border:1px solid rgba(228,92,58,.35);background:#e45c3a1c;color:var(--text-primary);padding:10px;font-weight:700;word-break:break-word}.order-item-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.order-section-lite{border-radius:10px;border:1px solid var(--border-strong);background:var(--surface-selection);padding:10px}.order-section-lite h4{margin:0 0 8px;font-size:.9rem}.order-pre{margin:0;white-space:pre-wrap;word-break:break-word;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface-input-weak);padding:10px}.order-inline-image{width:100%;max-width:220px;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface-thumb);aspect-ratio:1 / 1;object-fit:contain}.order-views-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.order-view-item{border-radius:8px;border:1px solid var(--border-strong);background:var(--surface-input-weak);padding:8px}.order-view-item img{width:100%;aspect-ratio:1 / 1;border-radius:8px;object-fit:contain;background:var(--surface-thumb)}.order-view-name{margin-bottom:6px;color:var(--text-muted);font-size:.82rem}.order-kv-grid{display:grid;gap:8px}.order-kv-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:10px;align-items:start}.order-kv-key{color:var(--text-muted);font-size:.9rem}.order-kv-value{font-weight:600;word-break:break-word}.order-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.83rem;direction:ltr;text-align:left}.order-link{color:var(--info-500);text-decoration:none;word-break:break-word}.order-link:hover{text-decoration:underline}.order-link-btn{display:inline-flex;align-items:center}.order-customization-list{display:grid;gap:10px}.order-money-list{display:grid;gap:8px}.order-money-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px dashed var(--border-medium)}.order-money-row:last-child{border-bottom:none}.order-money-total{font-size:1.05rem;font-weight:700}.order-id-list{display:grid;gap:8px}.order-id-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:8px;align-items:start}.order-id-label{color:var(--text-muted);font-size:.85rem}.order-id-value-wrap{display:flex;align-items:flex-start;gap:8px;min-width:0}.order-copy-btn{padding:5px 8px;border-radius:8px;font-size:.8rem}.order-muted{color:var(--text-muted)}.order-state-badge{display:inline-flex;align-items:center;gap:7px;width:fit-content;min-height:28px;padding:4px 10px;border:1px solid transparent;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}.order-state-badge.is-prominent{min-height:38px;padding:7px 12px;font-size:1rem}.order-state-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 16%,transparent)}.order-state-success{color:#126247;background:#1ea67221;border-color:#1ea67247}.order-state-warning{color:#805500;background:#f2a90024;border-color:#c484004d}.order-state-info{color:#1d5d91;background:#2b8cff1f;border-color:#2b8cff42}.order-state-danger{color:#9c3035;background:#d63d451f;border-color:#d63d4547}html[data-theme=dark] .order-state-success{color:#72ddb4}html[data-theme=dark] .order-state-warning{color:#f6c55d}html[data-theme=dark] .order-state-info{color:#83bfff}html[data-theme=dark] .order-state-danger{color:#ff969c}.orders-page,.dashboard-page{gap:16px}.orders-control-band{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(2,minmax(170px,.7fr));gap:10px;padding:14px;border:1px solid var(--border-medium);border-radius:8px;background:var(--surface-card)}.orders-search{min-width:0}.orders-sync-row{display:flex;align-items:center;gap:9px;min-height:34px;padding:0 4px;color:var(--text-muted);font-size:.86rem}.orders-sync-row small{margin-inline-end:auto}.orders-sync-row strong{color:var(--text-primary)}.orders-live-dot{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:#1ea672;box-shadow:0 0 0 4px #1ea6721f}.orders-live-dot.has-error{background:#d63d45;box-shadow:0 0 0 4px #d63d451f}.order-table-primary{display:grid;gap:3px;min-width:132px}.order-table-primary strong{max-width:220px;overflow-wrap:anywhere}.order-table-primary small{color:var(--text-muted);font-weight:500}.orders-mobile-view{display:none}.order-summary-card{display:grid;gap:14px;padding:14px;border:1px solid var(--border-medium);border-radius:8px;background:var(--surface-card);box-shadow:var(--shadow-card)}.order-summary-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.order-summary-card-id{display:grid;gap:3px;min-width:0}.order-summary-card-id small,.order-summary-card-states small,.order-summary-card-grid small{color:var(--text-muted);font-size:.76rem}.order-summary-card-id strong{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.8rem;text-align:left}.order-summary-card-states{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-block:12px;border-block:1px solid var(--border-soft)}.order-summary-card-states>div,.order-summary-card-grid>div{display:grid;align-content:start;gap:5px;min-width:0}.order-summary-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}.order-summary-card-grid strong,.order-summary-card-grid span{overflow-wrap:anywhere}.order-summary-card-grid span{color:var(--text-muted);font-size:.78rem}.order-summary-card-foot{color:var(--text-muted);font-size:.75rem}.orders-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface-card)}.orders-empty,.orders-loading{padding:18px;color:var(--text-muted);text-align:center}.dashboard-orders-section{display:grid;gap:12px}.dashboard-sync-row{margin-top:-8px}.order-page-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.order-command-center{padding:0;overflow:hidden;border-radius:8px}.order-command-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px;border-bottom:1px solid var(--border-soft)}.order-command-eyebrow{color:var(--text-muted);font-size:.8rem;font-weight:700}.order-command-id{margin:4px 0 3px;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:1.08rem;letter-spacing:0;text-align:left}.order-command-head p{margin:0;color:var(--text-muted);font-size:.82rem}.order-command-sync{display:inline-flex;align-items:center;gap:8px;padding-top:4px;color:var(--text-muted);font-size:.84rem;white-space:nowrap}.order-primary-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--border-soft)}.order-primary-status-block{display:grid;align-content:start;gap:9px;min-height:132px;padding:18px 20px;border-inline-start:1px solid var(--border-soft)}.order-primary-status-block:first-child{border-inline-start:0}.order-primary-status-block small,.order-primary-status-block>span:not(.order-state-badge){color:var(--text-muted);font-size:.8rem}.order-status-raw{width:fit-content;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.order-primary-value{overflow-wrap:anywhere;font-size:1.1rem}.order-operational-alert{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 12px;margin:16px 20px 0;padding:12px 14px;border:1px solid;border-radius:8px;font-size:.88rem}.order-operational-alert span{color:var(--text-muted)}.order-operational-alert.is-danger{border-color:#d63d4559;background:#d63d4514}.order-operational-alert.is-warning{border-color:#c4840059;background:#f2a90014}.order-operational-alert.is-info{border-color:#2b8cff52;background:#2b8cff12}.order-quick-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:18px 20px;border-bottom:1px solid var(--border-soft);background:var(--surface-input-weak)}.order-quick-facts>div{display:grid;align-content:start;gap:4px;min-width:0}.order-quick-facts small,.order-quick-facts span{color:var(--text-muted);font-size:.78rem}.order-quick-facts strong,.order-quick-facts span{overflow-wrap:anywhere}.order-progress{padding:18px 20px 22px;border-bottom:1px solid var(--border-soft)}.order-progress-head,.order-status-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.order-progress-head h3,.order-status-editor-head h3{margin:0;font-size:.96rem}.order-status-editor-head span{color:var(--text-muted);font-size:.78rem}.order-progress-list{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin:0;padding:0;list-style:none}.order-progress-list:before{content:"";position:absolute;top:15px;right:10%;left:10%;height:2px;background:var(--border-strong)}.order-progress-list li{position:relative;z-index:1;display:grid;justify-items:center;gap:8px;color:var(--text-muted);font-size:.78rem;text-align:center}.order-progress-marker{width:31px;height:31px;display:grid;place-items:center;border:2px solid var(--border-strong);border-radius:50%;background:var(--surface-card);font-weight:800}.order-progress-list .is-completed,.order-progress-list .is-current{color:var(--text-primary)}.order-progress-list .is-completed .order-progress-marker{color:#fff;border-color:#1ea672;background:#1ea672}.order-progress-list .is-current .order-progress-marker{color:var(--primary-700);border-color:var(--primary-500);box-shadow:0 0 0 4px #f28c2826}.order-progress.is-canceled .order-progress-list{opacity:.58}.order-status-editor{padding:18px 20px 20px;background:var(--surface-input-weak)}.order-status-editor .order-status-controls{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.order-status-editor .badge{grid-column:1 / -1;width:fit-content}.order-refund-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:20px;padding:18px 20px 20px;border-top:1px solid rgba(214,61,69,.2);background:#d63d450e}.order-refund-copy,.order-refund-actions{display:grid;align-content:start;gap:8px}.order-refund-copy h3,.order-refund-copy p{margin:0}.order-refund-copy p,.order-refund-state{color:var(--text-muted);font-size:.84rem}.order-refund-actions label{color:var(--text-muted);font-size:.86rem;font-weight:600}.order-refund-actions .badge{width:fit-content;max-width:100%}@media(max-width:1100px){.order-details-header-card,.order-details-layout{grid-template-columns:1fr}.order-primary-status-grid,.order-quick-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.order-primary-status-block:nth-child(3){border-inline-start:0}.order-primary-status-block:nth-child(-n+2){border-bottom:1px solid var(--border-soft)}.order-refund-panel{grid-template-columns:1fr}}@media(max-width:720px){.orders-desktop-view{display:none}.orders-mobile-view{display:grid;gap:10px}.orders-control-band{grid-template-columns:1fr}.orders-sync-row{align-items:flex-start;flex-wrap:wrap}.orders-sync-row small{width:calc(100% - 20px);margin-inline-start:18px;margin-inline-end:0}.orders-sync-row strong{margin-inline-start:auto}.orders-pagination{align-items:stretch;flex-direction:column}.orders-pagination .flex,.orders-pagination .btn{flex:1}.order-page-actions{width:100%}.order-page-actions .btn,.order-page-actions .order-link-btn{flex:1 1 120px;justify-content:center;text-align:center}.order-page-actions>.order-hide-action{flex:1 1 120px}.order-page-actions>.order-hide-action .btn{width:100%}.order-command-head{align-items:stretch;flex-direction:column;padding:16px}.order-command-sync{padding-top:0}.order-primary-status-block{min-height:116px;padding:14px}.order-quick-facts{gap:14px 12px;padding:16px}.order-operational-alert{grid-template-columns:1fr;margin:12px 14px 0}.order-progress{padding:16px}.order-progress-list{grid-template-columns:1fr;gap:0}.order-progress-list:before{inset:15px 15px 15px auto;width:2px;height:auto}.order-progress-list li{grid-template-columns:31px minmax(0,1fr);justify-items:start;align-items:center;gap:10px;min-height:48px;text-align:right}.order-status-editor{padding:16px}.order-status-editor .order-status-controls{grid-template-columns:1fr}.order-status-editor-head{align-items:flex-start;flex-direction:column}.order-refund-panel{padding:16px}.order-summary-grid,.order-item-top{grid-template-columns:1fr}.order-item-thumb{width:100%;height:180px}.order-item-sections,.order-filling-row{grid-template-columns:1fr}.order-filling-thumb{width:100%;height:170px}.order-filling-thumb-sm{width:48px;height:48px}.order-addon-summary{grid-template-columns:1fr}.order-addon-image{width:100%;height:170px}.order-kv-row,.order-id-row{grid-template-columns:1fr}.order-id-value-wrap{flex-direction:column}.order-control-row{grid-template-columns:1fr}}@media(max-width:440px){.order-primary-status-grid,.order-quick-facts,.order-summary-card-grid{grid-template-columns:1fr}.order-primary-status-block,.order-primary-status-block:nth-child(3){border-inline-start:0;border-bottom:1px solid var(--border-soft)}.order-primary-status-block:last-child{border-bottom:0}.order-summary-card-states{gap:8px}.order-state-badge{white-space:normal}}.catalog-tree{display:flex;flex-direction:column;gap:20px;padding:0}.catalog-tree .text,.catalog-tree .message{margin:0;color:var(--text-soft)}.tree-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.tree-card{background:var(--surface-card);border:1px solid var(--border-soft);border-radius:18px;padding:18px;min-height:200px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--shadow-card)}.tree-card header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.tree-card header h3{margin:0;font-size:1rem;color:var(--text-primary)}.tree-card header span{font-size:.85rem;color:var(--text-muted)}.tree-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;font-size:.9rem}.tree-card li{display:flex;justify-content:space-between;color:var(--text-soft)}.tree-card li strong{color:var(--text-primary);min-width:0}@media(max-width:1100px){.mask-category-layout{grid-template-columns:1fr}}@media(max-width:720px){.mask-category-list-head{flex-direction:column;align-items:flex-start}}.seo-workspace{display:grid;gap:20px}.seo-header-actions,.seo-row-actions,.seo-editor-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.seo-alert{padding:12px 16px;border-radius:var(--radius-md);font-weight:700}.seo-alert-error{background:#be30301f;color:#a72626}.seo-alert-success{background:#218f5d1f;color:#187746}.seo-score-grid{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(130px,1fr));gap:14px}.seo-score-card{min-height:118px;padding:20px;border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--surface-card);box-shadow:var(--shadow-card);display:flex;flex-direction:column;justify-content:center;gap:6px}.seo-score-card span{color:var(--text-muted);font-weight:700}.seo-score-card strong{font:800 2rem/1 var(--font-display)}.seo-score-card-main{background:linear-gradient(135deg,var(--primary-600),var(--primary-500));color:#fff}.seo-score-card-main span{color:#ffffffd9}.seo-score-card-critical strong{color:#bd3434}.seo-progress{height:7px;margin-top:8px;border-radius:999px;overflow:hidden;background:#ffffff40}.seo-progress i{display:block;height:100%;border-radius:inherit;background:#fff}.seo-home-panel{display:grid;grid-template-columns:minmax(180px,.6fr) minmax(380px,1.4fr);align-items:start;gap:24px}.seo-home-panel p,.seo-queue-heading p{color:var(--text-muted);margin:5px 0 0}.seo-home-fields{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:12px}.seo-home-fields label,.seo-editor-fields label{display:grid;gap:6px;font-weight:700}.seo-home-fields textarea{min-height:48px}.seo-home-fields small,.seo-editor-fields small{justify-self:end;color:var(--text-muted);font-weight:600}.seo-home-fields small.is-warning,.seo-editor-fields small.is-warning{color:#b06b0e}.seo-home-fields small.is-good,.seo-editor-fields small.is-good{color:#187746}.seo-queue-panel{min-width:0}.seo-queue-heading{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:18px}.seo-queue-heading>span{background:var(--surface-chip);color:var(--primary-700);border-radius:999px;padding:7px 12px;font-weight:800;white-space:nowrap}.seo-filters{display:grid;grid-template-columns:minmax(260px,1fr) 220px 200px;gap:10px;margin-bottom:16px}.seo-table-wrap{overflow-x:auto;border:1px solid var(--border-table);border-radius:var(--radius-md)}.seo-table{width:100%;border-collapse:collapse;min-width:960px}.seo-table th,.seo-table td{text-align:right;padding:14px;border-bottom:1px solid var(--border-table);vertical-align:top}.seo-table th{background:var(--surface-elevated);color:var(--text-muted);font-size:.84rem}.seo-table tbody tr:last-child td{border-bottom:0}.seo-table td:first-child{min-width:190px}.seo-table td:first-child strong,.seo-table td:first-child span,.seo-table td:first-child code{display:block}.seo-table td:first-child span,.seo-table td:first-child code{margin-top:4px;color:var(--text-muted);font-size:.78rem}.seo-score{display:inline-grid;place-items:center;min-width:58px;padding:7px;border-radius:999px;font-weight:800}.seo-score-good{background:#218f5d21;color:#187746}.seo-score-medium{background:#dd741024;color:var(--primary-700)}.seo-score-bad{background:#be303021;color:#a72626}.seo-issues{display:flex;flex-wrap:wrap;gap:5px;max-width:310px}.seo-issues span{background:var(--surface-chip);color:var(--text-muted);padding:4px 8px;border-radius:999px;font-size:.72rem;font-weight:700}.seo-issues span.is-critical{color:#a72626;background:#be30301f}.seo-issues span.is-ready{color:#187746;background:#218f5d1f}.seo-lengths span{display:block;direction:ltr;text-align:right;color:var(--text-muted);font-size:.8rem}.seo-empty{text-align:center!important;color:var(--text-muted);padding:40px!important}.seo-row-actions .btn{padding:7px 10px;white-space:nowrap}.seo-editor-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#1a0f0899;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.seo-editor{width:min(760px,100%);max-height:calc(100vh - 40px);overflow-y:auto;background:var(--surface-card);border-radius:22px;border:1px solid var(--border-soft);box-shadow:0 32px 100px #0000004d;padding:24px}.seo-editor-heading{display:flex;justify-content:space-between;align-items:start;gap:16px}.seo-editor-heading span{color:var(--primary-600);font-weight:800}.seo-editor-heading h2{margin:2px 0 0;font-family:var(--font-display)}.seo-close{border:0;background:var(--surface-ghost);color:var(--text-primary);border-radius:999px;width:38px;height:38px;font-size:1.7rem;cursor:pointer}.seo-google-preview{margin:20px 0;padding:18px;border:1px solid var(--border-soft);background:var(--surface-preview);border-radius:var(--radius-lg)}.seo-google-preview small{color:var(--text-muted)}.seo-google-preview strong{display:block;margin-top:7px;color:#3558a6;font-size:1.2rem;font-weight:600}.seo-google-preview p{margin:7px 0;color:var(--text-muted);line-height:1.8}.seo-google-preview code{color:#188038;font-size:.75rem;overflow-wrap:anywhere}.seo-editor-fields{display:grid;gap:14px}.seo-editor-fields textarea{min-height:110px}.seo-editor-actions{margin-top:20px;justify-content:flex-end}@media(max-width:1100px){.seo-score-grid{grid-template-columns:repeat(3,1fr)}.seo-score-card-main{grid-column:span 2}.seo-home-panel{grid-template-columns:1fr}.seo-home-fields{grid-template-columns:1fr 1fr}}@media(max-width:700px){.seo-header-actions{width:100%}.seo-header-actions .btn{flex:1}.seo-score-grid{grid-template-columns:1fr 1fr}.seo-score-card-main{grid-column:span 2}.seo-home-fields,.seo-filters{grid-template-columns:1fr}.seo-home-fields .btn{width:100%}.seo-editor{padding:18px}}
