:root{--white: #ffffff;--black: #000000;--orange: #ff7f00;--blue: #005EF5;--deep-blue: #001A43;--gray-100: #f4f5f7;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-600: #6b7280;--red: #ef4444}*{margin:0;padding:0;box-sizing:border-box;font-family:Host Grotesk,sans-serif}html,body,#root{min-height:100vh;background-color:var(--gray-100)}._header_fw4gr_2{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 1.5rem;background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:0 1px 8px #001a430f}._header__left_fw4gr_17{display:flex;align-items:center}._header__logoBtn_fw4gr_22{display:flex;align-items:center;gap:.65rem;background:none;border:none;cursor:pointer;padding:.3rem .5rem;border-radius:10px;transition:background .15s}._header__logoBtn_fw4gr_22:hover{background:var(--gray-100)}._header__logoIcon_fw4gr_38{width:36px;height:36px;background:var(--orange);border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1rem;flex-shrink:0}._header__logoText_fw4gr_51{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}._header__logoTitle_fw4gr_58{font-size:.92rem;font-weight:700;color:var(--deep-blue)}._header__logoSub_fw4gr_64{font-size:.65rem;font-weight:600;letter-spacing:.06em;color:var(--gray-400);margin-top:1px}._header__center_fw4gr_72{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--gray-600)}._header__dot_fw4gr_80{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px #22c55e40;flex-shrink:0}._header__terminal_fw4gr_89{font-weight:500}._header__separator_fw4gr_93{color:var(--gray-200);font-size:1rem;padding:0 .1rem}._header__moduleName_fw4gr_99{font-weight:600;color:var(--blue)}._header__right_fw4gr_104{display:flex;align-items:center;gap:.5rem}._header__iconBtn_fw4gr_110{width:36px;height:36px;border-radius:9px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray-600);font-size:1rem;transition:background .15s,color .15s}._header__iconBtn_fw4gr_110:hover{background:var(--gray-100);color:var(--deep-blue)}._header__iconBtn--active_fw4gr_131{background:var(--gray-100);color:var(--blue)}._header__menuWrap_fw4gr_136{position:relative}._header__moduleMenu_fw4gr_140{position:absolute;top:calc(100% + 10px);right:0;background:var(--white);border:1.5px solid var(--gray-200);border-radius:14px;box-shadow:0 12px 40px #001a4321;padding:1rem;min-width:260px;z-index:200}._header__moduleMenuTitle_fw4gr_153{font-size:.7rem;font-weight:700;letter-spacing:.07em;color:var(--gray-400);text-transform:uppercase;margin-bottom:.75rem}._header__moduleGrid_fw4gr_162{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}._header__moduleItem_fw4gr_168{width:85px;display:flex;flex-direction:column;align-items:center;gap:.45rem;padding:.65rem .4rem;background:none;border:1.5px solid transparent;border-radius:10px;cursor:pointer;transition:background .15s,border-color .15s}._header__moduleItem_fw4gr_168:hover{background:var(--gray-100)}._header__moduleItem--active_fw4gr_187{border-color:var(--blue);background:#eff4ff}._header__moduleItemIcon_fw4gr_192{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:1rem}._header__moduleItemLabel_fw4gr_202{font-size:.7rem;font-weight:600;color:var(--deep-blue);text-align:center}._header__userWrap_fw4gr_209{position:relative}._header__userBtn_fw4gr_213{display:flex;align-items:center;gap:.6rem;background:none;border:none;cursor:pointer;padding:.3rem .5rem;border-radius:10px;transition:background .15s}._header__userBtn_fw4gr_213:hover{background:var(--gray-100)}._header__userInfo_fw4gr_229{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}._header__userName_fw4gr_236{font-size:.82rem;font-weight:700;color:var(--deep-blue)}._header__userRole_fw4gr_242{font-size:.68rem;font-weight:500;color:var(--gray-400);text-transform:capitalize}._header__avatar_fw4gr_249{width:34px;height:34px;border-radius:50%;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}._header__userMenu_fw4gr_263{position:absolute;top:calc(100% + 10px);right:0;background:var(--white);border:1.5px solid var(--gray-200);border-radius:14px;box-shadow:0 12px 40px #001a4321;padding:1rem;min-width:220px;z-index:200}._header__userMenuHeader_fw4gr_276{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}._header__avatarLg_fw4gr_283{width:42px;height:42px;border-radius:50%;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0}._header__userMenuName_fw4gr_297{font-size:.88rem;font-weight:700;color:var(--deep-blue)}._header__userMenuRole_fw4gr_303{font-size:.72rem;color:var(--gray-400);text-transform:capitalize;margin-top:2px}._header__divider_fw4gr_310{border:none;border-top:1px solid var(--gray-200);margin:.5rem 0}._header__userMenuItem_fw4gr_316{display:flex;align-items:center;gap:.6rem;width:100%;padding:.55rem .5rem;background:none;border:none;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;color:var(--gray-600);text-align:left;transition:background .15s,color .15s}._header__userMenuItem_fw4gr_316:hover{background:#fff1f1;color:#ef4444}._layout_9qodx_1{display:flex;flex-direction:column;min-height:100vh;background:var(--gray-100)}._main_9qodx_8{flex:1;display:flex;flex-direction:column}._login_1f7pq_6{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#c9cdd4;background-image:linear-gradient(rgba(200,205,215,.6) 1px,transparent 1px),linear-gradient(90deg,rgba(200,205,215,.6) 1px,transparent 1px);background-size:40px 40px;padding:1rem}._login__card_1f7pq_20{background:var(--white);border-radius:18px;box-shadow:0 24px 64px #001e502e;width:100%;max-width:460px;overflow:hidden}._login__header_1f7pq_29{background:var(--blue);padding:2rem 2rem 1.75rem;text-align:center;color:var(--white)}._login__icon_1f7pq_36{width:60px;height:60px;background:var(--white);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;color:var(--blue);margin-bottom:.85rem;box-shadow:0 4px 12px #0000001f}._login__title_1f7pq_50{font-size:1.35rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.2rem}._login__subtitle_1f7pq_57{font-size:.82rem;font-weight:400;opacity:.85;letter-spacing:.02em}._login__body_1f7pq_64{padding:1.75rem 2rem 1.5rem}._login__heading_1f7pq_68{font-size:1.15rem;font-weight:700;color:var(--deep-blue);margin-bottom:.4rem}._login__description_1f7pq_75{font-size:.85rem;color:var(--gray-600);line-height:1.5;margin-bottom:1.5rem}._login__form_1f7pq_82{display:flex;flex-direction:column;gap:1.1rem}._login__field_1f7pq_88{display:flex;flex-direction:column;gap:.35rem}._login__label_1f7pq_94{font-size:.72rem;font-weight:700;letter-spacing:.07em;color:var(--gray-600)}._login__inputWrap_1f7pq_101{display:flex;align-items:center;gap:.65rem;border:1.5px solid var(--gray-200);border-radius:10px;padding:0 1rem;background:var(--white);transition:border-color .18s,box-shadow .18s}._login__inputWrap_1f7pq_101:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #005ef51a}._login__inputWrap_1f7pq_101 i{color:var(--gray-400);font-size:.9rem;flex-shrink:0}._login__inputWrap--error_1f7pq_124{border-color:var(--red)!important;box-shadow:0 0 0 3px #ef44441a!important}._login__inputWrap--error_1f7pq_124 i,._login__inputIcon--error_1f7pq_130{color:var(--red)!important}._login__input_1f7pq_101{flex:1;border:none;outline:none;padding:.75rem 0;font-size:.93rem;color:var(--deep-blue);background:transparent}._login__input_1f7pq_101::placeholder{color:var(--gray-400)}._login__input_1f7pq_101:disabled{opacity:.6;cursor:not-allowed}._login__error_1f7pq_153{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--red);font-weight:500;margin-top:.15rem}._login__error_1f7pq_153 i{font-size:.85rem;flex-shrink:0}._login__btn_1f7pq_168{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem;margin-top:.5rem;background:var(--orange);color:var(--white);border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .18s,transform .1s}._login__btn_1f7pq_168:hover:not(:disabled){background:#e56e00}._login__btn_1f7pq_168:active:not(:disabled){transform:scale(.98)}._login__btn_1f7pq_168:disabled{opacity:.65;cursor:not-allowed}._login__cancel_1f7pq_199{display:block;width:100%;text-align:center;margin-top:.9rem;background:none;border:none;color:var(--gray-600);font-size:.85rem;cursor:pointer;padding:.3rem;transition:color .15s}._login__cancel_1f7pq_199:hover:not(:disabled){color:var(--deep-blue)}._login__cancel_1f7pq_199:disabled{opacity:.5;cursor:not-allowed}._login__footer_1f7pq_222{display:flex;align-items:center;justify-content:space-between;padding:.7rem 2rem;background:var(--gray-100);border-top:1px solid var(--gray-200)}._login__session_1f7pq_231{font-size:.7rem;font-weight:600;letter-spacing:.06em;color:var(--gray-400)}._login__status_1f7pq_238{display:flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;letter-spacing:.06em;color:var(--gray-600)}._login__dot_1f7pq_248{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px #22c55e40}._panelControl_1sjsg_6{flex:1;padding:3rem 2rem;max-width:900px;margin:0 auto;width:100%}._panelControl__heading_1sjsg_15{text-align:center;margin-bottom:2.5rem}._panelControl__title_1sjsg_20{font-size:1.75rem;font-weight:800;color:var(--deep-blue);margin-bottom:.5rem;letter-spacing:-.02em}._panelControl__subtitle_1sjsg_28{font-size:.9rem;color:var(--gray-600);max-width:460px;margin:0 auto;line-height:1.6}._panelControl__grid_1sjsg_36{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:640px){._panelControl__grid_1sjsg_36{grid-template-columns:repeat(2,1fr)}}._panelControl__card_1sjsg_48{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.25rem 1.75rem;background:var(--white);border:1.5px solid var(--gray-200);border-radius:16px;cursor:pointer;transition:box-shadow .18s,border-color .18s,transform .12s;text-align:center}._panelControl__card_1sjsg_48:hover{box-shadow:0 8px 28px #001a431a;border-color:transparent;transform:translateY(-2px)}._panelControl__card_1sjsg_48:active{transform:translateY(0)}._panelControl__icon_1sjsg_72{width:62px;height:62px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.6rem}._panelControl__label_1sjsg_82{font-size:1rem;font-weight:700;color:var(--deep-blue)}._panelControl__description_1sjsg_88{font-size:.78rem;color:var(--gray-400);line-height:1.45}._overlay_z1een_5{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_z1een_1 .15s ease}@keyframes _fadeIn_z1een_1{0%{opacity:0}to{opacity:1}}._modal_z1een_22{background:var(--white);border-radius:12px;width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040;animation:_slideUp_z1een_1 .2s ease}@keyframes _slideUp_z1een_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modal__header_z1een_40{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200)}._modal__title_z1een_48{font-size:1.1rem;font-weight:700;color:var(--black)}._modal__close_z1een_54{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;color:var(--gray-600);cursor:pointer;border-radius:6px;font-size:1rem;transition:all .15s}._modal__close_z1een_54:hover{background:var(--gray-100);color:var(--black)}._modal__body_z1een_75{padding:1.5rem;overflow-y:auto;flex:1}._modal__imageWrap_z1een_81{width:100%;height:200px;border-radius:10px;overflow:hidden;margin-bottom:1.25rem}._modal__imagePlaceholder_z1een_89{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center;color:#ffffff26;font-size:3rem}._modal__productName_z1een_100{font-size:1.15rem;font-weight:700;color:var(--black);margin-bottom:.25rem}._modal__meta_z1een_107{font-size:.85rem;color:var(--gray-600);margin-bottom:1.25rem}._modal__stats_z1een_114{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}._modal__statCard_z1een_121{background:var(--gray-100);border-radius:10px;padding:1rem;display:flex;flex-direction:column}._modal__statLabel_z1een_129{font-size:.78rem;color:var(--gray-600);margin-bottom:.25rem}._modal__statValue_z1een_135{font-size:1.5rem;font-weight:700;color:var(--black)}._modal__statUnit_z1een_141{font-size:.75rem;color:var(--gray-400);margin-top:.15rem}._modal__infoCard_z1een_148{background:var(--gray-100);border-radius:10px;padding:1rem;margin-bottom:.75rem}._modal__infoLabel_z1een_155{font-size:.78rem;color:var(--gray-600);display:block;margin-bottom:.5rem}._modal__location_z1een_162{display:flex;align-items:center;gap:.6rem}._modal__zoneBadge_z1een_168{display:inline-block;padding:.25rem .65rem;border-radius:6px;font-size:.75rem;font-weight:600;color:var(--white)}._modal__sector_z1een_177{font-size:1.1rem;font-weight:700;color:var(--black)}._modal__barcode_z1een_183{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:.75rem 1rem;font-family:monospace;font-size:1rem;text-align:center;color:var(--black);letter-spacing:.15em}._modal__divider_z1een_196{border:none;border-top:1px solid var(--gray-200);margin:1.25rem 0}._modal__sectionTitle_z1een_203{font-size:1rem;font-weight:700;color:var(--black);margin-bottom:1rem}._modal__movements_z1een_210{display:flex;flex-direction:column;gap:.5rem}._modal__movement_z1een_210{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:10px;background:var(--gray-100)}._modal__movementIcon_z1een_225{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}._modal__movement_z1een_210:first-child ._modal__movementIcon_z1een_225{background:#dcfce7;color:#16a34a}._modal__movement_z1een_210:nth-child(2) ._modal__movementIcon_z1een_225,._modal__movement_z1een_210:nth-child(3) ._modal__movementIcon_z1een_225{background:#fee2e2;color:var(--red)}._modal__movement_z1een_210:last-child ._modal__movementIcon_z1een_225{background:#dcfce7;color:#16a34a}._modal__movementInfo_z1een_252{display:flex;flex-direction:column;flex:1}._modal__movementQty_z1een_258{font-size:.85rem;font-weight:600}._modal__movementQty--in_z1een_263{color:#16a34a}._modal__movementQty--out_z1een_267{color:var(--red)}._modal__movementDesc_z1een_271{font-size:.8rem;color:var(--gray-600)}._modal__movementDate_z1een_276{font-size:.75rem;color:var(--gray-400);white-space:nowrap;display:flex;align-items:center;gap:.35rem}._modal__footer_z1een_286{padding:1.25rem 1.5rem;border-top:1px solid var(--gray-200);display:flex;flex-direction:column;gap:.6rem}._modal__btnPrimary_z1een_294{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1rem;background:var(--orange);color:var(--white);border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .15s}._modal__btnPrimary_z1een_294:hover{opacity:.88}._modal__btnSecondary_z1een_314{padding:.7rem 1rem;background:var(--white);color:var(--black);border:1px solid var(--gray-200);border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s}._modal__btnSecondary_z1een_314:hover{background:var(--gray-100);border-color:var(--gray-400)}._productList_14qtp_6{flex:1;display:flex;flex-direction:column;gap:1rem}._productList__searchForm_14qtp_14{display:flex;align-items:center;gap:.5rem}._productList__searchWrap_14qtp_20{position:relative;display:flex;align-items:center;flex:1}._productList__searchWrap_14qtp_20>i{position:absolute;left:.75rem;color:var(--gray-400);font-size:.8rem;pointer-events:none}._productList__searchInput_14qtp_35{padding:.55rem 2.25rem .55rem 2.1rem;border:1px solid var(--gray-200);border-radius:6px;font-size:.85rem;width:100%;background:var(--white);color:var(--black);outline:none;transition:border-color .15s}._productList__searchInput_14qtp_35:focus{border-color:var(--blue)}._productList__searchClear_14qtp_51{position:absolute;right:.6rem;background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.2rem;display:flex;align-items:center}._productList__searchClear_14qtp_51:hover{color:var(--black)}._productList__btnSearch_14qtp_67{padding:.55rem .9rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;color:var(--gray-600);transition:background .15s;white-space:nowrap}._productList__btnSearch_14qtp_67:hover{background:var(--gray-200)}._productList__tableWrap_14qtp_85{border:1px solid var(--gray-200);border-radius:8px;overflow:auto;background:var(--white)}._productList__table_14qtp_85{width:100%;border-collapse:collapse;font-size:.875rem}._productList__thead_14qtp_99{background:var(--gray-100)}._productList__th_14qtp_99{padding:.75rem 1rem;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--gray-600);white-space:nowrap;border-bottom:1px solid var(--gray-200)}._productList__th--right_14qtp_114{text-align:right}._productList__th--center_14qtp_115{text-align:center}._productList__tr_14qtp_118{border-bottom:1px solid var(--gray-100);transition:background .1s}._productList__tr_14qtp_118:last-child{border-bottom:none}._productList__tr_14qtp_118:hover{background:#f9fafb}._productList__td_14qtp_131{padding:.75rem 1rem;color:var(--black);vertical-align:middle}._productList__td--code_14qtp_137{font-family:monospace;font-size:.8rem;color:var(--gray-600)}._productList__td--name_14qtp_143{font-weight:600}._productList__td--right_14qtp_147{text-align:right}._productList__td--center_14qtp_148{text-align:center}._productList__td--price_14qtp_149{font-weight:600}._productList__tdEmpty_14qtp_151{padding:3rem 1rem;text-align:center;color:var(--gray-400);font-size:.9rem;display:table-cell}._productList__tdEmpty_14qtp_151 i{margin-right:.5rem}._productList__tr--group_14qtp_164{background:#f8fafc;border-left:3px solid var(--blue)}._productList__tr--group_14qtp_164:hover{background:#f1f5f9}._productList__expandBtn_14qtp_173{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:var(--gray-500);cursor:pointer;font-size:.75rem;transition:all .15s}._productList__expandBtn_14qtp_173:hover{background:var(--gray-200);color:var(--black)}._productList__tr--variant_14qtp_194{background:transparent}._productList__tr--variant_14qtp_194:hover{background:#f9fafb}._productList__tr--variantLast_14qtp_202{border-bottom:1px solid var(--gray-200)}._productList__image_14qtp_207{position:relative;width:44px;height:44px;border-radius:8px;overflow:hidden;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:1.1rem;flex-shrink:0}._productList__image--small_14qtp_222{width:36px;height:36px}._productList__image_14qtp_207 img{width:100%;height:100%;object-fit:cover}._productList__imageBadge_14qtp_233{position:absolute;bottom:-2px;right:-2px;background:var(--blue);color:var(--white);font-size:.6rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--white)}._productList__groupInfo_14qtp_251{display:flex;flex-direction:column;gap:.15rem}._productList__groupName_14qtp_257{display:flex;align-items:center;gap:.5rem;font-weight:600}._productList__groupDesc_14qtp_264{font-size:.8rem;color:var(--gray-500);max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._productList__badge_14qtp_274{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .55rem;border-radius:100px;font-size:.68rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}._productList__badge--group_14qtp_287{background:#e0e7ff;color:#4338ca}._productList__badge--multi_14qtp_292{background:#fef3c7;color:#b45309}._productList__badge--active_14qtp_297{background:#dcfce7;color:#16a34a}._productList__badge--inactive_14qtp_302{background:var(--gray-100);color:var(--gray-400)}._productList__variantsLink_14qtp_308{background:none;border:1px solid var(--gray-200);border-radius:6px;padding:.25rem .65rem;font-size:.78rem;font-weight:600;color:var(--blue);cursor:pointer;transition:all .15s;white-space:nowrap}._productList__variantsLink_14qtp_308:hover{background:#e0e7ff;border-color:#a5b4fc}._productList__stockLabel_14qtp_327{display:block;font-size:.7rem;color:var(--gray-500);font-weight:400}._productList__variado_14qtp_335{font-size:.8rem;color:var(--gray-500);font-style:italic}._productList__stock_14qtp_327{display:inline-flex;align-items:center;gap:.35rem;font-weight:600}._productList__stockDot_14qtp_349{width:8px;height:8px;border-radius:50%;flex-shrink:0}._productList__stockDot--ok_14qtp_356{background:#22c55e}._productList__stockDot--low_14qtp_360{background:#d97706}._productList__stockDot--out_14qtp_364{background:var(--red)}._productList__stock--low_14qtp_368{color:#d97706}._productList__stock--out_14qtp_372{color:var(--red)}._productList__category_14qtp_377{display:inline-block;padding:.2rem .6rem;background:var(--gray-100);border-radius:100px;font-size:.75rem;font-weight:500;color:var(--gray-600)}._productList__location_14qtp_388{font-size:.8rem}._productList__locationZone_14qtp_392{display:inline-block;padding:.15rem .45rem;background:#fee2e2;color:#dc2626;border-radius:4px;font-size:.72rem;font-weight:600;margin-right:.3rem}._productList__rowActions_14qtp_404{display:flex;justify-content:center;gap:.4rem}._productList__rowBtn_14qtp_410{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);cursor:pointer;font-size:.75rem;transition:all .15s}._productList__rowBtn_14qtp_410:hover{background:var(--gray-100);color:var(--black);border-color:var(--gray-400)}._productList__rowBtn--danger_14qtp_431:hover{background:#fee2e2;color:var(--red);border-color:var(--red)}._productList__rowBtn_14qtp_410:disabled{opacity:.5;cursor:not-allowed}._productList__footer_14qtp_443{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding-top:.25rem}._productList__footerInfo_14qtp_452{font-size:.8rem;color:var(--gray-600)}._productList__pagination_14qtp_457{display:flex;align-items:center;gap:.25rem}._productList__pageBtn_14qtp_463{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 .5rem;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s}._productList__pageBtn_14qtp_463:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-400)}._productList__pageBtn--active_14qtp_485{background:var(--blue);border-color:var(--blue);color:var(--white);font-weight:700}._productList__pageBtn_14qtp_463:disabled{opacity:.4;cursor:not-allowed}._productForm_8hith_6{flex:1;display:flex;flex-direction:column;padding:1.5rem 2rem;gap:1.25rem;max-width:900px}._productForm__header_8hith_16{display:flex;align-items:center;gap:1rem}._productForm__backBtn_8hith_22{display:flex;align-items:center;gap:.5rem;padding:.45rem .85rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:6px;font-size:.8rem;font-weight:600;color:var(--gray-600);cursor:pointer;transition:all .15s}._productForm__backBtn_8hith_22:hover{background:var(--gray-200);color:var(--black)}._productForm__title_8hith_42{font-size:1.15rem;font-weight:700;color:var(--black)}._productForm__form_8hith_49{display:flex;flex-direction:column;gap:1.25rem}._productForm__card_8hith_56{background:var(--white);border:1px solid var(--gray-200);border-radius:10px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._productForm__sectionHeader_8hith_67{display:flex;align-items:center;gap:.6rem;margin-bottom:.25rem}._productForm__sectionNum_8hith_74{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:.75rem;font-weight:700;color:var(--white);flex-shrink:0}._productForm__sectionNum--blue_8hith_87{background:var(--blue)}._productForm__sectionNum--orange_8hith_88{background:var(--orange)}._productForm__sectionNum--purple_8hith_89{background:#8b5cf6}._productForm__sectionNum--red_8hith_90{background:#ef4444}._productForm__sectionNum--green_8hith_91{background:#059669}._productForm__sectionTitle_8hith_93{font-size:.9rem;font-weight:700;color:var(--black);margin:0}._productForm__topRow_8hith_101{display:grid;grid-template-columns:140px 1fr;gap:1.25rem;align-items:start}._productForm__imageUpload_8hith_109{border:2px dashed var(--gray-200);border-radius:8px;padding:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s;min-height:130px}._productForm__imageUpload_8hith_109:hover{border-color:var(--blue)}._productForm__imagePlaceholder_8hith_125{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:var(--gray-400);font-size:.75rem;text-align:center}._productForm__imagePlaceholder_8hith_125 i{font-size:1.5rem}._productForm__imagePreview_8hith_139{width:100%;max-height:120px;object-fit:contain;border-radius:4px}._productForm__hiddenInput_8hith_146{display:none}._productForm__topFields_8hith_151{display:flex;flex-direction:column;gap:1rem}._productForm__inputIcon_8hith_158{position:relative}._productForm__inputIconGlyph_8hith_162{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-400);font-size:.9rem;pointer-events:none}._productForm__aiBtn_8hith_173{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#7c3aed,#a855f7);color:var(--white);border:none;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;align-self:flex-start;transition:opacity .15s}._productForm__aiBtn_8hith_173:hover{opacity:.9}._productForm__row2_8hith_194{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._productForm__priceRow_8hith_200{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}._productForm__locationRow_8hith_206{display:grid;grid-template-columns:auto 1fr 1fr;gap:1rem;align-items:start}._productForm__fieldWithPlus_8hith_214{display:flex;align-items:end;gap:.4rem}._productForm__fieldWithPlus_8hith_214>div{flex:1}._productForm__plusBtn_8hith_224{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1.5px solid var(--gray-200);border-radius:6px;background:var(--white);color:var(--gray-600);cursor:pointer;flex-shrink:0;transition:all .15s}._productForm__plusBtn_8hith_224:hover:not(:disabled){border-color:var(--blue);color:var(--blue)}._productForm__plusBtn_8hith_224:disabled{opacity:.4;cursor:not-allowed}._productForm__field_8hith_214{display:flex;flex-direction:column;gap:.3rem}._productForm__label_8hith_256{font-size:.72rem;font-weight:700;letter-spacing:.05em;color:var(--gray-600)}._productForm__input_8hith_158,._productForm__select_8hith_264,._productForm__textarea_8hith_265{padding:.55rem .75rem;border:1.5px solid var(--gray-200);border-radius:6px;font-size:.875rem;color:var(--black);background:var(--white);outline:none;transition:border-color .15s;width:100%;box-sizing:border-box;font-family:inherit}._productForm__textarea_8hith_265{resize:vertical;min-height:70px}._productForm__input_8hith_158:focus,._productForm__select_8hith_264:focus,._productForm__textarea_8hith_265:focus{border-color:var(--blue)}._productForm__input--error_8hith_290{border-color:var(--red)!important}._productForm__input_8hith_158:disabled,._productForm__select_8hith_264:disabled,._productForm__textarea_8hith_265:disabled{opacity:.6;cursor:not-allowed}._productForm__inputPrefix_8hith_302,._productForm__inputSuffix_8hith_303{position:relative;display:flex;align-items:center}._productForm__inputPrefix_8hith_302>span{position:absolute;left:.75rem;font-size:.875rem;color:var(--gray-400);pointer-events:none}._productForm__inputSuffix_8hith_303>span{position:absolute;right:.75rem;font-size:.875rem;color:var(--gray-400);pointer-events:none}._productForm__input--prefixed_8hith_325{padding-left:1.5rem}._productForm__input--suffixed_8hith_329{padding-right:1.5rem}._productForm__error_8hith_334{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:var(--red);margin:0}._productForm__hint_8hith_343{font-size:.72rem;color:var(--gray-400);margin:0}._productForm__skuInfo_8hith_350{padding:.55rem .75rem;border:1.5px solid var(--gray-200);border-radius:6px;background:var(--gray-100)}._productForm__skuText_8hith_357{font-size:.8rem;color:var(--gray-600);line-height:1.4}._productForm__skuText_8hith_357 small{font-size:.72rem;color:var(--gray-400)}._productForm__linkBtn_8hith_368{background:none;border:none;color:var(--blue);font-size:.78rem;font-weight:600;cursor:pointer;padding:0;align-self:flex-start;text-decoration:none}._productForm__linkBtn_8hith_368:hover{text-decoration:underline}._productForm__toggleRow_8hith_385{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--gray-100)}._productForm__toggleRow_8hith_385:last-child{border-bottom:none}._productForm__toggleInfo_8hith_398{display:flex;flex-direction:column;gap:.15rem}._productForm__toggleLabel_8hith_404{font-size:.85rem;font-weight:600;color:var(--black)}._productForm__toggleDesc_8hith_410{font-size:.75rem;color:var(--gray-400)}._productForm__toggle_8hith_385{position:relative;width:44px;height:24px;border-radius:12px;border:none;background:var(--gray-200);cursor:pointer;transition:background .2s;flex-shrink:0;padding:0}._productForm__toggle--active_8hith_429{background:var(--blue)}._productForm__toggleKnob_8hith_433{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:var(--white);box-shadow:0 1px 3px #00000026;transition:transform .2s}._productForm__toggle--active_8hith_429 ._productForm__toggleKnob_8hith_433{transform:translate(20px)}._productForm__toggle_8hith_385:disabled{opacity:.5;cursor:not-allowed}._productForm__colorPicker_8hith_455{display:flex;gap:.5rem}._productForm__colorDot_8hith_460{width:32px;height:32px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .15s;padding:0}._productForm__colorDot_8hith_460:hover{transform:scale(1.1)}._productForm__colorDot--selected_8hith_474{border-color:var(--black);box-shadow:0 0 0 2px var(--white)}._productForm__locationPreview_8hith_480{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--gray-100);border-radius:6px}._productForm__previewLabel_8hith_489{font-size:.78rem;color:var(--gray-600);font-weight:500}._productForm__previewBadge_8hith_495{display:flex;align-items:center;gap:.5rem}._productForm__previewZone_8hith_501{padding:.3rem .7rem;border-radius:4px;color:var(--white);font-size:.8rem;font-weight:700}._productForm__previewSector_8hith_509{font-size:.9rem;font-weight:700;color:var(--black)}._productForm__albumSection_8hith_516{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}._productForm__albumHeader_8hith_523{display:flex;flex-direction:column;gap:.15rem}._productForm__albumGrid_8hith_529{display:flex;flex-wrap:wrap;gap:.75rem}._productForm__albumThumb_8hith_535{position:relative;width:90px;height:90px;border-radius:8px;overflow:hidden;border:1px solid var(--gray-200)}._productForm__albumThumb_8hith_535 img{width:100%;height:100%;object-fit:cover}._productForm__albumRemove_8hith_550{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#00000080;color:var(--white);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.65rem;opacity:0;transition:opacity .15s}._productForm__albumThumb_8hith_535:hover ._productForm__albumRemove_8hith_550{opacity:1}._productForm__albumAdd_8hith_573{display:flex;flex-direction:column;align-items:center;justify-content:center;width:90px;height:90px;border:2px dashed var(--gray-200);border-radius:8px;background:none;cursor:pointer;color:var(--gray-400);font-size:.7rem;gap:.3rem;transition:border-color .15s}._productForm__albumAdd_8hith_573:hover{border-color:var(--blue);color:var(--blue)}._productForm__albumAdd_8hith_573 i{font-size:1.1rem}._productForm__albumHint_8hith_599{font-size:.72rem;color:var(--gray-400);margin:0}._productForm__propBlock_8hith_606{display:flex;flex-direction:column}._productForm__propExpanded_8hith_611{padding:.75rem 0 .5rem;display:flex;flex-direction:column;gap:.75rem}._productForm__modelRow_8hith_619{display:flex;align-items:end;gap:1rem}._productForm__modelImage_8hith_625{width:64px;height:64px;border:2px dashed var(--gray-200);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;flex-shrink:0;transition:border-color .15s}._productForm__modelImage_8hith_625:hover{border-color:var(--blue)}._productForm__modelPlaceholder_8hith_643{color:var(--gray-400);font-size:1.2rem}._productForm__modelPreview_8hith_648{width:100%;height:100%;object-fit:cover}._productForm__sizeTabs_8hith_655{display:grid;grid-template-columns:1fr 1fr;border:1.5px solid var(--blue);border-radius:8px;overflow:hidden}._productForm__sizeTab_8hith_655{padding:.6rem;background:var(--white);border:none;font-size:.85rem;font-weight:600;color:var(--gray-600);cursor:pointer;transition:all .15s}._productForm__sizeTab_8hith_655:first-child{border-right:1.5px solid var(--blue)}._productForm__sizeTab--active_8hith_678{background:var(--white);color:var(--blue)}._productForm__sizeContent_8hith_683{display:flex;flex-direction:column;gap:.75rem}._productForm__sizeInputRow_8hith_689{display:flex;gap:.75rem;align-items:end}._productForm__tallSubTabs_8hith_696{display:grid;grid-template-columns:1fr 1fr;border:1.5px solid var(--blue);border-radius:8px;overflow:hidden}._productForm__tallSubTab_8hith_696{padding:.5rem;background:var(--white);border:none;font-size:.82rem;font-weight:600;color:var(--gray-600);cursor:pointer;transition:all .15s}._productForm__tallSubTab_8hith_696:first-child{border-right:1.5px solid var(--blue)}._productForm__tallSubTab--active_8hith_719{background:var(--white);color:var(--blue)}._productForm__sizeHint_8hith_724{font-size:.75rem;color:var(--gray-600);margin:0}._productForm__sizeGrid_8hith_731{display:flex;flex-wrap:wrap;gap:.4rem}._productForm__sizeChip_8hith_737{min-width:44px;padding:.45rem .6rem;border:1.5px solid var(--gray-200);border-radius:6px;background:var(--white);font-size:.82rem;font-weight:500;color:var(--black);cursor:pointer;transition:all .15s}._productForm__sizeChip_8hith_737:hover:not(:disabled){border-color:var(--blue)}._productForm__sizeChip--active_8hith_754{border-color:var(--blue);background:#eff4ff;color:var(--blue);font-weight:700}._productForm__sizeChip_8hith_737:disabled{opacity:.5;cursor:not-allowed}._productForm__colorHint_8hith_767{font-size:.75rem;color:var(--gray-600);margin:0}._productForm__colorGrid_8hith_773{display:flex;flex-wrap:wrap;gap:.5rem}._productForm__colorCircle_8hith_779{position:relative;width:36px;height:36px;border-radius:50%;cursor:pointer;transition:all .15s;padding:0;display:flex;align-items:center;justify-content:center}._productForm__colorCircle_8hith_779:hover{transform:scale(1.12)}._productForm__colorCircle--selected_8hith_796{box-shadow:0 0 0 2.5px var(--blue)}._productForm__colorCircle_8hith_779 i{color:var(--white);font-size:.7rem;text-shadow:0 1px 2px rgba(0,0,0,.4)}._productForm__selectedColors_8hith_806{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.25rem}._productForm__selectedColorTag_8hith_813{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;background:var(--gray-100);border-radius:100px;font-size:.78rem;font-weight:500;color:var(--black)}._productForm__selectedColorDot_8hith_825{width:14px;height:14px;border-radius:50%;display:inline-block;flex-shrink:0}._productForm__formFooter_8hith_834{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:.5rem;border-top:1px solid var(--gray-200)}._productForm__btnCancel_8hith_843{padding:.6rem 1.2rem;background:var(--white);border:1.5px solid var(--gray-200);border-radius:6px;font-size:.875rem;font-weight:600;color:var(--gray-600);cursor:pointer;transition:all .15s}._productForm__btnCancel_8hith_843:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-40)}._productForm__btnSaveOther_8hith_860{padding:.6rem 1.2rem;background:var(--white);border:1.5px solid var(--gray-200);border-radius:6px;font-size:.875rem;font-weight:600;color:var(--gray-600);cursor:pointer;transition:all .15s}._productForm__btnSaveOther_8hith_860:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-400)}._productForm__btnSave_8hith_860{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.4rem;background:var(--orange);border:none;border-radius:6px;font-size:.875rem;font-weight:700;color:var(--white);cursor:pointer;transition:opacity .15s}._productForm__btnSave_8hith_860:hover:not(:disabled){opacity:.88}._productForm__btnSave_8hith_860:disabled,._productForm__btnCancel_8hith_843:disabled,._productForm__btnSaveOther_8hith_860:disabled{opacity:.5;cursor:not-allowed}._groups_o4uw4_6{flex:1;display:flex;flex-direction:column;gap:1.25rem}._groups__back_o4uw4_14{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;color:var(--gray-600);font-size:.85rem;font-weight:500;cursor:pointer;padding:0;transition:color .15s}._groups__back_o4uw4_14:hover{color:var(--black)}._groups__header_o4uw4_33{margin-bottom:.25rem}._groups__title_o4uw4_37{font-size:1.35rem;font-weight:700;color:var(--black)}._groups__subtitle_o4uw4_43{font-size:.85rem;color:var(--gray-600);margin-top:.15rem}._groups__toolbar_o4uw4_50{display:flex;align-items:center;gap:1rem}._groups__searchWrap_o4uw4_56{position:relative;display:flex;align-items:center;flex:1;max-width:420px}._groups__searchWrap_o4uw4_56>i{position:absolute;left:.75rem;color:var(--gray-400);font-size:.8rem;pointer-events:none}._groups__searchInput_o4uw4_72{padding:.55rem 2.25rem .55rem 2.1rem;border:1px solid var(--gray-200);border-radius:6px;font-size:.85rem;width:100%;background:var(--white);color:var(--black);outline:none;transition:border-color .15s}._groups__searchInput_o4uw4_72:focus{border-color:var(--blue)}._groups__btnCreate_o4uw4_88{display:flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:var(--orange);color:var(--white);border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s;margin-left:auto;white-space:nowrap}._groups__btnCreate_o4uw4_88:hover{opacity:.88}._groups__tableWrap_o4uw4_110{border:1px solid var(--gray-200);border-radius:8px;overflow:auto;background:var(--white)}._groups__table_o4uw4_110{width:100%;border-collapse:collapse;font-size:.875rem}._groups__thead_o4uw4_124{background:var(--gray-100)}._groups__th_o4uw4_124{padding:.75rem 1rem;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--gray-600);white-space:nowrap;border-bottom:1px solid var(--gray-200)}._groups__th--right_o4uw4_139{text-align:right}._groups__th--center_o4uw4_140{text-align:center}._groups__tr_o4uw4_143{border-bottom:1px solid var(--gray-100);transition:background .1s}._groups__tr_o4uw4_143:last-child{border-bottom:none}._groups__tr_o4uw4_143:hover{background:#f9fafb}._groups__td_o4uw4_156{padding:.85rem 1rem;color:var(--black);vertical-align:middle}._groups__td--right_o4uw4_162{text-align:right}._groups__td--center_o4uw4_163{text-align:center}._groups__td--name_o4uw4_164{font-weight:600}._groups__tdEmpty_o4uw4_166{padding:3rem 1rem;text-align:center;color:var(--gray-400);font-size:.9rem;display:table-cell}._groups__tdEmpty_o4uw4_166 i{margin-right:.5rem}._groups__toggle_o4uw4_179{position:relative;width:40px;height:22px;border-radius:12px;border:none;background:var(--gray-300, #d1d5db);cursor:pointer;transition:background .2s;padding:0}._groups__toggle--active_o4uw4_191{background:#22c55e}._groups__toggleKnob_o4uw4_195{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:var(--white);transition:transform .2s;box-shadow:0 1px 3px #00000026}._groups__toggle--active_o4uw4_191 ._groups__toggleKnob_o4uw4_195{transform:translate(18px)}._groups__image_o4uw4_212{width:40px;height:40px;border-radius:8px;overflow:hidden;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:1rem}._groups__image_o4uw4_212 img{width:100%;height:100%;object-fit:cover}._groups__rowActions_o4uw4_232{display:flex;justify-content:center;gap:.4rem}._groups__rowBtn_o4uw4_238{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);cursor:pointer;font-size:.75rem;transition:all .15s}._groups__rowBtn_o4uw4_238:hover{background:var(--gray-100);color:var(--black);border-color:var(--gray-400)}._groups__rowBtn--danger_o4uw4_259:hover{background:#fee2e2;color:var(--red);border-color:var(--red)}._groups__footer_o4uw4_266{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}._groups__footerInfo_o4uw4_274{font-size:.8rem;color:var(--gray-600)}._groups__pagination_o4uw4_279{display:flex;align-items:center;gap:.5rem}._groups__pageBtn_o4uw4_285{padding:.4rem .85rem;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s}._groups__pageBtn_o4uw4_285:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-400)}._groups__pageBtn_o4uw4_285:disabled{opacity:.4;cursor:not-allowed}._form_53hte_5{flex:1;display:flex;flex-direction:column;gap:1.25rem}._form__back_53hte_13{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;color:var(--gray-600);font-size:.85rem;font-weight:500;cursor:pointer;padding:0;transition:color .15s}._form__back_53hte_13:hover{color:var(--black)}._form__header_53hte_29{margin-bottom:.25rem}._form__title_53hte_30{font-size:1.35rem;font-weight:700;color:var(--black)}._form__subtitle_53hte_31{font-size:.85rem;color:var(--gray-600);margin-top:.15rem}._form__card_53hte_34{background:var(--white);border:1px solid var(--gray-200);border-radius:10px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._form__sectionTitle_53hte_43{font-size:1rem;font-weight:700;color:var(--black)}._form__sectionDesc_53hte_44{font-size:.82rem;color:var(--gray-600);margin-top:.1rem}._form__sectionHeader_53hte_45{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._form__field_53hte_48{display:flex;flex-direction:column;gap:.35rem}._form__label_53hte_49{font-size:.82rem;font-weight:600;color:var(--gray-600)}._form__required_53hte_50{color:var(--red)}._form__input_53hte_52{padding:.55rem .75rem;border:1px solid var(--gray-200);border-radius:6px;font-size:.85rem;color:var(--black);background:var(--white);outline:none;transition:border-color .15s}._form__input_53hte_52:focus{border-color:var(--blue)}._form__textarea_53hte_64{padding:.65rem .75rem;border:1px solid var(--gray-200);border-radius:6px;font-size:.85rem;color:var(--black);background:var(--white);outline:none;resize:vertical;font-family:inherit;transition:border-color .15s}._form__textarea_53hte_64:focus{border-color:var(--blue)}._form__imageUpload_53hte_79{width:180px;height:120px;border:2px dashed var(--gray-200);border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s;overflow:hidden}._form__imageUpload_53hte_79:hover{border-color:var(--orange)}._form__hiddenInput_53hte_89{display:none}._form__imagePlaceholder_53hte_90{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:var(--gray-400);font-size:.8rem;text-align:center}._form__imagePlaceholder_53hte_90 i{font-size:1.3rem}._form__imagePreview_53hte_92{width:100%;height:100%;object-fit:cover}._form__btnAddFeature_53hte_95{display:flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:var(--orange);color:var(--white);border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .15s}._form__btnAddFeature_53hte_95:hover{opacity:.88}._form__emptyHint_53hte_104{font-size:.82rem;color:var(--gray-400)}._form__featureRow_53hte_106{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--gray-100);border-radius:10px}._form__featureImage_53hte_110{width:64px;height:64px;border-radius:8px;overflow:hidden;background:var(--white);border:1px dashed var(--gray-200);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;position:relative}._form__featureImage_53hte_110:hover{border-color:var(--orange)}._form__featureImagePlaceholder_53hte_117{display:flex;flex-direction:column;align-items:center;gap:.2rem;color:var(--gray-400);font-size:.65rem;text-align:center}._form__featureImagePlaceholder_53hte_117 i{font-size:.9rem}._form__featureImagePreview_53hte_119{width:100%;height:100%;object-fit:cover}._form__featureFields_53hte_120{flex:1;display:flex;flex-direction:column;gap:.4rem}._form__btnRemoveFeature_53hte_121{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:none;color:var(--gray-400);cursor:pointer;flex-shrink:0;transition:all .15s}._form__btnRemoveFeature_53hte_121:hover{background:#fee2e2;color:var(--red)}._form__emptyState_53hte_130{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem;gap:.5rem}._form__emptyIcon_53hte_134{width:52px;height:52px;border-radius:14px;background:#fff7ed;display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:1.3rem;margin-bottom:.25rem}._form__emptyTitle_53hte_139{font-size:.95rem;font-weight:700;color:var(--black)}._form__emptyDesc_53hte_140{font-size:.82rem;color:var(--gray-600);margin-bottom:.5rem}._form__btnAddProduct_53hte_142{display:flex;align-items:center;gap:.45rem;padding:.55rem 1rem;background:var(--orange);color:var(--white);border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s;align-self:center}._form__btnAddProduct_53hte_142:hover{opacity:.88}._form__propsBadge_53hte_152{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.82rem;color:var(--gray-600)}._form__propsBadge_53hte_152 i{color:var(--orange)}._form__propsBadge_53hte_152 strong{color:var(--black)}._form__propsInfo_53hte_159{display:flex;align-items:center;gap:.5rem;padding:.6rem .85rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;font-size:.8rem;color:#1e40af}._form__propsInfo_53hte_159 i{flex-shrink:0}._form__matrixHeader_53hte_166{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;font-size:.82rem;color:var(--gray-600)}._form__matrixWrap_53hte_172{border:1px solid var(--gray-200);border-radius:8px;overflow-x:auto;background:var(--white)}._form__matrix_53hte_166{display:flex;flex-direction:column;min-width:fit-content}._form__matrixHead_53hte_166{display:grid;grid-template-columns:120px 140px repeat(auto-fill,minmax(100px,1fr));background:var(--gray-100);border-bottom:1px solid var(--gray-200)}._form__matrixHeaderCell_53hte_189{padding:.65rem .75rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;color:var(--gray-600);text-transform:uppercase;white-space:nowrap;border-right:1px solid var(--gray-200)}._form__matrixHeaderCell_53hte_189:last-child{border-right:none}._form__matrixRow_53hte_198{display:grid;grid-template-columns:120px 140px repeat(auto-fill,minmax(100px,1fr));border-bottom:1px solid var(--gray-100);min-height:52px}._form__matrixRow_53hte_198:last-child{border-bottom:none}._form__matrixCell_53hte_206{padding:.5rem .65rem;display:flex;align-items:center;font-size:.82rem;color:var(--black);border-right:1px solid var(--gray-100);white-space:nowrap}._form__matrixCell_53hte_206:last-child{border-right:none}._form__matrixCell--model_53hte_215{font-weight:700;color:var(--black);background:#fafafa;border-right:1px solid var(--gray-200)}._form__matrixCell--color_53hte_221{gap:.4rem;font-weight:500}._form__matrixCell--slot_53hte_225{justify-content:center}._form__matrixFilled_53hte_229{display:flex;flex-direction:column;padding:.35rem .5rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;font-size:.72rem;line-height:1.3;width:100%}._form__matrixFilled_53hte_229 strong{color:#166534;font-size:.72rem}._form__matrixFilled_53hte_229 span{color:#16a34a}._form__matrixAdd_53hte_239{width:32px;height:32px;border-radius:6px;border:1.5px dashed var(--gray-300, #d1d5db);background:none;color:var(--gray-400);cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}._form__matrixAdd_53hte_239:hover{border-color:var(--orange);color:var(--orange);background:#fff7ed}._form__variantsTitle_53hte_251{font-size:.9rem;font-weight:700;color:var(--black);margin-top:1.25rem;margin-bottom:.5rem}._form__stockTotal_53hte_257{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;margin-top:1rem}._form__stockTotal_53hte_257 strong{font-size:.9rem;color:var(--black);display:block}._form__stockTotal_53hte_257 span{font-size:.8rem;color:var(--gray-600)}._form__stockTotalVal_53hte_265{font-size:1.75rem;font-weight:800;color:var(--orange)}._form__variantsTable_53hte_270{border:1px solid var(--gray-200);border-radius:8px;overflow-x:auto;background:var(--white)}._form__variantsHead_53hte_275{display:grid;grid-template-columns:50px 1.3fr 1fr 1fr .7fr .8fr .6fr 50px;padding:.65rem 1rem;background:var(--gray-100);font-size:.7rem;font-weight:700;letter-spacing:.04em;color:var(--gray-600);text-transform:uppercase;border-bottom:1px solid var(--gray-200);white-space:nowrap}._form__variantsRow_53hte_286{display:grid;grid-template-columns:50px 1.3fr 1fr 1fr .7fr .8fr .6fr 50px;padding:.65rem 1rem;border-bottom:1px solid var(--gray-100);align-items:center;font-size:.85rem;white-space:nowrap}._form__variantsRow_53hte_286:last-child{border-bottom:none}._form__variantCell_53hte_297{display:flex;align-items:center;gap:.4rem;color:var(--black);vertical-align:middle;overflow:hidden;text-overflow:ellipsis}._form__variantCell_53hte_297 code{font-size:.8rem;color:var(--gray-600);background:var(--gray-100);padding:.15rem .4rem;border-radius:4px;white-space:nowrap}._form__variantImage_53hte_307{width:36px;height:36px;border-radius:6px;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.85rem}._form__colorDot_53hte_313{width:12px;height:12px;border-radius:50%;display:inline-block;flex-shrink:0}._form__btnRemoveVariant_53hte_317{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:none;color:var(--gray-400);cursor:pointer;transition:all .15s}._form__btnRemoveVariant_53hte_317:hover{background:#fee2e2;color:var(--red)}._form__footer_53hte_326{display:flex;justify-content:flex-end;gap:.6rem;padding-top:.5rem}._form__btnCancel_53hte_328{padding:.6rem 1.2rem;background:var(--white);color:var(--black);border:1px solid var(--gray-200);border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s}._form__btnCancel_53hte_328:hover{background:var(--gray-100);border-color:var(--gray-400)}._form__btnSave_53hte_337{padding:.6rem 1.4rem;background:var(--orange);color:var(--white);border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s;display:flex;align-items:center;gap:.4rem}._form__btnSave_53hte_337:hover{opacity:.88}._form__btnSave_53hte_337:disabled{opacity:.6;cursor:not-allowed}._form__overlay_53hte_352{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_53hte_1 .15s ease}@keyframes _fadeIn_53hte_1{0%{opacity:0}to{opacity:1}}._form__picker_53hte_362{background:var(--white);border-radius:12px;width:100%;max-width:550px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040;animation:_slideUp_53hte_1 .2s ease}@keyframes _slideUp_53hte_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._form__pickerHeader_53hte_371{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200)}._form__pickerHeader_53hte_371 h3{font-size:1rem;font-weight:700;color:var(--black)}._form__pickerClose_53hte_376{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:none;color:var(--gray-600);cursor:pointer;border-radius:6px;transition:all .15s}._form__pickerClose_53hte_376:hover{background:var(--gray-100);color:var(--black)}._form__pickerSearch_53hte_384{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--gray-200)}._form__pickerSearch_53hte_384 i{color:var(--gray-400);font-size:.85rem}._form__pickerSearch_53hte_384 input{flex:1;border:none;outline:none;font-size:.85rem;color:var(--black);background:transparent}._form__pickerList_53hte_391{overflow-y:auto;flex:1;padding:.5rem;max-height:400px}._form__pickerLoading_53hte_392,._form__pickerEmpty_53hte_392{text-align:center;padding:2rem 1rem;color:var(--gray-400);font-size:.85rem}._form__pickerItem_53hte_394{display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem;border:2px solid transparent;background:none;width:100%;text-align:left;cursor:pointer;border-radius:10px;transition:all .15s}._form__pickerItem--compatible_53hte_400{border-color:#bbf7d0;background:#f0fdf4}._form__pickerItem--compatible_53hte_400:hover{border-color:#22c55e}._form__pickerItem--incompatible_53hte_402{border-color:#fed7aa;background:#fff7ed}._form__pickerItem--incompatible_53hte_402:hover{border-color:#f97316}._form__pickerItem--selected_53hte_404{border-color:var(--orange)!important;background:#fff7ed!important}._form__pickerItem--added_53hte_405{opacity:.5;cursor:not-allowed}._form__pickerItemImage_53hte_407{width:42px;height:42px;border-radius:8px;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:1rem;flex-shrink:0}._form__pickerItemInfo_53hte_413{flex:1;display:flex;flex-direction:column;min-width:0}._form__pickerItemName_53hte_414{font-size:.85rem;font-weight:600;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._form__pickerItemMeta_53hte_415{font-size:.75rem;color:var(--gray-600)}._form__pickerItemPrice_53hte_417{text-align:right;flex-shrink:0;display:flex;flex-direction:column}._form__pickerItemPriceVal_53hte_418{font-size:.85rem;font-weight:700;color:var(--black)}._form__pickerItemStock_53hte_419{font-size:.75rem;color:var(--gray-600)}._form__pickerItemBadge_53hte_421{padding:.15rem .5rem;background:var(--gray-200);border-radius:4px;font-size:.7rem;font-weight:600;color:var(--gray-600);margin-left:.5rem}._form__pickerFooter_53hte_428{border-top:1px solid var(--gray-200);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}._form__pickerSelectedLabel_53hte_432{font-size:.8rem;font-weight:600;color:var(--gray-600);display:block;margin-bottom:.4rem}._form__pickerSelectedInfo_53hte_433{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--gray-100);border-radius:10px}._form__pickerSelectedImage_53hte_437{width:40px;height:40px;border-radius:8px;background:var(--white);display:flex;align-items:center;justify-content:center;color:var(--gray-400);flex-shrink:0}._form__pickerSelectedInfo_53hte_433 strong{font-size:.85rem;display:block;color:var(--black)}._form__pickerSelectedInfo_53hte_433 span{font-size:.75rem;color:var(--gray-600)}._form__pickerSelectedTags_53hte_444{display:flex;gap:.5rem;margin-top:.25rem}._form__pickerSelectedTags_53hte_444 span{padding:.15rem .5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:4px;font-size:.72rem;font-weight:600;color:var(--gray-600)}._form__pickerActions_53hte_450{display:flex;justify-content:flex-end;gap:.5rem}._form__incompatible_53hte_453{background:var(--white);border-radius:12px;width:100%;max-width:420px;padding:2rem;text-align:center;box-shadow:0 20px 60px #00000040;animation:_slideUp_53hte_1 .2s ease}._form__incompatibleIcon_53hte_460{width:48px;height:48px;border-radius:50%;background:#fee2e2;color:var(--red);display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin:0 auto 1rem}._form__incompatibleTitle_53hte_466{font-size:1rem;font-weight:700;color:var(--black);margin-bottom:1rem}._form__incompatibleDetails_53hte_467{text-align:left;padding:.75rem 1rem;background:var(--gray-100);border-radius:8px;font-size:.82rem;color:var(--gray-600);display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.25rem}._form__incompatibleDetails_53hte_467 strong{color:var(--black)}._form__btnAdapt_53hte_476{width:100%;padding:.7rem;background:var(--orange);color:var(--white);border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .15s;margin-bottom:.75rem}._form__btnAdapt_53hte_476:hover{opacity:.88}._form__btnCancelFull_53hte_485{width:100%;padding:.7rem;background:none;border:none;font-size:.85rem;font-weight:600;color:var(--gray-600);cursor:pointer}._form__adapt_53hte_493{background:var(--white);border-radius:12px;width:100%;max-width:520px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040;animation:_slideUp_53hte_1 .2s ease}._form__adaptHeader_53hte_500{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 0}._form__adaptHeader_53hte_500 h3{font-size:1.1rem;font-weight:700;color:var(--black)}._form__adaptClose_53hte_505{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:none;color:var(--gray-600);cursor:pointer;border-radius:6px;transition:all .15s}._form__adaptClose_53hte_505:hover{background:var(--gray-100);color:var(--black)}._form__adaptSubtitle_53hte_513{font-size:.85rem;color:var(--gray-600);padding:.25rem 1.5rem 0}._form__adaptWarning_53hte_515{display:flex;gap:.75rem;padding:1rem;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;margin:1rem 1.5rem}._form__adaptWarning_53hte_515>i{color:#f97316;font-size:1rem;margin-top:.1rem;flex-shrink:0}._form__adaptWarning_53hte_515 strong{font-size:.85rem;color:#9a3412;display:block;margin-bottom:.15rem}._form__adaptWarning_53hte_515 p{font-size:.8rem;color:#9a3412;margin:0}._form__adaptRequires_53hte_524{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:0 1.5rem;margin-bottom:.75rem;font-size:.82rem;color:var(--gray-600)}._form__adaptAI_53hte_530{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;margin:0 1.5rem 1rem;background:#faf5ff;border:1px solid #e9d5ff;border-radius:8px;font-size:.8rem;color:#7c3aed}._form__adaptModes_53hte_537{display:flex;gap:0;margin:0 1.5rem 1rem;border:1px solid var(--gray-200);border-radius:8px;overflow:hidden}._form__adaptMode_53hte_537{flex:1;padding:.55rem;background:var(--white);border:none;font-size:.85rem;font-weight:600;color:var(--gray-600);cursor:pointer;transition:all .15s}._form__adaptMode--active_53hte_548{background:var(--gray-100);color:var(--black)}._form__adaptFields_53hte_552{padding:0 1.5rem;display:flex;flex-direction:column;gap:1rem}._form__colorGrid_53hte_554{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}._form__colorOption_53hte_557{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1.5px solid var(--gray-200);border-radius:8px;background:var(--white);font-size:.82rem;color:var(--black);cursor:pointer;transition:all .15s}._form__colorOption_53hte_557:hover{border-color:var(--gray-400)}._form__colorOption--active_53hte_565,._form__colorOption--selected_53hte_565{border-color:var(--orange);background:#fff7ed}._form__sizeGrid_53hte_569{display:grid;grid-template-columns:repeat(6,1fr);gap:.4rem}._form__sizeOption_53hte_572{padding:.5rem;border:1.5px solid var(--gray-200);border-radius:8px;background:var(--white);font-size:.85rem;font-weight:600;color:var(--black);cursor:pointer;transition:all .15s;text-align:center}._form__sizeOption_53hte_572:hover{border-color:var(--gray-400)}._form__sizeOption--active_53hte_579,._form__sizeOption--selected_53hte_579{border-color:var(--orange);background:#fff7ed}._form__adaptFooter_53hte_583{display:flex;justify-content:flex-end;gap:.6rem;padding:1.25rem 1.5rem;border-top:1px solid var(--gray-200);margin-top:1rem}._stock_rxp45_6{flex:1;display:flex;flex-direction:column;padding:1.5rem 2rem;gap:1rem}._stock__header_rxp45_15{margin-bottom:.25rem}._stock__title_rxp45_19{font-size:1.35rem;font-weight:700;color:var(--black)}._stock__subtitle_rxp45_25{font-size:.85rem;color:var(--gray-600);margin-top:.15rem}._stock__toolbar_rxp45_32{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding-bottom:.75rem;border-bottom:1px solid var(--gray-200)}._stock__btnPrimary_rxp45_41{display:flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:var(--orange);color:var(--white);border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s;white-space:nowrap}._stock__btnPrimary_rxp45_41:hover{opacity:.88}._stock__btnOutlined_rxp45_61{display:flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:var(--white);color:var(--orange);border:1.5px solid var(--orange);border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}._stock__btnOutlined_rxp45_61:hover{background:#fff7ed}._stock__btnText_rxp45_81{display:flex;align-items:center;gap:.45rem;padding:.55rem .85rem;background:none;border:none;border-radius:6px;font-size:.85rem;font-weight:500;color:var(--gray-600);cursor:pointer;transition:all .15s;white-space:nowrap}._stock__btnText_rxp45_81:hover{background:var(--gray-100);color:var(--black)}._stock__dropdown_rxp45_102{position:relative}
