@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,500,0,0";:root,.ox-theme-admin{--ox-color-background: #f5f7fb;--ox-color-surface: #ffffff;--ox-color-surface-alt: #f1f5f9;--ox-color-surface-soft: #eef2ff;--ox-color-text: #191b23;--ox-color-text-muted: #5a6072;--ox-color-text-subtle: #727785;--ox-color-border: #d7dbea;--ox-color-border-light: #e8edf4;--ox-color-action-primary: #0058be;--ox-color-action-primary-hover: #00408c;--ox-color-action-primary-soft: #eaf2ff;--ox-color-success: #007a55;--ox-color-success-soft: #d8f8ec;--ox-color-warning: #92400e;--ox-color-warning-soft: #fef3c7;--ox-color-danger: #ba1a1a;--ox-color-danger-soft: #fee2e2;--ox-color-focus: #0058be;--ox-focus-ring: 0 0 0 4px rgba(0, 88, 190, .18);--ox-font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--ox-font-size-sm: .82rem;--ox-font-size-md: .88rem;--ox-font-size-lg: 1.15rem;--ox-space-1: .25rem;--ox-space-2: .5rem;--ox-space-3: .75rem;--ox-space-4: 1rem;--ox-space-5: 1.25rem;--ox-control-height: 38px;--ox-touch-target: 44px;--ox-radius-control: 5px;--ox-radius-surface: 6px;--ox-radius-dialog: 8px;--ox-radius-pill: 999px;--ox-shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--ox-shadow-dialog: 0 18px 48px rgba(15, 23, 42, .16);--ox-z-dialog: 120;--ox-z-toast: 130;--ox-duration-fast: .16s;--ox-duration-base: .2s;--ox-ease-standard: ease;--bg: var(--ox-color-background);--surface: var(--ox-color-surface);--surface-alt: var(--ox-color-surface-alt);--surface-soft: var(--ox-color-surface-soft);--text: var(--ox-color-text);--muted: var(--ox-color-text-muted);--primary: var(--ox-color-action-primary);--primary-strong: var(--ox-color-action-primary-hover);--primary-soft: var(--ox-color-action-primary-soft);--success: var(--ox-color-success);--success-soft: var(--ox-color-success-soft);--warning: var(--ox-color-warning);--warning-soft: var(--ox-color-warning-soft);--danger: var(--ox-color-danger);--danger-soft: var(--ox-color-danger-soft);--border: var(--ox-color-border);--border-light: var(--ox-color-border-light);--ring: rgba(0, 88, 190, .18);--shadow-sm: var(--ox-shadow-sm);--shadow-md: var(--ox-shadow-dialog);--radius-sm: var(--ox-radius-surface);--radius: var(--ox-radius-surface)}.ox-theme-public{--ox-color-background: #f5f7fb;--ox-color-surface: #ffffff;--ox-color-surface-alt: #f1f5f9;--ox-color-surface-soft: #dbeafe;--ox-color-action-primary-soft: #dbeafe}@media(prefers-reduced-motion:reduce){:root{--ox-duration-fast: 1ms;--ox-duration-base: 1ms}}@charset "UTF-8";*{box-sizing:border-box}html,body{min-height:100%;margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;text-size-adjust:100%}body.modal-open{overflow:hidden}h1,h2,h3,h4,p{margin:0}button,input,select,textarea,option{font:inherit}select,option{font-family:Inter,sans-serif}a{color:inherit}.material-symbols-rounded{display:inline-flex;align-items:center;justify-content:center;width:1em;min-width:1em;overflow:hidden;white-space:nowrap;font-family:Material Symbols Rounded;font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 24;font-size:20px;line-height:1}.primary-btn,.secondary-btn,.danger-btn{border-radius:5px;min-height:38px;padding:.5rem .8rem;font-weight:650;border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.primary-btn{background:var(--primary);color:#fff;box-shadow:none}.primary-btn:hover:not(:disabled){background:var(--primary-strong)}.secondary-btn{background:var(--surface-alt);color:var(--text);border-color:var(--border)}.secondary-btn:hover:not(:disabled){background:#e7ecf5;border-color:#c3cfde}.danger-btn{background:#fff;color:var(--danger);border-color:#fecaca}.danger-btn:hover:not(:disabled){background:#fef2f2}.primary-btn:disabled,.secondary-btn:disabled,.danger-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.auth-action-disabled{opacity:.58;cursor:not-allowed!important}.icon-btn .material-symbols-rounded{font-size:18px}.field,textarea,input,select{width:100%;border:1px solid var(--border);border-radius:5px;min-height:40px;padding:.62rem .75rem;background:#fff;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}textarea{min-height:110px;resize:vertical}.field:focus,textarea:focus,input:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.labeled-field{display:grid;gap:.3rem;min-width:0}.field-label-sm{font-size:.74rem;font-weight:700;color:#334155}.required-marker{color:var(--danger)}.error-text{color:var(--danger);font-size:.82rem;margin-top:.35rem}.admin-page{display:grid;gap:1rem;width:min(100%,1380px);margin:0 auto}.admin-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.admin-page-kicker{display:flex;gap:.45rem;margin-bottom:.35rem;color:var(--muted);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.admin-page-kicker strong{color:var(--primary)}.admin-title-group{display:grid;gap:.25rem}.admin-title-group h1{font-size:1.35rem;line-height:1.15;font-weight:800;letter-spacing:-.02em}.admin-title-group p{color:#475569;font-size:.92rem}.admin-actions{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.55rem}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.85rem}.admin-stat-card,.admin-table-card,.admin-filter-card,.admin-info-card,.admin-card{border:1px solid var(--border-light);border-radius:var(--radius-sm);background:var(--surface);box-shadow:none;min-width:0}.admin-stat-card{min-height:104px;padding:.95rem;display:grid;align-content:center;gap:.46rem}.admin-stat-card .stat-icon{width:36px;height:36px;border-radius:6px;display:inline-grid;place-items:center;color:var(--primary);background:var(--primary-soft)}.admin-stat-card .stat-icon.success{color:var(--success);background:var(--success-soft)}.admin-stat-card .stat-icon.warning{color:var(--warning);background:var(--warning-soft)}.admin-stat-card .stat-icon.danger{color:var(--danger);background:var(--danger-soft)}.admin-stat-card small{color:#475569;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin-stat-card strong{font-size:1.55rem;line-height:1}.admin-stat-card .stat-hint{color:var(--success);font-size:.78rem;font-weight:600}.admin-filter-card,.admin-table-header,.admin-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.admin-filter-card{padding:.9rem;background:var(--surface)}.admin-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.75rem;width:100%}.admin-filter-grid .field,.admin-filter-grid select,.admin-filter-grid input{min-height:40px;border-radius:6px}.admin-table-card{overflow:hidden}.admin-table-header{padding:.95rem 1.1rem;border-bottom:1px solid var(--border-light);background:var(--surface)}.admin-table-title{display:inline-flex;align-items:center;gap:.65rem;font-weight:800}.admin-table-title .count-badge{border-radius:999px;padding:.25rem .65rem;color:var(--primary);background:var(--primary-soft);font-size:.82rem}.admin-table-wrap{overflow-x:auto}.admin-data-table{width:100%;min-width:720px;border-collapse:collapse}.admin-data-table th,.admin-data-table td{padding:.76rem .95rem;text-align:left;border-bottom:1px solid var(--border-light);vertical-align:middle;font-size:.86rem}.admin-data-table th{background:var(--surface-alt);color:#475569;font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.admin-data-table tr:last-child td{border-bottom:0}.admin-data-table tbody tr:hover{background:#f8fafc}.admin-cell-primary{display:grid;gap:.12rem;color:var(--text);font-weight:800}.admin-cell-primary span{color:var(--muted);font-weight:500;font-size:.82rem}.admin-card-footer{padding:.85rem 1.1rem;border-top:1px solid var(--border-light);background:var(--surface);color:var(--muted);font-size:.85rem}.table-actions{display:flex;flex-wrap:wrap;gap:.45rem}.admin-list-toolbar{align-items:end}.admin-list-toolbar .labeled-field{min-width:148px}.admin-search-field{flex:1 1 260px}.admin-page-size-field{max-width:132px}.admin-list-summary{margin-left:auto;min-height:40px;display:inline-flex;align-items:baseline;justify-content:flex-end;gap:.35rem;color:var(--muted);font-size:.82rem;white-space:nowrap}.admin-list-summary strong{color:var(--text);font-size:1rem}.sortable-header{border:0;background:transparent;color:inherit;padding:0;display:inline-flex;align-items:center;gap:.18rem;font:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer}.sortable-header:focus-visible{outline:3px solid var(--ring);outline-offset:3px;border-radius:4px}.sortable-header .material-symbols-rounded{font-size:17px}.numeric-cell{font-variant-numeric:tabular-nums;text-align:right}.admin-pagination{align-items:center}.admin-pagination-actions{display:inline-flex;align-items:center;gap:.55rem;flex-wrap:wrap}.admin-pagination-actions span{color:var(--text);font-weight:700}.admin-row-thumb,.admin-row-avatar{width:40px;height:40px;border-radius:6px;display:inline-grid;place-items:center;flex:0 0 auto;overflow:hidden;background:var(--primary-soft);color:var(--primary);font-weight:800;border:1px solid var(--border-light)}.admin-row-avatar{border-radius:999px}.admin-row-thumb img,.admin-row-avatar img{width:100%;height:100%;object-fit:cover}.admin-inline-entity{display:flex;align-items:center;gap:.75rem;min-width:0}.badge,.status-badge{display:inline-flex;align-items:center;gap:.28rem;border-radius:999px;padding:.25rem .65rem;font-size:.76rem;font-weight:800;white-space:nowrap}.status-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.badge.success,.status-badge.success{color:var(--success);background:var(--success-soft)}.badge.warning,.status-badge.warning{color:#475569;background:#dbe4f8}.badge.danger,.status-badge.danger{color:var(--danger);background:var(--danger-soft)}.badge.info,.status-badge.info{color:var(--primary);background:var(--primary-soft)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem}.form-section{margin-top:1rem;border:1px solid var(--border-light);border-radius:6px;padding:1rem;background:var(--surface)}.form-section:first-child{margin-top:0}.form-section h2{font-size:.93rem;font-weight:700;color:#1e293b;margin-bottom:.7rem}.form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:1rem}.check-inline{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#334155}.check-inline input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}.switch-label{display:inline-flex;align-items:center;gap:.65rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:600;color:#334155;font-size:.88rem}.switch-label input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.switch-track{width:42px;height:24px;border-radius:12px;background:#d1d5db;position:relative;flex-shrink:0;transition:background .22s ease}.switch-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000040;transition:transform .22s ease}.switch-label input:checked+.switch-track{background:var(--primary)}.switch-label input:checked+.switch-track .switch-thumb{transform:translate(18px)}.loading-block,.empty-state{border:1px dashed var(--border);border-radius:6px;padding:1.5rem 1rem;text-align:center;color:var(--muted);background:var(--surface);display:grid;gap:.5rem;place-items:center}.empty-state .material-symbols-rounded{font-size:34px;color:var(--primary)}.status-strip{display:flex;align-items:center;gap:.5rem;border-radius:5px;border:1px solid #fecaca;padding:.72rem .85rem;font-size:.85rem;color:#991b1b;background:#fff7f7}.status-strip .material-symbols-rounded{color:var(--primary)}.status-strip.success{color:#166534;border-color:#bbf7d0;background:#f0fdf4}.status-strip.success .material-symbols-rounded{color:var(--success)}.admin-muted{color:var(--muted);font-size:.85rem}.admin-data-table td .empty-state{border:0}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-modal-backdrop{position:fixed;inset:0;z-index:90;background:#0f172a8a;backdrop-filter:blur(2px);display:grid;place-items:center;padding:1.2rem;animation:modal-fade .16s ease-out}.app-modal{width:min(680px,100vw - 2.4rem);max-height:calc(100dvh - 2.4rem);background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-md);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;animation:modal-rise .18s ease-out}.app-modal-lg{width:min(860px,100vw - 2.4rem)}.app-modal-header{padding:1rem 1.15rem;border-bottom:1px solid var(--border-light);background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.app-modal-header .title-group{display:grid;gap:.25rem}.app-modal-header h1{font-size:1.15rem;font-weight:800}.app-modal-content{padding:1rem 1.15rem 1.15rem;overflow:auto}.app-modal-close{width:34px;min-height:34px;padding:0}.image-url-field{display:grid;grid-template-columns:64px minmax(0,1fr);gap:.75rem;align-items:end}.image-preview{width:64px;height:64px;border:1px dashed var(--border);border-radius:6px;display:grid;place-items:center;overflow:hidden;background:#f8fafc;color:var(--muted)}.image-preview img{width:100%;height:100%;object-fit:contain}.image-preview .material-symbols-rounded{font-size:26px}@keyframes modal-fade{0%{opacity:0}}@keyframes modal-rise{0%{opacity:0;transform:translateY(8px)}}.notif-wrapper{position:relative}.notif-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 .25rem;border:2px solid #f9f9ff;border-radius:999px;background:var(--danger);color:#fff;font-size:.68rem;font-weight:800;display:grid;place-items:center}.notif-panel{position:absolute;top:calc(100% + 8px);right:0;width:min(380px,100vw - 2rem);max-height:min(520px,100vh - 90px);padding:.85rem;background:var(--surface);border:1px solid var(--border);border-radius:7px;box-shadow:var(--shadow-md);z-index:65;overflow-y:auto;display:grid;gap:.7rem}.notif-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-weight:800}.notif-mark{min-height:30px;padding:.25rem .55rem;border:1px solid var(--border);border-radius:5px;background:var(--surface-alt);color:var(--text);font-weight:700;cursor:pointer}.notif-mark:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.notif-degraded{margin:0;color:var(--muted);font-size:.78rem}.notif-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.notif-list li{display:flex;gap:.6rem}.notif-list li.unread{background:var(--primary-soft)}.notif-list .material-symbols-rounded{color:var(--primary)}.notif-list strong{display:block;font-size:.86rem}.notif-list small{color:var(--muted);font-size:.8rem}.notif-empty{display:flex;align-items:center;gap:.5rem;padding:.75rem .25rem;color:var(--muted)}.notif-empty .material-symbols-rounded{font-size:30px}.page-subtitle{color:var(--muted);font-size:.86rem}.changelog-entry{padding:.9rem 0;border-bottom:1px solid var(--border-light)}.changelog-entry-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.35rem}.changelog-entry-head h2{font-size:1.05rem}.changelog-entry p{color:var(--muted);line-height:1.5}.changelog-footer{display:flex;gap:.6rem;flex-wrap:wrap;padding-top:1rem}@media(max-width:860px){.admin-page-header{align-items:stretch;flex-direction:column}.admin-page-header>.primary-btn,.admin-page-header>.admin-actions{width:100%}.admin-actions>button,.admin-page-header>.primary-btn{justify-content:center}}@media(max-width:560px){.admin-page{gap:.85rem}.admin-stats-grid,.admin-filter-grid{grid-template-columns:1fr}.admin-table-header,.admin-card-footer{align-items:stretch;flex-direction:column}.admin-list-toolbar{align-items:stretch}.admin-list-toolbar .labeled-field,.admin-search-field,.admin-page-size-field{max-width:none;width:100%}.admin-list-summary{margin-left:0;justify-content:flex-start}.admin-pagination-actions{justify-content:space-between;width:100%}.app-modal-backdrop{padding:0;place-items:end stretch}.app-modal{width:100%;max-height:94dvh;border-radius:8px 8px 0 0}.form-grid{grid-template-columns:1fr}}@media(max-width:640px){.admin-table-wrap,.admin-table-card{overflow:visible}.table-cards{display:block;width:100%;min-width:0;border:0}.table-cards thead{display:none}.table-cards tbody,.table-cards tbody tr,.table-cards tbody td{display:block}.table-cards tbody tr{margin-bottom:.7rem;border:1px solid var(--border-light);border-radius:8px;background:#fff}.table-cards tbody td{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem .85rem;border:0;border-bottom:1px solid var(--border-light);text-align:right;font-size:.86rem}.table-cards tbody td:last-child{border-bottom:0}.table-cards tbody td:before{content:attr(data-label);flex:0 0 38%;text-align:left;color:#475569;font-size:.7rem;font-weight:800;text-transform:uppercase}.table-cards tbody td[data-label=""]:before{content:none}.table-cards tbody td.table-actions{justify-content:flex-end;flex-wrap:wrap}.table-cards tbody td code{flex:1 1 0;min-width:0;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}}.sim-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.25rem;align-items:start}.sim-main{display:grid;gap:1rem;min-width:0}.sim-section-title{font-size:1rem;font-weight:800;margin:.25rem 0 0}.sim-search{display:grid;gap:.75rem;padding:1rem}.sim-search .field{max-width:420px}.sim-chips{display:flex;flex-wrap:wrap;gap:.45rem}.sim-chips button{border:1px solid var(--border-light);background:var(--surface);color:var(--muted);font-weight:700;padding:.35rem .85rem;border-radius:999px;cursor:pointer}.sim-chips button.active{background:var(--text);border-color:var(--text);color:#fff}.sim-state-grid{display:grid;gap:.6rem;margin-bottom:1rem}.sim-combo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.sim-line-card{border:1px solid var(--border-light);border-radius:8px;background:var(--surface);padding:1rem;display:grid;gap:.6rem}.sim-line-head{display:flex;gap:.75rem;align-items:flex-start}.sim-line-thumb{width:56px;height:56px;border-radius:6px;background:var(--surface-alt);display:grid;place-items:center;color:var(--muted);overflow:hidden;flex:none}.sim-line-thumb img{width:100%;height:100%;object-fit:cover}.sim-line-info{flex:1;display:grid;gap:.1rem;min-width:0}.sim-line-info small{color:var(--muted);font-size:.76rem}.sim-selection-badge{justify-self:start;border:1px solid var(--border-light);border-radius:999px;color:var(--muted);font-size:.7rem;font-weight:800;padding:.12rem .5rem}.sim-line-qty{display:inline-flex;align-items:center;gap:.45rem}.sim-line-qty button{width:1.9rem;height:1.9rem;border:1px solid var(--border-light);border-radius:6px;background:var(--surface);font-weight:800;cursor:pointer}.sim-line-sale{display:flex;align-items:center;gap:.5rem;background:var(--success-soft);border-radius:6px;padding:.45rem .7rem}.sim-line-sale strong{color:var(--success);font-size:1.05rem}.sim-markup-badge{margin-left:auto;background:var(--text);color:#fff;border-radius:999px;font-size:.72rem;font-weight:800;padding:.15rem .55rem}.sim-price-details{display:grid;gap:.22rem;color:var(--muted);font-size:.76rem;font-weight:700}.sim-money-override{min-width:0}.sim-slider{width:100%;accent-color:var(--primary)}.sim-slider:focus-visible{outline:3px solid var(--primary-ring);outline-offset:3px}.sim-slider-bounds{display:flex;justify-content:space-between;color:var(--muted);font-size:.72rem;font-weight:700}.sim-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;align-items:stretch}.sim-product-card{border:1px solid var(--border-light);border-radius:8px;background:var(--surface);padding:.85rem;display:grid;grid-template-rows:110px auto auto auto auto 1fr;gap:.35rem;min-height:250px}.sim-product-card small{color:var(--muted);font-size:.72rem;text-transform:uppercase;font-weight:800}.sim-product-thumb{height:110px;border-radius:6px;background:var(--surface-alt);display:grid;place-items:center;color:var(--muted);overflow:hidden}.sim-product-thumb img{width:100%;height:100%;object-fit:cover}.sim-product-price{font-weight:800}.sim-product-price.muted{color:var(--muted);font-weight:600;font-size:.85rem}.sim-product-variation-count,.sim-product-reason{color:var(--muted);font-size:.76rem;font-weight:700}.sim-add-btn{justify-self:end;align-self:end;margin-top:.3rem;width:2.35rem;height:2.35rem;border:none;border-radius:999px;background:var(--text);color:#fff;display:grid;place-items:center;cursor:pointer}.sim-add-btn:disabled{opacity:.35;cursor:not-allowed}.sim-selection-backdrop{position:fixed;inset:0;z-index:130;background:#0f172a6b;display:grid;place-items:center;padding:1rem}.sim-selection-dialog{width:min(620px,100vw - 2rem);max-height:calc(100vh - 2rem);overflow:auto;border-radius:10px;background:var(--surface);box-shadow:0 24px 80px #0f172a52;display:grid;gap:1rem;padding:1rem;outline:none}.sim-selection-dialog:focus-visible{outline:3px solid var(--primary-ring);outline-offset:3px}.sim-selection-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.sim-selection-header h2{margin:0;font-size:1.15rem;font-weight:800}.sim-selection-header p{margin:.15rem 0 0;color:var(--muted);font-size:.9rem;font-weight:700}.sim-selection-options,.sim-variant-list{display:grid;gap:.65rem}.sim-selection-option,.sim-variant-option{border:1px solid var(--border-light);border-radius:8px;padding:.75rem;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;align-items:start;cursor:pointer}.sim-selection-option input,.sim-variant-option input{margin-top:.2rem}.sim-selection-option span,.sim-variant-option span:not(.sim-variant-price){display:grid;gap:.12rem;min-width:0}.sim-selection-option strong,.sim-variant-option strong{font-weight:800}.sim-selection-option small,.sim-variant-option small{color:var(--muted);font-size:.78rem;line-height:1.35}.sim-selection-option.disabled,.sim-variant-option.disabled{opacity:.58;cursor:not-allowed}.sim-variant-option{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.sim-variant-price{color:var(--text);font-size:.86rem;font-weight:800;white-space:nowrap}.sim-selection-actions{display:flex;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}.sim-panel{position:sticky;top:1rem;background:#10241c;color:#eafff5;border-radius:10px;padding:1.15rem;display:grid;gap:.85rem}.sim-panel-badge{justify-self:start;background:#ffffff1f;border-radius:999px;padding:.2rem .7rem;font-size:.7rem;font-weight:800;letter-spacing:.05em}.sim-panel-name{background:transparent;border:none;border-bottom:1px dashed rgba(255,255,255,.35);color:#fff;font-size:1.3rem;font-weight:800;padding:.2rem 0}.sim-panel-name::placeholder{color:#ffffff73}.sim-panel-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.92rem}.sim-panel-row.discount{background:#34d3991f;border-radius:6px;padding:.5rem .7rem;color:#6ee7b7;font-weight:700}.sim-panel-row.discount .material-symbols-rounded{font-size:16px;vertical-align:-3px}.sim-panel-total{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid rgba(255,255,255,.15);padding-top:.7rem}.sim-panel-total strong{font-size:1.6rem}.sim-panel-total.muted strong{color:#ffffffb3;font-size:1rem}.sim-panel-cards{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.sim-mini-card{background:#00000059;border-radius:6px;padding:.7rem;display:grid;gap:.15rem}.sim-mini-card.success{background:#10b98133}.sim-mini-card small{color:#fff9;font-size:.7rem;font-weight:800;text-transform:uppercase}.sim-panel-markup .markup-value{font-size:1.35rem;color:#6ee7b7}.sim-progress{height:8px;border-radius:999px;background:#ffffff26;overflow:hidden}.sim-progress-fill{height:100%;border-radius:999px;background:#34d399;transition:width .25s ease}.sim-goal{color:#ffffff8c;font-size:.72rem;font-weight:700;justify-self:end}.sim-finish-btn{border:none;border-radius:6px;background:#059669;color:#fff;font-weight:800;padding:.85rem;cursor:pointer}.sim-finish-btn:disabled{opacity:.5;cursor:not-allowed}.sim-snapshot-note{display:flex;gap:.55rem;align-items:flex-start;border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:.65rem;background:#ffffff14}.sim-snapshot-note .material-symbols-rounded{font-size:20px;color:#6ee7b7}.sim-snapshot-note div{display:grid;gap:.1rem}.sim-snapshot-note span:not(.material-symbols-rounded){color:#ffffffb8;font-size:.78rem;line-height:1.35}.sim-history-card{margin-top:1rem}.sim-history-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.65rem;padding:1rem;border-top:1px solid var(--border-light)}.sim-history-summary div{display:grid;gap:.15rem;border:0;border-radius:6px;padding:.7rem;background:var(--surface-alt)}.sim-history-summary small{color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.sim-divergence-list{display:grid;gap:.55rem;padding:0 1rem 1rem}.sim-divergence{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.6rem;align-items:start;border:1px solid var(--border-light);border-radius:6px;padding:.75rem;background:var(--surface)}.sim-divergence.blocking{border-color:#fecaca;background:#fef2f2}.sim-divergence p{margin:.1rem 0;color:var(--text);font-size:.88rem}.sim-divergence small{display:block;color:var(--muted);font-size:.76rem;line-height:1.35}.status-badge.warning{background:#fef9c3;color:#854d0e}.sim-saved-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) 150px 170px auto auto;gap:.55rem;padding:1rem;border-top:1px solid var(--border-light);align-items:center}.sim-inline-form{display:grid;gap:.45rem;margin-top:.55rem;max-width:520px}.sim-inline-form .field{width:100%}.sim-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:.85rem 1rem;border-top:1px solid var(--border-light);color:var(--muted);font-weight:700}.admin-data-table td small{display:block;color:var(--muted);font-size:.74rem;margin-top:.15rem}@media(max-width:1000px){.sim-layout{grid-template-columns:1fr}.sim-panel{position:static}}@media(max-width:760px){.sim-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.sim-selection-backdrop{align-items:end;padding:0}.sim-selection-dialog{width:100%;max-height:min(86vh,720px);border-radius:14px 14px 0 0;padding:1rem}.sim-selection-actions{display:grid;grid-template-columns:1fr}.sim-selection-actions .primary-btn,.sim-selection-actions .secondary-btn{width:100%;justify-content:center}.sim-variant-option{grid-template-columns:auto minmax(0,1fr)}.sim-variant-price{grid-column:2;justify-self:start;white-space:normal}.sim-saved-toolbar{grid-template-columns:1fr}.sim-pagination{justify-content:stretch;flex-wrap:wrap}}.confirm-backdrop{z-index:120}.confirm-modal{width:min(420px,100vw - 2.4rem);grid-template-rows:auto auto}.confirm-body{padding:1.4rem 1.3rem .4rem;text-align:center;display:grid;gap:.5rem;justify-items:center}.confirm-body h1{font-size:1.1rem;font-weight:800}.confirm-body p{color:var(--muted);font-size:.9rem;line-height:1.5}.confirm-icon{width:52px;height:52px;border-radius:999px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.confirm-icon.danger{background:#fef2f2;color:var(--danger)}.confirm-icon .material-symbols-rounded{font-size:28px}.confirm-actions{padding:.9rem 1.3rem 1.3rem;justify-content:center}.confirm-actions .danger-btn{background:var(--danger);border-color:var(--danger);color:#fff}.confirm-actions .danger-btn:hover:not(:disabled){background:#b91c1c}.toast-stack{position:fixed;bottom:1.2rem;right:1.2rem;z-index:130;display:grid;gap:.5rem;justify-items:end;pointer-events:none}.toast{display:flex;align-items:center;gap:.5rem;background:#10241c;color:#eafff5;border-radius:10px;padding:.7rem 1rem;font-size:.88rem;font-weight:650;box-shadow:var(--shadow-md);animation:toast-rise .2s ease-out;max-width:min(420px,100vw - 2.4rem)}.toast .material-symbols-rounded{font-size:20px;color:#34d399}.toast.error{background:#7f1d1d;color:#fff}.toast.error .material-symbols-rounded{color:#fecaca}.toast.info .material-symbols-rounded{color:#93c5fd}@keyframes toast-rise{0%{opacity:0;transform:translateY(8px)}}.money-field{display:flex;align-items:stretch;border:1px solid var(--border);border-radius:5px;background:#fff;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease}.money-field>span{display:grid;place-items:center;padding:0 .55rem;color:var(--muted);font-weight:700;font-size:.82rem;background:var(--surface-alt);border-right:1px solid var(--border-light)}.money-field>input{border:none;min-height:38px;width:100%;min-width:0;padding:0 .6rem;background:transparent;font:inherit}.money-field>input:focus{outline:none;box-shadow:none}.money-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring)}.margin-chip{display:inline-block;border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:800;background:#dcfce7;color:#166534}.margin-chip.low{background:#fef9c3;color:#854d0e}.margin-chip.neg{background:#fee2e2;color:#991b1b}.order-status{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.22rem .7rem;font-size:.76rem;font-weight:800}.order-status:before{content:"";width:8px;height:8px;border-radius:999px;background:currentColor}.order-status.pending{background:#fef9c3;color:#854d0e}.order-status.in-progress{background:#dbeafe;color:#1d4ed8}.order-status.completed{background:#dcfce7;color:#166534}.order-status.cancelled{background:#fee2e2;color:#991b1b}.order-detail-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem;margin-bottom:1rem}.order-detail-summary .mini{border:1px solid var(--border-light);border-radius:6px;padding:.6rem .75rem;display:grid;gap:.1rem}.order-detail-summary .mini small{color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.order-detail-summary .mini strong{font-size:1rem}.order-detail-summary .mini.savings strong{color:var(--success)}.order-line-target{background:#f0fdf4}.order-price-old{color:var(--muted);text-decoration:line-through;font-size:.8rem;margin-right:.4rem}
