@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-ghost{background:var(--surface-ghost);color:var(--text-primary)}.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}.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}.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)}@media(max-width:1100px){.order-details-header-card,.order-details-layout{grid-template-columns:1fr}}@media(max-width:720px){.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}}.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}
