 /* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

 :root {
     --primary: #f85606;
     --primary-dark: #e64900;
     --primary-soft: #fff1e9;
     --pink: #FE7601;
     --pink-soft: #fff0f6;
     --text: #1f2937;
     --muted: #6b7280;
     --border: #e5e7eb;
     --bg: #f5f5f5;
     --white: #ffffff;
     --shadow: 0 12px 30px rgba(15, 23, 42, 0.12);

     --desktop-topbar-height: 36px;
     --desktop-header-height: 84px;
     --desktop-fixed-total: 120px;
 }


 .social-icons {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-top: 12px;
 }

 .social-icons a {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 25px;
     height: 25px;
     border-radius: 50%;
     background: #ff651b;
     color: #ffffff;
     font-size: 13px;
     text-decoration: none;
     transition: 0.3s ease;
 }

 .social-icons a:hover {
     background: #ff5a00;
     color: #fff;
     transform: translateY(-2px);
 }

 .notice-marquee {
     /* background: #f8f9fa; */
     color: #ffffffff;
     font-weight: 600;
     font-size: 16px;
     padding: 10px 15px;
     border-radius: 6px;
     /* border: 1px solid #ddd;/ */
 }

 /* html,
body,
#app {
  min-height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
}

body.sidebar-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
} */

 .app-container {
     width: 100%;
     max-width: 1220px;
     margin: 0 auto;
     padding-left: 16px;
     padding-right: 16px;
 }

 .desktop-only {
     display: block;
 }

 .mobile-only {
     display: none;
 }

 .app-layout-shell {
     min-height: 100vh;
 }

 /* DESKTOP FIXED HEADER WRAP */
 .desktop-fixed-header-wrap {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 80;
 }

 /* Desktop topbar */
 .desktop-topbar {
     background: var(--primary);
     color: #fff;
     height: var(--desktop-topbar-height);
     position: relative;
     z-index: 30;
 }

 .desktop-topbar-inner {
     height: var(--desktop-topbar-height);
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 26px;
     font-size: 12px;
     font-weight: 700;
 }

 .topbar-item {
     position: relative;
     height: 100%;
     display: flex;
     align-items: center;
 }

 .topbar-link {
     border: none;
     background: transparent;
     color: #fff;
     font-size: 12px;
     font-weight: 700;
     padding: 0;
 }

 .header-popup {
     position: absolute;
     top: calc(100% + 8px);
     background: #fff;
     color: #222;
     box-shadow: var(--shadow);
     border: 1px solid #ececec;
     z-index: 50;
 }

 .popup-arrow {
     position: absolute;
     top: -7px;
     left: 50%;
     width: 14px;
     height: 14px;
     background: #fff;
     transform: translateX(-50%) rotate(45deg);
     border-left: 1px solid #ececec;
     border-top: 1px solid #ececec;
 }

 .popup-app {
     width: 380px;
     padding: 18px 20px 24px;
     left: 50%;
     transform: translateX(-50%);
 }

 .popup-app h4 {
     font-size: 16px;
     margin-bottom: 18px;
     font-weight: 600;
 }

 .qr-box {
     width: 140px;
     height: 140px;
     margin-bottom: 18px;
 }

 .qr-box img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .store-buttons {
     display: flex;
     align-items: center;
     gap: 14px;
 }

 .store-btn.black {
     height: 44px;
     background: #111;
     color: #fff;
     padding: 0 16px;
     border-radius: 4px;
     display: inline-flex;
     align-items: center;
     gap: 8px;
 }

 .popup-help {
     width: 260px;
     left: 50%;
     transform: translateX(-50%);
     padding: 12px 0;
 }

 .help-item {
     display: flex;
     align-items: center;
     gap: 14px;
     padding: 12px 18px;
     color: #4b5563;
     transition: 0.2s;
 }

 .help-item:hover {
     background: #fafafa;
     color: var(--primary);
 }

 .help-item i {
     font-size: 20px;
     width: 22px;
 }

 .popup-lang {
     width: 260px;
     left: 50%;
     transform: translateX(-50%);
     padding: 10px 0;
 }

 .lang-item {
     width: 100%;
     border: none;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 14px 18px;
     color: #374151;
 }

 .lang-left {
     display: flex;
     align-items: center;
     gap: 12px;
 }

 .lang-dot {
     width: 16px;
     height: 16px;
     border-radius: 50%;
     background: #777;
     display: inline-block;
 }

 .lang-flag {
     font-size: 22px;
     line-height: 1;
 }

 .lang-item.active {
     color: #111;
     font-weight: 600;
 }

 /* Desktop header */
 .desktop-header {
     background: var(--primary);
     height: var(--desktop-header-height);
     display: flex;
     align-items: center;
 }

 .desktop-header-inner {
     display: flex;
     align-items: center;
     gap: 26px;
 }

 .desktop-brand {
     min-width: 160px;
     display: flex;
     align-items: center;
     gap: 10px;
     color: #fff;
 }

 .brand-logo-img {
     width: 36px;
     height: 36px;
     object-fit: contain;
 }

 .brand-text {
     font-size: 24px;
     font-weight: 800;
     letter-spacing: 0.2px;
 }

 .desktop-search {
     flex: 1;
     height: 46px;
     background: #fff;
     overflow: hidden;
     display: flex;
     border-radius: 2px;
 }

 .desktop-search input {
     flex: 1;
     border: none;
     outline: none;
     padding: 0 16px;
     font-size: 15px;
     color: #333;
     background: #fff;
 }

 .desktop-search button {
     width: 52px;
     border: none;
     background: var(--primary-soft);
     color: var(--primary);
     font-size: 20px;
 }

 .desktop-cart-btn {
     width: 46px;
     height: 46px;
     border: none;
     background: transparent;
     color: #fff;
     font-size: 28px;
 }

 /* Main */
 .main-content-area {
     min-height: calc(100vh - 240px);
     padding: calc(var(--desktop-fixed-total) + 16px) -1 24px;
 }

 /* Footer */
 .desktop-footer {
     background: #f1f1f1;
     border-top: 1px solid #d9d9d9;
     margin-top: 20px;
 }

 .footer-grid {
     display: grid;
     grid-template-columns: 1.2fr 1fr 1fr 1fr;
     gap: 30px;
     padding-top: 34px;
     padding-bottom: 26px;
 }

 .footer-brand {
     display: flex;
     gap: 16px;
     align-items: flex-start;
 }

 .footer-logo-box {
     width: 74px;
     height: 74px;
     border-radius: 12px;
     background: linear-gradient(135deg, #ff4d8d, #d91f68);
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
 }

 .footer-logo-img {
     width: 44px;
     height: 44px;
     object-fit: contain;
 }

 .footer-brand h3 {
     font-size: 22px;
     margin-bottom: 8px;
 }

 .footer-brand p {
     margin-bottom: 6px;
     line-height: 1.5;
 }

 .footer-links-col h4 {
     font-size: 18px;
     margin-bottom: 14px;
 }

 .footer-links-col a {
     display: block;
     margin-bottom: 11px;
     font-size: 15px;
     color: #222;
 }

 .footer-links-col a i {
     margin-right: 8px;
 }

 .footer-copy {
     text-align: center;
     padding: 14px 16px;
     border-top: 1px solid #dadada;
     font-size: 15px;
 }

 /* Mobile header
.mobile-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #f5f5f5;
}

.mobile-header-inner {
  transition: 0.25s ease;
}

.mobile-app-download-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: #f5f5f5;
  transition: 0.25s ease;
  max-height: 100px;
  overflow: hidden;
}

.mobile-header.compact .mobile-app-download-bar {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.mobile-app-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.mobile-app-logo-box {
  width: 44px;
  height: 44px;
  background: #c9f2ed;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mobile-app-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.mobile-app-text h4 {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 3px;
}

.mobile-app-text p {
  font-size: 14px;
  color: #757575;
}

.mobile-open-btn {
  border: none;
  background: linear-gradient(135deg, #ff7a00, #f85606);
  color: #fff;
  min-width: 72px;
  height: 38px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(248, 86, 6, 0.18);
}

.mobile-search-section {
  padding: 8px 12px 12px;
  background: #fff;
  border-top: 1px solid #f0dce4;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.mobile-header.compact .mobile-search-section {
  border-top: none;
}

.mobile-search-box {
  height: 42px;
  border: 1.5px solid #ff7ca4;
  border-radius: 24px;
  display: flex;
  align-items: center;
  background: #fff;
  overflow: hidden;
}

.mobile-search-icon {
  width: 36px;
  text-align: center;
  font-size: 18px;
  color: #9ca3af;
  flex-shrink: 0;
}

.mobile-search-box input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #4b5563;
}

.mobile-search-box button {
  margin-right: 4px;
  border: none;
  background: linear-gradient(135deg, #ff7a00, #f85606);
  color: #fff;
  height: 32px;
  padding: 0 16px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 700;
} */



 .mobile-header-shell {
     position: sticky;
     top: 0;
     z-index: 40;
     background: #f5f5f5;
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     transform: translateZ(0);
     -webkit-transform: translateZ(0);
 }

 /* promo area */
 .mobile-header-promo {
     height: 68px;
     overflow: clip;
     background: #f5f5f5;
     transition: height 0.32s ease;
 }

 .mobile-header-shell.compact .mobile-header-promo {
     height: 0;
 }

 .mobile-app-download-bar {
     height: 68px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 12px;
     padding: 12px 14px;
     background: #f5f5f5;
     opacity: 1;
     transform: translate3d(0, 0, 0);
     transition: transform 0.32s ease, opacity 0.22s ease;
     will-change: transform, opacity;
 }

 .mobile-header-shell.compact .mobile-app-download-bar {
     opacity: 0;
     transform: translate3d(0, -12px, 0);
     pointer-events: none;
 }

 .mobile-app-left {
     display: flex;
     align-items: center;
     gap: 12px;
     min-width: 0;
     flex: 1;
 }

 .mobile-app-logo-box {
     width: 44px;
     height: 44px;
     background: #c9f2ed;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
     flex-shrink: 0;
 }

 .mobile-app-logo {
     width: 24px;
     height: 24px;
     object-fit: contain;
     display: block;
 }

 .mobile-app-text {
     min-width: 0;
 }

 .mobile-app-text h4 {
     font-size: 15px;
     font-weight: 700;
     color: #111827;
     margin: 0 0 3px;
     line-height: 1.2;
 }

 .mobile-app-text p {
     font-size: 14px;
     color: #757575;
     margin: 0;
     line-height: 1.2;
 }

 .mobile-open-btn {
     border: none;
     background: linear-gradient(135deg, #ff7a00, #f85606);
     color: #fff;
     min-width: 72px;
     height: 38px;
     border-radius: 20px;
     font-size: 16px;
     font-weight: 700;
     box-shadow: 0 6px 14px rgba(248, 86, 6, 0.18);
     flex-shrink: 0;
     cursor: pointer;
 }

 /* search area */
 .mobile-search-sticky {
     position: relative;
     z-index: 2;
     background: #fff;
 }

 .mobile-search-section {
     padding: 8px 12px 12px;
     background: #fff;
     border-top: 1px solid #f0dce4;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
     transition: border-color 0.25s ease, box-shadow 0.25s ease;
 }

 .mobile-header-shell.compact .mobile-search-section {
     border-top-color: transparent;
 }

 .mobile-search-box {
     height: 42px;
     border: 1.5px solid #ff7ca4;
     border-radius: 24px;
     display: flex;
     align-items: center;
     background: #fff;
     overflow: hidden;
 }

 .mobile-search-icon {
     width: 36px;
     text-align: center;
     font-size: 18px;
     color: #9ca3af;
     flex-shrink: 0;
 }

 .mobile-search-box input {
     flex: 1;
     min-width: 0;
     border: none;
     outline: none;
     background: transparent;
     font-size: 14px;
     color: #4b5563;
     height: 100%;
 }

 .mobile-search-box button {
     margin-right: 4px;
     border: none;
     background: linear-gradient(135deg, #ff7a00, #f85606);
     color: #fff;
     height: 32px;
     padding: 0 16px;
     border-radius: 18px;
     font-size: 13px;
     font-weight: 700;
     cursor: pointer;
     flex-shrink: 0;
 }

 /* optional performance helpers */
 @media (max-width: 991px) {

     .mobile-header-shell,
     .mobile-app-download-bar,
     .mobile-search-section {
         will-change: transform;
     }
 }

 /* Mobile bottom nav */
 .mobile-bottom-nav {
     position: fixed;
     left: 8px;
     right: 8px;
     bottom: 8px;
     height: 64px;
     background: #ffffff;
     border: 1.5px solid #fc6c0200;
     border-radius: 24px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 6px;
     box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
     z-index: 45;
 }

 .mobile-nav-item {
     flex: 1;
     min-width: 0;
     height: 100%;
     border: none;
     background: transparent;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 3px;
     color: #4b5563;
     font-size: 11px;
     text-align: center;
 }

 .mobile-nav-item i {
     font-size: 23px;
     line-height: 1;
 }

 .mobile-nav-item span {
     display: block;
     line-height: 1.1;
     white-space: nowrap;
     font-size: 11px;
 }

 .mobile-nav-item.active {
     color: var(--pink);
     font-weight: 700;
 }

 /* Mobile sidebar */
 /* .mobile-sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.32);
  opacity: 0;
  visibility: hidden;
  transition: all 0.28s ease;
  z-index: 60;
}

.mobile-sidebar-overlay.show {
  opacity: 1;
  visibility: visible;
}

.mobile-sidebar-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 84%;
  max-width: 330px;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: left 0.32s ease;
  z-index: 70;
  box-shadow: 10px 0 28px rgba(0, 0, 0, 0.14);
}

.mobile-sidebar-drawer.show {
  left: 0;
} */
 /* 
.mobile-sidebar-header {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 0 16px;
  border-bottom: 1px solid var(--border);
  background: #fff;
}

.mobile-sidebar-header h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--pink);
}

.mobile-sidebar-header button {
  border: none;
  background: transparent;
  color: #555;
  font-size: 22px;
}

.mobile-sidebar-body {
  flex: 1;
  overflow-y: auto;
  background: #fff;
}

.accordion-item-custom {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-trigger {
  width: 100%;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  text-align: left;
}

.accordion-trigger.level-0 {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
}

.accordion-trigger.level-1 {
  padding: 10px 16px 10px 18px;
  font-size: 15px;
  font-weight: 700;
}

.accordion-trigger.level-2 {
  padding: 9px 16px 9px 24px;
  font-size: 14px;
  font-weight: 700;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.accordion-content.open {
  max-height: 1000px;
}

.accordion-content-inner {
  padding-bottom: 6px;
}

.menu-link {
  display: block;
  color: #444;
  line-height: 1.45;
}

.menu-link.level-1 {
  padding: 7px 16px 7px 22px;
  font-size: 14px;
}

.menu-link.level-2 {
  padding: 6px 16px 6px 36px;
  font-size: 13px;
}

.menu-link.level-3 {
  padding: 6px 16px 6px 48px;
  font-size: 13px;
}

.menu-link em {
  color: var(--pink);
  font-style: italic;
  font-weight: 700;
}

.mobile-sidebar-footer {
  padding: 10px;
  border-top: 1px solid #f3d8e3;
  background: #fff8fb;
}

.mobile-sidebar-footer a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #fff;
  border: 1px solid #ffd6e6;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #111827;
}

.mobile-sidebar-footer a span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-sidebar-footer a span i {
  color: var(--pink);
} */





 /* Auth modal */
 .modal-overlay {
     position: fixed;
     inset: 0;
     background: rgba(17, 24, 39, 0.55);
     z-index: 90;
 }

 .auth-modal {
     position: fixed;
     top: 50%;
     left: 50%;
     width: 100%;
     max-width: 445px;
     background: #fff;
     transform: translate(-50%, -50%);
     border-radius: 6px;
     padding: 24px 24px 28px;
     z-index: 100;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
 }

 .modal-close-btn {
     position: absolute;
     top: 18px;
     right: 18px;
     border: none;
     background: transparent;
     color: #7b8090;
     font-size: 24px;
 }

 .login-tab-head {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 26px;
     border-bottom: 1px solid #e9e9e9;
 }

 .login-tab-head button {
     flex: 1;
     height: 44px;
     border: none;
     background: transparent;
     color: #7b8090;
     font-size: 15px;
     font-weight: 700;
 }

 .login-tab-head button.active {
     color: #2a2f3a;
 }

 .auth-form input,
 .signup-phone-row input {
     width: 100%;
     height: 46px;
     border: 1px solid #d7dce5;
     border-radius: 6px;
     padding: 0 14px;
     outline: none;
     font-size: 15px;
     color: #374151;
 }

 .auth-form input+.password-input-wrap,
 .auth-form .password-input-wrap+.forgot-row,
 .signup-title+.signup-phone-row,
 .signup-phone-row+.terms-check-row {
     margin-top: 14px;
 }

 .password-input-wrap {
     position: relative;
 }

 .password-input-wrap input {
     padding-right: 42px;
 }

 .password-input-wrap i {
     position: absolute;
     top: 50%;
     right: 14px;
     transform: translateY(-50%);
     color: #8b93a7;
 }

 .forgot-row {
     text-align: right;
 }

 .forgot-row a {
     font-size: 14px;
     color: #8b93a7;
 }

 .auth-primary-btn {
     width: 100%;
     height: 46px;
     border: none;
     background: linear-gradient(135deg, #ff7a00, #f85606);
     color: #fff;
     border-radius: 4px;
     font-size: 16px;
     font-weight: 800;
     margin-top: 18px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
 }

 .auth-switch-text {
     text-align: center;
     color: #7a8192;
     margin-top: 14px;
     font-size: 14px;
 }

 .inline-link-btn {
     border: none;
     background: transparent;
     color: #2563eb;
     font-size: 14px;
     padding: 0;
 }

 .auth-social-title {
     text-align: center;
     color: #7a8192;
     margin-top: 44px;
     margin-bottom: 16px;
 }

 .social-login-row {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 18px;
 }

 .social-btn {
     border: none;
     background: transparent;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     color: #6b7280;
     font-size: 14px;
 }

 .social-btn.google i {
     color: #ea4335;
 }

 .social-btn.facebook i {
     color: #1877f2;
 }

 .social-btn i {
     font-size: 24px;
 }

 .signup-title {
     text-align: center;
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 28px;
 }

 .signup-phone-row {
     display: flex;
     gap: 10px;
 }

 .phone-code-input {
     max-width: 82px;
     background: #fafafa;
 }

 .terms-check-row {
     display: flex;
     align-items: flex-start;
     gap: 10px;
     color: #7a8192;
     font-size: 14px;
     line-height: 1.5;
 }

 .terms-check-row input {
     width: 18px;
     height: 18px;
     margin-top: 2px;
 }

 .terms-check-row a {
     color: #2563eb;
 }

 /* Responsive */
 @media (max-width: 991px) {
     .desktop-only {
         display: none !important;
     }

     .mobile-only {
         display: block !important;
     }

     .main-content-area {
         padding: 10px 0 84px;
         min-height: calc(100vh - 120px);
     }

     .app-container {
         padding-left: 8px;
         padding-right: 8px;
     }

     .auth-modal {
         width: calc(100% - 24px);
         max-width: 420px;
         padding: 20px 18px 24px;
     }

     .social-login-row {
         gap: 14px;
         flex-wrap: wrap;
     }
 }

 @media (min-width: 992px) {

     .mobile-only,
     .mobile-bottom-nav,
     .mobile-header,
     .mobile-sidebar-drawer,
     .mobile-sidebar-overlay {
         display: none !important;
     }
 }





 /* =============================== */



 :root {
     --theme-color: #f85606;
     --drawer-gap-right: 56px;
     --drawer-radius: 0 18px 18px 0;
     --drawer-width: min(84vw, 340px);
     --text-dark: #1f2a44;
     --text-muted: #7b859b;
     --border-soft: #edf0f5;
     --bg-soft: #f5f8fd;
 }

 .mobile-sidebar-overlay {
     position: fixed;
     inset: 0;
     background: rgba(15, 23, 42, 0.32);
     opacity: 0;
     visibility: hidden;
     transition: 0.3s ease;
     z-index: 9998;
 }

 .mobile-sidebar-overlay.show {
     opacity: 1;
     visibility: visible;
 }

 .mobile-sidebar-drawer {
     position: fixed;
     top: 0;
     left: 0;
     width: var(--drawer-width);
     max-width: calc(84vw - var(--drawer-gap-right));
     height: 100vh;
     background: #fff;
     z-index: 9999;
     transform: translateX(-100%);
     transition: transform 0.35s ease;
     box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
     border-radius: var(--drawer-radius);
     overflow: hidden;
 }

 .mobile-sidebar-drawer.show {
     transform: translateX(0);
 }

 .mobile-sidebar-inner {
     position: relative;
     height: 100%;
     overflow-y: auto;
     overflow-x: hidden;
     padding: 14px 12px 14px;
     background: #fff;
     scrollbar-width: none;
     -ms-overflow-style: none;
 }

 .mobile-sidebar-inner::-webkit-scrollbar {
     width: 0;
     height: 0;
     display: none;
 }

 .mobile-sidebar-top-shape {
     position: absolute;
     top: -62px;
     right: -18px;
     width: 190px;
     height: 118px;
     background: linear-gradient(135deg, #ff7a2f 0%, #f85606 100%);
     border-bottom-left-radius: 95px;
     border-bottom-right-radius: 28px;
     border-top-left-radius: 90px;
     z-index: 0;
 }

 .mobile-sidebar-top-shape::after {
     content: "";
     position: absolute;
     left: -42px;
     bottom: -13px;
     width: 145px;
     height: 42px;
     background: rgba(255, 255, 255, 0.6);
     border-radius: 999px;
     transform: rotate(8deg);
 }

 .mobile-sidebar-header,
 .mobile-sidebar-body,
 .mobile-sidebar-help {
     position: relative;
     z-index: 2;
 }

 .mobile-sidebar-header {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     gap: 10px;
     padding: 6px 2px 14px;
     border-bottom: 1px solid var(--border-soft);
     margin-bottom: 8px;
 }

 .mobile-sidebar-title h3 {
     margin: 0;
     font-size: 18px;
     line-height: 1.2;
     font-weight: 800;
     color: var(--text-dark);
 }

 .mobile-sidebar-title p {
     margin: 4px 0 0;
     font-size: 12px;
     line-height: 1.35;
     color: var(--text-muted);
 }

 .mobile-sidebar-close {
     width: 40px;
     height: 40px;
     min-width: 40px;
     border: none;
     outline: none;
     border-radius: 50%;
     background: #fff;
     color: var(--text-dark);
     font-size: 16px;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
     cursor: pointer;
     padding: 0;
 }

 .mobile-sidebar-body {
     display: flex;
     flex-direction: column;
     gap: 8px;
     padding: 8px 0 14px;
 }

 .mobile-menu-card {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 10px;
     padding: 11px 10px;
     background: #fff;
     /* border: 1px solid var(--border-soft); */
     border-radius: 14px;
     text-decoration: none;
     transition: all 0.25s ease;
 }

 .mobile-menu-card:hover {
     border-color: rgba(248, 86, 6, 0.25);
     box-shadow: 0 6px 18px rgba(248, 86, 6, 0.08);
 }

 .mobile-menu-card-left {
     display: flex;
     align-items: center;
     gap: 10px;
     min-width: 0;
 }

 .mobile-menu-icon {
     width: 42px;
     height: 42px;
     min-width: 42px;
     border-radius: 12px;
     background: rgba(248, 86, 6, 0.08);
     color: var(--theme-color);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
 }

 .mobile-menu-text {
     min-width: 0;
 }

 .mobile-menu-text h4 {
     margin: 0;
     font-size: 14px;
     font-weight: 700;
     line-height: 1.2;
     color: var(--text-dark);
 }

 .mobile-menu-text p {
     margin: 3px 0 0;
     font-size: 11px;
     line-height: 1.35;
     color: var(--text-muted);
 }

 .mobile-menu-card>i {
     font-size: 14px;
     color: #7b859b;
     flex-shrink: 0;
 }

 .logout-card {
     background: rgba(248, 86, 6, 0.05);
     border-color: rgba(248, 86, 6, 0.1);
 }

 .logout-card .mobile-menu-text h4,
 .logout-card .mobile-menu-icon,
 .logout-card>i {
     color: var(--theme-color);
 }

 .logout-icon {
     background: rgba(248, 86, 6, 0.1);
 }

 .mobile-sidebar-help {
     margin-top: 4px;
     background: var(--bg-soft);
     border-radius: 18px;
     padding: 16px 12px 12px;
 }

 .mobile-sidebar-help h4 {
     margin: 0;
     font-size: 17px;
     line-height: 1.2;
     font-weight: 800;
     color: var(--text-dark);
     text-align: center;
 }

 .mobile-sidebar-help>p {
     margin: 5px 0 12px;
     font-size: 13px;
     line-height: 1.35;
     color: var(--text-muted);
     text-align: center;
 }

 .mobile-help-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 8px;
 }

 .mobile-help-card {
     text-decoration: none;
     background: #fff;
     border-radius: 14px;
     padding: 12px 6px 10px;
     text-align: center;
     border: 1px solid var(--border-soft);
     transition: 0.25s ease;
 }

 .mobile-help-card:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
 }

 .mobile-help-icon {
     width: 38px;
     height: 38px;
     margin: 0 auto 8px;
     border-radius: 11px;
     background: rgba(248, 86, 6, 0.08);
     color: var(--theme-color);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 17px;
 }

 .mobile-help-card h5 {
     margin: 0 0 3px;
     font-size: 12px;
     font-weight: 700;
     color: var(--text-dark);
     line-height: 1.2;
 }

 .mobile-help-card span {
     font-size: 10px;
     line-height: 1.2;
     color: var(--text-muted);
     display: block;
 }

 @media (max-width: 767px) {
     :root {
         --drawer-gap-right: 52px;
         --drawer-width: min(86vw, 330px);
     }
 }

 @media (max-width: 575px) {
     :root {
         --drawer-gap-right: 46px;
         --drawer-width: calc(100vw - 46px);
     }

     .mobile-sidebar-inner {
         padding: 12px 10px 12px;
     }

     .mobile-sidebar-header {
         padding: 4px 2px 12px;
     }

     .mobile-sidebar-title h3 {
         font-size: 17px;
     }

     .mobile-sidebar-title p {
         font-size: 11px;
     }

     .mobile-sidebar-close {
         width: 36px;
         height: 36px;
         min-width: 36px;
         font-size: 15px;
     }

     .mobile-sidebar-top-shape {
         width: 165px;
         height: 100px;
         top: -52px;
         right: -16px;
     }

     .mobile-menu-card {
         padding: 10px 9px;
         border-radius: 13px;
         gap: 8px;
     }

     .mobile-menu-card-left {
         gap: 9px;
     }

     .mobile-menu-icon {
         width: 38px;
         height: 38px;
         min-width: 38px;
         border-radius: 10px;
         font-size: 16px;
     }

     .mobile-menu-text h4 {
         font-size: 15px;
     }

     .mobile-menu-text p {
         font-size: 13px;
     }

     .mobile-menu-card>i {
         font-size: 13px;
     }

     .mobile-sidebar-help {
         border-radius: 16px;
         padding: 14px 10px 10px;
     }

     .mobile-sidebar-help h4 {
         font-size: 15px;
     }

     .mobile-sidebar-help>p {
         font-size: 10.5px;
         margin-bottom: 10px;
     }

     .mobile-help-grid {
         gap: 7px;
     }

     .mobile-help-card {
         border-radius: 12px;
         padding: 10px 5px 9px;
     }

     .mobile-help-icon {
         width: 34px;
         height: 34px;
         font-size: 15px;
         margin-bottom: 7px;
     }

     .mobile-help-card h5 {
         font-size: 11px;
     }

     .mobile-help-card span {
         font-size: 9.5px;
     }
 }

 @media (max-width: 390px) {
     :root {
         --drawer-gap-right: 40px;
         --drawer-width: calc(100vw - 40px);
     }

     .mobile-sidebar-inner {
         padding: 10px 9px;
     }

     .mobile-sidebar-title h3 {
         font-size: 16px;
     }

     .mobile-sidebar-title p {
         font-size: 10px;
     }

     .mobile-menu-card {
         padding: 9px 8px;
     }

     .mobile-menu-icon {
         width: 34px;
         height: 34px;
         min-width: 34px;
         font-size: 15px;
     }

     .mobile-menu-text h4 {
         font-size: 12px;
     }

     .mobile-menu-text p {
         font-size: 10px;
     }

     .mobile-sidebar-help h4 {
         font-size: 14px;
     }

     .mobile-help-card h5 {
         font-size: 10.5px;
     }

     .mobile-help-card span {
         font-size: 9px;
     }
 }








 /* ============ */



 .desktop-search-wrap,
 .mobile-search-wrap {
     position: relative;
     width: 100%;
 }

 .desktop-search-wrap .desktop-search {
     position: relative;
 }

 .desktop-search-clear,
 .mobile-search-clear {
     border: 0 !important;
     background: transparent !important;
     color: #64748b !important;
     padding: 0 5px !important;
     min-width: auto !important;
     width: auto !important;
 }

 .desktop-search-clear:hover,
 .mobile-search-clear:hover {
     color: #ef4444 !important;
 }

 .search-suggestion-box {
     position: absolute;
     z-index: 99999;
     left: 0;
     right: 0;
     max-height: 390px;
     overflow-y: auto;
     border: 1px solid #e5e7eb;
     border-radius: 14px;
     background: #ffffff;
     box-shadow: 0 16px 38px rgba(15, 23, 42, 0.18);
 }

 .desktop-suggestion-box,
 .mobile-suggestion-box {
     top: calc(100% + 8px);
 }

 .search-suggestion-item {
     width: 100%;
     display: flex;
     align-items: center;
     gap: 10px;
     border: 0;
     border-bottom: 1px solid #f1f5f9;
     background: #ffffff;
     padding: 9px 10px;
     text-align: left;
     cursor: pointer;
     transition: background 0.18s ease;
 }

 .search-suggestion-item:hover {
     background: #f8fafc;
 }

 .search-suggestion-img {
     width: 42px;
     height: 42px;
     flex: 0 0 42px;
     overflow: hidden;
     border-radius: 10px;
     background: #eef6ff;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #156994;
     font-size: 18px;
 }

 .search-suggestion-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .search-suggestion-content {
     min-width: 0;
     flex: 1;
 }

 .search-suggestion-content h4 {
     margin: 0;
     color: #0f172a;
     font-size: 13px;
     font-weight: 800;
     line-height: 1.3;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .search-suggestion-content p {
     margin: 3px 0 0;
     color: #64748b;
     font-size: 11px;
     font-weight: 600;
 }

 .search-suggestion-type {
     border-radius: 999px;
     background: #eaf6ff;
     color: #156994;
     padding: 4px 8px;
     font-size: 10px;
     font-weight: 800;
     white-space: nowrap;
 }

 .search-suggestion-loading,
 .search-suggestion-empty {
     padding: 16px;
     text-align: center;
     color: #64748b;
     font-size: 13px;
     font-weight: 700;
 }

 .search-suggestion-loading i {
     margin-right: 6px;
 }

 @media (max-width: 991px) {
     .mobile-suggestion-box {
         max-height: 330px;
     }

     .search-suggestion-content h4 {
         font-size: 12px;
     }

     .search-suggestion-content p {
         font-size: 10px;
     }

     .search-suggestion-type {
         display: none;
     }
 }


 /* loader */


 .facevaly-page-loader {
     position: fixed;
     inset: 0;
     z-index: 999999;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #f4f6f9;
 }

 .facevaly-loader-circle {
     width: 70px;
     height: 70px;
     border-radius: 999px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     background: #ffffff;
     box-shadow: 0 12px 35px rgba(15, 23, 42, 0.16);
 }

 .facevaly-loader-circle::before {
     content: "";
     position: absolute;
     inset: -5px;
     border-radius: inherit;
     border: 4px solid transparent;
     border-top-color: #ff6a00;
     border-right-color: #ff6a00;
     animation: facevalyLoaderSpin 0.8s linear infinite;
 }

 .facevaly-loader-logo {
     width: 40px;
     height: 40px;
     object-fit: contain;
     border-radius: 50%;
     position: relative;
     z-index: 2;
 }

 @keyframes facevalyLoaderSpin {
     from {
         transform: rotate(0deg);
     }

     to {
         transform: rotate(360deg);
     }
 }