.AddProductForm-module__KlpExa__formContainer{width:100%;max-width:900px;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:20px;margin:0 auto;padding:0;font-family:inherit;display:flex}.AddProductForm-module__KlpExa__headerContainer{text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:5px;padding-bottom:12px}.AddProductForm-module__KlpExa__title{color:var(--text);margin:0 0 4px;font-size:24px;font-weight:700}.AddProductForm-module__KlpExa__subtitle{color:var(--text);opacity:.7;margin:0;font-size:14px}.AddProductForm-module__KlpExa__formSection{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 4px 12px var(--shadow-color);border-radius:12px;flex-direction:column;gap:14px;padding:20px;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s;display:flex}.AddProductForm-module__KlpExa__formSection:hover{box-shadow:0 6px 18px var(--shadow-color)}.AddProductForm-module__KlpExa__sectionHeader{color:var(--theme-add-btn,#4caf50);border-bottom:1px solid var(--border-color);align-items:center;gap:8px;margin:0 0 4px;padding-bottom:8px;font-size:16px;font-weight:700;display:flex}.AddProductForm-module__KlpExa__inputGroup{flex-direction:column;gap:6px;display:flex}.AddProductForm-module__KlpExa__inputLabel{color:var(--text);text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:12px;font-weight:700}.AddProductForm-module__KlpExa__input{border:1px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--text);border-radius:10px;outline:none;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .25s,box-shadow .25s}.AddProductForm-module__KlpExa__input::placeholder{color:var(--text-faint)}.AddProductForm-module__KlpExa__input:focus{border-color:var(--green-primary,#10b981);box-shadow:0 0 0 3px var(--green-glow,#10b98133)}.AddProductForm-module__KlpExa__textarea{border:1px solid var(--input-border);resize:vertical;background:var(--input-bg);width:100%;height:130px;color:var(--text);border-radius:10px;outline:none;padding:11px 14px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .25s,box-shadow .25s}.AddProductForm-module__KlpExa__textarea::placeholder{color:var(--text-faint)}.AddProductForm-module__KlpExa__textarea:focus{border-color:var(--green-primary,#10b981);box-shadow:0 0 0 3px var(--green-glow,#10b98133)}.AddProductForm-module__KlpExa__gridTwoCols{grid-template-columns:1fr 1fr;gap:16px;display:grid}.AddProductForm-module__KlpExa__gridThreeCols{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}@media (max-width:600px){.AddProductForm-module__KlpExa__gridTwoCols,.AddProductForm-module__KlpExa__gridThreeCols{grid-template-columns:1fr}}.AddProductForm-module__KlpExa__imageFieldContainer{background:var(--hover-bg);border:1px solid var(--card-border);border-radius:10px;flex-direction:column;gap:10px;padding:16px;display:flex}.AddProductForm-module__KlpExa__fieldLabel{color:var(--text);font-size:13px;font-weight:700}.AddProductForm-module__KlpExa__uploadBtnContainer{margin-top:4px}.AddProductForm-module__KlpExa__fileInputLabel{background-color:var(--theme-add-btn,#4caf50);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:8px;width:fit-content;padding:8px 16px;font-size:13px;font-weight:600;transition:transform .2s,opacity .2s;display:inline-flex}.AddProductForm-module__KlpExa__fileInputLabel:hover{opacity:.9;transform:translateY(-1px)}.AddProductForm-module__KlpExa__fileInputLabel:active{transform:translateY(0)}.AddProductForm-module__KlpExa__fileInput{display:none}.AddProductForm-module__KlpExa__imagePreviewContainer{border:1px solid var(--card-border);background:var(--card-bg);border-radius:8px;align-items:center;gap:14px;width:fit-content;margin-top:8px;padding:8px 12px;display:inline-flex}.AddProductForm-module__KlpExa__imagePreview{object-fit:cover;border:1px solid var(--card-border);border-radius:8px;width:80px;height:80px}.AddProductForm-module__KlpExa__removeImageBtn{color:#fff;cursor:pointer;background-color:#f44336;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:opacity .2s}.AddProductForm-module__KlpExa__removeImageBtn:hover{opacity:.9}.AddProductForm-module__KlpExa__subImagesTitleRow{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;display:flex}.AddProductForm-module__KlpExa__subImagesTitle{color:var(--text);margin:0;font-size:14px;font-weight:700}.AddProductForm-module__KlpExa__subImageInputRow{align-items:center;gap:10px;display:flex}.AddProductForm-module__KlpExa__removeSubImageRowBtn{background:var(--input-bg);color:#f44336;border:1px solid var(--border-color);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;transition:all .2s;display:flex}.AddProductForm-module__KlpExa__removeSubImageRowBtn:hover{color:#fff;background:#f44336;border-color:#f44336}.AddProductForm-module__KlpExa__subImageBtn{background:var(--input-bg);color:var(--text);border:1px dashed var(--border-color);cursor:pointer;border-radius:8px;width:fit-content;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s}.AddProductForm-module__KlpExa__subImageBtn:hover{background:var(--hover-bg);border-color:var(--text)}.AddProductForm-module__KlpExa__subImagesGrid{border:1px dashed var(--border-color);background:var(--hover-bg);border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px;margin-top:12px;padding:10px;display:grid}.AddProductForm-module__KlpExa__subImagePreviewCard{border:1px solid var(--card-border);width:80px;height:80px;box-shadow:0 2px 4px var(--shadow-color);border-radius:8px;position:relative;overflow:hidden}.AddProductForm-module__KlpExa__subImagePreview{object-fit:cover;width:100%;height:100%}.AddProductForm-module__KlpExa__removeSubImageCardBtn{color:#fff;cursor:pointer;background:#f44336e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:10px;transition:all .2s;display:flex;position:absolute;top:4px;right:4px}.AddProductForm-module__KlpExa__removeSubImageCardBtn:hover{background:#f44336;transform:scale(1.1)}.AddProductForm-module__KlpExa__featuresSection{flex-direction:column;gap:10px;margin-top:10px;display:flex}.AddProductForm-module__KlpExa__featureRow{align-items:center;gap:10px;display:flex}.AddProductForm-module__KlpExa__removeFeatureBtn{background:var(--input-bg);color:#f44336;border:1px solid var(--border-color);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.AddProductForm-module__KlpExa__removeFeatureBtn:hover{color:#fff;background:#f44336;border-color:#f44336}.AddProductForm-module__KlpExa__addFeatureBtn{background:var(--input-bg);color:var(--text);border:1px dashed var(--border-color);cursor:pointer;border-radius:8px;width:fit-content;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s}.AddProductForm-module__KlpExa__addFeatureBtn:hover{background:var(--hover-bg);border-color:var(--text)}.AddProductForm-module__KlpExa__catBox{border:1px solid var(--card-border);background:var(--card-bg);border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;padding:12px;display:grid}.AddProductForm-module__KlpExa__catItem{border:1px solid var(--card-border);background:var(--input-bg);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;transition:all .2s;display:flex}.AddProductForm-module__KlpExa__catItem:hover{background:var(--hover-bg);border-color:var(--text)}.AddProductForm-module__KlpExa__catItemActive{box-shadow:0 2px 4px var(--shadow-color);border-color:var(--theme-add-btn,#4caf50)!important;background:#4caf501f!important}.AddProductForm-module__KlpExa__catCheckbox{accent-color:var(--theme-add-btn,#4caf50);cursor:pointer;width:15px;height:15px}.AddProductForm-module__KlpExa__catName{color:var(--text);font-size:13px;font-weight:500}.AddProductForm-module__KlpExa__errorText{color:#f44336;margin-top:2px;margin-bottom:2px;font-size:12px;font-weight:500}.AddProductForm-module__KlpExa__addBtn{background:var(--theme-add-btn,#4caf50);color:#fff;cursor:pointer;border:none;border-radius:10px;outline:none;width:100%;margin-top:10px;padding:12px;font-size:15px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #4caf5033}.AddProductForm-module__KlpExa__addBtn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 16px #4caf5040}.AddProductForm-module__KlpExa__addBtn:active{transform:translateY(0)}.AddProductForm-module__KlpExa__actionButtonsRow{gap:12px;width:100%;margin-top:16px;display:flex}.AddProductForm-module__KlpExa__actionButtonsRow button{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:12px;font-size:14px;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.AddProductForm-module__KlpExa__draftBtn{background:var(--input-bg);color:var(--text);border:1px solid var(--border-color)!important}.AddProductForm-module__KlpExa__draftBtn:hover{background:var(--border-color);transform:translateY(-1px)}.AddProductForm-module__KlpExa__publishBtn{background:var(--theme-add-btn,#4caf50);color:#fff;box-shadow:0 4px 12px #4caf5033}.AddProductForm-module__KlpExa__publishBtn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 16px #4caf5040}.AddProductForm-module__KlpExa__actionButtonsRow button:active{transform:translateY(0)}.AddProductForm-module__KlpExa__cancelEditBtn{background:#6b7280;color:#fff!important}.AddProductForm-module__KlpExa__cancelEditBtn:hover{background:#4b5563;transform:translateY(-1px)}.AddProductForm-module__KlpExa__divider{background:var(--border-color);border:none;height:1px;margin:40px 0}.AddProductForm-module__KlpExa__listSection{flex-direction:column;gap:20px;margin-top:20px;display:flex}.AddProductForm-module__KlpExa__listHeaderRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.AddProductForm-module__KlpExa__listTitle{color:var(--text);margin:0;font-size:20px;font-weight:700}.AddProductForm-module__KlpExa__tabButtonGroup{gap:8px;display:flex}.AddProductForm-module__KlpExa__tabBtn{border:1px solid var(--border-color);background:var(--input-bg);color:var(--text);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.AddProductForm-module__KlpExa__tabBtn:hover{background:var(--hover-bg)}.AddProductForm-module__KlpExa__tabBtnActive{background:var(--theme-add-btn,#4caf50)!important;color:#fff!important;border-color:var(--theme-add-btn,#4caf50)!important}.AddProductForm-module__KlpExa__tabBtnDeletedActive{color:#fff!important;background:#f44336!important;border-color:#f44336!important}.AddProductForm-module__KlpExa__filterControls{flex-wrap:wrap;gap:12px;display:flex}.AddProductForm-module__KlpExa__searchInput{border:1px solid var(--input-border);background:var(--input-bg);min-width:180px;color:var(--text);border-radius:10px;outline:none;flex:2;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .25s,box-shadow .25s}.AddProductForm-module__KlpExa__searchInput::placeholder{color:var(--text-faint)}.AddProductForm-module__KlpExa__searchInput:focus{border-color:var(--green-primary,#10b981);box-shadow:0 0 0 3px var(--green-glow,#10b98133)}.AddProductForm-module__KlpExa__categorySelect{border:1px solid var(--input-border);background:var(--input-bg);min-width:150px;color:var(--text);cursor:pointer;border-radius:10px;outline:none;flex:1;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .25s,box-shadow .25s}.AddProductForm-module__KlpExa__categorySelect:focus{border-color:var(--green-primary,#10b981);box-shadow:0 0 0 3px var(--green-glow,#10b98133)}.AddProductForm-module__KlpExa__noResults{text-align:center;color:var(--text);opacity:.6;background:var(--card-bg);border:1px dashed var(--border-color);border-radius:12px;padding:40px}.AddProductForm-module__KlpExa__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.AddProductForm-module__KlpExa__productCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 4px 12px var(--shadow-color);border-radius:16px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.AddProductForm-module__KlpExa__productCard:hover{box-shadow:0 8px 24px var(--shadow-color);transform:translateY(-4px)}.AddProductForm-module__KlpExa__cardHeader{background:var(--hover-bg);width:100%;padding-top:75%;position:relative;overflow:hidden}.AddProductForm-module__KlpExa__cardImageWrapper{width:100%;height:100%;position:absolute;top:0;left:0}.AddProductForm-module__KlpExa__cardImage{object-fit:cover;width:100%;height:100%}.AddProductForm-module__KlpExa__cardBadges{z-index:2;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:10px;left:10px;right:10px}.AddProductForm-module__KlpExa__badgeDraft,.AddProductForm-module__KlpExa__badgePublished,.AddProductForm-module__KlpExa__badgeInStock,.AddProductForm-module__KlpExa__badgeOutOfStock{text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;padding:4px 8px;font-size:10px;font-weight:700}.AddProductForm-module__KlpExa__badgeDraft{color:#fff;background:#ffc107e6}.AddProductForm-module__KlpExa__badgePublished{color:#fff;background:#4caf50e6}.AddProductForm-module__KlpExa__badgeInStock{color:#fff;background:#2196f3e6}.AddProductForm-module__KlpExa__badgeOutOfStock{color:#fff;background:#f44336e6}.AddProductForm-module__KlpExa__cardContent{flex-direction:column;flex-grow:1;gap:10px;padding:16px;display:flex}.AddProductForm-module__KlpExa__cardName{color:var(--text);margin:0;font-size:16px;font-weight:700;line-height:1.4}.AddProductForm-module__KlpExa__cardMeta{justify-content:space-between;align-items:center;font-size:14px;display:flex}.AddProductForm-module__KlpExa__cardPrice{color:var(--theme-add-btn,#4caf50);font-weight:700}.AddProductForm-module__KlpExa__cardQty{color:var(--text);opacity:.7}.AddProductForm-module__KlpExa__cardCategories{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.AddProductForm-module__KlpExa__categoryTag{background:var(--hover-bg);border:1px solid var(--border-color);color:var(--text);opacity:.8;border-radius:20px;padding:2px 8px;font-size:11px}.AddProductForm-module__KlpExa__cardActions{border-top:1px solid var(--border-color);background:var(--hover-bg);gap:10px;padding:12px 16px 16px;display:flex}.AddProductForm-module__KlpExa__cardActions button,.AddProductForm-module__KlpExa__restoreBtn,.AddProductForm-module__KlpExa__permanentDeleteBtn{cursor:pointer;text-align:center;border:none;border-radius:8px;flex:1;padding:8px 12px;font-size:13px;font-weight:600;transition:all .2s}.AddProductForm-module__KlpExa__editBtn{color:#fff;background:#2196f3}.AddProductForm-module__KlpExa__editBtn:hover{background:#1976d2;transform:translateY(-1px)}.AddProductForm-module__KlpExa__deleteBtn{color:#fff;background:#f44336}.AddProductForm-module__KlpExa__deleteBtn:hover{background:#d32f2f;transform:translateY(-1px)}.AddProductForm-module__KlpExa__restoreBtn{color:#fff;background:#4caf50}.AddProductForm-module__KlpExa__restoreBtn:hover{background:#388e3c;transform:translateY(-1px)}.AddProductForm-module__KlpExa__permanentDeleteBtn{color:#fff;background:#f44336}.AddProductForm-module__KlpExa__permanentDeleteBtn:hover{background:#d32f2f;transform:translateY(-1px)}.AddProductForm-module__KlpExa__popupOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.AddProductForm-module__KlpExa__popupBox{background:var(--card-bg);width:100%;max-width:440px;color:var(--text);border:1px solid var(--card-border);border-radius:20px;padding:24px;animation:.2s cubic-bezier(.16,1,.3,1) AddProductForm-module__KlpExa__popupShow;box-shadow:0 10px 30px #00000040}.AddProductForm-module__KlpExa__popupBox h2{margin-top:0;margin-bottom:12px;font-size:20px;font-weight:700}.AddProductForm-module__KlpExa__popupBox p{opacity:.85;margin-bottom:20px;font-size:15px;line-height:1.6}.AddProductForm-module__KlpExa__highlightTitle{color:var(--theme-add-btn,#4caf50);font-weight:700}.AddProductForm-module__KlpExa__popupButtons{gap:12px;display:flex}.AddProductForm-module__KlpExa__cancelBtn,.AddProductForm-module__KlpExa__confirmDeleteBtn,.AddProductForm-module__KlpExa__confirmRestoreBtn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px 16px;font-size:14px;font-weight:600;transition:all .2s}.AddProductForm-module__KlpExa__cancelBtn{background:var(--input-bg);border:1px solid var(--border-color);color:var(--text)}.AddProductForm-module__KlpExa__cancelBtn:hover{background:var(--hover-bg)}.AddProductForm-module__KlpExa__confirmDeleteBtn{color:#fff;background:#f44336}.AddProductForm-module__KlpExa__confirmDeleteBtn:hover{background:#d32f2f}.AddProductForm-module__KlpExa__confirmRestoreBtn{color:#fff;background:#4caf50}.AddProductForm-module__KlpExa__confirmRestoreBtn:hover{background:#388e3c}@keyframes AddProductForm-module__KlpExa__popupShow{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:768px){.AddProductForm-module__KlpExa__listHeaderRow{flex-direction:column;align-items:flex-start}.AddProductForm-module__KlpExa__tabButtonGroup{width:100%}.AddProductForm-module__KlpExa__tabBtn{text-align:center;flex:1}.AddProductForm-module__KlpExa__filterControls{flex-direction:column}.AddProductForm-module__KlpExa__productGrid{grid-template-columns:1fr}.AddProductForm-module__KlpExa__popupButtons{flex-direction:column}}
.Inventory-module__IjlWOW__container{flex-direction:column;gap:16px;width:100%;display:flex}.Inventory-module__IjlWOW__tableContainer{width:100%;box-shadow:0 4px 20px var(--shadow-color);background:var(--card-bg);border-radius:12px;overflow-x:auto}.Inventory-module__IjlWOW__table{border-collapse:collapse;background-color:var(--card-bg);width:100%;color:var(--text);border:1px solid var(--card-border);font-family:inherit}.Inventory-module__IjlWOW__table th,.Inventory-module__IjlWOW__table td{border-bottom:1px solid var(--card-border);vertical-align:middle;text-align:left;padding:14px 16px;font-size:14px}.Inventory-module__IjlWOW__table th{background-color:var(--sidebar-bg);color:var(--text);letter-spacing:.02em;font-weight:700}.Inventory-module__IjlWOW__table tbody tr{transition:background-color .2s}.Inventory-module__IjlWOW__table tbody tr:hover{background-color:var(--hover-bg)}.Inventory-module__IjlWOW__image{object-fit:cover;border:1px solid var(--card-border);width:64px;height:64px;box-shadow:0 4px 10px var(--shadow-color);border-radius:8px}.Inventory-module__IjlWOW__input,.Inventory-module__IjlWOW__textarea{background:var(--input-bg);width:100%;color:var(--text);border:1px solid var(--input-border);border-radius:8px;padding:8px 12px;font-family:inherit;font-size:14px;transition:all .25s}.Inventory-module__IjlWOW__input::placeholder,.Inventory-module__IjlWOW__textarea::placeholder{color:var(--text-faint)}.Inventory-module__IjlWOW__input:focus,.Inventory-module__IjlWOW__textarea:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b98126}.Inventory-module__IjlWOW__textarea{resize:vertical;min-height:70px}.Inventory-module__IjlWOW__dimensions{gap:6px;display:flex}.Inventory-module__IjlWOW__dimensions input{text-align:center;width:54px;padding:8px 4px}.Inventory-module__IjlWOW__editRow{background:#4caf500a!important}.Inventory-module__IjlWOW__subImagesRow{background:var(--hover-bg);border-bottom:1px solid var(--card-border);padding:20px}.Inventory-module__IjlWOW__subImagesTitle{color:var(--text);margin-bottom:12px;font-weight:700}.Inventory-module__IjlWOW__subImagesList{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.Inventory-module__IjlWOW__subImageInput{align-items:center;gap:8px;display:flex}.Inventory-module__IjlWOW__subImageInput input{flex:1}.Inventory-module__IjlWOW__subImageInput button{color:#fff;cursor:pointer;background:#e53935;border:none;border-radius:8px;padding:8px 12px;transition:opacity .2s}.Inventory-module__IjlWOW__subImageInput button:hover{opacity:.9}.Inventory-module__IjlWOW__addBtn,.Inventory-module__IjlWOW__editBtn,.Inventory-module__IjlWOW__saveBtn,.Inventory-module__IjlWOW__cancelBtn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.Inventory-module__IjlWOW__addBtn{color:#fff;background:#4caf50;margin-top:8px}.Inventory-module__IjlWOW__addBtn:hover{background:#43a047}.Inventory-module__IjlWOW__editBtn{color:#fff;background:#1976d2}.Inventory-module__IjlWOW__editBtn:hover{background:#1565c0}.Inventory-module__IjlWOW__saveBtn{color:#fff;background:#4caf50;margin-right:6px}.Inventory-module__IjlWOW__saveBtn:hover{background:#43a047}.Inventory-module__IjlWOW__cancelBtn{color:#fff;background:#757575}.Inventory-module__IjlWOW__cancelBtn:hover{background:#616161}.Inventory-module__IjlWOW__dates small{opacity:.75;font-size:11px;line-height:1.4;display:block}.Inventory-module__IjlWOW__inStockBadge,.Inventory-module__IjlWOW__outOfStockBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.Inventory-module__IjlWOW__inStockBadge{color:#4caf50;background:#4caf5026;border:1px solid #4caf5040}.Inventory-module__IjlWOW__outOfStockBadge{color:#e53935;background:#e5393526;border:1px solid #e5393540}.Inventory-module__IjlWOW__toggle{cursor:pointer;border:1px solid #0000;border-radius:13px;width:50px;height:26px;transition:background-color .3s cubic-bezier(.4,0,.2,1);position:relative}.Inventory-module__IjlWOW__toggleOn{background-color:#4caf50}.Inventory-module__IjlWOW__toggleOff{background-color:#bdbdbd}.Inventory-module__IjlWOW__knob{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:1px;left:1px;box-shadow:0 2px 5px #00000040}.Inventory-module__IjlWOW__toggleOn .Inventory-module__IjlWOW__knob{transform:translate(24px)}.Inventory-module__IjlWOW__controlsBar{background:var(--sidebar-bg);border:1px solid var(--card-border);box-shadow:0 4px 12px var(--shadow-color);border-radius:12px;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:8px;padding:16px;display:flex}.Inventory-module__IjlWOW__searchWrapper{flex:1;align-items:center;max-width:45%;display:flex;position:relative}.Inventory-module__IjlWOW__searchIcon{width:18px;height:18px;color:var(--text);opacity:.5;pointer-events:none;position:absolute;left:12px}.Inventory-module__IjlWOW__searchInput{background:var(--input-bg);border:1px solid var(--input-border);width:100%;color:var(--text);border-radius:8px;padding:10px 38px;font-size:14px;transition:all .2s}.Inventory-module__IjlWOW__searchInput:focus{border-color:#4caf50;outline:none;box-shadow:0 0 0 3px #4caf5026}.Inventory-module__IjlWOW__clearSearchBtn{color:var(--text);cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px;font-size:14px;transition:opacity .2s;position:absolute;right:12px}.Inventory-module__IjlWOW__clearSearchBtn:hover{opacity:1}.Inventory-module__IjlWOW__filtersGroup{flex-wrap:wrap;gap:16px;display:flex}.Inventory-module__IjlWOW__filterControl{flex-direction:column;gap:6px;display:flex}.Inventory-module__IjlWOW__filterControl label{text-transform:uppercase;letter-spacing:.05em;color:var(--text);opacity:.7;font-size:12px;font-weight:700}.Inventory-module__IjlWOW__selectInput{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text);cursor:pointer;border-radius:8px;min-width:150px;padding:10px 14px;font-size:13px;transition:all .2s}.Inventory-module__IjlWOW__selectInput:focus{border-color:#4caf50;outline:none}.Inventory-module__IjlWOW__metricsBar{color:var(--text);opacity:.9;justify-content:space-between;align-items:center;padding:4px 6px;font-size:13px;display:flex}.Inventory-module__IjlWOW__metricsText{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.Inventory-module__IjlWOW__activeFilterBadge{color:#4caf50;background:#4caf501f;border:1px solid #4caf5033;border-radius:99px;margin-left:6px;padding:2px 10px;font-size:11px;font-weight:700}.Inventory-module__IjlWOW__pageSizeSelector{align-items:center;gap:8px;display:flex}.Inventory-module__IjlWOW__selectPageSize{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text);cursor:pointer;border-radius:6px;padding:4px 8px;font-size:12px}.Inventory-module__IjlWOW__descriptionText{color:var(--text);opacity:.95;font-size:13px;line-height:1.5}.Inventory-module__IjlWOW__readMoreBadge{color:#4caf50;cursor:pointer;background:0 0;border:1px solid #4caf50;border-radius:6px;margin-top:6px;padding:3px 8px;font-size:11px;font-weight:700;transition:all .2s;display:inline-block}.Inventory-module__IjlWOW__readMoreBadge:hover{color:#fff;background:#4caf50;transform:translateY(-1px)}.Inventory-module__IjlWOW__categoriesTags{flex-wrap:wrap;gap:4px;display:flex}.Inventory-module__IjlWOW__categoryTag{background:var(--hover-bg);color:var(--text);border:1px solid var(--card-border);white-space:nowrap;border-radius:6px;padding:2px 8px;font-size:11px}.Inventory-module__IjlWOW__noResultsCell{text-align:center;padding:60px 20px!important}.Inventory-module__IjlWOW__noResults{flex-direction:column;align-items:center;gap:14px;display:flex}.Inventory-module__IjlWOW__noResults svg{width:48px;height:48px;color:var(--text);opacity:.3}.Inventory-module__IjlWOW__noResults p{color:var(--text);opacity:.7;margin:0;font-size:15px;font-weight:500}.Inventory-module__IjlWOW__resetFiltersBtn{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:8px;padding:8px 18px;font-size:13px;font-weight:700;transition:background .2s}.Inventory-module__IjlWOW__resetFiltersBtn:hover{background:#43a047}.Inventory-module__IjlWOW__paginationContainer{justify-content:center;align-items:center;gap:6px;margin-top:24px;padding:10px;display:flex}.Inventory-module__IjlWOW__pageNumbers{align-items:center;gap:6px;display:flex}.Inventory-module__IjlWOW__ellipsis{color:var(--text);opacity:.5;align-self:flex-end;padding:0 4px}.Inventory-module__IjlWOW__pageBtn,.Inventory-module__IjlWOW__pageNumberBtn{border:1px solid var(--card-border);background:var(--card-bg);color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.Inventory-module__IjlWOW__pageBtn:disabled{opacity:.35;cursor:not-allowed;background:var(--hover-bg)}.Inventory-module__IjlWOW__pageBtn:not(:disabled):hover,.Inventory-module__IjlWOW__pageNumberBtn:hover{background:var(--hover-bg);border-color:var(--text)}.Inventory-module__IjlWOW__activePage{box-shadow:0 4px 10px #4caf5040;color:#fff!important;background:#4caf50!important;border-color:#4caf50!important}.Inventory-module__IjlWOW__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000a6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.25s Inventory-module__IjlWOW__fadeIn;display:flex;position:fixed;top:0;left:0}.Inventory-module__IjlWOW__modalContent{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;flex-direction:column;width:100%;max-width:600px;max-height:80vh;animation:.3s cubic-bezier(.16,1,.3,1) Inventory-module__IjlWOW__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 50px #0006}@keyframes Inventory-module__IjlWOW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Inventory-module__IjlWOW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Inventory-module__IjlWOW__modalHeader{border-bottom:1px solid var(--card-border);background:var(--sidebar-bg);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Inventory-module__IjlWOW__modalTitle{color:var(--text);margin:0;font-family:inherit;font-size:18px;font-weight:700}.Inventory-module__IjlWOW__modalCloseIcon{color:var(--text);cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px;font-size:20px;transition:opacity .2s}.Inventory-module__IjlWOW__modalCloseIcon:hover{opacity:1}.Inventory-module__IjlWOW__modalBody{color:var(--text);flex:1;padding:20px;overflow-y:auto}.Inventory-module__IjlWOW__modalBody::-webkit-scrollbar{width:8px}.Inventory-module__IjlWOW__modalBody::-webkit-scrollbar-track{background:0 0}.Inventory-module__IjlWOW__modalBody::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:4px}.Inventory-module__IjlWOW__modalBody::-webkit-scrollbar-thumb:hover{background:var(--text);opacity:.4}.Inventory-module__IjlWOW__markdownContent{font-size:14px;line-height:1.6}.Inventory-module__IjlWOW__markdownContent p{margin-bottom:14px}.Inventory-module__IjlWOW__markdownContent h1,.Inventory-module__IjlWOW__markdownContent h2,.Inventory-module__IjlWOW__markdownContent h3{color:var(--text);margin-top:20px;margin-bottom:8px;font-weight:700}.Inventory-module__IjlWOW__markdownContent h1{font-size:1.5rem}.Inventory-module__IjlWOW__markdownContent h2{font-size:1.3rem}.Inventory-module__IjlWOW__markdownContent h3{font-size:1.1rem}.Inventory-module__IjlWOW__markdownContent ul,.Inventory-module__IjlWOW__markdownContent ol{margin-bottom:14px;margin-left:24px}.Inventory-module__IjlWOW__markdownContent li{margin-bottom:6px}.Inventory-module__IjlWOW__markdownContent code{background:var(--hover-bg);border-radius:4px;padding:2px 6px;font-family:monospace;font-size:12px}.Inventory-module__IjlWOW__markdownContent blockquote{opacity:.85;border-left:4px solid #4caf50;margin:12px 0;padding-left:12px;font-style:italic}.Inventory-module__IjlWOW__modalFooter{border-top:1px solid var(--card-border);background:var(--sidebar-bg);justify-content:flex-end;padding:12px 20px;display:flex}.Inventory-module__IjlWOW__modalCloseBtn{color:#fff;cursor:pointer;background:#757575;border:none;border-radius:8px;padding:8px 18px;font-size:13px;font-weight:700;transition:background .2s}.Inventory-module__IjlWOW__modalCloseBtn:hover{background:#616161}@media (max-width:768px){.Inventory-module__IjlWOW__controlsBar{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.Inventory-module__IjlWOW__searchWrapper{max-width:100%}.Inventory-module__IjlWOW__filtersGroup{flex-direction:column;gap:10px}.Inventory-module__IjlWOW__filterControl,.Inventory-module__IjlWOW__selectInput{width:100%}.Inventory-module__IjlWOW__metricsBar{flex-direction:column;align-items:flex-start;gap:8px;padding:0 4px}.Inventory-module__IjlWOW__pageSizeSelector{justify-content:space-between;width:100%}.Inventory-module__IjlWOW__tableContainer{box-shadow:none;background:0 0}.Inventory-module__IjlWOW__table{background:0 0;border:none;width:100%;display:block}.Inventory-module__IjlWOW__table thead{display:none}.Inventory-module__IjlWOW__table tbody{flex-direction:column;gap:1.25rem;width:100%;display:flex}.Inventory-module__IjlWOW__table tbody tr{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 4px 15px var(--shadow-color);border-radius:16px;padding:16px;transition:transform .25s;display:block;position:relative}.Inventory-module__IjlWOW__table tbody tr:hover{background-color:var(--card-bg);transform:translateY(-2px)}.Inventory-module__IjlWOW__table td{border:none;border-bottom:1px dashed var(--card-border);text-align:right;justify-content:space-between;align-items:center;padding:10px 0;font-size:13px;display:flex}.Inventory-module__IjlWOW__table td:last-child{border-bottom:none;justify-content:flex-end;gap:8px;padding-top:14px}.Inventory-module__IjlWOW__table td:before{content:attr(data-label);text-align:left;color:var(--text);opacity:.8;flex:1;font-weight:700}.Inventory-module__IjlWOW__table td[data-label=Image]{border-bottom:1px solid var(--card-border);justify-content:center;margin-bottom:8px;padding-bottom:14px}.Inventory-module__IjlWOW__table td[data-label=Image]:before{display:none}.Inventory-module__IjlWOW__image{border-radius:12px;width:90px;height:90px}.Inventory-module__IjlWOW__productName{font-weight:800;color:var(--text)!important;font-size:16px!important}.Inventory-module__IjlWOW__productDesc{flex-direction:column;align-items:flex-end;gap:4px}.Inventory-module__IjlWOW__descriptionText{word-break:break-word;opacity:.85;text-align:right;max-width:100%;font-size:12px!important}.Inventory-module__IjlWOW__dimensionsText{justify-content:flex-end}.Inventory-module__IjlWOW__editRow{background:var(--card-bg)!important;border:1.5px solid #4caf50!important;border-bottom:none!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;padding-bottom:0!important}.Inventory-module__IjlWOW__editSubRow{background:var(--card-bg)!important;border:1.5px solid #4caf50!important;border-top:none!important;border-radius:0 0 16px 16px!important;margin-top:-15px!important;padding-top:0!important;padding-bottom:20px!important;display:block!important}.Inventory-module__IjlWOW__editRow td{text-align:left;flex-direction:column;align-items:stretch;padding:12px 0}.Inventory-module__IjlWOW__editRow td:before{margin-bottom:6px}.Inventory-module__IjlWOW__editRow td input,.Inventory-module__IjlWOW__editRow td textarea{width:100%!important}.Inventory-module__IjlWOW__editRow td.Inventory-module__IjlWOW__dimensions{gap:12px;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important}.Inventory-module__IjlWOW__editRow td.Inventory-module__IjlWOW__dimensions:before{margin-bottom:0!important}.Inventory-module__IjlWOW__editRow td.Inventory-module__IjlWOW__dimensions input{text-align:center;width:70px!important}.Inventory-module__IjlWOW__editRow td:last-child{gap:10px;flex-direction:row!important;justify-content:flex-end!important;padding-top:16px!important}.Inventory-module__IjlWOW__subImagesRow{border-top:1px solid var(--card-border);background:0 0;padding:16px 0;display:block}.Inventory-module__IjlWOW__subImageInput{flex-direction:row;align-items:center;gap:8px}.Inventory-module__IjlWOW__subImageInput input{flex:1!important;width:auto!important}.Inventory-module__IjlWOW__paginationContainer{flex-wrap:wrap;gap:10px}}.Inventory-module__IjlWOW__badgeDraft,.Inventory-module__IjlWOW__badgePublished{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:9999px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-block}.Inventory-module__IjlWOW__badgeDraft{color:#ffb300;background:#ffc10726;border:1px solid #ffc1074d}.Inventory-module__IjlWOW__badgePublished{color:#4caf50;background:#4caf5026;border:1px solid #4caf504d}.Inventory-module__IjlWOW__tabsHeader{border-bottom:1px solid var(--card-border);gap:12px;margin-bottom:20px;padding-bottom:8px;display:flex}.Inventory-module__IjlWOW__tabBtn{color:var(--text);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:8px 8px 0 0;padding:10px 20px;font-size:14px;font-weight:600;transition:all .25s}.Inventory-module__IjlWOW__tabBtn:hover{opacity:1;background:var(--hover-bg)}.Inventory-module__IjlWOW__activeTab{opacity:1;background:var(--sidebar-bg);color:#4caf50;border-bottom:2px solid #4caf50}.Inventory-module__IjlWOW__trashBtn,.Inventory-module__IjlWOW__restoreBtn,.Inventory-module__IjlWOW__permanentDeleteBtn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.Inventory-module__IjlWOW__trashBtn{color:#fff;background:#e65100;margin-left:6px}.Inventory-module__IjlWOW__trashBtn:hover{opacity:.9;background:#e65100}.Inventory-module__IjlWOW__restoreBtn{color:#fff;background:#2e7d32}.Inventory-module__IjlWOW__restoreBtn:hover{background:#1b5e20}.Inventory-module__IjlWOW__permanentDeleteBtn{color:#fff;background:#c62828;margin-left:6px}.Inventory-module__IjlWOW__permanentDeleteBtn:hover{background:#b71c1c}.Inventory-module__IjlWOW__popupOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Inventory-module__IjlWOW__popupBox{background:var(--card-bg);width:100%;max-width:420px;color:var(--text);border:1px solid var(--card-border);border-radius:20px;padding:28px;animation:.25s cubic-bezier(.16,1,.3,1) Inventory-module__IjlWOW__popupShow;box-shadow:0 10px 30px #0000004d}.Inventory-module__IjlWOW__popupBox h2{margin-top:0;margin-bottom:12px;font-size:22px;font-weight:700}.Inventory-module__IjlWOW__popupBox p{opacity:.9;margin-bottom:24px;font-size:15px;line-height:1.6}.Inventory-module__IjlWOW__productHighlight{color:#4caf50;font-weight:700}.Inventory-module__IjlWOW__popupButtons{justify-content:flex-end;gap:12px;display:flex}.Inventory-module__IjlWOW__confirmBtn{color:#fff;cursor:pointer;background:#e53935;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:background-color .2s}.Inventory-module__IjlWOW__confirmBtn:hover{background:#d32f2f}.Inventory-module__IjlWOW__confirmRestoreBtn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:background-color .2s}.Inventory-module__IjlWOW__confirmRestoreBtn:hover{background:#1b5e20}@keyframes Inventory-module__IjlWOW__popupShow{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.adminOrders-module__8YG_NW__page{color:var(--text);background:0 0;padding:0}.adminOrders-module__8YG_NW__title{color:var(--text);letter-spacing:-.3px;margin-bottom:24px;font-size:1.5rem;font-weight:700}.adminOrders-module__8YG_NW__controlsRow{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--shadow-md);border-radius:14px;flex-wrap:wrap;gap:14px;margin-bottom:24px;padding:16px;display:flex}.adminOrders-module__8YG_NW__searchBar{flex:1;min-width:200px}.adminOrders-module__8YG_NW__searchInput{border:1px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--text);border-radius:10px;outline:none;padding:11px 16px;font-size:14px;transition:border-color .25s,box-shadow .25s}.adminOrders-module__8YG_NW__searchInput::placeholder{color:var(--text-faint)}.adminOrders-module__8YG_NW__searchInput:focus{border-color:var(--green-primary);box-shadow:0 0 0 3px var(--green-glow)}.adminOrders-module__8YG_NW__filterGroup{flex-wrap:wrap;gap:12px;display:flex}.adminOrders-module__8YG_NW__filterControl{flex-direction:column;gap:4px;display:flex}.adminOrders-module__8YG_NW__filterControl label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-size:10px;font-weight:700}.adminOrders-module__8YG_NW__selectInput{border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);cursor:pointer;appearance:auto;border-radius:10px;outline:none;min-width:160px;padding:10px 14px;font-size:13px;transition:border-color .25s,box-shadow .25s}.adminOrders-module__8YG_NW__selectInput:focus{border-color:var(--green-primary);box-shadow:0 0 0 3px var(--green-glow)}.adminOrders-module__8YG_NW__noOrders{text-align:center;color:var(--text-muted);background:var(--card-bg);border:1px dashed var(--card-border);border-radius:16px;padding:56px 20px;font-size:15px}.adminOrders-module__8YG_NW__orderCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--shadow-md);border-radius:16px;margin-bottom:18px;padding:20px;transition:box-shadow .25s,border-color .25s}.adminOrders-module__8YG_NW__orderCard:hover{box-shadow:var(--shadow-lg);border-color:#ffffff1f}.adminOrders-module__8YG_NW__header{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:14px;padding-bottom:14px;display:flex}.adminOrders-module__8YG_NW__header h3{color:var(--text);word-break:break-all;margin:0 0 4px;font-family:monospace;font-size:.88rem;font-weight:700}.adminOrders-module__8YG_NW__time{color:var(--text-faint);margin:2px 0;font-size:12px}.adminOrders-module__8YG_NW__statusBox{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.adminOrders-module__8YG_NW__paymentStatus{letter-spacing:.05em;text-transform:uppercase;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700}.adminOrders-module__8YG_NW__paid{color:#34d399;background:#10b98126;border:1px solid #10b98140}.adminOrders-module__8YG_NW__cancelled{color:#f87171;background:#ef444426;border:1px solid #ef444440}.adminOrders-module__8YG_NW__pending{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b40}.adminOrders-module__8YG_NW__orderStatus{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.adminOrders-module__8YG_NW__section{border-top:1px solid var(--border-color);margin-top:14px;padding-top:14px}.adminOrders-module__8YG_NW__section:first-of-type{border-top:none;margin-top:0;padding-top:0}.adminOrders-module__8YG_NW__section h4{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:10px;font-size:11px;font-weight:700}.adminOrders-module__8YG_NW__section p{color:var(--text);margin:3px 0;font-size:13px;line-height:1.5}.adminOrders-module__8YG_NW__items{flex-direction:column;gap:10px;display:flex}.adminOrders-module__8YG_NW__itemRow{background:var(--hover-bg);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:12px;padding:10px 12px;transition:border-color .2s;display:flex}.adminOrders-module__8YG_NW__itemRow:hover{border-color:#ffffff1f}.adminOrders-module__8YG_NW__itemRow img{object-fit:cover;border:1px solid var(--card-border);border-radius:8px;flex-shrink:0;width:56px;height:56px}.adminOrders-module__8YG_NW__itemInfo{flex-direction:column;flex:1;gap:3px;display:flex}.adminOrders-module__8YG_NW__itemInfo strong{color:var(--text);font-size:13px;font-weight:600}.adminOrders-module__8YG_NW__itemInfo span{color:var(--text-muted);font-size:12px}.adminOrders-module__8YG_NW__itemTotal{color:var(--green-primary);white-space:nowrap;font-size:14px;font-weight:700}.adminOrders-module__8YG_NW__total{border-top:1px solid var(--border-color);text-align:right;color:var(--green-primary);margin-top:16px;padding-top:14px;font-size:1.05rem;font-weight:800}.adminOrders-module__8YG_NW__actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.adminOrders-module__8YG_NW__actions button{border:1px solid var(--border-color);background:var(--hover-bg);color:var(--text-muted);cursor:pointer;letter-spacing:.04em;border-radius:20px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s}.adminOrders-module__8YG_NW__actions button:hover{color:var(--text);background:#ffffff0f;border-color:#ffffff26}.adminOrders-module__8YG_NW__active{box-shadow:0 2px 8px #10b98126;color:#10b981!important;background:linear-gradient(135deg,#10b98133,#10b9811a)!important;border-color:#10b98159!important}@media (max-width:768px){.adminOrders-module__8YG_NW__controlsRow{flex-direction:column;gap:12px}.adminOrders-module__8YG_NW__filterGroup{flex-direction:column;gap:10px}.adminOrders-module__8YG_NW__filterControl{width:100%}.adminOrders-module__8YG_NW__selectInput{min-width:100%}.adminOrders-module__8YG_NW__header{flex-direction:column;align-items:flex-start}.adminOrders-module__8YG_NW__statusBox{flex-flow:wrap;align-items:flex-start}.adminOrders-module__8YG_NW__itemRow{flex-wrap:wrap;gap:8px}.adminOrders-module__8YG_NW__total{text-align:left}.adminOrders-module__8YG_NW__actions{gap:6px}}
.Blogs-module__T13jVW__blogs_Section{background:var(--bg);max-width:900px;color:var(--text);border:1px solid var(--border-color);box-shadow:0 6px 18px var(--shadow-color);border-radius:12px;margin:40px auto;padding:24px}.Blogs-module__T13jVW__heading{text-align:center;margin-bottom:20px;font-size:24px}.Blogs-module__T13jVW__blogs_Section form{flex-direction:column;gap:14px;display:flex}.Blogs-module__T13jVW__blogs_Section input,.Blogs-module__T13jVW__blogs_Section textarea,.Blogs-module__T13jVW__blogs_Section select{border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px;transition:border .2s,box-shadow .2s}.Blogs-module__T13jVW__blogs_Section input::placeholder,.Blogs-module__T13jVW__blogs_Section textarea::placeholder{color:var(--text-faint)}.Blogs-module__T13jVW__blogs_Section input:focus,.Blogs-module__T13jVW__blogs_Section textarea:focus,.Blogs-module__T13jVW__blogs_Section select:focus{border-color:var(--active-border);box-shadow:0 0 0 3px #10b9812e}.Blogs-module__T13jVW__blogs_Section textarea{resize:vertical;min-height:80px}.Blogs-module__T13jVW__blogs_Section select{cursor:pointer}.Blogs-module__T13jVW__blogs_Section button[type=submit]{cursor:pointer;background:var(--theme-add-btn);color:#fff;border:none;border-radius:10px;margin-top:10px;padding:12px;font-size:15px;font-weight:600;transition:transform .2s,opacity .2s}.Blogs-module__T13jVW__blogs_Section button[type=submit]:hover{opacity:.9;transform:translateY(-1px)}.Blogs-module__T13jVW__divider{background:var(--border-color);border:none;height:1px;margin:30px 0}.Blogs-module__T13jVW__blogList{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.Blogs-module__T13jVW__blogCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 4px 12px var(--shadow-color);border-radius:10px;flex-direction:column;justify-content:space-between;padding:16px;display:flex}.Blogs-module__T13jVW__blogCard h3{color:var(--text);margin-bottom:12px;font-size:16px}.Blogs-module__T13jVW__blogButtons{gap:10px;display:flex}.Blogs-module__T13jVW__editBtn,.Blogs-module__T13jVW__deleteBtn,.Blogs-module__T13jVW__restoreBtn,.Blogs-module__T13jVW__permanentDeleteBtn{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.Blogs-module__T13jVW__editBtn{color:#2196f3;background:#2196f31a;border:1px solid #2196f34d!important}.Blogs-module__T13jVW__editBtn:hover{color:#fff;background:#2196f3;transform:translateY(-1px)}.Blogs-module__T13jVW__deleteBtn{color:#f44336;background:#f443361a;border:1px solid #f443364d!important}.Blogs-module__T13jVW__deleteBtn:hover{color:#fff;background:#f44336;transform:translateY(-1px)}.Blogs-module__T13jVW__restoreBtn{color:#4caf50;background:#4caf501a;border:1px solid #4caf504d!important}.Blogs-module__T13jVW__restoreBtn:hover{color:#fff;background:#4caf50;transform:translateY(-1px)}.Blogs-module__T13jVW__permanentDeleteBtn{color:#f44336;background:#f443361a;border:1px solid #f443364d!important}.Blogs-module__T13jVW__permanentDeleteBtn:hover{color:#fff;background:#f44336;transform:translateY(-1px)}@media (max-width:600px){.Blogs-module__T13jVW__blogs_Section{padding:16px}.Blogs-module__T13jVW__heading{font-size:20px}}.Blogs-module__T13jVW__fullWidthTextarea{box-sizing:border-box;width:100%;display:block}.Blogs-module__T13jVW__imagePreviewBox{flex-direction:column;gap:10px;margin-top:10px;display:flex}.Blogs-module__T13jVW__removeImageBtn{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:6px;width:fit-content;padding:8px 12px;font-size:13px}.Blogs-module__T13jVW__removeImageBtn:hover{opacity:.9}.Blogs-module__T13jVW__linkRow{gap:10px;width:100%;display:flex}.Blogs-module__T13jVW__linkRow input{flex:1}.Blogs-module__T13jVW__sectionHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;display:flex}.Blogs-module__T13jVW__sectionTypeLabel{color:var(--theme-add-btn);letter-spacing:.5px;font-size:13px;font-weight:700}.Blogs-module__T13jVW__sectionActions{align-items:center;gap:6px;display:flex}.Blogs-module__T13jVW__moveBtn{border:1px solid var(--border-color);background:var(--input-bg);color:var(--text);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:6px 10px;font-size:11px;transition:background-color .2s,opacity .2s,border-color .2s,transform .1s;display:flex}.Blogs-module__T13jVW__moveBtn:hover:not(:disabled){background:var(--theme-add-btn);color:#fff;border-color:var(--theme-add-btn);transform:translateY(-1px)}.Blogs-module__T13jVW__moveBtn:active:not(:disabled){transform:translateY(0)}.Blogs-module__T13jVW__moveBtn:disabled{opacity:.25;cursor:not-allowed}.Blogs-module__T13jVW__removeSectionBtn{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:opacity .2s,transform .1s}.Blogs-module__T13jVW__removeSectionBtn:hover{opacity:.9;transform:translateY(-1px)}.Blogs-module__T13jVW__removeSectionBtn:active{transform:translateY(0)}.Blogs-module__T13jVW__quickAddContainer{background:var(--card-bg);border:1px dashed var(--border-color);border-radius:12px;flex-direction:column;gap:10px;margin:16px 0 10px;padding:18px;display:flex;box-shadow:inset 0 2px 4px #00000005}.Blogs-module__T13jVW__quickAddLabel{color:var(--text);text-transform:uppercase;letter-spacing:.5px;opacity:.8;font-size:13px;font-weight:600}.Blogs-module__T13jVW__quickAddButtons{flex-wrap:wrap;gap:10px;display:flex}.Blogs-module__T13jVW__quickAddBtn{border:1px solid var(--border-color);background:var(--bg);min-width:90px;color:var(--text);cursor:pointer;text-align:center;box-shadow:0 2px 4px var(--shadow-color);border-radius:8px;flex:1;padding:10px 12px;font-size:13px;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1)}.Blogs-module__T13jVW__quickAddBtn:hover{background:var(--theme-add-btn);color:#fff;border-color:var(--theme-add-btn);box-shadow:0 4px 12px var(--shadow-color);transform:translateY(-2px)}.Blogs-module__T13jVW__quickAddBtn:active{transform:translateY(0)}.Blogs-module__T13jVW__dividerRow{text-align:center;color:var(--text);opacity:.5;text-transform:uppercase;letter-spacing:.5px;align-items:center;margin:8px 0;font-size:11px;display:flex}.Blogs-module__T13jVW__dividerRow:before,.Blogs-module__T13jVW__dividerRow:after{content:"";border-bottom:1px solid var(--border-color);flex:1}.Blogs-module__T13jVW__dividerRow:not(:empty):before{margin-right:10px}.Blogs-module__T13jVW__dividerRow:not(:empty):after{margin-left:10px}.Blogs-module__T13jVW__sectionBox{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 4px 12px var(--shadow-color);border-radius:12px;margin-bottom:16px;padding:16px;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s}.Blogs-module__T13jVW__sectionBox:hover{box-shadow:0 6px 18px var(--shadow-color)}.Blogs-module__T13jVW__blogCardHeader{justify-content:space-between;align-items:flex-start;gap:12px;width:100%;margin-bottom:12px;display:flex}.Blogs-module__T13jVW__blogCardHeader h3{flex:1;margin:0}.Blogs-module__T13jVW__badgeDraft,.Blogs-module__T13jVW__badgePublished{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:20px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-block}.Blogs-module__T13jVW__badgeDraft{color:#ffb300;background:#ffc10726;border:1px solid #ffc1074d}.Blogs-module__T13jVW__badgePublished{color:#4caf50;background:#4caf5026;border:1px solid #4caf504d}.Blogs-module__T13jVW__actionButtonsRow{gap:12px;width:100%;margin-top:16px;display:flex}.Blogs-module__T13jVW__actionButtonsRow button{cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px;font-size:14px;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1)}.Blogs-module__T13jVW__draftBtn{background:var(--input-bg);color:var(--text);border:1px solid var(--border-color)!important}.Blogs-module__T13jVW__draftBtn:hover{background:var(--border-color);transform:translateY(-1px)}.Blogs-module__T13jVW__publishBtn{background:var(--theme-add-btn);color:#fff}.Blogs-module__T13jVW__publishBtn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #4caf5033}.Blogs-module__T13jVW__actionButtonsRow button:active{transform:translateY(0)}.Blogs-module__T13jVW__catBox{border:1px solid var(--border-color);background:var(--card-bg);border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-bottom:12px;padding:12px;display:grid}.Blogs-module__T13jVW__catItem{border:1px solid var(--card-border);background:var(--input-bg);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;transition:all .2s;display:flex}.Blogs-module__T13jVW__catItem:hover{background:var(--border-color)}.Blogs-module__T13jVW__catItemActive{box-shadow:0 2px 4px var(--shadow-color);border-color:var(--theme-add-btn)!important;background:#4caf501f!important}.Blogs-module__T13jVW__catCheckbox{accent-color:var(--theme-add-btn);cursor:pointer;width:15px;height:15px}.Blogs-module__T13jVW__catName{color:var(--text);font-size:13px;font-weight:500}.Blogs-module__T13jVW__tabContainer{border-bottom:1px solid var(--border-color);justify-content:center;gap:12px;margin-bottom:24px;padding-bottom:12px;display:flex}.Blogs-module__T13jVW__tabBtn{color:var(--text-faint);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex;position:relative}.Blogs-module__T13jVW__tabBtn:hover{color:var(--text)}.Blogs-module__T13jVW__tabBtnActive{color:var(--theme-add-btn)}.Blogs-module__T13jVW__tabBtnActive:after{content:"";background:var(--theme-add-btn);border-radius:2px;height:2px;position:absolute;bottom:-13px;left:0;right:0}.Blogs-module__T13jVW__insertBtn{border:1px solid var(--border-color);background:var(--input-bg);color:var(--theme-add-btn);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:6px 10px;font-size:11px;transition:all .2s;display:flex}.Blogs-module__T13jVW__insertBtn:hover{background:var(--theme-add-btn);color:#fff;border-color:var(--theme-add-btn);transform:translateY(-1px)}.Blogs-module__T13jVW__insertSubMenu{border-top:1px dashed var(--border-color);align-items:center;gap:8px;margin-top:12px;padding-top:12px;animation:.2s ease-out Blogs-module__T13jVW__fadeIn;display:flex}@keyframes Blogs-module__T13jVW__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Blogs-module__T13jVW__insertLabel{color:var(--text-faint);margin-right:4px;font-size:12px;font-weight:600}.Blogs-module__T13jVW__insertSubMenu button{background:var(--input-bg);color:var(--text);cursor:pointer;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600;transition:all .15s;border:1px solid var(--border-color)!important}.Blogs-module__T13jVW__insertSubMenu button:hover{background:var(--theme-add-btn);color:#fff;border-color:var(--theme-add-btn)!important}
.light{--bg-primary:#fff;--bg-secondary:#f8fafc;--text-primary:#111827;--text-secondary:#4b5563;--border-color:#e5e7eb;--popup-overlay:#00000073;--edit-btn:#2563eb;--delete-btn:#dc2626;--card-shadow:0 8px 24px #00000014}.dark{--bg-primary:#111827;--bg-secondary:#1f2937;--text-primary:#f9fafb;--text-secondary:#d1d5db;--border-color:#374151;--popup-overlay:#000000b3;--edit-btn:#3b82f6;--delete-btn:#ef4444;--card-shadow:0 8px 24px #0006}.Blogs-module__9ewKAq__blogs_Section{background:var(--bg-primary);width:100%;max-width:1100px;color:var(--text-primary);border-radius:20px;margin:40px auto;padding:24px;transition:all .3s}.Blogs-module__9ewKAq__blogList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.Blogs-module__9ewKAq__blogCard{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);border-radius:18px;flex-direction:column;gap:18px;padding:20px;transition:all .25s;display:flex}.Blogs-module__9ewKAq__blogCard:hover{box-shadow:var(--card-shadow);transform:translateY(-4px)}.Blogs-module__9ewKAq__blogCard h3{font-size:18px;font-weight:600;line-height:1.5}.Blogs-module__9ewKAq__blogButtons{gap:12px;display:flex}.Blogs-module__9ewKAq__editBtn,.Blogs-module__9ewKAq__deleteBtn{cursor:pointer;color:#fff;border:none;border-radius:12px;flex:1;padding:12px;font-weight:600;transition:all .2s}.Blogs-module__9ewKAq__editBtn{background:var(--edit-btn)}.Blogs-module__9ewKAq__deleteBtn{background:var(--delete-btn)}.Blogs-module__9ewKAq__editBtn:hover,.Blogs-module__9ewKAq__deleteBtn:hover{opacity:.95;transform:translateY(-2px)}.Blogs-module__9ewKAq__popupOverlay{background:var(--popup-overlay);z-index:9999;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Blogs-module__9ewKAq__popupBox{background:var(--bg-primary);width:100%;max-width:420px;color:var(--text-primary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:24px;padding:28px;animation:.25s Blogs-module__9ewKAq__popupShow}.Blogs-module__9ewKAq__popupBox h2{margin-bottom:14px;font-size:24px}.Blogs-module__9ewKAq__popupBox p{color:var(--text-secondary);font-size:16px;line-height:1.7}.Blogs-module__9ewKAq__blogTitle{color:var(--text-primary);font-weight:700}.Blogs-module__9ewKAq__popupButtons{gap:14px;margin-top:24px;display:flex}.Blogs-module__9ewKAq__cancelBtn,.Blogs-module__9ewKAq__confirmDeleteBtn{cursor:pointer;border:none;border-radius:14px;flex:1;padding:13px;font-size:15px;font-weight:600;transition:all .2s}.Blogs-module__9ewKAq__cancelBtn{color:#fff;background:#6b7280}.Blogs-module__9ewKAq__confirmDeleteBtn{background:var(--delete-btn);color:#fff}.Blogs-module__9ewKAq__cancelBtn:hover,.Blogs-module__9ewKAq__confirmDeleteBtn:hover{opacity:.92;transform:translateY(-2px)}@keyframes Blogs-module__9ewKAq__popupShow{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.Blogs-module__9ewKAq__blogs_Section{padding:18px}.Blogs-module__9ewKAq__blogList{grid-template-columns:1fr}.Blogs-module__9ewKAq__blogButtons,.Blogs-module__9ewKAq__popupButtons{flex-direction:column}}.Blogs-module__9ewKAq__blogCardHeader{justify-content:space-between;align-items:flex-start;gap:12px;width:100%;display:flex}.Blogs-module__9ewKAq__blogCardHeader h3{flex:1;margin:0}.Blogs-module__9ewKAq__badgeDraft,.Blogs-module__9ewKAq__badgePublished{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:20px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-block}.Blogs-module__9ewKAq__badgeDraft{color:#ffb300;background:#ffc10726;border:1px solid #ffc1074d}.Blogs-module__9ewKAq__badgePublished{color:#4caf50;background:#4caf5026;border:1px solid #4caf504d}.Blogs-module__9ewKAq__controlsRow{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:14px;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:16px;display:flex}.Blogs-module__9ewKAq__searchBar{flex:1;min-width:250px}.Blogs-module__9ewKAq__searchInput{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:8px;outline:none;padding:10px 16px;transition:all .3s}.Blogs-module__9ewKAq__searchInput:focus{border-color:#10b981}.Blogs-module__9ewKAq__filterGroup{flex-wrap:wrap;gap:16px;display:flex}.Blogs-module__9ewKAq__filterControl{flex-direction:column;gap:4px;display:flex}.Blogs-module__9ewKAq__filterControl label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);font-size:11px;font-weight:600}.Blogs-module__9ewKAq__selectInput{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:8px;outline:none;min-width:150px;padding:10px 14px}.Blogs-module__9ewKAq__selectInput:focus{border-color:#10b981}
.AdminCommentsDashboard-module__MMRRma__dashboardContainer{color:var(--text-color);padding:1.5rem 0;animation:.4s ease-out AdminCommentsDashboard-module__MMRRma__fadeIn}.AdminCommentsDashboard-module__MMRRma__header{margin-bottom:2rem}.AdminCommentsDashboard-module__MMRRma__header h1{color:var(--text-color);margin-bottom:.4rem;font-family:Cormorant,serif;font-size:2.2rem;font-weight:600}.AdminCommentsDashboard-module__MMRRma__subtitle{opacity:.8;max-width:800px;font-size:.95rem;line-height:1.5}.AdminCommentsDashboard-module__MMRRma__analyticsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.AdminCommentsDashboard-module__MMRRma__statCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 4px 15px var(--shadow-color);border-radius:12px;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;transition:transform .25s,box-shadow .25s;display:flex}.AdminCommentsDashboard-module__MMRRma__statCard:hover{box-shadow:0 8px 25px var(--shadow-color);transform:translateY(-3px)}.AdminCommentsDashboard-module__MMRRma__statIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.3rem;display:flex}.AdminCommentsDashboard-module__MMRRma__statInfo h3{text-transform:uppercase;letter-spacing:.8px;opacity:.65;margin:0;font-family:"Source Sans 3",sans-serif;font-size:.82rem}.AdminCommentsDashboard-module__MMRRma__statVal{color:var(--text-color);font-size:1.8rem;font-weight:700;line-height:1.2}.AdminCommentsDashboard-module__MMRRma__controlsRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.AdminCommentsDashboard-module__MMRRma__searchWrapper{flex:1;min-width:280px;max-width:480px;position:relative}.AdminCommentsDashboard-module__MMRRma__searchIcon{opacity:.5;font-size:.95rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.AdminCommentsDashboard-module__MMRRma__searchInput{border:1px solid var(--border-color);background:var(--input-bg);width:100%;color:var(--text-color);border-radius:30px;outline:none;padding:11px 14px 11px 40px;font-size:.9rem;transition:border-color .25s,box-shadow .25s}.AdminCommentsDashboard-module__MMRRma__searchInput:focus{border-color:var(--active-border);box-shadow:0 0 0 3px #4caf5026}.AdminCommentsDashboard-module__MMRRma__filterGroup{background:var(--input-bg);border:1px solid var(--border-color);border-radius:30px;padding:4px;display:flex}.AdminCommentsDashboard-module__MMRRma__filterBtn{color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:20px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:all .2s}.AdminCommentsDashboard-module__MMRRma__filterBtn:hover{opacity:.8}.AdminCommentsDashboard-module__MMRRma__filterBtn.AdminCommentsDashboard-module__MMRRma__active{background:var(--active-bg);color:#fff;box-shadow:0 2px 6px #0000001a}.AdminCommentsDashboard-module__MMRRma__timeline{flex-direction:column;gap:1.25rem;display:flex}.AdminCommentsDashboard-module__MMRRma__timelineCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 3px 10px var(--shadow-color);border-radius:12px;gap:1.25rem;padding:1.5rem;transition:transform .25s,box-shadow .25s;display:flex}.AdminCommentsDashboard-module__MMRRma__timelineCard:hover{box-shadow:0 6px 18px var(--shadow-color);transform:translateY(-2px)}.AdminCommentsDashboard-module__MMRRma__userAvatar{object-fit:cover;border:1.5px solid var(--border-color);border-radius:50%;flex-shrink:0;width:48px;height:48px}.AdminCommentsDashboard-module__MMRRma__cardMain{flex-direction:column;gap:.75rem;width:100%;display:flex}.AdminCommentsDashboard-module__MMRRma__cardHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.AdminCommentsDashboard-module__MMRRma__userInfo{flex-direction:column;display:flex}.AdminCommentsDashboard-module__MMRRma__userInfo strong{color:var(--text-color);font-size:.95rem}.AdminCommentsDashboard-module__MMRRma__userEmail{opacity:.6;font-size:.78rem}.AdminCommentsDashboard-module__MMRRma__timeLabel{opacity:.5;white-space:nowrap;font-size:.78rem}.AdminCommentsDashboard-module__MMRRma__commentContent{opacity:.9;word-break:break-word;color:var(--text-color);border-left:3px solid var(--active-border);background:#00000005;border-radius:6px;margin:0;padding:8px 12px;font-size:.92rem;font-style:italic;line-height:1.6}.AdminCommentsDashboard-module__MMRRma__dark .AdminCommentsDashboard-module__MMRRma__commentContent{background:#ffffff05}.AdminCommentsDashboard-module__MMRRma__cardFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:4px;display:flex}.AdminCommentsDashboard-module__MMRRma__metaBadgeGroup{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.AdminCommentsDashboard-module__MMRRma__badge{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:700}.AdminCommentsDashboard-module__MMRRma__topBadge{color:#34d399;background:#10b98126;border:1px solid #10b98140}.AdminCommentsDashboard-module__MMRRma__replyBadge{color:#93c5fd;background:#3b82f626;border:1px solid #3b82f640}.AdminCommentsDashboard-module__MMRRma__blogLinkInfo{opacity:.75;font-size:.8rem}.AdminCommentsDashboard-module__MMRRma__blogTitleLink{color:var(--active-bg);font-weight:600;text-decoration:none}.AdminCommentsDashboard-module__MMRRma__blogTitleLink:hover{text-decoration:underline}.AdminCommentsDashboard-module__MMRRma__deleteBtn{color:#d32f2f;cursor:pointer;background:0 0;border:1px solid #f4433666;border-radius:20px;padding:6px 12px;font-size:.78rem;font-weight:600;transition:all .2s}.AdminCommentsDashboard-module__MMRRma__deleteBtn:hover{color:#fff;background:#d32f2f;border-color:#d32f2f;box-shadow:0 2px 6px #d32f2f33}.AdminCommentsDashboard-module__MMRRma__dark .AdminCommentsDashboard-module__MMRRma__deleteBtn{color:#e57373;border-color:#e5737366}.AdminCommentsDashboard-module__MMRRma__dark .AdminCommentsDashboard-module__MMRRma__deleteBtn:hover{color:#fff;background:#d32f2f;border-color:#d32f2f}.AdminCommentsDashboard-module__MMRRma__spinnerContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 0;display:flex}.AdminCommentsDashboard-module__MMRRma__spinner{border:3.5px solid var(--border-color);border-top-color:var(--active-bg);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite AdminCommentsDashboard-module__MMRRma__spin}.AdminCommentsDashboard-module__MMRRma__errorContainer{text-align:center;padding:3rem 0}.AdminCommentsDashboard-module__MMRRma__errorContainer p{color:#d32f2f;margin-bottom:1rem;font-weight:600}.AdminCommentsDashboard-module__MMRRma__retryBtn{background:var(--active-bg);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:8px 20px;font-weight:600}.AdminCommentsDashboard-module__MMRRma__emptyContainer{text-align:center;background:var(--card-bg);border:1px dashed var(--border-color);border-radius:12px;padding:4rem 0}.AdminCommentsDashboard-module__MMRRma__emptyContainer p{opacity:.6;margin:0;font-size:.95rem}.AdminCommentsDashboard-module__MMRRma__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out AdminCommentsDashboard-module__MMRRma__fadeIn;display:flex;position:fixed;inset:0}.AdminCommentsDashboard-module__MMRRma__modalContent{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;width:90%;max-width:480px;padding:2rem;animation:.25s cubic-bezier(.4,0,.2,1) AdminCommentsDashboard-module__MMRRma__slideUp;box-shadow:0 10px 40px #00000059}.AdminCommentsDashboard-module__MMRRma__modalContent h3{color:var(--text-color);margin-bottom:1rem;font-family:Cormorant,serif;font-size:1.5rem;font-weight:600}.AdminCommentsDashboard-module__MMRRma__modalWarning{margin-bottom:.75rem;font-size:.92rem;line-height:1.5}.AdminCommentsDashboard-module__MMRRma__modalDangerNote{color:#d32f2f;background:#d32f2f14;border-left:3px solid #d32f2f;border-radius:6px;margin-bottom:1rem;padding:8px 12px;font-size:.8rem;line-height:1.4}.AdminCommentsDashboard-module__MMRRma__dark .AdminCommentsDashboard-module__MMRRma__modalDangerNote{color:#ff8a80;background:#ff8a8014;border-left-color:#ff8a80}.AdminCommentsDashboard-module__MMRRma__modalQuote{opacity:.75;background:var(--input-bg);word-break:break-word;border:1px solid var(--border-color);border-radius:8px;margin:0 0 1.5rem;padding:10px 14px;font-size:.88rem;font-style:italic}.AdminCommentsDashboard-module__MMRRma__modalActions{justify-content:flex-end;gap:12px;display:flex}.AdminCommentsDashboard-module__MMRRma__modalCancelBtn{border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;background:0 0;border-radius:20px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:background-color .2s}.AdminCommentsDashboard-module__MMRRma__modalCancelBtn:hover{color:var(--text-color);background:#ffffff0f}.AdminCommentsDashboard-module__MMRRma__modalConfirmBtn{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:20px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:opacity .2s,transform .2s}.AdminCommentsDashboard-module__MMRRma__modalConfirmBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.AdminCommentsDashboard-module__MMRRma__modalConfirmBtn:disabled{opacity:.5;cursor:not-allowed}@keyframes AdminCommentsDashboard-module__MMRRma__spin{to{transform:rotate(360deg)}}@keyframes AdminCommentsDashboard-module__MMRRma__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AdminCommentsDashboard-module__MMRRma__slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.AdminCommentsDashboard-module__MMRRma__controlsRow{flex-direction:column;align-items:stretch}.AdminCommentsDashboard-module__MMRRma__searchWrapper{max-width:none}.AdminCommentsDashboard-module__MMRRma__filterGroup{justify-content:center}.AdminCommentsDashboard-module__MMRRma__timelineCard{flex-direction:column;gap:1rem}.AdminCommentsDashboard-module__MMRRma__userAvatar{width:40px;height:40px}.AdminCommentsDashboard-module__MMRRma__cardHeader{flex-direction:column;gap:.4rem}.AdminCommentsDashboard-module__MMRRma__timeLabel{align-self:flex-start}}.AdminCommentsDashboard-module__MMRRma__deletedCard{opacity:.8;box-shadow:none!important;background:#f4433603!important;border:1px dashed #f443364d!important}.AdminCommentsDashboard-module__MMRRma__deletedContent{opacity:.6;text-decoration:line-through;border-left-color:#f4433666!important}.AdminCommentsDashboard-module__MMRRma__deletedBadge{color:#f87171!important;background:#ef444426!important;border:1px solid #ef444440!important}.AdminCommentsDashboard-module__MMRRma__restoreBtn{color:#34d399;cursor:pointer;background:0 0;border:1px solid #10b98166;border-radius:20px;padding:6px 12px;font-size:.78rem;font-weight:600;transition:all .2s}.AdminCommentsDashboard-module__MMRRma__restoreBtn:hover{color:#fff;background:#10b981;border-color:#10b981;box-shadow:0 2px 6px #10b9814d}.AdminCommentsDashboard-module__MMRRma__filterControl{flex-direction:column;gap:4px;display:flex}.AdminCommentsDashboard-module__MMRRma__filterControl label{text-transform:uppercase;letter-spacing:.5px;opacity:.7;font-size:11px;font-weight:600}.AdminCommentsDashboard-module__MMRRma__selectInput{border:1px solid var(--border-color);background:var(--input-bg);color:var(--text-color);cursor:pointer;border-radius:20px;outline:none;min-width:150px;padding:8px 14px;font-size:.85rem}.AdminCommentsDashboard-module__MMRRma__selectInput:focus{border-color:var(--active-border)}
.AdminShippingSettings-module__I8RVVa__settingsWrapper{background:var(--card-bg);border:1px solid var(--card-border);max-width:620px;box-shadow:var(--shadow-md);color:var(--text);border-radius:16px;margin:0 auto;padding:32px}.AdminShippingSettings-module__I8RVVa__title{color:var(--text);letter-spacing:-.3px;margin-bottom:8px;font-size:1.4rem;font-weight:700}.AdminShippingSettings-module__I8RVVa__description{color:var(--text-muted);margin-bottom:28px;font-size:.875rem;line-height:1.6}.AdminShippingSettings-module__I8RVVa__form{flex-direction:column;gap:20px;display:flex}.AdminShippingSettings-module__I8RVVa__inputGroup{flex-direction:column;gap:8px;display:flex}.AdminShippingSettings-module__I8RVVa__inputGroup label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:.8rem;font-weight:700}.AdminShippingSettings-module__I8RVVa__inputGroup input{border:1px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--text);border-radius:10px;outline:none;padding:13px 16px;font-family:inherit;font-size:15px;transition:border-color .25s,box-shadow .25s}.AdminShippingSettings-module__I8RVVa__inputGroup input::placeholder{color:var(--text-faint)}.AdminShippingSettings-module__I8RVVa__inputGroup input:focus{border-color:var(--green-primary);box-shadow:0 0 0 3px var(--green-glow)}.AdminShippingSettings-module__I8RVVa__inputGroup small{color:var(--text-faint);font-size:.78rem;line-height:1.4}.AdminShippingSettings-module__I8RVVa__saveBtn{background:linear-gradient(135deg, var(--green-primary), var(--green-dark));color:#fff;cursor:pointer;box-shadow:0 4px 14px var(--green-glow);letter-spacing:.02em;border:none;border-radius:10px;margin-top:8px;padding:14px;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1)}.AdminShippingSettings-module__I8RVVa__saveBtn:hover:not(:disabled){box-shadow:0 8px 20px var(--green-glow);transform:translateY(-2px)}.AdminShippingSettings-module__I8RVVa__saveBtn:active:not(:disabled){transform:translateY(0)}.AdminShippingSettings-module__I8RVVa__saveBtn:disabled{opacity:.5;cursor:not-allowed}.AdminShippingSettings-module__I8RVVa__successMessage{color:#34d399;background:#10b9811f;border:1px solid #10b98140;border-radius:10px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 16px;font-size:.875rem;font-weight:500;display:flex}.AdminShippingSettings-module__I8RVVa__errorMessage{color:#f87171;background:#ef44441f;border:1px solid #ef444440;border-radius:10px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 16px;font-size:.875rem;font-weight:500;display:flex}.AdminShippingSettings-module__I8RVVa__loader{text-align:center;color:var(--text-muted);background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:48px;font-size:15px}@media (max-width:640px){.AdminShippingSettings-module__I8RVVa__settingsWrapper{border-radius:14px;padding:24px 20px}.AdminShippingSettings-module__I8RVVa__title{font-size:1.2rem}}
.CheckoutAnalytics-module__00ln1G__container{color:var(--text);padding:20px;font-family:inherit}.CheckoutAnalytics-module__00ln1G__titleSection{margin-bottom:25px}.CheckoutAnalytics-module__00ln1G__title{color:var(--text);margin:0 0 5px;font-size:24px;font-weight:700}.CheckoutAnalytics-module__00ln1G__subtitle{opacity:.7;margin:0;font-size:14px}.CheckoutAnalytics-module__00ln1G__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px;display:grid}.CheckoutAnalytics-module__00ln1G__kpiCard{background:var(--card-bg,#ffffff0d);border:1px solid var(--card-border,#ffffff1a);box-shadow:0 4px 12px var(--shadow-color,#0000001a);border-radius:12px;flex-direction:column;justify-content:space-between;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}.CheckoutAnalytics-module__00ln1G__kpiCard:hover{box-shadow:0 8px 16px var(--shadow-color,#00000026);transform:translateY(-2px)}.CheckoutAnalytics-module__00ln1G__kpiLabel{opacity:.7;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:600}.CheckoutAnalytics-module__00ln1G__kpiValue{margin-bottom:6px;font-size:26px;font-weight:800}.CheckoutAnalytics-module__00ln1G__kpiSubtext{opacity:.6;font-size:12px}.CheckoutAnalytics-module__00ln1G__controlsRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;display:flex}.CheckoutAnalytics-module__00ln1G__searchBar{flex:1;min-width:250px;max-width:400px;position:relative}.CheckoutAnalytics-module__00ln1G__searchInput{border:1px solid var(--card-border,#00000026);background:var(--input-bg,#f9f9f9);width:100%;color:var(--text);border-radius:8px;padding:10px 16px;font-size:14px}.CheckoutAnalytics-module__00ln1G__searchInput:focus{border-color:#10b981;outline:none}.CheckoutAnalytics-module__00ln1G__filterGroup{flex-wrap:wrap;gap:8px;display:flex}.CheckoutAnalytics-module__00ln1G__filterBtn{border:1px solid var(--card-border,#00000026);color:var(--text);cursor:pointer;background:0 0;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.CheckoutAnalytics-module__00ln1G__filterBtn:hover{background:var(--hover-bg,#0000000d)}.CheckoutAnalytics-module__00ln1G__filterBtnActive{box-shadow:0 4px 10px #10b9814d;color:#fff!important;background:#10b981!important;border-color:#10b981!important}.CheckoutAnalytics-module__00ln1G__checkoutList{flex-direction:column;gap:20px;display:flex}.CheckoutAnalytics-module__00ln1G__checkoutCard{background:var(--card-bg,#fff);border:1px solid var(--card-border,#00000014);box-shadow:0 6px 14px var(--shadow-color,#0000000d);border-radius:14px;flex-direction:column;gap:15px;padding:20px;display:flex}.CheckoutAnalytics-module__00ln1G__cardHeader{border-bottom:1px solid var(--card-border,#0000000d);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;padding-bottom:12px;display:flex}.CheckoutAnalytics-module__00ln1G__customerInfo h3{margin:0 0 4px;font-size:16px;font-weight:700}.CheckoutAnalytics-module__00ln1G__customerMeta{opacity:.7;flex-wrap:wrap;gap:15px;font-size:13px;display:flex}.CheckoutAnalytics-module__00ln1G__cardMeta{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.CheckoutAnalytics-module__00ln1G__timestamp{opacity:.6;font-size:12px}.CheckoutAnalytics-module__00ln1G__statusBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.CheckoutAnalytics-module__00ln1G__statusPaid{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.CheckoutAnalytics-module__00ln1G__statusPending{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.CheckoutAnalytics-module__00ln1G__statusCancelled,.CheckoutAnalytics-module__00ln1G__statusFailed{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.CheckoutAnalytics-module__00ln1G__cartSection h4,.CheckoutAnalytics-module__00ln1G__addressSection h4{opacity:.8;margin:0 0 10px;font-size:14px;font-weight:600}.CheckoutAnalytics-module__00ln1G__cartItemsList{flex-direction:column;gap:8px;display:flex}.CheckoutAnalytics-module__00ln1G__cartItemRow{background:var(--input-bg,#fcfcfc);border:1px solid var(--card-border,#00000008);border-radius:8px;align-items:center;gap:12px;padding:8px 12px;display:flex}.CheckoutAnalytics-module__00ln1G__itemImage{object-fit:cover;border-radius:6px;width:44px;height:44px}.CheckoutAnalytics-module__00ln1G__itemName{flex:1;font-size:13px;font-weight:600}.CheckoutAnalytics-module__00ln1G__itemDetails{opacity:.8;font-size:13px}.CheckoutAnalytics-module__00ln1G__itemTotal{font-size:13px;font-weight:700}.CheckoutAnalytics-module__00ln1G__cardFooter{border-top:1px solid var(--card-border,#0000000d);justify-content:space-between;align-items:center;margin-top:10px;padding-top:12px;display:flex}.CheckoutAnalytics-module__00ln1G__totalAmount{font-size:16px;font-weight:700}.CheckoutAnalytics-module__00ln1G__actionsGroup{gap:10px;display:flex}.CheckoutAnalytics-module__00ln1G__viewJourneyBtn{color:#10b981;cursor:pointer;background:#10b9810d;border:1px solid #10b981;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.CheckoutAnalytics-module__00ln1G__viewJourneyBtn:hover{color:#fff;background:#10b981}.CheckoutAnalytics-module__00ln1G__contactBtn{border:1px solid var(--card-border,#00000026);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s}.CheckoutAnalytics-module__00ln1G__contactBtn:hover{background:var(--hover-bg,#0000000d)}.CheckoutAnalytics-module__00ln1G__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CheckoutAnalytics-module__00ln1G__modalContent{background:var(--card-bg,#12261d);border:1px solid var(--card-border,#2e75514d);color:#e2f0e9;border-radius:16px;flex-direction:column;width:90%;max-width:600px;max-height:80vh;animation:.25s cubic-bezier(.4,0,.2,1) CheckoutAnalytics-module__00ln1G__modalScale;display:flex;box-shadow:0 10px 30px #00000080}@keyframes CheckoutAnalytics-module__00ln1G__modalScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.CheckoutAnalytics-module__00ln1G__modalHeader{border-bottom:1px solid #2e755133;justify-content:space-between;align-items:center;padding:20px;display:flex}.CheckoutAnalytics-module__00ln1G__modalHeader h3{color:#4ade80;margin:0;font-size:18px;font-weight:700}.CheckoutAnalytics-module__00ln1G__closeModalBtn{color:#8dae9b;cursor:pointer;background:0 0;border:none;font-size:20px;transition:color .2s}.CheckoutAnalytics-module__00ln1G__closeModalBtn:hover{color:#ef4444}.CheckoutAnalytics-module__00ln1G__modalBody{flex:1;padding:20px;overflow-y:auto}.CheckoutAnalytics-module__00ln1G__timeline{flex-direction:column;display:flex;position:relative}.CheckoutAnalytics-module__00ln1G__timelineNode{grid-template-columns:80px 30px 1fr;margin-bottom:15px;display:grid}.CheckoutAnalytics-module__00ln1G__nodeTime{text-align:right;opacity:.6;align-self:center;padding-right:10px;font-family:monospace;font-size:11px}.CheckoutAnalytics-module__00ln1G__nodeConnector{justify-content:center;align-items:center;display:flex;position:relative}.CheckoutAnalytics-module__00ln1G__nodeLine{z-index:1;background:#2e755133;width:2px;position:absolute;top:0;bottom:0}.CheckoutAnalytics-module__00ln1G__nodeIcon{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;display:flex;box-shadow:0 0 6px #0000004d}.CheckoutAnalytics-module__00ln1G__nodeNav .CheckoutAnalytics-module__00ln1G__nodeIcon{color:#10b981;background:#10b98133;border:1.5px solid #10b981}.CheckoutAnalytics-module__00ln1G__nodeClick .CheckoutAnalytics-module__00ln1G__nodeIcon{color:#f59e0b;background:#f59e0b33;border:1.5px solid #f59e0b}.CheckoutAnalytics-module__00ln1G__nodeCard{background:#12261d59;border:1px solid #2e755126;border-radius:8px;flex-direction:column;gap:4px;margin-left:10px;padding:10px 14px;display:flex}.CheckoutAnalytics-module__00ln1G__nodeCardHeader{justify-content:space-between;align-items:center;display:flex}.CheckoutAnalytics-module__00ln1G__nodeBadge{text-transform:uppercase;border-radius:3px;padding:1px 4px;font-size:9px;font-weight:700}.CheckoutAnalytics-module__00ln1G__nodeBadgeNav{color:#34d399;background:#10b98126}.CheckoutAnalytics-module__00ln1G__nodeBadgeClick{color:#fbbf24;background:#f59e0b26}.CheckoutAnalytics-module__00ln1G__nodeDuration{color:#4ade80;font-size:11px;font-weight:600}.CheckoutAnalytics-module__00ln1G__nodePath{word-break:break-all;color:#fff;margin:0;font-family:monospace;font-size:12px}.CheckoutAnalytics-module__00ln1G__nodeLabel{color:#fca5a5;margin:0;font-size:12px;font-weight:600}.CheckoutAnalytics-module__00ln1G__nodeSubtext{opacity:.6;font-size:10px}.CheckoutAnalytics-module__00ln1G__noJourney{text-align:center;opacity:.7;padding:40px;font-size:14px}.CheckoutAnalytics-module__00ln1G__emptyState{text-align:center;opacity:.7;padding:60px 20px;font-size:16px}.CheckoutAnalytics-module__00ln1G__loader{flex-direction:column;justify-content:center;align-items:center;gap:15px;padding:60px;display:flex}.CheckoutAnalytics-module__00ln1G__spinner{border:3px solid #10b9811a;border-top-color:#10b981;border-radius:50%;width:36px;height:36px;animation:1s linear infinite CheckoutAnalytics-module__00ln1G__spin}@keyframes CheckoutAnalytics-module__00ln1G__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.CheckoutAnalytics-module__00ln1G__controlsRow{flex-direction:column;align-items:stretch}.CheckoutAnalytics-module__00ln1G__searchBar{max-width:none}.CheckoutAnalytics-module__00ln1G__checkoutCard{padding:15px}.CheckoutAnalytics-module__00ln1G__cardHeader{flex-direction:column;align-items:flex-start}.CheckoutAnalytics-module__00ln1G__cardMeta{align-items:flex-start}.CheckoutAnalytics-module__00ln1G__cartItemRow{flex-direction:column;align-items:flex-start}.CheckoutAnalytics-module__00ln1G__cardFooter{flex-direction:column;align-items:flex-start;gap:12px}.CheckoutAnalytics-module__00ln1G__actionsGroup{width:100%}.CheckoutAnalytics-module__00ln1G__viewJourneyBtn,.CheckoutAnalytics-module__00ln1G__contactBtn{flex:1;justify-content:center}}
