@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary: #EF505F;--bg-light: #F5F1EE;--text-dark: #333;--text-light: #666;--border-color: #e0e0e0;--card-bg: #fff;--font-base: "Inter", sans-serif;--sidebar-width-laptop: 220px;--sidebar-height-mobile: 60px;--transition-speed: .3s}._sidebar_wxlax_22{width:var(--sidebar-width);height:100vh;background-color:#1f2937;padding:2rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--border-color);box-shadow:0 0 10px #0000000d;transition:transform var(--transition-speed) ease-in-out,height var(--transition-speed) ease-in-out;position:sticky;top:0;z-index:100}._sidebarHeader_wxlax_38{display:flex;align-items:center;padding-left:.5rem;margin-bottom:0}._sidebarLogo_wxlax_46{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-right:.8rem;animation:_fadeIn_wxlax_1 .5s ease-out}._logoImage_wxlax_57{width:48px;height:48px;object-fit:cover}._sidebarTitle_wxlax_63{font-size:32px;font-weight:700;color:#fff;animation:_fadeIn_wxlax_1 .7s ease-out;margin-top:1rem}._logoHighlight_wxlax_71{color:var(--primary)}._notificationIcon_wxlax_75{width:24px;height:24px}._sidebarNav_wxlax_80{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem;flex-grow:1;animation:_fadeIn_wxlax_1 .9s ease-out;width:273px}._navItem_wxlax_90{display:flex;align-items:center;gap:10px;border-radius:7px;text-decoration:none;color:#fff;font-weight:500;transition:background-color .2s ease,color .2s ease,transform .2s ease;cursor:pointer;height:40px;padding:6px 10px;width:80%}._navItem_wxlax_90._active_wxlax_105{background-color:var(--primary);color:#fff}._navText_wxlax_110{font-family:Manrope,sans-serif;font-weight:600;font-size:20px;color:#fff;text-align:center}._navItem_wxlax_90:hover{color:var(--primary);transform:translate(5px)}._navIcon_wxlax_123{display:flex;justify-content:center}._sidebarFooter_wxlax_128{display:flex;flex-direction:column;gap:1.5rem;animation:_fadeIn_wxlax_1 1s ease-out;margin-top:2rem}._settings_wxlax_136{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;border-radius:10px;text-decoration:none;color:#fff;font-weight:500;cursor:pointer;margin-bottom:-1.5rem}._profileSection_wxlax_149{padding-top:1.5rem;border-top:1px solid var(--border-color)}._profileInfo_wxlax_154{display:flex;align-items:center;gap:.8rem}._profileLogo_wxlax_160{width:40px;height:40px;background-color:var(--text-light);color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:transform .3s ease}._profileLogo_wxlax_160:hover{transform:rotate(15deg)}._profileName_wxlax_178{font-size:1rem;font-weight:600;color:#fff}._logoutText_wxlax_184{font-size:.8rem;color:#fff;cursor:pointer;transition:color .2s ease}._logoutText_wxlax_184:hover{color:var(--primary);text-decoration:underline}._menuToggle_wxlax_196{display:none}@media (max-width: 1024px){._sidebar_wxlax_22{width:var(--sidebar-width-laptop);padding:1.5rem 1rem}._navItem_wxlax_90{width:60%}._navText_wxlax_110{font-size:15px}._sidebarTitle_wxlax_63{font-size:24px}._sidebarNav_wxlax_80{margin-top:1.5rem}._navIcon_wxlax_123{font-size:1rem}._profileLogo_wxlax_160{width:35px;height:35px;font-size:.9rem}._profileName_wxlax_178{font-size:.9rem}._logoutText_wxlax_184{font-size:.75rem}}@media (max-width: 768px){._sidebar_wxlax_22{width:100%;height:var(--sidebar-height-mobile);padding:.8rem 1rem;flex-direction:row;justify-content:space-between;align-items:center;border-right:none;border-bottom:1px solid var(--border-color)}._sidebar_wxlax_22._open_wxlax_252{height:auto;flex-direction:column;align-items:flex-start}._sidebarHeader_wxlax_38{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0}._sidebarTitle_wxlax_63{flex-grow:1;margin-right:1rem}._sidebarNav_wxlax_80{width:100%;display:none;padding:1rem 0;overflow:hidden}._sidebar_wxlax_22._open_wxlax_252 ._sidebarNav_wxlax_80{display:flex;animation:_slideDown_wxlax_1 .3s ease-out forwards}._sidebarFooter_wxlax_128{display:none}._sidebar_wxlax_22._open_wxlax_252 ._sidebarFooter_wxlax_128{width:100%;display:flex;flex-direction:column;align-items:flex-start}._menuToggle_wxlax_196{display:block;cursor:pointer;background-color:var(--primary);color:#fff;padding:.5rem;border-radius:5px;transition:transform .2s ease,background-color .2s ease}._menuToggle_wxlax_196:hover{transform:scale(1.1);background-color:var(--primary)}}@keyframes _slideDown_wxlax_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_wxlax_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._confirmOverlay_1eqx5_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._confirmBox_1eqx5_14{background:#fff;border-radius:12px;padding:24px;width:320px;text-align:center;box-shadow:0 4px 20px #00000026}._confirmButtons_1eqx5_23{display:flex;justify-content:center;gap:16px;margin-top:20px}._cancelBtn_1eqx5_30{background:#ccc;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}._confirmBtn_1eqx5_38{background:#ef505f;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}._cancelBtn_1eqx5_30:focus,._confirmBtn_1eqx5_38:focus,._cancelBtn_1eqx5_30:hover,._confirmBtn_1eqx5_38:hover{outline:none}._layoutContainer_e62cg_1{display:flex;min-height:100vh;width:100%;background-color:#f3f4f6}._mainContent_e62cg_8{flex:1;overflow-x:hidden;padding:.5rem;display:flex;flex-direction:column;gap:2rem;margin-left:20px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._mainContent_e62cg_8::-webkit-scrollbar{display:none}@media (min-width: 768px){._mainContent_e62cg_8{padding:1.5rem}}@media (max-width: 768px){._layoutContainer_e62cg_1{flex-direction:column}._mainContent_e62cg_8{margin-top:var(--sidebar-height-mobile);padding:.5rem;margin-left:0}}:root{--primary: #ef505f;--bg-light: #f5f1ee;--text-dark: #333;--text-light: #666;--border-color: #e0e0e0;--card-bg: #fff;--font-base: "Inter", sans-serif}._container_1jh2t_19{display:flex;height:100vh}._mainContent_1jh2t_25{flex-grow:1;padding:0;display:flex;flex-direction:column;gap:2rem;width:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._mainContent_1jh2t_25::-webkit-scrollbar{display:none}._mainHeader_1jh2t_41{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}._headerInfo_1jh2t_50{text-align:left}._pageTitle_1jh2t_54{font-size:2rem;font-weight:700;color:var(--text-dark)}._welcomeMessage_1jh2t_60{font-size:.9rem;color:var(--text-light)}._headerRight_1jh2t_65{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;width:100%}._searchAndNotif_1jh2t_73{position:relative;display:flex;align-items:center;width:100%}._searchIcon_1jh2t_80{position:absolute;left:.5rem;color:#9ca3af;width:1.25rem;height:1.25rem}._searchBar_1jh2t_88{position:relative;display:flex;align-items:center;flex-grow:1;max-width:400px;box-shadow:0 17px 20px #578dd90f}._searchInput_1jh2t_97{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:9999px;font-size:1rem;transition:all .3s ease;background-color:#fff}._searchInput_1jh2t_97:focus{outline:none;border-color:var(--primary)}._periodToggleContainer_1jh2t_111{justify-self:stretch;width:100%;grid-column:1 / -1}._periodToggleContainer_1jh2t_111 span{display:flex;justify-content:flex-end;width:100%}._card_1jh2t_122{background-color:var(--card-bg);border-radius:12px;padding:1.5rem;box-shadow:0 2px 5px #0000000d;transition:transform .3s ease,box-shadow .3s ease}._card_1jh2t_122:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}._metricsGrid_1jh2t_136{display:grid;grid-template-columns:1fr;gap:5px}._metricCard_1jh2t_143{background-color:var(--card-bg);border-radius:12px;padding:1.5rem;box-shadow:0 2px 5px #0000000d;display:flex;align-items:center;gap:1rem;transition:transform .3s ease,box-shadow .3s ease;justify-content:center;height:96px}._actionIcon_1jh2t_155{background-color:red;color:#fff;width:20;height:20;top:2px;left:2px;opacity:1;border-width:1.5px}._metricCard_1jh2t_143:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 20px #00000026}._metricIcon_1jh2t_171{width:30px;height:30px}._metricContent_1jh2t_177{flex-grow:1}._metricValue_1jh2t_181{font-size:26px;font-weight:700;color:#1f2937}._metricLabel_1jh2t_187{font-size:15px;color:#6b7280;margin-top:.25rem}._metricPeriod_1jh2t_193{font-size:.875rem;color:#9ca3af}._chartHeader_1jh2t_199{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._chartTitle_1jh2t_206{font-family:Inter;font-weight:600;font-size:18px;line-height:100%;letter-spacing:0%}._chartContainer_1jh2t_214{height:16rem}._tableContainer_1jh2t_218{max-height:250px;overflow-y:auto;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}._table_1jh2t_218{width:100%;border-collapse:collapse}._tableHeader_1jh2t_231{padding-bottom:.5rem;border-bottom:1px solid #578dd9ad;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:18px;line-height:100%;letter-spacing:0%;text-align:left;color:#4b5563}._table_1jh2t_218 td{padding:.75rem .5rem;text-align:left;font-size:.875rem;border-bottom:1px solid #578dd940;font-family:Inter;font-weight:500;font-style:Medium;font-size:15px;line-height:100%;letter-spacing:0%;color:#141b34}._actionIcon_1jh2t_155{width:20px;height:20px;border-radius:50%;cursor:pointer}._tableRow_1jh2t_264:last-child{border-bottom:none}@media (min-width: 640px){._container_1jh2t_19{padding:1.5rem}._mainHeader_1jh2t_41{flex-direction:row;align-items:center}._headerRight_1jh2t_65{flex-direction:row;align-items:center;width:auto}._searchAndNotif_1jh2t_73{width:auto}._searchInput_1jh2t_97{width:16rem}._metricsGrid_1jh2t_136{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){._mainContent_1jh2t_25{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._mainHeader_1jh2t_41,._metricsGrid_1jh2t_136{grid-column:span 2}}@media (min-width: 1024px){._container_1jh2t_19{padding:2rem;padding-bottom:0}._metricsGrid_1jh2t_136{grid-template-columns:repeat(3,1fr)}}._chartTypeToggle_1jh2t_318{position:relative;width:45px;height:20px;border-radius:12px;border:1px solid var(--border-color);cursor:pointer;background-color:var(--bg-light);transition:background-color .2s ease}._chartTypeToggle_1jh2t_318._Bar_1jh2t_329{background-color:var(--bg-light)}._chartTypeToggle_1jh2t_318._Line_1jh2t_333{background-color:var(--primary-green)}._toggle_1jh2t_337{position:absolute;top:1px;left:2px;width:16px;height:16px;border-radius:50%;background-color:#fff;transition:left .2s ease;border:1px solid var(--border-color)}._chartTypeToggle_1jh2t_318._Line_1jh2t_333 ._toggle_1jh2t_337{left:27px}._table_1jh2t_218{width:100%;border-collapse:collapse;table-layout:auto}._table_1jh2t_218 th,._table_1jh2t_218 td{text-align:left;padding:10px 14px;border-bottom:1px solid #e5e5e5;color:#333;font-size:14px;vertical-align:top;white-space:normal;word-break:break-word}._table_1jh2t_218 th:nth-child(1),._table_1jh2t_218 td:nth-child(1){width:50px;text-align:center}._table_1jh2t_218 th:nth-child(2),._table_1jh2t_218 td:nth-child(2){width:70%}._table_1jh2t_218 th:nth-child(3),._table_1jh2t_218 td:nth-child(3){width:25%;text-align:right;color:#666}._tableRow_1jh2t_264:hover{background-color:#fafafa}._actionIcon_1jh2t_155{width:20px;height:20px;vertical-align:middle}._tableContent_1jh2t_403{font-weight:500;color:#222;line-height:1.5;white-space:normal}._container_o5up2_14{display:flex;height:100vh}._mainContent_o5up2_19{flex-grow:1;padding:1.5rem;display:flex;flex-direction:column;gap:2rem;width:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._mainContent_o5up2_19::-webkit-scrollbar{display:none}._mainHeader_o5up2_34{display:flex;justify-content:space-between;align-items:center;gap:1rem}._pageTitle_o5up2_42{font-size:2rem;font-weight:700;color:var(--text-dark)}._welcomeMessage_o5up2_48{font-size:16px;color:var(--text-light)}._headerRight_o5up2_53{display:flex;align-items:center}._searchBar_o5up2_58{position:relative;display:flex;align-items:center;max-width:400px;width:100%;box-shadow:0 17px 20px #578dd90f}._searchIcon_o5up2_66{position:absolute;left:.5rem;width:1.25rem;height:1.25rem;color:#9ca3af}._searchInput_o5up2_73{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:9999px;font-size:1rem;background-color:#fff}._searchInput_o5up2_73:focus{outline:none;border-color:var(--primary)}._headerContainer_o5up2_87{display:flex;align-items:center;flex-wrap:wrap;gap:15px;padding:10px 0}._searchWrapper_o5up2_94{position:relative;flex:1;min-width:220px}._searchWrapper_o5up2_94 ._searchIcon_o5up2_66{position:absolute;top:50%;left:10px;transform:translateY(-50%);font-size:14px;color:#888}._searchWrapper_o5up2_94 ._searchInput_o5up2_73{padding-left:32px;border:1px solid #CBDCF3;border-radius:7px;font-size:14px;height:40px;background-color:#fdfdfd;box-shadow:0 4px 9.4px #578dd914}._dropdown_o5up2_116{padding:8px 12px;border:1px solid #CBDCF3;border-radius:8px;font-size:14px;background-color:#fdfdfd;min-width:140px;height:40px;box-shadow:0 4px 9.4px #578dd914}._dropdown_o5up2_116:focus{border-color:var(--primary)}._addButton_o5up2_127{padding:10px 12px;background-color:#4d6688;color:#fff;font-size:14px;border:none;border-radius:7px;cursor:pointer;height:40px}._addButton_o5up2_127:hover{background-color:#2c4887}._tableSection_o5up2_141{margin-top:20px;border-radius:11px;padding:1rem;background-color:#fff;box-shadow:0 4px 5.8px #578dd914}._tableHeader_o5up2_148{font-size:18px;font-weight:600;margin-bottom:20px;color:#4b5563}._tableWrapper_o5up2_154{width:100%;overflow-x:auto;border-radius:8px}._tableBodyScroll_o5up2_161{max-height:300px;overflow-y:auto;display:block}._tableBodyScroll_o5up2_161::-webkit-scrollbar{display:none}._tableBodyScroll_o5up2_161{-ms-overflow-style:none;scrollbar-width:none}._tableBodyScroll_o5up2_161 table{width:100%;border-collapse:collapse}._table_o5up2_141 thead{background:#fff;position:sticky;top:0;z-index:2;border-bottom:1px solid #578DD9AD}._table_o5up2_141{width:100%;min-width:700px;border-collapse:collapse;background-color:#fff;table-layout:fixed}._table_o5up2_141 th,._table_o5up2_141 td{padding:12px 15px;text-align:center;font-size:14px;white-space:nowrap;border:none;border-bottom:1px solid #578DD940}._table_o5up2_141 tbody tr:last-child td{border-bottom:none}._actionButton_o5up2_209{display:flex;align-items:center;justify-content:center;background-color:var(--primary);color:#fff;font-size:14px;border-radius:7px;padding:0 12px;height:32px;cursor:pointer;box-shadow:0 17px 20px #578dd90f}._actionButton_o5up2_209:hover{opacity:.9}._actionButton_o5up2_209:focus{outline:none}._active_o5up2_226{color:#090}._inactive_o5up2_227{color:red}._pending_o5up2_228{color:orange}@media (max-width: 768px){._headerContainer_o5up2_87{flex-direction:column;align-items:stretch}._dropdown_o5up2_116,._addButton_o5up2_127{width:100%}}._modalOverlay_o5up2_236{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_o5up2_250{background:#fff;padding:2rem;border-radius:8px;width:80%;max-width:900px;max-height:90%;overflow-y:auto;position:relative}._tableData_o5up2_262{width:20%;overflow-x:auto;border-radius:8px;scrollbar-width:none}._closeButton_o5up2_269{position:absolute;top:1rem;right:1rem;background:none;border:0;padding:6px;cursor:pointer;border-radius:8px;transition:transform .18s ease,background .12s}._closeButton_o5up2_269:hover{transform:rotate(90deg);background:#0000000a}._restaurantThumbnail_o5up2_283{width:50px;height:50px;border-radius:8px;object-fit:cover;border:1px solid #e5e7eb}._noImagePlaceholder_o5up2_291{width:50px;height:50px;border-radius:8px;background-color:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:20px;color:#9ca3af}._container_1tji3_2{display:flex;justify-content:center;background-color:#fff;box-shadow:0 4px 5.8px #578dd914;padding:0}._panel_1tji3_12{background-color:#fff;border-radius:.75rem;width:100%;max-width:1200px}._title_1tji3_19{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:18px;line-height:100%;letter-spacing:0%}._tabs_1tji3_30{display:flex;gap:.5rem;margin-bottom:1rem}._tabButton_1tji3_36{background:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;color:#6b7280;transition:all .2s ease-in-out;border:none}._tabButton_1tji3_36:hover{color:#ef505f}._tabButton_1tji3_36:focus{outline:none}._activeTab_1tji3_53{color:#ef505f;border:none;outline:none}._headerSection_14rnd_1{display:flex;align-items:center;gap:1rem}._profile_14rnd_7{display:flex;align-items:center;gap:.75rem}._profileImage_14rnd_13{border-radius:9999px;border:2px solid #e5e7eb}._restaurantName_14rnd_18{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:24px;line-height:100%;letter-spacing:0%}._scrollableBody_14rnd_27{display:block;max-height:220px;overflow-y:auto}._tableRow_14rnd_33{display:table;width:100%;table-layout:fixed}._table_14rnd_33{border-collapse:collapse;width:100%}._scrollableBody_14rnd_27::-webkit-scrollbar{width:6px}._Completed_14rnd_48,._Ready_14rnd_52{color:green}._Delay_14rnd_56{color:orange}._Preparing_14rnd_60{color:#daa520}._Cancelled_14rnd_64{color:red}._New_Order_14rnd_68{color:#000}._scrollableBody_14rnd_27::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}._table_14rnd_33 td{padding:.75rem .5rem;text-align:left;font-size:.875rem;border-bottom:1px solid #578DD940;font-family:Inter;font-weight:500;font-style:Medium;font-size:15px;line-height:100%;letter-spacing:0%;color:#141b34;background-color:#fff}._tableRow_14rnd_33:last-child{border-bottom:none}._statsGrid_14rnd_100{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1rem}._statCard_14rnd_107{width:197px;height:75px;border-radius:7px;opacity:1;gap:16px;border-width:1px;padding:16px;border:1px solid #CBDCF3;box-shadow:0 6px 9.1px #578dd914;display:flex;flex-direction:column;justify-content:space-between}._statValue_14rnd_124{font-family:Inter;font-weight:700;font-style:Bold;font-size:18px;line-height:100%;letter-spacing:0%}._statLabel_14rnd_134{font-family:Inter;font-weight:500;font-style:Medium;font-size:12px;line-height:100%;letter-spacing:0%}._mainContentGrid_14rnd_145{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem}._checkinsHistory_14rnd_152{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;min-height:300px}._subscriptionSection_14rnd_161{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:1.5rem}._sectionTitle_14rnd_172{font-family:Inter;font-weight:500;font-style:Medium;font-size:15px;line-height:100%;letter-spacing:0%}._subscriptionDetails_14rnd_182 p{margin:0;font-size:1rem;color:#4b5563}._buttonGroup_14rnd_188{display:flex;flex-direction:column;gap:1rem;margin-top:auto}._activeButton_14rnd_194{background-color:#fff;color:#4b5563;border:1px solid #e5e7eb}._inactiveButton_14rnd_200,._suspendButton_14rnd_201{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out;border:1px solid #e5e7eb}._inactiveButton_14rnd_200{background-color:#fff;color:#4b5563}._inactiveButton_14rnd_200:hover{background-color:#f3f4f6}._suspendButton_14rnd_201{background-color:#ef4444;color:#fff;border:1px solid #dc2626}._suspendButton_14rnd_201:hover{background-color:#b91c1c}@media (max-width: 768px){._mainContentGrid_14rnd_145{grid-template-columns:1fr}}._editIcon_14rnd_235{background:none;width:32px;height:32px;cursor:pointer}._editButton_14rnd_243{background:none}._editButton_14rnd_243:focus{outline:none;border:none}._modalOverlay_1hcvb_2{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_1hcvb_16{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;width:100%;max-width:600px}._modalTitle_1hcvb_27{font-size:1.5rem;font-weight:600;color:#1c2333;margin-bottom:1.5rem;text-align:center}._formGrid_1hcvb_36{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._formGrid_1hcvb_36{grid-template-columns:1fr 2fr}}._imageUploadContainer_1hcvb_49{display:flex;flex-direction:column;align-items:center;gap:.5rem}._imagePlaceholder_1hcvb_56{width:120px;height:120px;background-color:#f3f4f6;border:2px dashed #d1d5db;border-radius:.5rem;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease-in-out}._imagePlaceholder_1hcvb_56:hover{background-color:#e5e7eb}._plusIcon_1hcvb_73{color:#9ca3af}._uploadText_1hcvb_77{font-size:.875rem;color:#6b7280;text-align:center}._formFields_1hcvb_84{display:flex;flex-direction:column;gap:1rem}._inputGroup_1hcvb_90{display:flex;flex-direction:column}._label_1hcvb_95{font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:.25rem}._input_1hcvb_90,._select_1hcvb_103{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;color:#1c2333;background-color:#fff}._input_1hcvb_90:focus,._select_1hcvb_103:focus{outline:none;border-color:#ef505f;box-shadow:0 0 0 3px #f9731633}._inputWithIcon_1hcvb_119{position:relative}._emailIcon_1hcvb_123{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.25rem;pointer-events:none}._buttonGroup_1hcvb_134{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}._cancelButton_1hcvb_142,._submitButton_1hcvb_143{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out;border:none}._cancelButton_1hcvb_142{background-color:#e5e7eb;color:#4b5563}._cancelButton_1hcvb_142:hover{background-color:#d1d5db}._submitButton_1hcvb_143{background-color:#ef505f;color:#fff}._submitButton_1hcvb_143:hover{background-color:#b91c1c}._previewImage_1hcvb_171{width:100%;height:100%;object-fit:cover;border-radius:.5rem}:root{--primary-orange: #ef505f;--primary-blue: #4d6688;--primary-green: #009900;--secondary-gray: #323232;--text-dark: #141b34;--text-gray: #555;--text-light: #6b7280;--bg-white: #ffffff;--bg-light: #f2f6fc;--bg-light-gray: #f0f2f5;--border-color: #578dd9ad;--border-light: #578dd91a;--toggle-bg: #578dd996;--profile-gray: #888;--shadow-sm: 0 2px 4px #578dd90f;--shadow-md: 0 4px 6px rgba(0, 0, 0, .05);--shadow-lg: 0 4px 10px rgba(0, 0, 0, .1);--font-family: "Inter", sans-serif;--radius-sm: 5px;--radius-md: 7px;--radius-lg: 9px;--radius-full: 50%;--btn-height: 32px;--loader-size: 50px}._menuManagementContainer_1kk7v_38{padding:1.5rem}._contentHeader_1kk7v_42{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._searchInput_1kk7v_49{padding:.6rem .8rem .6rem 2.5rem;border:none;border-radius:10px;font-size:.9rem;width:60%;margin-bottom:20px;box-shadow:0 4px 9.4px #578dd914;border:.5px solid var(--primary-orange);background-color:var(--bg-white)}._searchInput_1kk7v_49:focus{outline:none;border:.5px solid var(--primary-orange)}._title_1kk7v_64{font-size:1.5rem;font-weight:600}._addCategoryBtn_1kk7v_71{background-color:var(--primary-blue);color:var(--bg-white);border:none;padding:7px 20px;border-radius:var(--radius-md);font-weight:500;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .2s ease;width:177px;height:var(--btn-height);font-family:var(--font-family);font-size:12px}._addGlobalDishBtn_1kk7v_87{background-color:var(--primary-orange);color:var(--bg-white);border:none;padding:7px 20px;border-radius:var(--radius-md);font-weight:500;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .2s ease;margin-left:1rem;width:177px;height:var(--btn-height);font-family:var(--font-family);font-size:12px}._menuGrid_1kk7v_105{display:flex;flex-direction:column;gap:1.5rem}._menuCard_1kk7v_111{background-color:var(--bg-white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md);border:1px solid var(--border-color)}._cardHeader_1kk7v_119{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._categoryName_1kk7v_126{font-size:1.2rem;font-weight:600;color:var(--secondary-gray)}._cuisineName_1kk7v_131{font-size:1.2rem;font-weight:400;color:var(--text-gray)}._tagName_1kk7v_137{font-size:12px;font-weight:400;color:var(--text-gray)}._headerActions_1kk7v_144{display:flex;align-items:center;gap:1rem}._categoryActions_1kk7v_150{display:flex;align-items:center;gap:.5rem}._addDishBtn_1kk7v_156{background-color:var(--primary-orange);color:var(--bg-white);border:none;padding:4px 12px;gap:10px;border-radius:var(--radius-md);font-weight:600;cursor:pointer;letter-spacing:0}._dishesTable_1kk7v_169{width:100%;border-collapse:collapse;table-layout:fixed}._dishesTable_1kk7v_169 th,._dishesTable_1kk7v_169 td{padding:12px 15px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dishesTable_1kk7v_169 td{border-bottom:1px solid var(--border-light)}._dishesTable_1kk7v_169 thead{border-bottom:1px solid var(--border-color)}._dishesTable_1kk7v_169 th{font-weight:600;color:var(--text-gray);text-transform:capitalize}._dishName_1kk7v_198{font-size:14px;font-weight:500;color:var(--secondary-gray)}._dishPrice_1kk7v_204{font-size:16px;font-weight:500;color:var(--text-dark);letter-spacing:0}._dishesTable_1kk7v_169 th:nth-child(1),._dishesTable_1kk7v_169 td:nth-child(1){width:5%}._dishesTable_1kk7v_169 th:nth-child(2),._dishesTable_1kk7v_169 td:nth-child(2){width:25%}._dishesTable_1kk7v_169 th:nth-child(3),._dishesTable_1kk7v_169 td:nth-child(3){width:15%}._dishesTable_1kk7v_169 th:nth-child(4),._dishesTable_1kk7v_169 td:nth-child(4){width:25%}._dishesTable_1kk7v_169 th:nth-child(5),._dishesTable_1kk7v_169 td:nth-child(5){width:10%}._checkbox_1kk7v_233{width:25px;height:25px;accent-color:var(--border-color)}._statusToggleBtn_1kk7v_240{display:flex;align-items:center;gap:.5rem;cursor:pointer;position:relative;width:45px;height:20px;border-radius:12px;transition:background-color .2s ease;border:1px solid var(--border-color)}._statusToggleBtn_1kk7v_240._Available_1kk7v_253{background-color:var(--bg-light)}._statusToggleBtn_1kk7v_240 ._toggle_1kk7v_257{width:16px;height:16px;background-color:var(--toggle-bg);border-radius:16px;position:absolute;left:2px;transition:all .2s ease;border:1px solid var(--border-color)}._statusToggleBtn_1kk7v_240._Available_1kk7v_253 ._toggle_1kk7v_257{left:calc(100% - 18px);background-color:var(--primary-green)}._statusText_1kk7v_273{font-weight:500;margin-left:3.5rem}._Available_1kk7v_253,._Unavailable_1kk7v_279{font-weight:500;font-size:14px;letter-spacing:0}._Available_1kk7v_253{color:var(--primary-green)}._Unavailable_1kk7v_279{color:#578dd9b5}._actionIcons_1kk7v_293{display:flex;gap:1rem}._actionIcon_1kk7v_293{color:var(--profile-gray);cursor:pointer}._modalOverlay_1kk7v_304{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}._modalContent_1kk7v_317{background-color:var(--bg-white);padding:2rem;border-radius:1rem;width:90%;max-width:500px;box-shadow:var(--shadow-lg)}._modalHeader_1kk7v_326{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}._modalHeader_1kk7v_326 h2{font-size:1.5rem;font-weight:600}._closeModal_1kk7v_340{cursor:pointer;font-size:1.5rem;color:var(--profile-gray)}._modalBody_1kk7v_346{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}._modalBody_1kk7v_346 label{font-weight:500;color:var(--text-gray)}._modalBody_1kk7v_346 input,._categorySelect_1kk7v_359{padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem}._modalFooter_1kk7v_366{display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #eee;padding-top:1rem}._saveBtn_1kk7v_374,._cancelBtn_1kk7v_375{padding:.75rem 1.5rem;border-radius:7px;cursor:pointer;font-weight:600;border:none}._saveBtn_1kk7v_374{background-color:#ef505f;color:var(--bg-white)}._cancelBtn_1kk7v_375{background-color:var(--bg-light-gray);color:var(--secondary-gray)}._loadingContainer_1kk7v_394{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;font-size:1.5rem;color:var(--text-light)}._loader_1kk7v_405{border:4px solid #f3f3f3;border-top:4px solid var(--primary-orange);border-radius:var(--radius-full);width:var(--loader-size);height:var(--loader-size);animation:_spin_1kk7v_1 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1kk7v_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){._menuManagementContainer_1kk7v_38{padding:10px}._addCategoryBtn_1kk7v_71{margin-bottom:10px}}._expandBtn_1kk7v_434{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid var(--primary-blue);background:none;cursor:pointer;margin-right:10px;transform:rotate(0);transition:transform .2s ease-in-out;position:relative;top:2px}._expanded_1kk7v_449{transform:rotate(180deg)}._cardHeader_1kk7v_119{display:flex;align-items:center;gap:.5rem;justify-content:space-between;position:relative}._cardHeader_1kk7v_119 h2{margin-left:.5rem;flex:1}._expandIcon_1kk7v_466{width:18px;height:18px;cursor:pointer;transition:transform .2s ease;margin-right:8px;filter:brightness(0) saturate(100%) invert(33%) sepia(23%) saturate(300%) hue-rotate(180deg)}._expandedIcon_1kk7v_477{transform:rotate(180deg)}._loaderContainer_1uu16_2{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;position:fixed;top:0;left:0;background-color:#fffc;z-index:9999}._spinner_1uu16_17{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #EF505F;border-radius:50%;animation:_spin_1uu16_17 1s linear infinite}._message_1uu16_26{margin-top:1rem;font-size:1.5rem;color:#555;font-weight:500}@keyframes _spin_1uu16_17{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--error-bg: #FEF2F2;--error-text: #991B1B;--error-border: #FCA5A5;--error-icon: #DC2626;--error-button-bg: #DC2626;--error-button-hover: #B91C1C;--error-button-text: #ffffff;--error-icon-size: 4rem;--error-message-size: 1.25rem;--error-padding: 2rem;--button-padding: .75rem 1.5rem;--error-radius: 1rem;--button-radius: 2rem;--font-bold: 600}._errorContainer_1lwh7_28{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:80vw;margin:0 auto;text-align:center;padding:var(--error-padding);background-color:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border);border-radius:var(--error-radius)}._errorIcon_1lwh7_45{font-size:var(--error-icon-size);color:var(--error-icon);margin-bottom:1rem}._errorMessage_1lwh7_52{font-size:var(--error-message-size);font-weight:var(--font-bold);margin-bottom:1rem}._retryButton_1lwh7_59{background-color:var(--error-button-bg);color:var(--error-button-text);border:none;padding:var(--button-padding);border-radius:var(--button-radius);font-weight:var(--font-bold);cursor:pointer;transition:background-color .2s ease}._retryButton_1lwh7_59:hover{background-color:var(--error-button-hover)}:root{--primary: #ef505f;--accent: #578dd9;--bg: #ffffff;--muted: #7a7a7a;--text: #222;--danger: #8b0000;--border: #e6e6e6;--radius: 12px;--font: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font);color:var(--text);margin:0}._modalOverlay_1pggf_33{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(180deg,#00000059,#00000073);z-index:1400;animation:_overlayFade_1pggf_1 .25s ease-out}@keyframes _overlayFade_1pggf_1{0%{opacity:0}to{opacity:1}}._modal_1pggf_33{width:min(640px,96%);background:var(--bg);border-radius:var(--radius);box-shadow:0 12px 40px #0f0f0f2e;padding:1rem;transform-origin:top center;animation:_modalIn_1pggf_1 .36s cubic-bezier(.18,.9,.32,1) forwards;display:flex;flex-direction:column;gap:.6rem}@keyframes _modalIn_1pggf_1{0%{opacity:0;transform:translateY(-18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._header_1pggf_79{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0 .25rem}._title_1pggf_86{font-size:1.125rem;font-weight:600;margin:0}._closeButton_1pggf_91{background:none;border:0;padding:6px;cursor:pointer;border-radius:8px;transition:transform .18s ease,background .12s}._closeButton_1pggf_91:hover{transform:rotate(90deg);background:#0000000a}._imageUpload_1pggf_113{width:128px;height:128px;border:2px dashed var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;background:#fafafa}._imageUpload_1pggf_113:hover{border-color:var(--primary);box-shadow:0 6px 18px #0e0e0e0f}._imageInput_1pggf_131{position:absolute;inset:0;opacity:0;cursor:pointer}._placeholder_1pggf_137{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--muted);font-size:.82rem}._preview_1pggf_145{width:100%;height:100%;object-fit:cover;display:block}._form_1pggf_153{display:flex;flex-direction:column;gap:10px;padding:2px 4px}._row_1pggf_161{display:flex;gap:10px;align-items:center}._col_1pggf_166{display:flex;flex-direction:column;gap:6px;width:100%}._input_1pggf_174,._textarea_1pggf_175,._select_1pggf_176{width:100%;padding:8px 10px;border-radius:8px;border:1px solid var(--border);font-size:.92rem;font-family:var(--font);background:#fff;transition:border-color .12s ease,box-shadow .12s ease}._input_1pggf_174:focus,._textarea_1pggf_175:focus,._select_1pggf_176:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #ef505f0f}._textarea_1pggf_175{min-height:78px;resize:vertical;padding-top:9px}._priceWrapper_1pggf_200{max-width:160px}._input_1pggf_174[type=number]::-webkit-inner-spin-button,._input_1pggf_174[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._availabilityToggle_1pggf_210{display:flex;align-items:center;gap:.5rem}._availabilityToggle_1pggf_210 label{position:relative;display:flex;align-items:center;font-weight:400;cursor:pointer}._availabilityToggle_1pggf_210 label:after{content:"";width:40px;height:20px;border:solid 1px #578dd9ad;border-radius:10px;transition:background-color .2s ease;margin-left:1rem}._availabilityToggle_1pggf_210 label:before{content:"";position:absolute;top:5px;right:22px;width:14px;height:14px;background-color:#578dd996;border-radius:50%;transition:all .2s ease;border:1px solid #578dd9ad}._availabilityToggle_1pggf_210 input[type=checkbox]:checked+label:after{border:solid 1px #578dd9ad}._availabilityToggle_1pggf_210 input[type=checkbox]:checked+label:before{right:3px;background-color:#090}._availabilityToggle_1pggf_210 input{display:none}._vegRow_1pggf_262{display:flex;gap:8px}._vegBtn_1pggf_266{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;cursor:pointer;font-weight:500;font-size:.9rem;color:#000}._vegBtn_1pggf_266._veg_1pggf_262._active_1pggf_279{background:#7be18b;border:none;outline:none;box-shadow:none;border:green solid 1px;color:#fff}._vegBtn_1pggf_266._nonveg_1pggf_287._active_1pggf_279{background:#ec9e9e;border:none;outline:none;box-shadow:none;border:red solid 1px;color:#fff}._select_1pggf_176._small_1pggf_297{max-width:160px}._invalid_1pggf_302{border-color:var(--danger)!important;box-shadow:0 0 0 4px #8b00000f!important}._footer_1pggf_308{display:flex;justify-content:flex-end;gap:10px;padding-top:6px}._btn_1pggf_314{padding:9px 14px;border-radius:10px;border:0;font-weight:600;cursor:pointer}._cancel_1pggf_321{background:#f0f0f0;color:var(--muted)}._save_1pggf_325{background:var(--primary);color:#fff}._save_1pggf_325:active{transform:translateY(1px)}@media (max-width: 520px){._body_1pggf_105{grid-template-columns:96px 1fr;gap:10px}._imageUpload_1pggf_113{width:96px;height:96px}._modal_1pggf_33{padding:12px}._title_1pggf_86{font-size:1rem}}@keyframes _shake_1pggf_371{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}._shake_1pggf_371{animation:_shake_1pggf_371 .36s ease-in-out}._Available_1pggf_374{color:#090}._Unavailable_1pggf_377{color:#578dd9ad}._body_1pggf_105{display:grid;grid-template-columns:128px 1fr;gap:12px;align-items:start}._leftPanel_1pggf_389{display:flex;flex-direction:column;gap:8px;align-items:center}._availabilityWrapper_1pggf_396{margin-top:8px}._dropdown_16aaf_2{position:relative;width:100%;max-width:100%;font-family:Inter,sans-serif}._dropdownInput_16aaf_10{width:100%;padding:.7rem 2.5rem .7rem 1rem;font-size:1rem;border:1px solid #cbd5e0;border-radius:8px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;transition:border .2s,box-shadow .2s;position:relative}._dropdownInput_16aaf_10:hover{border-color:#ef505f}._dropdownInput_16aaf_10:focus{outline:none;border-color:#ef505f;box-shadow:0 0 0 3px #3b82f61f}._labelText_16aaf_30{flex:1;text-align:left;color:#807d7d}._arrow_16aaf_37{position:absolute;right:.9rem;top:50%;transform:translateY(-50%) rotate(45deg);width:.6rem;height:.6rem;border-right:2px solid #475569;border-bottom:2px solid #475569;transition:transform .18s;pointer-events:none}._arrow_16aaf_37._up_16aaf_49{transform:translateY(-50%) rotate(-135deg)}._dropdownMenu_16aaf_52{position:absolute;top:calc(100% + 6px);left:0;width:100%;max-height:250px;overflow-y:auto;background:#fff;border:1px solid #cbd5e0;border-radius:8px;box-shadow:0 4px 10px #00000014;z-index:10000;animation:_fadeIn_16aaf_1 .18s ease}._dropdownItem_16aaf_68{padding:.65rem 1rem;font-size:.95rem;cursor:pointer;transition:background .12s;white-space:normal;word-break:break-word}._dropdownItem_16aaf_68:hover{background:#f1f5f9}._dropdownItem_16aaf_68._active_16aaf_77{background:#e2e8f0;font-weight:600}._dropdownItem_16aaf_68._highlighted_16aaf_80{background:#f8fafc;outline:1px solid rgba(59,130,246,.15)}@keyframes _fadeIn_16aaf_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){._dropdownInput_16aaf_10{font-size:.9rem;padding:.6rem 2rem .6rem .8rem}._dropdownMenu_16aaf_52{max-height:200px}}@media (max-width: 480px){._dropdownInput_16aaf_10{font-size:.85rem;padding:.5rem 1.8rem .5rem .7rem}._dropdownItem_16aaf_68{font-size:.85rem}}:root{--primary-orange: #EF505F;--primary-blue: #4D6688;--primary-green: #009900;--secondary-gray: #323232;--text-dark: #141B34;--text-gray: #555;--text-light: #6B7280;--bg-white: #FFFFFF;--bg-light: #F2F6FC;--bg-light-gray: #f0f2f5;--border-color: #578DD9AD;--border-light: #578DD91A;--toggle-bg: #578DD996;--profile-gray: #888;--shadow-sm: 0 2px 4px #578DD90F;--shadow-md: 0 4px 6px rgba(0, 0, 0, .05);--shadow-lg: 0 4px 10px rgba(0, 0, 0, .1);--font-family: "Inter", sans-serif;--radius-sm: 5px;--radius-md: 7px;--radius-lg: 9px;--radius-full: 50%;--btn-height: 32px;--loader-size: 50px}._modalOverlay_nqw0g_37{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}._modalContent_nqw0g_50{background-color:var(--bg-white);padding:2rem;border-radius:1rem;width:90%;max-width:500px;box-shadow:var(--shadow-lg)}._modalHeader_nqw0g_59{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}._modalHeader_nqw0g_59 h2{font-size:1.5rem;font-weight:600}._closeModal_nqw0g_73{cursor:pointer;font-size:1.5rem;color:var(--profile-gray)}._modalBody_nqw0g_79{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}._modalBody_nqw0g_79 label{font-weight:500;color:var(--text-gray)}._modalBody_nqw0g_79 input,._categorySelect_nqw0g_92,._selectInput_nqw0g_92{padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;background-color:var(--bg-white)}input:focus,select:focus,textarea:focus,._selectInput_nqw0g_92:focus,._categorySelect_nqw0g_92:focus,input:hover,select:hover,textarea:hover,._selectInput_nqw0g_92:hover,._categorySelect_nqw0g_92:hover{outline:none;border-color:#ef505f}._modalFooter_nqw0g_114{display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #eee;padding-top:1rem}._saveBtn_nqw0g_122,._cancelBtn_nqw0g_123{padding:.75rem 1.5rem;border-radius:7px;cursor:pointer;font-weight:600;border:none}._saveBtn_nqw0g_122{background-color:#ef505f;color:var(--bg-white)}._cancelBtn_nqw0g_123{background-color:var(--bg-light-gray);color:var(--secondary-gray)}._headerSection_1om6t_1{display:flex;align-items:center;gap:1rem}._profile_1om6t_7{display:flex;align-items:center;gap:.75rem}._profileImage_1om6t_13{border-radius:9999px;border:2px solid #e5e7eb}._restaurantName_1om6t_18{font-size:1.5rem;font-weight:600;color:#1c2333}._mainContentGrid_1om6t_24{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem}._placeholderSection_1om6t_31{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;min-height:300px}._subscriptionSection_1om6t_40{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:1.5rem}._sectionTitle_1om6t_51{font-size:1.25rem;font-weight:600;color:#1c2333;margin-bottom:1rem}._subscriptionDetails_1om6t_58 p{margin:0;font-size:1rem;color:#4b5563}._buttonGroup_1om6t_64{display:flex;flex-direction:column;gap:1rem;margin-top:auto}._inactiveButton_1om6t_71,._suspendButton_1om6t_72{padding:.75rem .5rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out;border:1px solid #e5e7eb}._inactiveButton_1om6t_71{background-color:#fff;color:#4b5563}._inactiveButton_1om6t_71:hover{background-color:#f3f4f6}._suspendButton_1om6t_72{background-color:#ef4444;color:#fff;border:1px solid #dc2626}._suspendButton_1om6t_72:hover{background-color:#b91c1c}@media (max-width: 768px){._mainContentGrid_1om6t_24{grid-template-columns:1fr}}._modalOverlay_16pvv_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_16pvv_14{background-color:#f8fafc;border-radius:.5rem;padding:2rem;width:400px;max-width:90%;box-shadow:0 5px 15px #0003;display:flex;flex-direction:column;gap:1rem}._modalContent_16pvv_14 h2{font-size:1.5rem;font-weight:600;color:#1c2333;margin-bottom:1rem}._form_16pvv_33{display:flex;flex-direction:column;gap:1rem}._form_16pvv_33 label{font-size:.95rem;font-weight:500;color:#374151}._form_16pvv_33 input[type=text],._form_16pvv_33 input[type=date],._form_16pvv_33 select{padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;color:#111827;background-color:#fff}._form_16pvv_33 input[readonly]{background-color:#e5e7eb;cursor:not-allowed}._buttonGroup_16pvv_61{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}._buttonGroup_16pvv_61 button{padding:.75rem 1.25rem;border-radius:.375rem;font-weight:600;font-size:1rem;cursor:pointer;border:1px solid #e5e7eb;transition:all .2s ease-in-out}._buttonGroup_16pvv_61 button[type=button]{background-color:#fff;color:#4b5563}._buttonGroup_16pvv_61 button[type=button]:hover{background-color:#f3f4f6}._buttonGroup_16pvv_61 button[type=submit]{background-color:#ef505f;color:#fff;border:1px solid #ef505f}._buttonGroup_16pvv_61 button[type=submit]:hover{background-color:#ef505f}@media (max-width: 480px){._modalContent_16pvv_14{width:95%;padding:1.5rem}}._container_1uq25_14{display:flex;height:100vh}._mainContent_1uq25_19{flex-grow:1;padding:1.5rem;display:flex;flex-direction:column;gap:2rem;width:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._mainContent_1uq25_19::-webkit-scrollbar{display:none}._mainHeader_1uq25_34{display:flex;justify-content:space-between;align-items:center;gap:1rem}._pageTitle_1uq25_43{font-size:2rem;font-weight:700;color:var(--text-dark)}._welcomeMessage_1uq25_49{font-size:16px;color:var(--text-light)}._headerRight_1uq25_54{display:flex;align-items:center}._searchBar_1uq25_59{position:relative;display:flex;align-items:center;max-width:400px;width:100%;box-shadow:0 17px 20px #578dd90f}._searchIcon_1uq25_67{position:absolute;left:.5rem;width:1.25rem;height:1.25rem;color:#9ca3af}._searchInput_1uq25_74{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:9999px;font-size:1rem}._searchInput_1uq25_74:focus{outline:none;border-color:var(--primary)}._headerContainer_1uq25_87{display:flex;align-items:center;flex-wrap:wrap;gap:15px;padding:10px 0}._searchWrapper_1uq25_94{position:relative;flex:1;min-width:220px}._searchWrapper_1uq25_94 ._searchIcon_1uq25_67{position:absolute;top:50%;left:10px;transform:translateY(-50%);font-size:14px;color:#888}._searchWrapper_1uq25_94 ._searchInput_1uq25_74{padding-left:32px;border:1px solid #CBDCF3;border-radius:7px;font-size:14px;height:40px;background-color:#fdfdfd;box-shadow:0 4px 9.4px #578dd914}._dropdown_1uq25_116{padding:8px 12px;border:1px solid #CBDCF3;border-radius:8px;font-size:14px;background-color:#fdfdfd;min-width:140px;height:40px;box-shadow:0 4px 9.4px #578dd914}._dropdown_1uq25_116:focus{border-color:var(--primary)}._addButton_1uq25_127{padding:10px 12px;background-color:#4d6688;color:#fff;font-size:14px;border:none;border-radius:7px;cursor:pointer;height:40px}._addButton_1uq25_127:hover{background-color:#2c4887}._tableSection_1uq25_140{margin-top:20px;border-radius:11px;padding:1rem;background-color:#fff;box-shadow:0 4px 5.8px #578dd914}._tableHeader_1uq25_147{font-size:18px;font-weight:600;margin-bottom:20px;color:#4b5563}._tableWrapper_1uq25_153{width:100%;overflow-x:auto;border-radius:8px}._tableBodyScroll_1uq25_160{max-height:300px;overflow-y:auto;display:block}._tableBodyScroll_1uq25_160::-webkit-scrollbar{display:none}._tableBodyScroll_1uq25_160{-ms-overflow-style:none;scrollbar-width:none}._tableBodyScroll_1uq25_160 table{width:100%;border-collapse:collapse}._table_1uq25_140 thead{background:#fff;position:sticky;top:0;z-index:2;border-bottom:1px solid #578DD9AD}._table_1uq25_140{width:100%;min-width:700px;border-collapse:collapse;background-color:#fff;table-layout:fixed}._table_1uq25_140 th,._table_1uq25_140 td{padding:12px 15px;text-align:center;font-size:14px;white-space:nowrap;border:none;border-bottom:1px solid #578DD940}._table_1uq25_140 tbody tr:last-child td{border-bottom:none}._actionButton_1uq25_208{display:flex;align-items:center;justify-content:center;background-color:transparent;color:#4f6481;border-radius:7px;padding:0 12px;height:32px;cursor:pointer;box-shadow:0 17px 20px #578dd90f;border:none;font-family:Inter;font-weight:500;font-style:Medium;font-size:14px;line-height:100%;letter-spacing:0%}._actionButton_1uq25_208:hover{opacity:.9}._actionButton_1uq25_208:focus{outline:none}._buttonIcon_1uq25_232{width:18px;height:18px;margin-left:8px}._active_1uq25_240{color:#090}._inactive_1uq25_241{color:red}._pending_1uq25_242{color:orange}._Approved_1uq25_243{width:110px;height:28;top:8px;left:967px;border-radius:11px;opacity:1;gap:4px;padding:5px 10px;background-color:#e7feed;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){._headerContainer_1uq25_87{flex-direction:column;align-items:stretch}._dropdown_1uq25_116,._addButton_1uq25_127{width:100%}}._modalOverlay_1uq25_268{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_1uq25_282{background:#fff;padding:2rem;border-radius:8px;width:80%;max-width:900px;max-height:90%;overflow-y:auto;position:relative}._closeButton_1uq25_294{position:absolute;top:1rem;right:1rem;background:#f87171;color:#fff;border:none;border-radius:4px;padding:.3rem .6rem;cursor:pointer}._analyticsTabs_1uq25_305{display:flex;gap:3rem;border-bottom:1px solid var(--border-color)}._tabButton_1uq25_311{background:none;border:none;font-size:1.1rem;font-weight:600;color:var(--text-light);padding:.5rem 0;cursor:pointer;position:relative}._tabButton_1uq25_311._activeTab_1uq25_321{color:var(--primary);font-weight:700}._tabButton_1uq25_311._activeTab_1uq25_321:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--primary)}._tabButton_1uq25_311:focus{outline:none;border:none}._buttonsGroup_1uq25_339{display:flex;gap:10px;flex-direction:row}._ApprovedButton_1uq25_344,._RejectedButton_1uq25_344{display:flex;align-items:start;justify-content:start;color:#fff;font-size:14px;border-radius:20px;height:32px;cursor:pointer;box-shadow:0 17px 20px #578dd90f;border:none;padding:5px 10px;gap:4px}._RejectedButton_1uq25_344{background-color:#e02323}._ApprovedButton_1uq25_344{background-color:#090}._RejectedButton_1uq25_344:hover,._ApprovedButton_1uq25_344:hover{opacity:.9}._RejectedButton_1uq25_344:focus,._ApprovedButton_1uq25_344:focus{outline:none}._ApprovedButton_1uq25_344 img,._RejectedButton_1uq25_344 img{width:18px;height:18px;margin-left:0}._table_1uq25_140 th:nth-child(1),._table_1uq25_140 td:nth-child(1){width:20%}._table_1uq25_140 th:nth-child(2),._table_1uq25_140 td:nth-child(2){width:15%}._table_1uq25_140 th:nth-child(3),._table_1uq25_140 td:nth-child(3){width:15%}._table_1uq25_140 th:nth-child(4),._table_1uq25_140 td:nth-child(4){width:20%}._table_1uq25_140 th:nth-child(6),._table_1uq25_140 td:nth-child(6){width:10%}._table_1uq25_140 th:nth-child(5),._table_1uq25_140 td:nth-child(5){width:20%}._modalOverlay_1pn5v_2{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_1pn5v_16{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 5.8px #578dd914;width:100%;max-width:500px}._profileSection_1pn5v_26{display:flex;align-items:center;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}._profileImage_1pn5v_34{width:80px;height:80px;border-radius:9999px;border:2px solid #cbd5e1;object-fit:cover}._profileDetails_1pn5v_42{display:flex;flex-direction:column}._profileName_1pn5v_47{font-size:1.5rem;font-weight:600;color:#1c2333;margin:0}._licenseNo_1pn5v_54{font-size:.875rem;color:#6b7280;margin:.25rem 0}._status_1pn5v_60{display:flex;align-items:center;font-size:.875rem;font-weight:500;color:#16a34a}._statusDot_1pn5v_68{width:8px;height:8px;background-color:#16a34a;border-radius:9999px;margin-right:.5rem}._actionButtons_1pn5v_77{display:flex;gap:1rem;margin-top:1.5rem;margin-bottom:2rem}._messageButton_1pn5v_84,._inactivateButton_1pn5v_85{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out;border:1px solid #e2e8f0}._messageButton_1pn5v_84{background-color:#4f6481;color:#fff;border-color:#4f6481}._messageButton_1pn5v_84:hover{background-color:#4f6481}._inactivateButton_1pn5v_85{background-color:#fff;color:#4b5563}._inactivateButton_1pn5v_85:hover{background-color:#f3f4f6}._icon_1pn5v_119{color:inherit}._sectionTitle_1pn5v_124{font-size:1.125rem;font-weight:600;color:#1c2333;margin-bottom:1rem}._statsGrid_1pn5v_131{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._statCard_1pn5v_137{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.25rem;box-shadow:0 1px 2px #0000000d}._statValue_1pn5v_148{font-size:1.25rem;font-weight:700;color:#1c2333}._statLabel_1pn5v_154{font-size:.75rem;color:#4f6481}._confirmOverlay_1pn5v_159{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._confirmBox_1pn5v_172{background:#fff;border-radius:12px;padding:24px;width:320px;text-align:center;box-shadow:0 4px 20px #00000026}._confirmButtons_1pn5v_181{display:flex;justify-content:center;gap:16px;margin-top:20px}._cancelBtn_1pn5v_188{background:#ccc;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}._confirmBtn_1pn5v_196{background:#4caf50;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}._closeButton_1pn5v_204{background:none;border:0;padding:6px;cursor:pointer;border-radius:8px;transition:transform .18s ease,background .12s}._closeButton_1pn5v_204:hover{transform:rotate(90deg);background:#0000000a}._closeButtonContainer_1pn5v_214{display:flex;justify-content:flex-end}._container_647sl_8{height:100vh;display:flex}._panel_647sl_15{padding:0;display:flex;flex-direction:column;gap:1rem;width:80vw;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;margin:0}._panel_647sl_15::-webkit-scrollbar{display:none}._header_647sl_32{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background-color:#f3f4f6}._title_647sl_40{font-size:2rem;font-weight:700;color:var(--text-dark)}._headerRight_647sl_46{display:flex;align-items:center;gap:1.5rem}._searchBar_647sl_52{position:relative}._searchInput_647sl_56{padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:9999px;background-color:#fff;color:#1c2333;font-size:.875rem;width:16rem}._searchInput_647sl_56::placeholder{color:#9ca3af}._searchIcon_647sl_70{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af}._notificationIcon_647sl_78{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;cursor:pointer;color:#f97316}._tabs_647sl_89{display:flex;border-bottom:2px solid #578DD940;background-color:#f3f4f6;padding-left:2rem}._tabButton_647sl_96{background:none;border:none;cursor:pointer;transition:all .2s ease-in-out;color:#141b34;font-family:Inter;font-weight:500;font-style:Medium;font-size:16px;line-height:100%;letter-spacing:0%}._tabButton_647sl_96:hover,._tabButton_647sl_96:focus,._activeTab_647sl_112{color:#ef505f;border:none;outline:none}._content_647sl_118{padding:1rem;background-color:#f3f4f6;padding-top:0}@media (max-width: 768px){._header_647sl_32{flex-direction:column;align-items:flex-start;gap:1rem}._headerRight_647sl_46{width:100%;justify-content:space-between}._searchInput_647sl_56{width:100%}._tabs_647sl_89{padding-left:1rem;flex-wrap:wrap}._tabButton_647sl_96{padding:.75rem 1rem}._content_647sl_118{padding:1rem}}._sectionGrid_1cbip_1{display:flex;flex-direction:column;gap:1.5rem;background-color:#f3f4f6}._filters_1cbip_8{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;width:100%;justify-content:space-between;margin-right:20px}._filterGroup_1cbip_19{display:flex;flex-direction:column}._label_1cbip_24{font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:.25rem}._select_1cbip_31{padding:.5rem 1rem;border-radius:7px;font-size:.875rem;background-color:#fff;cursor:pointer;width:300px;border:1px solid #CBDCF3}._select_1cbip_31:focus{outline:none;border:1px solid #EF505F}._statsRow_1cbip_49{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._statCard_1cbip_55{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:16px 20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 6px 9.1px #578dd914;height:94px}._statValue_1cbip_68{font-size:1.5rem;font-weight:700;color:#1c2333}._statLabel_1cbip_74{font-size:.875rem;color:#6b7280}._chartsGrid_1cbip_79{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._chartCard_1cbip_85{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000000d}._chartTitle_1cbip_94{font-size:1.125rem;font-weight:600;color:#1c2333;margin-bottom:1rem}._chartToggle_1cbip_101{display:flex;background-color:#fff;border-radius:.5rem;padding:.25rem;width:fit-content;margin-bottom:1rem}._chartHeader_1cbip_109{display:flex;align-items:center;justify-content:space-between}._toggleButton_1cbip_114{background:none;border:none;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:.5rem;cursor:pointer;color:#6b7280;transition:all .2s ease-in-out}._activeToggle_1cbip_126{background-color:#f97316;color:#fff}._mapContainer_1cbip_131{display:flex;flex-direction:column;align-items:center;gap:1rem}._mapImagePlaceholder_1cbip_138{width:100%;height:auto}._mapStats_1cbip_143{display:flex;flex-direction:column;gap:.25rem;text-align:center}@media (max-width: 768px){._filters_1cbip_8{flex-direction:column}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}._periodToggle_r0f4d_1{display:flex;align-items:center;justify-content:center;font-size:.8rem;background:#fff;border-radius:7px;overflow:hidden;width:fit-content;box-shadow:0 2px 7.3px #578dd914;height:28px}._GlobalPeriodToggle_r0f4d_16{display:flex;align-items:center;justify-content:center;font-size:1rem;background:#fff;border-radius:7px;overflow:hidden;width:fit-content;box-shadow:0 2px 7.3px #578dd914;height:28px}._periodItem_r0f4d_31,._globalperiodItem_r0f4d_39{padding:0px .5rem;color:#666;cursor:pointer;position:relative;transition:color .3s ease;border-right:2px solid #000000}._periodItem_r0f4d_31:last-child{border-right:none}._globalperiodItem_r0f4d_39:last-child{border-right:none}._active_r0f4d_56{color:var(--primary);font-weight:500}._sectionGrid_1njkz_1{display:flex;flex-direction:column;gap:1.5rem}._firstSection_1njkz_7{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}._SecondSection_1njkz_13{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}._statsRow_1njkz_19{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}._statCard_1njkz_25{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000000d;width:100%;min-height:120px}._statValue_1njkz_40{font-size:1.5rem;font-weight:700;color:#1c2333}._statLabel_1njkz_46{font-size:.875rem;color:#6b7280}._chartsGrid_1njkz_51{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}._chartCard_1njkz_57{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000000d}._chartTitle_1njkz_66{font-size:1.125rem;font-weight:600;color:#1c2333;margin-bottom:1rem}._chartHeader_1njkz_72{display:flex;align-items:center;justify-content:space-between}._chartToggle_1njkz_77{display:flex;background-color:#fff;border-radius:.5rem;padding:.25rem;width:fit-content;margin-bottom:1rem}._toggleButton_1njkz_86{background:none;border:none;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:.5rem;cursor:pointer;color:#6b7280;transition:all .2s ease-in-out}._activeToggle_1njkz_98{background-color:#f97316;color:#fff}._pieContainer_1njkz_103{position:relative;width:100%;height:200px;display:flex;justify-content:center;align-items:center;margin-top:1rem}._pieCenterText_1njkz_113{position:absolute;font-size:2rem;font-weight:700;color:#1c2333;margin-right:130px}._pieLegend_1njkz_121{display:flex;flex-direction:column;gap:.5rem;margin-left:2rem}._pieLegendItem_1njkz_128{display:flex;align-items:center;gap:.5rem}._pieLegendDot_1njkz_134{width:12px;height:12px;border-radius:9999px}._pieLegendText_1njkz_140{font-size:.875rem;color:#4b5563}@media (max-width: 1024px){._firstSection_1njkz_7,._SecondSection_1njkz_13,._statsRow_1njkz_19,._chartsGrid_1njkz_51{grid-template-columns:1fr}._statCard_1njkz_25{min-height:auto}}@media (max-width: 480px){._statValue_1njkz_40{font-size:1.25rem}._statLabel_1njkz_46,._pieLegendText_1njkz_140{font-size:.75rem}._chartTitle_1njkz_66{font-size:1rem}}._sectionGrid_1mduh_1{display:flex;flex-direction:column;gap:1.5rem}._statsRow_1mduh_8{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._statCard_1mduh_15{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000000d;position:relative;width:100%;height:auto;min-height:200px}._statValue_1mduh_31{font-size:1.5rem;font-weight:700;color:#1c2333}._statLabel_1mduh_37{font-size:.875rem;color:#6b7280}._leaderboardsGrid_1mduh_43,._firstSection_1mduh_44,._SecondSection_1mduh_45{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._leaderboardCard_1mduh_51{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000000d}._leaderboardTitle_1mduh_60{font-size:1.125rem;font-weight:600;color:#1c2333;margin-bottom:1rem}._chartToggle_1mduh_67{display:flex;background-color:#fff;border-radius:.5rem;padding:.25rem;width:fit-content;margin-bottom:1rem}._toggleButton_1mduh_76{background:none;border:none;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:.5rem;cursor:pointer;color:#6b7280;transition:all .2s ease-in-out}._activeToggle_1mduh_88{background-color:#f97316;color:#fff}._leaderboardTable_1mduh_93{width:100%;border-collapse:collapse}._chartHeader_1mduh_97{display:flex;align-items:center;justify-content:space-between}._leaderboardTable_1mduh_93 th,._leaderboardTable_1mduh_93 td{padding:.75rem .5rem;text-align:left;font-size:.875rem;border-bottom:1px solid #e5e7eb}._leaderboardTable_1mduh_93 th{font-weight:600;color:#4b5563}._leaderboardTable_1mduh_93 td{color:#1c2333}._dishNameCell_1mduh_119{display:flex;align-items:center;gap:.5rem}._dishImage_1mduh_125{width:30px;height:30px;border-radius:.25rem}@media (max-width: 1024px){._firstSection_1mduh_44,._SecondSection_1mduh_45,._statsRow_1mduh_8,._leaderboardsGrid_1mduh_43{grid-template-columns:1fr}._statCard_1mduh_15{height:auto}}@media (max-width: 480px){._statValue_1mduh_31{font-size:1.25rem}._statLabel_1mduh_37{font-size:.75rem}._leaderboardTitle_1mduh_60{font-size:1rem}}._sectionGrid_1fsb1_1{display:flex;flex-direction:column;gap:1.5rem}._statsRow_1fsb1_7{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._statCard_1fsb1_13{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000000d}._statValue_1fsb1_25{font-size:1.5rem;font-weight:700;color:#1c2333}._statLabel_1fsb1_31{font-size:.875rem;color:#6b7280}._leaderboardsGrid_1fsb1_36{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._leaderboardCard_1fsb1_42{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000000d}._leaderboardTitle_1fsb1_51{font-size:1.125rem;font-weight:600;color:#1c2333;margin-bottom:1rem}._chartToggle_1fsb1_58{display:flex;background-color:#fff;border-radius:.5rem;padding:.25rem;width:fit-content;margin-bottom:1rem}._toggleButton_1fsb1_67{background:none;border:none;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:.5rem;cursor:pointer;color:#6b7280;transition:all .2s ease-in-out}._activeToggle_1fsb1_79{background-color:#f97316;color:#fff}._leaderboardTable_1fsb1_84{width:100%;border-collapse:collapse}._leaderboardTable_1fsb1_84 th,._leaderboardTable_1fsb1_84 td{padding:.75rem .5rem;text-align:left;font-size:.875rem;border-bottom:1px solid #e5e7eb}._leaderboardTable_1fsb1_84 th{font-weight:600;color:#4b5563}._leaderboardTable_1fsb1_84 td{color:#1c2333}._firstSection_1fsb1_105,._SecondSection_1fsb1_106{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._chartHeader_1fsb1_111{display:flex;align-items:center;justify-content:space-between}._leaderboardTableWrapper_1fsb1_115{max-height:450px;overflow-y:auto;overflow-x:auto;display:block}._leaderboardTableWrapper_1fsb1_115::-webkit-scrollbar{height:8px;width:8px}._leaderboardTableWrapper_1fsb1_115::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}._container_1bp5d_1{display:flex;flex-direction:column;gap:2rem;padding:1.5rem}._feedbackCards_1bp5d_9{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}._feedbackCard_1bp5d_9{border-radius:1rem;background:#fff;box-shadow:0 4px 6px #00000014;text-align:center;padding:1.5rem;transition:transform .2s ease-in-out}._feedbackCard_1bp5d_9:hover{transform:translateY(-4px)}._emoji_1bp5d_28{font-size:2.5rem}._feedbackType_1bp5d_32{margin-top:.5rem;font-size:1rem;color:#374151}._feedbackCount_1bp5d_38{font-size:1.75rem;font-weight:700;color:#111827;margin-top:.25rem}._excellent_1bp5d_46{border-top:4px solid #22c55e}._good_1bp5d_50{border-top:4px solid #fbbf24}._bad_1bp5d_54{border-top:4px solid #ef4444}._tableCard_1bp5d_59{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d}._tableTitle_1bp5d_66{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}._table_1bp5d_59{width:100%;border-collapse:collapse}._table_1bp5d_59 th,._table_1bp5d_59 td{padding:.75rem;border-bottom:1px solid #e5e7eb;text-align:left;font-size:.9rem}._table_1bp5d_59 th{color:#4b5563;font-weight:600}._excellentBadge_1bp5d_91{color:green}._goodBadge_1bp5d_95{color:#9acd32}._badBadge_1bp5d_99{color:red}._gif_1bp5d_102{width:96px;height:96px}@media (max-width: 768px){._feedbackCards_1bp5d_9{grid-template-columns:1fr}._table_1bp5d_59 th,._table_1bp5d_59 td{font-size:.8rem}}._popupOverlay_1bp5d_119{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._popup_1bp5d_119{background:#fff;border-radius:1rem;padding:1.5rem;width:90%;max-width:400px;text-align:center;box-shadow:0 6px 12px #0003}._popup_1bp5d_119 h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem}._popup_1bp5d_119 p{font-size:1rem;color:#374151;margin-bottom:1.5rem}._closeButton_1bp5d_154{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:500;transition:background .2s ease}._closeButton_1bp5d_154:hover{background:#dc2626}._actionButton_1bp5d_169{display:flex;align-items:center;justify-content:center;background-color:transparent;color:#4f6481;border-radius:7px;padding:0 12px;height:32px;cursor:pointer;box-shadow:0 17px 20px #578dd90f;border:none;font-family:Inter;font-weight:500;font-style:Medium;font-size:14px;line-height:100%;letter-spacing:0%}._actionButton_1bp5d_169:hover{opacity:.9}._actionButton_1bp5d_169:focus{outline:none}._buttonIcon_1bp5d_196{width:18px;height:18px;margin-left:8px}._tableWrapper_1bp5d_204{max-height:300px;overflow-y:auto;overflow-x:hidden;border-radius:.5rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._tableWrapper_1bp5d_204::-webkit-scrollbar{width:6px}._tableWrapper_1bp5d_204::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:8px}._tableWrapper_1bp5d_204::-webkit-scrollbar-track{background:transparent}:root{--color-primary: #1e1e2d;--color-primary-dark: #111;--color-accent: #ef505f;--color-danger: #ef505f;--color-text: #1e1e2d;--color-text-light: #444;--color-text-muted: #666;--color-border: #ddd;--color-bg: #fff;--color-bg-light: #f8f8f8;--font-family: "Inter", sans-serif;--font-size-base: 14px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-xxl: 24px;--space-sm: 5px;--space-md: 15px;--space-lg: 20px;--space-xl: 30px;--radius: 8px;--radius-lg: 12px;--shadow: 0px 4px 15px rgba(0, 0, 0, .05)}body{font-family:var(--font-base);margin:0;padding:0}._container_e7l9t_42{display:flex;min-height:100vh}._mainContent_e7l9t_48{flex-grow:1;padding:.5rem;display:flex;flex-direction:column;gap:2rem;margin-left:20px;width:70vw;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;justify-content:center;align-items:center;width:100vw;background-color:#fff}._mainContent_e7l9t_48::-webkit-scrollbar{display:none}._logoSection_e7l9t_69{text-align:center;margin-bottom:var(--space-lg)}._brand_e7l9t_75{width:120px;height:120px}._highlight_e7l9t_80{color:var(--color-accent)}._welcome_e7l9t_84{font-size:var(--font-size-xl);font-weight:700;margin-top:var(--space-sm);color:var(--color-text)}._formCard_e7l9t_92{background:var(--color-bg);padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-lg);width:100%;max-width:350px;align-items:center;justify-content:center;box-shadow:var(--shadow)}._formTitle_e7l9t_103{font-size:var(--font-size-lg);font-weight:700;margin-bottom:var(--space-lg);text-align:center}._formGroup_e7l9t_111{margin-bottom:var(--space-md);position:relative}._input_e7l9t_117{width:100%;padding:12px 14px;border:1px solid var(--color-primary);border-radius:var(--radius);font-size:var(--font-size-base);box-sizing:border-box}._inputError_e7l9t_126{border-color:var(--color-danger)}._errorText_e7l9t_130{color:var(--color-danger);font-size:12px;margin-top:4px}._errorMessage_e7l9t_136{background-color:#ef505f1a;color:var(--color-danger);padding:10px;border-radius:var(--radius);margin-bottom:var(--space-md);text-align:center;font-size:14px}._passwordWrapper_e7l9t_146{position:relative}._eyeIcon_e7l9t_150{position:absolute;right:12px;top:15%;cursor:pointer;font-size:14px}._optionsRow_e7l9t_159{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}._remember_e7l9t_166{font-size:13px;color:var(--color-text)}._forgot_e7l9t_171{font-size:13px;text-decoration:none;color:var(--color-text-muted)}._btnPrimary_e7l9t_178{width:100%;background-color:var(--color-primary);color:#fff;border:none;padding:12px;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;margin-bottom:var(--space-md)}._btnPrimary_e7l9t_178:hover{background-color:var(--color-primary-dark)}._btnPrimary_e7l9t_178:disabled{background-color:#999;cursor:not-allowed}._switchText_e7l9t_201{font-size:14px;text-align:center;color:var(--color-text-light)}._link_e7l9t_207{color:#2563eb;font-weight:500;cursor:pointer}._container_o55hs_14{display:flex;height:100vh}._mainContent_o55hs_19{flex-grow:1;padding:1.5rem;display:flex;flex-direction:column;gap:2rem;width:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._mainContent_o55hs_19::-webkit-scrollbar{display:none}._mainHeader_o55hs_35{display:flex;justify-content:space-between;align-items:center;gap:1rem}._pageTitle_o55hs_44{font-size:2rem;font-weight:700;color:var(--text-dark)}._welcomeMessage_o55hs_50{font-size:16px;color:var(--text-light)}._headerRight_o55hs_55{display:flex;align-items:center}._searchBar_o55hs_60{position:relative;display:flex;align-items:center;max-width:400px;width:100%;box-shadow:0 17px 20px #578dd90f}._searchIcon_o55hs_68{position:absolute;left:.5rem;width:1.25rem;height:1.25rem;color:#9ca3af}._searchInput_o55hs_75{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:9999px;font-size:1rem}._searchInput_o55hs_75:focus{outline:none;border-color:var(--primary)}._headerContainer_o55hs_88{display:flex;align-items:center;flex-wrap:wrap;gap:15px;padding:10px 0}._searchWrapper_o55hs_95{position:relative;flex:1;min-width:220px}._searchWrapper_o55hs_95 ._searchIcon_o55hs_68{position:absolute;top:50%;left:10px;transform:translateY(-50%);font-size:14px;color:#888}._searchWrapper_o55hs_95 ._searchInput_o55hs_75{padding-left:32px;border:1px solid #CBDCF3;border-radius:7px;font-size:14px;height:40px;background-color:#fdfdfd;box-shadow:0 4px 9.4px #578dd914}._dropdown_o55hs_117{padding:8px 12px;border:1px solid #CBDCF3;border-radius:8px;font-size:14px;background-color:#fdfdfd;min-width:140px;height:40px;box-shadow:0 4px 9.4px #578dd914}._dropdown_o55hs_117:focus{border-color:var(--primary)}._addButton_o55hs_128{height:32px;border-radius:7px;padding:1px 12px;background-color:#ef505f;color:#fff;font-size:12px}._addButton_o55hs_128:hover{background-color:#ef7c87}._tableSection_o55hs_140{margin-top:20px;border-radius:11px;padding:1rem;background-color:#fff;box-shadow:0 4px 5.8px #578dd914}._tableHeader_o55hs_147{font-size:18px;font-weight:600;margin-bottom:20px;color:#4b5563}._tableWrapper_o55hs_153{width:100%;overflow-x:auto;border-radius:8px}._actionIcon_o55hs_158{width:18px;height:18px;margin-left:8px}._tableBodyScroll_o55hs_166{max-height:300px;overflow-y:auto;display:block}._tableBodyScroll_o55hs_166::-webkit-scrollbar{display:none}._tableBodyScroll_o55hs_166{-ms-overflow-style:none;scrollbar-width:none}._tableBodyScroll_o55hs_166 table{width:100%;border-collapse:collapse}._table_o55hs_140 thead{background:#fff;position:sticky;top:0;z-index:2;border-bottom:1px solid #578DD9AD}._table_o55hs_140{width:100%;min-width:700px;border-collapse:collapse;background-color:#fff;table-layout:fixed}._table_o55hs_140 th,._table_o55hs_140 td{padding:12px 15px;text-align:center;font-size:14px;white-space:nowrap;border:none;border-bottom:1px solid #578DD940}._table_o55hs_140 tbody tr:last-child td{border-bottom:none}._actionButton_o55hs_214{display:flex;align-items:center;justify-content:center;background-color:transparent;color:#4f6481;border-radius:7px;padding:0 12px;height:32px;cursor:pointer;box-shadow:0 17px 20px #578dd90f;border:none;font-family:Inter;font-weight:500;font-style:Medium;font-size:14px;line-height:100%;letter-spacing:0%}._actionButton_o55hs_214:hover{opacity:.9}._actionButton_o55hs_214:focus{outline:none}._buttonIcon_o55hs_238{width:18px;height:18px;margin-left:8px}._active_o55hs_246{color:#090}._inactive_o55hs_247{color:red}._pending_o55hs_248{color:orange}._Approved_o55hs_249{width:110px;height:28;top:8px;left:967px;border-radius:11px;opacity:1;gap:4px;padding:5px 10px;background-color:#e7feed;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){._headerContainer_o55hs_88{flex-direction:column;align-items:stretch}}._modalOverlay_o55hs_274{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_o55hs_288{background:#fff;padding:2rem;border-radius:8px;width:80%;max-width:900px;max-height:90%;overflow-y:auto;position:relative}._closeButton_o55hs_300{position:absolute;top:1rem;right:1rem;background:#f87171;color:#fff;border:none;border-radius:4px;padding:.3rem .6rem;cursor:pointer}._Tabs_o55hs_311{display:flex;gap:3rem;border-bottom:1px solid var(--border-color)}._tabButton_o55hs_317{background:none;border:none;font-size:1.1rem;font-weight:600;color:var(--text-light);padding:.5rem 0;cursor:pointer;position:relative}._tabButton_o55hs_317._activeTab_o55hs_327{color:var(--primary);font-weight:700}._tabButton_o55hs_317._activeTab_o55hs_327:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--primary)}._tabButton_o55hs_317:focus{outline:none;border:none}._buttonsGroup_o55hs_345{display:flex;gap:10px;flex-direction:row}._ApprovedButton_o55hs_350,._RejectedButton_o55hs_350{display:flex;align-items:start;justify-content:start;color:#fff;font-size:14px;border-radius:20px;height:32px;cursor:pointer;box-shadow:0 17px 20px #578dd90f;border:none;padding:5px 10px;gap:4px}._tableHeaderRow_o55hs_367{display:flex;justify-content:space-between}._RejectedButton_o55hs_350{background-color:#e02323}._ApprovedButton_o55hs_350{background-color:#090}._RejectedButton_o55hs_350:hover,._ApprovedButton_o55hs_350:hover{opacity:.9}._RejectedButton_o55hs_350:focus,._ApprovedButton_o55hs_350:focus{outline:none}._ApprovedButton_o55hs_350 img,._RejectedButton_o55hs_350 img{width:18px;height:18px;margin-left:0}._table_o55hs_140 th:nth-child(1),._table_o55hs_140 td:nth-child(1){width:20%}._table_o55hs_140 th:nth-child(2),._table_o55hs_140 td:nth-child(2){width:15%}._table_o55hs_140 th:nth-child(3),._table_o55hs_140 td:nth-child(3){width:15%}._table_o55hs_140 th:nth-child(4),._table_o55hs_140 td:nth-child(4){width:20%}._table_o55hs_140 th:nth-child(6),._table_o55hs_140 td:nth-child(6){width:10%}._table_o55hs_140 th:nth-child(5),._table_o55hs_140 td:nth-child(5){width:20%}._modalContent_1kq3h_14{background:#fff;padding:2rem;border-radius:10px;width:400px;max-width:90%;box-shadow:0 4px 15px #0003;animation:_fadeIn_1kq3h_1 .3s ease-out}@keyframes _fadeIn_1kq3h_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._form_1kq3h_29{display:flex;flex-direction:column}._formGroup_1kq3h_34{margin-bottom:1rem}._formGroup_1kq3h_34 label{display:block;margin-bottom:.5rem;font-weight:500}._formGroup_1kq3h_34 input,._formGroup_1kq3h_34 select{width:100%;padding:.5rem .75rem;border-radius:6px;border:1px solid #ccc;font-size:.95rem}._buttonGroup_1kq3h_53 button{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-weight:500}._buttonGroup_1kq3h_53 button[type=button]{background-color:#f44336;color:#fff}._buttonGroup_1kq3h_53 button:hover{opacity:.9}h2{margin-bottom:1rem;font-size:1.5rem;font-weight:600}._modalOverlay_1kq3h_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modal_1kq3h_1{background:#fff;padding:2rem;border-radius:12px;width:400px;max-width:90%;box-shadow:0 4px 20px #0003;animation:_slideDown_1kq3h_1 .3s ease-out}._modal_1kq3h_1 h2{margin-bottom:1.5rem;font-size:1.5rem;color:#333;text-align:center}._form_1kq3h_29{display:flex;flex-direction:column;gap:1rem}._formGroup_1kq3h_34{display:flex;flex-direction:column}._form_1kq3h_29 label{margin-bottom:.5rem;font-weight:500;color:#555}._form_1kq3h_29 input,._form_1kq3h_29 select{padding:.5rem .75rem;border-radius:6px;border:1px solid #ccc;font-size:1rem;transition:border .2s}._form_1kq3h_29 input:focus,._form_1kq3h_29 select:focus{border-color:#ef505f;outline:none}._buttonGroup_1kq3h_53{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}._buttonGroup_1kq3h_53 button{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-weight:500;transition:all .2s}._buttonGroup_1kq3h_53 button[type=submit]{background-color:#ef505f;color:#fff}._buttonGroup_1kq3h_53 button[type=submit]:hover{background-color:#ef505f}._buttonGroup_1kq3h_53 button[type=button]{background-color:#f0f0f0;color:#333}._buttonGroup_1kq3h_53 button[type=button]:hover{background-color:#e0e0e0}@keyframes _slideDown_1kq3h_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}._colorPickerWrapper_1kq3h_204{display:flex;align-items:center;gap:12px;margin-top:4px}._colorPickerCircle_1kq3h_212{appearance:none;-webkit-appearance:none;border:none;height:38px;width:38px;border-radius:10%;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;background:#000;padding:0}._colorPickerCircle_1kq3h_212::-webkit-color-swatch-wrapper{padding:0;border-radius:50%}._colorPickerCircle_1kq3h_212::-webkit-color-swatch{border-radius:50%;border:2px solid #ffffff}._colorPickerCircle_1kq3h_212:hover{transform:scale(1.15);box-shadow:0 0 10px #ef505f99}._colorPickerCircle_1kq3h_212:active{transform:scale(1.25)}._colorCode_1kq3h_246{font-size:14px;font-weight:600;background:#f3f3f3;padding:6px 12px;border-radius:6px;border:1px solid #dcdcdc;font-family:monospace}body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#f3f4f6}._container_fb20i_14{display:flex;height:100vh}._mainContent_fb20i_19{flex-grow:1;padding:1.5rem;display:flex;flex-direction:column;gap:2rem;width:100%;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}._mainContent_fb20i_19::-webkit-scrollbar{display:none}._mainHeader_fb20i_36{display:flex;justify-content:space-between;align-items:center;gap:1rem}._pageTitle_fb20i_44{font-size:2rem;font-weight:700;color:var(--text-dark)}._welcomeMessage_fb20i_50{font-size:16px;color:var(--text-light)}._headerRight_fb20i_55{display:flex;align-items:center}._searchBar_fb20i_60{position:relative;display:flex;align-items:center;max-width:400px;width:100%;box-shadow:0 17px 20px #578dd90f}._searchIcon_fb20i_68{position:absolute;left:.5rem;width:1.25rem;height:1.25rem;color:#9ca3af}._searchInput_fb20i_75{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:9999px;font-size:1rem;background-color:#fff}._searchInput_fb20i_75:focus{outline:none;border-color:var(--primary)}._headerContainer_fb20i_89{display:flex;align-items:center;flex-wrap:wrap;gap:15px;padding:10px 0}._searchWrapper_fb20i_96{position:relative;flex:1;min-width:220px}._searchWrapper_fb20i_96 ._searchIcon_fb20i_68{position:absolute;top:50%;left:10px;transform:translateY(-50%);font-size:14px;color:#888}._searchWrapper_fb20i_96 ._searchInput_fb20i_75{padding-left:32px;border:1px solid #CBDCF3;border-radius:7px;font-size:14px;height:40px;background-color:#fdfdfd;box-shadow:0 4px 9.4px #578dd914}._dropdown_fb20i_118{padding:8px 12px;border:1px solid #CBDCF3;border-radius:8px;font-size:14px;background-color:#fdfdfd;min-width:140px;height:40px;box-shadow:0 4px 9.4px #578dd914}._dropdown_fb20i_118:focus{border-color:var(--primary)}._addButton_fb20i_129{padding:10px 12px;background-color:#4d6688;color:#fff;font-size:14px;border:none;border-radius:7px;cursor:pointer;height:40px}._addButton_fb20i_129:hover{background-color:#2c4887}._tableHeader_fb20i_150{font-size:18px;font-weight:600;margin-bottom:20px;color:#4b5563}._tableWrapper_fb20i_156{width:100%;overflow-x:auto;border-radius:8px}._tableBodyScroll_fb20i_163{max-height:300px;overflow-y:auto;display:block}._tableBodyScroll_fb20i_163::-webkit-scrollbar{display:none}._tableBodyScroll_fb20i_163{-ms-overflow-style:none;scrollbar-width:none}._tableBodyScroll_fb20i_163 table{width:100%;border-collapse:collapse}._table_fb20i_143{width:100%;min-width:700px;border-collapse:collapse;background-color:#fff;table-layout:fixed}._table_fb20i_143 th,._table_fb20i_143 td{padding:12px 15px;text-align:center;font-size:14px;white-space:nowrap;border:none;border-bottom:1px solid #578DD940}._actionButton_fb20i_211{display:flex;align-items:center;justify-content:center;background-color:var(--primary);color:#fff;font-size:14px;border-radius:7px;padding:0 12px;height:32px;cursor:pointer;box-shadow:0 17px 20px #578dd90f}._actionButton_fb20i_211:hover{opacity:.9}._actionButton_fb20i_211:focus{outline:none}._active_fb20i_228{color:#090}._inactive_fb20i_229{color:red}._pending_fb20i_230{color:orange}@media (max-width: 768px){._headerContainer_fb20i_89{flex-direction:column;align-items:stretch}._dropdown_fb20i_118,._addButton_fb20i_129{width:100%}}._modalOverlay_fb20i_238{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_fb20i_252{background:#fff;padding:2rem;border-radius:8px;width:80%;max-width:900px;max-height:90%;overflow-y:auto;position:relative;scrollbar-width:none}._tableData_fb20i_265{width:20%;overflow-x:auto;border-radius:8px;scrollbar-width:none}._closeButton_fb20i_272{position:absolute;top:1rem;right:1rem;background:none;border:0;padding:6px;cursor:pointer;border-radius:8px;transition:transform .18s ease,background .12s}._closeButton_fb20i_272:hover{transform:rotate(90deg);background:#0000000a}._tableSection_fb20i_143{margin-top:20px;border-radius:11px;padding:1rem;background-color:#fff;box-shadow:0 4px 5.8px #578dd914}._tableWrapper_fb20i_156{width:100%;overflow:hidden;border-radius:8px;position:relative}._table_fb20i_143{width:100%;border-collapse:collapse;table-layout:fixed}._table_fb20i_143 thead{background:#fff;position:sticky;top:0;z-index:2;border-bottom:1px solid #578DD9AD}._scrollBody_fb20i_317{display:block;max-height:300px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}._scrollBody_fb20i_317 tr,._table_fb20i_143 thead tr{display:table;width:100%;table-layout:fixed}._table_fb20i_143 th,._table_fb20i_143 td{padding:12px 15px;text-align:center;font-size:14px;border-bottom:1px solid #578DD940;word-wrap:break-word;white-space:normal}._tableData_fb20i_265{max-width:150px;word-wrap:break-word;white-space:normal}._table_fb20i_143 tbody tr:last-child td{border-bottom:none}._overlay_169it_2{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000073;padding:1rem;z-index:9999}._modal_169it_14{width:100%;max-width:980px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;overflow:hidden;display:flex;flex-direction:column;max-height:95vh;box-shadow:0 6px 9.1px #578dd914}._header_169it_29{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee}._header_169it_29 h3{margin:0;font-size:1.1rem}._close_169it_38{background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer}._body_169it_40{padding:1rem 1.25rem;overflow:auto}._info_169it_45{margin-bottom:.75rem;color:#333}._controls_169it_47{display:flex;justify-content:space-evenly;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}._generate_169it_52{padding:.5rem .9rem;border-radius:7px;border:none;background:#ef505f;color:#fff;cursor:pointer}._generate_169it_52 :focus{outline:none}._enterEmailAndRoleInrow_169it_63{display:flex;justify-content:space-between;margin-bottom:1rem}._input_169it_71{width:100px;padding:.45rem .6rem;border-radius:8px}._input_169it_71:focus,._input_169it_71:hover{outline:none;border:1px solid #f42035}._roleRow_169it_83 select,._emailRow_169it_83 input{width:300px;padding:.45rem .6rem;border-radius:8px;box-shadow:0 4px 9.4px #578dd914}._emailRow_169it_83 label{margin:20px}._addCook_169it_95,._export_169it_96{padding:.5rem .8rem;border-radius:8px;border:1px solid #ddd;background:#4d6688;cursor:pointer}._grid_169it_98{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}._card_169it_100,._cardFull_169it_100{background:#fafafa;border-radius:10px;padding:.75rem;border:1px solid #CBDCF3}._cardFull_169it_100{grid-column:1 / -1}._cardHeader_169it_108{margin-bottom:.5rem}._cardBody_169it_109{display:flex;flex-direction:column;gap:.6rem}._row_169it_111{display:flex;gap:.5rem;align-items:center}._rowSmall_169it_112{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}._valueRow_169it_113{display:flex;gap:.4rem;align-items:center;width:100%}._input_169it_71{flex:1;padding:.45rem .6rem;border-radius:8px;border:1px solid #e6e6e6;background:#fff}._smallBtn_169it_115{color:#333;padding:.35rem .5rem;border-radius:6px;border:1px solid #ddd;background:#fff;cursor:pointer}._removeBtn_169it_116{padding:.35rem .5rem;border-radius:6px;border:1px solid #f4c4c4;background:#fff;color:#b91c1c;cursor:pointer}._empty_169it_117{color:#666;font-size:.95rem}._cookRow_169it_118{display:flex;flex-direction:column;gap:.4rem;border-bottom:1px dashed rgba(0,0,0,.03);padding-bottom:.5rem}._footer_169it_120{border-top:1px solid #eee;padding:.75rem 1rem;display:flex;justify-content:flex-end}._closeBtn_169it_121{color:#333;padding:.5rem .9rem;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}@media (max-width: 1024px){._grid_169it_98{grid-template-columns:repeat(2,1fr);gap:1rem}._card_169it_100,._cardFull_169it_100{padding:.9rem}}@media (max-width: 720px){._modal_169it_14{max-width:640px;width:95%}._grid_169it_98{grid-template-columns:1fr;gap:1rem}._card_169it_100,._cardFull_169it_100{width:100%;padding:1rem}._valueRow_169it_113{flex-direction:column;align-items:stretch}._rowSmall_169it_112{gap:.5rem;flex-direction:column;align-items:stretch}._row_169it_111{flex-direction:column;align-items:stretch;gap:.6rem}._cardHeader_169it_108 strong{font-size:1rem}._input_169it_71{width:100%}}@media (max-width: 420px){._modal_169it_14{padding:.25rem;border-radius:8px;width:100%}._header_169it_29 h3{font-size:1rem}._grid_169it_98{grid-template-columns:1fr;gap:.75rem}._card_169it_100,._cardFull_169it_100{padding:.75rem}._smallBtn_169it_115,._removeBtn_169it_116{padding:.35rem .45rem;font-size:.85rem}._cardHeader_169it_108 strong{font-size:.95rem}._empty_169it_117{font-size:.9rem}}._tabs_169it_213{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:#a5a5a5 solid 1px}._tabBtn_169it_220{background:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;color:#6b7280;transition:all .2s ease-in-out;border:none}._tabBtn_169it_220:hover{color:#ef505f}._tabBtn_169it_220:focus{outline:none}._active_169it_237{color:#ef505f;border:none;outline:none}._tabContent_169it_244{padding:1rem 0}._previousContainer_169it_248{padding:20px;background:#fff;border-radius:16px;box-shadow:0 2px 6px #00000014;margin-top:12px;height:100%;max-height:450px;display:flex;flex-direction:column}._previousTitle_169it_260{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#222;text-align:left}._tableWrapper_169it_268{flex:1;overflow-y:auto;overflow-x:auto;border-radius:8px;border:1px solid #eee;margin-top:10px;scrollbar-width:none}._credentialsTable_169it_278{width:100%;border-collapse:collapse;font-size:.95rem;min-width:600px;scrollbar-width:none}._credentialsTable_169it_278 th,._credentialsTable_169it_278 td{padding:12px 16px;text-align:left;border-bottom:1px solid #eee}._credentialsTable_169it_278 th{background-color:#f9fafb;color:#333;font-weight:600;font-size:.95rem}._credentialsTable_169it_278 tbody tr:hover{background-color:#f4f8ff;transition:.2s ease}._credentialsTable_169it_278 thead th{position:sticky;top:0;background:#f9fafb;z-index:2}._statusBadge_169it_312{padding:5px 10px;border-radius:20px;font-weight:500;font-size:.85rem;text-transform:capitalize}._statusBadge_169it_312._active_169it_237{color:#15803d}._statusBadge_169it_312._inactive_169it_324{color:#b91c1c}._actionsCell_169it_329{display:flex;align-items:center;gap:10px}._iconBtn_169it_335,._iconBtnDelete_169it_336{background:transparent;border:none;cursor:pointer;padding:6px;border-radius:8px;transition:.2s ease;display:flex;align-items:center;justify-content:center}._iconBtn_169it_335:hover{background-color:#e0f2fe}._iconBtnDelete_169it_336:hover{background-color:#fee2e2}._iconBtnDelete_169it_336:focus,._iconBtn_169it_335:focus{outline:none}._noData_169it_362{text-align:center;padding:20px;color:#666;font-style:italic}._copyIcon_169it_368{width:20px;height:20px}._overlay_19719_1{position:fixed;inset:0;background-color:#00000073;display:flex;justify-content:center;align-items:center;z-index:999}._modal_19719_11{background:#fff;border-radius:12px;padding:24px;width:400px;box-shadow:0 4px 14px #0003}h3{margin-bottom:20px;text-align:center;color:#333}._field_19719_25{display:flex;flex-direction:column;margin-bottom:16px}._field_19719_25 label{font-weight:500;margin-bottom:6px;color:#444}._statusField_19719_36{display:flex;gap:10px;align-items:center;justify-content:center}._forgotPasswordIcon_19719_43{width:20px;height:20px;cursor:pointer}._input_19719_49{padding:10px;border:1px solid #ccc;border-radius:6px;font-size:15px;width:100%;outline:none}._passwordRow_19719_58{display:flex;gap:10px;align-items:center}._editPasswordBtn_19719_64,._cancelPasswordBtn_19719_65{padding:8px 12px;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px;transition:background .2s ease;background:none}._cancelPasswordBtn_19719_65{background:#6c757d}._editPasswordBtn_19719_64:hover{background-color:#ef505f;color:#fff}._cancelPasswordBtn_19719_65:hover{background:#555}._switch_19719_90{position:relative;display:inline-block;width:44px;height:22px;margin-right:10px}._switch_19719_90 input{opacity:0;width:0;height:0}._slider_19719_105{position:absolute;inset:0;background-color:#ccc;border-radius:22px;transition:.4s}._slider_19719_105:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:3px;background-color:#fff;border-radius:50%;transition:.4s}input:checked+._slider_19719_105{background-color:#28a745}input:checked+._slider_19719_105:before{transform:translate(20px)}._statusLabel_19719_136{font-weight:500;color:#333}._actions_19719_141{display:flex;justify-content:space-between;margin-top:20px}._cancelBtn_19719_147,._saveBtn_19719_148{padding:10px 18px;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:.2s ease}._cancelBtn_19719_147:focus,._saveBtn_19719_148:focus{outline:none}._cancelBtn_19719_147{background-color:#ccc;color:#333}._saveBtn_19719_148{background-color:#ef505f;color:#fff}._cancelBtn_19719_147:hover{background-color:#bbb}._saveBtn_19719_148:hover{background-color:#fa7c89;color:#fff}._editPasswordBtn_19719_64:focus,._cancelPasswordBtn_19719_65:focus{outline:none}:root{--themeButton: #ef505f}@keyframes _fadeIn_po7mf_1{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}._topControls_po7mf_18{display:flex;align-items:center;justify-content:flex-start;gap:.2rem;flex-wrap:nowrap;background-color:#fafafa;border:1px solid #e5e5e5;border-radius:10px;padding:.5rem .8rem;box-shadow:0 1px 4px #0000000d;overflow-x:auto;white-space:nowrap;scroll-behavior:smooth;scrollbar-width:none;margin-bottom:1rem}._inlineInputGroup_po7mf_37{display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:.4rem .8rem;flex-shrink:0;height:45px;transition:all .3s ease}._inlineInputGroupSelected_po7mf_49{display:flex;align-items:center;gap:.6rem;background:var(--themeButton);border:1px solid #e5e5e5;border-radius:8px;padding:.4rem .8rem;flex-shrink:0;height:45px;transition:all .3s ease;color:#fff;font-weight:600}._themeButton_po7mf_65{background-color:#ef505f;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;cursor:pointer;font-weight:600;font-size:.9rem;transition:background-color .2s ease}._inlineInputGroup_po7mf_37 label{font-weight:500;color:#333;white-space:nowrap;font-size:.9rem;display:flex;align-items:center}._inlineInputGroup_po7mf_37 input{width:100px;padding:.45rem .6rem;border:1px solid #ccc;border-radius:6px;outline:none;font-size:.9rem;height:30px}._inlineInputGroup_po7mf_37 input:focus{border-color:#ef505f}._generateButton_po7mf_101{background-color:#ef505f;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;cursor:pointer;font-weight:600;font-size:.9rem;transition:background-color .2s ease;height:35px}._generateButton_po7mf_101:hover{background-color:#d94454}._generateButton_po7mf_101:focus,._generateButton_po7mf_101:hover{outline:none;border:none}._qrCodePreview_po7mf_124{flex:1;display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:10px;background-color:#fff;padding:1rem;overflow:hidden}._previewHeader_po7mf_136{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0;margin-bottom:.8rem;flex-shrink:0}._refreshButton_po7mf_147,._downloadButton_po7mf_148{background-color:transparent;border:none;cursor:pointer;transition:transform .2s ease}._refreshButton_po7mf_147:hover,._downloadButton_po7mf_148:hover{transform:scale(1.1)}._refreshIcon_po7mf_160,._downloadIcon_po7mf_161{width:22px;height:22px}._refreshButton_po7mf_147:focus,._refreshButton_po7mf_147:hover ._downloadButton_po7mf_148:focus,._downloadButton_po7mf_148:hover,._generateButton_po7mf_101 :focus,._generateButton_po7mf_101:hover,._deleteButton_po7mf_170:focus,._deleteButton_po7mf_170:hover,._downloadButton_po7mf_148:focus,._quantityBtn_po7mf_174:focus,._quantityBtn_po7mf_174:hover{outline:none;border:none}._qrGrid_po7mf_181{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;padding:.5rem;max-height:55vh;scroll-behavior:smooth}._qrGrid_po7mf_181::-webkit-scrollbar{width:8px}._qrGrid_po7mf_181::-webkit-scrollbar-thumb{background:#ccc;border-radius:8px}._qrGrid_po7mf_181::-webkit-scrollbar-thumb:hover{background:#aaa}._qrItem_po7mf_206{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.8rem;border:1px solid #e0e0e0;border-radius:10px;background-color:#fafafa;box-shadow:0 2px 5px #0000000d}._qrItem_po7mf_206 img{width:100%;height:auto;border-radius:8px}._qrPlaceholder_po7mf_224{width:100%;height:120px;background-color:#eee;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#888;font-size:.9rem}._actions_po7mf_236{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:.4rem}._downloadButton_po7mf_148,._deleteButton_po7mf_170{background:none;border:none;cursor:pointer;display:flex;align-items:center}._downloadIcon_po7mf_161,._deleteIcon_po7mf_255{width:20px;height:20px;transition:transform .2s ease}._downloadIcon_po7mf_161:hover,._deleteIcon_po7mf_255:hover{transform:scale(1.1)}._quantityControls_po7mf_267{display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #e0e0e0;border-radius:8px;padding:4px 6px;background-color:#f7f7f7;margin-top:4px}._quantityBtn_po7mf_174{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:.2s;color:#333}._quantityBtn_po7mf_174:hover{background-color:#efefef}._qtyValue_po7mf_297{font-size:14px;font-weight:600;min-width:24px;text-align:center}._noQRText_po7mf_304{text-align:center;color:#777;font-size:.95rem;margin-top:1rem}._pdfDownloadBtn_po7mf_310{background-color:transparent;border:none;outline:none;cursor:pointer}._pdfDownloadBtn_po7mf_310 :focus,._pdfDownloadBtn_po7mf_310:hover{outline:none;border:none}._colorPicker_po7mf_321{width:45px;height:40px;border:none;cursor:pointer}:root{--primary-bg: #ef505f;--primary-text: #ffffff;--secondary-text: #222222;--muted-text: #777777;--border-color: #29303B;--white: #ffffff;--qr-inner-bg: #ffffff;--shadow-light: rgba(0, 0, 0, .1)}._pageBreak_1lkik_18{page-break-after:always}._qrHeader_1lkik_22{display:flex;justify-content:center;align-items:center;flex-direction:column}._logo_1lkik_29{width:12mm;height:12mm;align-self:center;z-index:100;border-radius:10px}._restaurantName_1lkik_38,._qrTitle_1lkik_39{font-size:18px;font-weight:700;margin-bottom:4px;text-align:center;color:var(--primary-text)}._qrHeader_1lkik_22 ._qrTitle_1lkik_39{font-size:24px;font-weight:700;margin-bottom:4px;text-align:center;font-family:Arial,Helvetica,sans-serif;color:var(--primary-text)}._pdfContainer_1lkik_56{width:210mm;min-height:297mm;background:var(--white);box-sizing:border-box;font-family:Poppins,sans-serif;color:var(--secondary-text)}._title_1lkik_65{text-align:center;font-size:28px;font-weight:700;margin-bottom:4px;color:var(--primary-bg);font-family:Arial,Helvetica,sans-serif}._datetime_1lkik_74{text-align:right;font-size:14px;color:var(--muted-text)}._subtitle_1lkik_80{text-align:center;font-size:14px;color:var(--muted-text);margin-bottom:10mm}._qrGrid_1lkik_88{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:15mm;justify-items:center;align-items:center}._qrCard_1lkik_98{width:85mm;height:120mm;border-radius:10px;padding:8mm;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 1mm 3mm var(--shadow-light);background:var(--primary-bg);color:var(--primary-text);page-break-inside:avoid;border:var(--border-color) solid .5px}._qrImage_1lkik_115{width:60mm;height:60mm;border-radius:6px;background:var(--qr-inner-bg);padding:3mm;box-shadow:0 .5mm 2mm var(--shadow-light);border:var(--border-color) solid .5px}._scanText_1lkik_126{font-size:16px;color:var(--primary-text);margin-top:3mm}._footerLine_1lkik_133{border-top:1px solid var(--primary-text);width:100%;text-align:center;font-size:10px;padding-top:2mm;color:var(--primary-text)}@media print{body{margin:0}._pdfContainer_1lkik_56{page-break-after:always}}._overlay_14msg_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:999}._wrapper_14msg_10{background:#fff;border-radius:12px;padding:20px;width:600px;animation:_pop_14msg_1 .3s ease}._grid_14msg_18{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}._themeCard_14msg_25{width:120px;height:150px;border:2px solid #ddd;border-radius:14px;overflow:hidden;cursor:pointer;text-align:center;transition:all .2s ease}._themeImg_14msg_35{width:100%;height:100%;object-fit:cover}._themeCard_14msg_25:hover{transform:scale(1.05);border-color:#000}._closeBtnContainer_14msg_45{display:flex;justify-content:flex-end;margin-bottom:10px}._previewBox_14msg_50{background:#fff;width:450px;border-radius:10px;padding:18px;text-align:center}._previewImg_14msg_58{width:100%;border-radius:8px}._actions_14msg_63{margin-top:15px;display:flex;justify-content:space-evenly}._applyBtn_14msg_69,._cancelBtn_14msg_69{padding:10px 20px;border-radius:8px;cursor:pointer}._applyBtn_14msg_69{background:green;color:#fff}._cancelBtn_14msg_69{background:red;color:#fff}._closeBtn_14msg_45{background-color:transparent;border:none;cursor:pointer;color:#000}._container_mluvb_1{width:100%;padding:10px;border-radius:14px;text-align:center;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;box-shadow:0 5px 18px #0000001f;transition:transform .2s ease-in-out}._container_mluvb_1:hover{transform:scale(1.02)}._logoSection_mluvb_19{margin-bottom:1px}._logo_mluvb_19{width:24px;height:24px;object-fit:contain}._title_mluvb_30{font-size:10px;font-weight:600}._qrWrapper_mluvb_37{background:#fff;padding:5px;border-radius:10px;display:inline-block;margin-bottom:1px}._scanText_mluvb_46{font-size:8px;margin-bottom:2px;opacity:.85}._separator_mluvb_53{width:60%;border:0;border-top:1px solid rgba(255,255,255,.6);margin:2px 0}._cuisine_mluvb_61{font-size:8px;font-weight:600;margin-top:1px}@media (max-width: 480px){._container_mluvb_1{width:75%}._title_mluvb_30{font-size:18px}._scanText_mluvb_46,._cuisine_mluvb_61{font-size:6px}}._qr_mluvb_37{width:50px;height:50px;border-radius:6}._previewOverlay_1uomd_2{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}._previewContainer_1uomd_17{width:420px;background:#fff;padding:18px;border-radius:14px;box-shadow:0 5px 18px #00000040;animation:_fadeInScale_1uomd_1 .25s ease-out;text-align:center}._previewTitle_1uomd_28{margin-bottom:12px;font-size:20px;font-weight:600;color:#222}._previewImage_1uomd_36{width:100%;max-height:350px;object-fit:cover;border-radius:10px;margin-bottom:18px}._buttonRow_1uomd_45{display:flex;justify-content:space-between}._applyButton_1uomd_50,._cancelButton_1uomd_50{padding:10px 20px;width:48%;border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;border:none;transition:.2s ease}._applyButton_1uomd_50{background:#28a745;color:#fff}._applyButton_1uomd_50:hover{background:#1f7d36}._cancelButton_1uomd_50{background:#c00;color:#fff}._cancelButton_1uomd_50:hover{background:#900}@keyframes _fadeInScale_1uomd_1{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}._previewImage_1uomd_36{display:flex;justify-content:center;width:100%;max-height:200px;object-fit:cover;border-radius:10px;margin-bottom:18px;align-items:center}._themeCard_1uomd_101{width:120px}._comingSoon_19f0f_2{font-size:24px;font-weight:700;color:var(--primary);text-align:center;margin-top:50px}._container_19f0f_9{display:flex;height:100vh;justify-content:center;align-items:center;text-align:center;width:70vw}:root{--primary: #EF505F;--text-dark: #333;--text-light: #666}._container_1hly5_8{display:flex;height:100vh;width:80vw;max-width:100%}._mainContent_1hly5_15{flex-grow:1;padding:1.5rem;overflow-y:auto}._mainHeader_1hly5_22{display:flex;justify-content:space-between;align-items:center}._pageTitle_1hly5_28{font-size:2rem;font-weight:700;color:var(--text-dark)}._filters_1hly5_35{display:flex;gap:10px;margin:1rem 0}._searchInput_1hly5_41{flex:1;padding:10px;border-radius:8px;border:1px solid #CBDCF3;background:#fdfdfd}._dropdown_1hly5_49{padding:10px;border-radius:8px;border:1px solid #CBDCF3;background:#fdfdfd}._cardsContainer_1hly5_57{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px}._card_1hly5_57{background:#fff;padding:1.2rem;border-radius:12px;box-shadow:0 4px 9px #578dd914;cursor:pointer;transition:.2s}._card_1hly5_57:hover{transform:translateY(-3px)}._cardHeader_1hly5_76{display:flex;justify-content:space-between;align-items:center}._callIcon_1hly5_82{width:20px;height:20px}._subject_1hly5_87{font-size:14px;color:var(--text-light)}._date_1hly5_92{font-size:12px;color:gray;margin-top:5px}._cardActions_1hly5_98{display:flex;justify-content:space-between;margin-top:12px}._solvedBtn_1hly5_104{padding:6px 10px;background:#00c853;color:#fff;border:none;border-radius:6px}._unsolvedBtn_1hly5_112{padding:6px 10px;background:#ef505f;color:#fff;border:none;border-radius:6px}._deleteIcon_1hly5_120{width:22px;cursor:pointer}._modalOverlay_1hly5_126{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center}._modalContent_1hly5_138{background:#fff;padding:2rem;border-radius:12px;width:420px;max-height:85vh;overflow-y:auto;position:relative}._closeButton_1hly5_148{position:absolute;right:12px;top:12px;background:none;border:none;cursor:pointer}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--sidebar-width: 250px;--mobile-sidebar-height: 60px}body{font-family:Inter,sans-serif;overflow-x:hidden;overflow-y:hidden;scrollbar-width:none}body{font-family:Inter,sans-serif;background-color:#f3f4f6;margin:0;padding:0}.appContainer{display:flex;min-height:100vh;width:100%;transition:transform .3s ease-in-out}@media (max-width: 768px){.appContainer{flex-direction:column}}@media (max-width: 768px){.appContainer.shifted{transform:translateY(var(--mobile-sidebar-height))}}html{color-scheme:light}input,textarea,select{background-color:#fff!important;color:#333!important}input::placeholder{color:#999!important;opacity:1}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
