@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #f472b6;--primary-light: #f9a8d4;--primary-rgb: 244, 114, 182;--accent: #ec4899;--accent-dark: #db2777;--success: #059669;--danger: #dc2626;--warning: #d97706;--white: #ffffff;--blue-50: #fdf2f8;--blue-100: #fce7f3;--blue-200: #fbcfe8;--blue-300: #f9a8d4;--blue-400: #f472b6;--blue-500: #ec4899;--blue-600: #db2777;--blue-700: #be185d;--blue-800: #9d174d;--blue-900: #831843;--grey-50: #f8fafc;--grey-100: #f1f5f9;--grey-200: #e2e8f0;--grey-300: #cbd5e1;--grey-400: #94a3b8;--grey-500: #64748b;--grey-600: #475569;--grey-700: #334155;--grey-800: #1e293b;--text-primary: #0f172a;--text-secondary: #475569;--shadow-xs: 0 1px 2px 0 rgba(244, 114, 182, .05);--shadow-sm: 0 1px 3px 0 rgba(244, 114, 182, .1);--shadow-md: 0 4px 6px -1px rgba(244, 114, 182, .1);--shadow-lg: 0 10px 15px -3px rgba(244, 114, 182, .1);--shadow-xl: 0 20px 25px -5px rgba(244, 114, 182, .1);--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--transition: all .2s ease;--focus-ring: 0 0 0 3px rgba(244, 114, 182, .25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}html,body,#root{height:100%}#root{display:flex;flex-direction:column}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--blue-50);color:var(--text-primary);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:600;line-height:1.3;letter-spacing:-.01em}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}a{color:var(--primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-light);text-decoration:underline}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-xs)}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border:none;border-radius:var(--radius-md);font-family:inherit;font-size:.875rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:var(--transition);white-space:nowrap;text-decoration:none}.btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-block{width:100%}.btn-sm{padding:6px 12px;font-size:.78rem}.btn-primary{background:var(--primary);color:var(--white);border:1px solid var(--primary);box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:var(--primary-light);border-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:var(--shadow-sm)}.btn-secondary{background:var(--accent);color:var(--white);border:1px solid var(--accent);box-shadow:var(--shadow-sm)}.btn-secondary:hover:not(:disabled){background:var(--accent-dark);border-color:var(--accent-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--primary);border:1.5px solid var(--primary)}.btn-outline:hover:not(:disabled){background:var(--primary);color:var(--white);box-shadow:var(--shadow-md)}.btn-danger-outline{background:transparent;color:var(--danger);border:1.5px solid var(--danger)}.btn-danger-outline:hover:not(:disabled){background:var(--danger);color:var(--white)}.btn-whatsapp{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;border:none;border-radius:10px;padding:8px 12px;font-weight:700;cursor:pointer;transition:background .15s ease}.btn-whatsapp:hover:not(:disabled){background:#1fbf5d}.btn-whatsapp:disabled{opacity:.65;cursor:not-allowed}.btn-whatsapp-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#25d366;color:#fff;border:none;cursor:pointer;transition:background .15s ease;padding:0}.btn-whatsapp-icon:hover:not(:disabled){background:#1fbf5d}.btn-whatsapp-icon:disabled{opacity:.65;cursor:not-allowed}.btn-whatsapp-icon svg{width:18px;height:18px}.btn-ghost{background:transparent;color:var(--text-secondary);border:1px solid var(--grey-200)}.btn-ghost:hover:not(:disabled){background:var(--grey-50);border-color:var(--grey-300);color:var(--text-primary)}.btn-icon{padding:8px 14px;font-size:.8rem}.form{width:100%;display:flex;flex-direction:column;gap:16px}.form-group{width:100%;display:flex;flex-direction:column;gap:6px}.form-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase}.input-field{width:100%;display:block;padding:11px 14px;border:1px solid var(--grey-300);border-radius:var(--radius-md);font-family:inherit;font-size:.9rem;color:var(--text-primary);background:var(--white);transition:var(--transition);outline:none}.input-field:hover:not(:disabled){border-color:var(--grey-400)}.input-field:focus{border-color:var(--accent);box-shadow:var(--focus-ring)}.input-field::placeholder{color:var(--grey-400)}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.segmented-option{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 10px;border:2px solid var(--grey-300);border-radius:var(--radius-md);background:var(--white);color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:var(--transition)}.segmented-option:hover{border-color:var(--accent);color:var(--text-primary)}.segmented-option.is-selected{border-color:var(--primary);background:var(--primary);color:var(--white);font-weight:600;box-shadow:var(--shadow-md)}.segmented-option:focus-visible{outline:none;box-shadow:var(--focus-ring)}.radio-list{display:flex;flex-direction:column;gap:8px}.radio-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.875rem;color:var(--text-secondary);padding:6px 8px;border-radius:var(--radius-sm);transition:var(--transition);-webkit-user-select:none;user-select:none}.radio-option:hover{background:var(--grey-50);color:var(--text-primary)}.radio-option input[type=radio]{width:16px;height:16px;margin:0;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.radio-option:has(input:checked){color:var(--text-primary);font-weight:500}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);border:1px solid var(--grey-100);overflow:hidden;transition:var(--transition)}.card:hover{box-shadow:var(--shadow-md);border-color:var(--grey-200)}.card-static{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--grey-200)}.card-static:hover{box-shadow:var(--shadow-md);border-color:var(--grey-200)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue-50) 0%,var(--white) 50%,var(--blue-100) 100%);padding:24px}.auth-card{width:100%;max-width:420px;padding:40px 32px}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{width:56px;height:56px;background:var(--primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:var(--shadow-md);color:var(--white);font-size:1.4rem;font-weight:700}.auth-store-name{margin:0 0 16px;font-size:1.35rem;font-weight:700;color:var(--primary);letter-spacing:-.02em;line-height:1.3}.app-header{display:flex;justify-content:space-between;align-items:center;padding:0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border-bottom:1px solid var(--primary-light);flex-shrink:0;box-shadow:var(--shadow-md);overflow:visible;position:relative;z-index:100}.app-header-content{display:flex;justify-content:space-between;align-items:center;padding:12px 28px;width:100%;gap:24px}.app-home-btn{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;transition:var(--transition);border-radius:var(--radius-md)}.app-home-btn:hover{transform:scale(1.02);filter:brightness(1.1)}.app-home-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff40;border-radius:var(--radius-md)}.app-header-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--white);letter-spacing:-.02em}.app-header-actions{display:flex;gap:16px;align-items:center;flex-shrink:0}.nav-trigger{background:#ffffff26;border:1px solid rgba(255,255,255,.3);cursor:pointer;font-size:.85rem;font-weight:500;color:var(--white);padding:8px 14px;border-radius:var(--radius-md);transition:var(--transition)}.nav-trigger:hover{background:#ffffff40;border-color:#fff6}.nav-trigger:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff40}.cart-btn{display:inline-flex;align-items:center;gap:6px;background:#fff3!important;border:1px solid rgba(255,255,255,.3)!important;color:var(--white)!important;padding:8px 12px!important;font-size:.875rem!important;font-weight:700}.cart-btn>span[aria-hidden=true]{font-size:1.1rem;line-height:1}.cart-btn:hover{background:#ffffff4d!important;border-color:#ffffff80!important}.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--danger);color:var(--white);border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;border:2px solid var(--white)}.dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;left:auto;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--grey-200);box-shadow:var(--shadow-lg);z-index:1000;min-width:200px;overflow:hidden}.dropdown-item{display:block;width:100%;text-align:left;padding:12px 16px;border:none;background:transparent;cursor:pointer;font-size:.9rem;color:var(--text-primary);transition:var(--transition)}.dropdown-item:hover{background:var(--blue-50);color:var(--primary)}.dropdown-item:focus-visible{outline:none;background:var(--blue-50)}.dropdown-item--danger{color:var(--danger);border-top:1px solid var(--grey-200)}.dropdown-item--danger:hover{background:#fef2f2}.file-drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;padding:32px 24px;border:2px dashed var(--grey-300);border-radius:var(--radius-lg);background:var(--white);cursor:pointer;transition:var(--transition);text-align:center}.file-drop-zone:hover{border-color:var(--accent);background:var(--blue-50)}.file-drop-zone.has-file{border-color:var(--accent);background:var(--blue-100)}.file-drop-zone:focus-within{border-color:var(--primary);box-shadow:var(--focus-ring)}.empty-state{text-align:center;padding:80px 24px;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--grey-200)}.empty-state-icon{font-size:3rem;margin-bottom:16px}.empty-state-title{color:var(--text-primary);margin-bottom:8px;font-weight:600;font-size:1.125rem}.empty-state-text{color:var(--text-secondary);margin-bottom:24px}.loading-state{text-align:center;padding:60px 20px;color:var(--text-secondary)}.filters-sidebar{width:240px;background:var(--white);border-right:1px solid var(--grey-200);padding:24px 16px;overflow-y:auto;height:100%;flex-shrink:0;transition:width .2s ease,padding .2s ease,opacity .2s ease}.filters-sidebar-title{font-size:.95rem;font-weight:700;color:var(--text-primary);margin:0}.filters-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.filters-sidebar.is-collapsed{width:52px;padding:16px 10px}.filters-sidebar.is-collapsed .filters-sidebar-header{flex-direction:column;margin-bottom:0;gap:10px}.filters-sidebar-collapsed-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.8rem;font-weight:700;color:var(--text-primary);letter-spacing:.04em;-webkit-user-select:none;user-select:none}.filters-sidebar-body{display:flex;flex-direction:column}.filter-section--collapsible{border-bottom:1px solid var(--grey-100);padding-bottom:3px}.filter-section-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 0;margin-bottom:0}.filter-section--collapsible.is-open .filter-section-header{margin-bottom:4px}.filter-section-header .filter-title{margin-bottom:0}.filter-expand-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid var(--grey-300);border-radius:var(--radius-sm);background:var(--white);color:var(--text-secondary);line-height:0;cursor:pointer;flex-shrink:0}.filter-expand-btn:hover{background:var(--grey-50);border-color:var(--primary);color:var(--primary)}.filter-expand-btn--text{font-size:1rem;font-weight:600;line-height:1;color:var(--text-primary)}.filter-section-body{padding-bottom:8px}.filter-section{margin-bottom:24px}.filter-section:last-child{margin-bottom:0}.filter-title{display:block;font-size:.85rem;font-weight:600;margin-bottom:10px;color:var(--text-primary)}.filters-sidebar .filter-section{margin-bottom:0}.filters-sidebar .filter-title{margin-bottom:0;font-size:.8rem}.filters-sidebar .radio-list{gap:2px}.filters-sidebar .radio-option{padding:2px 4px;gap:6px;font-size:.8rem}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:99px;font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;background:var(--grey-100);color:var(--grey-700)}.badge--customer{background:var(--blue-100);color:var(--primary)}.badge--retailer{background:#fef3c7;color:#92400e}.badge--admin{background:#ede9fe;color:#5b21b6}.form-error{color:#b91c1c;font-size:.875rem;margin:0 0 8px}.form-success{color:#166534;font-size:.875rem;margin:0 0 8px}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--text-secondary);font-size:.85rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--grey-200)}.auth-google-wrap{display:flex;justify-content:center;min-height:44px}.auth-google-wrap--disabled{opacity:.6;pointer-events:none}.auth-label-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.auth-inline-link{font-size:.85rem;color:var(--primary);text-decoration:none}.auth-inline-link:hover{text-decoration:underline}.page-container{max-width:1280px;margin:0 auto;padding:32px 24px;width:100%;min-width:0}.page-container--wide{max-width:none}.page-container--cart{max-width:1400px}main.app-main{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;min-height:0}.products-layout{display:flex;height:calc(100vh - 57px);min-height:0}.products-main{flex:1;overflow-y:auto;min-height:0}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,32%);gap:28px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:14px}.cart-item{display:flex;align-items:center;gap:20px;padding:20px 24px}.cart-item-image{width:96px;height:112px;background:var(--grey-100);border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-body{flex:1;min-width:0}.cart-item-title{font-size:1rem;font-weight:600;margin-bottom:8px}.cart-item-badges{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.cart-item-badge{font-size:.65rem}.cart-item-qty{display:flex;align-items:center;gap:8px}.cart-item-qty-btn{padding:4px 10px;font-size:.75rem;min-width:36px}.cart-item-qty-value{min-width:30px;text-align:center;font-weight:600}.product-card-qty{display:flex;align-items:center;gap:6px}.product-card-qty-btn{padding:4px 8px;font-size:.75rem;min-width:30px;line-height:1}.product-card-qty-value{min-width:22px;text-align:center;font-weight:700;font-size:.8rem}.cart-item-price{text-align:right;flex-shrink:0}.cart-item-line-total{font-size:1.05rem;font-weight:700;display:block;margin-bottom:8px}.cart-item-remove{padding:6px 12px;font-size:.75rem}.cart-summary{padding:22px 24px;position:sticky;top:88px;align-self:start}.cart-summary-title{font-size:1.1rem;font-weight:700;margin-bottom:14px}.cart-summary-row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:12px}.cart-summary-section{margin-bottom:12px}.cart-summary-heading{font-size:.9rem;font-weight:700;margin-bottom:10px}.cart-summary-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px;margin-top:4px}.cart-summary-total span:first-child{font-weight:600}.cart-summary-total span:last-child{font-size:1.3rem;font-weight:700}.cart-summary-continue{margin-top:10px;font-size:.8rem}.cart-payment-methods{display:flex;flex-direction:column;gap:8px}.cart-payment-option{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid var(--grey-200);border-radius:var(--radius-md);cursor:pointer;background:var(--white);transition:border-color .15s,background .15s}.cart-payment-option:hover{border-color:var(--grey-300)}.cart-payment-option--selected{border-color:var(--primary);background:rgba(var(--primary-rgb, 244, 114, 182),.04)}.cart-payment-option input{margin-top:3px;flex-shrink:0}.cart-payment-option span{display:flex;flex-direction:column;gap:2px;font-size:.85rem;line-height:1.3}.cart-payment-option strong{font-weight:600;color:var(--text-primary)}.cart-payment-option small{font-size:.75rem;color:var(--text-secondary)}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px;margin-bottom:32px}.section-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:4px}.section-subtitle{font-size:.875rem;color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin-bottom:8px}.page-header{margin-bottom:32px}.products-page-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.products-sort{display:inline-flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:.875rem}.products-sort select{border:1px solid var(--grey-300);border-radius:var(--radius-sm);background:var(--white);color:var(--text-primary);padding:6px 10px}.divider{height:1px;background:var(--grey-200);margin:20px 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-up{animation:fadeInUp .4s ease-out forwards}.fade-in{animation:fadeIn .3s ease-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--grey-100)}::-webkit-scrollbar-thumb{background:var(--grey-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--grey-400)}.product-edit-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:.85rem;table-layout:auto}.product-edit-table th,.product-edit-table td{padding:10px 12px;border-bottom:1px solid var(--grey-200);vertical-align:top;text-align:left}.product-edit-table .col-name{min-width:160px}.product-edit-table .col-description{min-width:200px}.product-edit-table .col-price{min-width:90px}.product-edit-table .col-lookup{min-width:150px}.product-edit-table .col-multiselect,.product-edit-table .col-colors{min-width:140px;max-width:180px}.product-edit-table .col-color-images{min-width:110px;max-width:140px}.product-edit-table .col-variants{min-width:72px;width:72px;text-align:center}.product-edit-table .col-actions{min-width:100px}.product-edit-table select.input-field,.product-edit-table .input-field{min-width:0}.product-edit-table select.input-field{white-space:normal;text-overflow:ellipsis}.multi-select-trigger{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;width:100%;min-height:38px;padding:6px 10px;text-align:left;cursor:pointer;white-space:normal;word-break:break-word}.multi-select-placeholder{color:var(--grey-400);font-size:.8rem}.multi-select-chips{display:flex;flex-wrap:wrap;gap:4px;flex:1}.multi-select-chip{display:inline-block;padding:2px 8px;border-radius:999px;background:var(--blue-100);color:var(--primary);font-size:.72rem;font-weight:600;line-height:1.4}.multi-select-caret{flex-shrink:0;font-size:.65rem;color:var(--grey-500);margin-top:2px}.multi-select-panel{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:8px;max-height:240px;overflow-y:auto}.multi-select-option{display:flex;align-items:center;gap:8px;padding:6px 4px;cursor:pointer;font-size:.85rem}.multi-select-option:hover{background:var(--grey-50);border-radius:var(--radius-sm)}.product-edit-card{padding:0}.product-edit-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.product-edit-card .product-edit-table-scroll{overflow:auto;max-height:calc(100vh - 220px)}.product-edit-card .product-edit-table{border-collapse:separate;border-spacing:0}.product-edit-table th{position:sticky;top:0;z-index:2;background:var(--grey-50);font-size:.72rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;box-shadow:0 1px 0 var(--grey-200)}.product-edit-table--with-filters{--product-edit-thead-label-height: 34px}.product-edit-table--with-filters .product-edit-header-row th{top:0}.product-edit-table--with-filters .product-edit-header-row th:not(.col-sticky){z-index:2}.product-edit-table--with-filters .product-edit-filter-row th{top:var(--product-edit-thead-label-height);padding:4px 6px;font-weight:400;text-transform:none;letter-spacing:normal;white-space:normal;vertical-align:middle}.product-edit-table--with-filters .product-edit-filter-row th:not(.col-sticky){z-index:2}.product-edit-card .product-edit-table--with-filters .product-edit-filter-row th.col-sticky{z-index:5}.table-col-filter-input{display:block;width:100%;min-width:0;box-sizing:border-box;padding:4px 6px;font-size:.75rem;font-weight:400;text-transform:none;letter-spacing:normal;border:1px solid var(--grey-200);border-radius:var(--radius-sm);background:var(--white);color:var(--text-primary)}.table-col-filter-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary-rgb, 244, 114, 182),.15)}.table-col-filter-input--right{text-align:right}.table-col-filter-input::placeholder{color:var(--grey-400);font-size:.72rem}.product-edit-table-empty{padding:24px 16px;text-align:center;color:var(--text-secondary);font-size:.85rem;font-style:italic;background:var(--white)}.product-edit-card .product-edit-table th.col-sticky{z-index:4;background:var(--grey-50)}.product-edit-card .product-edit-table .col-sticky{position:sticky;z-index:3;box-sizing:border-box;background:var(--white)}.product-edit-card .product-edit-table thead th.col-sticky{background:var(--grey-50)}.product-edit-card .product-edit-table .col-sticky-1{left:0;width:40px;min-width:40px;max-width:40px}.product-edit-card .product-edit-table .col-sticky-2{left:40px;width:56px;min-width:56px;max-width:56px}.product-edit-card .product-edit-table .col-sticky-3{left:96px;width:160px;min-width:160px;max-width:160px;box-shadow:2px 0 4px -2px #00000014}.product-edit-card .product-edit-table th.col-sticky-3{box-shadow:2px 0 4px -2px #00000014,0 1px 0 var(--grey-200)}.product-edit-card .product-edit-table.product-edit-table--review-sticky .col-sticky-1{left:0;width:auto;min-width:56px;max-width:none}.product-edit-card .product-edit-table.product-edit-table--review-sticky .col-sticky-2{left:56px;width:auto;min-width:160px;max-width:none}.product-edit-card .product-edit-table.product-edit-table--review-sticky .col-sticky-3{left:216px;width:auto;min-width:200px;max-width:none;box-shadow:2px 0 4px -2px #00000014}.product-edit-card .product-edit-table.product-edit-table--review-sticky th.col-sticky-3{box-shadow:2px 0 4px -2px #00000014,0 1px 0 var(--grey-200)}.product-edit-card .product-edit-table tbody tr:hover td.col-sticky,.product-edit-table tbody tr:hover{background:var(--grey-50)}.product-edit-table tbody tr.product-edit-row--dirty:hover,.product-edit-table tbody tr.product-edit-row--dirty:hover td{background:#fef3c7}.product-edit-table tbody tr.product-edit-row--dirty>td{background:#fffbeb}.product-edit-table tbody tr:last-child td{border-bottom:none}.product-edit-hint{font-size:.85rem;color:var(--text-secondary);margin-bottom:20px;max-width:720px}.product-edit-thumb{width:40px;height:48px;background:var(--grey-100);border-radius:var(--radius-sm);overflow:hidden}.product-edit-thumb img{width:100%;height:100%;object-fit:cover}.product-edit-thumb--linkable{display:block;cursor:pointer;text-decoration:none;transition:box-shadow .15s ease,transform .15s ease}.product-edit-thumb--linkable:hover{box-shadow:0 0 0 2px var(--primary);transform:scale(1.05)}.product-edit-detail-back-link{display:inline-block;font-size:.82rem;color:var(--text-secondary);text-decoration:none;margin-bottom:8px}.product-edit-detail-back-link:hover{color:var(--primary)}.product-edit-detail-layout{padding:20px}.product-edit-detail-top{display:grid;grid-template-columns:minmax(220px,300px) 1fr;gap:24px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--grey-200)}.product-edit-detail-gallery{display:flex;flex-direction:column;gap:12px;min-width:0}.product-edit-detail-hero{position:relative;width:100%;aspect-ratio:3 / 4;max-height:380px;background:var(--grey-100);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--grey-200)}.product-edit-detail-hero img{width:100%;height:100%;object-fit:cover}.product-edit-detail-hero-badge{position:absolute;left:8px;bottom:8px;padding:4px 10px;font-size:.72rem;font-weight:600;color:var(--white);background:#0000008c;border-radius:var(--radius-sm)}.product-edit-detail-color-strip{display:flex;flex-wrap:wrap;gap:8px}.product-edit-detail-color-chip{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px;border:2px solid var(--grey-200);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;min-width:56px;transition:border-color .15s ease}.product-edit-detail-color-chip:hover{border-color:var(--grey-400)}.product-edit-detail-color-chip--active{border-color:var(--primary)}.product-edit-detail-color-chip img{width:48px;height:56px;object-fit:cover;border-radius:var(--radius-sm);background:var(--grey-100)}.product-edit-detail-color-chip span{font-size:.65rem;color:var(--text-secondary);max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-edit-detail-main{display:flex;flex-direction:column;gap:16px;min-width:0}.product-edit-detail-bottom{display:grid;grid-template-columns:minmax(280px,1fr) 2fr;gap:20px;align-items:start}.product-edit-detail-section--inline{margin-bottom:0;min-width:0}.product-edit-detail-fields--compact,.product-edit-detail-attributes--compact{gap:12px}.product-edit-detail-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:8px}.product-edit-detail-back{text-decoration:none}.product-edit-detail-header-actions{display:flex;gap:10px;flex-wrap:wrap}.product-edit-detail-form{padding:24px}.product-edit-detail-section{margin-bottom:28px}.product-edit-detail-section:last-child{margin-bottom:0}.product-edit-detail-section-title{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid var(--grey-200)}.product-edit-detail-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.product-edit-detail-attributes{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.product-edit-detail-field{display:flex;flex-direction:column;gap:6px}.product-edit-detail-field--full{grid-column:1 / -1}.product-edit-detail-label-text{font-size:.8rem;font-weight:500;color:var(--text-secondary)}.product-edit-detail-textarea{resize:vertical;min-height:72px}.product-edit-readonly-cell{font-size:.8rem;color:var(--text-primary);vertical-align:middle;line-height:1.35}.product-edit-table--readonly .col-actions{display:none}.quick-edit-table{table-layout:fixed;width:100%}.quick-edit-table .col-name{min-width:0}.quick-edit-table th{text-align:center;white-space:normal;line-height:1.25;padding:8px 4px}.quick-edit-table .product-edit-filter-row th{text-align:left;padding:4px}.quick-edit-table .quick-edit-col-num .table-col-filter-input{text-align:right}.quick-edit-table .col-sticky{position:static;left:auto;box-shadow:none}.quick-edit-col-image{width:52px}.quick-edit-col-product{width:200px}.quick-edit-col-category{width:120px}.quick-edit-col-category.product-edit-readonly-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;padding:6px 8px}.quick-edit-col-product.product-edit-readonly-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35;vertical-align:middle;padding:6px 8px;text-align:left}.quick-edit-col-color{width:80px}.quick-edit-col-color.product-edit-readonly-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;padding:6px 4px}.quick-edit-col-size{width:56px}.quick-edit-col-size.product-edit-readonly-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;padding:6px 4px}.quick-edit-col-num{width:72px;text-align:right}.quick-edit-col-num--sale{width:88px}.quick-edit-table td.quick-edit-col-num .input-field{width:100%;min-width:0;padding:4px 6px;font-size:.78rem;text-align:right;box-sizing:border-box}.quick-edit-col-num.product-edit-readonly-cell{text-align:right;font-variant-numeric:tabular-nums;padding:6px}.product-edit-row--dirty,.quick-edit-row--dirty{background:#fffbeb}tr.product-edit-row--dirty>td,tr.quick-edit-row--dirty>td{background:#fffbeb}tr.product-edit-row--dirty:hover>td,tr.quick-edit-row--dirty:hover>td{background:#fef3c7}.product-edit-variants-grid-row.product-edit-row--dirty{background:#fffbeb;box-shadow:inset 3px 0 0 var(--warning)}.product-edit-variants-grid-row.product-edit-row--dirty:hover{background:#fef3c7}.product-edit-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;align-items:center}.product-edit-actions .btn-sm{padding:5px 10px;font-size:.72rem;white-space:nowrap}.product-edit-expand-btn{min-width:52px;padding:5px 8px}.product-edit-image-filename{flex:1;font-size:.7rem;color:var(--text-primary);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-edit-upload-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border:1px solid var(--grey-300);border-radius:var(--radius-sm);background:var(--white);color:var(--primary);font-size:.85rem;cursor:pointer}.product-edit-upload-icon-btn:hover{background:var(--grey-50);border-color:var(--primary)}.product-edit-upload-spinner{font-size:.75rem}.product-edit-file-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.product-edit-new-badge{font-size:.65rem;font-weight:700;color:var(--primary);text-transform:uppercase}.product-edit-muted{font-size:.75rem;color:var(--text-secondary)}.product-edit-detail-row td{padding:0!important;border-bottom:1px solid var(--grey-200);background:var(--grey-50)}.product-edit-detail-cell{vertical-align:top}.product-edit-detail-wrap{padding:8px 12px 10px 256px}.product-edit-detail-panel{margin:0;max-width:640px}.product-edit-detail-label{margin:0 0 6px;font-size:.68rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.04em}.product-edit-color-images-grid{display:inline-flex;flex-direction:column;width:fit-content;max-width:100%;font-size:.78rem;border:1px solid var(--grey-200);border-radius:var(--radius-sm);background:var(--white)}.product-edit-color-images-grid-head,.product-edit-color-images-grid-row{display:grid;grid-template-columns:88px auto 32px;align-items:center;column-gap:6px}.product-edit-color-images-grid--preview .product-edit-color-images-grid-head,.product-edit-color-images-grid--preview .product-edit-color-images-grid-row{grid-template-columns:72px 40px minmax(80px,1fr) 32px}.product-edit-color-images-grid-row--active{background:var(--grey-50)}.product-edit-color-preview-thumb{width:36px;height:44px;border-radius:var(--radius-sm);overflow:hidden;background:var(--grey-100);border:1px solid var(--grey-200)}.product-edit-color-preview-thumb img{width:100%;height:100%;object-fit:cover}.product-edit-color-select-btn{padding:0;border:none;background:none;font:inherit;color:var(--primary);cursor:pointer;text-align:left}.product-edit-color-select-btn:hover{text-decoration:underline}.product-edit-color-images-color-name{min-width:0}.product-edit-color-images-grid-head{padding:6px 8px;font-size:.68rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;background:var(--grey-50);border-bottom:1px solid var(--grey-200)}.product-edit-color-images-grid-row{padding:6px 8px;border-bottom:1px solid var(--grey-100);min-width:0}.product-edit-color-images-grid-row:last-child{border-bottom:none}.product-edit-color-images-grid .product-edit-image-filename{flex:none;min-width:0;max-width:220px}.product-edit-color-images-upload{display:flex;justify-content:center}.product-edit-color-images-upload-head{padding:0}.product-edit-variants-grid{display:flex;flex-direction:column;width:100%;font-size:.78rem;border:1px solid var(--grey-200);border-radius:var(--radius-sm);background:var(--white)}.product-edit-variants-grid-head,.product-edit-variants-grid-row{display:grid;grid-template-columns:88px 72px minmax(80px,1fr) minmax(80px,1fr) 72px minmax(88px,1fr) minmax(80px,1fr) 32px;align-items:center;column-gap:4px}.product-edit-variants-grid-head{padding:6px 8px;font-size:.68rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;background:var(--grey-50);border-bottom:1px solid var(--grey-200)}.product-edit-variants-grid-row{padding:6px 8px;border-bottom:1px solid var(--grey-100);min-width:0}.product-edit-variants-grid-row:last-child{border-bottom:none}.product-edit-variants-num,.product-edit-variants-num .input-field{text-align:right}.product-edit-variants-readonly{font-size:.78rem;font-weight:600;color:var(--text-primary);white-space:nowrap}.product-edit-variants-grid-row .input-field{width:100%;min-width:0;height:28px;padding:4px 6px;font-size:.78rem;line-height:1.2;border-radius:var(--radius-sm);box-sizing:border-box}.product-edit-variants-remove{display:flex;align-items:center;justify-content:center;padding:0}.product-edit-variant-del-btn{width:22px;height:22px;min-width:22px;padding:0;font-size:.65rem;line-height:1;border-width:1px;border-radius:var(--radius-sm)}.product-edit-main-row:hover{background:var(--grey-50)}.attribute-editor-layout{display:grid;grid-template-columns:minmax(320px,340px) 1fr;gap:24px;align-items:start}.attribute-type-sidebar{padding:20px 18px;position:sticky;top:16px;min-width:320px}.attribute-type-panel .filter-title{margin-bottom:12px}.attribute-visibility-hint{font-size:.75rem;color:var(--text-secondary);margin:0 0 12px;line-height:1.4}.storefront-departments-card{margin-bottom:24px;padding:16px 20px}.attributes-page-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 16px}.attributes-page-heading .section-title{margin-bottom:0}.attributes-page-hint{font-size:.85rem;color:var(--text-secondary);margin:0;flex:1;min-width:240px;line-height:1.4}.storefront-departments-header{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 16px;margin-bottom:12px}.storefront-departments-title{font-size:1rem;font-weight:600;margin:0}.storefront-departments-hint{font-size:.85rem;color:var(--text-secondary);margin:0;flex:1;min-width:240px;line-height:1.4}.storefront-departments-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px 16px}.storefront-departments-list{display:flex;flex-wrap:wrap;gap:12px 24px;flex:1;min-width:0}.storefront-department-option{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;cursor:pointer}.storefront-departments-error{color:var(--danger, #c0392b);font-size:.85rem;margin:8px 0 0}.storefront-departments-save{padding:8px 16px;font-size:.85rem;flex-shrink:0;margin-left:auto}.settings-page{max-width:1280px}.settings-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.settings-page-header .section-subtitle{margin-bottom:0}.settings-page-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.settings-alert{padding:10px 14px;border-radius:var(--radius-sm);font-size:.875rem;margin-bottom:16px}.settings-alert--error{background:#fee2e2;color:#991b1b}.settings-alert--success{background:#dcfce7;color:#166534}.settings-sections-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.settings-section-card{padding:16px 18px;min-width:0}.settings-section-card--full{grid-column:1 / -1}.settings-section-title{font-size:.95rem;font-weight:700;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid var(--grey-100)}.settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.settings-form-grid--after-toggles{margin-top:12px;padding-top:12px;border-top:1px solid var(--grey-100)}.settings-toggles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.settings-field{display:flex;flex-direction:column;gap:4px;min-width:0}.settings-field>span:first-child,.settings-toggle-row strong{font-size:.875rem;font-weight:600;line-height:1.35}.settings-field-hint{font-size:.72rem;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.3}.settings-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:var(--grey-50);border:1px solid var(--grey-100);border-radius:var(--radius-sm);min-width:0}.settings-toggle-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.settings-toggle-copy strong{font-size:.875rem}.settings-credential-badges{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px}@media (max-width: 960px){.settings-sections-grid,.settings-form-grid,.settings-toggles-grid{grid-template-columns:1fr}.settings-page-header{flex-direction:column;align-items:stretch}.settings-page-actions{justify-content:flex-start}}.attribute-type-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap}.attribute-type-radio{flex:1 1 auto;min-width:0;overflow:hidden}.attribute-type-label{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.attribute-hidden-tag{font-size:.65rem;font-weight:600;color:var(--text-secondary);background:var(--grey-100);border-radius:4px;padding:1px 5px;flex-shrink:0;white-space:nowrap}.attribute-visibility-btn{flex-shrink:0;padding:4px 10px;font-size:.7rem;min-width:52px}.attribute-visibility-btn--show{color:var(--primary);border-color:var(--primary)}.attribute-editor-main{min-width:0}.attribute-editor-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--grey-200)}.attribute-editor-header h3{margin:0;font-size:1rem;color:var(--text-primary)}.attribute-editor-header span{font-size:.8rem;color:var(--text-secondary)}.attribute-editor-table{width:100%;min-width:0}.attribute-editor-empty{text-align:center;color:var(--text-secondary);padding:28px 16px!important}.attribute-id{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.attribute-id--new{color:var(--primary)}.attribute-row-actions{display:flex;gap:8px;flex-wrap:wrap}.attribute-add-row{background:var(--grey-50)}.attribute-add-row td{border-bottom:none}.address-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.address-field{display:flex;flex-direction:column;gap:6px}.address-field span{font-size:.78rem;font-weight:600;color:var(--text-secondary)}.address-field--full{grid-column:1 / -1}.address-default-toggle{display:flex;align-items:center;gap:8px;margin:16px 0;font-size:.85rem;color:var(--text-primary)}.address-form-actions{display:flex;gap:10px;justify-content:flex-end}.address-card{padding:20px}.address-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.address-row-actions{display:flex;gap:8px;flex-wrap:wrap}.address-default-badge{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:var(--blue-100);color:var(--primary);font-size:.68rem;font-weight:700}.address-selector-empty{display:flex;flex-direction:column;gap:10px}.address-selector-empty p{margin:0;font-size:.85rem;color:var(--text-secondary)}.address-option{align-items:flex-start!important}.address-option-content{display:flex;flex-direction:column;gap:2px;font-size:.82rem;color:var(--text-secondary)}.address-option-content strong{color:var(--text-primary);font-size:.88rem}.address-manage-link{display:inline-block;margin-top:10px;font-size:.8rem;color:var(--primary);text-decoration:none;font-weight:600}.address-manage-link:hover{text-decoration:underline}.order-address-snippet{display:flex;flex-direction:row;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--grey-200);font-size:.8rem;color:var(--text-secondary);min-width:0}.order-address-label{flex-shrink:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary)}.order-address-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-status-badge{padding:5px 12px;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase}.admin-orders-header{margin-bottom:16px}.admin-orders-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px;margin-bottom:20px}.admin-orders-date-filters{display:flex;flex-wrap:wrap;gap:12px;margin-right:8px}.admin-orders-date-field{display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:var(--text-muted)}.admin-orders-date-field .input-field{min-width:120px}.admin-orders-list{display:flex;flex-direction:column;gap:12px}.admin-users-page-header{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:16px}.admin-users-page-header .section-title{margin-bottom:0}.admin-users-count{margin:0;font-size:.95rem;color:var(--text-secondary)}.admin-users-toolbar{display:flex;align-items:flex-end;gap:12px;margin-bottom:20px}.admin-users-toolbar--inline{align-items:center;flex-wrap:nowrap;gap:16px}.admin-users-toolbar--inline .admin-orders-date-field{flex-direction:row;align-items:center;gap:8px;margin:0}.admin-users-toolbar--inline .admin-orders-date-field>span{white-space:nowrap;flex-shrink:0}.admin-users-search-field{flex:1;min-width:0}.admin-users-search-field .input-field{min-width:0;width:100%}.admin-users-role-field{flex-shrink:0}.admin-users-role-field .input-field{min-width:140px}.admin-users-create-card{margin-bottom:20px;padding:20px}.admin-users-create-form{max-width:480px;margin-top:12px}.admin-users-table-card{padding:0;overflow:hidden}.admin-users-table-card .loading-state{padding:32px 20px}.admin-users-table-scroll{max-height:none;overflow-y:visible}.admin-users-footnote{margin-top:16px;color:var(--text-secondary);font-size:.9rem}.admin-users-edit-card{margin-bottom:20px;padding:20px}.admin-users-edit-title{font-size:1.05rem;font-weight:700;margin-bottom:4px}.admin-users-edit-subtitle{font-size:.9rem;color:var(--text-secondary);margin-bottom:16px}.admin-users-edit-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.admin-users-edit-form .admin-orders-date-field{min-width:160px}.admin-users-edit-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-users-save-msg{color:var(--success, #166534);font-size:.9rem}.admin-users-self-label{font-size:.85rem;color:var(--text-secondary);font-style:italic}.admin-order-card{padding:20px}.admin-order-summary{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;cursor:pointer}.admin-order-id{font-weight:600;margin-bottom:4px}.admin-order-meta{font-size:.8rem;color:var(--text-secondary)}.admin-order-summary-right{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.admin-order-action-btn{padding:4px 10px;font-size:.7rem;box-shadow:none}.admin-order-total{font-size:1.1rem;font-weight:700}.admin-order-caret{font-size:.8rem}.admin-order-items{margin-top:16px;border-top:1px solid var(--grey-200);padding-top:16px}.admin-order-item{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--grey-100)}.admin-order-item:last-child{border-bottom:none}.admin-order-item-img{width:56px;height:68px;object-fit:cover;border-radius:6px}.admin-order-item-info{flex:1;min-width:0}.admin-order-item-name{font-weight:600;font-size:.9rem}.admin-order-item-meta{font-size:.75rem;color:var(--text-secondary)}.admin-order-item-price{font-weight:600}.admin-dashboard-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:20px}.admin-dashboard-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:20px}.admin-dashboard-kpi{padding:16px 20px}.admin-dashboard-kpi-label{font-size:.75rem;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.admin-dashboard-kpi-value{font-size:1.35rem;font-weight:700}.admin-dashboard-charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-dashboard-chart-card{padding:20px;min-width:0}.admin-dashboard-chart-card--wide{grid-column:1 / -1}.admin-dashboard-chart-title{font-size:.95rem;font-weight:600;margin-bottom:12px}.admin-dashboard-empty{font-size:.85rem;color:var(--text-secondary);padding:24px 0}.admin-dashboard-low-stock{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto}.admin-dashboard-low-stock-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);background:#fff5f5;border:1px solid #fecaca}.admin-dashboard-low-stock-name{font-weight:600;font-size:.85rem}.admin-dashboard-low-stock-meta{font-size:.75rem;color:var(--text-secondary);margin-top:2px}.admin-dashboard-low-stock-qty{font-size:.8rem;font-weight:700;color:var(--danger);white-space:nowrap}@media (max-width: 900px){.admin-dashboard-charts{grid-template-columns:1fr}.admin-dashboard-chart-card--wide{grid-column:auto}}.admin-dashboard-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:12px}.admin-tables-period-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}.admin-tables-period-card{padding:16px 20px}.admin-tables-period-label{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.admin-tables-period-value{font-size:1.35rem;font-weight:700}.admin-tables-period-meta{font-size:.8rem;color:var(--text-secondary);margin-top:4px}.admin-tables-period-metrics{display:flex;flex-direction:column;gap:8px}.admin-tables-period-metric{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.admin-tables-period-metric-label{font-size:.8rem;color:var(--text-secondary)}.admin-tables-period-metric-value{font-size:1.05rem;font-weight:700;color:var(--text-primary)}.admin-tables-rows{display:flex;flex-direction:column;gap:16px}.admin-tables-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-tables-row--3{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-tables-card{padding:16px 20px;min-width:0}.admin-tables-card--wide{grid-column:1 / -1}.admin-tables-title{font-size:.95rem;font-weight:600;margin-bottom:4px}.admin-tables-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;flex-wrap:wrap}.admin-tables-title-row .admin-tables-title{margin-bottom:0}.admin-tables-period-radios{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.admin-tables-period-radio{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:var(--radius-sm);font-size:.78rem;color:var(--text-secondary);cursor:pointer;white-space:nowrap}.admin-tables-period-radio:hover{background:var(--grey-50)}.admin-tables-period-radio input[type=radio]{margin:0;accent-color:var(--primary)}.admin-tables-period-radio:has(input:checked){color:var(--primary);font-weight:600;background:var(--grey-50)}.admin-tables-subtitle{font-size:.75rem;color:var(--text-secondary);margin-bottom:10px}.admin-tables-scroll{overflow-x:auto;max-height:280px;overflow-y:auto}.admin-users-table-card .admin-tables-scroll{max-height:none;overflow-y:visible}.admin-tables-table{width:100%;border-collapse:collapse;font-size:.82rem}.admin-tables-table th{text-align:left;padding:8px 10px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-secondary);border-bottom:1px solid var(--grey-200);background:var(--grey-50);position:sticky;top:0}.admin-tables-table td{padding:8px 10px;border-bottom:1px solid var(--grey-100);vertical-align:middle}.admin-tables-table tbody tr:hover{background:var(--grey-50)}.admin-tables-empty{text-align:center;color:var(--text-secondary);padding:20px!important}.admin-tables-warn{font-weight:700;color:var(--danger)}.admin-tables-link{color:var(--primary);font-weight:600;text-decoration:none}.admin-tables-link:hover{text-decoration:underline}@media (max-width: 1100px){.admin-tables-row--3{grid-template-columns:1fr}}@media (max-width: 900px){.admin-tables-period-stats,.admin-tables-row{grid-template-columns:1fr}.admin-tables-card--wide{grid-column:auto}.product-edit-detail-top,.product-edit-detail-bottom{grid-template-columns:1fr}}@media (max-width: 768px){.address-form-grid,.attribute-editor-layout{grid-template-columns:1fr}.attribute-type-sidebar{position:static;min-width:0}.cart-layout,.upload-grid{grid-template-columns:1fr}.filters-sidebar{width:200px}}.review-page-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px}.review-banner{border-radius:var(--radius-md);padding:12px 16px;margin-bottom:20px;font-size:.9rem;line-height:1.5}.review-banner--info{background:var(--blue-50);border:1px solid var(--blue-200);color:var(--blue-900)}.review-banner--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.review-banner--success{background:var(--blue-100);border:1px solid var(--blue-300);color:var(--blue-800);font-weight:600}.review-banner--hint{background:var(--blue-50);border:1px solid var(--blue-200);color:var(--blue-900);font-size:.85rem;line-height:1.6}.review-bulk-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;margin-bottom:16px}.review-bulk-toolbar .input-field{min-width:120px;max-width:160px;font-size:.8rem}.review-bulk-apply-msg{font-size:.8rem;color:var(--success, #166534);font-weight:600;white-space:nowrap}.review-thumb{width:40px;height:48px;background:var(--grey-100);border-radius:var(--radius-sm);overflow:hidden}.review-thumb img{width:100%;height:100%;object-fit:cover}.review-row--invalid td{background:#fff7ed}.review-ai-badge{font-size:.7rem;font-weight:600}.review-ai-badge--ok{color:var(--success)}.review-ai-badge--failed{color:var(--danger)}.review-ai-badge--fallback{color:var(--warning)}.review-recent-imports{margin-top:20px;padding-top:16px;border-top:1px solid var(--grey-200)}.review-recent-imports summary{cursor:pointer;font-weight:600;font-size:.9rem;color:var(--text-primary)}.review-recent-imports-list{margin-top:12px;display:flex;flex-direction:column;gap:8px}.review-recent-import-item{font-size:.8rem;color:var(--text-secondary);padding:8px 10px;background:var(--grey-50);border-radius:var(--radius-sm)}
