.Shell-module__3hVhLa__shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.Shell-module__3hVhLa__blank{min-height:100vh;color:var(--muted);place-items:center;display:grid}.Shell-module__3hVhLa__sidebar{border-right:1px solid var(--line);background:linear-gradient(#fff 0%,#f4f9fc 100%);flex-direction:column;gap:24px;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.Shell-module__3hVhLa__brand{border-bottom:1px solid var(--line);color:var(--ink);font-family:var(--font-display);letter-spacing:-.01em;align-items:center;gap:12px;padding:6px 6px 18px;font-size:.85rem;font-weight:700;display:flex}.Shell-module__3hVhLa__logo{background:var(--gradient);color:#fff;width:40px;height:40px;font-family:var(--font-display);letter-spacing:.08em;border-radius:12px;place-items:center;font-size:.9rem;font-weight:800;display:grid;box-shadow:0 8px 16px -6px #0f7fbf80}.Shell-module__3hVhLa__brand>span:last-child{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:.66rem;font-weight:600}.Shell-module__3hVhLa__nav{flex-direction:column;flex:1;gap:4px;display:flex}.Shell-module__3hVhLa__navItem{color:var(--ink-soft);border-radius:10px;grid-template-columns:32px 1fr;align-items:center;gap:10px;padding:10px 12px;font-size:.86rem;font-weight:600;transition:background .2s,color .2s;display:grid}.Shell-module__3hVhLa__navItem:hover{color:var(--brand-700);background:#0f7fbf0f}.Shell-module__3hVhLa__navIcon{width:32px;height:32px;color:var(--brand-700);background:#0f7fbf12;border-radius:8px;place-items:center;font-size:1rem;display:grid}.Shell-module__3hVhLa__navItemActive{color:var(--brand-900);background:linear-gradient(135deg,#0f7fbf1f,#14c9a124);font-weight:700}.Shell-module__3hVhLa__navItemActive .Shell-module__3hVhLa__navIcon{background:var(--gradient);color:#fff}.Shell-module__3hVhLa__sidebarFoot{flex-direction:column;gap:10px;display:flex}.Shell-module__3hVhLa__userCard{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:40px 1fr;align-items:center;gap:10px;padding:10px 12px;display:grid}.Shell-module__3hVhLa__avatar{background:var(--gradient);color:#fff;width:40px;height:40px;font-family:var(--font-display);border-radius:50%;place-items:center;font-size:.9rem;font-weight:800;display:grid}.Shell-module__3hVhLa__userCard b{color:var(--ink);font-size:.85rem;font-family:var(--font-display);letter-spacing:-.01em;font-weight:700;display:block}.Shell-module__3hVhLa__userCard em{color:var(--muted);word-break:break-all;margin-top:2px;font-size:.72rem;font-style:normal;display:block}.Shell-module__3hVhLa__logoutBtn{color:var(--danger);background:#e0525214;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:.82rem;font-weight:700;transition:background .2s;display:inline-flex}.Shell-module__3hVhLa__logoutBtn:hover{background:#e0525229}.Shell-module__3hVhLa__main{min-width:0;padding:24px 32px 60px}.Shell-module__3hVhLa__header{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;padding-bottom:20px;display:flex}.Shell-module__3hVhLa__header h1{color:var(--ink);font-family:var(--font-display);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Shell-module__3hVhLa__header p{color:var(--muted);margin-top:4px;font-size:.9rem}.Shell-module__3hVhLa__actions{align-items:center;gap:10px;display:flex}.Shell-module__3hVhLa__body{min-width:0}@media (max-width:900px){.Shell-module__3hVhLa__shell{grid-template-columns:1fr}.Shell-module__3hVhLa__sidebar{flex-direction:row;align-items:center;gap:12px;height:auto;padding:12px 16px;position:relative;overflow-x:auto}.Shell-module__3hVhLa__brand{border-bottom:none;padding:0}.Shell-module__3hVhLa__nav{flex-direction:row;flex:1}.Shell-module__3hVhLa__navItem{grid-template-columns:32px auto;padding:6px 12px}.Shell-module__3hVhLa__sidebarFoot{flex-direction:row}.Shell-module__3hVhLa__userCard{display:none}.Shell-module__3hVhLa__main{padding:20px 20px 40px}}
.Common-module__0Mrz2G__card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:22px}.Common-module__0Mrz2G__cardHead{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.Common-module__0Mrz2G__cardHead h2{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.Common-module__0Mrz2G__searchWrap{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:8px;min-width:260px;padding:8px 14px;display:flex}.Common-module__0Mrz2G__searchWrap svg{color:var(--muted)}.Common-module__0Mrz2G__searchWrap input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.85rem}.Common-module__0Mrz2G__tableWrap{border:1px solid var(--line);background:#fff;border-radius:14px;overflow-x:auto}.Common-module__0Mrz2G__table{border-collapse:collapse;width:100%;min-width:720px}.Common-module__0Mrz2G__table th{text-align:left;color:var(--muted);letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid var(--line);z-index:1;background:#0f7fbf0d;padding:14px 16px;font-size:.7rem;font-weight:700;position:sticky;top:0}.Common-module__0Mrz2G__table td{border-bottom:1px solid var(--line);color:var(--ink);vertical-align:middle;padding:14px 16px;font-size:.88rem}.Common-module__0Mrz2G__table tbody tr:hover{background:#0f7fbf0a}.Common-module__0Mrz2G__table tbody tr:last-child td{border-bottom:none}.Common-module__0Mrz2G__thumb{object-fit:cover;background:linear-gradient(160deg,#f4fbfe,#e6f4fb);border-radius:10px;width:44px;height:44px;overflow:hidden}.Common-module__0Mrz2G__empty{text-align:center;color:var(--muted);border:1px dashed var(--line);background:#fff;border-radius:14px;padding:60px 20px}.Common-module__0Mrz2G__empty b{color:var(--ink);font-family:var(--font-display);margin-bottom:4px;font-size:1rem;display:block}.Common-module__0Mrz2G__pill{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.Common-module__0Mrz2G__statsGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px;display:grid}@media (max-width:1024px){.Common-module__0Mrz2G__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.Common-module__0Mrz2G__statsGrid{grid-template-columns:1fr}}.Common-module__0Mrz2G__statCard{border:1px solid var(--line);box-shadow:var(--shadow);background:radial-gradient(400px 200px at 100% 0,#14c9a11a,#0000 60%),#fff;border-radius:16px;flex-direction:column;gap:6px;padding:18px 20px;display:flex}.Common-module__0Mrz2G__statCard span{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:700}.Common-module__0Mrz2G__statCard b{font-family:var(--font-display);color:#0000;letter-spacing:-.02em;background:var(--gradient);-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:700}.Common-module__0Mrz2G__statCard em{color:var(--muted);font-size:.75rem;font-style:normal}.Common-module__0Mrz2G__selectSmall{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;padding:6px 10px;font-family:inherit;font-size:.8rem;font-weight:600}.Common-module__0Mrz2G__dangerBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 10px;font-family:inherit;font-size:.8rem;font-weight:600}.Common-module__0Mrz2G__dangerBtn:hover{color:var(--danger);background:#e0525214}
.ImageDropzone-module__s1ZVNq__zone{cursor:pointer;background:radial-gradient(400px 200px at 100% 0,#14c9a114,#0000 60%),linear-gradient(160deg,#f7fbfe,#fff);border:2px dashed #0f7fbf47;border-radius:14px;place-items:center;min-height:180px;padding:14px;transition:border-color .2s,background .2s,transform .2s;display:grid;position:relative;overflow:hidden}.ImageDropzone-module__s1ZVNq__zone:hover:not(.ImageDropzone-module__s1ZVNq__disabled):not(.ImageDropzone-module__s1ZVNq__hasPreview){border-color:var(--brand-500);background:radial-gradient(400px 200px at 100% 0,#14c9a124,#0000 60%),linear-gradient(160deg,#eaf3f8,#fff)}.ImageDropzone-module__s1ZVNq__dragging{transform:scale(1.005);border-color:var(--brand-500)!important;background:radial-gradient(400px 200px at 100% 0,#14c9a133,#0000 60%),linear-gradient(160deg,#d9f0fb,#fff)!important}.ImageDropzone-module__s1ZVNq__disabled{opacity:.6;cursor:not-allowed}.ImageDropzone-module__s1ZVNq__hasPreview{border-style:solid;border-color:var(--line);min-height:220px;padding:0}.ImageDropzone-module__s1ZVNq__placeholder{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:12px;display:flex}.ImageDropzone-module__s1ZVNq__icon{width:54px;height:54px;color:var(--brand-700);background:linear-gradient(135deg,#eaf3f8,#d9f0fb);border:1px solid #0f7fbf26;border-radius:16px;place-items:center;margin-bottom:6px;font-size:1.7rem;display:grid}.ImageDropzone-module__s1ZVNq__placeholder b{color:var(--ink);font-family:var(--font-display);font-size:.95rem;font-weight:700}.ImageDropzone-module__s1ZVNq__placeholder em{color:var(--muted);font-size:.78rem;font-style:normal}.ImageDropzone-module__s1ZVNq__previewWrap{aspect-ratio:4/3;background:#f5fafd;width:100%;position:relative}.ImageDropzone-module__s1ZVNq__preview{object-fit:contain;width:100%;height:100%;display:block}.ImageDropzone-module__s1ZVNq__overlay{color:#fff;opacity:0;background:linear-gradient(#041b3000,#041b308c);place-items:center;font-size:.85rem;font-weight:600;transition:opacity .25s;display:grid;position:absolute;inset:0}.ImageDropzone-module__s1ZVNq__previewWrap:hover .ImageDropzone-module__s1ZVNq__overlay{opacity:1}.ImageDropzone-module__s1ZVNq__removeBtn{color:#fff;cursor:pointer;z-index:2;background:#e05252f2;border:none;border-radius:50%;place-items:center;width:34px;height:34px;font-size:1rem;transition:transform .2s,background .2s;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 8px 18px -8px #e05252b3}.ImageDropzone-module__s1ZVNq__removeBtn:hover{background:#c14242;transform:scale(1.06)}.ImageDropzone-module__s1ZVNq__removeBtn:disabled{opacity:.5;cursor:not-allowed}.ImageDropzone-module__s1ZVNq__progressWrap{color:#fff;background:#041b30cc;align-items:center;gap:10px;padding:8px 14px;font-size:.78rem;font-weight:600;display:flex;position:absolute;bottom:0;left:0;right:0}.ImageDropzone-module__s1ZVNq__progressBar{background:linear-gradient(90deg, var(--brand-500), var(--accent));opacity:.25;transition:width .2s;position:absolute;top:0;bottom:0;left:0}.ImageDropzone-module__s1ZVNq__progressWrap span{z-index:1;margin-left:auto;position:relative}.ImageDropzone-module__s1ZVNq__error{color:var(--danger);margin-top:8px;font-size:.82rem;font-weight:600}.ImageDropzone-module__s1ZVNq__pathHint{color:var(--muted);overflow-wrap:anywhere;word-break:break-word;margin-top:8px;font-size:.75rem}.ImageDropzone-module__s1ZVNq__pathHint code{color:var(--brand-700);overflow-wrap:anywhere;word-break:break-all;background:#0f7fbf14;border-radius:4px;padding:1px 6px;font-size:.72rem}
.MultiImageDropzone-module__O-ZpbW__grid{background:radial-gradient(400px 200px at 100% 0,#14c9a114,#0000 60%),linear-gradient(160deg,#f7fbfe,#fff);border:2px dashed #0f7fbf47;border-radius:14px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;padding:10px;transition:border-color .2s,background .2s;display:grid}.MultiImageDropzone-module__O-ZpbW__dragging{border-color:var(--brand-500)!important;background:radial-gradient(400px 200px at 100% 0,#14c9a133,#0000 60%),linear-gradient(160deg,#d9f0fb,#fff)!important}.MultiImageDropzone-module__O-ZpbW__disabled{opacity:.6;pointer-events:none}.MultiImageDropzone-module__O-ZpbW__tile{aspect-ratio:1;border:1px solid var(--line,#0f7fbf29);background:#fff;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 2px 6px -3px #052a4a33}.MultiImageDropzone-module__O-ZpbW__tile img{object-fit:cover;width:100%;height:100%;display:block}.MultiImageDropzone-module__O-ZpbW__orderBadge{background:var(--brand-900,#052a4a);color:#fff;letter-spacing:.02em;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:700;position:absolute;top:6px;left:6px}.MultiImageDropzone-module__O-ZpbW__removeBtn{color:#fff;cursor:pointer;background:#dc2626eb;border:none;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s,transform .15s;display:inline-flex;position:absolute;top:6px;right:6px}.MultiImageDropzone-module__O-ZpbW__removeBtn:hover:not(:disabled){background:#b91c1c;transform:scale(1.05)}.MultiImageDropzone-module__O-ZpbW__removeBtn:disabled{opacity:.6;cursor:not-allowed}.MultiImageDropzone-module__O-ZpbW__addTile{aspect-ratio:1;color:var(--brand-700,#0a4d7a);cursor:pointer;background:#fff9;border:2px dashed #0f7fbf52;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px;transition:border-color .2s,background .2s,transform .15s;display:flex}.MultiImageDropzone-module__O-ZpbW__addTile:hover:not(:disabled){border-color:var(--brand-500,#0f7fbf);background:#fff;transform:translateY(-1px)}.MultiImageDropzone-module__O-ZpbW__addTile:disabled{opacity:.55;cursor:not-allowed}.MultiImageDropzone-module__O-ZpbW__addTile b{font-size:12px}.MultiImageDropzone-module__O-ZpbW__addTile em{color:var(--muted,#6b7d8f);text-align:center;font-size:11px;font-style:normal}.MultiImageDropzone-module__O-ZpbW__addIcon{width:34px;height:34px;color:var(--brand-700,#0a4d7a);background:linear-gradient(135deg,#eaf3f8,#d9f0fb);border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;display:inline-flex}.MultiImageDropzone-module__O-ZpbW__progressWrap{flex-direction:column;align-items:center;gap:6px;display:flex}.MultiImageDropzone-module__O-ZpbW__spinner{border:3px solid #0f7fbf33;border-top-color:var(--brand-500,#0f7fbf);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite MultiImageDropzone-module__O-ZpbW__spin}@keyframes MultiImageDropzone-module__O-ZpbW__spin{to{transform:rotate(360deg)}}.MultiImageDropzone-module__O-ZpbW__progressWrap em{color:var(--brand-700,#0a4d7a);font-size:11px;font-style:normal;font-weight:600}.MultiImageDropzone-module__O-ZpbW__meta{color:var(--muted,#6b7d8f);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;font-size:12px;display:flex}.MultiImageDropzone-module__O-ZpbW__meta span{align-items:center;gap:6px;display:inline-flex}.MultiImageDropzone-module__O-ZpbW__meta svg{color:var(--brand-500,#0f7fbf)}.MultiImageDropzone-module__O-ZpbW__error{color:#b91c1c;font-weight:600}
.products-module__KJcT4W__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#041b3080;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.products-module__KJcT4W__formCard{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;gap:14px;width:100%;max-width:560px;max-height:90vh;padding:28px 26px;display:flex;overflow:hidden auto;box-shadow:0 40px 80px -30px #041b3066}.products-module__KJcT4W__formCard>*{min-width:0}.products-module__KJcT4W__formCard h3{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;border-bottom:1px solid var(--line);padding-bottom:12px;font-size:1.1rem;font-weight:700}.products-module__KJcT4W__row,.products-module__KJcT4W__row2{gap:12px;display:grid}.products-module__KJcT4W__row2{grid-template-columns:1fr 1fr}@media (max-width:520px){.products-module__KJcT4W__row2{grid-template-columns:1fr}}.products-module__KJcT4W__row label,.products-module__KJcT4W__row2 label{flex-direction:column;gap:6px;display:flex}.products-module__KJcT4W__row label>span,.products-module__KJcT4W__row2 label>span{color:var(--ink);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:700}.products-module__KJcT4W__row input,.products-module__KJcT4W__row textarea,.products-module__KJcT4W__row select,.products-module__KJcT4W__row2 input,.products-module__KJcT4W__row2 select{color:var(--ink);background:#fff;border:1px solid #0f7fbf33;border-radius:10px;outline:none;width:100%;padding:11px 12px;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.products-module__KJcT4W__row input:focus,.products-module__KJcT4W__row textarea:focus,.products-module__KJcT4W__row select:focus,.products-module__KJcT4W__row2 input:focus,.products-module__KJcT4W__row2 select:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px #0f7fbf1a}.products-module__KJcT4W__row select,.products-module__KJcT4W__row2 select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%230f7fbf' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-position:right 14px center;background-repeat:no-repeat;padding-right:38px}.products-module__KJcT4W__row select:disabled,.products-module__KJcT4W__row2 select:disabled{cursor:not-allowed;opacity:.6}.products-module__KJcT4W__row select option,.products-module__KJcT4W__row2 select option{color:var(--ink)}.products-module__KJcT4W__newCategoryRow{align-items:stretch;gap:8px;display:flex}.products-module__KJcT4W__newCategoryRow input{flex:1}.products-module__KJcT4W__newCategoryCancel{color:var(--brand-700);cursor:pointer;white-space:nowrap;background:#f6fbff;border:1px solid #0f7fbf33;border-radius:10px;padding:0 14px;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .2s,border-color .2s}.products-module__KJcT4W__newCategoryCancel:hover{border-color:var(--brand-500);background:#eaf3f8}.products-module__KJcT4W__actions{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;margin-top:4px;padding-top:8px;display:flex}
