/* Mobile Bottom Navigation */
.amxtbmddhdbq {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  z-index: 9998; /* Below chat widget */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  display: none; /* Hidden on desktop */
}

.auvvgusfdxzw {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2px 0;
  max-width: 640px;
  margin: 0 auto;
}

.aipbdhlfjrrt {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 8px;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #6b7280;
  transition: all 0.3s ease;
  position: relative;
}

.aipbdhlfjrrt:hover {
  color: #F28C1A;
}

.aipbdhlfjrrt.acdreasnngkt {
  flex-direction: row;
  gap: 8px;
  background: linear-gradient(135deg, #F28C1A 0%, #D97809 100%);
  color: white;
  border-radius: 20px;
  padding: 8px 16px;
  box-shadow: 0 2px 8px rgba(242, 140, 26, 0.3);
}

.ahxrmkcwranv {
  width: 24px;
  height: 24px;
  position: relative;
}

.ahxrmkcwranv svg {
  width: 100%;
  height: 100%;
}

/* Icon variant switching */
.aipbdhlfjrrt .aajwjvtvwhqi {
  display: block;
}

.aipbdhlfjrrt .asmwmqhvdwhm {
  display: none;
}

.aipbdhlfjrrt.acdreasnngkt .aajwjvtvwhqi {
  display: none;
}

.aipbdhlfjrrt.acdreasnngkt .asmwmqhvdwhm {
  display: block;
}

.agkbhnfexcme {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: none;
  white-space: nowrap;
}

.aipbdhlfjrrt.acdreasnngkt .agkbhnfexcme {
  display: block;
}

/* Avatar styles for bottom-nav */
.ascxtxilhvvo,
.andfusspzbai {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
}

.ascxtxilhvvo {
  object-fit: cover;
}

.andfusspzbai {
  background: linear-gradient(135deg, #F28C1A 0%, #D97809 100%);
  color: white;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.5px;
}

/* Hide SVG when avatar is shown */
.ahxrmkcwranv:has(.ascxtxilhvvo) .atszlozuuhxq,
.ahxrmkcwranv:has(.andfusspzbai) .atszlozuuhxq {
  display: none;
}

/* Active state adjustments for avatar */
.aipbdhlfjrrt.acdreasnngkt .andfusspzbai {
  background: white;
  color: #F28C1A;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

.aipbdhlfjrrt.acdreasnngkt .ascxtxilhvvo {
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.akphugyhztfe {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ef4444;
  color: white;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Show on mobile only */
@media (max-width: 640px) {
  .amxtbmddhdbq {
    display: block;
  }
  
  /* Add bottom padding to body to prevent content being hidden */
  body {
    padding-bottom: 60px;
  }
}

/* Mobile User Sheet - Bottom Sheet for Profile Menu */
.adggutyrorcu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  pointer-events: none;
}

.adggutyrorcu:not([hidden]) {
  pointer-events: auto;
}

.azvrwwwzfkee {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.adggutyrorcu.acdreasnngkt .azvrwwwzfkee {
  opacity: 1;
}

.ahxznnmuhcav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-radius: 16px 16px 0 0;
  max-height: 80vh;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.adggutyrorcu.acdreasnngkt .ahxznnmuhcav {
  transform: translateY(0);
}

.ajpgbyprzbes {
  width: 40px;
  height: 4px;
  background: #d1d5db;
  border-radius: 2px;
  margin: 12px auto 16px;
}

.aejdgkymdput {
  padding: 0 20px 16px;
  border-bottom: 1px solid #e5e7eb;
}

.ageryfdjpwez {
  display: flex;
  align-items: center;
  gap: 12px;
}

.arnrucehsuxt {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #FFE7CC 0%, #FFD9A8 50%, #FFCC80 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #D97809;
  font-weight: 600;
}

.azyicgsoiohi {
  flex: 1;
}

.aaxfowumjpua {
  font-weight: 600;
  font-size: 16px;
  color: #1f2937;
  margin-bottom: 4px;
}

.abhoxswuifga {
  font-size: 13px;
  color: #6b7280;
}

.aygppudsltog {
  padding: 8px 0;
}

.ayiqgkeevric {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  color: #374151;
  transition: background 0.2s;
}

.ayiqgkeevric:hover {
  background: #f9fafb;
}

.ateqxsqwhpow {
  font-size: 20px;
  width: 24px;
  text-align: center;
}

.akohagllnwbd {
  font-size: 15px;
  font-weight: 500;
}

.arcevwvynfvz {
  height: 1px;
  background: #e5e7eb;
  margin: 8px 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Ensure chat widget works well with bottom nav */
@media (max-width: 640px) {
  .adzblemkwvyq {
    bottom: 0 !important; /* Chat opens from bottom */
  }
  
  .adxawrrbnuko {
    /* Chat popup should be above bottom nav */
    z-index: 9999;
  }
}