.AdminNavbar_navbar__pl51u{background:#0747a6;box-shadow:0 2px 8px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.AdminNavbar_navContainer__FRG3m{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.AdminNavbar_logo__0HP7J h2{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.AdminNavbar_navLinks__AT1UC{display:flex;gap:.5rem;flex:1;justify-content:center}.AdminNavbar_navLink__TgImv{color:rgba(255,255,255,.9);text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s ease;position:relative}.AdminNavbar_navLink__TgImv:hover{background:rgba(255,255,255,.1);color:#fff}.AdminNavbar_navLink__TgImv.AdminNavbar_active__5AD8w{background:rgba(255,255,255,.2);color:#fff}.AdminNavbar_navLink__TgImv.AdminNavbar_active__5AD8w:after{content:"";position:absolute;bottom:0;left:1.5rem;right:1.5rem;height:3px;background:#fff;border-radius:3px 3px 0 0}.AdminNavbar_navActions__OERNN{display:flex;align-items:center;gap:1rem}.AdminNavbar_logoutButton__EMHiR{background:#fff;color:#0747a6;border:none;padding:.65rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.AdminNavbar_logoutButton__EMHiR:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}@media (max-width:768px){.AdminNavbar_navContainer__FRG3m{flex-direction:column;gap:1rem;padding:1rem}.AdminNavbar_logo__0HP7J h2{font-size:1.25rem}.AdminNavbar_navLinks__AT1UC{width:100%;justify-content:center;flex-wrap:wrap}.AdminNavbar_navLink__TgImv{padding:.5rem 1rem;font-size:.9rem}.AdminNavbar_navLink__TgImv.AdminNavbar_active__5AD8w:after{left:1rem;right:1rem}.AdminNavbar_navActions__OERNN{width:100%;justify-content:center}.AdminNavbar_logoutButton__EMHiR{width:100%}}.Loader_loaderContainer__ufhxb{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:3rem}.Loader_spinner__gX4fD{width:60px;height:60px;position:relative;margin-bottom:1.5rem}.Loader_doubleBounce1__tkyG3,.Loader_doubleBounce2__3QPp4{width:100%;height:100%;border-radius:50%;background-color:#0747a6;opacity:.6;position:absolute;top:0;left:0;animation:Loader_bounce__zu7to 2s ease-in-out infinite}.Loader_doubleBounce2__3QPp4{background-color:#ff7a00;animation-delay:-1s}@keyframes Loader_bounce__zu7to{0%,to{transform:scale(0);opacity:.6}50%{transform:scale(1);opacity:1}}.Loader_message__Gb6Og{color:#6b7280;font-size:1.1rem;font-weight:500;margin:0;animation:Loader_fadeInOut__x9HMB 1.5s infinite}@keyframes Loader_fadeInOut__x9HMB{0%,to{opacity:.5}50%{opacity:1}}.BlogDetails_blogDetailsContainer__tVdf9{min-height:100vh;background-color:white}.BlogDetails_header__UQpUO{background:linear-gradient(135deg,#1e40af,#3b82f6);color:white;text-align:center;padding:60px 0}.BlogDetails_title__zDX7p{font-size:3rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.BlogDetails_mainContent__cis_0{max-width:1200px;margin:0 auto;padding:40px 20px}.BlogDetails_breadcrumb__ZfxPW{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;padding:1rem 0;font-size:1.2rem;flex-wrap:wrap}.BlogDetails_breadcrumb__ZfxPW a{color:#0747a6;text-decoration:none;font-weight:500;transition:color .3s ease}.BlogDetails_breadcrumb__ZfxPW a:hover{color:#053a8a;text-decoration:underline}.BlogDetails_separator__6RpUj{color:#9ca3af;font-weight:300}.BlogDetails_currentPage__SIWvN{color:#6b7280;font-weight:500;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BlogDetails_featuredImagesContainer__gWY0v{margin-bottom:40px}.BlogDetails_featuredImage__GsTHU{width:100%;height:450px;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.15)}.BlogDetails_blogContent__VKX7Z{background:white;border-radius:12px;padding:40px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.BlogDetails_blogMeta__F_c9O{display:flex;gap:1.5rem;margin-bottom:1.5rem;color:#6b7280;font-size:.95rem}.BlogDetails_author__55oGm{font-weight:600;color:#0747a6}.BlogDetails_date___nv0X{color:#6b7280}.BlogDetails_blogTitle__i3YAQ{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 20px;line-height:1.2}.BlogDetails_tags__vdr1v{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.BlogDetails_tag__kHkyD{background:#e0f2fe;color:#0747a6;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.BlogDetails_blogDescription__UNixS{color:#374151;font-size:1.2rem;line-height:1.7;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.BlogDetails_blogText__A0Luj{color:#4b5563;font-size:1.1rem;line-height:1.8}.BlogDetails_loading__r6U70,.BlogDetails_notFound__oQ2Vs{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#666}.BlogDetails_notFound__oQ2Vs h2{color:#1f2937;margin-bottom:1rem}.BlogDetails_blogText__A0Luj p{margin:0 0 20px}.BlogDetails_blogText__A0Luj p:last-child{margin-bottom:0}@media (max-width:768px){.BlogDetails_header__UQpUO{padding:50px 20px}.BlogDetails_title__zDX7p{font-size:2.5rem;padding:0 10px}.BlogDetails_mainContent__cis_0{padding:30px 15px;max-width:100%}.BlogDetails_featuredImagesContainer__gWY0v{flex-direction:column;gap:15px;margin-bottom:30px}.BlogDetails_featuredImage__GsTHU{height:250px;border-radius:8px}.BlogDetails_blogContent__VKX7Z{padding:25px 20px;border-radius:8px;margin:0 5px}.BlogDetails_blogTitle__i3YAQ{font-size:2rem;margin-bottom:25px}.BlogDetails_blogText__A0Luj{font-size:1rem;line-height:1.7}.BlogDetails_blogText__A0Luj p{margin-bottom:18px}}@media (max-width:480px){.BlogDetails_header__UQpUO{padding:40px 15px}.BlogDetails_title__zDX7p{font-size:1.8rem;padding:0 5px;line-height:1.3}.BlogDetails_mainContent__cis_0{padding:20px 10px;max-width:100%}.BlogDetails_featuredImagesContainer__gWY0v{gap:12px;margin-bottom:25px}.BlogDetails_featuredImage__GsTHU{height:180px;border-radius:6px}.BlogDetails_blogContent__VKX7Z{padding:20px 15px;border-radius:6px;margin:0 2px;box-shadow:0 2px 10px rgba(0,0,0,.08)}.BlogDetails_blogTitle__i3YAQ{font-size:1.4rem;margin-bottom:20px;line-height:1.3}.BlogDetails_blogText__A0Luj{font-size:.9rem;line-height:1.6}.BlogDetails_blogText__A0Luj p{margin-bottom:16px}}@media (max-width:360px){.BlogDetails_header__UQpUO{padding:35px 10px}.BlogDetails_title__zDX7p{font-size:1.6rem}.BlogDetails_mainContent__cis_0{padding:15px 8px}.BlogDetails_featuredImage__GsTHU{height:160px}.BlogDetails_blogContent__VKX7Z{padding:18px 12px}.BlogDetails_blogTitle__i3YAQ{font-size:1.3rem}.BlogDetails_blogText__A0Luj{font-size:.85rem}}.Blogs_blogsContainer__DUfzY{min-height:100vh;background-color:white}.Blogs_header__eNIhb{background:linear-gradient(135deg,#1e3a8a,#3b82f6),url(/images/bg.png);background-size:cover;background-position:50%;background-blend-mode:overlay;padding:20px 0;text-align:center;color:white;display:flex;justify-content:space-around;align-items:center}.Blogs_title__eU15J{font-size:2.5rem;font-weight:700;letter-spacing:1px}.Blogs_searchBox__1s2kU{max-width:700px;position:relative}.Blogs_searchInput__aht3X{width:100%;padding:1rem 3rem 1rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:50px;font-size:1rem;background:rgba(255,255,255,.95);color:#333;transition:all .3s ease}.Blogs_searchInput__aht3X:focus{outline:none;border-color:#fff;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15)}.Blogs_searchInput__aht3X::placeholder{color:#999}.Blogs_searchIcon__qDRPM{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.Blogs_loading__5Y7ec,.Blogs_noBlogs__91Gvn{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#666}.Blogs_mainContent__PiRq5{max-width:1200px;margin:0 auto;padding:40px 20px}.Blogs_featuredPost__pnJ4q{display:flex;background:white;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:60px;overflow:hidden;height:400px}.Blogs_featuredContent__D60yn{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:flex-start}.Blogs_featuredDate__Xrm16{font-size:.9rem;color:#6b7280;margin-bottom:15px;font-weight:400}.Blogs_featuredTitle__O2mhm{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:20px;line-height:1.3}.Blogs_featuredDescription__df42C{font-size:1.1rem;color:#6b7280;line-height:1.6;margin:0 0 1.5rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.Blogs_readMoreLink__VeAEs{color:#0747a6;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}.Blogs_readMoreLink__VeAEs:hover{color:#053a8a;transform:translateX(4px)}.Blogs_featuredImage__sOXCX{flex:1;position:relative;background:#e5e7eb;display:flex;align-items:center;justify-content:center;height:400px}.Blogs_image__SdTou{width:100%;height:100%;object-fit:cover}.Blogs_playButton__R6fkA{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ef4444;color:white;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 15px rgba(239,68,68,.3)}.Blogs_blogGrid__AMjKz{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:60px;padding:20px}.Blogs_blogCard__S7Fnw{background:white;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.Blogs_blogCard__S7Fnw:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.Blogs_cardImage__jy_U0{height:200px;background:#d1d5db;position:relative;overflow:hidden}.Blogs_cardImg__zVjFU{object-fit:cover}.Blogs_cardTitle__8PuAE{font-size:1.2rem;font-weight:600;color:#1f2937;margin:1.25rem 1.5rem .75rem;line-height:1.4}.Blogs_cardDescription__bgcgV{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0 1.5rem 1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.Blogs_readMore__Qngj0{background:#f46d05;color:white;border:none;padding:.65rem 1.5rem;border-radius:6px;font-weight:620;cursor:pointer;margin:5px 25px 25px;transition:background-color .3s ease}.Blogs_readMore__Qngj0:hover{background:#d97706}.Blogs_pagination__2ZSiB{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:1rem 0}.Blogs_pageButton__2jrL_{padding:.75rem 1.5rem;background:#fff;color:#0747a6;border:2px solid #0747a6;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.Blogs_pageButton__2jrL_:hover:not(:disabled){background:#0747a6;color:#fff}.Blogs_pageButton__2jrL_:disabled{opacity:.5;cursor:not-allowed}.Blogs_pageNumbers__7Fa_O{display:flex;gap:.5rem}.Blogs_pageNumber__CC0xE{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0747a6;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.Blogs_pageNumber__CC0xE:hover{border-color:#0747a6}.Blogs_pageNumber__CC0xE.Blogs_activePage__nmG6v{background:#f46d05;color:#fff;border-color:#f46d05}.Blogs_bottomSection__9mM1g{background:#fef3eb;padding:60px 20px;text-align:center}.Blogs_bottomTitle__Ml2ed{color:#003c96;font-size:2rem;font-weight:600;margin-bottom:40px}.Blogs_buttonGroup__d8ct5{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.Blogs_actionButton__P3vKX{background:#003c96;color:white;border:none;padding:15px 30px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.Blogs_actionButton__P3vKX:hover{background:#2563eb;transform:translateY(-2px)}@media (max-width:768px){.Blogs_header__eNIhb{padding:50px 20px}.Blogs_title__eU15J{font-size:2.5rem}.Blogs_mainContent__PiRq5{padding:30px 15px}.Blogs_featuredPost__pnJ4q{flex-direction:column;margin-bottom:40px}.Blogs_featuredContent__D60yn{padding:25px 20px}.Blogs_featuredTitle__O2mhm{font-size:1.6rem;margin-bottom:15px}.Blogs_featuredDescription__df42C{font-size:1rem}.Blogs_featuredImage__sOXCX{min-height:250px}.Blogs_blogGrid__AMjKz{grid-template-columns:1fr;gap:25px;padding:0;margin-bottom:40px}.Blogs_blogCard__S7Fnw{min-width:auto;min-height:auto;width:100%}.Blogs_cardImage__jy_U0{height:200px;width:calc(100% - 50px);margin:25px}.Blogs_cardTitle__8PuAE{font-size:1.3rem;margin:20px 25px 15px}.Blogs_cardDescription__bgcgV{font-size:1rem;margin:0 25px 20px;-webkit-line-clamp:3}.Blogs_readMore__Qngj0{padding:12px 24px;margin:0 25px 25px;font-size:1rem}.Blogs_pagination__2ZSiB{flex-direction:column;gap:1rem}.Blogs_pageButton__2jrL_{padding:.6rem 1rem;font-size:.85rem}.Blogs_pageNumber__CC0xE{width:35px;height:35px;font-size:.85rem}.Blogs_bottomSection__9mM1g{padding:50px 20px}.Blogs_bottomTitle__Ml2ed{font-size:1.8rem;margin-bottom:30px}.Blogs_buttonGroup__d8ct5{flex-direction:column;align-items:center;gap:15px}.Blogs_actionButton__P3vKX{width:100%;max-width:280px;padding:14px 25px}}@media (max-width:480px){.Blogs_header__eNIhb{padding:40px 15px}.Blogs_title__eU15J{font-size:2rem}.Blogs_mainContent__PiRq5{padding:25px 10px}.Blogs_featuredPost__pnJ4q{margin-bottom:30px}.Blogs_featuredContent__D60yn{padding:20px 15px}.Blogs_featuredTitle__O2mhm{font-size:1.4rem;margin-bottom:12px}.Blogs_featuredDescription__df42C{font-size:.95rem}.Blogs_featuredImage__sOXCX{min-height:200px}.Blogs_blogGrid__AMjKz{gap:20px;margin-bottom:30px}.Blogs_blogCard__S7Fnw{min-width:auto;min-height:450px;width:100%}.Blogs_cardImage__jy_U0{height:180px;width:calc(100% - 30px);margin:15px}.Blogs_cardTitle__8PuAE{font-size:1.2rem;margin:15px 15px 12px}.Blogs_cardDescription__bgcgV{font-size:.9rem;margin:0 15px 15px;-webkit-line-clamp:3}.Blogs_readMore__Qngj0{width:90%;padding:10px 20px;margin:0 15px 15px;font-size:1.1rem;background-color:white;border:1px solid #f46d05;color:#f46d05;font-weight:600}.Blogs_bottomSection__9mM1g{display:none}.Blogs_bottomTitle__Ml2ed{font-size:1.6rem;margin-bottom:25px}.Blogs_buttonGroup__d8ct5{gap:12px}.Blogs_actionButton__P3vKX{max-width:250px;padding:12px 20px;font-size:.95rem}}@media (max-width:360px){.Blogs_header__eNIhb{padding:20px 10px}.Blogs_title__eU15J{font-size:1.8rem}.Blogs_mainContent__PiRq5{padding:20px 8px}.Blogs_featuredContent__D60yn{padding:15px 12px}.Blogs_featuredTitle__O2mhm{font-size:1.3rem}.Blogs_featuredDescription__df42C{font-size:.9rem}.Blogs_cardImage__jy_U0{height:160px;width:calc(100% - 24px);margin:12px}.Blogs_cardTitle__8PuAE{font-size:1.1rem;margin:12px 12px 10px}.Blogs_cardDescription__bgcgV,.Blogs_readMore__Qngj0{font-size:.85rem;margin:0 12px 12px}.Blogs_readMore__Qngj0{padding:8px 16px}.Blogs_bottomSection__9mM1g{padding:35px 10px}.Blogs_bottomTitle__Ml2ed{font-size:1.4rem;margin-bottom:20px}.Blogs_actionButton__P3vKX{max-width:220px;padding:10px 16px;font-size:.9rem}}.products_productsPage__ZrFqk{min-height:100vh;background:#f8f9fa}.products_filtersSection__y7uQL{background:#0747a6;padding:2rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.products_filtersContainer__ugEEX{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.products_filterButton__X8PHk{padding:.75rem 1.5rem;background:#fff;color:#0747a6;border:2px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.products_filterButton__X8PHk:hover{background:#ff7a00;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,122,0,.3)}.products_filterButton__X8PHk.products_active__UFF2_{background:#ff7a00;color:#fff;border-color:#ff7a00;box-shadow:0 4px 12px rgba(255,122,0,.4)}.products_productsSection__mB67q{padding:3rem 1rem}.products_productsContainer__u3Jfi{max-width:1400px;margin:0 auto}.products_productsGrid__zlPOO{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.products_productCard__i0D57{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid #e9ecef;display:flex;flex-direction:column}.products_productCard__i0D57:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(7,71,166,.15);border-color:#ff7a00}.products_productImage__BX_lq{position:relative;width:100%;height:250px;background:#fff;border-bottom:1px solid #e9ecef;overflow:hidden}.products_image__g0_kK{object-fit:contain;transition:transform .4s ease}.products_productCard__i0D57:hover .products_image__g0_kK{transform:scale(1.08)}.products_productContent__b_ah5{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.products_productName__SPtgV{font-size:1.1rem;font-weight:700;color:#0747a6;margin:0;line-height:1.3}.products_productSpecs__9EU9j{font-size:.9rem;color:#666;margin:0;line-height:1.5;flex:1}.products_productFooter__UIrtS{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #e9ecef}.products_priceSection__Og_CI{display:flex;flex-direction:column;gap:.2rem}.products_price__vD9bL{font-size:1.25rem;font-weight:700;color:#ff7a00}.products_unit__6ysGc{font-size:.85rem;color:#888}.products_viewDetailsButton__TEoxe{padding:.6rem 1.2rem;background:#ff7a00;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap}.products_viewDetailsButton__TEoxe:hover{background:#e56d00;transform:translateX(4px);box-shadow:0 4px 12px rgba(255,122,0,.3)}.products_noProducts__pEQNt{text-align:center;padding:4rem 1rem;color:#666;font-size:1.1rem}.products_pagination__xLQoX{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:1rem 0}.products_pageButton__1Ya36{padding:.75rem 1.5rem;background:#fff;color:#0747a6;border:2px solid #0747a6;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.products_pageButton__1Ya36:hover:not(:disabled){background:#0747a6;color:#fff}.products_pageButton__1Ya36:disabled{opacity:.5;cursor:not-allowed}.products_pageNumbers__OULF8{display:flex;gap:.5rem}.products_pageNumber__QdhpR{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0747a6;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.products_pageNumber__QdhpR:hover{border-color:#0747a6}.products_pageNumber__QdhpR.products_activePage___1n8K{background:#ff7a00;color:#fff;border-color:#ff7a00}@media (max-width:968px){.products_filtersSection__y7uQL{padding:1.5rem 1rem}.products_filterButton__X8PHk{padding:.65rem 1.2rem;font-size:.9rem}.products_productsGrid__zlPOO{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.products_productImage__BX_lq{height:220px}}@media (max-width:768px){.products_productsSection__mB67q{padding:2rem 1rem}.products_productsGrid__zlPOO{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.products_filterButton__X8PHk{padding:.6rem 1rem;font-size:.85rem}.products_productName__SPtgV{font-size:1rem}.products_price__vD9bL{font-size:1.1rem}}@media (max-width:480px){.products_filtersSection__y7uQL{padding:1rem .5rem}.products_filtersContainer__ugEEX{gap:.75rem}.products_filterButton__X8PHk{padding:.5rem .8rem;font-size:.8rem}.products_productsGrid__zlPOO{grid-template-columns:1fr;gap:1.25rem}.products_productImage__BX_lq{height:200px}.products_productContent__b_ah5{padding:1.25rem}.products_productFooter__UIrtS{flex-direction:column;gap:1rem;align-items:stretch}.products_viewDetailsButton__TEoxe{width:100%;text-align:center}.products_pagination__xLQoX{flex-direction:column;gap:1rem}.products_pageButton__1Ya36{padding:.6rem 1rem;font-size:.85rem}.products_pageNumber__QdhpR{width:35px;height:35px;font-size:.85rem}}.blogs_dashboard__JXX8m{min-height:100vh;background:#f8f9fa}.blogs_loading__36zMl{min-height:80vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}.blogs_content__2SkGD{max-width:1400px;margin:0 auto;padding:2rem}.blogs_contentHeader__hq_ZT{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.blogs_contentHeader__hq_ZT h2{margin:0;font-size:1.75rem;color:#333}.blogs_addButton___Ao7N{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.blogs_addButton___Ao7N:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px rgba(40,167,69,.3)}.blogs_tableContainer__OVxdO{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.blogs_table__4cO3T{width:100%;border-collapse:collapse}.blogs_table__4cO3T thead{background:#f8f9fa}.blogs_table__4cO3T th{text-align:left;padding:1rem;font-weight:600;color:#333;border-bottom:2px solid #e9ecef}.blogs_table__4cO3T td{padding:1rem;border-bottom:1px solid #e9ecef;vertical-align:middle}.blogs_table__4cO3T tbody tr:hover{background:#f8f9fa}.blogs_imageWrapper__HlgW6{position:relative;width:80px;height:60px;border-radius:8px;overflow:hidden;background:#f8f9fa}.blogs_blogImage__TM3Dj{object-fit:cover}.blogs_status__sMZEH{padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600}.blogs_status__sMZEH.blogs_published__XIqaD{background:#d4edda;color:#155724}.blogs_status__sMZEH.blogs_draft__wRbd1{background:#fff3cd;color:#856404}.blogs_actions__Ge5A_{display:flex;gap:.5rem}.blogs_deleteButton__7Spf0,.blogs_editButton__HtAVS{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.blogs_editButton__HtAVS{background:#ff7a00;color:#fff}.blogs_editButton__HtAVS:hover{background:#e56d00}.blogs_deleteButton__7Spf0{background:#dc3545;color:#fff}.blogs_deleteButton__7Spf0:hover{background:#c82333}.blogs_noBlogs__vLFyv{padding:3rem;text-align:center;color:#666}.blogs_pagination__dbX98{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem 0}.blogs_pageButton__YsdWQ{padding:.6rem 1.25rem;background:#fff;color:#0747a6;border:2px solid #0747a6;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.blogs_pageButton__YsdWQ:hover:not(:disabled){background:#0747a6;color:#fff}.blogs_pageButton__YsdWQ:disabled{opacity:.5;cursor:not-allowed}.blogs_pageNumbers__rDSpI{display:flex;gap:.5rem}.blogs_pageNumber__8fA2K{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0747a6;border:2px solid #e9ecef;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.blogs_pageNumber__8fA2K:hover{border-color:#0747a6}.blogs_pageNumber__8fA2K.blogs_activePage__z2URM{background:#ff7a00;color:#fff;border-color:#ff7a00}.blogs_modalOverlay__un4N_{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.blogs_modal__TDZYl{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.blogs_modalHeader__baNhf{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef}.blogs_modalHeader__baNhf h2{margin:0;font-size:1.5rem;color:#333}.blogs_closeButton__mAumR{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;transition:color .3s ease;line-height:1}.blogs_closeButton__mAumR:hover{color:#333}.blogs_modalForm__L2I0B{padding:2rem}.blogs_formRow__1Vg6c{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.blogs_formGroup__lXVCq{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.blogs_formGroup__lXVCq label{font-size:.95rem;font-weight:600;color:#333}.blogs_formGroup__lXVCq input,.blogs_formGroup__lXVCq textarea{padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.blogs_formGroup__lXVCq input:focus,.blogs_formGroup__lXVCq textarea:focus{outline:none;border-color:#0747a6;box-shadow:0 0 0 3px rgba(7,71,166,.1)}.blogs_checkboxLabel__e0Xe8{display:flex;align-items:center;gap:.5rem;cursor:pointer}.blogs_checkboxLabel__e0Xe8 input[type=checkbox]{width:auto;cursor:pointer}.blogs_modalActions__tm2Eu{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.blogs_cancelButton__fwPGP,.blogs_saveButton__xOsAa{padding:.75rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.blogs_cancelButton__fwPGP{background:#e9ecef;color:#333}.blogs_cancelButton__fwPGP:hover{background:#dee2e6}.blogs_saveButton__xOsAa{background:#0747a6;color:#fff}.blogs_saveButton__xOsAa:hover{background:#053a8a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(7,71,166,.3)}@media (max-width:768px){.blogs_contentHeader__hq_ZT{flex-direction:column;align-items:flex-start;gap:1rem}.blogs_table__4cO3T{font-size:.9rem}.blogs_table__4cO3T td,.blogs_table__4cO3T th{padding:.75rem}.blogs_formRow__1Vg6c{grid-template-columns:1fr}.blogs_modalActions__tm2Eu{flex-direction:column}.blogs_cancelButton__fwPGP,.blogs_saveButton__xOsAa{width:100%}}.dashboard_dashboard__rLMlg{min-height:100vh;background:#f8f9fa}.dashboard_loading__4SUFP{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}.dashboard_content__D90L8{max-width:1400px;margin:0 auto;padding:2rem}.dashboard_header__qsxip{margin-bottom:3rem}.dashboard_header__qsxip h1{margin:0 0 .5rem;font-size:2.5rem;color:#333}.dashboard_header__qsxip p{margin:0;font-size:1.1rem;color:#666}.dashboard_statsGrid__dYOHP{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.dashboard_statCard__8d3JM{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden}.dashboard_statCard__8d3JM:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.dashboard_statIcon__4rk3x{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard_statInfo__PRVUU{flex:1}.dashboard_statLabel__y7ZC3{margin:0 0 .5rem;font-size:.9rem;color:#666;font-weight:500}.dashboard_statValue__hSlF9{margin:0;font-size:2.5rem;font-weight:700;color:#333}.dashboard_statArrow__s_F0u{font-size:1.5rem;color:#999;transition:transform .3s ease}.dashboard_statCard__8d3JM:hover .dashboard_statArrow__s_F0u{transform:translateX(4px)}.dashboard_quickActions__qlON_{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.dashboard_quickActions__qlON_ h2{margin:0 0 1.5rem;font-size:1.75rem;color:#333}.dashboard_actionsGrid__edUqU{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.dashboard_actionCard__4pVDt{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:1.5rem;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.dashboard_actionCard__4pVDt:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.dashboard_actionCard__4pVDt:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.dashboard_actionCard__4pVDt:nth-child(4){background:linear-gradient(135deg,#43e97b,#38f9d7)}.dashboard_actionCard__4pVDt:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.dashboard_actionCard__4pVDt h3{margin:0 0 .5rem;font-size:1.25rem;color:#fff;font-weight:600}.dashboard_actionCard__4pVDt p{margin:0;font-size:.95rem;color:rgba(255,255,255,.9);line-height:1.5}@media (max-width:768px){.dashboard_content__D90L8{padding:1.5rem}.dashboard_header__qsxip h1{font-size:2rem}.dashboard_statsGrid__dYOHP{grid-template-columns:1fr;gap:1rem}.dashboard_statCard__8d3JM{padding:1.5rem}.dashboard_statValue__hSlF9{font-size:2rem}.dashboard_actionsGrid__edUqU{grid-template-columns:1fr;gap:1rem}.dashboard_quickActions__qlON_{padding:1.5rem}}.enquiries_dashboard__EoNFo{min-height:100vh;background:#f8f9fa}.enquiries_loading__wZaUw{min-height:80vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}.enquiries_content__GmiT6{max-width:1600px;margin:0 auto;padding:2rem}.enquiries_contentHeader__LRvD5{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.enquiries_contentHeader__LRvD5 h2{margin:0;font-size:1.75rem;color:#333}.enquiries_stats__y6bWe{display:flex;gap:2rem}.enquiries_stat__fFTud{font-size:.95rem;color:#666}.enquiries_stat__fFTud strong{color:#0747a6;font-size:1.1rem}.enquiries_tableContainer__LqJlY{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.enquiries_table__PNyQv{width:100%;border-collapse:collapse}.enquiries_table__PNyQv thead{background:#f8f9fa}.enquiries_table__PNyQv th{text-align:left;padding:1rem;font-weight:600;color:#333;border-bottom:2px solid #e9ecef;white-space:nowrap}.enquiries_table__PNyQv td{padding:1rem;border-bottom:1px solid #e9ecef;vertical-align:middle}.enquiries_table__PNyQv tbody tr:hover{background:#f8f9fa}.enquiries_messageCell__R2epl{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enquiries_statusSelect__thOys{padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600;border:2px solid;cursor:pointer;transition:all .3s ease}.enquiries_statusNew__xk6Gl{background:#fff3cd;color:#856404;border-color:#ffeaa7}.enquiries_statusInProgress__qVzJd{background:#cfe2ff;color:#084298;border-color:#9ec5fe}.enquiries_statusResolved__9FkuD{background:#d1e7dd;color:#0f5132;border-color:#a3cfbb}.enquiries_actions__esqK2{display:flex;gap:.5rem}.enquiries_deleteButton__nYl6p,.enquiries_viewButton__kMuyT{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.enquiries_viewButton__kMuyT{background:#0747a6;color:#fff}.enquiries_viewButton__kMuyT:hover{background:#053a8a}.enquiries_deleteButton__nYl6p{background:#dc3545;color:#fff}.enquiries_deleteButton__nYl6p:hover{background:#c82333}.enquiries_noEnquiries__CEGq_{padding:3rem;text-align:center;color:#666}.enquiries_pagination__otcVj{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem 0}.enquiries_pageButton__OeR_x{padding:.6rem 1.25rem;background:#fff;color:#0747a6;border:2px solid #0747a6;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.enquiries_pageButton__OeR_x:hover:not(:disabled){background:#0747a6;color:#fff}.enquiries_pageButton__OeR_x:disabled{opacity:.5;cursor:not-allowed}.enquiries_pageNumbers__3OPJE{display:flex;gap:.5rem}.enquiries_pageNumber__Uqa3b{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0747a6;border:2px solid #e9ecef;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.enquiries_pageNumber__Uqa3b:hover{border-color:#0747a6}.enquiries_pageNumber__Uqa3b.enquiries_activePage__WQa74{background:#ff7a00;color:#fff;border-color:#ff7a00}.enquiries_modalOverlay__7AdSI{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.enquiries_modal__ofurY{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.enquiries_modalHeader__VUyVF{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef}.enquiries_modalHeader__VUyVF h2{margin:0;font-size:1.5rem;color:#333}.enquiries_closeButton__nY4tK{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;transition:color .3s ease;line-height:1}.enquiries_closeButton__nY4tK:hover{color:#333}.enquiries_modalBody__vG9_J{padding:2rem}.enquiries_detailRow__XEQkA{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.enquiries_detailRow__XEQkA strong{min-width:100px;color:#666;font-size:.95rem}.enquiries_detailRow__XEQkA a,.enquiries_detailRow__XEQkA span{color:#333;font-size:1rem}.enquiries_detailRow__XEQkA a{color:#0747a6;text-decoration:none}.enquiries_detailRow__XEQkA a:hover{text-decoration:underline}.enquiries_messageSection__Q_BcM{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e9ecef}.enquiries_messageSection__Q_BcM strong{display:block;margin-bottom:.75rem;color:#666;font-size:.95rem}.enquiries_messageSection__Q_BcM p{color:#333;line-height:1.6;margin:0;background:#f8f9fa;padding:1rem;border-radius:8px}.enquiries_modalFooter__uYIzn{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e9ecef}.enquiries_closeButtonLarge__8CxK8,.enquiries_deleteButtonLarge__3WI5j{padding:.75rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.enquiries_deleteButtonLarge__3WI5j{background:#dc3545;color:#fff}.enquiries_deleteButtonLarge__3WI5j:hover{background:#c82333}.enquiries_closeButtonLarge__8CxK8{background:#e9ecef;color:#333}.enquiries_closeButtonLarge__8CxK8:hover{background:#dee2e6}@media (max-width:768px){.enquiries_contentHeader__LRvD5{flex-direction:column;align-items:flex-start}.enquiries_table__PNyQv{font-size:.9rem}.enquiries_table__PNyQv td,.enquiries_table__PNyQv th{padding:.75rem}.enquiries_actions__esqK2,.enquiries_modalFooter__uYIzn{flex-direction:column}.enquiries_closeButtonLarge__8CxK8,.enquiries_deleteButtonLarge__3WI5j{width:100%}}.dashboard_dashboard__PzQuO{min-height:100vh;background:#f8f9fa}.dashboard_loading__A2qMN{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}.dashboard_header__0jKFC{background:#0747a6;color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.dashboard_headerContent__V74KS{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.dashboard_header__0jKFC h1{margin:0;font-size:1.5rem}.dashboard_headerActions__meoOl{display:flex;align-items:center;gap:1rem}.dashboard_username__zSw2H{font-size:.95rem}.dashboard_logoutButton__vPinv{background:#fff;color:#0747a6;border:none;padding:.5rem 1.25rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.dashboard_logoutButton__vPinv:hover{background:#f0f0f0}.dashboard_content__dohvk{max-width:1400px;margin:0 auto;padding:2rem}.dashboard_contentHeader__zZCQg{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard_contentHeader__zZCQg h2{margin:0;font-size:1.75rem;color:#333}.dashboard_addButton__g5A_l{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.dashboard_addButton__g5A_l:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px rgba(40,167,69,.3)}.dashboard_tableContainer__wjXJZ{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.dashboard_table__Y9Y1g{width:100%;border-collapse:collapse}.dashboard_table__Y9Y1g thead{background:#f8f9fa}.dashboard_table__Y9Y1g th{text-align:left;padding:1rem;font-weight:600;color:#333;border-bottom:2px solid #e9ecef}.dashboard_table__Y9Y1g td{padding:1rem;border-bottom:1px solid #e9ecef;vertical-align:middle}.dashboard_table__Y9Y1g tbody tr:hover{background:#f8f9fa}.dashboard_imageWrapper___AirL{position:relative;width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f8f9fa}.dashboard_productImage__Sqn3B{object-fit:contain}.dashboard_actions__vfTGC{display:flex;gap:.5rem}.dashboard_deleteButton__xrG1S,.dashboard_editButton__0b6eX{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.dashboard_editButton__0b6eX{background:#ff7a00;color:#fff}.dashboard_editButton__0b6eX:hover{background:#e56d00}.dashboard_deleteButton__xrG1S{background:#dc3545;color:#fff}.dashboard_deleteButton__xrG1S:hover{background:#c82333}.dashboard_noProducts__BNGJl{padding:3rem;text-align:center;color:#666}.dashboard_pagination__8SYqP{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem 0}.dashboard_pageButton__g3DvV{padding:.6rem 1.25rem;background:#fff;color:#0747a6;border:2px solid #0747a6;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.dashboard_pageButton__g3DvV:hover:not(:disabled){background:#0747a6;color:#fff}.dashboard_pageButton__g3DvV:disabled{opacity:.5;cursor:not-allowed}.dashboard_pageNumbers___R3g3{display:flex;gap:.5rem}.dashboard_pageNumber___Yoe9{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0747a6;border:2px solid #e9ecef;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.dashboard_pageNumber___Yoe9:hover{border-color:#0747a6}.dashboard_pageNumber___Yoe9.dashboard_activePage__CmzDk{background:#ff7a00;color:#fff;border-color:#ff7a00}.dashboard_modalOverlay__Rd_Ek{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.dashboard_modal__me7ky{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.dashboard_modalHeader__BIa2d{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef}.dashboard_modalHeader__BIa2d h2{margin:0;font-size:1.5rem;color:#333}.dashboard_closeButton__busDF{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;transition:color .3s ease;line-height:1}.dashboard_closeButton__busDF:hover{color:#333}.dashboard_modalForm__pOYp3{padding:2rem}.dashboard_sectionTitle__vdHt2{font-size:1.2rem;color:#0747a6;margin:1.5rem 0 1rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.dashboard_formRow__T_dxm{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.dashboard_formGroup__tmG9Q{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.dashboard_formGroup__tmG9Q label{font-size:.95rem;font-weight:600;color:#333}.dashboard_formGroup__tmG9Q input,.dashboard_formGroup__tmG9Q select,.dashboard_formGroup__tmG9Q textarea{padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.dashboard_formGroup__tmG9Q input:focus,.dashboard_formGroup__tmG9Q select:focus,.dashboard_formGroup__tmG9Q textarea:focus{outline:none;border-color:#0747a6;box-shadow:0 0 0 3px rgba(7,71,166,.1)}.dashboard_selectInput__rV46t{background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.dashboard_modalActions__TMQE_{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.dashboard_cancelButton__UdXeo,.dashboard_saveButton__8Da4D{padding:.75rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.dashboard_cancelButton__UdXeo{background:#e9ecef;color:#333}.dashboard_cancelButton__UdXeo:hover{background:#dee2e6}.dashboard_saveButton__8Da4D{background:#0747a6;color:#fff}.dashboard_saveButton__8Da4D:hover{background:#053a8a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(7,71,166,.3)}@media (max-width:768px){.dashboard_headerContent__V74KS{flex-direction:column;gap:1rem;text-align:center}.dashboard_contentHeader__zZCQg{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard_table__Y9Y1g{font-size:.9rem}.dashboard_table__Y9Y1g td,.dashboard_table__Y9Y1g th{padding:.75rem}.dashboard_formRow__T_dxm{grid-template-columns:1fr}.dashboard_modalActions__TMQE_{flex-direction:column}.dashboard_cancelButton__UdXeo,.dashboard_saveButton__8Da4D{width:100%}}.reviews_dashboard__T_2ao{min-height:100vh;background:#f8f9fa}.reviews_content__Fijbp{max-width:1400px;margin:0 auto;padding:2rem}.reviews_contentHeader__h1Tje{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.reviews_contentHeader__h1Tje h2{margin:0;font-size:1.75rem;color:#333}.reviews_addButton__nSU_q{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.reviews_addButton__nSU_q:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px rgba(40,167,69,.3)}.reviews_tableContainer__8KRbD{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.reviews_table__eFpOa{width:100%;border-collapse:collapse}.reviews_table__eFpOa thead{background:#f8f9fa}.reviews_table__eFpOa th{text-align:left;padding:1rem;font-weight:600;color:#333;border-bottom:2px solid #e9ecef}.reviews_table__eFpOa td{padding:1rem;border-bottom:1px solid #e9ecef;vertical-align:middle}.reviews_table__eFpOa tbody tr:hover{background:#f8f9fa}.reviews_imageWrapper__vhBah{position:relative;width:50px;height:50px;border-radius:50%;overflow:hidden;background:#f8f9fa}.reviews_reviewImage__osVo3{object-fit:cover}.reviews_reviewTitle__iBGKh{font-size:.8rem;color:#6b7280;margin:4px 0 0}.reviews_stars__al9l2{color:#fbbf24;font-size:1rem;letter-spacing:2px}.reviews_reviewCell__BoXlI{max-width:250px;font-size:.9rem;color:#4b5563}.reviews_status__J7KZT{padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600}.reviews_status__J7KZT.reviews_published__EWR1T{background:#d4edda;color:#155724}.reviews_status__J7KZT.reviews_draft__HqkiU{background:#fff3cd;color:#856404}.reviews_actions__H7Hcj{display:flex;gap:.5rem}.reviews_deleteButton__ay4rx,.reviews_editButton__ZzTn0{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.reviews_editButton__ZzTn0{background:#ff7a00;color:#fff}.reviews_editButton__ZzTn0:hover{background:#e56d00}.reviews_deleteButton__ay4rx{background:#dc3545;color:#fff}.reviews_deleteButton__ay4rx:hover{background:#c82333}.reviews_noReviews__v4nmu{padding:3rem;text-align:center;color:#666}.reviews_pagination__7PL5B{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem 0}.reviews_pageButton__NxijL{padding:.6rem 1.25rem;background:#fff;color:#0747a6;border:2px solid #0747a6;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.reviews_pageButton__NxijL:hover:not(:disabled){background:#0747a6;color:#fff}.reviews_pageButton__NxijL:disabled{opacity:.5;cursor:not-allowed}.reviews_pageNumbers__yQorH{display:flex;gap:.5rem}.reviews_pageNumber___KN8i{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0747a6;border:2px solid #e9ecef;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.reviews_pageNumber___KN8i:hover{border-color:#0747a6}.reviews_pageNumber___KN8i.reviews_activePage__Za0No{background:#ff7a00;color:#fff;border-color:#ff7a00}.reviews_modalOverlay__vesYZ{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.reviews_modal__aoGwZ{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.reviews_modalHeader__8dqK6{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef}.reviews_modalHeader__8dqK6 h2{margin:0;font-size:1.5rem;color:#333}.reviews_closeButton__ELQjT{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;transition:color .3s ease;line-height:1}.reviews_closeButton__ELQjT:hover{color:#333}.reviews_modalForm__2KdDa{padding:2rem}.reviews_formRow__nF1a5{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.reviews_formGroup__zlKgn{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.reviews_formGroup__zlKgn label{font-size:.95rem;font-weight:600;color:#333}.reviews_formGroup__zlKgn input,.reviews_formGroup__zlKgn select,.reviews_formGroup__zlKgn textarea{padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.reviews_formGroup__zlKgn input:focus,.reviews_formGroup__zlKgn select:focus,.reviews_formGroup__zlKgn textarea:focus{outline:none;border-color:#0747a6;box-shadow:0 0 0 3px rgba(7,71,166,.1)}.reviews_checkboxLabel__wdpqd{display:flex;align-items:center;gap:10px;cursor:pointer}.reviews_checkboxLabel__wdpqd input[type=checkbox]{width:18px;height:18px;cursor:pointer}.reviews_modalActions__O4s1X{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.reviews_cancelButton__S3rdG,.reviews_saveButton__fG8iH{padding:.75rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.reviews_cancelButton__S3rdG{background:#e9ecef;color:#333}.reviews_cancelButton__S3rdG:hover{background:#dee2e6}.reviews_saveButton__fG8iH{background:#0747a6;color:#fff}.reviews_saveButton__fG8iH:hover{background:#053a8a}@media (max-width:768px){.reviews_formRow__nF1a5{grid-template-columns:1fr}.reviews_contentHeader__h1Tje{flex-direction:column;gap:1rem;align-items:stretch}.reviews_table__eFpOa{font-size:.85rem}.reviews_reviewCell__BoXlI{max-width:150px}}