.header[data-v-549d1134] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px;
  position: sticky;
  top: 0;
  background-color: #eefdf4;
  z-index: 10;
}
.header .logo img[data-v-549d1134] {
  height: 40px;
  cursor: pointer;
}
.header .search-box[data-v-549d1134] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 26px;
  padding: 0 20px;
  height: 52px;
}
.header .search-box input[data-v-549d1134] {
  border: none;
  outline: none;
  width: 300px;
  font-size: 16px;
}
.header .search-box input[data-v-549d1134]::-webkit-input-placeholder {
  color: #1a1c1f;
}
.header .search-box input[data-v-549d1134]::-moz-placeholder {
  color: #1a1c1f;
}
.header .search-box input[data-v-549d1134]:-ms-input-placeholder {
  color: #1a1c1f;
}
.header .search-box input[data-v-549d1134]::-ms-input-placeholder {
  color: #1a1c1f;
}
.header .search-box input[data-v-549d1134]::placeholder {
  color: #1a1c1f;
}
.header .search-box .search-btn[data-v-549d1134] {
  background: none;
  border: none;
  cursor: pointer;
}
.header .search-box .search-btn img[data-v-549d1134] {
  width: 20px;
  height: 20px;
}
.header .nav-menu[data-v-549d1134] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header .nav-menu .nav-item[data-v-549d1134] {
  color: #1a1c1f;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header .nav-menu .nav-item[data-v-549d1134]:hover {
  color: #1d9c40;
}
.header .nav-menu .nav-item.active[data-v-549d1134] {
  color: #1d9c40;
  font-weight: bold;
}
.header .nav-menu .nav-item.active[data-v-549d1134]::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1d9c40;
  border-radius: 2px;
}
.header .nav-links[data-v-549d1134] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header .nav-links a[data-v-549d1134] {
  color: #1a1c1f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header .nav-links a[data-v-549d1134]:hover {
  color: #1d9c40;
}
.header .nav-links a.router-link-exact-active[data-v-549d1134] {
  color: #1d9c40;
  font-weight: bold;
  position: relative;
}
.header .nav-links a.router-link-exact-active[data-v-549d1134]::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1d9c40;
}
.header .user-actions[data-v-549d1134] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .user-actions .user-wrapper[data-v-549d1134] {
  position: relative;
}
.header .user-actions .userInfo[data-v-549d1134] {
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .user-actions .userInfo[data-v-549d1134]:hover {
  background-color: #1d9c40;
}
.header .user-actions .userInfo:hover .user-name[data-v-549d1134] {
  color: white;
}
.header .user-actions .userInfo:hover .icon-arrow[data-v-549d1134] {
  border-color: white;
}
.header .user-actions .user-avatar[data-v-549d1134] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .user-actions .user-name[data-v-549d1134] {
  display: inline-block;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header .user-actions .icon-arrow[data-v-549d1134] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .user-actions .icon-arrow.rotate[data-v-549d1134] {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.header .user-actions .user-menu[data-v-549d1134] {
  position: absolute;
  top: 100%;
  right: 0;
  width: 160px;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  z-index: 100;
  overflow: hidden;
}
.header .user-actions .menu-item[data-v-549d1134] {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header .user-actions .menu-item[data-v-549d1134]:hover {
  background-color: #f5f5f5;
}
.header .user-actions .menu-item i[data-v-549d1134] {
  margin-right: 10px;
  font-size: 16px;
  color: #666;
}
.header .user-actions .menu-item span[data-v-549d1134] {
  font-size: 14px;
  color: #333;
}
.header .user-actions .menu-item + .menu-item[data-v-549d1134] {
  border-top: 1px solid #eee;
}
.header .user-actions .fade-enter-active[data-v-549d1134], .header .user-actions .fade-leave-active[data-v-549d1134] {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.header .user-actions .fade-enter-from[data-v-549d1134], .header .user-actions .fade-leave-to[data-v-549d1134] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.header .user-actions .mobile-btn[data-v-549d1134] {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
}
.header .user-actions .mobile-btn i[data-v-549d1134] {
  margin-right: 5px;
}
.header .user-actions .login-btn[data-v-549d1134], .header .user-actions .register-btn[data-v-549d1134] {
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .user-actions .login-btn[data-v-549d1134] {
  background-color: #1d9c40;
  color: white;
}
.header .user-actions .login-btn[data-v-549d1134]:hover {
  background-color: #168533;
}
.header .user-actions .register-btn[data-v-549d1134] {
  border: 1px solid #1d9c40;
  color: #1d9c40;
}
.header .user-actions .register-btn[data-v-549d1134]:hover {
  background-color: rgba(29, 156, 64, 0.1);
}
.modal-content[data-v-549d1134] {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.modal-header[data-v-549d1134] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.modal-title[data-v-549d1134] {
  font-size: 22px;
  font-weight: 600;
  color: #1A1C1F;
}
.close-btn[data-v-549d1134] {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #6c757d;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.close-btn[data-v-549d1134]:hover {
  color: #1A1C1F;
}
.qr-code-container[data-v-549d1134] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}
.qr-code-item[data-v-549d1134] {
  text-align: center;
}
.qr-code-img[data-v-549d1134] {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 5px;
  background-color: #fff;
}
.qr-code-label[data-v-549d1134] {
  font-size: 14px;
  color: #1A1C1F;
  font-weight: 500;
}
.footer[data-v-106a673c] {
  background-color: #097c28;
  color: white;
  padding: 30px 0;
  margin-top: auto;
}
.footer .footer-content[data-v-106a673c] {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer .footer-links[data-v-106a673c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.footer .footer-links a[data-v-106a673c] {
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-links a[data-v-106a673c]:hover {
  color: #1d9c40;
}
.footer .footer-links a img[data-v-106a673c] {
  margin-right: 5px;
  height: 16px;
}
.footer .footer-links span[data-v-106a673c] {
  color: rgba(255, 255, 255, 0.3);
}
.footer .certificates[data-v-106a673c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  margin-bottom: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .copyright[data-v-106a673c] {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}
