@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&family=Satoshi:wght@300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Shrikhand&display=swap";
@import "https://api.fontshare.com/v2/css?f%5B%5D=satoshi@300,400,500,600,700,800&display=swap";
._navbar_1n5hz_1 {
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transform: translate3d(0, 0, 0);
}
._navbar_1n5hz_1:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
._navContainer_1n5hz_17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
}
._desktopNavLinks_1n5hz_30 {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: center;
  margin: 0 2rem;
}
@media (max-width: 768px) {
  ._desktopNavLinks_1n5hz_30 {
    display: none !important;
  }
}
._desktopNavLinks_1n5hz_30 a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
._desktopNavLinks_1n5hz_30 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.1),
      rgba(130, 86, 231, 0.05));
  transition: width 0.3s ease;
  z-index: -1;
  pointer-events: none;
}
._desktopNavLinks_1n5hz_30 a:hover::before {
  width: 100%;
}
._desktopNavLinks_1n5hz_30 a:hover {
  color: #8256e7;
  transform: translateY(-1px);
}
._desktopNavLinks_1n5hz_30 a._active_1n5hz_81 {
  color: #8256e7;
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.1),
      rgba(130, 86, 231, 0.05));
  transform: translateY(-1px);
}
._desktopNavLinks_1n5hz_30 a._active_1n5hz_81::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #8256e7,
      #a78bfa);
  border-radius: 2px;
  animation: _activeIndicator_1n5hz_1 0.5s ease;
  pointer-events: none;
}
._desktopAuthButtons_1n5hz_102 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  ._desktopAuthButtons_1n5hz_102 {
    display: none !important;
  }
}
._mobileMenuToggle_1n5hz_117 {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 769px) {
  ._mobileMenuToggle_1n5hz_117,
  ._navContent_1n5hz_135 {
    display: none !important;
  }
}
._mobileMenuToggle_1n5hz_117:hover {
  transform: scale(1.1);
}
._mobileMenuToggle_1n5hz_117:active {
  transform: scale(0.95);
}
._mobileMenuToggle_1n5hz_117 span {
  width: 100%;
  height: 3px;
  background: #8256e7;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
._mobileMenuToggle_1n5hz_117:hover span {
  background: #a78bfa;
}
._navContent_1n5hz_135._showMobile_1n5hz_161 ~ ._mobileMenuToggle_1n5hz_117 span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
._navContent_1n5hz_135._showMobile_1n5hz_161 ~ ._mobileMenuToggle_1n5hz_117 span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}
._navContent_1n5hz_135._showMobile_1n5hz_161 ~ ._mobileMenuToggle_1n5hz_117 span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
._brand_1n5hz_174 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 1.3rem;
  transition: transform 0.3s ease, color 0.3s ease;
  position: relative;
  overflow: hidden;
}
._brand_1n5hz_174 a:hover {
  transform: translateY(-1px);
  color: #8256e7;
}
._brand_1n5hz_174 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(130, 86, 231, 0.1),
      transparent);
  transition: left 0.6s ease;
}
._brand_1n5hz_174 a:hover::before {
  left: 100%;
}
._logo_1n5hz_206 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
  transition: transform 0.3s ease, filter 0.3s ease;
}
._logo_1n5hz_206 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
._brand_1n5hz_174 a:hover ._logo_1n5hz_206 {
  transform: rotate(5deg) scale(1.1);
  filter: drop-shadow(0 2px 4px rgba(130, 86, 231, 0.3));
}
._navContent_1n5hz_135 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 1rem;
}
._navContent_1n5hz_135 a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
._navContent_1n5hz_135 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.1),
      rgba(130, 86, 231, 0.05));
  transition: width 0.3s ease;
  z-index: -1;
  pointer-events: none;
}
._navContent_1n5hz_135 a:hover::before {
  width: 100%;
}
._navContent_1n5hz_135 a:hover {
  color: #8256e7;
  transform: translateY(-1px);
}
._navContent_1n5hz_135 a._active_1n5hz_81 {
  color: #8256e7;
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.1),
      rgba(130, 86, 231, 0.05));
  transform: translateY(-1px);
}
._navContent_1n5hz_135 a._active_1n5hz_81::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #8256e7,
      #a78bfa);
  border-radius: 2px;
  animation: _activeIndicator_1n5hz_1 0.5s ease;
  pointer-events: none;
}
@keyframes _activeIndicator_1n5hz_1 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 20px;
    opacity: 1;
  }
}
._authButtons_1n5hz_301 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
._loginButton_1n5hz_308,
._signupButton_1n5hz_308,
._signOutButton_1n5hz_308,
._profileButton_1n5hz_308 {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 0.875rem;
  white-space: nowrap;
  height: 38px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  min-width: 0;
  flex: 1;
}
._loginButton_1n5hz_308,
._profileButton_1n5hz_308,
._signupButton_1n5hz_308 {
  color: #8256e7;
  background-color: transparent;
  border: 2px solid #8256e7 !important;
}
._loginButton_1n5hz_308:hover,
._profileButton_1n5hz_308:hover,
._signupButton_1n5hz_308:hover {
  background-color: #8256e7;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(130, 86, 231, 0.3);
}
._signOutButton_1n5hz_308 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a78bfa);
  color: white;
  border: 2px solid transparent !important;
}
._signOutButton_1n5hz_308::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      #6b45c1,
      #8b5cf6);
  transition: left 0.3s ease;
  z-index: -1;
}
._signOutButton_1n5hz_308:hover::before {
  left: 100%;
}
._signOutButton_1n5hz_308:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(130, 86, 231, 0.4);
}
._eliteAnalyticsButton_1n5hz_370 {
  background:
    linear-gradient(
      135deg,
      #8b5cf6,
      #a855f7) !important;
  color: white !important;
  border: 2px solid transparent !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem;
  font-weight: 600 !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  white-space: nowrap !important;
}
._eliteAnalyticsButton_1n5hz_370::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      #7c3aed,
      #9333ea);
  transition: left 0.3s ease;
  z-index: -1;
}
._eliteAnalyticsButton_1n5hz_370:hover::before {
  left: 100%;
}
._eliteAnalyticsButton_1n5hz_370:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4) !important;
  background:
    linear-gradient(
      135deg,
      #7c3aed,
      #9333ea) !important;
}
@keyframes _slideInFromRight_1n5hz_1 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes _slideInFromLeft_1n5hz_1 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes _fadeIn_1n5hz_1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  ._navContainer_1n5hz_17 {
    padding: 1rem;
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  ._desktopNavLinks_1n5hz_30,
  ._desktopAuthButtons_1n5hz_102,
  ._navbar_1n5hz_1 ._desktopNavLinks_1n5hz_30,
  ._navbar_1n5hz_1 ._desktopAuthButtons_1n5hz_102 {
    display: none !important;
  }
  ._desktopNavLinks_1n5hz_30,
  ._desktopAuthButtons_1n5hz_102,
  ._navbar_1n5hz_1 ._desktopNavLinks_1n5hz_30,
  ._navbar_1n5hz_1 ._desktopAuthButtons_1n5hz_102,
  ._navContainer_1n5hz_17 ._desktopNavLinks_1n5hz_30,
  ._navContainer_1n5hz_17 ._desktopAuthButtons_1n5hz_102,
  ._navContainer_1n5hz_17 > ._desktopNavLinks_1n5hz_30,
  ._navContainer_1n5hz_17 > ._desktopAuthButtons_1n5hz_102 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
  }
  ._mobileMenuToggle_1n5hz_117 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease;
    padding: 10px;
    border-radius: 8px;
    background: transparent;
    border: none;
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  ._mobileMenuToggle_1n5hz_117:hover {
    transform: scale(1.05);
    background-color: rgba(130, 86, 231, 0.1);
  }
  ._mobileMenuToggle_1n5hz_117:active {
    transform: scale(0.95);
  }
  ._mobileMenuToggle_1n5hz_117 span {
    width: 24px;
    height: 3px;
    background:
      linear-gradient(
        90deg,
        #8256e7,
        #a78bfa);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
    transform-origin: center;
    -webkit-transform-origin: center;
  }
  ._mobileMenuToggle_1n5hz_117:hover span {
    background:
      linear-gradient(
        90deg,
        #6b45c1,
        #8b5cf6);
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ~ ._mobileMenuToggle_1n5hz_117 span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    -webkit-transform: rotate(45deg) translate(6px, 6px);
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ~ ._mobileMenuToggle_1n5hz_117 span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ~ ._mobileMenuToggle_1n5hz_117 span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
  }
  ._navContent_1n5hz_135 {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    box-shadow: -4px 0 25px rgba(0, 0, 0, 0.25);
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  ._mobileMenuHeader_1n5hz_563 {
    background:
      linear-gradient(
        135deg,
        #8256e7,
        #a78bfa);
    color: white;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: sticky;
    top: 0;
    z-index: 10;
  }
  ._mobileMenuHeader_1n5hz_563 h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
  }
  ._mobileMenuHeader_1n5hz_563 p {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
  }
  ._mobileMenuContent_1n5hz_587 {
    padding: 2rem;
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 {
    right: 0;
    animation: _slideInFromRight_1n5hz_1 0.3s ease;
  }
  ._navLinks_1n5hz_597 {
    flex-direction: column;
    gap: 0.75rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    align-items: stretch;
  }
  ._navLinks_1n5hz_597 a {
    padding: 1.25rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(130, 86, 231, 0.2);
    width: 100%;
    transform: translateX(30px);
    opacity: 0;
    animation: _slideInFromRight_1n5hz_1 0.4s ease forwards;
    min-height: 44px;
    display: flex;
    align-items: center;
    position: relative;
    color: #1f2937;
    font-weight: 500;
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ._navLinks_1n5hz_597 a:nth-child(1) {
    animation-delay: 0.05s;
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ._navLinks_1n5hz_597 a:nth-child(2) {
    animation-delay: 0.1s;
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ._navLinks_1n5hz_597 a:nth-child(3) {
    animation-delay: 0.15s;
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ._navLinks_1n5hz_597 a:nth-child(4) {
    animation-delay: 0.2s;
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ._navLinks_1n5hz_597 a:nth-child(5) {
    animation-delay: 0.25s;
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ._navLinks_1n5hz_597 a:nth-child(6) {
    animation-delay: 0.3s;
  }
  ._navLinks_1n5hz_597 a._active_1n5hz_81::after {
    display: none;
  }
  ._authButtons_1n5hz_301 {
    flex-direction: column;
    gap: 0.75rem;
    margin-left: 0;
    align-items: stretch;
  }
  ._loginButton_1n5hz_308,
  ._signupButton_1n5hz_308,
  ._signOutButton_1n5hz_308,
  ._profileButton_1n5hz_308 {
    width: 100%;
    height: 48px;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ._authButtons_1n5hz_301 {
    animation: _fadeIn_1n5hz_1 0.4s ease forwards 0.3s;
  }
  ._requestBrandButton_1n5hz_676 {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    margin-right: 0;
    height: 48px;
    font-size: 1rem;
    font-weight: 600;
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ._requestBrandButton_1n5hz_676 {
    animation: _slideInFromRight_1n5hz_1 0.4s ease 0.2s both;
  }
  ._modal_1n5hz_691 {
    margin: 1rem;
    width: calc(100% - 2rem);
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
  }
  ._modalHeader_1n5hz_698 {
    padding: 1.25rem;
  }
  ._modalContent_1n5hz_702 {
    padding: 1.25rem;
  }
  ._formActions_1n5hz_706 {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  ._cancelButton_1n5hz_711,
  ._submitButton_1n5hz_712 {
    width: 100%;
    height: 48px;
  }
}
._navContent_1n5hz_135._showMobile_1n5hz_161::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;
  animation: _fadeIn_1n5hz_1 0.3s ease;
}
._requestBrandButton_1n5hz_676 {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 0.875rem;
  white-space: nowrap;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(130, 86, 231, 0.2);
}
._requestBrandButton_1n5hz_676:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(130, 86, 231, 0.3);
}
@media (max-width: 768px) {
  ._requestBrandButton_1n5hz_676 {
    width: 100%;
    margin: 0.75rem 0;
  }
}
._modalOverlay_1n5hz_767 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: _fadeInOverlay_1n5hz_1 0.3s ease;
}
@keyframes _fadeInOverlay_1n5hz_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._modal_1n5hz_691 {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  max-height: 90dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  animation: _slideInModal_1n5hz_1 0.3s ease;
  transform: translate3d(0, 0, 0);
}
@keyframes _slideInModal_1n5hz_1 {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
._modalHeader_1n5hz_698 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 0;
  border-bottom: 1px solid #e5e7eb;
}
._modalHeader_1n5hz_698 h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
}
._closeButton_1n5hz_834 {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.2s ease;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
._closeButton_1n5hz_834:hover {
  background-color: #f3f4f6;
  color: #374151;
  transform: scale(1.1);
}
._closeButton_1n5hz_834:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._modalContent_1n5hz_702 {
  padding: 1.5rem;
}
._modalDescription_1n5hz_865 {
  color: #6b7280;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
._formGroup_1n5hz_871 {
  margin-bottom: 1.5rem;
}
._formGroup_1n5hz_871 label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
}
._formGroup_1n5hz_871 input,
._formGroup_1n5hz_871 textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
._formGroup_1n5hz_871 input:focus,
._formGroup_1n5hz_871 textarea:focus {
  outline: none;
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._formGroup_1n5hz_871 input:disabled,
._formGroup_1n5hz_871 textarea:disabled {
  background-color: #f9fafb;
  color: #6b7280;
  cursor: not-allowed;
}
._formGroup_1n5hz_871 small {
  display: block;
  margin-top: 0.25rem;
  color: #ef4444;
  font-size: 0.75rem;
}
._formGroup_1n5hz_871 textarea {
  resize: vertical;
  min-height: 100px;
}
._formActions_1n5hz_706 {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
}
._cancelButton_1n5hz_711,
._submitButton_1n5hz_712 {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  min-height: 44px;
}
._cancelButton_1n5hz_711 {
  background-color: #f3f4f6;
  color: #374151;
}
._cancelButton_1n5hz_711:hover:not(:disabled) {
  background-color: #e5e7eb;
  transform: translateY(-1px);
}
._submitButton_1n5hz_712 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a78bfa);
  color: white;
}
._submitButton_1n5hz_712:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._submitButton_1n5hz_712:disabled,
._cancelButton_1n5hz_711:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}
@media (max-width: 768px) {
  ._navLinks_1n5hz_597 {
    padding: 0.5rem 0;
  }
  ._requestBrandButton_1n5hz_676 {
    width: 100%;
    margin: 1rem 0;
    height: 48px;
  }
  ._navContent_1n5hz_135._showMobile_1n5hz_161 ._requestBrandButton_1n5hz_676 {
    animation: _slideInFromRight_1n5hz_1 0.4s ease 0.25s both;
  }
  ._authButtons_1n5hz_301 {
    gap: 1rem;
    margin-top: 1rem;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start;
  }
  ._loginButton_1n5hz_308,
  ._signupButton_1n5hz_308,
  ._signOutButton_1n5hz_308,
  ._profileButton_1n5hz_308 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 48px;
    font-size: 1rem;
    font-weight: 600;
    flex-shrink: 0 !important;
    flex-grow: 1 !important;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  ._modal_1n5hz_691 {
    margin: 1rem;
    width: calc(100% - 2rem);
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
  }
  ._modalHeader_1n5hz_698 {
    padding: 1.25rem 1.25rem 0;
  }
  ._modalContent_1n5hz_702 {
    padding: 1.25rem;
  }
  ._formActions_1n5hz_706 {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  ._cancelButton_1n5hz_711,
  ._submitButton_1n5hz_712 {
    width: 100%;
    height: 48px;
    font-size: 1rem;
  }
}
._notificationContainer_1n5hz_1036 {
  position: relative;
  display: inline-block;
}
._notificationButton_1n5hz_1041 {
  background: none;
  border: none;
  padding: 0.5rem;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
._notificationButton_1n5hz_1041:hover {
  background-color: rgba(130, 86, 231, 0.1);
  transform: scale(1.05);
}
._bellIcon_1n5hz_1061 {
  width: 20px;
  height: 20px;
  color: #6b7280;
  transition: color 0.2s ease;
}
._notificationButton_1n5hz_1041:hover ._bellIcon_1n5hz_1061 {
  color: #8256e7;
}
._notificationBadge_1n5hz_1072 {
  position: absolute;
  top: 0;
  right: 0;
  background: #ef4444;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: _pulse_1n5hz_1 2s infinite;
  border: 2px solid white;
}
@keyframes _pulse_1n5hz_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
._notificationsDropdown_1n5hz_1102 {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  max-height: 400px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e7eb;
  z-index: 1000;
  overflow: hidden;
  animation: _slideInNotifications_1n5hz_1 0.3s ease;
  margin-top: 0.5rem;
}
@keyframes _slideInNotifications_1n5hz_1 {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._notificationsHeader_1n5hz_1129 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}
._notificationsHeader_1n5hz_1129 h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
}
._markAllRead_1n5hz_1145 {
  background: none;
  border: none;
  color: #8256e7;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
._markAllRead_1n5hz_1145:hover {
  background-color: rgba(130, 86, 231, 0.1);
}
._notificationsList_1n5hz_1160 {
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
._notificationLoading_1n5hz_1166 {
  padding: 2rem;
  text-align: center;
  color: #6b7280;
}
._noNotifications_1n5hz_1172 {
  padding: 2rem;
  text-align: center;
  color: #6b7280;
}
._noNotifications_1n5hz_1172 p {
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}
._noNotifications_1n5hz_1172 span {
  font-size: 0.875rem;
  opacity: 0.8;
}
._notificationItem_1n5hz_1188 {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #f3f4f6;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
._notificationItem_1n5hz_1188:last-child {
  border-bottom: none;
}
._notificationItem_1n5hz_1188:hover {
  background-color: #f9fafb;
}
._notificationItem_1n5hz_1188._unread_1n5hz_1203 {
  background-color: rgba(130, 86, 231, 0.05);
}
._notificationContent_1n5hz_1207 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
._notificationHeader_1n5hz_1213 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
._notificationType_1n5hz_1220 {
  font-size: 0.75rem;
  color: #8256e7;
  font-weight: 500;
  text-transform: uppercase;
}
._notificationHeader_1n5hz_1213 h4 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  flex: 1;
}
._unreadDot_1n5hz_1235 {
  width: 8px;
  height: 8px;
  background: #8256e7;
  border-radius: 50%;
  flex-shrink: 0;
}
._notificationItem_1n5hz_1188 p {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}
._notificationAction_1n5hz_1250 {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #8256e7;
  font-weight: 500;
  text-decoration: none;
}
._authSection_1n5hz_1258 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  ._notificationsDropdown_1n5hz_1102 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    max-height: none;
    border-radius: 0;
    margin-top: 0;
    z-index: 1001;
  }
  ._notificationsList_1n5hz_1160 {
    max-height: calc(100vh - 120px);
    max-height: calc(100dvh - 120px);
  }
  ._notificationItem_1n5hz_1188 {
    padding: 1.25rem;
    min-height: 60px;
  }
  ._notificationsHeader_1n5hz_1129 {
    padding: 1.25rem;
  }
}
._carousel_1n8ju_1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
._slideContainer_1n8ju_7 {
  width: 100%;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}
._slideContainer_1n8ju_7._fading_1n8ju_13 {
  opacity: 0.3;
}
._slide_1n8ju_7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
._slideItem_1n8ju_26 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._indicators_1n8ju_33 {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
._indicator_1n8ju_33 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #d1d5db;
  cursor: pointer;
  transition: all 0.3s ease;
}
._indicator_1n8ju_33:hover {
  background-color: #9ca3af;
  transform: scale(1.1);
}
._indicator_1n8ju_33._active_1n8ju_55 {
  background-color: #8256e7;
  transform: scale(1.2);
}
._emptyCarousel_1n8ju_60 {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
  font-style: italic;
}
@media (max-width: 768px) {
  ._slide_1n8ju_7 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }
  ._indicators_1n8ju_33 {
    margin-top: 1rem;
  }
  ._indicator_1n8ju_33 {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 480px) {
  ._slide_1n8ju_7 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
  }
}
@keyframes _fadeIn_1n8ju_1 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._slideItem_1n8ju_26 {
  animation: _fadeIn_1n8ju_1 0.6s ease-out;
}
._carousel_1n8ju_1._featuredBrands_1n8ju_108 ._slide_1n8ju_7 {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  ._carousel_1n8ju_1._featuredBrands_1n8ju_108 ._slide_1n8ju_7 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}
._carousel_1n8ju_1._categories_1n8ju_121 ._slide_1n8ju_7 {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: center;
}
@media (max-width: 1024px) {
  ._carousel_1n8ju_1._categories_1n8ju_121 ._slide_1n8ju_7 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  ._carousel_1n8ju_1._categories_1n8ju_121 ._slide_1n8ju_7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  ._carousel_1n8ju_1._categories_1n8ju_121 ._slide_1n8ju_7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
._pageTransition_1oqfb_1 {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  min-height: 100vh;
  will-change: opacity, transform;
}
._pageTransition_1oqfb_1._loaded_1oqfb_10 {
  opacity: 1;
  transform: translateY(0) scale(1);
}
._pageTransition_1oqfb_1._loaded_1oqfb_10 > * {
  animation: _slideInFromBottom_1oqfb_1 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
._pageTransition_1oqfb_1._loaded_1oqfb_10 > *:nth-child(1) {
  animation-delay: 0.1s;
}
._pageTransition_1oqfb_1._loaded_1oqfb_10 > *:nth-child(2) {
  animation-delay: 0.2s;
}
._pageTransition_1oqfb_1._loaded_1oqfb_10 > *:nth-child(3) {
  animation-delay: 0.3s;
}
._pageTransition_1oqfb_1._loaded_1oqfb_10 > *:nth-child(4) {
  animation-delay: 0.4s;
}
@keyframes _slideInFromBottom_1oqfb_1 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes _fadeInUp_1oqfb_1 {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
._pageTransition_1oqfb_1 {
  scroll-behavior: smooth;
}
._pageTransition_1oqfb_1:not(._loaded_1oqfb_10) {
  background:
    linear-gradient(
      135deg,
      #f8fafc,
      #ffffff);
}
._pageTransition_1oqfb_1._loaded_1oqfb_10 {
  background: transparent;
}
._container_1qssx_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
._header_1qssx_7 {
  background-color: #8256e7;
  padding: 2.5rem 0;
  text-align: center;
  color: white;
}
._headerContent_1qssx_14 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
._header_1qssx_7 h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}
._header_1qssx_7 p {
  font-size: 1.1rem;
  opacity: 0.9;
  color: white;
}
._contentContainer_1qssx_33 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
}
._filterContainer_1qssx_40 {
  padding: 2rem 0;
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
}
._searchBar_1qssx_46 {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  position: relative;
  overflow: hidden;
}
._searchBar_1qssx_46 input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
._searchBar_1qssx_46 input:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25), 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
._searchBar_1qssx_46::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(130, 86, 231, 0.1),
      transparent);
  transition: left 0.6s ease;
  z-index: 0;
  border-radius: 0.5rem;
}
._searchBar_1qssx_46:focus-within::before {
  left: 100%;
}
._filterToggle_1qssx_89 {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
._filterToggle_1qssx_89 button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
._filterToggle_1qssx_89 button:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: #f0e7ff;
}
._filterToggle_1qssx_89 svg {
  width: 16px;
  height: 16px;
}
._activeFiltersCount_1qssx_121 {
  background-color: #8256e7;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.125rem 0.4rem;
  border-radius: 9999px;
  min-width: 1.25rem;
  text-align: center;
  margin-left: 0.25rem;
}
._advancedFilters_1qssx_133 {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(-20px);
  animation: _filtersPanelSlideIn_1qssx_1 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes _filtersPanelSlideIn_1qssx_1 {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._filtersHeader_1qssx_161 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
._filtersTitle_1qssx_169 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
}
._clearAllButton_1qssx_176 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
}
._clearAllButton_1qssx_176:hover {
  background-color: #fee2e2;
  border-color: #fecaca;
  color: #dc2626;
}
._filtersGrid_1qssx_197 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
._filterSection_1qssx_203 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._filterSection_1qssx_203 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._filterCount_1qssx_219 {
  background-color: #8256e7;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  min-width: 1.5rem;
  text-align: center;
  margin-left: auto;
}
._filterOptions_1qssx_231 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start;
}
._filterButton_1qssx_238 {
  padding: 0.5rem 1rem;
  background-color: white;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
._filterButton_1qssx_238::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.1),
      rgba(130, 86, 231, 0.05));
  transition: left 0.3s ease;
  z-index: -1;
}
._filterButton_1qssx_238:hover::before {
  left: 0;
}
._filterButton_1qssx_238:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
._filterButton_1qssx_238._active_1qssx_121 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a78bfa);
  color: white;
  border-color: #8256e7;
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.3);
  transform: translateY(-1px);
}
._filterButton_1qssx_238._active_1qssx_121::before {
  display: none;
}
._sortControls_1qssx_294 {
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
}
._sortControls_1qssx_294 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
._sortOptions_1qssx_307 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
._sortOptions_1qssx_307 select {
  padding: 0.5rem 0.75rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.5rem;
  background-color: white;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 150px;
}
._sortOptions_1qssx_307 select:focus {
  outline: none;
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.15);
}
._sortOrderButton_1qssx_332 {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #64748b;
}
._sortOrderButton_1qssx_332:hover {
  border-color: #8256e7;
  color: #8256e7;
  background-color: #f7f3ff;
  transform: translateY(-1px);
}
._resultsInfo_1qssx_355 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  color: #666;
  font-size: 0.95rem;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #e9ecef;
}
._brandsGrid_1qssx_367 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
}
._brandCard_1qssx_376 {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  animation: _cardFadeIn_1qssx_1 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
._brandCard_1qssx_376:nth-child(1) {
  animation-delay: 0.1s;
}
._brandCard_1qssx_376:nth-child(2) {
  animation-delay: 0.15s;
}
._brandCard_1qssx_376:nth-child(3) {
  animation-delay: 0.2s;
}
._brandCard_1qssx_376:nth-child(4) {
  animation-delay: 0.25s;
}
._brandCard_1qssx_376:nth-child(5) {
  animation-delay: 0.3s;
}
._brandCard_1qssx_376:nth-child(6) {
  animation-delay: 0.35s;
}
._brandCard_1qssx_376:nth-child(7) {
  animation-delay: 0.4s;
}
._brandCard_1qssx_376:nth-child(8) {
  animation-delay: 0.45s;
}
._brandCard_1qssx_376:nth-child(9) {
  animation-delay: 0.5s;
}
@keyframes _cardFadeIn_1qssx_1 {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._brandCard_1qssx_376:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
._brandImage_1qssx_416 {
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background-color: transparent;
}
._brandImage_1qssx_416 > div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
._brandImage_1qssx_416 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
._brandInfo_1qssx_447 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
._brandInfo_1qssx_447 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
._brandMeta_1qssx_460 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
._category_1qssx_467 {
  color: #8256e7;
  font-weight: 500;
}
._country_1qssx_472,
._year_1qssx_472 {
  color: #666;
  font-size: 0.8rem;
}
._contactType_1qssx_477 {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
._contactType_1qssx_477._agency_1qssx_486 {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #93c5fd;
}
._contactType_1qssx_477._direct_1qssx_492 {
  background-color: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}
._budget_1qssx_498 {
  margin: 0.75rem 0;
  font-weight: 600;
  color: #333;
}
._description_1qssx_504 {
  color: #495057;
  margin-bottom: 1rem;
  line-height: 1.5;
  flex-grow: 1;
}
._tags_1qssx_511 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
._tag_1qssx_511 {
  padding: 0.25rem 0.75rem;
  background-color: #f0e7ff;
  color: #8256e7;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}
._brandActions_1qssx_527 {
  display: flex;
  gap: 0.375rem;
  margin-top: 1.5rem;
}
._websiteLink_1qssx_533,
._contactsLink_1qssx_533,
._detailsLink_1qssx_533 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  flex: 1;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: 0;
}
._websiteLink_1qssx_533 {
  background-color: #8256e7;
  color: white;
}
._websiteLink_1qssx_533:hover {
  background-color: #6b45c1;
}
._contactsLink_1qssx_533 {
  background-color: #f0f0f0;
  color: #333;
}
._contactsLink_1qssx_533:hover {
  background-color: #e6e6e6;
}
._detailsLink_1qssx_533 {
  background-color: #f0f0f0;
  color: #333;
}
._detailsLink_1qssx_533:hover {
  background-color: #e6e6e6;
}
@media (max-width: 1200px) {
  ._brandActions_1qssx_527 {
    flex-direction: column;
    gap: 0.5rem;
  }
  ._websiteLink_1qssx_533,
  ._contactsLink_1qssx_533,
  ._detailsLink_1qssx_533 {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}
._noBrands_1qssx_588 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem;
  color: #666;
}
._resetButton_1qssx_595 {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #8256e7;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
  ._header_1qssx_7 h1 {
    font-size: 2rem;
  }
  ._header_1qssx_7 p {
    font-size: 1rem;
  }
  ._contentContainer_1qssx_33 {
    padding: 0 1rem;
  }
  ._brandsGrid_1qssx_367 {
    grid-template-columns: 1fr;
    padding: 1.5rem 0;
    gap: 1.5rem;
  }
  ._filterContainer_1qssx_40 {
    padding: 1.5rem 0;
  }
  ._advancedFilters_1qssx_133 {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  ._filtersHeader_1qssx_161 {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  ._filtersTitle_1qssx_169 {
    font-size: 1.125rem;
    text-align: center;
  }
  ._clearAllButton_1qssx_176 {
    align-self: center;
  }
  ._filtersGrid_1qssx_197 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._filterOptions_1qssx_231 {
    gap: 0.5rem;
  }
  ._filterButton_1qssx_238 {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    min-height: 2.25rem;
  }
  ._sortOptions_1qssx_307 {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  ._sortOptions_1qssx_307 select {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 480px) {
  ._advancedFilters_1qssx_133 {
    padding: 1rem;
    gap: 1.25rem;
  }
  ._filtersTitle_1qssx_169 {
    font-size: 1rem;
  }
  ._clearAllButton_1qssx_176 {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  ._filterSection_1qssx_203 h3 {
    font-size: 0.9rem;
  }
  ._filterButton_1qssx_238 {
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    min-height: 2rem;
  }
  ._sortOrderButton_1qssx_332 {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
  }
}
._brandLogo_1qssx_710 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0;
  padding: 0.25rem;
}
._brandCardSkeleton_1qssx_724 {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  min-height: 300px;
  animation: _pulse_1qssx_1 1.5s ease-in-out infinite alternate;
}
._skeletonImage_1qssx_733 {
  width: 100%;
  height: 140px;
  background: var(--border);
}
._skeletonContent_1qssx_739 {
  padding: 1rem;
}
._skeletonTitle_1qssx_743 {
  width: 80%;
  height: 1.25rem;
  background: var(--border);
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
._skeletonText_1qssx_751 {
  width: 100%;
  height: 1rem;
  background: var(--border);
  border-radius: 4px;
  margin-bottom: 0.25rem;
}
._skeletonText_1qssx_751:last-child {
  width: 60%;
}
._emptyState_1qssx_763 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
._emptyState_1qssx_763 svg {
  opacity: 0.3;
}
._emptyState_1qssx_763 h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
._emptyState_1qssx_763 p {
  margin: 0;
  font-size: 1.1rem;
}
@keyframes _pulse_1qssx_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
._amazonCard_1qssx_798 {
  background: #232E3E !important;
  color: #ffffff !important;
}
._amazonCard_1qssx_798 h3 {
  color: #ffffff !important;
}
._amazonCard_1qssx_798 p {
  color: rgba(255, 255, 255, 0.8) !important;
}
._amazonCard_1qssx_798 ._text-gray-600_1qssx_811 {
  color: rgba(255, 255, 255, 0.7) !important;
}
._amazonCard_1qssx_798:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-4px) !important;
}
._amazonCard_1qssx_798 button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
._amazonCard_1qssx_798 ._bg-gray-100_1qssx_824 {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
._pagination_1qssx_830 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid #e9ecef;
}
._paginationInfo_1qssx_840 {
  font-size: 0.9rem;
  color: #6c757d;
  text-align: center;
}
._paginationControls_1qssx_846 {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
._paginationButton_1qssx_854 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #495057;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
._paginationButton_1qssx_854:hover:not(._disabled_1qssx_870) {
  background-color: #f8f9fa;
  border-color: #8256e7;
  color: #8256e7;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.15);
}
._paginationButton_1qssx_854._disabled_1qssx_870 {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f8f9fa;
  color: #6c757d;
}
._paginationButton_1qssx_854._disabled_1qssx_870:hover {
  transform: none;
  box-shadow: none;
  border-color: #dee2e6;
  color: #6c757d;
}
._pageNumbers_1qssx_892 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
._pageButton_1qssx_898 {
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #495057;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
._pageButton_1qssx_898:hover:not(._disabled_1qssx_870) {
  background-color: #f8f9fa;
  border-color: #8256e7;
  color: #8256e7;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.15);
}
._pageButton_1qssx_898._active_1qssx_121 {
  background-color: #8256e7;
  border-color: #8256e7;
  color: white;
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.3);
}
._pageButton_1qssx_898._active_1qssx_121:hover {
  background-color: #7c4fd8;
  border-color: #7c4fd8;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.4);
}
._pageButton_1qssx_898._ellipsis_1qssx_936 {
  cursor: default;
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
  min-width: auto;
  padding: 0 0.5rem;
}
._pageButton_1qssx_898._ellipsis_1qssx_936:hover {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
  transform: none;
  box-shadow: none;
}
._pageButton_1qssx_898._disabled_1qssx_870 {
  opacity: 0.5;
  cursor: not-allowed;
}
._pageButton_1qssx_898._disabled_1qssx_870:hover {
  transform: none;
  box-shadow: none;
  border-color: #dee2e6;
  color: #6c757d;
}
@media (max-width: 768px) {
  ._paginationControls_1qssx_846 {
    flex-direction: column;
    gap: 1rem;
  }
  ._pageNumbers_1qssx_892 {
    order: 2;
  }
  ._paginationButton_1qssx_854 {
    order: 1;
  }
  ._pageButton_1qssx_898 {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8rem;
  }
}
._filterDropdown_1qssx_988 {
  margin-top: 0.5rem;
}
._filterSelect_1qssx_992 {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #495057;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  padding-right: 2.5rem;
  position: relative;
  background-image: none !important;
  background: #fff !important;
}
._filterSelect_1qssx_992:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._filterSelect_1qssx_992:hover {
  border-color: #8256e7;
}
._multiSelectContainer_1qssx_1026 {
  position: relative;
  width: 100%;
}
._multiSelectDisplay_1qssx_1031 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #495057;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 2.75rem;
}
._multiSelectDisplay_1qssx_1031:hover {
  border-color: #8256e7;
}
._multiSelectContainer_1qssx_1026:focus-within ._multiSelectDisplay_1qssx_1031 {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.25);
}
._placeholder_1qssx_1056 {
  color: #6c757d;
  font-style: italic;
}
._selectedCount_1qssx_1061 {
  color: #8256e7;
  font-weight: 600;
}
._multiSelectOptions_1qssx_1066 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  margin-top: 0.25rem;
}
._multiSelectContainer_1qssx_1026:hover ._multiSelectOptions_1qssx_1066,
._multiSelectContainer_1qssx_1026:focus-within ._multiSelectOptions_1qssx_1066 {
  display: block;
}
._multiSelectOption_1qssx_1066 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 0.875rem;
  color: #495057;
}
._multiSelectOption_1qssx_1066:hover {
  background-color: #f8f9fa;
}
._multiSelectOption_1qssx_1066 input[type=checkbox] {
  display: none;
}
._checkbox_1qssx_1106 {
  width: 1rem;
  height: 1rem;
  border: 2px solid #dee2e6;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
._multiSelectOption_1qssx_1066 input[type=checkbox]:checked + ._checkbox_1qssx_1106 {
  background-color: #8256e7;
  border-color: #8256e7;
}
._multiSelectOption_1qssx_1066 input[type=checkbox]:checked + ._checkbox_1qssx_1106::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  border-radius: 0.125rem;
}
._multiSelectOption_1qssx_1066 input[type=checkbox]:checked + ._checkbox_1qssx_1106 + span {
  color: #8256e7;
  font-weight: 500;
}
@media (max-width: 768px) {
  ._filterSelect_1qssx_992,
  ._multiSelectDisplay_1qssx_1031 {
    font-size: 0.8rem;
    padding: 0.625rem 0.875rem;
  }
  ._multiSelectOptions_1qssx_1066 {
    max-height: 150px;
  }
  ._multiSelectOption_1qssx_1066 {
    padding: 0.375rem 0.875rem;
    font-size: 0.8rem;
  }
}
._searchSection_1qssx_1157 {
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #6b45c1 100%);
  padding: 4rem 2rem;
  text-align: center;
  color: white;
}
._searchContainer_1qssx_1164 {
  max-width: 800px;
  margin: 0 auto;
}
._searchContainer_1qssx_1164 h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}
._searchContainer_1qssx_1164 p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  color: white;
}
._heroSearchBar_1qssx_1184 {
  display: flex;
  max-width: 600px;
  margin: 0 auto 2rem;
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
._heroSearchBar_1qssx_1184:focus-within {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
._heroSearchInput_1qssx_1200 {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  font-size: 1.1rem;
  background: transparent;
  color: #333;
}
._heroSearchInput_1qssx_1200::-moz-placeholder {
  color: #6c757d;
  opacity: 0.8;
}
._heroSearchInput_1qssx_1200::placeholder {
  color: #6c757d;
  opacity: 0.8;
}
._heroSearchButton_1qssx_1215 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background: #8256e7;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 60px;
}
._heroSearchButton_1qssx_1215:hover {
  background: #6b45c1;
  transform: scale(1.05);
}
._heroSearchButton_1qssx_1215:active {
  transform: scale(0.95);
}
._aiChatButtonContainer_1qssx_1237 {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
._aiChatButton_1qssx_1237 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
._aiChatButton_1qssx_1237:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
._aiChatModal_1qssx_1266 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10000;
  padding: 2rem 1rem 1rem 1rem;
}
._aiChatModalContent_1qssx_1280 {
  background: white;
  border-radius: 1rem;
  width: 100%;
  max-width: 600px;
  height: 85vh;
  max-height: 650px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  margin-top: 2rem;
}
._aiChatHeader_1qssx_1293 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
  flex-shrink: 0;
}
._aiChatStatus_1qssx_1302 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #333;
  font-weight: 600;
}
._statusIndicator_1qssx_1310 {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  animation: _pulse_1qssx_1 2s infinite;
}
._aiChatControls_1qssx_1318 {
  display: flex;
  gap: 0.5rem;
}
._clearChatBtn_1qssx_1323,
._closeChatBtn_1qssx_1324 {
  padding: 0.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
._clearChatBtn_1qssx_1323 {
  background-color: #f3f4f6;
  color: #666;
}
._closeChatBtn_1qssx_1324 {
  background-color: #fee2e2;
  color: #dc2626;
}
._clearChatBtn_1qssx_1323:hover {
  background-color: #e5e7eb;
}
._closeChatBtn_1qssx_1324:hover {
  background-color: #fecaca;
}
._aiMessagesContainer_1qssx_1353 {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  min-height: 300px;
  max-height: none;
}
._aiMessages_1qssx_1353 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 0.5rem;
}
._aiMessage_1qssx_1353 {
  display: flex;
  gap: 0.75rem;
  max-width: 85%;
}
._aiMessage_1qssx_1353._user_1qssx_1374 {
  align-self: flex-end;
  flex-direction: row-reverse;
}
._aiAvatar_1qssx_1379,
._userAvatar_1qssx_1380 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
._aiAvatar_1qssx_1379 {
  background-color: #8256e7;
  color: white;
}
._userAvatar_1qssx_1380 {
  background-color: #f3f4f6;
  color: #666;
}
._messageWrapper_1qssx_1400 {
  flex: 1;
  min-width: 0;
}
._messageContent_1qssx_1405 {
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
._aiMessage_1qssx_1353._user_1qssx_1374 ._messageContent_1qssx_1405 {
  background-color: #8256e7;
  color: white;
}
._messageContext_1qssx_1420 {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(130, 86, 231, 0.05);
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
._contactLimit_1qssx_1428 {
  color: #8256e7;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
._brandCount_1qssx_1434 {
  color: #6c757d;
  font-size: 0.8rem;
}
._navigationSuggestions_1qssx_1439 {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
}
._suggestionsHeader_1qssx_1447 {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
._suggestionsList_1qssx_1454 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._suggestionItem_1qssx_1460 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  background-color: white;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
}
._suggestionItem_1qssx_1460:hover {
  border-color: #8256e7;
  box-shadow: 0 2px 8px rgba(130, 86, 231, 0.15);
  transform: translateY(-1px);
}
._suggestionContent_1qssx_1479 {
  flex: 1;
}
._suggestionTitle_1qssx_1483 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
}
._suggestionDetails_1qssx_1489 {
  font-size: 0.8rem;
  color: #6c757d;
}
._suggestionArrow_1qssx_1494 {
  color: #8256e7;
  font-weight: bold;
  font-size: 1.2rem;
}
._messageTime_1qssx_1500 {
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.25rem;
  text-align: right;
}
._typingIndicator_1qssx_1507 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
}
._typingDot_1qssx_1514 {
  width: 6px;
  height: 6px;
  background-color: #8256e7;
  border-radius: 50%;
  animation: _typing_1qssx_1507 1.4s infinite ease-in-out;
}
._typingDot_1qssx_1514:nth-child(2) {
  animation-delay: 0.2s;
}
._typingDot_1qssx_1514:nth-child(3) {
  animation-delay: 0.4s;
}
._aiInputForm_1qssx_1530 {
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  flex-shrink: 0;
  background-color: #fafbfc;
}
._inputWrapper_1qssx_1537 {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
._aiInput_1qssx_1530 {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.75rem;
  outline: none;
  font-size: 0.9rem;
  transition: border-color 0.2s ease;
  background-color: white;
}
._aiInput_1qssx_1530:focus {
  border-color: #8256e7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._aiSubmitButton_1qssx_1559 {
  padding: 0.75rem;
  background-color: #f3f4f6;
  color: #666;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
}
._aiSubmitButton_1qssx_1559._active_1qssx_121 {
  background-color: #8256e7;
  color: white;
}
._aiSubmitButton_1qssx_1559:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
._quickPrompts_1qssx_1583 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
._quickPrompt_1qssx_1583 {
  padding: 0.5rem 0.75rem;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
._quickPrompt_1qssx_1583:hover:not(:disabled) {
  background-color: #8256e7;
  color: white;
  border-color: #8256e7;
}
._categoriesSection_1qssx_1611 {
  padding: 4rem 2rem;
  background-color: #f8f9fa;
  text-align: center;
}
._categoriesSection_1qssx_1611 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}
._categoriesGrid_1qssx_1624 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
._categoryCard_1qssx_1632 {
  background-color: white;
  border-radius: 0.75rem;
  padding: 2rem 1rem;
  text-align: center;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
._categoryCard_1qssx_1632:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
._categoryIcon_1qssx_1648 {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: #8256e7;
}
._categoryCard_1qssx_1632 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
._categoryCard_1qssx_1632 p {
  color: #666;
  font-size: 0.9rem;
}
._viewAllCategoriesSection_1qssx_1666 {
  margin-top: 2rem;
}
._viewAllCategoriesButton_1qssx_1670 {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #8256e7;
  color: white;
  text-decoration: none;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
._viewAllCategoriesButton_1qssx_1670:hover {
  background-color: #6b45c1;
}
._featuredSection_1qssx_1686 {
  padding: 4rem 2rem;
  text-align: center;
  background-color: white;
}
._featuredSection_1qssx_1686 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
._featuredSubheading_1qssx_1699 {
  color: #666;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}
._featuredBrandsGrid_1qssx_1708 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
._featuredBrandCard_1qssx_1716 {
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
._featuredBrandCard_1qssx_1716:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
._brandImage_1qssx_416 {
  position: relative;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 1rem;
  width: 100%;
}
._featuredBadge_1qssx_1744,
._trendingBadge_1qssx_1745 {
  position: absolute;
  top: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._featuredBadge_1qssx_1744 {
  right: 1rem;
  background-color: #8256e7;
  color: white;
}
._trendingBadge_1qssx_1745 {
  left: 1rem;
  background-color: #ff6b6b;
  color: white;
}
._brandInfo_1qssx_447 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: white;
  border-radius: 0 0 0.75rem 0.75rem;
}
._brandInfo_1qssx_447 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #333;
}
._brandMeta_1qssx_460 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
._category_1qssx_467 {
  color: #8256e7;
  font-weight: 500;
  font-size: 0.9rem;
}
._country_1qssx_472,
._year_1qssx_472 {
  color: #6c757d;
  font-size: 0.9rem;
}
._description_1qssx_504 {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex-grow: 1;
}
._budget_1qssx_498 {
  margin-bottom: 1rem;
}
._budget_1qssx_498 span {
  font-weight: 600;
  color: #333;
}
._brandActions_1qssx_527 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
._websiteLink_1qssx_533,
._contactButton_1qssx_1827,
._detailsLink_1qssx_533 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
  flex: 1;
  justify-content: center;
}
._websiteLink_1qssx_533 {
  background-color: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
}
._contactButton_1qssx_1827 {
  background-color: #8256e7;
  color: white;
  border: 1px solid #8256e7;
  cursor: pointer;
}
._detailsLink_1qssx_533 {
  background-color: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
}
._websiteLink_1qssx_533:hover,
._detailsLink_1qssx_533:hover {
  background-color: #e9ecef;
  transform: translateY(-1px);
}
._contactButton_1qssx_1827:hover {
  background-color: #6b45c1;
  border-color: #6b45c1;
  transform: translateY(-1px);
}
._viewAllBrandsSection_1qssx_1873 {
  margin-top: 2rem;
}
._viewAllBrandsButton_1qssx_1877 {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #8256e7;
  color: white;
  text-decoration: none;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
._viewAllBrandsButton_1qssx_1877:hover {
  background-color: #6b45c1;
}
._categoryCardSkeleton_1qssx_1893,
._brandCardSkeleton_1qssx_724 {
  background-color: #f8f9fa;
  border-radius: 0.75rem;
  padding: 2rem 1rem;
  animation: _pulse_1qssx_1 1.5s ease-in-out infinite alternate;
}
._skeletonIcon_1qssx_1901 {
  width: 48px;
  height: 48px;
  background-color: #e9ecef;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
._skeletonTitle_1qssx_743 {
  width: 80%;
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin: 0 auto 0.5rem;
}
._skeletonCount_1qssx_1917 {
  width: 60%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin: 0 auto;
}
._skeletonImage_1qssx_733 {
  width: 100%;
  height: 150px;
  background-color: #e9ecef;
  border-radius: 0.75rem 0.75rem 0 0;
}
._skeletonBrandInfo_1qssx_1932 {
  padding: 1.5rem;
}
._skeletonBrandName_1qssx_1936 {
  width: 80%;
  height: 1.5rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
._skeletonBrandMeta_1qssx_1944 {
  width: 60%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
._skeletonDescription_1qssx_1952 {
  width: 100%;
  height: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
._emptyState_1qssx_763 {
  text-align: center;
  padding: 3rem;
  color: #666;
}
._emptyState_1qssx_763 p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
@keyframes _spin_1qssx_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _pulse_1qssx_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes _typing_1qssx_1507 {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
}
._browseSection_1qssx_1992 {
  background-color: #f8f9fa;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  ._searchContainer_1qssx_1164 h1 {
    font-size: 2rem;
  }
  ._searchContainer_1qssx_1164 p {
    font-size: 1rem;
  }
  ._aiChatButton_1qssx_1237 {
    width: 100%;
    justify-content: center;
  }
  ._categoriesSection_1qssx_1611 h2,
  ._featuredSection_1qssx_1686 h2 {
    font-size: 2rem;
  }
  ._categoriesGrid_1qssx_1624 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
  }
  ._featuredBrandsGrid_1qssx_1708 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._aiChatModal_1qssx_1266 {
    padding: 1rem 0.5rem 0.5rem 0.5rem;
  }
  ._aiChatModalContent_1qssx_1280 {
    height: 90vh;
    max-height: 550px;
    width: 95%;
    max-width: none;
    margin-top: 1rem;
  }
  ._aiMessage_1qssx_1353 {
    max-width: 90%;
  }
  ._aiMessagesContainer_1qssx_1353 {
    min-height: 250px;
  }
  ._quickPrompts_1qssx_1583 {
    gap: 0.25rem;
  }
  ._quickPrompt_1qssx_1583 {
    font-size: 0.75rem;
    padding: 0.4rem 0.6rem;
  }
}
.brandLogo {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.brandLogo > div {
  width: 100% !important;
  height: 100% !important;
  min-height: 120px !important;
  max-height: 120px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.brandLogo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.brandLogo img[style*="width: 100%"] {
  width: 100% !important;
  height: 100% !important;
}
.brandLogo span,
.brandLogo div > span {
  font-size: inherit !important;
  font-weight: bold !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.brandLogo .loading-spinner,
.brandLogo .animate-spin {
  width: 40px !important;
  height: 40px !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@media (max-width: 768px) {
  .brandLogo > div {
    min-height: 100px !important;
    max-height: 100px !important;
  }
  .brandLogo span,
  .brandLogo div > span {
    font-size: inherit !important;
  }
}
.brandImage {
  min-height: 140px !important;
  max-height: 140px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.browse-page-logo {
  width: 120px !important;
  height: 80px !important;
  min-width: 120px !important;
  min-height: 80px !important;
  max-width: 120px !important;
  max-height: 80px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.browse-page-logo > div {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.browse-page-logo span {
  font-size: 24px !important;
  font-weight: bold !important;
  color: white !important;
  text-align: center !important;
  line-height: 1 !important;
}
.brandImage > * {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.brandCard .brandImage {
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden !important;
}
.logo-img {
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .logo-img {
    max-width: 120px;
  }
}
@media (min-resolution: 192dpi) {
  .logo-img {
    image-rendering: -webkit-optimize-contrast;
  }
}
._container_xno5d_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
._categoriesBanner_xno5d_13 {
  background-color: #8256e7;
  padding: 2rem;
  text-align: center;
  color: white;
}
._categoriesBanner_xno5d_13 h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}
._categoriesBanner_xno5d_13 p {
  font-size: 1.1rem;
  opacity: 0.9;
  color: white;
}
._categoriesGrid_xno5d_53 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
._categoryCard_xno5d_71 {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 0.5rem;
  padding: 2rem;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
._categoryCard_xno5d_71:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
._categoryIcon_xno5d_105 {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
  color: #8256e7;
}
._categoryCard_xno5d_71 h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
._categoryCard_xno5d_71 p {
  color: #666;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  line-height: 1.5;
}
._brandCount_xno5d_145 {
  font-size: 0.9rem;
  color: #8256e7;
  font-weight: 600;
}
._categoryCardSkeleton_xno5d_159 {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 200px;
  animation: _pulse_xno5d_1 1.5s ease-in-out infinite alternate;
}
._skeletonIcon_xno5d_185 {
  width: 3rem;
  height: 3rem;
  background: var(--border);
  border-radius: 50%;
  margin-bottom: 1rem;
}
._skeletonTitle_xno5d_201 {
  width: 80%;
  height: 1.5rem;
  background: var(--border);
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
._skeletonDescription_xno5d_217 {
  width: 100%;
  height: 1rem;
  background: var(--border);
  border-radius: 4px;
  margin-bottom: 0.25rem;
}
._skeletonCount_xno5d_233 {
  width: 60%;
  height: 1rem;
  background: var(--border);
  border-radius: 4px;
  margin-top: 1rem;
}
._emptyState_xno5d_249 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text-muted);
}
._emptyState_xno5d_249 p {
  margin: 0;
  font-size: 1.1rem;
}
@keyframes _pulse_xno5d_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  ._categoriesBanner_xno5d_13 h1 {
    font-size: 2rem;
  }
  ._categoriesBanner_xno5d_13 p {
    font-size: 1rem;
  }
  ._categoriesGrid_xno5d_53 {
    grid-template-columns: 1fr;
    padding: 2rem 1rem;
  }
}
._container_oil2c_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
._categoryBanner_oil2c_13 {
  background-color: #8256e7;
  padding: 3rem 2rem;
  text-align: center;
  color: white !important;
}
._categoryBanner_oil2c_13 h1 {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white !important;
}
._categoryBanner_oil2c_13 p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  color: white !important;
  opacity: 1;
}
._categoryStats_oil2c_57 {
  margin-top: 1rem;
  font-size: 1rem;
  color: white !important;
  opacity: 0.9;
}
._brandsContainer_oil2c_71 {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
._brandsHeader_oil2c_85 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}
._brandsHeader_oil2c_85 h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
}
._brandsHeader_oil2c_85 p {
  color: #666;
  font-size: 0.9rem;
}
._brandsGrid_oil2c_125 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
._brandCard_oil2c_137 {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
._brandCard_oil2c_137:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
._brandImage_oil2c_167 {
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  width: 100%;
}
._brandImage_oil2c_167 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
._brandInfo_oil2c_201 {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
._brandInfo_oil2c_201 h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
._contactInfo_oil2c_229 {
  margin-bottom: 1rem;
}
._contact_oil2c_229 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._contactName_oil2c_249 {
  font-weight: 600;
  color: #333;
}
._contactTitle_oil2c_259 {
  font-size: 0.9rem;
  color: #666;
}
._budget_oil2c_269 {
  margin-top: 10px;
  font-weight: 500;
  color: #2c974b;
  font-size: 14px;
}
._tags_oil2c_283 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
._tag_oil2c_283 {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #666;
}
._actions_oil2c_313 {
  margin-top: auto;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
._websiteLink_oil2c_327,
._emailLink_oil2c_327 {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
._websiteLink_oil2c_327 {
  background-color: #8256e7;
  color: white;
}
._websiteLink_oil2c_327:hover {
  background-color: #6b45c1;
}
._emailLink_oil2c_327 {
  background-color: white;
  color: #8256e7;
  border: 1px solid #8256e7;
}
._emailLink_oil2c_327:hover {
  background-color: #f0e7ff;
}
._noBrands_oil2c_385 {
  text-align: center;
  padding: 3rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
}
._noBrands_oil2c_385 p {
  margin-bottom: 1rem;
  color: #666;
}
._backLink_oil2c_409 {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #8256e7;
  color: white;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}
._backLink_oil2c_409:hover {
  background-color: #6b45c1;
}
._loading_oil2c_437 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-size: 1.2rem;
  color: #666;
}
._brandMeta_oil2c_455 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 12px;
}
._category_oil2c_13,
._country_oil2c_473,
._year_oil2c_475 {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: rgba(130, 86, 231, 0.1);
  color: #8256e7;
}
._category_oil2c_13 {
  background-color: #8256e7 !important;
  color: white !important;
}
._description_oil2c_501 {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
._brandActions_oil2c_515 {
  display: flex;
  margin-top: 15px;
  gap: 10px;
}
._websiteLink_oil2c_327,
._contactsLink_oil2c_529,
._detailsLink_oil2c_531 {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
._websiteLink_oil2c_327 {
  background-color: #f0f0f0;
  color: #333;
}
._contactsLink_oil2c_529 {
  background-color: #e6e6fa;
  color: #5f4b8b;
}
._detailsLink_oil2c_531 {
  background-color: #e7f5ff;
  color: #2b7ad9;
}
._websiteLink_oil2c_327:hover,
._contactsLink_oil2c_529:hover,
._detailsLink_oil2c_531:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
._brandLogo_oil2c_599 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0;
}
@media (max-width: 768px) {
  ._categoryBanner_oil2c_13 {
    padding: 2rem 1rem;
  }
  ._categoryBanner_oil2c_13 h1 {
    font-size: 2rem;
  }
  ._categoryBanner_oil2c_13 p {
    font-size: 1rem;
  }
  ._brandsContainer_oil2c_71 {
    padding: 1.5rem 1rem;
  }
  ._brandsHeader_oil2c_85 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  ._brandsGrid_oil2c_125 {
    grid-template-columns: 1fr;
  }
  ._actions_oil2c_313 {
    flex-direction: column;
    gap: 0.5rem;
  }
  ._websiteLink_oil2c_327,
  ._emailLink_oil2c_327 {
    width: 100%;
  }
}
._container_1jnj5_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
._hero_1jnj5_7 {
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #a56af9 100%);
  padding: 4rem 2rem 3rem;
  text-align: center;
  color: white;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
._heroContent_1jnj5_18 {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
._heroContent_1jnj5_18 > :last-child {
  margin-bottom: 0;
}
._hero_1jnj5_7 h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: white;
}
._hero_1jnj5_7 p {
  font-size: 1.3rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
._searchContainer_1jnj5_46 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
._searchBox_1jnj5_55 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: white;
  border-radius: 9999px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
._searchBox_1jnj5_55 svg {
  width: 24px;
  height: 24px;
  color: #8256e7;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
._searchBox_1jnj5_55 input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 0.5rem 0;
  color: #8256e7;
}
._searchBox_1jnj5_55 input::-moz-placeholder {
  color: #8256e7;
  opacity: 0.7;
}
._searchBox_1jnj5_55 input::placeholder {
  color: #8256e7;
  opacity: 0.7;
}
._searchBox_1jnj5_55 button {
  background-color: #8256e7;
  color: white;
  border: none;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
._searchBox_1jnj5_55 button:hover {
  background-color: #6b45c1;
}
._searchSuggestions_1jnj5_104 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 8px;
  animation: _dropdownFadeIn_1jnj5_1 0.2s ease-out;
}
@keyframes _dropdownFadeIn_1jnj5_1 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._suggestionHeader_1jnj5_131 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #f3f4f6;
  background-color: #f9fafb;
  border-radius: 12px 12px 0 0;
}
._suggestionHeader_1jnj5_131 span:first-child {
  font-weight: 600;
  color: #374151;
  font-size: 0.9rem;
}
._suggestionCount_1jnj5_147 {
  font-size: 0.8rem;
  color: #6b7280;
}
._suggestionItem_1jnj5_152 {
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.15s ease;
}
._suggestionItem_1jnj5_152:hover {
  background-color: #f9fafb;
}
._suggestionItem_1jnj5_152:last-child {
  border-bottom: none;
}
._suggestionIcon_1jnj5_169 {
  width: 40px;
  height: 40px;
  background-color: #f3f4f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}
._suggestionIcon_1jnj5_169 svg {
  width: 20px;
  height: 20px;
  color: #8256e7;
}
._suggestionContent_1jnj5_187 {
  flex: 1;
  min-width: 0;
}
._suggestionName_1jnj5_192 {
  font-weight: 600;
  color: #111827;
  font-size: 0.95rem;
  margin-bottom: 4px;
  line-height: 1.2;
}
._suggestionMeta_1jnj5_200 {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}
._suggestionType_1jnj5_206 {
  background-color: #ddd6fe;
  color: #7c3aed;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
._suggestionCategory_1jnj5_215 {
  background-color: #e5e7eb;
  color: #4b5563;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
._suggestionDescription_1jnj5_224 {
  color: #6b7280;
  font-size: 0.85rem;
  line-height: 1.3;
}
._suggestionFooter_1jnj5_230 {
  padding: 12px 16px;
  border-top: 1px solid #f3f4f6;
  background-color: #f9fafb;
  border-radius: 0 0 12px 12px;
}
._viewAllResults_1jnj5_237 {
  width: 100%;
  padding: 8px 16px;
  background-color: #8256e7;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
._viewAllResults_1jnj5_237:hover {
  background-color: #6b45c1;
}
._suggestionLoading_1jnj5_254 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 12px;
  color: #6b7280;
}
._suggestionLoading_1jnj5_254 ._loadingSpinner_1jnj5_263 {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f4f6;
  border-top: 2px solid #8256e7;
  border-radius: 50%;
  animation: _spin_1jnj5_1 1s linear infinite;
}
._noSuggestions_1jnj5_272 {
  padding: 20px;
  text-align: center;
  color: #6b7280;
}
._noSuggestions_1jnj5_272 span {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}
._noSuggestions_1jnj5_272 small {
  font-size: 0.8rem;
  color: #9ca3af;
}
@keyframes _spin_1jnj5_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._loadingSpinner_1jnj5_263 {
  width: 16px;
  height: 16px;
  border: 2px solid #f3f4f6;
  border-top: 2px solid #8256e7;
  border-radius: 50%;
  animation: _spin_1jnj5_1 1s linear infinite;
}
._categoriesSection_1jnj5_303 {
  padding: 3rem 2rem;
  background-color: #f8f9fa;
  text-align: center;
}
._categoriesSection_1jnj5_303 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}
._categoriesGrid_1jnj5_316 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
._categoryCard_1jnj5_324 {
  background-color: white;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  text-align: center;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
._categoryCard_1jnj5_324:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
._categoryIcon_1jnj5_340 {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: #8256e7;
}
._categoryCard_1jnj5_324 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
._categoryCard_1jnj5_324 p {
  color: #666;
  font-size: 0.9rem;
}
._featuredSection_1jnj5_358 {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #f8f9fa;
}
._featuredSection_1jnj5_358 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
._featuredSubheading_1jnj5_371 {
  color: #666;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
._featuredBrandsGrid_1jnj5_379 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
._brandCard_1jnj5_387 {
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
._brandCard_1jnj5_387:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
._brandImage_1jnj5_403 {
  position: relative;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 1rem;
  width: 100%;
}
._featuredBadge_1jnj5_415,
._trendingBadge_1jnj5_415 {
  position: absolute;
  top: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._featuredBadge_1jnj5_415 {
  right: 1rem;
  background-color: #8256e7;
  color: white;
}
._trendingBadge_1jnj5_415 {
  left: 1rem;
  background-color: #ff6b6b;
  color: white;
}
._brandInfo_1jnj5_438 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: white;
  border-radius: 0 0 0.75rem 0.75rem;
}
._brandInfo_1jnj5_438 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #333;
}
._brandMeta_1jnj5_454 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
._category_1jnj5_324 {
  color: #8256e7;
  font-weight: 500;
  font-size: 0.9rem;
}
._country_1jnj5_467,
._year_1jnj5_467 {
  color: #6c757d;
  font-size: 0.9rem;
}
._budget_1jnj5_472 {
  margin: 0.75rem 0;
  font-weight: 500;
  color: #333;
  font-size: 0.9rem;
}
._description_1jnj5_479 {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
._brandActions_1jnj5_487 {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
}
._websiteLink_1jnj5_493,
._contactsLink_1jnj5_493,
._detailsLink_1jnj5_493 {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.3rem;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
._websiteLink_1jnj5_493 {
  background-color: #f8f9fa;
  color: #495057;
  border: 1px solid #ced4da;
}
._websiteLink_1jnj5_493:hover {
  background-color: #e9ecef;
}
._contactsLink_1jnj5_493 {
  background-color: #f0e7ff;
  color: #8256e7;
  border: 1px solid #d4c4f9;
}
._contactsLink_1jnj5_493:hover {
  background-color: #e3d7f9;
}
._detailsLink_1jnj5_493 {
  background-color: #e7f5ff;
  color: #1c7ed6;
  border: 1px solid #c4ddf9;
}
._detailsLink_1jnj5_493:hover {
  background-color: #d7ebff;
}
._featuredLinks_1jnj5_535 {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
._featuredLink_1jnj5_535,
._featuredLinkOutlined_1jnj5_542 {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
._featuredLink_1jnj5_535 {
  background-color: #8256e7;
  color: white;
}
._featuredLink_1jnj5_535:hover {
  background-color: #6b45c1;
}
._featuredLinkOutlined_1jnj5_542 {
  border: 1px solid #8256e7;
  color: #8256e7;
}
._featuredLinkOutlined_1jnj5_542:hover {
  background-color: rgba(130, 86, 231, 0.1);
}
@media (max-width: 768px) {
  ._hero_1jnj5_7 {
    padding: 3rem 1rem 2rem;
    min-height: 50vh;
  }
  ._hero_1jnj5_7 h1 {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }
  ._hero_1jnj5_7 p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  ._hero_1jnj5_7 ._ctaButton_1jnj5_585 {
    font-size: 1rem;
  }
  ._categoriesGrid_1jnj5_316 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  ._featuredBrandsGrid_1jnj5_379 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  ._featuredSection_1jnj5_358 {
    margin: 3rem 0;
  }
  ._featuredSection_1jnj5_358 h2 {
    font-size: 2rem;
  }
  ._featuredSubheading_1jnj5_371 {
    font-size: 1rem;
  }
  ._featuredLinks_1jnj5_535 {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  ._featuredLink_1jnj5_535 {
    font-size: 0.9rem;
    padding: 0.75rem 1.5rem;
  }
  ._searchContainer_1jnj5_46 {
    flex-direction: column;
    gap: 0.75rem;
  }
  ._searchBox_1jnj5_55 {
    width: 100%;
  }
  ._aiChatButton_1jnj5_631 {
    width: 100%;
    justify-content: center;
  }
  ._aiChatModalContent_1jnj5_636 {
    width: 100%;
    max-width: 95%;
    max-height: 85vh;
    border-radius: 16px;
    margin: 0;
  }
  ._aiChatHeader_1jnj5_644 {
    padding: 1rem 1.25rem;
    flex-direction: column;
    gap: 0.75rem;
  }
  ._aiChatControls_1jnj5_650 {
    width: 100%;
    justify-content: space-between;
  }
  ._clearChatBtn_1jnj5_655 {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
  ._aiMessagesContainer_1jnj5_660 {
    height: calc(100% - 200px);
  }
  ._aiMessages_1jnj5_660 {
    padding: 1rem;
    gap: 1rem;
  }
  ._aiMessage_1jnj5_660 {
    max-width: 95%;
  }
  ._aiAvatar_1jnj5_673,
  ._userAvatar_1jnj5_673 {
    width: 32px;
    height: 32px;
  }
  ._messageContent_1jnj5_678 {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  ._aiInputForm_1jnj5_683 {
    padding: 1rem;
  }
  ._inputWrapper_1jnj5_687 {
    gap: 0.75rem;
  }
  ._aiInput_1jnj5_683 {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  ._aiSubmitButton_1jnj5_696 {
    width: 40px;
    height: 40px;
  }
  ._quickPrompts_1jnj5_701 {
    gap: 0.5rem;
  }
  ._quickPrompt_1jnj5_701 {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  ._featuredBrandsGrid_1jnj5_379 {
    grid-template-columns: repeat(2, 1fr);
  }
}
._brandHeader_1jnj5_717 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
._brandHeader_1jnj5_717 h3 {
  margin: 0;
  flex: 1;
}
._saveContactButton_1jnj5_729 {
  flex-shrink: 0;
}
._brandStats_1jnj5_733 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
._brandStat_1jnj5_733 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._statLabel_1jnj5_747 {
  font-size: 0.8rem;
  color: #8256e7;
  font-weight: 500;
}
._statValue_1jnj5_753 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}
._brandDescription_1jnj5_759 {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}
._websiteButton_1jnj5_766,
._detailsButton_1jnj5_766,
._contactsButton_1jnj5_766 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  flex: 1;
  transition: all 0.2s ease;
}
._websiteButton_1jnj5_766 {
  background-color: #8256e7;
  color: white;
}
._websiteButton_1jnj5_766:hover {
  background-color: #6b45c1;
}
._detailsButton_1jnj5_766 {
  background-color: #f0f0f0;
  color: #333;
}
._detailsButton_1jnj5_766:hover {
  background-color: #e6e6e6;
}
._contactsButton_1jnj5_766 {
  background-color: #f0f0f0;
  color: #333;
}
._contactsButton_1jnj5_766:hover {
  background-color: #e6e6e6;
}
@media (max-width: 1024px) {
  ._contactActions_1jnj5_808 {
    flex-direction: column;
    gap: 0.5rem;
  }
  ._websiteButton_1jnj5_766,
  ._detailsButton_1jnj5_766,
  ._contactsButton_1jnj5_766 {
    width: 100%;
  }
}
._viewDetailsButton_1jnj5_818,
._viewContactsButton_1jnj5_818 {
  flex: 1;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
._viewDetailsButton_1jnj5_818 {
  background-color: white;
  color: #8256e7;
  border: 1px solid #8256e7;
}
._viewDetailsButton_1jnj5_818:hover {
  background-color: #f5f0ff;
}
._viewContactsButton_1jnj5_818 {
  background-color: #8256e7;
  color: white;
  border: 1px solid #8256e7;
}
._viewContactsButton_1jnj5_818:hover {
  background-color: #6b45c1;
}
._brandStat_1jnj5_733 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._statLabel_1jnj5_747 {
  font-size: 0.8rem;
  color: #666;
}
._statValue_1jnj5_753 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}
._brandStats_1jnj5_733 {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
._aiChatButton_1jnj5_631 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  border: none;
  border-radius: 9999px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
  white-space: nowrap;
}
._aiChatButton_1jnj5_631:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(130, 86, 231, 0.4);
}
._aiChatModal_1jnj5_636 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: _modalFadeIn_1jnj5_1 0.3s ease-out;
  padding: 1rem;
}
@keyframes _modalFadeIn_1jnj5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._aiChatModalContent_1jnj5_636 {
  background: white;
  border-radius: 20px;
  width: 95%;
  max-width: 800px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: _modalSlideIn_1jnj5_1 0.3s ease-out;
  overflow: hidden;
  margin: 0 auto;
}
@keyframes _modalSlideIn_1jnj5_1 {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._aiChatHeader_1jnj5_644 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  padding: 1.5rem;
  font-weight: 600;
}
._aiChatStatus_1jnj5_955 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 1.1rem;
}
._aiChatControls_1jnj5_650 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
._clearChatBtn_1jnj5_655,
._closeChatBtn_1jnj5_969 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
._clearChatBtn_1jnj5_655:hover,
._closeChatBtn_1jnj5_969:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
._closeChatBtn_1jnj5_969 {
  padding: 0.5rem;
}
._aiMessagesContainer_1jnj5_660 {
  flex: 1;
  overflow-y: auto;
  max-height: 500px;
  background: #fafbfc;
  border: 1px solid #e5e7eb;
}
._aiMessages_1jnj5_660 {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._aiMessage_1jnj5_660 {
  display: flex;
  gap: 1rem;
  max-width: 85%;
  animation: _messageSlideIn_1jnj5_1 0.3s ease-out;
}
@keyframes _messageSlideIn_1jnj5_1 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._aiAvatar_1jnj5_673,
._userAvatar_1jnj5_673 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
._aiAvatar_1jnj5_673 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
}
._userAvatar_1jnj5_673 {
  background:
    linear-gradient(
      135deg,
      #3b82f6,
      #1d4ed8);
  color: white;
}
._messageWrapper_1jnj5_1048 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._messageContent_1jnj5_678 {
  padding: 1rem 1.25rem;
  border-radius: 18px;
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  font-weight: 400;
}
._aiMessage_1jnj5_660._user_1jnj5_673 ._messageContent_1jnj5_678 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  border-bottom-right-radius: 8px;
  box-shadow: 0 2px 12px rgba(130, 86, 231, 0.2);
}
._aiMessage_1jnj5_660._assistant_1jnj5_1070 ._messageContent_1jnj5_678 {
  background: white;
  color: #374151;
  border: 1px solid #e5e7eb;
  border-bottom-left-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
._messageTime_1jnj5_1078 {
  font-size: 0.8rem;
  color: #9ca3af;
  padding: 0 0.75rem;
  font-weight: 500;
}
._aiInputForm_1jnj5_683 {
  padding: 1.5rem;
  background: white;
  border-top: 1px solid #e5e7eb;
}
._inputWrapper_1jnj5_687 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
._aiInput_1jnj5_683 {
  flex: 1;
  padding: 1rem 1.25rem;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1rem;
  background: #f9fafb;
  transition: all 0.2s ease;
  font-weight: 400;
  color: #374151;
}
._aiInput_1jnj5_683:focus {
  outline: none;
  border-color: #8256e7;
  background: white;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._aiInput_1jnj5_683::-moz-placeholder {
  color: #9ca3af;
  font-weight: 400;
}
._aiInput_1jnj5_683::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
._aiSubmitButton_1jnj5_696 {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 12px;
  background: #e5e7eb;
  color: #9ca3af;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
._aiSubmitButton_1jnj5_696._active_1jnj5_1137 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._quickPrompts_1jnj5_701 {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
._quickPrompt_1jnj5_701 {
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: white;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
._quickPrompt_1jnj5_701:hover:not(:disabled) {
  border-color: #8256e7;
  color: #8256e7;
  background: rgba(130, 86, 231, 0.05);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(130, 86, 231, 0.15);
}
._aiResultsHeader_1jnj5_1171 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
._aiResultsHeader_1jnj5_1171 h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
._resultsCount_1jnj5_1185 {
  padding: 0.25rem 0.75rem;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #a56af9);
  color: white;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}
._statusIndicator_1jnj5_1194 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: _pulse_1jnj5_1 2s infinite;
}
@keyframes _pulse_1jnj5_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
._categoryCardSkeleton_1jnj5_1212,
._brandCardSkeleton_1jnj5_1212 {
  background-color: white;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  animation: _pulse_1jnj5_1 1.5s ease-in-out infinite;
}
._brandCardSkeleton_1jnj5_1212 {
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  min-height: 350px;
}
._skeletonIcon_1jnj5_1231 {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  background-color: #e2e8f0;
  border-radius: 50%;
}
._skeletonTitle_1jnj5_1239 {
  height: 20px;
  background-color: #e2e8f0;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
._skeletonCount_1jnj5_1249 {
  height: 16px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
._skeletonImage_1jnj5_1258 {
  height: 150px;
  background-color: #e2e8f0;
  width: 100%;
}
._skeletonBrandInfo_1jnj5_1264 {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._skeletonBrandName_1jnj5_1272 {
  height: 24px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 80%;
}
._skeletonBrandMeta_1jnj5_1279 {
  height: 16px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 60%;
}
._skeletonDescription_1jnj5_1286 {
  height: 40px;
  background-color: #e2e8f0;
  border-radius: 4px;
  width: 100%;
}
@keyframes _pulse_1jnj5_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
._emptyState_1jnj5_1303 {
  grid-column: 1 / -1;
  padding: 2rem;
  text-align: center;
  color: #666;
  background-color: white;
  border-radius: 0.5rem;
  border: 2px dashed #e2e8f0;
}
._emptyState_1jnj5_1303 p {
  margin: 0;
  font-size: 1.1rem;
}
._viewAllCategoriesSection_1jnj5_1319 {
  margin-top: 2rem;
  text-align: center;
}
._viewAllCategoriesButton_1jnj5_1324 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #f8f9fa;
  color: #8256e7;
  text-decoration: none;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
  border: 2px solid #8256e7;
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.1);
}
._viewAllCategoriesButton_1jnj5_1324:hover {
  background-color: #8256e7;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.3);
}
._viewAllCategoriesButton_1jnj5_1324:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.2);
}
._viewAllBrandsSection_1jnj5_1353 {
  margin-top: 2rem;
  text-align: center;
}
._viewAllBrandsButton_1jnj5_1358 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #8256e7;
  color: white;
  text-decoration: none;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.2);
}
._viewAllBrandsButton_1jnj5_1358:hover {
  background-color: #6b45c1;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(130, 86, 231, 0.3);
}
._viewAllBrandsButton_1jnj5_1358:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(130, 86, 231, 0.2);
}
._container_ljmzd_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      135deg,
      #f8f9fa 0%,
      #e9ecef 100%);
}
._content_ljmzd_8 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
._heroSection_ljmzd_15 {
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #6b45c1 100%);
  padding: 4rem 2rem;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
._heroSection_ljmzd_15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}
._heroContent_ljmzd_35 {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
._iconContainer_ljmzd_42 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-bottom: 1.5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
._heroIcon_ljmzd_55 {
  width: 40px;
  height: 40px;
  color: white;
}
._title_ljmzd_61 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
._subtitle_ljmzd_69 {
  font-size: 1.3rem;
  opacity: 0.9;
  color: white;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
._comingSoonSection_ljmzd_79 {
  flex: 1;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
._comingSoonContent_ljmzd_87 {
  max-width: 800px;
  text-align: center;
  background: white;
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(130, 86, 231, 0.1);
}
._comingSoonIcon_ljmzd_97 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #6b45c1);
  border-radius: 50%;
  margin-bottom: 1.5rem;
  animation: _pulse_ljmzd_1 2s infinite;
}
._sparklesIcon_ljmzd_109 {
  width: 30px;
  height: 30px;
  color: white;
}
._comingSoonTitle_ljmzd_115 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #6b45c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
._comingSoonDescription_ljmzd_126 {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
._featuresList_ljmzd_134 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
._feature_ljmzd_134 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 1rem;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
._feature_ljmzd_134:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #8256e7;
}
._featureIcon_ljmzd_158 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #6b45c1);
  border-radius: 50%;
  flex-shrink: 0;
}
._featureIconSvg_ljmzd_169 {
  width: 24px;
  height: 24px;
  color: white;
}
._featureContent_ljmzd_175 {
  flex: 1;
  text-align: left;
}
._featureContent_ljmzd_175 h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
._featureContent_ljmzd_175 p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
._ctaSection_ljmzd_195 {
  border-top: 1px solid #e9ecef;
  padding-top: 2rem;
}
._ctaText_ljmzd_200 {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
._ctaButtons_ljmzd_207 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
._primaryButton_ljmzd_214,
._secondaryButton_ljmzd_215 {
  display: inline-block;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}
._primaryButton_ljmzd_214 {
  background:
    linear-gradient(
      135deg,
      #8256e7,
      #6b45c1);
  color: white;
  box-shadow: 0 4px 15px rgba(130, 86, 231, 0.3);
}
._primaryButton_ljmzd_214:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.4);
  color: white;
}
._secondaryButton_ljmzd_215 {
  background: white;
  color: #8256e7;
  border: 2px solid #8256e7;
}
._secondaryButton_ljmzd_215:hover {
  background: #8256e7;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.2);
}
@keyframes _pulse_ljmzd_1 {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  ._heroSection_ljmzd_15 {
    padding: 3rem 1.5rem;
  }
  ._title_ljmzd_61 {
    font-size: 2.5rem;
  }
  ._subtitle_ljmzd_69 {
    font-size: 1.1rem;
  }
  ._comingSoonSection_ljmzd_79 {
    padding: 2rem 1rem;
  }
  ._comingSoonContent_ljmzd_87 {
    padding: 2rem;
  }
  ._comingSoonTitle_ljmzd_115 {
    font-size: 2rem;
  }
  ._featuresList_ljmzd_134 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  ._feature_ljmzd_134 {
    padding: 1.25rem;
  }
  ._ctaButtons_ljmzd_207 {
    flex-direction: column;
    align-items: center;
  }
  ._primaryButton_ljmzd_214,
  ._secondaryButton_ljmzd_215 {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  ._heroSection_ljmzd_15 {
    padding: 2rem 1rem;
  }
  ._title_ljmzd_61 {
    font-size: 2rem;
  }
  ._iconContainer_ljmzd_42 {
    width: 60px;
    height: 60px;
  }
  ._heroIcon_ljmzd_55 {
    width: 30px;
    height: 30px;
  }
  ._comingSoonContent_ljmzd_87 {
    padding: 1.5rem;
  }
  ._comingSoonTitle_ljmzd_115 {
    font-size: 1.75rem;
  }
  ._feature_ljmzd_134 {
    flex-direction: column;
    text-align: center;
  }
  ._featureContent_ljmzd_175 {
    text-align: center;
  }
}
._metrics-section_i2yac_1 {
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
._social-metrics_i2yac_1,
._brand-health_i2yac_1,
._market-position_i2yac_1 {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 6px;
}
._platform-metrics_i2yac_1 {
  margin: 1rem 0;
  padding: 1rem;
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
._platform-metrics_i2yac_1 h4 {
  color: #2d3748;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
._platform-metrics_i2yac_1 p {
  margin: 0.25rem 0;
  color: #4a5568;
}
._metrics-disclaimer_i2yac_1 {
  margin-top: 2rem;
  padding: 1rem;
  background: #fff8dc;
  border-left: 4px solid #ffd700;
  color: #856404;
  font-size: 0.9rem;
}
._metrics-timestamp_i2yac_1 {
  margin-top: 1rem;
  color: #718096;
  font-size: 0.875rem;
  text-align: right;
}
._metrics-section_i2yac_1 > div:first-child {
  text-align: center;
  padding: 2rem;
  color: #718096;
}
._metrics-section_i2yac_1 > div:last-child {
  text-align: center;
  padding: 2rem;
  color: #718096;
  background: #f8f9fa;
  border-radius: 6px;
}
@media (max-width: 768px) {
  ._metrics-section_i2yac_1 {
    padding: 1rem;
  }
  ._social-metrics_i2yac_1,
  ._brand-health_i2yac_1,
  ._market-position_i2yac_1 {
    padding: 1rem;
  }
  ._platform-metrics_i2yac_1 {
    margin: 0.5rem 0;
    padding: 0.75rem;
  }
}
._container_i2yac_5 {
  min-height: 100vh;
  background-color: #f8f9fa;
}
._headerSection_i2yac_59 {
  background:
    linear-gradient(
      135deg,
      #8256e7 0%,
      #6c4bc7 100%);
  padding: 2rem 0;
  color: white;
  position: relative;
  overflow: hidden;
}
._amazonHeader_i2yac_987 {
  background:
    linear-gradient(
      135deg,
      #ff9900 0%,
      #e47911 100%);
}
._headerContent_i2yac_78 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
._brandIdentity_i2yac_89 {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
._logoWrapper_i2yac_95 {
  position: relative;
  margin-right: 2rem;
}
._mainLogo_i2yac_100 {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 0.5rem;
}
._verifiedBadge_i2yac_1 {
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  background-color: #4CAF50;
  color: white;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
._verifiedIcon_i2yac_1 {
  margin-right: 0.25rem;
  font-weight: bold;
}
._brandInfo_i2yac_132 {
  flex: 1;
}
._brandName_i2yac_136 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
._brandMeta_i2yac_145 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
._categoryTag_i2yac_153 {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  margin-right: 1rem;
}
._locationInfo_i2yac_172 {
  font-size: 0.875rem;
  opacity: 0.8;
}
._brandDescription_i2yac_178 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  max-width: 700px;
}
._brandLinks_i2yac_1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
._primaryButton_i2yac_262 {
  background-color: white;
  color: #8256e7;
  padding: 0.5rem 1.25rem;
  border-radius: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
._primaryButton_i2yac_262:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}
._brandLink_i2yac_1 {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: 500;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
._brandLink_i2yac_1:hover {
  opacity: 1;
}
._linkIcon_i2yac_1 {
  margin-right: 0.5rem;
}
._contactsButton_i2yac_1 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #7144d0 100%);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(130, 86, 231, 0.3);
}
._contactsButton_i2yac_1:hover {
  background:
    linear-gradient(
      135deg,
      #7144d0 0%,
      #5b2bb8 100%);
  box-shadow: 0 6px 20px rgba(130, 86, 231, 0.4);
  transform: translateY(-2px);
}
._contactsIcon_i2yac_1 {
  margin-right: 0.5rem;
}
._tabsContainer_i2yac_1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
}
._tabs_i2yac_1 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
._tab_i2yac_1 {
  padding: 1rem 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}
._tab_i2yac_1:hover {
  color: white;
}
._activeTab_i2yac_1 {
  color: white;
}
._activeTab_i2yac_1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 3px 3px 0 0;
}
._mainContent_i2yac_1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}
._infoCard_i2yac_1 {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  margin-bottom: 2rem;
}
._sectionTitle_i2yac_1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
}
._overviewTab_i2yac_1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  ._overviewTab_i2yac_1 {
    grid-template-columns: 1fr 1fr;
  }
}
._infoGrid_i2yac_1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  ._infoGrid_i2yac_1 {
    grid-template-columns: 1fr 1fr;
  }
}
._infoItem_i2yac_1 {
  display: flex;
  align-items: flex-start;
}
._infoIcon_i2yac_1 {
  margin-right: 1rem;
  font-size: 1.25rem;
  color: #8256E7;
}
._infoItem_i2yac_1 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #333;
}
._infoItem_i2yac_1 p {
  font-size: 0.95rem;
  color: #666;
}
._socialStats_i2yac_1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  ._socialStats_i2yac_1 {
    grid-template-columns: 1fr 1fr;
  }
}
._socialStat_i2yac_1 {
  display: flex;
  align-items: center;
}
._socialIcon_i2yac_1 {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.25rem;
}
._socialInfo_i2yac_1 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #333;
}
._socialInfo_i2yac_1 p {
  font-size: 0.95rem;
  color: #666;
}
._insightsTab_i2yac_1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
._insightGrid_i2yac_1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  ._insightGrid_i2yac_1 {
    grid-template-columns: 1fr 1fr;
  }
}
._insightItem_i2yac_1 {
  display: flex;
  align-items: flex-start;
}
._insightIcon_i2yac_1 {
  margin-right: 1rem;
  font-size: 1.25rem;
  color: #8256e7;
}
._insightItem_i2yac_1 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #333;
}
._insightItem_i2yac_1 p {
  font-size: 0.95rem;
  color: #666;
}
._partnershipInfo_i2yac_1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  ._partnershipInfo_i2yac_1 {
    grid-template-columns: 1fr 1fr;
  }
}
._partnershipItem_i2yac_1 {
  display: flex;
  align-items: flex-start;
}
._partnershipIcon_i2yac_1 {
  margin-right: 1rem;
  font-size: 1.25rem;
  color: #8256e7;
}
._partnershipItem_i2yac_1 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #333;
}
._partnershipItem_i2yac_1 p {
  font-size: 0.95rem;
  color: #666;
}
._feedbackSection_i2yac_1 {
  background-color: #f3f4f6;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1rem;
}
._feedbackTitle_i2yac_1 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
  text-align: center;
}
._feedbackButtons_i2yac_1 {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
._feedbackButton_i2yac_1 {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
._feedbackButton_i2yac_1:hover {
  background-color: #f9fafb;
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
._similarBrandsTab_i2yac_1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
._similarBrandsGrid_i2yac_1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  ._similarBrandsGrid_i2yac_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  ._similarBrandsGrid_i2yac_1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
._similarBrandCard_i2yac_1 {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
._similarBrandCard_i2yac_1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
._similarBrandLogo_i2yac_1 {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
._similarBrandInfo_i2yac_1 {
  text-align: center;
}
._similarBrandInfo_i2yac_1 h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
._similarBrandCategory_i2yac_1 {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
}
._compatibilityScore_i2yac_1 {
  background-color: #f3f4f6;
  border-radius: 1rem;
  height: 0.75rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
._scoreBar_i2yac_1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      #8256e7 0%,
      #a78bfa 100%);
  border-radius: 1rem;
}
._compatibilityScore_i2yac_1 span {
  display: block;
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
}
._viewMoreSection_i2yac_1 {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
._viewMoreButton_i2yac_1 {
  background-color: #8256e7;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
._viewMoreButton_i2yac_1:hover {
  background-color: #6c4bc7;
  transform: translateY(-2px);
}
._loadingState_i2yac_13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
._loadingSpinner_i2yac_25 {
  width: 3rem;
  height: 3rem;
  border: 4px solid rgba(130, 86, 231, 0.2);
  border-radius: 50%;
  border-top-color: #8256e7;
  animation: _spin_i2yac_1 1s linear infinite;
  margin-bottom: 1rem;
}
@keyframes _spin_i2yac_1 {
  to {
    transform: rotate(360deg);
  }
}
._errorState_i2yac_13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  text-align: center;
}
._errorIcon_i2yac_39 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
._errorMessage_i2yac_1 {
  background-color: #fee2e2;
  border-left: 4px solid #ef4444;
  padding: 1rem;
  color: #b91c1c;
  border-radius: 4px;
}
._emptyState_i2yac_1 {
  background-color: #f3f4f6;
  padding: 2rem;
  text-align: center;
  border-radius: 8px;
  color: #6b7280;
}
._container_i2yac_5 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      135deg,
      #f8fafc 0%,
      #f1f5f9 100%);
}
._loadingState_i2yac_13,
._errorState_i2yac_13 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  font-size: 1.125rem;
  color: #64748b;
  gap: 2rem;
}
._loadingSpinner_i2yac_25 {
  width: 60px;
  height: 60px;
  border: 4px solid #f3f4f6;
  border-top: 4px solid #667eea;
  border-radius: 50%;
  animation: _spin_i2yac_1 1s linear infinite;
}
@keyframes _spin_i2yac_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._errorIcon_i2yac_39 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
._errorState_i2yac_13 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 1rem 0;
}
._errorState_i2yac_13 p {
  max-width: 500px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
._headerSection_i2yac_59 {
  background:
    linear-gradient(
      135deg,
      #667eea 0%,
      #764ba2 100%);
  color: white;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}
._headerSection_i2yac_59::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}
._headerContent_i2yac_78 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: start;
  position: relative;
  z-index: 1;
}
._brandIdentity_i2yac_89 {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
._logoWrapper_i2yac_95 {
  flex-shrink: 0;
  position: relative;
}
._mainLogo_i2yac_100 {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
._mainLogo_i2yac_100:hover {
  transform: scale(1.05);
}
._trendingBadge_i2yac_111 {
  position: absolute;
  top: -8px;
  right: -8px;
  background:
    linear-gradient(
      135deg,
      #10b981 0%,
      #059669 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
._trendingIcon_i2yac_128 {
  font-size: 1rem;
}
._brandInfo_i2yac_132 {
  flex: 1;
}
._brandName_i2yac_136 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  margin: 0 0 1rem 0;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
._brandMeta_i2yac_145 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
._categoryTag_i2yac_153 {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
._successBadge_i2yac_163 {
  background:
    linear-gradient(
      135deg,
      #10b981 0%,
      #059669 100%);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}
._locationInfo_i2yac_172 {
  font-size: 1.1rem;
  opacity: 0.9;
  font-weight: 500;
}
._brandDescription_i2yac_178 {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.95;
  margin: 0 0 2rem 0;
  max-width: 600px;
  letter-spacing: -0.02em;
}
._socialProof_i2yac_188 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
._proofItem_i2yac_199 {
  text-align: center;
}
._proofNumber_i2yac_203 {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
._proofLabel_i2yac_212 {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  line-height: 1.3;
}
._actionSection_i2yac_219 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-end;
}
._budgetDisplay_i2yac_226 {
  text-align: right;
}
._budgetLabel_i2yac_230 {
  display: block;
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
._budgetAmount_i2yac_238 {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
._budgetGrowth_i2yac_246 {
  display: block;
  font-size: 0.9rem;
  color: #10b981;
  font-weight: 600;
  background: rgba(16, 185, 129, 0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
._actionButtons_i2yac_257 {
  display: flex;
  gap: 1rem;
}
._primaryButton_i2yac_262,
._secondaryButton_i2yac_262 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  letter-spacing: -0.02em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
._primaryButton_i2yac_262 {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
._primaryButton_i2yac_262:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
._secondaryButton_i2yac_262 {
  background: white;
  color: #667eea;
  border: 2px solid white;
}
._secondaryButton_i2yac_262:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
._contentSection_i2yac_304 {
  padding: 4rem 2rem;
}
._contentGrid_i2yac_308 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
._analyticsCard_i2yac_318 {
  background:
    linear-gradient(
      135deg,
      #fff 0%,
      #f8fafc 100%);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
._analyticsCard_i2yac_318::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      #6366f1,
      #8b5cf6,
      #ec4899);
}
._analyticsCard_i2yac_318:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
._demographicsGrid_i2yac_345 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 16px;
}
._demographicItem_i2yac_352 h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._demographicValue_i2yac_361 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  display: block;
}
._genderStats_i2yac_368 {
  margin-top: 12px;
}
._genderItem_i2yac_372 {
  margin-bottom: 12px;
}
._genderItem_i2yac_372 span {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  display: block;
  margin-bottom: 6px;
}
._genderBar_i2yac_384 {
  width: 100%;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
}
._genderProgress_i2yac_392 {
  height: 100%;
  background:
    linear-gradient(
      90deg,
      #6366f1,
      #8b5cf6);
  border-radius: 4px;
  transition: width 0.3s ease;
}
._experienceGrid_i2yac_400 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
._experienceItem_i2yac_407 {
  text-align: center;
  padding: 16px;
  background: rgba(99, 102, 241, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(99, 102, 241, 0.1);
}
._experienceScore_i2yac_415 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 8px;
}
._scoreValue_i2yac_422 {
  font-size: 24px;
  font-weight: 800;
  color: #6366f1;
}
._scoreMax_i2yac_428 {
  font-size: 14px;
  font-weight: 500;
  color: #9ca3af;
  margin-left: 2px;
}
._experienceLabel_i2yac_435 {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._preferredPlatform_i2yac_443 {
  text-align: center;
  padding: 16px;
  background:
    linear-gradient(
      135deg,
      #6366f1,
      #8b5cf6);
  border-radius: 12px;
  color: white;
}
._preferredPlatform_i2yac_443 h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
}
._platformPreference_i2yac_458 {
  font-size: 18px;
  font-weight: 700;
}
._engagementStats_i2yac_464 {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
._engagementStats_i2yac_464 h3 {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: #374151;
}
._engagementGrid_i2yac_477 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}
._engagementItem_i2yac_483 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px;
  background: rgba(99, 102, 241, 0.05);
  border-radius: 8px;
}
._engagementLabel_i2yac_493 {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._engagementValue_i2yac_502 {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
}
._platformStats_i2yac_509 {
  margin-bottom: 0;
}
._platformGrid_i2yac_513 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
._platformItem_i2yac_520 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  border: 1px solid rgba(99, 102, 241, 0.1);
  transition: all 0.2s ease;
}
._platformItem_i2yac_520:hover {
  background: rgba(99, 102, 241, 0.05);
  transform: translateX(4px);
}
._platformName_i2yac_536 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #374151;
  min-width: 120px;
}
._platformIcon_i2yac_545 {
  font-size: 18px;
}
._platformBar_i2yac_549 {
  flex: 1;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 16px;
}
._platformProgress_i2yac_558 {
  height: 100%;
  background:
    linear-gradient(
      90deg,
      #6366f1,
      #8b5cf6);
  border-radius: 4px;
  transition: width 0.5s ease;
}
._platformValue_i2yac_565 {
  font-weight: 700;
  color: #1f2937;
  min-width: 80px;
  text-align: right;
}
._budgetDisplay_i2yac_226 {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  background:
    linear-gradient(
      135deg,
      #6366f1,
      #8b5cf6);
  border-radius: 16px;
  color: white;
}
._budgetLabel_i2yac_230 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._budgetAmount_i2yac_238 {
  display: block;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 4px;
}
._budgetGrowth_i2yac_246 {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
}
._metricsGrid_i2yac_610 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
._metricCard_i2yac_616 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  border: 1px solid rgba(99, 102, 241, 0.1);
  transition: all 0.2s ease;
}
._metricCard_i2yac_616:hover {
  background: rgba(99, 102, 241, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
._metricIcon_i2yac_633 {
  font-size: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      135deg,
      rgba(99, 102, 241, 0.1),
      rgba(139, 92, 246, 0.1));
  border-radius: 12px;
  flex-shrink: 0;
}
._metricContent_i2yac_645 {
  flex: 1;
  min-width: 0;
}
._metricValue_i2yac_650 {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 4px;
  line-height: 1.2;
}
._metricLabel_i2yac_659 {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._metricChange_i2yac_669 {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._cardHeader_i2yac_679 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(99, 102, 241, 0.1);
}
._cardHeader_i2yac_679 h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 8px;
}
._liveIndicator_i2yac_698 {
  background:
    linear-gradient(
      135deg,
      #10b981,
      #059669);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
._liveIndicator_i2yac_698::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  animation: _shimmer_i2yac_1 2s infinite;
}
@keyframes _shimmer_i2yac_1 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
._contentGrid_i2yac_308 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  ._contentGrid_i2yac_308 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  ._metricsGrid_i2yac_610 {
    grid-template-columns: 1fr;
  }
  ._demographicsGrid_i2yac_345 {
    grid-template-columns: 1fr;
  }
  ._experienceGrid_i2yac_400 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._engagementGrid_i2yac_477 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._metricCard_i2yac_616 {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  ._budgetAmount_i2yac_238 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  ._cardHeader_i2yac_679 h2 {
    font-size: 18px;
  }
  ._metricValue_i2yac_650 {
    font-size: 18px;
  }
  ._budgetAmount_i2yac_238 {
    font-size: 20px;
  }
  ._experienceGrid_i2yac_400 {
    grid-template-columns: 1fr;
  }
  ._engagementGrid_i2yac_477 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  ._headerContent_i2yac_78 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  ._actionSection_i2yac_219 {
    align-items: flex-start;
  }
  ._budgetDisplay_i2yac_226 {
    text-align: left;
  }
  ._contentGrid_i2yac_308 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  ._metricsGrid_i2yac_610 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._socialProof_i2yac_188 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  ._headerSection_i2yac_59 {
    padding: 3rem 1.5rem;
  }
  ._brandIdentity_i2yac_89 {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    text-align: center;
  }
  ._brandName_i2yac_136 {
    font-size: 2.5rem;
  }
  ._brandMeta_i2yac_145 {
    justify-content: center;
  }
  ._actionButtons_i2yac_257 {
    flex-direction: column;
    width: 100%;
  }
  ._primaryButton_i2yac_262,
  ._secondaryButton_i2yac_262 {
    justify-content: center;
  }
  ._contentSection_i2yac_304 {
    padding: 3rem 1.5rem;
  }
  ._cardContent_i2yac_854 {
    padding: 1.5rem;
  }
  ._cardHeader_i2yac_679 {
    padding: 1.5rem 1.5rem 1rem;
  }
  ._detailsGrid_i2yac_862 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  ._contactStats_i2yac_867 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  ._metricsGrid_i2yac_610 {
    grid-template-columns: 1fr;
  }
  ._socialProof_i2yac_188 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  ._platformItem_i2yac_520 {
    grid-template-columns: 100px 1fr 60px;
    gap: 0.75rem;
  }
  ._platformName_i2yac_536 {
    font-size: 0.8rem;
  }
  ._trendingBadge_i2yac_111 {
    position: static;
    margin-top: 1rem;
    align-self: center;
  }
}
._detailsCard_i2yac_898 {
  background:
    linear-gradient(
      135deg,
      #fff 0%,
      #f8fafc 100%);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.1);
  height: -moz-fit-content;
  height: fit-content;
}
._detailsGrid_i2yac_862 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
._detailItem_i2yac_914 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._detailLabel_i2yac_920 {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._detailValue_i2yac_928 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}
._brandDescription_i2yac_178 {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
._brandDescription_i2yac_178 h4 {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #374151;
}
._brandDescription_i2yac_178 p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}
._seasonalInsights_i2yac_956 {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
._seasonalInsights_i2yac_956 h4 {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #374151;
}
._seasonalTags_i2yac_969 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
._seasonalTag_i2yac_969 {
  background:
    linear-gradient(
      135deg,
      #6366f1,
      #8b5cf6);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._amazonHeader_i2yac_987 {
  background: #232E3E !important;
  color: #ffffff !important;
}
._amazonHeader_i2yac_987::before {
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FF9F43' fill-opacity='0.08'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  opacity: 0.7 !important;
}
._amazonHeader_i2yac_987 ._brandName_i2yac_136 {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}
._amazonHeader_i2yac_987 ._brandDescription_i2yac_178 {
  color: rgba(255, 255, 255, 0.9) !important;
}
._amazonHeader_i2yac_987 ._locationInfo_i2yac_172 {
  color: rgba(255, 255, 255, 0.8) !important;
}
._amazonHeader_i2yac_987 ._categoryTag_i2yac_153 {
  background-color: rgba(255, 159, 67, 0.2) !important;
  color: #FF9F43 !important;
  border: 1px solid rgba(255, 159, 67, 0.3) !important;
}
._amazonHeader_i2yac_987 ._successBadge_i2yac_163 {
  background:
    linear-gradient(
      135deg,
      #FF9F43 0%,
      #FF6B6B 100%) !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(255, 159, 67, 0.4) !important;
}
._amazonHeader_i2yac_987 ._socialProof_i2yac_188 {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
}
._amazonHeader_i2yac_987 ._proofNumber_i2yac_203 {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}
._amazonHeader_i2yac_987 ._proofLabel_i2yac_212 {
  color: rgba(255, 255, 255, 0.8) !important;
}
._amazonHeader_i2yac_987 ._trendingBadge_i2yac_111 {
  background:
    linear-gradient(
      135deg,
      #FF9F43 0%,
      #FF6B6B 100%) !important;
  border: 2px solid rgba(255, 159, 67, 0.3) !important;
}
._container_1s7s0_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      135deg,
      #f8fafc 0%,
      #f1f5f9 100%);
}
._hero_1s7s0_8 {
  background: #8256E7;
  color: white;
  padding: 4rem 0;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
._hero_1s7s0_8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}
._heroContent_1s7s0_28 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  color: white;
}
._heroContent_1s7s0_28 * {
  color: white;
}
._brandLogo_1s7s0_45 {
  margin-bottom: 2rem;
  position: relative;
}
._brandLogoImage_1s7s0_50 {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
  background: white;
  transition: transform 0.3s ease;
}
._brandLogoImage_1s7s0_50:hover {
  transform: scale(1.05);
}
._heroContent_1s7s0_28 h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  margin: 0 0 1rem 0;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: white;
}
._heroContent_1s7s0_28 p {
  font-size: 1.25rem;
  margin: 0 0 2.5rem 0;
  opacity: 0.95;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: white;
}
._actionBar_1s7s0_86 {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
._backButton_1s7s0_94 {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  letter-spacing: -0.02em;
}
._backButton_1s7s0_94:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
._saveButton_1s7s0_117 {
  background:
    linear-gradient(
      135deg,
      #10b981 0%,
      #059669 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
  letter-spacing: -0.02em;
}
._saveButton_1s7s0_117:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}
._tabSystem_1s7s0_137 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
._tabButtons_1s7s0_144 {
  display: flex;
  gap: 0.5rem;
  background: white;
  padding: 0.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
._tabButton_1s7s0_144 {
  background: none;
  border: none;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  color: #64748b;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  flex: 1;
  justify-content: center;
}
._tabButton_1s7s0_144:hover {
  color: #8256E7;
  background: rgba(130, 86, 231, 0.08);
}
._activeTab_1s7s0_177 {
  color: white !important;
  background: #8256E7 !important;
  box-shadow: 0 4px 15px rgba(130, 86, 231, 0.3);
}
._tabCount_1s7s0_183 {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}
._tabButton_1s7s0_144:not(._activeTab_1s7s0_177) ._tabCount_1s7s0_183 {
  background: rgba(100, 116, 139, 0.15);
  color: #64748b;
}
._contactsSection_1s7s0_198 {
  padding: 0 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
._sectionHeader_1s7s0_205 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
._sectionHeader_1s7s0_205 h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.04em;
}
._contactCount_1s7s0_220 {
  color: #64748b;
  font-size: 1rem;
  font-weight: 500;
}
._agencyName_1s7s0_226 {
  color: #8256E7;
  font-weight: 600;
}
._contactsTable_1s7s0_231 {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
._tableHeader_1s7s0_241 {
  display: grid;
  grid-template-columns: 60px 2fr 1.5fr 1.5fr 1fr 1fr;
  background:
    linear-gradient(
      135deg,
      #f8fafc 0%,
      #f1f5f9 100%);
  padding: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
._contactRow_1s7s0_254 {
  display: grid;
  grid-template-columns: 60px 2fr 1.5fr 1.5fr 1fr 1fr;
  padding: 1.5rem;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
._contactRow_1s7s0_254::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #8256E7;
  opacity: 0;
  transition: opacity 0.3s ease;
}
._contactRow_1s7s0_254:last-child {
  border-bottom: none;
}
._contactRow_1s7s0_254:hover {
  background:
    linear-gradient(
      135deg,
      rgba(102, 126, 234, 0.02) 0%,
      rgba(118, 75, 162, 0.02) 100%);
  transform: translateX(4px);
}
._contactRow_1s7s0_254:hover::before {
  width: 4px;
}
._selectColumn_1s7s0_292 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._selectColumn_1s7s0_292 input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #8256E7;
  cursor: pointer;
  border-radius: 4px;
}
._selectColumn_1s7s0_292 input[type=checkbox]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
._nameColumn_1s7s0_311,
._titleColumn_1s7s0_311,
._agencyColumn_1s7s0_311,
._budgetColumn_1s7s0_311,
._actionsColumn_1s7s0_311 {
  padding: 0 0.75rem;
}
._contactName_1s7s0_315 {
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
._savedBadge_1s7s0_325 {
  font-size: 0.75rem;
  background:
    linear-gradient(
      135deg,
      #10b981 0%,
      #059669 100%);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
}
._lockedBadge_1s7s0_335 {
  background:
    linear-gradient(
      135deg,
      #f59e0b 0%,
      #d97706 100%);
  color: white;
  padding: 0.2rem 0.4rem;
  border-radius: 20px;
  font-size: 0.7rem;
  margin-left: 0.5rem;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
  cursor: help;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
._unlockedEmail_1s7s0_347,
._unlockedLinkedIn_1s7s0_348 {
  color: #10b981 !important;
  font-weight: 600;
  opacity: 0.9;
}
._contactRow_1s7s0_254:has(._lockedBadge_1s7s0_335) {
  opacity: 0.7;
}
._contactRow_1s7s0_254:has(._lockedBadge_1s7s0_335) ._selectColumn_1s7s0_292 input[type=checkbox]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
._contactEmail_1s7s0_363 {
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 0.5rem;
  font-weight: 500;
}
._contactActions_1s7s0_370 {
  margin-top: 0.75rem;
  display: flex;
  justify-content: flex-start;
}
._titleColumn_1s7s0_311 {
  color: #475569;
  font-weight: 500;
  font-size: 0.9rem;
}
._budgetColumn_1s7s0_311 {
  font-weight: 700;
  color: #1e293b;
  font-size: 1rem;
}
._contactButtons_1s7s0_388 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
._copyButton_1s7s0_396,
._emailButton_1s7s0_396,
._linkedinButton_1s7s0_396 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
._copyButton_1s7s0_396::before,
._emailButton_1s7s0_396::before,
._linkedinButton_1s7s0_396::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transition: left 0.5s;
}
._copyButton_1s7s0_396:hover::before,
._emailButton_1s7s0_396:hover::before,
._linkedinButton_1s7s0_396:hover::before {
  left: 100%;
}
._copyButton_1s7s0_396 {
  background:
    linear-gradient(
      135deg,
      #64748b 0%,
      #475569 100%);
  box-shadow: 0 4px 12px rgba(100, 116, 139, 0.3);
}
._copyButton_1s7s0_396:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(100, 116, 139, 0.4);
}
._emailButton_1s7s0_396 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #8256E7 100%);
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.3);
}
._emailButton_1s7s0_396:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(130, 86, 231, 0.4);
}
._linkedinButton_1s7s0_396 {
  background:
    linear-gradient(
      135deg,
      #0077b5 0%,
      #005885 100%);
  box-shadow: 0 4px 12px rgba(0, 119, 181, 0.3);
}
._linkedinButton_1s7s0_396:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 119, 181, 0.4);
}
._saveContactButton_1s7s0_462 {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
._loadingState_1s7s0_471,
._errorState_1s7s0_471 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  font-size: 1.25rem;
  color: #64748b;
  font-weight: 500;
}
._errorState_1s7s0_471 {
  flex-direction: column;
  gap: 1.5rem;
}
._errorState_1s7s0_471 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.04em;
}
._errorState_1s7s0_471 p {
  max-width: 500px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
._agencyColumn_1s7s0_311 {
  color: #1e293b;
}
._agencyBadge_1s7s0_507 {
  display: inline-block;
  background:
    linear-gradient(
      135deg,
      rgba(102, 126, 234, 0.1) 0%,
      rgba(118, 75, 162, 0.1) 100%);
  color: #8256E7;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgba(102, 126, 234, 0.2);
  letter-spacing: -0.02em;
}
._directBrand_1s7s0_519 {
  color: #94a3b8;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 500;
}
._similarBrandsSection_1s7s0_527 {
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.03) 0%,
      rgba(130, 86, 231, 0.06) 50%,
      rgba(130, 86, 231, 0.03) 100%);
  border-radius: 32px;
  margin-bottom: 4rem;
  border: 1px solid rgba(130, 86, 231, 0.1);
  position: relative;
  overflow: hidden;
}
._similarBrandsSection_1s7s0_527::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238256E7' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}
._similarBrandsSection_1s7s0_527 ._sectionHeader_1s7s0_205 {
  text-align: center;
  margin-bottom: 4rem;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
._similarBrandsSection_1s7s0_527 ._sectionHeader_1s7s0_205 h2 {
  color: #8256E7;
  letter-spacing: -0.04em;
}
._similarBrandsSection_1s7s0_527 ._sectionHeader_1s7s0_205 p {
  font-size: 1.125rem;
  line-height: 1.6;
  padding: 0 1rem;
  margin: 0.5rem auto 0 auto;
  color: #64748b;
  font-weight: 500;
  letter-spacing: -0.02em;
}
._similarBrandsGrid_1s7s0_577 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
._similarBrandCard_1s7s0_585 {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 2.5rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
._similarBrandCard_1s7s0_585::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.05) 0%,
      rgba(130, 86, 231, 0.08) 50%,
      rgba(130, 86, 231, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
._similarBrandCard_1s7s0_585:hover::before {
  opacity: 1;
}
._similarBrandCard_1s7s0_585:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(102, 126, 234, 0.1);
  border-color: rgba(102, 126, 234, 0.2);
}
._cardHeader_1s7s0_627 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
._brandInfo_1s7s0_634 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._brandInfo_1s7s0_634 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._similarBrandLogo_1s7s0_646 {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
._similarBrandLogo_1s7s0_646 img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 80%;
  height: 80%;
}
._similarBrandCard_1s7s0_585:hover ._similarBrandLogo_1s7s0_646 {
  transform: scale(1.1) rotate(2deg);
}
._brandInfo_1s7s0_634 h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  color: #1e293b;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
._brandInfo_1s7s0_634 p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}
._matchBadge_1s7s0_688 {
  background:
    linear-gradient(
      135deg,
      #8256E7,
      #7c4fd8);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
._similarBrandCard_1s7s0_585:hover ._matchBadge_1s7s0_688 {
  transform: rotate(360deg) scale(1.15);
  box-shadow: 0 12px 30px rgba(130, 86, 231, 0.4);
}
._cardContent_1s7s0_706 {
  margin-bottom: 2.5rem;
}
._brandDetails_1s7s0_710 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
._detailItem_1s7s0_717 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
._similarBrandCard_1s7s0_585:hover ._detailItem_1s7s0_717 {
  background: rgba(255, 255, 255, 0.9);
}
._label_1s7s0_732 {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 600;
  line-height: 1.4;
}
._value_1s7s0_739 {
  font-size: 0.9rem;
  color: #1e293b;
  font-weight: 700;
  line-height: 1.4;
}
._matchReasons_1s7s0_746 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
._matchTag_1s7s0_753 {
  color: #8256E7;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  background: rgba(130, 86, 231, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._similarBrandCard_1s7s0_585:hover ._matchTag_1s7s0_753 {
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.15),
      rgba(124, 79, 216, 0.15));
  transform: translateY(-2px);
}
._cardAction_1s7s0_774 {
  color: #8256E7;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._similarBrandCard_1s7s0_585:hover ._cardAction_1s7s0_774 {
  color: #8256E7;
  transform: translateX(8px);
}
._cardAction_1s7s0_774 svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._similarBrandCard_1s7s0_585:hover ._cardAction_1s7s0_774 svg {
  transform: translateX(8px) scale(1.1);
}
._noSimilarBrands_1s7s0_799 {
  text-align: center;
  padding: 6rem 2rem;
  color: #64748b;
  position: relative;
  z-index: 1;
}
._noSimilarBrands_1s7s0_799 svg {
  opacity: 0.3;
  margin-bottom: 2.5rem;
}
._noSimilarBrands_1s7s0_799 h3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  color: #1e293b;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
._noSimilarBrands_1s7s0_799 p {
  font-size: 1.125rem;
  margin: 0 0 3rem 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
._browseAllButton_1s7s0_832 {
  background:
    linear-gradient(
      135deg,
      #8256E7,
      #8256E7);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 auto;
}
._browseAllButton_1s7s0_832:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}
@media (max-width: 768px) {
  ._similarBrandsSection_1s7s0_527 {
    padding: 4rem 1.5rem;
    margin: 1rem;
    border-radius: 24px;
  }
  ._similarBrandsSection_1s7s0_527 ._sectionHeader_1s7s0_205 {
    margin-bottom: 3rem;
  }
  ._similarBrandsSection_1s7s0_527 ._sectionHeader_1s7s0_205 h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
  }
  ._similarBrandsSection_1s7s0_527 ._sectionHeader_1s7s0_205 p {
    font-size: 1.125rem;
    line-height: 1.6;
    padding: 0 1rem;
    margin: 0.5rem auto 0 auto;
  }
  ._similarBrandsGrid_1s7s0_577 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  ._similarBrandCard_1s7s0_585 {
    padding: 2rem;
  }
  ._cardHeader_1s7s0_627 {
    margin-bottom: 1.75rem;
  }
  ._brandInfo_1s7s0_634 {
    gap: 1.25rem;
  }
  ._similarBrandLogo_1s7s0_646 {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px;
    min-height: 36px;
  }
  ._brandInfo_1s7s0_634 h3 {
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
  ._brandDetails_1s7s0_710 {
    gap: 1rem;
    margin-bottom: 1.75rem;
  }
  ._detailItem_1s7s0_717 {
    padding: 0.875rem 1rem;
  }
  ._matchReasons_1s7s0_746 {
    justify-content: center;
    gap: 0.75rem;
  }
  ._matchTag_1s7s0_753 {
    padding: 0.625rem 1rem;
  }
  ._cardAction_1s7s0_774 {
    padding: 1.25rem 1rem 1rem;
  }
  ._noSimilarBrands_1s7s0_799 {
    padding: 5rem 1.5rem;
  }
  ._noSimilarBrands_1s7s0_799 h3 {
    margin-bottom: 1.25rem;
    line-height: 1.3;
  }
  ._noSimilarBrands_1s7s0_799 p {
    margin-bottom: 2.5rem;
    line-height: 1.6;
    padding: 0 1rem;
  }
  ._toast_1s7s0_944 {
    left: 1rem;
    right: 1rem;
    width: auto;
  }
  ._toastContent_1s7s0_950 {
    font-size: 0.9rem;
    padding: 1rem 1.25rem;
  }
  ._modal_1s7s0_955 {
    margin: 1rem;
    width: calc(100% - 2rem);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
  }
  ._modalHeader_1s7s0_962,
  ._modalContent_1s7s0_962 {
    padding: 1.5rem;
  }
  ._formActions_1s7s0_966 {
    flex-direction: column;
    gap: 0.75rem;
  }
  ._cancelButton_1s7s0_971,
  ._saveGroupButton_1s7s0_971 {
    width: 100%;
    justify-content: center;
  }
}
._modalOverlay_1s7s0_978 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: _fadeIn_1s7s0_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes _fadeIn_1s7s0_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _spin_1s7s0_1008 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._spinner_1s7s0_1008 {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #8256E7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: _spin_1s7s0_1008 1s linear infinite;
}
._modal_1s7s0_955 {
  background: white;
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  animation: _slideIn_1s7s0_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@keyframes _slideIn_1s7s0_1 {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
._modalHeader_1s7s0_962 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background:
    linear-gradient(
      135deg,
      rgba(130, 86, 231, 0.05) 0%,
      rgba(130, 86, 231, 0.1) 100%);
  border-radius: 16px 16px 0 0;
}
._modalHeader_1s7s0_962 h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
._modalHeader_1s7s0_962 h3::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238256E7' stroke-width='2'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
._closeButton_1s7s0_1071 {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
._closeButton_1s7s0_1071:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #1e293b;
  transform: rotate(90deg);
}
._modalContent_1s7s0_962 {
  padding: 1.5rem;
}
._modalContent_1s7s0_962 p {
  margin: 0 0 1.5rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.5;
}
._defaultInfo_1s7s0_1103 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(130, 86, 231, 0.1);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-bottom: 2rem !important;
  color: #8256E7 !important;
  font-size: 0.9rem !important;
}
._groupOptionsSection_1s7s0_1115 h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #1e293b;
}
._groupSubtext_1s7s0_1122 {
  font-size: 0.875rem !important;
  margin-bottom: 1rem !important;
}
._groupOptions_1s7s0_1115 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 0.5rem;
}
._saveOptionButton_1s7s0_1137 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #f8fafc;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.9rem;
  font-weight: 500;
  color: #1e293b;
  text-align: left;
}
._saveOptionButton_1s7s0_1137:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}
._selectedOption_1s7s0_1158 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #6b45c1 100%) !important;
  color: white !important;
  border-color: transparent !important;
  box-shadow: 0 4px 12px rgba(130, 86, 231, 0.2);
}
._selectedOption_1s7s0_1158 ._groupName_1s7s0_1165 {
  color: white !important;
}
._selectedOption_1s7s0_1158:hover {
  background:
    linear-gradient(
      135deg,
      #6b45c1 0%,
      #5a3d9e 100%) !important;
  transform: translateY(-1px);
}
._groupColor_1s7s0_1174 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
._groupName_1s7s0_1165 {
  font-weight: 600;
}
._groupCount_1s7s0_1185 {
  color: #64748b;
  font-size: 0.8rem;
  margin-left: auto;
}
._selectedOption_1s7s0_1158 ._groupCount_1s7s0_1185 {
  color: rgba(255, 255, 255, 0.8);
}
._createNewOption_1s7s0_1195 {
  border: 1px dashed rgba(130, 86, 231, 0.4);
  background: rgba(130, 86, 231, 0.05);
  color: #8256E7;
}
._createNewOption_1s7s0_1195:hover {
  background: rgba(130, 86, 231, 0.1);
}
._modalActions_1s7s0_1205 {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1.5rem;
}
._cancelModalButton_1s7s0_1215 {
  background: rgba(0, 0, 0, 0.05);
  color: #1e293b;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._cancelModalButton_1s7s0_1215:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
._saveContactsButton_1s7s0_1235 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #7c4fd8 100%);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(130, 86, 231, 0.3);
}
._saveContactsButton_1s7s0_1235:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.4);
  background:
    linear-gradient(
      135deg,
      #7c4fd8 0%,
      #6b46c1 100%);
}
._saveContactsButton_1s7s0_1235:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
._saveContactsButton_1s7s0_1235:disabled:not(._loading_1s7s0_471) {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
._saveContactsButton_1s7s0_1235._loading_1s7s0_471 {
  background:
    linear-gradient(
      135deg,
      #8256E7 0%,
      #7c4fd8 100%);
  cursor: wait;
  opacity: 0.8;
}
._modalActions_1s7s0_1205 {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}
._createGroupSection_1s7s0_1285 {
  display: flex;
  justify-content: center;
  padding: 0 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
._saveSelectedButton_1s7s0_1293 {
  width: 100%;
  max-width: 300px;
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(130, 86, 231, 0.3);
  border: none;
}
._saveSelectedButton_1s7s0_1293:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(130, 86, 231, 0.4);
}
._formGroup_1s7s0_1316 {
  margin-bottom: 1.5rem;
}
._formGroup_1s7s0_1316 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
}
._formInput_1s7s0_1328 {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  background: #ffffff;
}
._formInput_1s7s0_1328:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._formTextarea_1s7s0_1344 {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  background: #ffffff;
  resize: vertical;
  min-height: 80px;
}
._formTextarea_1s7s0_1344:focus {
  outline: none;
  border-color: #8256E7;
  box-shadow: 0 0 0 3px rgba(130, 86, 231, 0.1);
}
._saveOptions_1s7s0_1362 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
._saveOption_1s7s0_1137 {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  width: 100%;
}
._saveOption_1s7s0_1137:hover {
  border-color: rgba(130, 86, 231, 0.3);
  background: rgba(130, 86, 231, 0.02);
  transform: translateY(-2px);
}
._selectedOption_1s7s0_1158 {
  border-color: #8256E7;
  background: rgba(130, 86, 231, 0.1);
  color: #8256E7;
}
._optionIcon_1s7s0_1395 {
  font-size: 1.5rem;
  width: 2rem;
  text-align: center;
}
._optionContent_1s7s0_1401 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._optionTitle_1s7s0_1408 {
  font-weight: 600;
  font-size: 0.9rem;
}
._optionDescription_1s7s0_1413 {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.4;
}
._selectedOption_1s7s0_1158 ._optionDescription_1s7s0_1413 {
  color: rgba(130, 86, 231, 0.8);
}
._pricingContainer_qv418_3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  color: #1f2937;
}
._pricingHeader_qv418_10 {
  text-align: center;
  margin-bottom: 3rem;
}
._pricingHeader_qv418_10 h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background:
    linear-gradient(
      90deg,
      #8256E7 0%,
      #9A78F0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._pricingHeader_qv418_10 p {
  font-size: 1.25rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}
._billingToggle_qv418_31 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 3rem 0;
  padding: 1rem;
  background: rgba(130, 86, 231, 0.05);
  border-radius: 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
._billingToggle_qv418_31 span {
  font-size: 1rem;
  color: #6b7280;
  transition: color 0.2s;
}
._billingToggle_qv418_31 span._active_qv418_51 {
  color: #1f2937;
  font-weight: 600;
}
._savingsTag_qv418_56 {
  margin-left: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: #10B981;
  color: white !important;
  border-radius: 1rem;
  font-size: 0.75rem !important;
  font-weight: 600;
}
._switch_qv418_66 {
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: 2rem;
}
._switch_qv418_66 input {
  opacity: 0;
  width: 0;
  height: 0;
}
._slider_qv418_79 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  transition: 0.4s;
  border-radius: 2rem;
}
._slider_qv418_79:before {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + ._slider_qv418_79 {
  background-color: #8256E7;
}
input:checked + ._slider_qv418_79:before {
  transform: translateX(1.5rem);
}
._pricingGrid_qv418_111 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}
._pricingCard_qv418_118 {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._pricingCard_qv418_118:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.15);
}
._pricingCard_qv418_118._current_qv418_135 {
  border: 2px solid #8256E7;
  background: rgba(130, 86, 231, 0.02);
}
._cardHeader_qv418_140 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1f2937;
}
._cardHeader_qv418_140 p {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.5;
}
._price_qv418_153 {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 1.5rem 0;
}
._currency_qv418_160 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
}
._amount_qv418_166 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1;
}
._period_qv418_173 {
  font-size: 1.25rem;
  color: #6b7280;
}
._yearlyPrice_qv418_178 {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
._chooseButton_qv418_185 {
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  background: #8256E7;
  color: white;
  width: 100%;
}
._chooseButton_qv418_185:hover {
  background: #6b46c1;
}
._chooseButton_qv418_185:disabled {
  background: #e5e7eb;
  cursor: not-allowed;
  color: #1f2937;
}
._chooseButton_qv418_185._current_qv418_135 {
  background: transparent;
  border: 2px solid #8256E7;
  color: #8256E7;
}
._features_qv418_214 {
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem;
}
._features_qv418_214 h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1f2937;
}
._features_qv418_214 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._features_qv418_214 li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #4b5563;
  font-size: 0.875rem;
}
._features_qv418_214 li::before {
  content: "✓";
  color: #10B981;
  font-weight: bold;
}
._limits_qv418_249 {
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._limit_qv418_249 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}
._limit_qv418_249 span:first-child {
  color: #6b7280;
}
._limit_qv418_249 span:last-child {
  color: #1f2937;
  font-weight: 600;
}
._guaranteeSection_qv418_273 {
  text-align: center;
  margin-top: 4rem;
  padding: 2rem;
  background: rgba(130, 86, 231, 0.05);
  border-radius: 1rem;
}
._guaranteeContent_qv418_281 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}
._guaranteeContent_qv418_281 p {
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
._loadingSpinner_qv418_295 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  color: #6b7280;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  ._pricingContainer_qv418_3 {
    padding: 2rem 1rem;
  }
  ._pricingHeader_qv418_10 h1 {
    font-size: 2rem;
  }
  ._pricingGrid_qv418_111 {
    grid-template-columns: 1fr;
  }
  ._price_qv418_153 {
    justify-content: center;
  }
  ._amount_qv418_166 {
    font-size: 3rem;
  }
}
._container_p7syf_3 {
  min-height: 100vh;
  background:
    linear-gradient(
      135deg,
      #667eea 0%,
      #764ba2 100%);
  position: relative;
  overflow-x: hidden;
}
._backButton_p7syf_19 {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 100;
}
._backLink_p7syf_33 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
._backLink_p7syf_33:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
._backIcon_p7syf_81 {
  width: 18px;
  height: 18px;
}
._hero_p7syf_93 {
  padding: 120px 24px 80px;
  position: relative;
  background:
    linear-gradient(
      135deg,
      rgba(102, 126, 234, 0.9) 0%,
      rgba(118, 75, 162, 0.9) 100%);
}
._heroContent_p7syf_105 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}
._heroText_p7syf_123 {
  text-align: center;
  color: white;
}
._heroTitle_p7syf_133 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.1;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}
._brandHighlight_p7syf_157 {
  background:
    linear-gradient(
      135deg,
      #fbbf24 0%,
      #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}
._heroDescription_p7syf_181 {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
._playButton_p7syf_201 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
._playButton_p7syf_201:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
._playIcon_p7syf_245 {
  width: 24px;
  height: 24px;
}
._statsGrid_p7syf_257 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin-top: 40px;
}
._statCard_p7syf_271 {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 32px 24px;
  transition: all 0.3s ease;
}
._statCard_p7syf_271:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
._counterContainer_p7syf_303 {
  margin-bottom: 8px;
}
._counterNumber_p7syf_311 {
  font-size: 3rem;
  font-weight: 800;
  color: #1E293B !important;
  display: block;
}
._statLabel_p7syf_325 {
  font-size: 1rem;
  color: #334155 !important;
  font-weight: 500;
}
._timelineSection_p7syf_339 {
  padding: 100px 24px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.1) 100%);
}
._sectionHeader_p7syf_349 {
  text-align: center;
  margin-bottom: 80px;
}
._sectionTitle_p7syf_359 {
  font-size: 3rem;
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}
._sectionDescription_p7syf_373 {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto;
}
._timeline_p7syf_339 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
._timelineLine_p7syf_399 {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background:
    linear-gradient(
      180deg,
      #fbbf24 0%,
      #f59e0b 100%);
  transform: translateX(-50%);
}
._timelineItem_p7syf_419 {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
._timelineLeft_p7syf_433 {
  justify-content: flex-end;
  padding-right: 60px;
}
._timelineRight_p7syf_443 {
  justify-content: flex-start;
  padding-left: 60px;
}
._timelineContent_p7syf_453 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 32px;
  max-width: 400px;
  position: relative;
}
._timelineYear_p7syf_473 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fbbf24;
  margin-bottom: 8px;
}
._timelineTitle_p7syf_487 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}
._timelineDescription_p7syf_501 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
._timelineDot_p7syf_511 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background:
    linear-gradient(
      135deg,
      #fbbf24 0%,
      #f59e0b 100%);
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}
._mainContent_p7syf_539 {
  padding: 100px 24px;
}
._cardsContainer_p7syf_547 {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  gap: 48px;
}
._storyCard_p7syf_563,
._missionCard_p7syf_565 {
  background: rgba(30, 30, 30, 0.95);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 28px;
  padding: 48px;
  transition: all 0.3s ease;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
._storyCard_p7syf_563::before,
._missionCard_p7syf_565::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(
      135deg,
      rgba(139, 92, 246, 0.05) 0%,
      rgba(124, 58, 237, 0.03) 50%,
      rgba(139, 92, 246, 0.05) 100%);
  pointer-events: none;
  z-index: 0;
}
._storyCard_p7syf_563:hover,
._missionCard_p7syf_565:hover {
  border-color: rgba(167, 139, 250, 0.5);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
._cardContent_p7syf_633 {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
._cardIcon_p7syf_649 {
  width: 88px;
  height: 88px;
  background:
    linear-gradient(
      135deg,
      #fbbf24 0%,
      #f59e0b 100%);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  box-shadow: 0 12px 32px rgba(251, 191, 36, 0.4);
  position: relative;
  z-index: 2;
}
._iconLarge_p7syf_677 {
  width: 44px;
  height: 44px;
  color: white;
}
._cardTitle_p7syf_689 {
  font-size: 2.25rem;
  font-weight: 800;
  color: white;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
._cardText_p7syf_713 {
  flex-grow: 1;
}
._cardDescription_p7syf_721 {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
._cardDescription_p7syf_721:last-child {
  margin-bottom: 0;
}
._cardStats_p7syf_753 {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
._statItem_p7syf_765 {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  font-size: 1rem;
}
._statIcon_p7syf_783 {
  width: 22px;
  height: 22px;
  color: #fbbf24;
}
._valuesSection_p7syf_797 {
  padding: 100px 24px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.1) 100%);
}
._valuesGrid_p7syf_807 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 36px;
}
._valueCard_p7syf_823 {
  background: rgba(91, 33, 182, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(139, 92, 246, 0.4);
  border-radius: 28px;
  padding: 44px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
._valueCard_p7syf_823::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(
      135deg,
      rgba(139, 92, 246, 0.08) 0%,
      rgba(124, 58, 237, 0.03) 50%,
      rgba(139, 92, 246, 0.08) 100%);
  pointer-events: none;
  z-index: 0;
}
._valueCard_p7syf_823:hover {
  transform: translateY(-12px);
  background: rgba(109, 40, 217, 0.9);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  border-color: rgba(167, 139, 250, 0.6);
}
._valueIcon_p7syf_893 {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  background:
    linear-gradient(
      135deg,
      #fbbf24 0%,
      #f59e0b 100%);
  box-shadow: 0 12px 32px rgba(251, 191, 36, 0.4);
  position: relative;
  z-index: 2;
}
._gradient0_p7syf_921 {
  background:
    linear-gradient(
      135deg,
      #10b981 0%,
      #059669 100%);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}
._gradient1_p7syf_931 {
  background:
    linear-gradient(
      135deg,
      #3b82f6 0%,
      #1d4ed8 100%);
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
}
._gradient2_p7syf_941 {
  background:
    linear-gradient(
      135deg,
      #8b5cf6 0%,
      #7c3aed 100%);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.3);
}
._gradient3_p7syf_951 {
  background:
    linear-gradient(
      135deg,
      #f59e0b 0%,
      #d97706 100%);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
}
._iconMedium_p7syf_961 {
  width: 36px;
  height: 36px;
  color: white;
}
._valueTitle_p7syf_973 {
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
._valueDescription_p7syf_995 {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  margin-bottom: 28px;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
._valueProgress_p7syf_1019 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background:
    linear-gradient(
      90deg,
      #fbbf24 0%,
      #f59e0b 100%);
  border-radius: 0 0 28px 28px;
}
._ctaSection_p7syf_1039 {
  padding: 100px 24px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.05) 100%);
}
._ctaContent_p7syf_1049 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
._ctaTitle_p7syf_1061 {
  font-size: 3rem;
  font-weight: 800;
  color: white;
  margin-bottom: 24px;
}
._ctaDescription_p7syf_1075 {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 48px;
}
._ctaButtons_p7syf_1089 {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
._primaryButton_p7syf_1105 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background:
    linear-gradient(
      135deg,
      #fbbf24 0%,
      #f59e0b 100%);
  color: white;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
._primaryButton_p7syf_1105:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3);
}
._secondaryButton_p7syf_1147 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
._secondaryButton_p7syf_1147:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
._buttonIcon_p7syf_1191 {
  width: 20px;
  height: 20px;
}
._ctaStats_p7syf_1201 {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
._ctaStat_p7syf_1201 {
  text-align: center;
}
._ctaStatNumber_p7syf_1223 {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fbbf24;
  margin-bottom: 4px;
}
._ctaStatLabel_p7syf_1239 {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
._videoModal_p7syf_1251 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
}
._videoContainer_p7syf_1281 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  position: relative;
}
._closeButton_p7syf_1303 {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
._closeButton_p7syf_1303:hover {
  background: rgba(255, 255, 255, 0.2);
}
._videoPlaceholder_p7syf_1347 {
  aspect-ratio: 16/9;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 16px;
}
._videoPlayIcon_p7syf_1371 {
  width: 64px;
  height: 64px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  ._heroTitle_p7syf_133 {
    font-size: 2.5rem;
  }
  ._heroDescription_p7syf_181 {
    font-size: 1.1rem;
  }
  ._statsGrid_p7syf_257 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  ._counterNumber_p7syf_311 {
    font-size: 2rem;
  }
  ._sectionTitle_p7syf_359 {
    font-size: 2rem;
  }
  ._timelineLine_p7syf_399 {
    left: 24px;
  }
  ._timelineLeft_p7syf_433,
  ._timelineRight_p7syf_443 {
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 0;
  }
  ._timelineDot_p7syf_511 {
    left: 24px;
  }
  ._cardsContainer_p7syf_547 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  ._valuesGrid_p7syf_807 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  ._ctaTitle_p7syf_1061 {
    font-size: 2rem;
  }
  ._ctaButtons_p7syf_1089 {
    flex-direction: column;
    align-items: center;
  }
  ._ctaStats_p7syf_1201 {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  ._hero_p7syf_93 {
    padding: 80px 16px 60px;
  }
  ._timelineSection_p7syf_339,
  ._mainContent_p7syf_539,
  ._valuesSection_p7syf_797,
  ._ctaSection_p7syf_1039 {
    padding: 60px 16px;
  }
  ._heroTitle_p7syf_133 {
    font-size: 2rem;
  }
  ._statsGrid_p7syf_257 {
    grid-template-columns: 1fr;
  }
  ._timelineContent_p7syf_453 {
    padding: 24px;
  }
  ._storyCard_p7syf_563,
  ._missionCard_p7syf_565 {
    padding: 32px 24px;
  }
  ._valueCard_p7syf_823 {
    padding: 32px 24px;
  }
}
._statsCard_p7syf_1577 {
  background-color: #EFF5FF !important;
  border: 1px solid #E2E8F0 !important;
}
._statsCard_p7syf_1577:hover {
  background-color: #E2E8F0 !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
._timelineCard_p7syf_1601 {
  background-color: #EFF5FF !important;
  border: 1px solid #E2E8F0 !important;
}
.ai-recommendations-container {
  padding: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  background-color: #eff5ff;
  min-height: 100vh;
}
.notification {
  position: fixed;
  top: 80px;
  right: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: slideIn 0.3s ease-out;
}
.notification-success {
  background-color: #10b981;
  color: white;
}
.notification-error {
  background-color: #ef4444;
  color: white;
}
.notification-info {
  background-color: #8256e7;
  color: white;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.ai-recommendations-header {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.ai-recommendations-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #8256e7;
}
.ai-recommendations-description {
  color: #64748b;
  font-size: 0.95rem;
  max-width: 600px;
}
.ai-recommendations-actions {
  display: flex;
  gap: 0.75rem;
}
.ai-recommendations-refresh-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  background-color: #8256e7;
  color: white;
}
.ai-recommendations-refresh-button:hover {
  background-color: #6e46c3;
}
.spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.ai-recommendations-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.ai-metric {
  background-color: white;
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}
.ai-metric-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0e8ff;
  color: #8256e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.ai-metric-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: #1e293b;
}
.ai-metric-content p {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
}
.ai-recommendations-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.ai-recommendations-search {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  flex: 1;
  max-width: 400px;
  position: relative;
}
.ai-recommendations-search svg {
  color: #8256e7;
  margin-right: 0.5rem;
}
.ai-recommendations-search input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 0.875rem;
}
.ai-recommendations-search-clear {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
}
.ai-recommendations-search-clear:hover {
  color: #8256e7;
}
.ai-recommendations-filter-controls {
  display: flex;
  gap: 0.75rem;
}
.ai-filter-dropdown {
  position: relative;
}
.ai-filter-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: white;
  font-size: 0.875rem;
  cursor: pointer;
}
.ai-filter-dropdown-content {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  min-width: 250px;
  z-index: 10;
  border: 1px solid #e2e8f0;
  display: none;
}
.ai-filter-dropdown:hover .ai-filter-dropdown-content {
  display: block;
}
.ai-filter-section {
  margin-bottom: 1rem;
}
.ai-filter-section h4 {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #1e293b;
}
.ai-filter-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #64748b;
}
.ai-sort-dropdown {
  position: relative;
}
.ai-sort-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: white;
  font-size: 0.875rem;
  cursor: pointer;
}
.ai-sort-dropdown-content {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  min-width: 150px;
  z-index: 10;
  border: 1px solid #e2e8f0;
  display: none;
}
.ai-sort-dropdown:hover .ai-sort-dropdown-content {
  display: block;
}
.ai-sort-dropdown-content button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.875rem;
}
.ai-sort-dropdown-content button:hover {
  background-color: #f1f5f9;
}
.ai-sort-dropdown-content button.active {
  background-color: #f0e8ff;
  color: #8256e7;
}
.ai-view-toggle {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.ai-view-toggle button {
  padding: 0.5rem 0.75rem;
  border: none;
  background-color: white;
  color: #64748b;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.ai-view-toggle button.active {
  background-color: #8256e7;
  color: white;
}
.grid-icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.grid-icon::before,
.grid-icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
}
.list-icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.list-icon::before,
.list-icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
}
.ai-recommendations-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  gap: 1.5rem;
  text-align: center;
}
.ai-recommendations-error svg {
  width: 64px;
  height: 64px;
  color: #ef4444;
}
.ai-recommendations-error p {
  color: #64748b;
  margin: 0;
}
.ai-recommendations-error button {
  padding: 0.75rem 1.5rem;
  background-color: #8256e7;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
}
.ai-recommendations-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  gap: 1.5rem;
  text-align: center;
}
.ai-recommendations-empty-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f0e8ff;
  color: #8256e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.ai-recommendations-empty h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #1e293b;
}
.ai-recommendations-empty p {
  color: #64748b;
  margin: 0;
}
.ai-recommendations-empty button {
  padding: 0.75rem 1.5rem;
  background-color: #8256e7;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
}
.ai-recommendations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}
.ai-recommendations-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ai-recommendation-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ai-recommendation-card:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.ai-recommendation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f3f4f6;
}
.ai-recommendation-logo {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ai-recommendation-logo img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}
.ai-recommendation-logo-placeholder {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}
.ai-recommendation-score {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-score-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
  color: white;
  margin-bottom: 4px;
}
.ai-score-label {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ai-score-excellent {
  background-color: #059669;
}
.ai-score-good {
  background-color: #0ea5e9;
}
.ai-score-average {
  background-color: #f59e0b;
}
.ai-score-low {
  background-color: #ef4444;
}
.ai-recommendation-content {
  padding: 16px;
  flex: 1;
}
.ai-recommendation-brand {
  margin-bottom: 12px;
}
.ai-recommendation-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #111827;
}
.ai-recommendation-brand h4 {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  color: #6b7280;
}
.ai-recommendation-description {
  font-size: 0.9rem;
  color: #4b5563;
  margin: 12px 0;
  line-height: 1.5;
}
.ai-recommendation-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.ai-detail {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #6b7280;
}
.ai-detail svg {
  margin-right: 6px;
  color: #4f46e5;
}
.ai-recommendation-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #f9fafb;
  border-top: 1px solid #f3f4f6;
}
.ai-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
}
.ai-action-button svg {
  margin-right: 6px;
}
.save-button {
  background-color: #4f46e5;
  color: white;
  border: none;
}
.save-button:hover {
  background-color: #4338ca;
}
.save-button:disabled {
  background-color: #c7d2fe;
  cursor: not-allowed;
}
.ai-feedback-buttons {
  display: flex;
  gap: 8px;
}
.ai-feedback-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background-color: white;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}
.ai-feedback-button:hover {
  background-color: #f3f4f6;
  color: #4b5563;
}
.ai-feedback-button.active {
  background-color: #4f46e5;
  color: white;
  border-color: #4f46e5;
}
.profile-match-reason.primary-reason {
  display: flex;
  align-items: flex-start;
  margin: 12px 0;
  padding: 10px 12px;
  background-color: rgba(79, 70, 229, 0.08);
  border-radius: 8px;
  border-left: 3px solid #4f46e5;
}
.profile-match-reason .reason-icon {
  color: #4f46e5;
  margin-right: 10px;
  margin-top: 2px;
}
.profile-match-reason p {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563;
}
.show-more-reasons {
  background: none;
  border: none;
  color: #4f46e5;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  padding: 6px 0;
  margin: 8px 0;
  cursor: pointer;
  font-weight: 500;
}
.show-more-reasons svg {
  margin-left: 5px;
}
.show-more-reasons:hover {
  text-decoration: underline;
}
.additional-match-reasons {
  margin-top: 8px;
  padding: 8px 0;
  border-top: 1px dashed #e5e7eb;
}
.match-reason-item {
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
}
.match-reason-item:before {
  content: "•";
  position: absolute;
  left: 8px;
  color: #4f46e5;
}
.match-reason-item p {
  margin: 0;
  font-size: 0.85rem;
  color: #4b5563;
}
.ai-recommendations-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  gap: 1.5rem;
}
.ai-recommendations-loading-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #f0e8ff;
  border-top-color: #8256e7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.ai-recommendations-loading p {
  color: #64748b;
  text-align: center;
}
@media (max-width: 768px) {
  .ai-recommendations-metrics {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .ai-recommendations-grid {
    grid-template-columns: 1fr;
  }
  .ai-recommendations-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .ai-recommendations-search {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .ai-recommendations-metrics {
    grid-template-columns: 1fr;
  }
  .ai-recommendation-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  .ai-action-save,
  .ai-action-website {
    width: 100%;
    justify-content: center;
  }
  .ai-action-dismiss {
    align-self: flex-end;
    width: auto;
  }
}
.ai-recommendations-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.ai-recommendations-list .ai-recommendation-card {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  grid-template-areas: "logo content actions";
  align-items: start;
}
.ai-recommendations-list .ai-recommendation-header {
  grid-area: logo;
  flex-direction: column;
  border-bottom: none;
  border-right: 1px solid #f3f4f6;
  height: 100%;
}
.ai-recommendations-list .ai-recommendation-content {
  grid-area: content;
}
.ai-recommendations-list .ai-recommendation-actions {
  grid-area: actions;
  flex-direction: column;
  height: 100%;
  border-top: none;
  border-left: 1px solid #f3f4f6;
}
@media (max-width: 768px) {
  .ai-recommendations-list .ai-recommendation-card {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "content" "actions";
  }
  .ai-recommendations-list .ai-recommendation-header {
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid #f3f4f6;
  }
  .ai-recommendations-list .ai-recommendation-actions {
    flex-direction: row;
    border-left: none;
    border-top: 1px solid #f3f4f6;
  }
}
.contacts-button {
  background-color: #8256e7;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-button:hover {
  background-color: #6e46c3;
}
.contacts-button svg {
  margin-right: 6px;
}
.tiktok-upload-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.tiktok-upload-container h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
}
.connection-required {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.connection-required p {
  margin-bottom: 1.5rem;
  color: #555;
}
.connect-button {
  background-color: #fe2c55;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.connect-button:hover {
  background-color: #e6254e;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}
.form-group input[type=text],
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}
.form-group input[type=file] {
  display: block;
  margin-top: 0.5rem;
}
.form-group small {
  display: block;
  margin-top: 0.25rem;
  color: #666;
  font-size: 0.875rem;
}
.video-preview {
  margin: 1.5rem 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;
}
.upload-button {
  background-color: #fe2c55;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 100%;
  margin-top: 1rem;
}
.upload-button:hover:not(:disabled) {
  background-color: #e6254e;
}
.upload-button:disabled {
  background-color: #f5a5b5;
  cursor: not-allowed;
}
.upload-result {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
}
.upload-result.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.upload-result.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.loading {
  text-align: center;
  padding: 2rem;
  color: #666;
}
@keyframes tiktok-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 44, 85, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(254, 44, 85, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(254, 44, 85, 0);
  }
}
.connect-button {
  animation: tiktok-pulse 2s infinite;
}
#root {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}
@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}
.card {
  padding: 2em;
}
.read-the-docs {
  color: #888;
}
.woot--bubble-holder {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 999999 !important;
}
.woot--widget-holder {
  z-index: 999999 !important;
  bottom: 24px !important;
  right: 24px !important;
}
.woot-widget-bubble {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
.zendesk-chat-container {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  pointer-events: none;
}
.zendesk-chat-container * {
  pointer-events: auto;
}
.tiktok-embed {
  border: none !important;
  max-width: 100% !important;
  min-width: unset !important;
}
.tiktok-embed iframe {
  border-radius: inherit;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 768px) {
  * {
    animation-duration: 0.2s !important;
    transition-duration: 0.2s !important;
  }
  .video-container {
    aspect-ratio: 16/9;
    min-height: 200px;
  }
  video {
    preload: "none" !important;
    will-change: auto;
  }
  .backdrop-blur-xl {
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
  }
  img {
    loading: lazy;
    decoding: async;
  }
  .reduce-motion * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  * {
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow-2xl {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }
  .bg-gradient-to-br {
    background:
      linear-gradient(
        135deg,
        #8B5CF6 0%,
        #6D28D9 100%) !important;
  }
  .transform {
    transform: none !important;
  }
  .flex {
    display: flex !important;
  }
  .p-8 {
    padding: 1rem !important;
  }
  .px-6 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .grid {
    display: grid !important;
  }
  .text-6xl {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
  }
  .text-5xl {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }
  .text-4xl {
    font-size: 1.75rem !important;
    line-height: 1.4 !important;
  }
  .btn {
    min-height: 44px !important;
    padding: 0.75rem 1.5rem !important;
  }
  .rounded-3xl {
    border-radius: 1rem !important;
  }
  .space-y-8 > * + * {
    margin-top: 1.5rem !important;
  }
  .gap-8 {
    gap: 1.5rem !important;
  }
}
@media (max-width: 480px) {
  * {
    animation: none !important;
    transition: none !important;
  }
  .backdrop-blur-xl {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  .bg-gradient-to-br {
    background: #8B5CF6 !important;
  }
  .text-6xl {
    font-size: 2rem !important;
  }
  .text-5xl {
    font-size: 1.75rem !important;
  }
  .text-4xl {
    font-size: 1.5rem !important;
  }
  .p-8 {
    padding: 0.75rem !important;
  }
  .py-20 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
.performance-metrics {
  position: fixed;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 9999;
  display: none;
}
.performance-metrics.show {
  display: block;
}
.loading-placeholder {
  background:
    linear-gradient(
      90deg,
      #f0f0f0 25%,
      #e0e0e0 50%,
      #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 8px;
  min-height: 200px;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (prefers-reduced-data: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
  video {
    display: none !important;
  }
  .bg-gradient-to-br {
    background: #8B5CF6 !important;
  }
  .backdrop-blur-xl {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}
@media (max-device-memory: 4gb) {
  .lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .lazy-load.loaded {
    opacity: 1;
  }
}
.tiktok-upload-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.tiktok-upload-container h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
}
.connection-required {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.connection-required p {
  margin-bottom: 1.5rem;
  color: #555;
}
.connect-button {
  background-color: #fe2c55;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.connect-button:hover {
  background-color: #e6254e;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}
.form-group input[type=text],
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}
.form-group input[type=file] {
  display: block;
  margin-top: 0.5rem;
}
.form-group small {
  display: block;
  margin-top: 0.25rem;
  color: #666;
  font-size: 0.875rem;
}
.video-preview {
  margin: 1.5rem 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;
}
.upload-button {
  background-color: #fe2c55;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 100%;
  margin-top: 1rem;
}
.upload-button:hover:not(:disabled) {
  background-color: #e6254e;
}
.upload-button:disabled {
  background-color: #f5a5b5;
  cursor: not-allowed;
}
.upload-result {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
}
.upload-result.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.upload-result.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.loading {
  text-align: center;
  padding: 2rem;
  color: #666;
}
@keyframes tiktok-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 44, 85, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(254, 44, 85, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(254, 44, 85, 0);
  }
}
.connect-button {
  animation: tiktok-pulse 2s infinite;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
[type=text],
input:where(:not([type])),
[type=email],
[type=url],
[type=password],
[type=number],
[type=date],
[type=datetime-local],
[type=month],
[type=search],
[type=tel],
[type=time],
[type=week],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type=text]:focus,
input:where(:not([type])):focus,
[type=email]:focus,
[type=url]:focus,
[type=password]:focus,
[type=number]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=week]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
[multiple],
[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}
[type=checkbox],
[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type=checkbox] {
  border-radius: 0px;
}
[type=radio] {
  border-radius: 100%;
}
[type=checkbox]:focus,
[type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow);
}
[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type=checkbox]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type=radio]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type=checkbox]:checked:hover,
[type=checkbox]:checked:focus,
[type=radio]:checked:hover,
[type=radio]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type=checkbox]:indeterminate {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type=checkbox]:indeterminate:hover,
[type=checkbox]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type=file]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
body {
  font-family:
    "Manrope",
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  background-color: #ffffff;
  color: #1e293b;
  overflow-x: hidden;
  position: relative;
  font-feature-settings:
    "liga" 1,
    "calt" 1,
    "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    "Manrope",
    "Satoshi",
    "Space Grotesk",
    "Inter",
    system-ui,
    sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0f172a;
}
h1 {
  font-weight: 800;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
h2 {
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}
h3 {
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}
h4 {
  font-weight: 600;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
}
p {
  font-family:
    "Manrope",
    "Inter",
    system-ui,
    sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: #475569;
}
.page-title {
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  background:
    linear-gradient(
      135deg,
      #6b46c1 0%,
      #8b5cf6 50%,
      #a855f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-subtitle {
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #64748b;
  max-width: 600px;
}
.section-title {
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
  font-weight: 700;
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1e293b;
  margin-bottom: 1rem;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.page-container {
  min-height: 100vh;
  background:
    linear-gradient(
      135deg,
      #6b46c1 0%,
      #8b5cf6 25%,
      #a855f7 50%,
      #c084fc 75%,
      #e879f9 100%);
  position: relative;
  overflow-x: hidden;
}
.page-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(
      circle at 20% 30%,
      rgba(139, 92, 246, 0.15) 0%,
      transparent 50%),
    radial-gradient(
      circle at 80% 70%,
      rgba(236, 72, 153, 0.15) 0%,
      transparent 50%);
  pointer-events: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  border-radius: 1rem;
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none;
  letter-spacing: -0.01em;
}
.btn-primary {
  background:
    linear-gradient(
      135deg,
      #6b46c1 0%,
      #8b5cf6 50%,
      #a855f7 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}
.btn-primary:hover {
  background:
    linear-gradient(
      135deg,
      #5b21b6 0%,
      #7c3aed 50%,
      #9333ea 100%);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.nav-link.active {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-1 {
  inset: -0.25rem;
}
.-inset-2 {
  inset: -0.5rem;
}
.-inset-4 {
  inset: -1rem;
}
.-inset-6 {
  inset: -1.5rem;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-1\/4 {
  bottom: -25%;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-20 {
  bottom: -5rem;
}
.-bottom-32 {
  bottom: -8rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-bottom-40 {
  bottom: -10rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-left-1\/4 {
  left: -25%;
}
.-left-2 {
  left: -0.5rem;
}
.-left-20 {
  left: -5rem;
}
.-left-32 {
  left: -8rem;
}
.-left-4 {
  left: -1rem;
}
.-left-40 {
  left: -10rem;
}
.-left-6 {
  left: -1.5rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-1\/4 {
  right: -25%;
}
.-right-2 {
  right: -0.5rem;
}
.-right-20 {
  right: -5rem;
}
.-right-3 {
  right: -0.75rem;
}
.-right-32 {
  right: -8rem;
}
.-right-4 {
  right: -1rem;
}
.-right-40 {
  right: -10rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\/4 {
  top: -25%;
}
.-top-2 {
  top: -0.5rem;
}
.-top-20 {
  top: -5rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-32 {
  top: -8rem;
}
.-top-4 {
  top: -1rem;
}
.-top-40 {
  top: -10rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\/3 {
  bottom: 33.333333%;
}
.bottom-1\/4 {
  bottom: 25%;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-40 {
  bottom: 10rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-1\/4 {
  left: 25%;
}
.left-10 {
  left: 2.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-8 {
  left: 2rem;
}
.left-\[-9999px\] {
  left: -9999px;
}
.left-\[2px\] {
  left: 2px;
}
.right-0 {
  right: 0px;
}
.right-1\/3 {
  right: 33.333333%;
}
.right-1\/4 {
  right: 25%;
}
.right-10 {
  right: 2.5rem;
}
.right-2 {
  right: 0.5rem;
}
.right-20 {
  right: 5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 2.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-40 {
  top: 10rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-9999px\] {
  top: -9999px;
}
.top-\[2px\] {
  top: 2px;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-1 {
  margin: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[600px\] {
  height: 600px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[calc\(90vh-140px\)\] {
  max-height: calc(90vh - 140px);
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[600px\] {
  width: 600px;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-6 {
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-200\%\] {
  --tw-translate-x: -200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-skew-x-12 {
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[2\.5rem\] {
  border-radius: 2.5rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#8256E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(130 86 231 / var(--tw-border-opacity, 1));
}
.border-\[\#8256E7\]\/20 {
  border-color: rgb(130 86 231 / 0.2);
}
.border-\[\#EFF5FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 245 255 / var(--tw-border-opacity, 1));
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-current {
  border-color: currentColor;
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5);
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-orange-400\/30 {
  border-color: rgb(251 146 60 / 0.3);
}
.border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4);
}
.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(233 215 254 / var(--tw-border-opacity, 1));
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}
.border-purple-400\/50 {
  border-color: rgb(192 132 252 / 0.5);
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(130 86 231 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-600\/30 {
  border-color: rgb(71 85 105 / 0.3);
}
.border-slate-600\/50 {
  border-color: rgb(71 85 105 / 0.5);
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}
.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-l-gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-l-gray-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-l-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-l-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-t-blue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-t-purple-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.bg-\[\#0077B5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 181 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8256E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(130 86 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8256E7\]\/10 {
  background-color: rgb(130 86 231 / 0.1);
}
.bg-\[\#EFF5FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 245 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FEFEFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--tw-bg-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-current {
  background-color: currentColor;
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 215 254 / var(--tw-bg-opacity, 1));
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 255 / var(--tw-bg-opacity, 1));
}
.bg-primary\/80 {
  background-color: rgb(233 215 254 / 0.8);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}
.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(130 86 231 / var(--tw-bg-opacity, 1));
}
.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 255 / var(--tw-bg-opacity, 1));
}
.bg-secondary\/80 {
  background-color: rgb(130 86 231 / 0.8);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-\[url\(\'data\:image\/svg\+xml\,\%3Csvg\%20width\%3D\%2260\%22\%20height\%3D\%2260\%22\%20viewBox\%3D\%220\%200\%2060\%2060\%22\%20xmlns\%3D\%22http\%3A\/\/www\.w3\.org\/2000\/svg\%22\%3E\%3Cg\%20fill\%3D\%22none\%22\%20fill-rule\%3D\%22evenodd\%22\%3E\%3Cg\%20fill\%3D\%22\%23ffffff\%22\%20fill-opacity\%3D\%220\.05\%22\%3E\%3Ccircle\%20cx\%3D\%2230\%22\%20cy\%3D\%2230\%22\%20r\%3D\%221\%22\/\%3E\%3C\/g\%3E\%3C\/g\%3E\%3C\/svg\%3E\'\)\] {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.05%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%221%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-\[\#8256E7\] {
  --tw-gradient-from: #8256E7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 86 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#8256E7\]\/10 {
  --tw-gradient-from: rgb(130 86 231 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 86 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#C092FB\] {
  --tw-gradient-from: #C092FB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 146 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#EFF5FF\] {
  --tw-gradient-from: #EFF5FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400\/20 {
  --tw-gradient-from: rgb(96 165 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-400 {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500\/10 {
  --tw-gradient-from: rgb(6 182 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-300 {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-400 {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-400\/20 {
  --tw-gradient-from: rgb(52 211 153 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500\/10 {
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500\/20 {
  --tw-gradient-from: rgb(16 185 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500\/5 {
  --tw-gradient-from: rgb(16 185 129 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600 {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200 {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500 {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400\/20 {
  --tw-gradient-from: rgb(74 222 128 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600 {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50 {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-400 {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50 {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50 {
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600 {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100 {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200 {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300 {
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-300\/30 {
  --tw-gradient-from: rgb(216 180 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/10 {
  --tw-gradient-from: rgb(192 132 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400\/20 {
  --tw-gradient-from: rgb(192 132 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/10 {
  --tw-gradient-from: rgb(168 85 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/20 {
  --tw-gradient-from: rgb(168 85 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/5 {
  --tw-gradient-from: rgb(168 85 247 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/10 {
  --tw-gradient-from: rgb(88 28 135 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/80 {
  --tw-gradient-from: rgb(88 28 135 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/90 {
  --tw-gradient-from: rgb(88 28 135 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400 {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400\/10 {
  --tw-gradient-from: rgb(248 113 113 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50 {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary {
  --tw-gradient-from: #8256E7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 86 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-800 {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-800\/50 {
  --tw-gradient-from: rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-800\/80 {
  --tw-gradient-from: rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-50 {
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/10 {
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/5 {
  --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-50 {
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #eff6ff var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-blue-600 {
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #2563eb var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-cyan-300 {
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #67e8f9 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-cyan-500\/20 {
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(6 182 212 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-cyan-500\/5 {
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(6 182 212 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-pink-500 {
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #ec4899 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-pink-500\/20 {
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(236 72 153 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-pink-600 {
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #db2777 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-purple-100 {
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #f3e8ff var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-purple-500 {
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #a855f7 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-purple-600 {
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #9333ea var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-purple-700 {
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #7e22ce var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-purple-800\/60 {
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(107 33 168 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-purple-800\/80 {
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(107 33 168 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-purple-900 {
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #581c87 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-red-400 {
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #f87171 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-slate-800 {
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #1e293b var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    transparent var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #fff var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-\[\#6a45c2\] {
  --tw-gradient-to: #6a45c2 var(--tw-gradient-to-position);
}
.to-\[\#6a45c2\]\/10 {
  --tw-gradient-to: rgb(106 69 194 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#7C3AED\] {
  --tw-gradient-to: #7C3AED var(--tw-gradient-to-position);
}
.to-\[\#8256E7\] {
  --tw-gradient-to: #8256E7 var(--tw-gradient-to-position);
}
.to-\[\#A474E8\] {
  --tw-gradient-to: #A474E8 var(--tw-gradient-to-position);
}
.to-amber-50 {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}
.to-amber-600 {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}
.to-blue-100 {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}
.to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}
.to-blue-400\/10 {
  --tw-gradient-to: rgb(96 165 250 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-400\/20 {
  --tw-gradient-to: rgb(96 165 250 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-blue-500\/10 {
  --tw-gradient-to: rgb(59 130 246 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-500\/5 {
  --tw-gradient-to: rgb(59 130 246 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-blue-800 {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}
.to-blue-900 {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}
.to-cyan-400 {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}
.to-cyan-400\/10 {
  --tw-gradient-to: rgb(34 211 238 / 0.1) var(--tw-gradient-to-position);
}
.to-cyan-400\/20 {
  --tw-gradient-to: rgb(34 211 238 / 0.2) var(--tw-gradient-to-position);
}
.to-cyan-500 {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}
.to-cyan-500\/10 {
  --tw-gradient-to: rgb(6 182 212 / 0.1) var(--tw-gradient-to-position);
}
.to-cyan-500\/5 {
  --tw-gradient-to: rgb(6 182 212 / 0.05) var(--tw-gradient-to-position);
}
.to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
.to-emerald-100 {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}
.to-emerald-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}
.to-emerald-400\/20 {
  --tw-gradient-to: rgb(52 211 153 / 0.2) var(--tw-gradient-to-position);
}
.to-emerald-50 {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}
.to-emerald-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-emerald-500\/20 {
  --tw-gradient-to: rgb(16 185 129 / 0.2) var(--tw-gradient-to-position);
}
.to-emerald-500\/5 {
  --tw-gradient-to: rgb(16 185 129 / 0.05) var(--tw-gradient-to-position);
}
.to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.to-emerald-700 {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}
.to-fuchsia-500 {
  --tw-gradient-to: #d946ef var(--tw-gradient-to-position);
}
.to-fuchsia-600 {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-gray-300 {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}
.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}
.to-gray-600 {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}
.to-gray-800 {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}
.to-green-100 {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}
.to-green-400 {
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}
.to-green-50 {
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}
.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}
.to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}
.to-indigo-500 {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}
.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-indigo-700 {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}
.to-indigo-900\/80 {
  --tw-gradient-to: rgb(49 46 129 / 0.8) var(--tw-gradient-to-position);
}
.to-orange-100 {
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}
.to-orange-400 {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}
.to-orange-50 {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}
.to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}
.to-orange-500\/10 {
  --tw-gradient-to: rgb(249 115 22 / 0.1) var(--tw-gradient-to-position);
}
.to-orange-500\/5 {
  --tw-gradient-to: rgb(249 115 22 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-100 {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}
.to-pink-300 {
  --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position);
}
.to-pink-400 {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}
.to-pink-400\/20 {
  --tw-gradient-to: rgb(244 114 182 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-50 {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-pink-500\/10 {
  --tw-gradient-to: rgb(236 72 153 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}
.to-pink-900\/10 {
  --tw-gradient-to: rgb(131 24 67 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-100 {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}
.to-purple-200 {
  --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position);
}
.to-purple-300 {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}
.to-purple-400 {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.to-purple-400\/20 {
  --tw-gradient-to: rgb(192 132 252 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-400\/30 {
  --tw-gradient-to: rgb(192 132 252 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-50 {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-purple-500\/20 {
  --tw-gradient-to: rgb(168 85 247 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-purple-700 {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}
.to-purple-800 {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}
.to-purple-900 {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}
.to-red-100 {
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}
.to-red-50 {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}
.to-red-500 {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}
.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.to-red-600\/10 {
  --tw-gradient-to: rgb(220 38 38 / 0.1) var(--tw-gradient-to-position);
}
.to-red-700 {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}
.to-rose-500 {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}
.to-rose-600 {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}
.to-secondary-dark {
  --tw-gradient-to: #6B46C1 var(--tw-gradient-to-position);
}
.to-secondary-light {
  --tw-gradient-to: #9E77ED var(--tw-gradient-to-position);
}
.to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}
.to-slate-700 {
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}
.to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}
.to-slate-900 {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}
.to-slate-900\/50 {
  --tw-gradient-to: rgb(15 23 42 / 0.5) var(--tw-gradient-to-position);
}
.to-slate-900\/90 {
  --tw-gradient-to: rgb(15 23 42 / 0.9) var(--tw-gradient-to-position);
}
.to-teal-100 {
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}
.to-teal-400 {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}
.to-teal-500 {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}
.to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-violet-50 {
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}
.to-violet-700 {
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}
.to-violet-900\/85 {
  --tw-gradient-to: rgb(76 29 149 / 0.85) var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-100 {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}
.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}
.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}
.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.fill-current {
  fill: currentColor;
}
.fill-white {
  fill: #fff;
}
.fill-yellow-400 {
  fill: #facc15;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.font-sans {
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#010101\] {
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity, 1));
}
.text-\[\#8256E7\] {
  --tw-text-opacity: 1;
  color: rgb(130 86 231 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}
.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(233 215 254 / var(--tw-text-opacity, 1));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(130 86 231 / var(--tw-text-opacity, 1));
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-white\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-blue-500\/25 {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-500\/25 {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-200\/50 {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-400\/50 {
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/30 {
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-400\/50 {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/30 {
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-\[\#8256E7\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 86 231 / var(--tw-ring-opacity, 1));
}
.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.ring-purple-500\/20 {
  --tw-ring-color: rgb(168 85 247 / 0.2);
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}
.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-md {
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes gradientShift {
  0%, 100% {
    background:
      linear-gradient(
        135deg,
        #6b46c1 0%,
        #8b5cf6 25%,
        #a855f7 50%,
        #c084fc 75%,
        #e879f9 100%);
  }
  50% {
    background:
      linear-gradient(
        135deg,
        #7c3aed 0%,
        #a855f7 25%,
        #c084fc 50%,
        #e879f9 75%,
        #f3e8ff 100%);
  }
}
.animated-gradient {
  animation: gradientShift 10s ease-in-out infinite;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background:
    linear-gradient(
      135deg,
      #6b46c1 0%,
      #8b5cf6 100%);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(
      135deg,
      #5b21b6 0%,
      #7c3aed 100%);
}
@media (max-width: 768px) {
  .content-wrapper {
    padding: 0 1rem;
  }
  .page-hero {
    padding: 6rem 0 3rem;
  }
  .section-white {
    padding: 2rem 1.5rem;
    margin: 1rem 0;
    border-radius: 1.5rem;
  }
  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
  .responsive-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
  }
}
.btn:focus,
.form-input:focus,
.nav-link:focus {
  outline: 2px solid #8b5cf6;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.hero-gradient {
  background:
    linear-gradient(
      135deg,
      #D094FF 0%,
      #B666FF 25%,
      #9B47FF 50%,
      #7D28FF 75%,
      #6B1AFF 100%);
  position: relative;
  overflow: hidden;
}
.hero-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      circle at 30% 50%,
      rgba(208, 148, 255, 0.3) 0%,
      rgba(208, 148, 255, 0) 50%),
    radial-gradient(
      circle at 70% 50%,
      rgba(182, 102, 255, 0.3) 0%,
      rgba(182, 102, 255, 0) 50%);
  z-index: -1;
}
.glassmorphism {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(208, 148, 255, 0.2);
}
.glassmorphism:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 12px 40px rgba(208, 148, 255, 0.3);
  transform: translateY(-4px);
}
.pricing-card-highlight {
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 15px -3px rgba(208, 148, 255, 0.3), 0 4px 6px -2px rgba(182, 102, 255, 0.2);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.1) 100%);
}
@keyframes float1 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-15px) rotate(2deg) scale(1.05);
  }
}
@keyframes float2 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-20px) rotate(-3deg) scale(1.1);
  }
}
@keyframes float3 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-12px) rotate(1deg) scale(1.02);
  }
}
@keyframes float4 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-18px) rotate(-2deg) scale(1.08);
  }
}
@keyframes float5 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-25px) rotate(3deg) scale(1.12);
  }
}
@keyframes gradientShift {
  0%, 100% {
    background:
      linear-gradient(
        135deg,
        #D094FF 0%,
        #B666FF 25%,
        #9B47FF 50%,
        #7D28FF 75%,
        #6B1AFF 100%);
  }
  50% {
    background:
      linear-gradient(
        135deg,
        #7D28FF 0%,
        #9B47FF 25%,
        #B666FF 50%,
        #D094FF 75%,
        #E8C7FF 100%);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 9999px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}
.btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.1) 100%);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease;
}
.btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.btn-primary {
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f8fafc 100%);
  color: #6B1AFF;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-primary:hover {
  background:
    linear-gradient(
      135deg,
      #f8fafc 0%,
      #f1f5f9 100%);
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.4);
  transform: translateY(-2px) scale(1.02);
}
.btn-outline {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 20px rgba(208, 148, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 24px rgba(208, 148, 255, 0.3);
  transform: translateY(-2px) scale(1.02);
}
.btn-secondary-outline {
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 0.5rem;
}
.btn-secondary-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.backdrop-blur-sm {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.backdrop-blur-md {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
section {
  position: relative;
  z-index: 1;
}
.gradient-text {
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #e2e8f0 50%,
      #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradient-text-vibrant {
  background:
    linear-gradient(
      135deg,
      #EC4899 0%,
      #8B5CF6 50%,
      #3B82F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.feature-icon-glow {
  filter: drop-shadow(0 0 20px rgba(208, 148, 255, 0.3));
  transition: all 0.3s ease;
}
.feature-icon-glow:hover {
  filter: drop-shadow(0 0 30px rgba(208, 148, 255, 0.5));
  transform: scale(1.05) translateY(-2px);
}
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(208, 148, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 40px rgba(182, 102, 255, 0.6);
  }
}
.pulse-glow {
  animation: pulse-glow 3s ease-in-out infinite;
}
.feature-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.05) 50%,
      rgba(255, 255, 255, 0.1) 100%);
  opacity: 0;
  border-radius: inherit;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.feature-card:hover::before {
  opacity: 1;
}
.glass-card {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.glass-card-subtle {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.glass-button {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.08) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.glass-button:hover {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.glass-nav {
  background:
    linear-gradient(
      135deg,
      rgba(139, 92, 246, 0.1) 0%,
      rgba(139, 92, 246, 0.05) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.text-3d {
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4),
    0 2px 0 rgba(255, 255, 255, 0.3),
    0 3px 0 rgba(255, 255, 255, 0.2),
    0 4px 0 rgba(255, 255, 255, 0.1),
    0 5px 10px rgba(0, 0, 0, 0.1);
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-10px) rotate(1deg);
  }
  66% {
    transform: translateY(-5px) rotate(-1deg);
  }
}
.float-animation {
  animation: float 6s ease-in-out infinite;
}
.glow-purple {
  box-shadow: 0 0 20px rgba(208, 148, 255, 0.3), 0 0 40px rgba(208, 148, 255, 0.2);
}
.glow-green {
  box-shadow: 0 0 20px rgba(195, 255, 148, 0.3), 0 0 40px rgba(195, 255, 148, 0.2);
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
::-webkit-scrollbar-thumb {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.1) 100%);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.2) 100%);
}
.glass-focus:focus {
  outline: none;
  ring: 2px;
  ring-color: rgba(208, 148, 255, 0.5);
  ring-offset: 2px;
  ring-offset-color: transparent;
}
select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  background-image: none !important;
}
@supports not ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .glass-card,
  .glass-card-subtle,
  .glass-button,
  .glass-nav {
    background: rgba(255, 255, 255, 0.1);
  }
}
.container-full {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.container-wide {
  max-width: 95vw !important;
  width: 100% !important;
}
.container-ultra-wide {
  max-width: 1600px !important;
  width: 100% !important;
}
.full-width-override {
  max-width: none !important;
  width: 100% !important;
}
.full-width-override .max-w-6xl,
.full-width-override .max-w-7xl,
.full-width-override .max-w-4xl,
.full-width-override .max-w-5xl {
  max-width: none !important;
  width: 100% !important;
}
.container-responsive {
  max-width: 100vw !important;
  width: 100% !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media (min-width: 1280px) {
  .container-responsive {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (min-width: 1536px) {
  .container-responsive {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background:
    linear-gradient(
      135deg,
      #8b5cf6,
      #a855f7);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(
      135deg,
      #7c3aed,
      #9333ea);
}
.glass-focus:focus {
  outline: 2px solid rgba(139, 92, 246, 0.5);
  outline-offset: 2px;
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
}
@media (max-width: 768px) {
  .glass-card,
  .glassmorphism {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
.blog-content {
  color: #374151;
  line-height: 1.8;
}
.blog-content h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 2rem 0 1rem 0;
  color: #111827;
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
  line-height: 1.2;
}
.blog-content h2 {
  font-size: 1.875rem;
  font-weight: 600;
  margin: 1.75rem 0 1rem 0;
  color: #111827;
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
  line-height: 1.3;
}
.blog-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem 0;
  color: #111827;
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
  line-height: 1.4;
}
.blog-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem 0;
  color: #111827;
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
}
.blog-content p {
  margin: 1rem 0;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #374151;
  font-family:
    "Inter",
    system-ui,
    sans-serif;
}
.blog-content p:first-child {
  font-size: 1.25rem;
  font-weight: 400;
  color: #4B5563;
  margin-bottom: 1.5rem;
}
.blog-content ul,
.blog-content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.blog-content li {
  margin: 0.5rem 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
  font-family:
    "Inter",
    system-ui,
    sans-serif;
}
.blog-content blockquote {
  border-left: 4px solid #6366F1;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: #F8FAFC;
  border-radius: 0 0.5rem 0.5rem 0;
  font-style: italic;
  color: #475569;
}
.blog-content blockquote p {
  margin: 0;
  font-size: 1.125rem;
}
.blog-content code {
  background: #F1F5F9;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-family:
    "Fira Code",
    "Monaco",
    "Cascadia Code",
    monospace;
  font-size: 0.875rem;
  color: #DC2626;
}
.blog-content pre {
  background: #1E293B;
  color: #E2E8F0;
  padding: 1.5rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1.5rem 0;
  font-family:
    "Fira Code",
    "Monaco",
    "Cascadia Code",
    monospace;
}
.blog-content pre code {
  background: none;
  padding: 0;
  color: inherit;
  font-size: 0.875rem;
}
.blog-content a {
  color: #6366F1;
  text-decoration: underline;
  text-decoration-color: rgba(99, 102, 241, 0.3);
  text-underline-offset: 0.25rem;
  transition: all 0.2s ease;
}
.blog-content a:hover {
  color: #4F46E5;
  text-decoration-color: #4F46E5;
}
.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 2rem 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.blog-content hr {
  border: none;
  border-top: 2px solid #E5E7EB;
  margin: 3rem 0;
}
.blog-card {
  transition: all 0.3s ease;
  border: 1px solid #E5E7EB;
}
.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-color: #D1D5DB;
}
.blog-category {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}
.blog-category:hover {
  transform: scale(1.05);
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #6B7280;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.blog-meta svg {
  width: 1rem;
  height: 1rem;
}
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(99, 102, 241, 0.2);
  z-index: 50;
}
.reading-progress-bar {
  height: 100%;
  background: #6366F1;
  transition: width 0.1s ease;
}
.blog-post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}
.blog-post-nav a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #374151;
  font-weight: 500;
}
.blog-post-nav a:hover {
  background: #F3F4F6;
  color: #6366F1;
}
@media (max-width: 768px) {
  .blog-content h1 {
    font-size: 1.875rem;
  }
  .blog-content h2 {
    font-size: 1.5rem;
  }
  .blog-content h3 {
    font-size: 1.25rem;
  }
  .blog-content p,
  .blog-content li {
    font-size: 1rem;
  }
  .blog-content p:first-child {
    font-size: 1.125rem;
  }
  .blog-post-nav {
    flex-direction: column;
    gap: 1rem;
  }
}
.blog-filter-bar {
  background: #F8FAFC;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid #E2E8F0;
}
.blog-search {
  position: relative;
}
.blog-search input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.blog-search input:focus {
  outline: none;
  border-color: #6366F1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
.blog-search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #9CA3AF;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.blog-featured {
  background:
    linear-gradient(
      135deg,
      #667eea 0%,
      #764ba2 100%);
  color: white;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.blog-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.blog-featured > * {
  position: relative;
  z-index: 2;
}
.blog-featured .blog-category {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.blog-toc {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin: 2rem 0;
  position: sticky;
  top: 2rem;
}
.blog-toc h4 {
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}
.blog-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-toc li {
  margin: 0.5rem 0;
}
.blog-toc a {
  color: #6B7280;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.blog-toc a:hover,
.blog-toc a.active {
  color: #6366F1;
  font-weight: 500;
}
.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}
.file\:rounded-full::file-selector-button {
  border-radius: 9999px;
}
.file\:rounded-lg::file-selector-button {
  border-radius: 0.5rem;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-blue-50::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.file\:bg-purple-50::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-semibold::file-selector-button {
  font-weight: 600;
}
.file\:text-blue-700::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.file\:text-purple-700::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}
.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}
.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: "";
  content: var(--tw-content);
}
.last\:border-0:last-child {
  border-width: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:transform:hover {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-\[\#8256E7\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(130 86 231 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-400\/50:hover {
  border-color: rgb(96 165 250 / 0.5);
}
.hover\:border-emerald-400\/30:hover {
  border-color: rgb(52 211 153 / 0.3);
}
.hover\:border-emerald-400\/50:hover {
  border-color: rgb(52 211 153 / 0.5);
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.hover\:border-orange-400\/30:hover {
  border-color: rgb(251 146 60 / 0.3);
}
.hover\:border-orange-400\/50:hover {
  border-color: rgb(251 146 60 / 0.5);
}
.hover\:border-orange-400\/60:hover {
  border-color: rgb(251 146 60 / 0.6);
}
.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.hover\:border-purple-400\/50:hover {
  border-color: rgb(192 132 252 / 0.5);
}
.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-500\/50:hover {
  border-color: rgb(100 116 139 / 0.5);
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-white\/40:hover {
  border-color: rgb(255 255 255 / 0.4);
}
.hover\:border-white\/50:hover {
  border-color: rgb(255 255 255 / 0.5);
}
.hover\:border-white\/60:hover {
  border-color: rgb(255 255 255 / 0.6);
}
.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}
.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}
.hover\:bg-\[\#006399\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 153 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#6A3ACF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(106 58 207 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#6B45C1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 69 193 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#6F48C9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(111 72 201 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#6a45c2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(106 69 194 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#7144d0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 68 208 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#7A4FD8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(122 79 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#7C3AED\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#7c4fd8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 79 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#D9E5FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 229 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E0EFFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 239 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#EFF5FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 245 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-500\/30:hover {
  background-color: rgb(16 185 129 / 0.3);
}
.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 187 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary\/80:hover {
  background-color: rgb(233 215 254 / 0.8);
}
.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-600\/50:hover {
  background-color: rgb(147 51 234 / 0.5);
}
.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 70 193 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary\/80:hover {
  background-color: rgb(130 86 231 / 0.8);
}
.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-600\/50:hover {
  background-color: rgb(71 85 105 / 0.5);
}
.hover\:bg-slate-700\/50:hover {
  background-color: rgb(51 65 85 / 0.5);
}
.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}
.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}
.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}
.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}
.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}
.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:from-\[\#B082EC\]:hover {
  --tw-gradient-from: #B082EC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(176 130 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-purple-700:hover {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-secondary-dark:hover {
  --tw-gradient-from: #6B46C1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 70 193 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-\[\#9464D8\]:hover {
  --tw-gradient-to: #9464D8 var(--tw-gradient-to-position);
}
.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}
.hover\:to-pink-700:hover {
  --tw-gradient-to: #be185d var(--tw-gradient-to-position);
}
.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}
.hover\:to-purple-800:hover {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}
.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.hover\:to-secondary:hover {
  --tw-gradient-to: #8256E7 var(--tw-gradient-to-position);
}
.hover\:text-\[\#6A3ACF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(106 58 207 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#6B45C1\]:hover {
  --tw-text-opacity: 1;
  color: rgb(107 69 193 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#6a45c2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(106 69 194 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#8256E7\]:hover {
  --tw-text-opacity: 1;
  color: rgb(130 86 231 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-800:hover {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(130 86 231 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(107 70 193 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-blue-500\/25:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-blue-500\/40:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:transition-colors:hover {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:file\:bg-blue-100::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:file\:bg-purple-100::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-\[\#8256E7\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(130 86 231 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.focus\:border-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(130 86 231 / var(--tw-border-opacity, 1));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-\[\#8256E7\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 86 231 / var(--tw-ring-opacity, 1));
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 215 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-400\/50:focus {
  --tw-ring-color: rgb(192 132 252 / 0.5);
}
.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 86 231 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-gray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-purple-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}
.disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-70:disabled {
  opacity: 0.7;
}
.disabled\:hover\:scale-100:hover:disabled {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.disabled\:hover\:shadow-none:hover:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.group:hover .group-hover\:-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-\[200\%\] {
  --tw-translate-x: 200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.group:hover .group-hover\:from-purple-300 {
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:hover .group-hover\:to-pink-300 {
  --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position);
}
.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(130 86 231 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}
.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}
.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.group:hover .group-hover\:transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group:active .group-active\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.peer:focus ~ .peer-focus\:ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.peer:focus ~ .peer-focus\:ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}
@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:inline {
    display: inline;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:h-12 {
    height: 3rem;
  }
  .sm\:h-14 {
    height: 3.5rem;
  }
  .sm\:h-20 {
    height: 5rem;
  }
  .sm\:h-4 {
    height: 1rem;
  }
  .sm\:h-6 {
    height: 1.5rem;
  }
  .sm\:h-7 {
    height: 1.75rem;
  }
  .sm\:h-8 {
    height: 2rem;
  }
  .sm\:w-12 {
    width: 3rem;
  }
  .sm\:w-14 {
    width: 3.5rem;
  }
  .sm\:w-20 {
    width: 5rem;
  }
  .sm\:w-4 {
    width: 1rem;
  }
  .sm\:w-6 {
    width: 1.5rem;
  }
  .sm\:w-7 {
    width: 1.75rem;
  }
  .sm\:w-8 {
    width: 2rem;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-md {
    max-width: 28rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-5 {
    gap: 1.25rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:p-5 {
    padding: 1.25rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .md\:-left-3 {
    left: -0.75rem;
  }
  .md\:right-4 {
    right: 1rem;
  }
  .md\:right-auto {
    right: auto;
  }
  .md\:top-4 {
    top: 1rem;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-3 {
    height: 0.75rem;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-3 {
    width: 0.75rem;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-6 {
    width: 1.5rem;
  }
  .md\:w-64 {
    width: 16rem;
  }
  .md\:max-w-4xl {
    max-width: 56rem;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .md\:rounded-2xl {
    border-radius: 1rem;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:pt-28 {
    padding-top: 7rem;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:w-64 {
    width: 16rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:max-w-md {
    max-width: 28rem;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
