*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#16a34a;--green-light:#dcfce7;--green-dark:#15803d;--blue:#2563eb;--blue-light:#dbeafe;--red:#dc2626;--red-light:#fee2e2;--orange:#ea580c;--orange-light:#ffedd5;--purple:#7c3aed;--purple-light:#ede9fe;--gray-50:#17202a;--gray-100:#263442;--gray-200:#334155;--gray-300:#475569;--gray-400:#64748b;--gray-500:#94a3b8;--gray-600:#9ca3af;--gray-700:#cbd5e1;--gray-800:#e5e7eb;--gray-900:#fff;--bg-surface:#202b36;--input-bg:#1b2632;--white:#fff;--sidebar-w:220px;--header-h:60px;--radius:10px;--shadow-sm:0 1px 3px #00000014;--shadow:0 2px 8px #0000001a}html,body,#root{height:100%}body{color:var(--gray-800);background:var(--gray-50);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}._layout_1wlkc_2{height:100vh;display:flex;overflow:hidden}._sidebar_1wlkc_9{width:var(--sidebar-w);background:var(--white);border-right:1px solid var(--gray-200);flex-direction:column;flex-shrink:0;height:100vh;display:flex;overflow-y:auto}._sidebar__logo_1wlkc_20{border-bottom:1px solid var(--gray-100);align-items:center;gap:10px;padding:18px 16px;display:flex}._sidebar__logo-mark_1wlkc_28{background:var(--green);color:#fff;letter-spacing:.5px;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:flex}._sidebar__logo-text_1wlkc_43 h2{color:var(--gray-900);letter-spacing:.5px;font-size:13px;font-weight:800;line-height:1.2}._sidebar__logo-text_1wlkc_43 p{color:var(--gray-500);margin-top:1px;font-size:11px}._sidebar__nav_1wlkc_57{flex:1;padding:12px 0}._sidebar__nav-item_1wlkc_62{color:var(--gray-600);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;align-items:center;gap:10px;width:100%;padding:10px 16px;font-size:13.5px;font-weight:500;transition:background .15s,color .15s;display:flex;position:relative}._sidebar__nav-item_1wlkc_62:hover{background:var(--gray-50);color:var(--gray-900)}._sidebar__nav-item_1wlkc_62._active_1wlkc_85{background:var(--green-light);color:var(--green-dark);font-weight:600}._sidebar__nav-item_1wlkc_62._active_1wlkc_85:before{content:"";background:var(--green);border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}._sidebar__divider_1wlkc_102{background:var(--gray-100);height:1px;margin:8px 16px}._main_1wlkc_109{flex-direction:column;flex:1;display:flex;overflow:hidden}._header_1wlkc_117{height:var(--header-h);background:#fff;border-bottom:1px solid #d1d5db;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:0 24px;display:flex}._header__left_1wlkc_129{align-items:center;gap:16px;display:flex}._header__title_1wlkc_135{color:#111827;white-space:nowrap;font-size:16px;font-weight:800}._header__stats_1wlkc_142{align-items:center;gap:10px;display:flex}._headerStatPill_1wlkc_148{background:var(--green-light);border:1px solid #16a34a40;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;display:flex}._headerStatPill--blue_1wlkc_159{background:#eff6ff;border-color:#bfdbfe}._headerStatPill__label_1wlkc_164{color:#64748b;font-weight:500}._headerStatPill__val_1wlkc_169{color:#111827;font-size:13.5px;font-weight:800}._content_1wlkc_177{background:var(--gray-50);flex-direction:column;flex:1;padding:0;display:flex;overflow:hidden}._backdrop_q1fu0_1{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}._modal_q1fu0_14{background:#fff;border:1px solid #94a3b82e;border-radius:18px;flex-direction:column;width:100%;max-width:920px;max-height:78vh;display:flex;overflow:hidden;box-shadow:0 25px 60px #0f172a2e}._header_q1fu0_27{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px 18px;display:flex}._title_q1fu0_36{color:#1e293b;margin:0;font-size:2rem;font-weight:800}._subtitle_q1fu0_43{color:#64748b;margin:4px 0 0;font-size:.98rem}._closeButton_q1fu0_49{color:#94a3b8;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,color .15s;display:inline-flex}._closeButton_q1fu0_49:hover{color:#475569;background:#e2e8f0}._form_q1fu0_68{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}._body_q1fu0_76{flex-direction:column;flex:auto;gap:18px;min-height:0;padding:20px 24px 24px;display:flex;overflow-y:auto}._formRow_q1fu0_86{grid-template-columns:1fr 1fr;gap:14px;display:grid}._formGroup_q1fu0_92{flex-direction:column;gap:7px;display:flex}._label_q1fu0_98{color:#475569;font-size:.98rem;font-weight:700}._required_q1fu0_104{color:#ef4444}._optional_q1fu0_108{color:#94a3b8;font-weight:500}._input_q1fu0_113,._select_q1fu0_114,._textarea_q1fu0_115{color:#0f172a;background:#fff;border:1px solid #dbe3ee;border-radius:12px;width:100%;padding:13px 15px;font-family:inherit;font-size:.98rem;transition:border-color .15s,box-shadow .15s}._input_q1fu0_113::placeholder,._textarea_q1fu0_115::placeholder{color:#94a3b8}._input_q1fu0_113:focus,._select_q1fu0_114:focus,._textarea_q1fu0_115:focus{border-color:#22c55e;outline:none;box-shadow:0 0 0 3px #22c55e1f}._textarea_q1fu0_115{resize:vertical;min-height:110px}._locationGrid_q1fu0_145{grid-template-columns:1fr 1fr;gap:14px;display:grid}._toggleRow_q1fu0_151{cursor:pointer;align-items:center;gap:12px;width:fit-content;display:inline-flex}._toggleRow_q1fu0_151 input{opacity:0;pointer-events:none;position:absolute}._toggleTrack_q1fu0_165{background:#e2e8f0;border-radius:999px;align-items:center;width:42px;height:24px;padding:3px;transition:background .15s;display:flex}._toggleThumb_q1fu0_176{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;box-shadow:0 1px 3px #0f172a33}._toggleRow_q1fu0_151 input:checked+._toggleTrack_q1fu0_165{background:#22c55e}._toggleRow_q1fu0_151 input:checked+._toggleTrack_q1fu0_165 ._toggleThumb_q1fu0_176{transform:translate(18px)}._toggleLabel_q1fu0_193{color:#334155;font-size:.98rem;font-weight:700}._imageGrid_q1fu0_199{grid-template-columns:1fr 1fr;gap:14px;display:grid}._hiddenInput_q1fu0_205{display:none}._uploadCard_q1fu0_209{cursor:pointer;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:14px;justify-content:center;align-items:center;min-height:148px;padding:12px;transition:border-color .15s,background .15s;display:flex}._uploadCard_q1fu0_209:hover{background:#f0fdf4;border-color:#22c55e}._uploadPlaceholder_q1fu0_227{color:#64748b;flex-direction:column;align-items:center;gap:8px;font-weight:600;display:flex}._uploadPreview_q1fu0_236{object-fit:cover;border-radius:12px;width:100%;max-height:160px}._errorText_q1fu0_243{color:#dc2626;font-size:.82rem;font-weight:600}._footer_q1fu0_249{background:#f8fafc;border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:flex-end;gap:10px;padding:18px 24px;display:flex}._cancelBtn_q1fu0_259,._submitBtn_q1fu0_260{cursor:pointer;border-radius:12px;min-width:108px;height:44px;font-size:.98rem;font-weight:700;transition:transform .15s,background .15s,border-color .15s}._cancelBtn_q1fu0_259{color:#475569;background:#fff;border:1px solid #dbe3ee}._cancelBtn_q1fu0_259:hover{background:#f8fafc}._submitBtn_q1fu0_260{color:#fff;background:#16a34a;border:none}._submitBtn_q1fu0_260:hover{background:#15803d}._submitBtn_q1fu0_260:disabled{opacity:.5;cursor:not-allowed}@media (width<=720px){._backdrop_q1fu0_1{padding:0}._modal_q1fu0_14{border-radius:0;max-width:100%;min-height:100vh}._formRow_q1fu0_86,._locationGrid_q1fu0_145,._imageGrid_q1fu0_199{grid-template-columns:1fr}._header_q1fu0_27,._body_q1fu0_76,._footer_q1fu0_249{padding-left:16px;padding-right:16px}._title_q1fu0_36{font-size:1.6rem}}._backdrop_8nhud_1{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}._modal_8nhud_13{background:#fff;border:1px solid #94a3b829;border-radius:16px;width:100%;max-width:760px;overflow:hidden;box-shadow:0 24px 60px #0f172a2e}._header_8nhud_23{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px 16px;display:flex}._title_8nhud_32{color:#0f172a;align-items:center;gap:8px;margin:0;font-size:1.2rem;font-weight:700;display:flex}._subtitle_8nhud_42{color:#64748b;margin:4px 0 0;font-size:.9rem}._closeButton_8nhud_48{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,color .15s;display:inline-flex}._closeButton_8nhud_48:hover{color:#0f172a;background:#e2e8f0}._form_8nhud_69{flex-direction:column;display:flex}._body_8nhud_74{flex-direction:column;gap:16px;padding:20px 24px 24px;display:flex}._formRow_8nhud_81{grid-template-columns:1fr 1fr;gap:14px;display:grid}._formRow3_8nhud_87{grid-template-columns:1fr 1fr 1fr;gap:14px;display:grid}._formGroup_8nhud_93{flex-direction:column;gap:6px;display:flex}._label_8nhud_99{color:#374151;font-size:.88rem;font-weight:600}._required_8nhud_105{color:#dc2626}._input_8nhud_109{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;height:42px;padding:0 14px;font-family:inherit;font-size:.92rem;transition:border-color .15s,box-shadow .15s}select._input_8nhud_109{padding-right:36px}._input_8nhud_109:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #dbeafe}._input_8nhud_109::placeholder{color:#9ca3af}._inputError_8nhud_138{border-color:#ef4444}._inputError_8nhud_138:focus{border-color:#ef4444;box-shadow:0 0 0 3px #fee2e2}._errorMsg_8nhud_147{color:#dc2626;margin:0;font-size:.78rem;font-weight:600}._footer_8nhud_154{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;padding:16px 24px 20px;display:flex}._cancelBtn_8nhud_162,._submitBtn_8nhud_163{cursor:pointer;border-radius:10px;min-width:110px;height:42px;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s,opacity .15s}._cancelBtn_8nhud_162{color:#374151;background:#fff;border:1px solid #d1d5db}._cancelBtn_8nhud_162:hover{background:#f8fafc}._submitBtn_8nhud_163{color:#fff;background:#16a34a;border:none}._submitBtn_8nhud_163:hover{background:#15803d}._submitBtn_8nhud_163:disabled{opacity:.5;cursor:not-allowed}@media (width<=720px){._backdrop_8nhud_1{padding:0}._modal_8nhud_13{border-radius:0;max-width:100%;min-height:100vh}._formRow_8nhud_81,._formRow3_8nhud_87{grid-template-columns:1fr}._header_8nhud_23,._body_8nhud_74,._footer_8nhud_154{padding-left:16px;padding-right:16px}}._totalPriceSection_8nhud_225{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:12px;padding:14px 16px}._totalPriceSection_8nhud_225 ._label_8nhud_99{color:#64748b;margin-bottom:6px;font-size:12px;font-weight:600;display:block}._totalPriceDisplay_8nhud_241{color:#16a34a;background:#f0fdf4;border-left:3px solid #16a34a;border-radius:8px;padding:8px 12px;font-size:16px;font-weight:700}._page_8qe7y_2{flex-direction:column;height:100vh;padding:24px;display:flex;overflow:hidden}._left_8qe7y_10{flex-direction:column;flex:1;gap:20px;min-height:0;display:flex;overflow:visible}._pageHeader_8qe7y_19{z-index:100;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding-bottom:4px;display:flex;position:relative;overflow:visible}._pageHeader_8qe7y_19::-webkit-scrollbar{display:none}._pageHeader_8qe7y_19{-ms-overflow-style:none;scrollbar-width:none}._pageHeader__text_8qe7y_40{flex-direction:column;min-width:0;display:flex}._pageHeader__text_8qe7y_40 h1{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-weight:800;overflow:hidden}._pageHeader__text_8qe7y_40 p{color:var(--gray-500);white-space:nowrap;margin-top:2px;font-size:12px}._header__logo_8qe7y_61{align-items:center;gap:10px;display:flex}._header__logo-img_8qe7y_67{object-fit:contain;border-radius:8px;flex-shrink:0;width:36px;height:36px}._headerTitleRow_8qe7y_75{flex-shrink:1;align-items:center;gap:12px;min-width:0;display:flex}._header__logo-text_8qe7y_83 h2{color:var(--gray-900);letter-spacing:.5px;font-size:12px;font-weight:800;line-height:1.2}._header__logo-text_8qe7y_83 p{color:var(--gray-500);margin-top:1px;font-size:9.5px}._header__right_8qe7y_97{flex-shrink:0;align-items:center;gap:10px;display:flex}._header__bell_8qe7y_104{color:#334155;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex;position:relative}._header__bell_8qe7y_104:hover{background:#f1f5f9}._header__badge_8qe7y_121{background:var(--red);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:4px;right:4px}._header__user_8qe7y_138{cursor:pointer;color:#334155;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;transition:background .15s;display:flex;position:relative}._header__user_8qe7y_138:hover{background:#f1f5f9}._userDropdown_8qe7y_154{z-index:99999;background:#fff;border:1px solid #cbd5e1;border-radius:10px;flex-direction:column;width:max-content;min-width:220px;max-width:280px;padding:8px;animation:.15s _dropdownFadeIn_8qe7y_1;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #00000014}@keyframes _dropdownFadeIn_8qe7y_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._dropdownItem_8qe7y_177{color:#334155;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:flex}._dropdownItem_8qe7y_177:hover{color:#0f172a;background:#f1f5f9}._dropdownItemDestructive_8qe7y_199{color:#dc2626;margin-top:2px}._dropdownItemDestructive_8qe7y_199:hover{color:#991b1b;background:#fee2e2}._header__avatar_8qe7y_209{color:#334155;background:#f1f5f9;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._header__name_8qe7y_221{color:var(--gray-900);font-size:13.5px;font-weight:600;transition:color .15s}._header__user_8qe7y_138:hover ._header__name_8qe7y_221{color:#111827}._header__role_8qe7y_232{color:var(--green-dark);background:var(--green-light);border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}._title_8qe7y_241{color:var(--gray-900);font-size:22px;font-weight:800}._subtitle_8qe7y_247{color:var(--gray-500);margin-top:3px;font-size:13px}._headerStats_8qe7y_253{align-items:center;gap:12px;display:flex}._headerStatPill_8qe7y_259{background:var(--green-light);border:1px solid #16a34a40;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;display:flex}._headerStatPill--blue_8qe7y_270{background:#eff6ff;border-color:#bfdbfe}._headerStatPill__icon_8qe7y_275{background:var(--bg-surface);width:34px;height:34px;color:var(--green-dark);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 3px #0000000d}._headerStatPill__icon--blue_8qe7y_288{color:#2563eb}._headerStatPill__info_8qe7y_292{flex-direction:column;display:flex}._headerStatPill__label_8qe7y_297{color:#64748b;text-transform:none;letter-spacing:0;font-size:12px;font-weight:500}._headerStatPill__val_8qe7y_305{color:#111827;font-size:13.5px;font-weight:800;line-height:normal}._statCard_8qe7y_312{background:var(--bg-surface);border:1px solid var(--gray-200);border-radius:var(--radius);min-width:150px;box-shadow:var(--shadow-sm);align-items:center;gap:14px;padding:14px 20px;display:flex}._statCard__icon_8qe7y_324{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}._statCard__icon--green_8qe7y_334{background:var(--green-light);color:var(--green)}._statCard__icon--blue_8qe7y_338{background:var(--blue-light);color:var(--blue)}._statCard__info_8qe7y_343 p{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}._statCard__info_8qe7y_343 h3{color:var(--gray-900);margin-top:2px;font-size:26px;font-weight:800;line-height:1.1}._statCard__info_8qe7y_343 span{color:var(--gray-400);font-size:11px}._section_8qe7y_364{background:var(--bg-surface);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}._section__header_8qe7y_376{border-bottom:1px solid var(--gray-100);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}._section__header-left_8qe7y_386 h2{color:var(--gray-900);font-size:15px;font-weight:700}._section__header-left_8qe7y_386 p{color:var(--gray-500);margin-top:2px;font-size:12px}._section__header-right_8qe7y_398{align-items:center;gap:8px;display:flex}._searchBox_8qe7y_405{border:1px solid var(--gray-200);background:var(--bg-surface);height:36px;color:var(--gray-400);border-radius:7px;align-items:center;gap:6px;padding:0 10px;display:flex}._searchBox_8qe7y_405 input{color:var(--gray-700);background:0 0;border:none;outline:none;width:160px;font-size:13px}._searchBox_8qe7y_405 input::placeholder{color:var(--gray-400)}._btnFilter_8qe7y_431{border:1px solid var(--gray-200);background:var(--bg-surface);height:36px;color:var(--gray-700);border-radius:7px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:500;transition:background .15s;display:flex}._filterSelect_8qe7y_446{border:1px solid var(--gray-200);background:var(--input-bg);height:36px;color:var(--gray-700);cursor:pointer;border-radius:7px;outline:none;padding:0 10px;font-size:12.5px;font-weight:500;transition:border-color .15s,box-shadow .15s}._filterSelect_8qe7y_446:focus{border-color:var(--green)}._btnFilter_8qe7y_431:hover{background:var(--gray-50)}._btnAdd_8qe7y_470{background:var(--green);color:#fff;border:none;border-radius:7px;align-items:center;gap:6px;height:36px;padding:0 14px;font-size:13px;font-weight:600;transition:background .15s;display:flex}._btnAdd_8qe7y_470:hover{background:var(--green-dark)}._btnOrders_8qe7y_489{background:var(--blue,#2563eb);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:7px;align-items:center;gap:7px;height:36px;padding:0 14px;font-size:13px;font-weight:600;transition:all .15s;display:flex}._btnOrders_8qe7y_489:hover{background:#1d4ed8}._ordersBadge_8qe7y_510{color:#fff;letter-spacing:.3px;background:#ef4444;border-radius:10px;align-items:center;margin-left:2px;padding:2px 7px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #0003}._tableWrapper_8qe7y_525{flex:1;position:relative;overflow:auto}._table_8qe7y_525{border-collapse:collapse;width:100%}._table_8qe7y_525 th{text-align:left;color:var(--gray-500);background:var(--gray-50);white-space:nowrap;z-index:10;box-shadow:0 1px 0 var(--gray-200);padding:11px 20px;font-size:12px;font-weight:600;position:sticky;top:0}._table_8qe7y_525 td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);vertical-align:middle;padding:14px 20px;font-size:13.5px}._table_8qe7y_525 tr:last-child td{border-bottom:none}._table_8qe7y_525 tbody tr:hover td{background:var(--gray-50)}._tableRow--inactive_8qe7y_566,._tableRowInactive_8qe7y_567{opacity:.55;background-color:var(--gray-50)}._btnIcon--disabled_8qe7y_572{opacity:.4;cursor:not-allowed!important}._rowDetails_8qe7y_578{white-space:normal;align-items:center;gap:12px;max-width:280px;display:flex}._rowImg_8qe7y_586{background:var(--green-light);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:20px;display:flex;overflow:hidden}._rowImg_8qe7y_586 img{object-fit:cover;width:100%;height:100%}._shopImgThumb_8qe7y_605{background:var(--gray-50);border:1px solid var(--gray-200);width:42px;height:42px;color:var(--gray-400);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}._shopImgThumb_8qe7y_605 img{object-fit:cover;width:100%;height:100%;display:block}._shopPlaceholderIcon_8qe7y_626{color:var(--gray-400)}._productImgThumb_8qe7y_630{background:var(--green-light);border:1px solid var(--gray-200);width:42px;height:42px;color:var(--green-dark);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;overflow:hidden}._productImgThumb_8qe7y_630 img{object-fit:cover;width:100%;height:100%;display:block}._productPlaceholderText_8qe7y_653{letter-spacing:.5px}._rowName_8qe7y_657{color:var(--gray-800);white-space:normal;word-break:break-word;align-items:center;gap:6px;max-width:210px;font-size:13.5px;font-weight:600;line-height:1.35;display:flex}._rowNameClickable_8qe7y_670{cursor:pointer}._shopNameLink_8qe7y_674{color:var(--green-dark);text-underline-offset:3px;font-weight:700;-webkit-text-decoration:underline #16a34a66;text-decoration:underline #16a34a66;transition:color .15s,text-decoration-color .15s}._rowNameClickable_8qe7y_670:hover ._shopNameLink_8qe7y_674{color:#15803d;text-decoration-color:#15803d}._rowSub_8qe7y_690{color:var(--gray-500);align-items:center;gap:4px;margin-top:2px;font-size:12px;display:flex}._shopNameCell_8qe7y_699{min-width:220px}._ownerText_8qe7y_703,._contactText_8qe7y_704,._locationText_8qe7y_705{color:var(--gray-700);font-weight:500}._locationText_8qe7y_705{min-width:180px;line-height:1.4;display:inline-block}._locationLinkBox_8qe7y_716{color:#15803d;background:#ecfdf5;border:1px solid #16a34a29;border-radius:12px;align-items:center;min-width:180px;padding:9px 12px;font-weight:700;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex}._locationLinkBox_8qe7y_716:hover{background:#dcfce7;transform:translateY(-1px);box-shadow:0 8px 18px #16a34a24}._addLocationBtn_8qe7y_739{color:#991b1b;cursor:pointer;background:#fee2e2;border:1px solid #ef444429;border-radius:12px;justify-content:center;align-items:center;min-width:180px;padding:9px 12px;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex}._addLocationBtn_8qe7y_739:hover{background:#fecaca;transform:translateY(-1px);box-shadow:0 8px 18px #ef444424}._addActionBtn_8qe7y_765{color:#991b1b;cursor:pointer;white-space:nowrap;background:#fee2e2;border:1px solid #ef444429;border-radius:10px;justify-content:center;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex}._addActionBtn_8qe7y_765:hover{background:#fecaca;transform:translateY(-1px);box-shadow:0 6px 14px #ef44441f}._emptyText_8qe7y_791{color:var(--gray-600);font-size:13px;font-weight:500}._badge_8qe7y_798{white-space:nowrap;border-radius:20px;align-items:center;padding:3px 9px;font-size:11.5px;font-weight:600;display:inline-flex}._badge--green_8qe7y_808{background:var(--green-light);color:var(--green-dark)}._badge--blue_8qe7y_812{background:var(--blue-light);color:var(--blue)}._badge--orange_8qe7y_816{background:var(--orange-light);color:var(--orange)}._badge--purple_8qe7y_820{background:var(--purple-light);color:var(--purple)}._badge--gray_8qe7y_824{background:var(--gray-100);color:var(--gray-600)}._badge--red_8qe7y_828{background:var(--red-light);color:var(--red)}._badge--pink_8qe7y_832{color:#be185d;background:#fce7f3}._verifiedTag_8qe7y_837{color:var(--green);background:var(--green-light);border-radius:20px;padding:2px 7px;font-size:11px;font-weight:600}._statusDot_8qe7y_847{align-items:center;gap:5px;font-size:13px;font-weight:600;display:inline-flex}._statusDot_8qe7y_847:before{content:"";border-radius:50%;flex-shrink:0;width:7px;height:7px}._statusDot--active_8qe7y_863{color:var(--green)}._statusDot--active_8qe7y_863:before{background:var(--green)}._statusDot--inactive_8qe7y_869{color:var(--gray-400)}._statusDot--inactive_8qe7y_869:before{background:var(--gray-400)}._statusSwitchGroup_8qe7y_876{flex-direction:column;gap:8px;min-width:110px;display:flex}._statusSwitch_8qe7y_876{cursor:pointer;color:var(--gray-700);align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:inline-flex}._statusSwitch_8qe7y_876 input{opacity:0;pointer-events:none;position:absolute}._statusSwitchIndicator_8qe7y_899{border:2px solid;border-radius:50%;flex-shrink:0;width:14px;height:14px;position:relative}._statusSwitchIndicator_8qe7y_899:after{content:"";background:currentColor;border-radius:50%;transition:transform .15s;position:absolute;inset:2px;transform:scale(0)}._statusSwitch_8qe7y_876 input:checked+._statusSwitchIndicator_8qe7y_899:after{transform:scale(1)}._statusSwitchIndicator--active_8qe7y_922{color:var(--green)}._statusSwitchIndicator--inactive_8qe7y_926{color:var(--red,#ef4444)}._statusSwitchLabel_8qe7y_930{white-space:nowrap}._actions_8qe7y_935{align-items:center;gap:6px;display:flex}._btnIcon_8qe7y_572{border:1px solid var(--gray-200);background:var(--bg-surface);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,border-color .15s;display:flex}._btnIcon--edit_8qe7y_956{color:var(--gray-500)}._btnIcon--edit_8qe7y_956:hover{background:var(--blue-light);border-color:var(--blue);color:var(--blue)}._btnIcon--del_8qe7y_965{color:var(--gray-400)}._btnIcon--del_8qe7y_965:hover{background:var(--red-light);border-color:var(--red);color:var(--red)}._editDetailsBtn_8qe7y_974{white-space:nowrap;gap:6px;width:auto;padding:0 12px;font-weight:600}._btnEditProduct_8qe7y_982{background:var(--bg-surface-dark,#1e293b);width:auto;height:32px;color:var(--white,#fff);border:1px solid var(--gray-600,#475569);white-space:nowrap;border-radius:6px;gap:6px;padding:0 14px;font-size:13px;font-weight:600;transition:all .2s}._btnEditProduct_8qe7y_982:hover{background:var(--bg-surface-darker,#0f172a);border-color:var(--gray-500,#64748b);color:var(--white,#fff);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0003}._productDetailBtn_8qe7y_1005{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #2563eb2e;border-radius:999px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:12.5px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}._productDetailBtn_8qe7y_1005:hover{background:#dbeafe;transform:translateY(-1px);box-shadow:0 6px 16px #2563eb1f}._productDetailBtn_8qe7y_1005:focus-visible{outline-offset:2px;outline:2px solid #93c5fd}._backBtn_8qe7y_1035{color:var(--gray-600);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:10px;padding:0;font-size:13px;font-weight:600;transition:color .15s;display:inline-flex}._backBtn_8qe7y_1035:hover{color:var(--green-dark)}._shopProductHeading_8qe7y_1054{color:var(--gray-900);margin-top:2px;font-size:20px;font-weight:800}._viewAll_8qe7y_1062{text-align:center;border-top:1px solid var(--gray-100);padding:12px}._viewAllBtn_8qe7y_1068{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px 12px;font-size:13px;font-weight:600;transition:color .15s,background .15s;display:inline-flex}._viewAllBtn_8qe7y_1068:hover{color:var(--green);background:var(--green-light)}._linkText_8qe7y_1091{color:var(--green-dark);cursor:pointer;font-weight:600}._right_8qe7y_1098{flex-direction:column;gap:16px;display:flex}._card_8qe7y_1104{background:var(--bg-surface);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:18px}._card_8qe7y_1104 h3{color:var(--gray-800);margin-bottom:14px;font-size:14px;font-weight:700}._quickActions_8qe7y_1120{flex-direction:column;gap:4px;display:flex}._quickAction_8qe7y_1120{color:var(--gray-700);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}._quickAction_8qe7y_1120:hover{background:var(--green-light);color:var(--green-dark)}._quickAction__icon_8qe7y_1150{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}._catRow_8qe7y_1161{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:8px 0;display:flex}._catRow_8qe7y_1161:last-child{border-bottom:none}._catRow__name_8qe7y_1173{color:var(--gray-700);font-size:13px;font-weight:500}._catCount_8qe7y_1179{border-radius:20px;padding:2px 8px;font-size:11.5px;font-weight:600}._tipCard_8qe7y_1187{position:relative;overflow:hidden}._tipCard_8qe7y_1187 p{color:var(--gray-600);font-size:13px;line-height:1.6}._tipIllus_8qe7y_1198{color:var(--green);opacity:.2;position:absolute;bottom:12px;right:14px}._rowImgClickable_8qe7y_1207{cursor:pointer;transition:transform .2s,box-shadow .2s}._rowImgClickable_8qe7y_1207:hover{transform:scale(1.08);box-shadow:0 4px 12px #00000026}._imgModalBackdrop_8qe7y_1219{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1100;background-color:#11182799;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.2s ease-out forwards _modalFadeIn_8qe7y_1;display:flex;position:fixed;top:0;left:0}._imgModalCard_8qe7y_1235{background:var(--bg-surface);border-radius:16px;flex-direction:column;width:100%;max-width:480px;animation:.25s cubic-bezier(.16,1,.3,1) forwards _modalScaleUp_8qe7y_1;display:flex;overflow:hidden;box-shadow:0 25px 60px -12px #0000004d}@keyframes _modalFadeIn_8qe7y_1{0%{opacity:0}to{opacity:1}}@keyframes _modalScaleUp_8qe7y_1{0%{opacity:0;transform:scale(.9)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}._imgModalHeader_8qe7y_1267{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}._imgModalHeaderTitle_8qe7y_1275{align-items:center;gap:10px;display:flex}._imgModalHeaderTitle_8qe7y_1275 h3{color:var(--gray-900);margin:0;font-size:16px;font-weight:700}._imgModalClose_8qe7y_1288{background:var(--gray-100);color:var(--gray-500);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .15s;display:flex}._imgModalClose_8qe7y_1288:hover{background:var(--gray-200);color:var(--gray-800)}._imgModalBody_8qe7y_1307{background:var(--gray-50);justify-content:center;align-items:center;min-height:240px;max-height:380px;padding:20px;display:flex}._imgModalImage_8qe7y_1317{object-fit:contain;border-radius:10px;max-width:100%;max-height:340px;box-shadow:0 4px 16px #0000001a}._imgModalPlaceholder_8qe7y_1325{color:var(--gray-400);flex-direction:column;align-items:center;gap:12px;padding:30px;font-size:13px;display:flex}._imgModalFooter_8qe7y_1335{border-top:1px solid var(--gray-100);color:var(--gray-600);background:var(--bg-surface);justify-content:space-between;align-items:center;padding:14px 20px;font-size:12.5px;display:flex}._modalOverlay_8qe7y_1347{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;animation:.15s _fadeIn_8qe7y_1;display:flex;position:fixed;inset:0}._modalOverlayPopup_8qe7y_1360{z-index:1100!important}._modalOverlayTop_8qe7y_1364{z-index:1500!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#000000a6!important}._modal_8qe7y_1347{background:var(--bg-surface);border-radius:14px;flex-direction:column;width:100%;max-width:640px;max-height:90vh;animation:.18s _slideUp_8qe7y_1;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000002e}._modalLarge_8qe7y_1383{width:96vw;max-width:1400px;max-height:92vh}._modalBodyPopup_8qe7y_1389{flex:auto;min-height:0;max-height:calc(92vh - 145px);padding:0;overflow:hidden auto}._tablePopup_8qe7y_1398{table-layout:auto;border-collapse:collapse;width:100%}._tablePopup_8qe7y_1398 th{text-align:left;color:var(--gray-500);background:var(--gray-50);border-bottom:1px solid var(--gray-200);white-space:nowrap;padding:11px 12px;font-size:12px;font-weight:600}._tablePopup_8qe7y_1398 td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);vertical-align:middle;white-space:nowrap;padding:12px;font-size:13px}._tablePopup_8qe7y_1398 tr:last-child td{border-bottom:none}._tablePopup_8qe7y_1398 tbody tr:hover td{background:var(--gray-50)}._modalToolbar_8qe7y_1432{border-bottom:1px solid var(--gray-200);background:#f8fafc;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 24px;display:flex}._modalToolbarRight_8qe7y_1443{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._modal__header_8qe7y_1450{border-bottom:1px solid var(--gray-100);flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;display:flex}._modal__title_8qe7y_1459{color:var(--gray-900);font-size:17px;font-weight:700}._modal__subtitle_8qe7y_1465{color:var(--gray-500);margin-top:3px;font-size:12.5px}._modal__close_8qe7y_1471{background:var(--gray-100);width:32px;height:32px;color:var(--gray-500);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}._modal__close_8qe7y_1471:hover{background:var(--gray-200);color:var(--gray-700)}._modal__body_8qe7y_1491{flex-direction:column;flex:auto;gap:14px;min-height:0;max-height:calc(90vh - 130px);padding:20px 24px;display:flex;overflow-y:auto}._modal__footer_8qe7y_1502{border-top:1px solid var(--gray-200);background:var(--bg-surface);z-index:10;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex;position:sticky;bottom:0}._formRow_8qe7y_1516{grid-template-columns:1fr 1fr;gap:14px;display:grid}._formGroup_8qe7y_1522{flex-direction:column;gap:5px;display:flex}._label_8qe7y_1528{color:var(--gray-700);font-size:12.5px;font-weight:600}._required_8qe7y_1534{color:var(--red,#ef4444);margin-left:2px}._input_8qe7y_1539{border:1px solid var(--gray-200);height:38px;color:var(--gray-800);background:var(--input-bg);border-radius:8px;outline:none;width:100%;padding:0 12px;font-size:13px;transition:border-color .15s,box-shadow .15s}._input_8qe7y_1539:focus{border-color:var(--green);box-shadow:0 0 0 3px #16a34a1a}._input--error_8qe7y_1559{border-color:var(--red,#ef4444)!important}._textarea_8qe7y_1563{resize:vertical;border:1px solid var(--gray-200);height:auto;color:var(--gray-800);background:var(--input-bg);border-radius:8px;outline:none;padding:10px 12px;font-size:13px}._errorMsg_8qe7y_1575{color:var(--red,#ef4444);font-size:11.5px;font-weight:500}._btnPrimary_8qe7y_1581{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:8px;height:38px;padding:0 18px;font-size:13px;font-weight:600;transition:background .15s}._btnPrimary_8qe7y_1581:hover{background:var(--green-dark)}._btnSecondary_8qe7y_1598{border:1px solid var(--gray-200);background:var(--bg-surface);height:38px;color:var(--gray-700);cursor:pointer;border-radius:8px;padding:0 16px;font-size:13px;font-weight:600;transition:background .15s}._btnSecondary_8qe7y_1598:hover{background:var(--gray-50)}@media (width<=1100px){._section__header_8qe7y_376{flex-direction:column;align-items:stretch}._section__header-right_8qe7y_398{flex-wrap:wrap}._searchBox_8qe7y_405{flex:220px}._searchBox_8qe7y_405 input{width:100%}._table_8qe7y_525{display:block;overflow-x:auto}}._statPill_8qe7y_1639{background:var(--bg-surface);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);color:var(--gray-600);border-radius:10px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;display:flex}._statPill--clickable_8qe7y_1651{cursor:pointer;transition:all .2s}._statPill--clickable_8qe7y_1651:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}._statPill--green_8qe7y_1659{color:var(--green);border-color:var(--green-light);background:var(--green-light)}._statPill--green_8qe7y_1659._statPill--active_8qe7y_1660{color:#fff;background:#166534;border-color:#166534}._statPill--red_8qe7y_1661{color:var(--red);border-color:var(--red-light);background:var(--red-light)}._statPill--red_8qe7y_1661._statPill--active_8qe7y_1660{color:#fff;background:#991b1b;border-color:#991b1b}._statPill__val_8qe7y_1663{color:inherit;font-size:15px;font-weight:800;line-height:1}._statPill__label_8qe7y_1669{color:inherit;opacity:.85;font-size:12px;font-weight:500}._page_movq3_2{flex-direction:column;flex:1;gap:20px;min-height:100%;padding:24px;display:flex;overflow:auto}._topNav_movq3_13{align-items:center;display:flex}._backBtn_movq3_18{background:var(--bg-surface);color:var(--gray-700);border:1px solid var(--gray-300);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:13.5px;font-weight:600;transition:all .15s;display:inline-flex}._backBtn_movq3_18:hover{background:var(--gray-100);border-color:var(--gray-400);color:var(--gray-900);transform:translate(-2px)}._pageHeader_movq3_43{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}._pageHeader__text_movq3_51 h1{color:var(--gray-900);font-size:22px;font-weight:700}._pageHeader__text_movq3_51 p{color:var(--gray-500);margin-top:3px;font-size:13px}._refreshBtn_movq3_63{background:var(--bg-surface);color:var(--gray-700);border:1px solid var(--gray-300);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:8px;align-items:center;gap:7px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:flex}._refreshBtn_movq3_63:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-400)}._refreshBtn_movq3_63:disabled{opacity:.6;cursor:not-allowed}._toast_movq3_90{border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:13px;font-weight:500;animation:.15s ease-out _fadeIn_movq3_1;display:flex}._toast--success_movq3_101{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}._toast--error_movq3_107{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}._toastClose_movq3_113{cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;display:flex}._statsRow_movq3_123{flex-wrap:wrap;align-items:center;gap:10px;display:flex}._statPill_movq3_130{background:var(--bg-surface);border:1px solid var(--gray-200);color:var(--gray-600);cursor:pointer;border-radius:20px;align-items:center;gap:8px;padding:7px 14px;font-size:12.5px;font-weight:600;transition:all .15s;display:flex}._statPill_movq3_130:hover{border-color:var(--gray-400);color:var(--gray-800)}._statPill--active_movq3_150{background:#2563eb;border-color:#2563eb;color:#fff!important}._statPill__count_movq3_156{background:var(--gray-100);min-width:20px;height:20px;color:var(--gray-700);border-radius:10px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}._statPill--active_movq3_150 ._statPill__count_movq3_156{color:#fff;background:#ffffff40}._controlsRow_movq3_176{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}._searchBox_movq3_184{background:var(--input-bg);border:1px solid var(--gray-200);border-radius:8px;align-items:center;gap:8px;width:320px;max-width:100%;padding:8px 14px;transition:border-color .15s;display:flex}._searchBox_movq3_184:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}._searchBox_movq3_184 input{color:var(--gray-900);background:0 0;border:none;outline:none;width:100%;font-size:13px}._searchBox_movq3_184 input::placeholder{color:var(--gray-500)}._countInfo_movq3_215{color:var(--gray-500);font-size:12.5px;font-weight:500}._tableCard_movq3_222{background:var(--bg-surface);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}._tableWrapper_movq3_232{width:100%;overflow-x:auto}._table_movq3_222{border-collapse:collapse;text-align:left;width:100%;font-size:13px}._table_movq3_222 th{background:var(--gray-50);color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--gray-200);white-space:nowrap;padding:12px 14px;font-size:12px;font-weight:600}._table_movq3_222 td{border-bottom:1px solid var(--gray-100);color:var(--gray-800);vertical-align:middle;padding:12px 14px;transition:background .15s}._table_movq3_222 tr:last-child td{border-bottom:none}._table_movq3_222 tr:hover td{background:#2a3848}._sNo_movq3_273{color:var(--gray-400);width:45px;font-weight:600}._dateCell_movq3_279{white-space:nowrap;color:var(--gray-400);font-size:12px}._orderIdBadge_movq3_285{color:#f1f5f9;white-space:nowrap;cursor:pointer;background:#17222d;border:1px solid #334155;border-radius:5px;padding:2px 7px;font-family:monospace;font-size:12px;font-weight:700;transition:all .15s}._orderIdBadge_movq3_285:hover{color:#fff;background:#2b394a;border-color:#64748b}._customerCell_movq3_305{flex-direction:column;gap:2px;display:flex}._customerName_movq3_311{color:var(--gray-900);font-weight:600}._customerPhone_movq3_316{color:var(--gray-400);font-size:11.5px}._itemsSummary_movq3_321{flex-direction:column;gap:2px;max-width:170px;display:flex}._itemBadge_movq3_328{color:var(--gray-800);font-size:12px;font-weight:600}._itemsPreview_movq3_334{color:var(--gray-400);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}._shopCell_movq3_342{flex-wrap:wrap;gap:4px;max-width:150px;display:flex}._shopTag_movq3_349{color:#38bdf8;white-space:nowrap;background:#38bdf81f;border:1px solid #38bdf840;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600}._directionsBtn_movq3_360{color:#4ade80;white-space:nowrap;background:#22c55e1f;border:1px solid #22c55e40;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:11.5px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}._directionsBtn_movq3_360:hover{color:#86efac;background:#22c55e38;border-color:#22c55e66}._locationNA_movq3_382{color:var(--gray-400);white-space:nowrap;align-items:center;gap:4px;font-size:11px;font-style:italic;display:inline-flex}._statusBadge_movq3_393{text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}._status--pending_movq3_406{color:#b45309;background:#fffbeb;border:1px solid #fde68a}._status--accepted_movq3_412{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}._status--processing_movq3_418{color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe}._status--ready_movq3_424{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe}._status--out_for_delivery_movq3_430{color:#0e7490;background:#ecfeff;border:1px solid #a5f3fc}._status--delivered_movq3_436{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}._status--rejected_movq3_442{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}._status--cancelled_movq3_448{color:#64748b;background:#f1f5f9;border:1px solid #cbd5e1}._actionsCell_movq3_455{white-space:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}._actionBtn_movq3_463{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}._actionBtn--accept_movq3_476{color:#fff;background:#16a34a}._actionBtn--accept_movq3_476:hover:not(:disabled){background:#15803d}._actionBtn--reject_movq3_485{color:#dc2626;background:0 0;border-color:#fca5a5}._actionBtn--reject_movq3_485:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}._actionBtn--advance_movq3_496{color:#fff;background:#2563eb}._actionBtn--advance_movq3_496:hover:not(:disabled){background:#1d4ed8}._actionBtn--view_movq3_505{background:var(--gray-100);color:var(--gray-700);border-color:var(--gray-300)}._actionBtn--view_movq3_505:hover:not(:disabled){background:var(--gray-200);color:var(--gray-900)}._actionBtn--log_movq3_516{color:#a78bfa;background:#7c3aed1f;border-color:#7c3aed4d}._actionBtn--log_movq3_516:hover:not(:disabled){color:#c4b5fd;background:#7c3aed38}._actionBtn_movq3_463:disabled{opacity:.5;cursor:not-allowed}._loadingState_movq3_533,._emptyState_movq3_534{color:var(--gray-500);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 20px;display:flex}._loadingState_movq3_533 span{font-size:14px;font-weight:500}._emptyState_movq3_534 h3{color:var(--gray-700);margin-top:4px;font-size:16px;font-weight:700}._emptyState_movq3_534 p{color:var(--gray-500);max-width:320px;font-size:13px}._spinIcon_movq3_563{color:#2563eb;animation:1s linear infinite _spin_movq3_563}@keyframes _spin_movq3_563{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeIn_movq3_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_movq3_579{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;animation:.15s ease-out _fadeIn_movq3_1;display:flex;position:fixed;inset:0}._modal_movq3_579{background:var(--bg-surface);border:1px solid var(--gray-200);width:100%;max-width:750px;max-height:90vh;box-shadow:var(--shadow);border-radius:14px;flex-direction:column;display:flex;overflow:hidden}._modalHeader_movq3_605{border-bottom:1px solid var(--gray-200);background:var(--gray-50);justify-content:space-between;align-items:center;padding:18px 24px;display:flex}._modalTitleGroup_movq3_614{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._modalTitleGroup_movq3_614 h2{color:var(--gray-900);font-family:monospace;font-size:18px;font-weight:700}._modalCloseBtn_movq3_628{cursor:pointer;color:var(--gray-400);background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:all .15s;display:flex}._modalCloseBtn_movq3_628:hover{background:var(--gray-200);color:var(--gray-700)}._modalBody_movq3_645{flex-direction:column;gap:20px;padding:24px;display:flex;overflow-y:auto}._modalGrid_movq3_653{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}._infoCard_movq3_659{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:16px}._infoCard__title_movq3_666{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin-bottom:12px;font-size:12px;font-weight:700;display:flex}._infoRow_movq3_678{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:13px;display:flex}._infoRow_movq3_678:last-child{margin-bottom:0}._infoRow_movq3_678 label{color:var(--gray-500);flex-shrink:0}._infoRow_movq3_678 span,._infoRow_movq3_678 strong{color:var(--gray-800);text-align:right;word-break:break-word}._modalItemsTable_movq3_703{border-collapse:collapse;width:100%;margin-top:6px;font-size:13px}._modalItemsTable_movq3_703 th{background:var(--gray-100);color:var(--gray-600);text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--gray-200);text-align:left;padding:9px 12px;font-size:11.5px;font-weight:600}._modalItemsTable_movq3_703 td{border-bottom:1px solid var(--gray-100);color:var(--gray-800);vertical-align:middle;padding:10px 12px}._modalItemsTable_movq3_703 tr:last-child td{border-bottom:none}._totalsBreakdown_movq3_733{border-top:1px solid var(--gray-200);flex-direction:column;align-items:flex-end;gap:6px;padding-top:12px;display:flex}._totalLine_movq3_742{color:var(--gray-600);justify-content:space-between;gap:32px;font-size:13px;display:flex}._totalLine--grand_movq3_750{color:var(--gray-900);border-top:1px dashed var(--gray-300);margin-top:4px;padding-top:6px;font-size:16px;font-weight:700}._historyTimeline_movq3_759{flex-direction:column;gap:12px;display:flex}._historyItem_movq3_765{align-items:flex-start;gap:12px;font-size:12.5px;display:flex;position:relative}._historyDot_movq3_773{background:#2563eb;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:3px}._historyContent_movq3_782{flex-direction:column;gap:2px;display:flex}._historyHeader_movq3_788{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._historyUser_movq3_795{color:var(--gray-500);font-size:12px}._historyTime_movq3_759{color:var(--gray-400);font-size:11.5px}._historyNote_movq3_805{color:var(--gray-600);font-size:12px;font-style:italic}._modalFooter_movq3_811{border-top:1px solid var(--gray-200);background:var(--gray-50);justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex}._confirmModal_movq3_822{background:var(--bg-surface);border:1px solid var(--gray-200);width:100%;max-width:440px;box-shadow:var(--shadow);border-radius:12px;flex-direction:column;gap:16px;padding:24px;animation:.15s ease-out _fadeIn_movq3_1;display:flex}._confirmHeader_movq3_836{color:var(--gray-900);align-items:center;gap:10px;font-size:17px;font-weight:700;display:flex}._confirmBody_movq3_845{color:var(--gray-600);font-size:13.5px;line-height:1.5}._confirmFooter_movq3_851{justify-content:flex-end;align-items:center;gap:10px;margin-top:4px;display:flex}._btnSecondary_movq3_859{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s}._btnSecondary_movq3_859:hover{background:var(--gray-200)}._btnDanger_movq3_875{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #b91c1c;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s}._btnDanger_movq3_875:hover{background:#b91c1c}._btnPrimary_movq3_891{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #1d4ed8;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s}._btnPrimary_movq3_891:hover{background:#1d4ed8}._logTable_movq3_908{border-collapse:collapse;width:100%;font-size:13px}._logTable_movq3_908 th{background:var(--gray-100);color:var(--gray-600);text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--gray-200);text-align:left;padding:10px 12px;font-size:12px;font-weight:600}._logTable_movq3_908 td{border-bottom:1px solid var(--gray-100);color:var(--gray-800);vertical-align:middle;padding:11px 12px}._logTable_movq3_908 tr:last-child td{border-bottom:none}._container_1sr02_1{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#064e3b 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:inherit;display:flex}._card_1sr02_11{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #fff3;border-radius:16px;width:100%;max-width:480px;padding:32px 36px;box-shadow:0 20px 40px #00000040}._logoHeader_1sr02_22{flex-direction:column;align-items:center;margin-bottom:24px;display:flex}._logoImg_1sr02_29{object-fit:contain;border-radius:12px;width:56px;height:56px;margin-bottom:12px;box-shadow:0 4px 12px #16a34a33}._title_1sr02_38{color:#0f172a;letter-spacing:-.5px;text-align:center;margin:0;font-size:24px;font-weight:800}._subtitle_1sr02_47{color:#64748b;text-align:center;margin-top:4px;font-size:13px}._form_1sr02_54{flex-direction:column;gap:16px;display:flex}._formGroup_1sr02_60{flex-direction:column;gap:6px;display:flex}._label_1sr02_66{color:#334155;font-size:13px;font-weight:600}._inputWrapper_1sr02_72{align-items:center;display:flex;position:relative}._inputIcon_1sr02_78{color:#94a3b8;pointer-events:none;position:absolute;left:12px}._input_1sr02_72{color:#0f172a;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:10px 14px 10px 38px;font-size:14px;transition:all .2s}._input_1sr02_72:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a26}._toggleEye_1sr02_102{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;display:flex;position:absolute;right:12px}._toggleEye_1sr02_102:hover{color:#1e293b}._btnPrimary_1sr02_118{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:12px;font-size:15px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #16a34a4d}._btnPrimary_1sr02_118:hover:not(:disabled){background:linear-gradient(135deg,#15803d 0%,#166534 100%);transform:translateY(-1px)}._btnPrimary_1sr02_118:disabled{opacity:.65;cursor:not-allowed}._alert_1sr02_147{border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;line-height:1.4;display:flex}._alert--error_1sr02_157{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}._alert--warning_1sr02_163{color:#92400e;background:#fffbeb;border:1px solid #fde68a}._alert--success_1sr02_169{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}._strengthMeter_1sr02_176{flex-direction:column;gap:6px;margin-top:4px;display:flex}._strengthTrack_1sr02_183{background:#e2e8f0;border-radius:2px;width:100%;height:4px;display:flex;overflow:hidden}._strengthBar_1sr02_192{height:100%;transition:width .3s,background-color .3s}._strengthText_1sr02_197{justify-content:space-between;font-size:11px;font-weight:600;display:flex}._reqList_1sr02_204{grid-template-columns:1fr 1fr;gap:4px 12px;margin-top:6px;padding:0;list-style:none;display:grid}._reqItem_1sr02_213{align-items:center;gap:4px;font-size:11px;display:flex}._reqItem--met_1sr02_220{color:#16a34a;font-weight:600}._reqItem--unmet_1sr02_225{color:#94a3b8}._footerText_1sr02_229{color:#64748b;text-align:center;margin-top:20px;font-size:13px}._link_1sr02_236{color:#16a34a;cursor:pointer;font-weight:600;text-decoration:none}._link_1sr02_236:hover{text-decoration:underline}._pendingBox_1sr02_248{text-align:center;padding:16px 0}._pendingIcon_1sr02_253{color:#d97706;background:#fef3c7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}._pendingTitle_1sr02_265{color:#0f172a;margin-bottom:8px;font-size:20px;font-weight:800}._pendingDesc_1sr02_272{color:#475569;margin-bottom:24px;font-size:14px;line-height:1.5}._pendingBadge_1sr02_279{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:16px;margin-bottom:16px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}._page_1g6bg_1{max-width:1200px;height:calc(100vh - var(--header-h,70px));box-sizing:border-box;flex-direction:column;gap:20px;margin:0 auto;padding:24px;display:flex;overflow:hidden}._header_1g6bg_13{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}._headerTitle_1g6bg_20{color:#0f172a;font-size:22px;font-weight:800}._headerDesc_1g6bg_26{color:#64748b;margin-top:4px;font-size:13px}._topSection_1g6bg_32{flex-shrink:0;grid-template-columns:1.2fr 1fr;gap:20px;display:grid}@media (width<=768px){._topSection_1g6bg_32{grid-template-columns:1fr}}._card_1g6bg_45{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px 28px;box-shadow:0 4px 12px #00000008}._profileHero_1g6bg_53{border-bottom:1px solid #f1f5f9;align-items:center;gap:20px;margin-bottom:20px;padding-bottom:20px;display:flex}._avatar_1g6bg_62{color:#059669;background:#ecfdf5;border:2px solid #a7f3d0;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;font-weight:800;display:flex}._profileHeroText_1g6bg_76{flex-direction:column;gap:4px;display:flex}._profileName_1g6bg_82{color:#0f172a;font-size:18px;font-weight:700}._profileBadges_1g6bg_88{align-items:center;gap:8px;display:flex}._badge_1g6bg_94{border-radius:12px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}._badge--active_1g6bg_104{color:#15803d;background:#dcfce7}._badge--role_1g6bg_109{color:#0369a1;background:#e0f2fe}._form_1g6bg_114{flex-direction:column;gap:16px;display:flex}._formRow_1g6bg_120{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=640px){._formRow_1g6bg_120{grid-template-columns:1fr}}._formGroup_1g6bg_132{flex-direction:column;gap:6px;display:flex}._label_1g6bg_138{color:#334155;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}._inputWrapper_1g6bg_147{align-items:center;display:flex;position:relative}._inputIcon_1g6bg_153{color:#94a3b8;pointer-events:none;position:absolute;left:12px}._input_1g6bg_147{color:#0f172a;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:10px 14px 10px 38px;font-size:14px;transition:all .2s}._input_1g6bg_147:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a26}._inputDisabled_1g6bg_177{color:#64748b;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0}._fieldNote_1g6bg_184{color:#94a3b8;margin-top:2px;font-size:11px}._btnPrimary_1g6bg_190{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border:none;border-radius:8px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;padding:11px 24px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #16a34a40}._btnPrimary_1g6bg_190:hover:not(:disabled){background:linear-gradient(135deg,#15803d 0%,#166534 100%);transform:translateY(-1px)}._btnPrimary_1g6bg_190:disabled{opacity:.6;cursor:not-allowed}._alert_1g6bg_218{border-radius:8px;flex-shrink:0;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:500;display:flex}._alert--success_1g6bg_229{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}._alert--error_1g6bg_235{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}._historyCard_1g6bg_242{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;flex:1;min-height:0;padding:24px;display:flex}._historyHeader_1g6bg_253{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._historyTitle_1g6bg_261{color:#0f172a;align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}._logsList_1g6bg_270{flex-direction:column;flex:1;gap:10px;margin-top:10px;padding-right:4px;display:flex;overflow-y:auto}
