*{box-sizing:border-box}:root{--bg:#f5f7fb;--border:#e4e7ec;--border-strong:#d0d5dd;--text:#101828;--text-soft:#475467;--text-muted:#667085;--success:#15803d;--success-bg:#ecfdf3;--warning:#b54708;--warning-bg:#fffaeb;--danger:#b42318;--danger-bg:#fef3f2;--sidebar:#101828;--sidebar-soft:#1d2939;--radius:14px;--radius-sm:10px;--shadow-sm:0 1px 3px rgba(16,24,40,0.06);--shadow-md:0 8px 24px rgba(16,24,40,0.08)}body,html{margin:0;padding:0;min-height:100%}html{-webkit-text-size-adjust:100%}body{font-family:Arial,Noto Sans Arabic,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}button,input,select,textarea{font:inherit;max-width:100%}button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.admin-layout{background:var(--bg)}.sidebar{width:260px;flex:0 0 260px;background:var(--sidebar);color:#d0d5dd;padding:22px 14px}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:4px 10px 28px;color:#fff}.brand-mark{width:40px;height:40px;flex:0 0 40px;border-radius:10px;display:grid;place-items:center;background:var(--primary);font-weight:800;font-size:20px}.sidebar-brand span,.sidebar-brand strong{display:block}.sidebar-brand strong{font-size:17px}.sidebar-brand span{margin-top:3px;color:#98a2b3;font-size:11px}.nav-section{margin-bottom:22px}.nav-section-title{padding:0 12px 8px;color:#667085;font-size:11px;font-weight:700}.nav-item{display:flex;align-items:center;gap:11px;padding:0 12px;border-radius:9px;color:#d0d5dd;font-size:14px}.nav-item:hover{background:var(--sidebar-soft);color:#fff}.nav-icon{width:20px;text-align:center;color:#98a2b3}.admin-main{flex:1 1}.admin-topbar{min-height:64px;justify-content:space-between;gap:16px;padding:0 30px;background:#fff;border-bottom:1px solid var(--border)}.admin-status,.admin-topbar{display:flex;align-items:center}.admin-status{gap:7px;color:var(--text-muted)}.status-dot{flex:0 0 8px;border-radius:50%;background:#16a34a}.admin-content{padding:38px}.admin-content,.admin-page{max-width:1440px;margin:0 auto}.admin-page{padding:32px}.page-header,.page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.page-header h1,.page-heading h1{margin:0 0 7px;font-size:30px;line-height:1.25;letter-spacing:-.02em}.page-header p,.page-heading p{margin:0;color:var(--text-muted)}.eyebrow{color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.08em}.page-count{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--text-soft);font-size:12px;font-weight:600;white-space:nowrap}.notice{margin-bottom:18px;padding:13px 16px;border:1px solid #cfe3ff;border-radius:var(--radius-sm);background:#eef6ff;color:#175cd3}.admin-card,.card,.module-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.admin-card{padding:24px;margin-bottom:20px}.card{padding:20px;margin-top:18px}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.module-card{min-height:150px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:24px;transition:transform .15s ease,box-shadow .15s ease}.module-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.module-card strong{font-size:17px}.module-card>span:last-child{color:#7b8492;font-size:12px}.module-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;background:#f1f5f9;font-size:24px}.ai-card{border-color:#cbd5e1}.card-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.card-title h2,.card-title h3{margin:0;color:var(--text)}.card-title h2{font-size:19px}.card-title h3{font-size:16px}.card-title p{margin:4px 0 0}.category-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.category-form label,.image-form label{min-width:0;display:flex;flex-direction:column;gap:7px;color:var(--text);font-size:13px;font-weight:700}.category-form label.wide,.image-form .wide,.wide{grid-column:1/-1}.category-form input,.category-form select,.category-form textarea,.form-grid input,.form-grid select,.form-grid textarea,.image-form input,.image-form select,.image-form textarea{width:100%;min-width:0;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:11px 12px;background:#fff;color:var(--text);outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.category-form input,.category-form select,.form-grid input,.form-grid select,.image-form input,.image-form select{min-height:44px}.category-form textarea{resize:vertical}.category-form input:focus,.category-form select:focus,.category-form textarea:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.image-form input:focus,.image-form select:focus,.image-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.category-form input:disabled,.category-form select:disabled,.category-form textarea:disabled,.form-grid input:disabled{background:#f2f4f7;color:#98a2b3;cursor:not-allowed}.checkbox-field,.checkbox-label{flex-direction:row!important;align-items:center;gap:9px!important;min-height:44px}.checkbox-field input,.checkbox-label input{width:18px!important;height:18px;flex:0 0 auto;margin:0;accent-color:var(--primary)}.checkbox-field span{min-width:0}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:16px}.form-grid label{min-width:0;display:flex;flex-direction:column;gap:7px;color:var(--text);font-size:13px;font-weight:700}.form-help{margin:4px 0 0;color:var(--text-muted);font-size:12px;font-weight:400}.form-actions{justify-content:flex-end;gap:9px}.form-actions,.row-actions{display:flex;align-items:center;flex-wrap:wrap}.row-actions{gap:8px}.button{min-height:42px;border:1px solid transparent;border-radius:var(--radius-sm);padding:9px 16px;cursor:pointer;font-weight:700;font-size:13px;line-height:1.2;transition:background .15s ease,border-color .15s ease,transform .05s ease,box-shadow .15s ease}.button:active:not(:disabled){transform:translateY(1px)}.button:disabled{opacity:.55;cursor:not-allowed}.button.button-primary,.button.primary{background:var(--primary);color:#fff}.button.button-primary:hover:not(:disabled),.button.primary:hover:not(:disabled){background:var(--primary-dark)}.button.secondary{background:#fff;color:var(--text-soft);border-color:var(--border-strong)}.button.secondary:hover:not(:disabled){background:#f8fafc;border-color:#98a2b3}.button.danger{background:var(--danger-bg);color:var(--danger);border-color:#fecdca}.button.danger:hover:not(:disabled){background:#fee4e2}.button.small{min-height:36px;padding:7px 11px;font-size:12px}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--radius-sm)}.admin-table{width:100%;min-width:720px;border-collapse:collapse;background:#fff}.admin-table td,.admin-table th{padding:13px 12px;text-align:right;border-bottom:1px solid var(--border);vertical-align:middle;white-space:nowrap}.admin-table th{background:#f8fafc;color:var(--text-muted);font-size:12px;font-weight:800}.admin-table td{color:var(--text-soft);font-size:13px}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table tbody tr:hover{background:#fcfcfd}.admin-table td strong{display:block;color:var(--text)}.admin-table td small{display:block;margin-top:3px;color:var(--text-muted);font-size:11px}.status{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:6px 11px;cursor:pointer;font-size:11px;font-weight:700;white-space:nowrap}.status.active{background:var(--success-bg);color:var(--success)}.status.inactive{background:#f2f4f7;color:#667085}.category-selector{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:10px;gap:10px;margin-top:10px}.category-option{min-width:0;display:flex!important;flex-direction:row!important;align-items:center;gap:10px!important;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.category-option:hover{background:#f8fafc;border-color:#cbd5e1}.category-option:has(input:checked){background:#f0fdf4;border-color:#86efac}.category-option input{width:17px!important;height:17px;flex:0 0 auto;cursor:pointer;accent-color:var(--success)}.category-option span{min-width:0;display:flex;flex-direction:column;gap:3px}.category-option strong{color:var(--text);font-size:13px}.category-option small{color:var(--text-muted);font-size:11px;direction:ltr;text-align:right;overflow:hidden;text-overflow:ellipsis}.product-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:14px;gap:14px;margin:14px 0 20px}.product-image-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}.product-image-preview{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f8fafc}.product-image-preview img{width:100%;height:100%;display:block;object-fit:contain;padding:8px;background:#fff}.image-primary-badge{position:absolute;top:10px;right:10px;padding:6px 9px;border-radius:999px;background:#111827;color:#fff;font-size:10px;font-weight:700}.product-image-meta{display:flex;flex-direction:column;gap:9px;padding:12px}.product-image-meta small{color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-inline-field{display:flex;flex-direction:column;gap:5px}.image-inline-field span{color:var(--text-muted);font-size:11px;font-weight:600}.image-inline-field input{width:100%;min-width:0;min-height:38px;padding:7px 9px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:12px}.image-inline-field input:focus{outline:none;border-color:var(--primary)}.image-actions{padding-top:2px}.image-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:end;padding-top:18px;border-top:1px solid var(--border)}.image-upload-field input[type=file]{padding:8px;background:#f8fafc}.image-live-preview{display:flex;align-items:center;gap:14px;min-width:0;padding:12px;border:1px dashed #cbd5e1;border-radius:var(--radius-sm);background:#f8fafc}.image-live-preview>span{flex:0 0 auto;color:var(--text-muted);font-size:12px;font-weight:700}.image-live-preview img{width:96px;height:96px;flex:0 0 96px;object-fit:contain;padding:4px;border-radius:9px;border:1px solid var(--border);background:#fff}.image-upload-divider{position:relative;display:flex;align-items:center;justify-content:center;min-height:24px;color:var(--text-muted);font-size:12px}.image-upload-divider:before{content:"";position:absolute;inset-inline:0;top:50%;border-top:1px solid var(--border)}.image-upload-divider span{position:relative;z-index:1;padding:0 10px;background:#fff}.empty-state{padding:40px 20px;text-align:center;color:var(--text-muted)}@media (max-width:1100px){.sidebar{width:220px;flex-basis:220px}.admin-content,.admin-page{padding:28px}.form-grid,.image-form,.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.admin-layout{display:block}.sidebar{width:100%;min-height:auto;padding:14px 12px}.sidebar-brand{padding:3px 8px 14px}.sidebar-nav{display:none}.admin-topbar{min-height:56px;padding:0 16px}.admin-content,.admin-page{padding:18px 14px}.page-header,.page-heading{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:18px}.page-header h1,.page-heading h1{font-size:24px}.page-heading .row-actions{width:100%}.page-heading .row-actions .button{flex:1 1}.admin-card{border-radius:12px}.admin-card,.card{padding:16px}.card-title{align-items:flex-start;flex-wrap:wrap}.category-form,.form-grid,.image-form{grid-template-columns:1fr;gap:14px}.category-form label.wide,.image-form .wide,.wide{grid-column:auto}.category-selector,.module-grid{grid-template-columns:1fr}.product-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-image-meta{padding:9px}.image-actions{flex-direction:column;align-items:stretch}.form-actions,.image-actions .button,.row-actions{width:100%}.form-actions .button,.row-actions .button{flex:1 1 auto}.image-live-preview{align-items:flex-start;flex-wrap:wrap}.image-live-preview img{width:80px;height:80px;flex-basis:80px}.table-wrap{margin-inline:-1px;width:calc(100% + 2px)}.admin-table{min-width:680px}.notice{font-size:13px}}@media (max-width:420px){.admin-content,.admin-page{padding:14px 10px}.admin-card,.card{padding:13px}.page-heading .row-actions{flex-direction:column}.page-heading .row-actions .button{width:100%}.product-image-grid{grid-template-columns:1fr}.product-image-card{max-width:100%}.form-actions,.row-actions{flex-direction:column;align-items:stretch}.form-actions .button,.row-actions .button{width:100%}.page-count{font-size:11px}}.product-editor-page{width:100%;max-width:1600px;margin-inline:auto}.product-editor-header{align-items:flex-start;gap:24px}.product-editor-header .page-count{flex:0 0 auto}.product-editor-form{display:block}.product-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:24px;gap:24px;align-items:start;width:100%}.product-editor-main{min-width:0;display:grid;grid-gap:20px;gap:20px}.product-editor-sidebar{min-width:0;display:grid;grid-gap:16px;gap:16px;position:-webkit-sticky;position:sticky;top:20px}.editor-section-primary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin:0;min-width:0}.editor-section-card,.editor-sidebar-card,.product-editor-section{min-width:0;background:var(--card,#fff);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-sm)}.editor-section-card{padding:22px}.product-editor-section{padding:20px;margin:0}.editor-sidebar-card{padding:18px}.editor-sidebar-card h3{margin:0;font-size:15px}.editor-sidebar-card .card-title{margin-bottom:14px}.editor-section-primary>label{min-width:0;display:flex;flex-direction:column;gap:7px;color:var(--text);font-size:13px;font-weight:700}.editor-section-primary>label.wide{grid-column:1/-1}.editor-section-primary .checkbox-label{flex-direction:row;align-items:center;gap:10px;min-height:44px}.product-editor-main>.wide,.product-editor-media,.product-editor-variants{width:100%}.product-editor-section .card-title{margin-bottom:18px}.product-editor-section .card-title h3{margin:0}.product-editor-section .form-actions{margin-top:18px}.editor-sidebar-card .checkbox-label,.editor-sidebar-card input,.editor-sidebar-card select{width:100%}.editor-sidebar-card .sidebar-field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.editor-sidebar-card .sidebar-field:last-child{margin-bottom:0}.editor-sidebar-card .sidebar-field>span{font-size:12px;font-weight:700;color:var(--text-muted)}.product-editor-categories{padding:0;border:0;box-shadow:none;background:transparent}.product-editor-categories .card-title{margin-bottom:12px}.product-editor-categories .category-selector{display:grid;grid-gap:8px;gap:8px;max-height:420px;overflow-y:auto;padding-right:2px}.product-editor-categories .category-option{min-width:0;display:flex;align-items:flex-start;gap:10px;padding:11px 12px;border:1px solid var(--border);border-radius:10px;background:var(--card,#fff);cursor:pointer}.product-editor-categories .category-option input{width:18px;height:18px;flex:0 0 auto;margin-top:1px}.product-editor-categories .category-option>span{min-width:0;display:flex;flex-direction:column;gap:2px}.product-editor-categories .category-option strong{overflow-wrap:anywhere}.product-editor-categories .category-option small{color:var(--text-muted);overflow-wrap:anywhere}.product-editor-main>.form-actions{margin-top:0;padding:4px 0}.product-editor-page,.product-editor-page *{box-sizing:border-box}.product-editor-section .table-wrap{width:100%;max-width:100%;overflow-x:auto}@media (min-width:1400px){.product-editor-layout{grid-template-columns:minmax(0,1fr) 340px;gap:28px}.product-editor-main{gap:24px}.product-editor-sidebar{gap:18px}}@media (max-width:1100px){.product-editor-layout{grid-template-columns:1fr}.product-editor-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.product-editor-sidebar .product-editor-categories{grid-column:1/-1}.editor-section-card,.product-editor-section{padding:18px}}@media (max-width:900px){.product-editor-header{gap:16px}.product-editor-layout{gap:18px}.editor-section-primary{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-editor-sidebar{gap:14px}}@media (max-width:700px){.product-editor-header{flex-direction:column;align-items:stretch}.product-editor-header .page-count{align-self:flex-start}.product-editor-header .row-actions{width:100%}.product-editor-header .row-actions .button{flex:1 1}.product-editor-layout{grid-template-columns:1fr;gap:14px}.product-editor-main{gap:14px}.editor-section-primary{grid-template-columns:1fr;gap:14px}.editor-section-card,.editor-sidebar-card,.product-editor-section{padding:15px;border-radius:13px}.product-editor-sidebar{grid-template-columns:1fr;gap:14px}.product-editor-sidebar .product-editor-categories{grid-column:auto}.product-editor-section .card-title{align-items:flex-start;gap:10px}.product-editor-section .table-wrap{margin-inline:-15px;width:calc(100% + 30px);padding-inline:15px}.product-editor-main>.form-actions,.product-editor-main>.form-actions .button{width:100%}}@media (max-width:420px){.product-editor-layout,.product-editor-main{gap:12px}.editor-section-card,.editor-sidebar-card,.product-editor-section{padding:13px;border-radius:12px}.product-editor-header .row-actions{flex-direction:column;width:100%}.product-editor-header .row-actions .button{width:100%}.product-editor-section .table-wrap{margin-inline:-13px;width:calc(100% + 26px);padding-inline:13px}.product-editor-categories .category-selector{max-height:360px}}.variants-desktop-table{display:block}.variants-mobile-list{display:none}.variant-mobile-card{min-width:0;padding:15px;border:1px solid var(--border);border-radius:14px;background:var(--card,#fff);box-shadow:var(--shadow-sm)}.variant-mobile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.variant-mobile-identity{min-width:0;display:flex;flex-direction:column;gap:4px}.variant-mobile-identity strong{color:var(--text);font-size:14px;overflow-wrap:anywhere}.variant-mobile-identity span{color:var(--text-muted);font-size:12px;overflow-wrap:anywhere}.variant-mobile-data{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:14px}.variant-mobile-data>div{min-width:0;padding:10px;border-radius:10px;background:#f8fafc}.variant-mobile-data span{display:block;margin-bottom:4px;color:var(--text-muted);font-size:11px;font-weight:600}.variant-mobile-data strong{display:block;color:var(--text);font-size:13px;overflow-wrap:anywhere}.variant-mobile-actions{margin-top:14px}.variant-inventory-card{margin-top:16px}.inventory-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.inventory-movement-grid{grid-template-columns:minmax(160px,.8fr) minmax(220px,1.2fr)}.inventory-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-movement-actions,.inventory-settings-actions{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:9px}.variant-form{display:grid;grid-gap:16px;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.variant-form-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.variant-form-heading h4{margin:0;color:var(--text);font-size:15px}.variant-form-heading p{margin:4px 0 0}.variant-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.variant-form-grid label{min-width:0;display:flex;flex-direction:column;gap:7px;color:var(--text);font-size:13px;font-weight:700}.variant-form-grid input,.variant-form-grid select,.variant-form-grid textarea{width:100%;min-width:0;min-height:44px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:11px 12px;background:#fff;color:var(--text);outline:none}.variant-form-grid input:focus,.variant-form-grid select:focus,.variant-form-grid textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.variant-form-actions{justify-content:flex-start}@media (max-width:900px){.inventory-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-movement-grid{grid-template-columns:1fr 1fr}.variant-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.variants-desktop-table{display:none}.variants-mobile-list{display:grid;grid-gap:10px;gap:10px}.variant-mobile-card{padding:13px;border-radius:12px}.variant-mobile-data{grid-template-columns:1fr 1fr}.variant-mobile-data>div:last-child{grid-column:1/-1}.variant-mobile-actions{flex-direction:row;align-items:stretch}.variant-mobile-actions .button{flex:1 1}.variant-inventory-card{margin-top:12px}.inventory-movement-grid,.inventory-settings-grid,.inventory-summary-grid,.variant-form-grid{grid-template-columns:1fr}.inventory-movement-actions,.inventory-settings-actions,.variant-form-actions{width:100%;flex-direction:column;align-items:stretch}.inventory-movement-actions .button,.inventory-settings-actions .button,.variant-form-actions .button{width:100%}.variant-form{margin-top:16px;padding-top:16px}.variant-form-heading{flex-direction:column}}@media (max-width:420px){.variant-mobile-card{padding:12px}.variant-mobile-data,.variant-mobile-header{gap:8px}.variant-mobile-data>div{padding:9px}.variant-mobile-actions{flex-direction:column}.variant-mobile-actions .button{width:100%}}@media (max-width:1100px) and (min-width:701px){.sidebar{width:76px;flex:0 0 76px;padding:18px 8px}.sidebar-brand{justify-content:center;padding:2px 0 22px}.sidebar-brand span,.sidebar-brand strong,.sidebar-brand>div:not(.brand-mark){display:none}.nav-section{margin-bottom:16px}.nav-section-title{display:none}.nav-item{justify-content:center;gap:0;min-height:42px;padding:0}.nav-item>small,.nav-item>span:not(.nav-icon),.nav-item>strong{display:none}.nav-icon{width:24px;font-size:17px}.admin-content,.admin-page{width:100%;max-width:none;padding:24px}.admin-topbar{padding:0 24px}}@media (max-width:850px) and (min-width:701px){.admin-content,.admin-page{padding:20px 18px}.admin-topbar{padding:0 18px}}body{font-size:18px}.admin-content,.admin-page{padding:24px 26px}.nav-item{font-size:18px}.admin-topbar{padding-left:26px;padding-right:26px}.admin-table th{font-size:16px}.admin-table td{font-size:18px}.admin-table td small{font-size:16px}.admin-table a,.admin-table button,button,input,select,textarea{font-size:18px}@media (max-width:1100px) and (min-width:701px){.admin-content,.admin-page{padding:20px 18px}.admin-topbar{padding-left:18px;padding-right:18px}}@media (max-width:700px){.admin-content,.admin-page{padding:16px 10px}.admin-topbar{padding-left:10px;padding-right:10px}}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f5f7fa}.login-card{width:min(100%,440px);padding:32px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 12px 40px rgba(0,0,0,.08)}.login-brand{display:flex;align-items:center;gap:14px;margin-bottom:28px}.login-logo{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#111827;color:#fff;font-size:22px;font-weight:700}.login-brand h1{margin:0;font-size:22px}.login-brand p{margin:5px 0 0;color:#6b7280;font-size:14px}.login-form{display:grid;grid-gap:18px;gap:18px}.login-field{display:grid;grid-gap:8px;gap:8px}.login-field label{font-size:14px;font-weight:600}.login-field input{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid #d1d5db;border-radius:10px;background:#fff;font:inherit;outline:none}.login-field input:focus{border-color:#111827}.login-form button{width:100%;padding:13px;border:0;border-radius:10px;background:#111827;color:#fff;font:inherit;font-weight:700;cursor:pointer}.login-form button:disabled{opacity:.65;cursor:wait}.login-error{padding:11px 12px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:14px}.products-filter-grid-main{display:grid;grid-template-columns:minmax(240px,2fr) repeat(4,minmax(130px,1fr));grid-gap:10px;gap:10px;margin-bottom:16px}.products-filter-grid-secondary{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;grid-gap:10px;gap:10px;margin-bottom:16px}.products-search-input{min-width:0;flex:1 1}.products-select-all-banner{margin-top:10px}.products-pagination{margin-top:16px}@media (max-width:1100px){.products-filter-grid-main{grid-template-columns:repeat(2,minmax(0,1fr))}.products-filter-grid-main>:first-child{grid-column:1/-1}}@media (max-width:700px){.products-filter-grid-main,.products-filter-grid-secondary{grid-template-columns:1fr}.products-filter-grid-main>:first-child{grid-column:auto}}.products-selection-card{margin-bottom:16px;padding:12px}:root{--sidebar-width:282px;--topbar-height:72px;--page-padding:clamp(18px,2.2vw,36px)}body,html{width:100%;min-width:0;overflow-x:hidden}body{font-size:15px}.admin-layout{width:100%;min-height:100dvh;display:flex;background:radial-gradient(circle at 90% 0,rgba(37,99,235,.045),transparent 28%),var(--bg)}.sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);flex:0 0 var(--sidebar-width);min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;position:-webkit-sticky;position:sticky;top:0;overflow-y:auto;overflow-x:hidden;padding:22px 14px 18px;scrollbar-width:thin;z-index:100}.sidebar-brand{min-height:54px;padding:0 10px 22px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:18px}.brand-mark{width:44px;height:44px;flex-basis:44px;border-radius:13px;font-size:21px;box-shadow:0 8px 20px rgba(37,99,235,.25)}.sidebar-brand strong{font-size:19px;letter-spacing:-.02em}.sidebar-brand span{font-size:12px}.nav-section{margin-bottom:20px}.nav-section-title{padding:0 13px 8px;font-size:12px;letter-spacing:.01em}.nav-item{min-height:48px;margin:2px 0;padding:0 13px;border-radius:11px;gap:12px;font-size:15px;font-weight:600;transition:background .15s ease,color .15s ease,transform .15s ease}.nav-item:hover{transform:translateX(-2px)}.nav-icon{width:23px;min-width:23px;font-size:18px}.admin-main{width:calc(100% - var(--sidebar-width));min-width:0;flex:1 1 auto}.admin-topbar{width:100%;min-height:var(--topbar-height);height:var(--topbar-height);padding:0 var(--page-padding);position:-webkit-sticky;position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(16,24,40,.05)}.topbar-brand{display:flex;align-items:baseline;gap:9px}.topbar-brand strong{font-size:18px;letter-spacing:-.02em}.topbar-brand span{color:var(--text-muted);font-size:13px}.admin-status{min-height:36px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:#fff;font-size:13px;font-weight:600}.status-dot{width:8px;height:8px;flex-basis:8px;box-shadow:0 0 0 4px rgba(22,163,74,.08)}.admin-content{padding:var(--page-padding)}.admin-content,.admin-page{width:100%;max-width:none;margin:0}.admin-page{padding:0}.page-header h1,.page-heading h1{font-size:clamp(27px,2.1vw,36px);font-weight:800;letter-spacing:-.035em}.page-header p,.page-heading p{font-size:15px;line-height:1.7}.card-title h2{font-size:21px}.card-title h3{font-size:18px}.admin-card{padding:clamp(20px,2vw,30px)}.module-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.module-card{min-height:170px;padding:26px}.module-card strong{font-size:18px}.module-card>span:last-child{font-size:13px;line-height:1.6}.mobile-menu-button,.sidebar-close,.sidebar-overlay{display:none}.topbar-spacer{flex:1 1}@media (min-width:1800px){:root{--sidebar-width:300px}.module-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1199px){:root{--sidebar-width:250px}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-form{gap:16px}}@media (max-width:900px){:root{--page-padding:20px}.sidebar{position:fixed;inset:0 auto 0 0;width:290px;min-width:290px;transform:translateX(-105%);transition:transform .22s ease;box-shadow:20px 0 50px rgba(16,24,40,.18)}[dir=rtl] .sidebar{inset:0 0 0 auto;transform:translateX(105%)}.sidebar.is-open{transform:translateX(0)}.sidebar-overlay{position:fixed;inset:0;z-index:90;background:rgba(15,23,42,.48);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.sidebar-overlay.is-open{display:block}.sidebar-close{display:grid;place-items:center;-webkit-margin-start:auto;margin-inline-start:auto;width:36px;height:36px;border:0;border-radius:10px;background:rgba(255,255,255,.08);color:#fff;font-size:26px;cursor:pointer}.admin-main{width:100%}.mobile-menu-button{width:42px;height:42px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;-webkit-margin-end:12px;margin-inline-end:12px;border:1px solid var(--border);border-radius:11px;background:#fff;cursor:pointer}.mobile-menu-button span{display:block;width:19px;height:2px;border-radius:2px;background:var(--text)}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){:root{--page-padding:14px;--topbar-height:64px}body{font-size:15px}.admin-topbar{padding:0 14px}.topbar-brand{gap:0}.topbar-brand strong{font-size:17px}.topbar-brand span{display:none}.admin-status{min-height:34px;padding:0 9px;font-size:12px}.admin-status>span:last-child{display:none}.admin-content{padding:14px}.page-header,.page-heading{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:18px}.page-header h1,.page-heading h1{font-size:26px}.page-header p,.page-heading p{font-size:14px}.module-grid{grid-template-columns:1fr;gap:12px}.module-card{min-height:120px;padding:20px}.admin-card{padding:18px;border-radius:13px}.card{padding:16px}.card-title{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:14px}.category-form{grid-template-columns:1fr;gap:14px}.category-form label.wide,.image-form .wide,.wide{grid-column:auto}.category-form input,.category-form select,.category-form textarea,.form-grid input,.form-grid select,.form-grid textarea,.image-form input,.image-form select,.image-form textarea{font-size:16px}}.admin-content canvas,.admin-content img,.admin-content svg,.admin-content table,.admin-content video{max-width:100%}@media (max-width:640px){.admin-content table{min-width:680px}.admin-content [class*=table]{max-width:100%}}:root{--bg:#f6f8fb;--card:#ffffff;--card-soft:#f8fafc;--border:#e2e8f0;--border-strong:#cbd5e1;--text:#0f172a;--text-soft:#475569;--text-muted:#64748b;--primary:#2563eb;--primary-dark:#1d4ed8;--success:#059669;--success-bg:#ecfdf5;--warning:#d97706;--warning-bg:#fffbeb;--danger:#dc2626;--danger-bg:#fef2f2;--sidebar:#111827;--sidebar-soft:#1f2937;--radius:12px;--radius-sm:9px;--shadow-sm:0 1px 2px rgba(15,23,42,0.04);--shadow-md:0 6px 18px rgba(15,23,42,0.06)}.admin-layout{min-height:100vh;background:#f6f8fb!important}.sidebar{width:240px!important;flex:0 0 240px!important;padding:18px 12px!important;background:#111827!important}.sidebar-brand{padding:2px 10px 22px!important}.brand-mark{width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:10px!important}.nav-section{margin-bottom:16px!important}.nav-section-title{padding:0 11px 6px!important;color:#94a3b8!important}.nav-item{min-height:42px!important;gap:10px!important;padding:0 11px!important}.nav-item:hover{background:#1e293b!important}.admin-topbar{min-height:58px!important;height:58px!important;padding:0 24px!important;background:#ffffff!important;border-bottom:1px solid #e2e8f0!important}.admin-topbar strong{font-size:14px!important;font-weight:800!important;color:#0f172a!important}.admin-status{font-size:12px!important}.admin-content{padding:24px 28px 32px!important}.admin-page{padding:24px 28px!important}.page-header,.page-heading{margin-bottom:20px!important}.page-header h1,.page-heading h1{font-size:26px!important;margin-bottom:4px!important}.admin-card,.card,.module-card{border-color:#e2e8f0!important;border-radius:12px!important;box-shadow:0 1px 2px rgba(15,23,42,.035)!important}@media (max-width:1100px){.sidebar{width:220px!important;flex-basis:220px!important}.admin-content{padding:20px!important}}@media (max-width:760px){.sidebar{width:190px!important;flex-basis:190px!important;padding:14px 9px!important}.sidebar-brand{padding-bottom:16px!important}.sidebar-brand strong{font-size:15px!important}.sidebar-brand span{font-size:10px!important}.nav-item{min-height:40px!important;font-size:12px!important;gap:8px!important}.nav-section-title{font-size:9px!important}.admin-topbar{height:54px!important;min-height:54px!important;padding:0 14px!important}.admin-content,.admin-page{padding:14px!important}}:root{--admin-bg:#f5f7fa;--admin-surface:#ffffff;--admin-surface-soft:#f8fafc;--admin-border:#e2e8f0;--admin-border-strong:#cbd5e1;--admin-text:#0f172a;--admin-text-soft:#334155;--admin-text-muted:#64748b;--admin-primary:#2563eb;--admin-primary-hover:#1d4ed8;--admin-success:#059669;--admin-warning:#d97706;--admin-danger:#dc2626;--admin-sidebar:#111827;--admin-sidebar-hover:#1f2937;--admin-sidebar-text:#e5e7eb;--admin-sidebar-muted:#94a3b8;--admin-radius:10px;--admin-radius-sm:8px;--admin-space-1:4px;--admin-space-2:8px;--admin-space-3:12px;--admin-space-4:16px;--admin-space-5:24px;--admin-space-6:32px;--admin-shadow-sm:0 1px 2px rgba(15,23,42,.04)}.admin-layout{min-height:100vh!important;display:flex!important;background:var(--admin-bg)!important}.admin-main{flex:1 1 auto!important}.sidebar{position:relative!important;z-index:100!important;flex:0 0 220px!important;min-height:100vh!important;padding:14px 10px!important;background:var(--admin-sidebar)!important;color:var(--admin-sidebar-text)!important;border:0!important;box-shadow:none!important;overflow-y:auto!important;overflow-x:hidden!important}.sidebar-brand{min-height:48px!important;padding:0 8px 16px!important;margin:0 0 10px!important;gap:10px!important;border-bottom:1px solid rgba(255,255,255,.07)!important}.sidebar-brand strong{font-size:16px!important;line-height:1.2!important;font-weight:800!important}.sidebar-brand span{margin-top:2px!important;color:var(--admin-sidebar-muted)!important;font-size:10px!important;font-weight:600!important}.brand-mark{width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:9px!important;font-size:18px!important}.sidebar-close{display:none!important}.sidebar-nav{min-width:0!important}.nav-section{margin:0 0 14px!important}.nav-section-title{padding:0 9px 6px!important;color:var(--admin-sidebar-muted)!important;font-size:10px!important;line-height:1.3!important}.nav-item{width:100%!important;min-height:40px!important;display:flex!important;align-items:center!important;gap:9px!important;padding:0 10px!important;margin:2px 0!important;color:#cbd5e1!important;font-size:13px!important;font-weight:700!important;transition:background .12s ease,color .12s ease!important}.nav-item:hover{background:var(--admin-sidebar-hover)!important;color:#fff!important}.nav-item:focus-visible{outline:2px solid #60a5fa!important;outline-offset:2px!important}.nav-icon{width:20px!important;min-width:20px!important;color:#94a3b8!important;font-size:16px!important;text-align:center!important}.nav-label{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sidebar-footer{margin-top:18px!important;padding:10px 9px!important;gap:7px!important;color:var(--admin-sidebar-muted)!important;font-size:10px!important;border-top:1px solid rgba(255,255,255,.07)!important}.admin-topbar,.sidebar-footer{display:flex!important;align-items:center!important}.admin-topbar{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:80!important;height:56px!important;min-height:56px!important;padding:0 20px!important;gap:12px!important;background:rgba(255,255,255,.97)!important;border-bottom:1px solid var(--admin-border)!important;box-shadow:none!important}.topbar-brand{display:flex!important;align-items:baseline!important;gap:7px!important}.topbar-brand strong{color:var(--admin-text)!important;font-size:14px!important;font-weight:850!important}.topbar-brand span{color:var(--admin-text-muted)!important;font-size:11px!important;font-weight:600!important}.topbar-spacer{flex:1 1!important;min-width:0!important}.admin-status{min-height:32px!important;padding:0 10px!important;display:flex!important;align-items:center!important;gap:7px!important;color:var(--admin-text-soft)!important;font-size:11px!important;font-weight:700!important;border:1px solid var(--admin-border)!important;border-radius:999px!important;background:var(--admin-surface-soft)!important}.status-dot{width:7px!important;height:7px!important;flex:0 0 7px!important}.mobile-menu-button{display:none;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:0;border:1px solid var(--admin-border);border-radius:8px;background:#fff;color:var(--admin-text);cursor:pointer}.mobile-menu-button span{width:18px;height:2px;border-radius:2px;background:currentColor}.mobile-menu-button:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}.sidebar-overlay{display:none}.admin-content{padding:20px 24px 28px!important}.admin-content,.admin-page{width:100%!important;max-width:none!important;margin:0!important}.admin-page{padding:0!important}.page-header,.page-heading{margin-bottom:16px!important;gap:16px!important}.page-header h1,.page-heading h1{color:var(--admin-text)!important;font-size:28px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:-.025em!important}.page-header p,.page-heading p{color:var(--admin-text-muted)!important;font-size:14px!important}.button{min-height:42px!important;padding:9px 17px!important;border-radius:8px!important;font-size:14px!important;font-weight:800!important}.button.small{min-height:38px!important;padding:7px 13px!important;font-size:13px!important}input,select,textarea{font-size:14px!important}.category-form label,.form-grid label,.image-form label{font-size:14px!important;font-weight:750!important}.category-form input,.category-form select,.form-grid input,.form-grid select,.image-form input,.image-form select{min-height:44px!important}.admin-card,.card,.module-card{border-color:var(--admin-border)!important;border-radius:var(--admin-radius)!important;box-shadow:var(--admin-shadow-sm)!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}@media (max-width:1100px){.sidebar{width:208px!important;min-width:208px!important;flex-basis:208px!important}.admin-content{padding:18px 20px 24px!important}}@media (max-width:760px){.admin-layout{display:block!important}.sidebar{position:fixed!important;top:0!important;right:0!important;bottom:0!important;width:min(290px,86vw)!important;min-width:0!important;height:100dvh!important;min-height:100dvh!important;z-index:200!important;padding:14px 10px!important;transform:translateX(105%)!important;transition:transform .18s ease!important;box-shadow:-12px 0 30px rgba(15,23,42,.18)!important}.sidebar.is-open{transform:translateX(0)!important}.sidebar-close{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;-webkit-margin-start:auto!important;margin-inline-start:auto!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#cbd5e1!important;font-size:25px!important;line-height:1!important;cursor:pointer!important}.sidebar-close:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}.sidebar-overlay{position:fixed!important;inset:0!important;z-index:150!important;display:block!important;background:rgba(15,23,42,.42)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .18s ease,visibility .18s ease!important}.sidebar-overlay.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.admin-topbar{position:-webkit-sticky!important;position:sticky!important;top:0!important;height:54px!important;min-height:54px!important;padding:0 12px!important;gap:9px!important}.mobile-menu-button{display:inline-flex!important}.topbar-brand{gap:5px!important}.topbar-brand strong{font-size:14px!important}.topbar-brand span{display:none!important}.admin-status{min-height:32px!important;padding:0 8px!important;font-size:10px!important}.admin-content{padding:14px 12px 22px!important}.page-header,.page-heading{margin-bottom:12px!important}.page-header h1,.page-heading h1{font-size:24px!important}}@media (max-width:480px){.admin-content{padding-inline:10px!important}.admin-status span:last-child{display:none!important}.admin-status{width:30px!important;padding:0!important;justify-content:center!important;border:0!important;background:transparent!important}}:root{--admin-font-size-base:18px;--admin-font-weight-normal:700;--admin-font-weight-strong:800}.admin-layout,.admin-layout button,.admin-layout input,.admin-layout select,.admin-layout textarea{font-size:18px;font-weight:700}.admin-content h1{font-size:32px;font-weight:800}.admin-content h2{font-size:24px;line-height:1.25;font-weight:800}.admin-content h3{font-size:20px;line-height:1.3;font-weight:800}.admin-topbar{min-height:60px}.topbar-brand strong{font-size:19px;font-weight:800}.topbar-brand span{font-size:16px;font-weight:700}.admin-status{font-size:16px;font-weight:800}.sidebar-brand-copy strong{font-size:19px;font-weight:800}.sidebar-brand-copy span{font-size:15px;font-weight:700}.nav-section-title{font-size:15px;font-weight:800}.nav-item{min-height:44px;font-size:17px;font-weight:700}.sidebar-footer{font-size:15px;font-weight:700}.admin-layout .button,.admin-layout [role=button],.admin-layout button{min-height:46px;font-size:18px;font-weight:800}.admin-layout input,.admin-layout select,.admin-layout textarea{min-height:46px;font-size:18px;font-weight:700}.admin-layout input::placeholder,.admin-layout textarea::placeholder{font-size:17px;font-weight:700}.admin-layout label,.admin-layout table th{font-size:17px;font-weight:800}.admin-layout table td{font-size:17px;font-weight:700}.admin-layout .badge,.admin-layout [class*=badge]{font-size:16px;font-weight:800}.admin-layout [class*=pagination] button{min-width:44px;min-height:44px;font-size:17px;font-weight:800}@media (max-width:760px){.admin-content h1{font-size:28px}.admin-content h2{font-size:22px}.admin-layout .button,.admin-layout [role=button],.admin-layout button,.admin-layout input,.admin-layout select,.admin-layout textarea{min-height:46px;font-size:17px}}.admin-layout,.admin-layout button,.admin-layout input,.admin-layout select,.admin-layout textarea{font-size:21px!important;font-weight:700!important}.admin-content h1{font-size:36px!important;line-height:1.2;font-weight:800!important}.admin-content h2{font-size:23px!important;font-weight:800!important}.admin-content h3{font-size:22px!important;font-weight:800!important}.admin-status,.topbar-brand span{font-size:17px!important}.sidebar-brand-copy strong{font-size:21px!important}.nav-section-title,.sidebar-brand-copy span{font-size:16px!important}.nav-item{min-height:46px;font-size:18px!important}.sidebar-footer{font-size:16px!important}.admin-layout .button,.admin-layout [role=button],.admin-layout button{min-height:52px;font-size:20px!important;font-weight:800!important}.admin-layout input,.admin-layout select,.admin-layout textarea{min-height:52px;font-size:20px!important;font-weight:700!important}.admin-layout input::placeholder,.admin-layout textarea::placeholder{font-size:19px!important;font-weight:700!important}.admin-layout label{font-size:20px!important;font-weight:800!important}.admin-layout table th{font-size:19px!important;font-weight:800!important}.admin-layout table td{font-size:19px!important;font-weight:700!important}.admin-layout .badge,.admin-layout [class*=badge]{font-size:18px!important;font-weight:800!important}.admin-layout [class*=pagination] button{min-width:48px;min-height:48px;font-size:19px!important;font-weight:800!important}@media (max-width:760px){.admin-content h1{font-size:30px!important}.admin-layout .button,.admin-layout [role=button],.admin-layout button,.admin-layout input,.admin-layout select,.admin-layout textarea{min-height:50px;font-size:19px!important}}.sidebar{width:220px!important;min-width:220px!important}.admin-main{min-width:0!important}.admin-topbar{min-height:62px!important;height:62px!important;padding-inline:20px!important}.topbar-brand{gap:8px!important}.topbar-brand strong{font-size:21px!important;font-weight:800!important}.topbar-brand span{font-size:16px!important;font-weight:700!important}.admin-status{min-height:40px!important;padding-inline:12px!important;border-radius:8px!important;font-size:16px!important;font-weight:800!important}.sidebar-brand{min-height:68px!important;padding-inline:16px!important}.sidebar-brand-copy strong{font-size:20px!important;font-weight:800!important}.sidebar-brand-copy span{font-size:15px!important;font-weight:700!important}.nav-section{margin-bottom:18px!important}.nav-section-title{margin-bottom:7px!important;font-size:15px!important}.nav-item,.nav-section-title{padding-inline:14px!important;font-weight:800!important}.nav-item{min-height:46px!important;border-radius:8px!important;font-size:17px!important}.nav-icon{width:28px!important;min-width:28px!important;font-size:19px!important}.sidebar-footer{min-height:48px!important;padding-inline:14px!important;font-size:15px!important;font-weight:700!important}.admin-content{padding:24px 28px!important}@media (max-width:1100px){.sidebar{width:220px!important;min-width:220px!important}.admin-content{padding:20px 22px!important}}@media (max-width:760px){.sidebar{width:280px!important;min-width:280px!important}.admin-topbar{min-height:58px!important;height:58px!important;padding-inline:12px!important}.topbar-brand strong{font-size:19px!important}.topbar-brand span{display:none!important}.admin-status{min-height:38px!important;font-size:14px!important;padding-inline:10px!important}.admin-content{padding:16px 12px!important}}